:root{--bg:#FFF6F4;--paper:#FFFFFF;--soft:#F8E8E4;--ink:#3A1518;--text:#4A2428;--muted:#7A4E52;--faint:#A0787C;--brand:#E35D6A;--pink:#F08A92;--gold:#C9A227;--peach:#F3B4B0;--line:rgba(227,93,106,.18);--shadow:0 14px 34px rgba(58,21,24,.08);--radius:20px;--header-h:136px}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}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.78;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50}.seal-bar{height:28px;background:var(--brand);color:#fff}.seal-inner{height:28px;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.04em}.seal-brand{font-weight:700}.icon-text-button{height:28px;border:0;background:transparent;color:#fff;padding:0 4px}.courtyard-bar{height:64px;background:rgba(255,246,244,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.courtyard-inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.menu-square{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0}.menu-square span{width:17px;height:2px;border-radius:2px;background:var(--ink)}.brand-center{display:flex;align-items:center;justify-content:center;min-width:120px;height:44px}.brand-logo{display:block;max-height:34px;max-width:170px;width:auto}.brand-word{font-size:23px;font-weight:900;letter-spacing:.12em;color:var(--ink)}.brand-center small{margin-left:8px;font-size:10px;letter-spacing:.16em;color:var(--muted)}.app-link{justify-self:end;min-height:44px;display:inline-flex;align-items:center;color:var(--brand);font-weight:700;padding:0 6px}.path-bar{height:44px;background:#fff;border-bottom:1px solid var(--line)}.path-inner{height:44px;display:flex;align-items:center;justify-content:center;gap:38px;white-space:nowrap}.path-inner a{height:44px;display:flex;align-items:center;position:relative;font-size:14px;color:var(--muted)}.path-inner a.active,.path-inner a:hover{color:var(--ink)}.path-inner a.active:after{content:"";position:absolute;left:8%;right:8%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--brand)}.site-main{padding-top:calc(var(--header-h) + 34px);min-height:65vh}.hero,.page-hero{padding:34px 0 18px}.hero-card,.page-hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.hero-copy,.page-hero-copy{padding:36px 38px 30px}.eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--brand);text-transform:uppercase}.eyebrow:before{content:"";width:18px;height:2px;background:var(--brand);border-radius:2px}.hero h1,.page-hero h1{margin:10px 0 14px;color:var(--ink);font-size:clamp(28px,4vw,32px);line-height:1.35;letter-spacing:.02em}.hero p,.page-hero p{max-width:850px;margin:0;color:var(--muted);font-size:16px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{min-height:44px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,#F08A92 0%,#E35D6A 52%,#C94A56 100%);color:#fff}.btn-secondary{background:#fff;border-color:var(--line);color:var(--brand)}.media-wide{background:var(--soft);border-top:1px solid var(--line);min-height:180px;display:flex;align-items:center;justify-content:center}.media-wide img{display:block;width:100%;max-height:340px;object-fit:cover}.image-slot{min-height:190px;background:linear-gradient(135deg,#F8E8E4,#FFF6F4);display:flex;align-items:center;justify-content:center;color:rgba(58,21,24,.25);font-weight:900;letter-spacing:.3em}.image-slot span{transform:translateX(.15em)}.app-icon{width:64px!important;height:64px!important;min-height:64px!important;border-radius:16px;object-fit:cover}.image-slot.media-wide{width:100%}.content-section{padding:28px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:5px 0 0;color:var(--ink);font-size:24px;line-height:1.35}.section-head p{margin:0;max-width:640px;color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.card h3{margin:0 0 8px;color:var(--ink);font-size:18px}.card p{margin:0;color:var(--muted)}.card .meta{display:block;margin-bottom:8px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.08em}.card-media{margin:-22px -22px 18px;overflow:hidden;border-radius:20px 20px 14px 14px;background:var(--soft);min-height:160px}.card-media img{width:100%;height:200px;object-fit:cover;display:block}.card-media .image-slot{height:200px;min-height:200px}.path-tags{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.path-tag{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;gap:12px;align-items:flex-start}.dot{width:10px;height:10px;border-radius:50%;margin-top:8px;flex:0 0 auto;background:var(--brand)}.path-tag:nth-child(3n+2) .dot{background:var(--gold)}.path-tag:nth-child(3n) .dot{background:var(--peach)}.path-tag strong{display:block;color:var(--ink);margin-bottom:3px}.path-tag span{font-size:13px;color:var(--muted)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}.split-media{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:280px}.split-media img,.split-media .image-slot{width:100%;height:100%;min-height:280px;object-fit:cover}.number-list{display:grid;gap:12px}.number-item{display:grid;grid-template-columns:54px 1fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px}.number-item b{font-size:28px;line-height:1;color:var(--brand);font-variant-numeric:tabular-nums}.number-item h3{margin:0 0 4px;color:var(--ink);font-size:17px}.number-item p{margin:0;color:var(--muted);font-size:14px}.prose{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.prose h2,.prose h3{color:var(--ink);line-height:1.45}.prose h2{font-size:22px;margin:30px 0 10px}.prose h2:first-child{margin-top:0}.prose h3{font-size:18px;margin:22px 0 8px}.prose p{margin:0 0 16px}.prose p:last-child{margin-bottom:0}.prose ul{margin:10px 0 18px;padding-left:1.2em}.prose li{margin:7px 0}.notice{border-left:4px solid var(--brand);background:var(--soft);border-radius:0 14px 14px 0;padding:14px 16px;color:var(--text);margin:18px 0}.mini-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.mini-links a{min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand);display:inline-flex;align-items:center}.timeline{position:relative;padding-left:28px;display:grid;gap:16px}.timeline:before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:var(--line)}.timeline-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.timeline-item:before{content:"";position:absolute;left:-24px;top:24px;width:12px;height:12px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px var(--bg)}.timeline-item h3{margin:0 0 6px;color:var(--ink)}.status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:12px;font-weight:800;margin-bottom:8px}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.faq-item h2{font-size:17px;margin:0 0 8px;color:var(--ink)}.faq-item p{margin:0;color:var(--text)}.site-footer{margin-top:46px;background:var(--ink);color:#F8E8E4;padding:48px 0 calc(36px + env(safe-area-inset-bottom))}.footer-shell{display:grid;grid-template-columns:1.2fr 2fr;gap:48px}.footer-logo-wrap{display:flex;align-items:center;gap:12px}.footer-logo{max-height:32px;max-width:150px}.footer-logo-wrap span{display:flex;flex-direction:column}.footer-logo-wrap strong{font-size:20px}.footer-logo-wrap small{font-size:10px;letter-spacing:.18em;color:#F3B4B0}.footer-brand p{color:#dfc9cb;max-width:360px;font-size:14px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.footer-grid h2{font-size:14px;margin:0 0 10px;color:#fff}.footer-grid a{display:block;color:#dfc9cb;font-size:13px;padding:4px 0}.footer-grid a:hover{color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:#c9b1b3;font-size:12px}.screen-overlay{position:fixed;inset:0;background:rgba(58,21,24,.38);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;z-index:80}.screen-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.site-drawer{position:fixed;right:0;top:0;bottom:0;width:min(360px,88vw);background:#fff;z-index:90;transform:translateX(103%);visibility:hidden;pointer-events:none;transition:transform .25s ease,visibility .25s;box-shadow:-20px 0 50px rgba(58,21,24,.15);overflow-y:auto;overscroll-behavior:contain}.site-drawer.open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:14px 16px;z-index:1}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{max-height:28px;max-width:120px}.drawer-brand span{display:flex;flex-direction:column}.drawer-brand strong{color:var(--ink)}.drawer-brand small{font-size:9px;color:var(--muted);letter-spacing:.15em}.close-button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:26px;line-height:1}.drawer-groups{padding:10px 16px 30px}.drawer-groups section{padding:10px 0}.drawer-groups h2{margin:0 0 6px;color:var(--brand);font-size:13px}.drawer-groups a{display:block;padding:10px 0;border-bottom:1px solid var(--line)}.drawer-groups strong{display:block;color:var(--ink);font-size:15px}.drawer-groups span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.search-layer{position:fixed;left:0;right:0;top:92px;z-index:88;visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-10px);transition:.2s ease}.search-layer.open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.search-card{width:min(760px,calc(100% - 32px));margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(58,21,24,.18);padding:22px}.search-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.search-head h2{margin:4px 0 16px;color:var(--ink);font-size:20px}.search-field{display:grid;gap:7px}.search-field span{font-size:12px;color:var(--muted)}.search-field input{width:100%;height:48px;border:1px solid var(--line);border-radius:999px;padding:0 18px;background:var(--bg);color:var(--ink);outline:none}.search-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(227,93,106,.12)}.search-presets{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.search-presets a{min-height:40px;padding:0 14px;border-radius:999px;background:var(--soft);color:var(--ink);display:inline-flex;align-items:center}.search-note{margin:14px 0 0;color:var(--faint);font-size:12px}.mobile-bottom{display:none}.table-list{display:grid;gap:12px}.table-row{display:grid;grid-template-columns:150px 1fr;gap:18px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.table-row strong{color:var(--ink)}.table-row span{color:var(--muted)}.quote{font-size:20px;line-height:1.7;color:var(--ink);padding:22px;border:1px solid var(--line);background:var(--soft);border-radius:18px;margin:20px 0}.fineprint{font-size:13px;color:var(--faint)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(227,93,106,.35);outline-offset:3px}
@media(max-width:900px){.card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.path-tags{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.footer-shell{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:720px){:root{--header-h:92px}.shell{width:min(100% - 32px,1160px)}.path-bar{display:none}.courtyard-inner{grid-template-columns:60px 1fr 72px}.brand-center{min-width:0}.brand-logo{max-height:30px;max-width:135px}.brand-center small{display:none}.app-link{font-size:13px;white-space:nowrap}.site-main{padding-top:calc(var(--header-h) + 22px)}.hero,.page-hero{padding-top:18px}.hero-copy,.page-hero-copy{padding:26px 20px 22px}.media-wide{min-height:150px}.card-grid,.card-grid.two,.card-grid.four{grid-template-columns:1fr}.path-tags{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.footer-bottom{flex-direction:column}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:70;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.98);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;color:var(--muted);line-height:1.25}.mobile-bottom a span{font-size:16px}.mobile-bottom a.active{color:var(--brand);font-weight:800}.search-layer{top:0;bottom:0;background:var(--bg);overflow-y:auto;transform:none}.search-layer.open{opacity:1}.search-card{width:100%;min-height:100%;border:0;border-radius:0;box-shadow:none;padding:calc(22px + env(safe-area-inset-top)) 16px 80px}.table-row{grid-template-columns:1fr;gap:4px}.prose{padding:22px 18px}.number-item{grid-template-columns:44px 1fr}.hero-actions .btn{flex:1 1 160px}}
