:root{--bg:#FFF8FA;--deep:#FFF0F4;--surface:#FFFFFF;--soft:#F8E8EE;--title:#2A1820;--text:#3C2830;--muted:#6A4E58;--light:#9A7A84;--brand:#E85A7A;--brand2:#F07A96;--pink:#F6C2D0;--apricot:#F3D7C4;--mist:#C9B4D4;--border:rgba(232,90,122,.16);--shadow:0 14px 36px rgba(42,24,32,.08);--max:1200px;--header:120px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.shell{width:min(calc(100% - 32px),var(--max));margin:0 auto}
.site-header{position:fixed;z-index:80;top:0;left:0;right:0}.pink-line{height:18px;background:var(--brand);color:#fff;font-size:11px;line-height:18px}.pink-line-inner{display:flex;align-items:center;justify-content:space-between;height:18px}.text-button{border:0;background:transparent;color:#fff;padding:0 2px;min-height:18px}.stage-bar{height:62px;background:rgba(255,248,250,.98);border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.stage-inner{height:62px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.brand-mark{justify-self:start;display:inline-flex;align-items:center;min-width:80px;min-height:44px}.brand-mark img{height:36px;width:auto;object-fit:contain}.brand-fallback{font-weight:800;font-size:25px;color:var(--title);letter-spacing:.04em}.drawer-trigger{justify-self:center;min-width:76px;min-height:44px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--brand);font-weight:700}.app-link{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#F07A96 0%,#E85A7A 55%,#C94A68 100%);color:#fff;font-weight:700}.tab-strip{height:40px;background:var(--deep);border-bottom:1px solid var(--border)}.tab-inner{height:40px;display:flex;align-items:center;gap:8px;overflow:hidden}.tab-inner a{padding:5px 12px;border-radius:8px;color:var(--muted);font-size:14px;white-space:nowrap}.tab-inner a.is-active{background:var(--brand);color:#fff}.site-main{padding-top:calc(var(--header) + 24px)}
.section{padding:34px 0}.section+.section{border-top:1px solid var(--border)}.page-hero{padding:26px 0 22px}.eyebrow{display:inline-block;margin-bottom:7px;color:var(--brand);font-size:13px;font-weight:800;letter-spacing:.08em}h1,h2,h3{margin-top:0;color:var(--title);line-height:1.28}h1{margin-bottom:12px;font-size:clamp(28px,3.6vw,32px)}h2{font-size:24px;margin-bottom:14px}h3{font-size:18px;margin-bottom:9px}p{margin:0 0 14px}.lead{max-width:820px;font-size:17px;color:var(--muted)}
.media-slot{width:100%;min-height:170px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,#fff,#FFF0F4);display:flex;align-items:center;justify-content:center;overflow:hidden}.media-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.banner-slot{aspect-ratio:16/7;max-height:300px}.banner-slot img{max-height:300px}.column-image{height:210px}.column-image img{max-height:210px}.app-shot{min-height:360px;max-height:420px}.app-shot img{max-height:420px;width:auto}
.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:20px}.card.soft{background:var(--deep)}.card.apricot{background:#FFF7F0}.card.mist{background:#FAF6FC}.grid-2,.grid-3,.grid-4,.grid-6{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}
.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 18px;border-radius:12px;font-weight:800}.btn-primary{background:linear-gradient(135deg,#F07A96 0%,#E85A7A 55%,#C94A68 100%);color:#fff}.btn-secondary{background:#fff;border:1px solid rgba(232,90,122,.42);color:var(--brand)}.card-link{color:var(--brand);font-weight:800}
.number-row{display:grid;grid-template-columns:70px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--border)}.number-row:last-child{border-bottom:0}.number{font-size:34px;font-weight:900;color:var(--brand);line-height:1}.stack-list{display:grid;gap:12px}.stack-item{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:17px 18px;background:#fff;border:1px solid var(--border);border-radius:14px}.stack-item strong{color:var(--brand)}.status{display:flex;align-items:center;gap:9px;font-weight:800}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--brand)}.quote{padding:22px;border-left:4px solid var(--brand);background:#fff;border-radius:0 14px 14px 0}.note{font-size:13px;color:var(--light)}.prose{max-width:880px}.prose h2{margin-top:30px}.prose ul{padding-left:20px}.prose li{margin:7px 0}.faq{display:grid;gap:14px}.faq article{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px}.mini-index{display:flex;flex-wrap:wrap;gap:10px}.mini-index a{padding:8px 12px;border-radius:10px;background:#fff;border:1px solid var(--border);color:var(--brand);font-weight:700}
.site-footer{margin-top:48px;background:#2A1820;color:#F8E8EE;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:24px}.footer-brand img{height:34px;width:auto;filter:brightness(0) invert(1);object-fit:contain}.footer-brandline{font-weight:800}.site-footer h2{color:#fff;font-size:15px;margin-bottom:12px}.site-footer a{display:block;padding:4px 0;color:#F8E8EE;font-size:14px}.site-footer p{color:#E7CED8;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;color:#DDBFCB;font-size:13px}
.pink-drawer{position:fixed;z-index:120;top:0;right:0;width:min(370px,86vw);height:100dvh;background:var(--bg);box-shadow:-24px 0 60px rgba(42,24,32,.16);transform:translateX(102%);visibility:hidden;pointer-events:none;transition:transform .25s ease,visibility .25s;overflow:auto;padding:18px}.pink-drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{display:flex;justify-content:space-between;align-items:center;position:sticky;top:-18px;padding:18px 0 10px;background:var(--bg);z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px;font-weight:900}.drawer-brand img{height:32px;width:auto;object-fit:contain}.icon-close{width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--brand);font-size:25px}.drawer-stack{display:grid;gap:12px;padding-bottom:24px}.drawer-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:15px}.drawer-card:nth-child(2){background:#FFF8F1}.drawer-card:nth-child(3){background:#FBF7FC}.drawer-card:nth-child(4){background:#FFF1F5}.drawer-card h2{font-size:15px;margin-bottom:8px}.drawer-card a{display:block;padding:10px 8px;border-radius:10px}.drawer-card a:hover{background:rgba(232,90,122,.06)}.drawer-card strong{display:block;color:var(--title);font-size:14px}.drawer-card span{display:block;color:var(--muted);font-size:12px}
.search-panel{position:fixed;z-index:115;top:80px;left:0;right:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);opacity:0;transition:.2s}.search-panel.is-open{visibility:visible;pointer-events:auto;transform:translateY(0);opacity:1}.search-card{width:min(calc(100% - 32px),760px);margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:0 0 16px 16px;box-shadow:var(--shadow);padding:20px}.search-head{display:flex;align-items:start;justify-content:space-between;gap:20px}.search-head h2{font-size:20px;margin-bottom:4px}.search-look{display:grid;gap:6px;margin:14px 0}.search-look span{font-size:13px;color:var(--muted);font-weight:700}.search-look input{width:100%;min-height:46px;border:1px solid rgba(232,90,122,.3);border-radius:12px;padding:0 14px;color:var(--title);background:var(--bg);outline:none}.search-look input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(232,90,122,.1)}.preset-links{display:flex;flex-wrap:wrap;gap:10px}.preset-links a{padding:9px 13px;border:1px solid var(--border);border-radius:10px;color:var(--brand);background:#fff}.site-overlay{position:fixed;z-index:100;inset:0;background:rgba(42,24,32,.36);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.site-overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.mobile-bottom{display:none}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(232,90,122,.28);outline-offset:2px}@media(hover:hover){a:hover{color:var(--brand)}.btn-primary:hover{color:#fff;filter:saturate(1.05) brightness(.98)}}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}}
@media(max-width:700px){:root{--header:80px}.shell{width:min(calc(100% - 32px),var(--max))}.tab-strip{display:none}.site-main{padding-top:calc(var(--header) + 18px)}.stage-inner{grid-template-columns:1fr auto 1fr;gap:8px}.brand-mark img{height:30px}.app-link{padding:0 11px;font-size:13px}.drawer-trigger{min-width:68px;padding:0 10px}.grid-2,.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}.banner-slot{aspect-ratio:16/10}.column-image{height:200px}.stack-item{grid-template-columns:1fr;gap:6px}.number-row{grid-template-columns:52px 1fr}.number{font-size:27px}.search-panel{top:80px}.search-card{background:var(--deep);border-radius:0 0 16px 16px}.site-footer{padding-bottom:78px}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--border)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:50px;color:var(--muted);font-size:13px}.mobile-bottom a.is-active{background:var(--brand);color:#fff}}
@media(max-width:420px){.pink-line-inner{font-size:10px}.brand-mark{min-width:60px}.brand-fallback{font-size:22px}.app-link{padding:0 8px}.stage-inner{gap:4px}.footer-grid{grid-template-columns:1fr}}
