:root{--bg:#FFF8FA;--bg2:#FFF0F4;--panel:#fff;--soft:#F8E8EE;--ink:#2A1820;--text:#3C2830;--muted:#6A4E58;--softtext:#9A7A84;--brand:#E85A7A;--brand2:#F07A96;--pale:#F6C2D0;--apricot:#F3D7C4;--mist:#C9B4D4;--border:rgba(232,90,122,.16);--shadow:0 14px 36px rgba(42,24,32,.08);--max:1200px}
*{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","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.site-head{position:fixed;z-index:40;top:0;left:0;right:0}.pink-line{height:18px;background:var(--brand);color:#fff;font-size:11px}.pink-line-inner{height:18px;display:flex;align-items:center;justify-content:space-between}.line-action{border:0;background:transparent;color:#fff;padding:0 4px;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}.brand-home{justify-self:start;display:inline-flex;min-height:44px;align-items:center}.brand-logo{height:34px;width:auto;max-width:150px;object-fit:contain}.brand-fallback{font-weight:800;font-size:26px;color:var(--ink)}.drawer-trigger,.app-link,.icon-btn{min-height:44px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--brand);padding:0 15px;font-weight:700}.drawer-trigger{justify-self:center}.app-link{justify-self:end;display:inline-flex;align-items:center}.tab-strip{height:40px;background:var(--bg2);border-bottom:1px solid var(--border)}.tab-strip-inner{height:40px;display:flex;align-items:center;gap:6px;overflow:hidden}.tab-strip a{height:30px;display:flex;align-items:center;padding:0 14px;border-radius:8px;color:var(--muted);font-size:14px;white-space:nowrap}.tab-strip a.is-active{background:var(--brand);color:#fff}.page-shell{padding-top:140px;min-height:60vh}.hero,.section-block{padding:34px 0}.section-block.alt{background:var(--bg2)}.eyebrow{font-size:13px;letter-spacing:.12em;color:var(--brand);font-weight:800}.hero h1,.section-title h2{color:var(--ink);margin:.2em 0 .45em}.hero h1{font-size:clamp(28px,4vw,32px);line-height:1.3}.section-title h2{font-size:26px}.lead{font-size:16px;color:var(--muted);max-width:780px}.hero-cover,.media-slot{background:linear-gradient(145deg,var(--bg2),#fff);border:1px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-cover{max-height:300px;min-height:190px}.hero-cover img{max-height:300px;width:100%;height:100%;object-fit:contain;object-position:center}.media-slot{min-height:190px}.media-slot img{width:100%;height:220px;object-fit:contain;object-position:center}.media-slot.tall img{height:420px}.placeholder-title{color:var(--ink);font-size:28px;font-weight:800;padding:40px 20px;text-align:center}.hero-copy{padding:24px 0 0}.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 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,.45);color:var(--brand)}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.card h3{margin:0 0 8px;color:var(--ink);font-size:18px}.card p{margin:0;color:var(--muted)}.card a.more{display:inline-flex;align-items:center;min-height:44px;margin-top:10px;color:var(--brand);font-weight:800}.tone-rose{border-top:5px solid var(--brand)}.tone-apricot{border-top:5px solid var(--apricot)}.tone-mist{border-top:5px solid var(--mist)}.number-list{display:grid;gap:12px}.number-item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.number-item .num{font-size:28px;font-weight:900;line-height:1;color:var(--brand)}.number-item h3{margin:0 0 6px;color:var(--ink)}.number-item p{margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:center}.rack-list{display:grid;gap:12px}.rack-row{display:grid;grid-template-columns:120px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}.rack-row strong{color:var(--ink)}.rack-row span{color:var(--muted)}.rack-row a{color:var(--brand);font-weight:800;min-height:44px;display:flex;align-items:center}.status-card{position:relative;padding-top:26px}.status-dot{width:14px;height:14px;background:var(--brand);border-radius:50%;position:absolute;top:12px;right:14px}.essay{max-width:840px}.essay p{margin:0 0 1.1em}.quote-note{border-left:4px solid var(--brand);background:#fff;padding:18px 20px;border-radius:0 14px 14px 0;margin:16px 0;color:var(--muted)}.quote-note b{color:var(--ink)}.article-list{display:grid;gap:16px}.article-list article{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px}.article-list h2,.article-list h3{margin-top:0;color:var(--ink)}.article-list p{color:var(--muted)}.section-kicker{color:var(--brand);font-weight:800;font-size:13px}.faq details{background:#fff;border:1px solid var(--border);border-radius:14px;padding:0 18px}.faq details+details{margin-top:12px}.faq summary{min-height:52px;display:flex;align-items:center;font-weight:800;color:var(--ink);cursor:pointer}.faq p{color:var(--muted);padding:0 0 16px;margin:0}.site-footer{background:var(--ink);color:#F8E8EE;padding:42px 0 calc(30px + env(safe-area-inset-bottom))}.footer-brand-row{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:26px}.footer-brand{display:flex;gap:12px;align-items:center}.footer-logo{height:32px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand div{display:grid}.footer-brand strong{font-size:22px}.footer-brand span{opacity:.72}.footer-brand-row p{max-width:620px;margin:0;color:#F1DCE3}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:28px 0}.footer-grid h2{font-size:15px;margin:0 0 8px;color:#fff}.footer-grid a{display:block;min-height:36px;color:#F1DCE3}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;display:flex;gap:20px;flex-wrap:wrap;color:#E8CFD8}.overlay{position:fixed;inset:0;background:rgba(42,24,32,.38);z-index:70;opacity:0;visibility:hidden;pointer-events:none;transition:.22s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.pink-drawer{position:fixed;z-index:80;top:0;right:0;height:100dvh;width:min(380px,86vw);background:var(--bg);transform:translateX(102%);visibility:hidden;pointer-events:none;transition:.28s;box-shadow:-18px 0 40px rgba(42,24,32,.14);overflow-y:auto}.pink-drawer.is-open{transform:none;visibility:visible;pointer-events:auto}.drawer-top{position:sticky;top:0;background:rgba(255,248,250,.97);display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border);z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--ink)}.drawer-brand img{height:30px;width:auto;object-fit:contain}.drawer-groups{padding:14px}.drawer-groups section{background:#fff;border:1px solid var(--border);border-radius:16px;padding:12px;margin-bottom:12px}.drawer-groups h2{font-size:14px;color:var(--brand);margin:0 0 6px}.drawer-groups a{display:grid;grid-template-columns:70px 1fr;gap:8px;padding:9px 6px;border-radius:10px;min-height:44px}.drawer-groups a:hover,.drawer-groups a:focus-visible{background:var(--bg2)}.drawer-groups b{color:var(--ink)}.drawer-groups span{color:var(--muted);font-size:13px}.search-panel{position:fixed;z-index:78;top:80px;left:0;right:0;visibility:hidden;pointer-events:none;opacity:0;transition:.2s}.search-panel.is-open{visibility:visible;pointer-events:auto;opacity:1}.search-card{width:min(740px,calc(100% - 32px));margin: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:center;justify-content:space-between;margin-bottom:12px;color:var(--ink)}.search-card label{display:block;color:var(--muted);margin-bottom:6px}.search-card input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;padding:0 14px;background:var(--bg);color:var(--ink);outline:none}.search-card input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(232,90,122,.12)}.search-presets{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.search-presets a{min-height:44px;display:flex;align-items:center;padding:0 14px;border:1px solid var(--border);border-radius:10px;color:var(--brand);background:#fff}.mobile-bottom{display:none}.mini-tags{display:flex;gap:8px;flex-wrap:wrap}.mini-tags span{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:8px;background:var(--soft);color:var(--muted);font-size:13px}.content-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.content-nav a{min-height:44px;display:inline-flex;align-items:center;padding:0 14px;border-radius:10px;background:#fff;border:1px solid var(--border);color:var(--brand);font-weight:800}.app-layout{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:28px;align-items:center}.icon-line{display:flex;gap:16px;align-items:center}.icon-line img{width:64px;height:64px;object-fit:contain}.soft-callout{background:linear-gradient(135deg,var(--bg2),#fff);border:1px solid var(--border);border-radius:16px;padding:22px}.timeline{position:relative;display:grid;gap:14px}.timeline:before{content:"";position:absolute;left:21px;top:18px;bottom:18px;width:2px;background:var(--border)}.timeline-item{display:grid;grid-template-columns:44px 1fr;gap:14px;position:relative}.timeline-item .dot{width:14px;height:14px;border-radius:50%;background:var(--brand);margin:16px auto 0;z-index:1;box-shadow:0 0 0 6px var(--bg)}.timeline-item .card{box-shadow:none}.page-intro{padding:36px 0 20px}.page-intro h1{margin:5px 0 12px;font-size:clamp(28px,4vw,32px);color:var(--ink)}.page-intro p{max-width:850px;color:var(--muted);margin:0}.legal article{max-width:860px}.legal h2{color:var(--ink);font-size:21px;margin-top:1.6em}.legal p{color:var(--muted)}.focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(232,90,122,.35);outline-offset:2px}
@media(max-width:900px){.grid.four{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.split,.app-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.rack-row{grid-template-columns:90px 1fr}.rack-row a{grid-column:2}.media-slot.tall img{height:360px}}
@media(max-width:700px){.tab-strip{display:none}.page-shell{padding-top:80px;padding-bottom:64px}.hero,.section-block{padding:26px 0}.grid.three,.grid.four,.grid.two{grid-template-columns:1fr}.media-slot img{height:200px}.hero-cover{min-height:160px}.stage-inner{grid-template-columns:1fr auto 1fr;gap:6px}.brand-logo{height:30px;max-width:108px}.drawer-trigger,.app-link{padding:0 10px}.footer-brand-row{display:grid}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--border);height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-width:0;font-size:13px;color:var(--muted)}.mobile-bottom a.is-active{background:var(--brand);color:#fff}.search-panel{top:80px}.search-card{background:var(--bg2);border-radius:0 0 14px 14px}.rack-row{grid-template-columns:70px 1fr}.footer-bottom{padding-bottom:56px}.pink-drawer{width:86vw}.drawer-groups a{grid-template-columns:64px 1fr}.number-item{grid-template-columns:46px 1fr}.number-item .num{font-size:24px}}
@media(max-width:420px){.wrap{width:calc(100% - 32px)}.app-link{font-size:13px}.drawer-trigger{font-size:13px}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:12px}.rack-row{grid-template-columns:1fr}.rack-row a{grid-column:auto}.stage-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.app-link{justify-self:end}.brand-home{max-width:100%}}
