:root{--bg:#FFF6F4;--surface:#FFFFFF;--soft:#F8E8E4;--title:#3A1518;--text:#4A2428;--muted:#7A4E52;--hint:#A0787C;--red:#E35D6A;--pink:#F08A92;--gold:#C9A227;--peach:#F3B4B0;--border: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}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.78;overflow-x:hidden}body.ui-locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;box-shadow:0 5px 22px rgba(58,21,24,.05)}.sealbar{height:28px;background:var(--red);color:#fff}.sealbar-inner{height:28px;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.06em}.seal-brand{font-weight:700}.icon-button,.menu-button,.drawer-close,.search-close{border:0;background:none;cursor:pointer}.icon-button{color:#fff;min-height:28px;padding:0 6px}.courtyard-bar{height:64px;background:#fffaf9}.courtyard-inner{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.menu-button{justify-self:start;min-width:44px;min-height:44px;border:1px solid var(--border);border-radius:14px;color:var(--title);display:inline-flex;align-items:center;gap:7px;padding:0 12px;background:#fff}.brand-center{justify-self:center;display:flex;align-items:center;justify-content:center;min-height:44px}.brand-logo{display:block;max-height:34px;max-width:170px;width:auto}.brand-word{font-size:23px;font-weight:800;letter-spacing:.12em;color:var(--title)}.app-link{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:999px;background:linear-gradient(135deg,#F08A92 0%,#E35D6A 52%,#C94A56 100%);color:#fff;font-weight:700;font-size:14px}.pathbar{height:44px;background:#fff;border-top:1px solid rgba(58,21,24,.04);border-bottom:1px solid var(--border)}.pathbar-inner{height:44px;display:flex;align-items:center;justify-content:center;gap:36px}.pathbar a{height:44px;display:flex;align-items:center;position:relative;font-size:14px;color:var(--muted)}.pathbar a.active{color:var(--title);font-weight:700}.pathbar a.active:after{content:"";position:absolute;left:10%;right:10%;bottom:2px;height:3px;border-radius:3px;background:var(--red)}.site-main{padding-top:calc(var(--header-h) + 34px);padding-bottom:70px}.page-hero,.courtyard-card,.panel,.content-card,.visual-card,.notice-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:var(--radius)}.page-hero{padding:34px;margin-bottom:26px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:800;font-size:13px;letter-spacing:.08em}.eyebrow:before,.kicker:before{content:"";width:22px;height:3px;border-radius:3px;background:var(--gold)}h1,h2,h3{color:var(--title);line-height:1.28;margin-top:0}h1{font-size:clamp(28px,3vw,32px);margin:12px 0 14px}h2{font-size:23px;margin-bottom:14px}h3{font-size:18px;margin-bottom:8px}p{margin:0 0 1em}.lede{font-size:17px;color:var(--muted);max-width:820px}.section{margin:30px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:15px}.section-head p{margin:0;color:var(--muted);font-size:14px}.grid-2,.grid-3,.grid-4,.motif-grid,.path-grid{display:grid;gap:18px}.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))}.content-card,.panel,.notice-card{padding:24px}.content-card p,.panel p{color:var(--muted)}.card-link{display:inline-flex;min-height:44px;align-items:center;color:var(--red);font-weight:700}.tag{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:var(--soft);color:var(--red);font-size:12px;font-weight:800}.tag.gold{background:#fbf3d3;color:#7a6518}.tag.peach{background:#fde9e7;color:#8d494a}.number{font-size:38px;font-weight:900;line-height:1;color:var(--red);opacity:.85}.image-slot{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#fde6e5,#fff2ef);border:1px solid var(--border);min-height:190px}.image-slot img{display:block;width:100%;height:auto;max-height:340px;object-fit:cover}.image-slot.compact img{max-height:250px}.image-slot:empty:after{content:"探花";position:absolute;inset:0;display:grid;place-items:center;color:rgba(58,21,24,.22);font-size:32px;font-weight:900;letter-spacing:.15em}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-weight:800}.btn.primary{background:linear-gradient(135deg,#F08A92 0%,#E35D6A 52%,#C94A56 100%);color:#fff}.btn.secondary{background:#fff;border:1px solid var(--red);color:var(--red)}.btn:hover,.btn:focus-visible,.card-link:hover,.card-link:focus-visible,.footer-col a:hover,.footer-col a:focus-visible{outline:none;text-decoration:underline;text-underline-offset:4px}.courtyard-card{padding:34px}.courtyard-copy{max-width:780px}.courtyard-card h1{font-size:clamp(30px,4vw,44px);max-width:720px}.hero-media{margin-top:26px}.path-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.path-chip{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;min-height:150px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:8px;background:var(--red)}.dot.gold{background:var(--gold)}.dot.peach{background:var(--peach)}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;align-items:stretch}.split.reverse{grid-template-columns:.92fr 1.08fr}.number-list{display:grid;gap:10px}.number-row{display:grid;grid-template-columns:54px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.number-row:last-child{border-bottom:0}.number-row .number{font-size:26px}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:var(--border)}.time-item{position:relative;padding:0 0 24px 18px}.time-item:before{content:"";position:absolute;left:-23px;top:8px;width:12px;height:12px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px var(--bg)}.status{display:inline-flex;padding:3px 10px;border-radius:999px;background:var(--soft);color:var(--red);font-size:12px;font-weight:800}.article-prose{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}.article-prose p{color:var(--text);max-width:880px}.article-prose h2{margin-top:28px}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px}.faq-item h2{font-size:18px;margin-bottom:8px}.site-footer{background:var(--title);color:var(--soft);padding:48px 0 calc(30px + env(safe-area-inset-bottom));margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:26px}.footer-brand-link{display:flex;align-items:center;gap:12px}.footer-logo{max-width:120px;max-height:34px}.footer-brand-link span{display:grid}.footer-brand-link small{letter-spacing:.14em;color:#d9bfc1}.footer-brand p{color:#d7bec0;max-width:320px;font-size:13px;margin-top:16px}.footer-col{display:flex;flex-direction:column;gap:7px}.footer-col h2{font-size:14px;color:#fff;margin:0 0 5px}.footer-col a{font-size:13px;color:#ead8da}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;color:#d7bec0;font-size:12px}.ui-overlay{position:fixed;inset:0;background:rgba(58,21,24,.38);z-index:80;opacity:0;pointer-events:none;transition:opacity .18s ease}.ui-overlay.show{opacity:1;pointer-events:auto}.scroll-menu{position:fixed;z-index:90;top:0;right:0;width:360px;max-width:88vw;height:100dvh;background:#fffaf9;box-shadow:-18px 0 40px rgba(58,21,24,.18);transform:translateX(102%);visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s}.menu-open .scroll-menu{transform:translateX(0);visibility:visible;pointer-events:auto}.scroll-menu-head{height:72px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fffaf9;z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px;font-weight:900}.drawer-brand img{max-width:104px;max-height:30px}.drawer-close,.search-close{width:44px;height:44px;border-radius:50%;background:var(--soft);color:var(--title);font-size:26px}.drawer-groups{height:calc(100dvh - 72px);overflow:auto;padding:16px 18px 30px}.drawer-groups section{margin-bottom:22px}.drawer-groups h2{font-size:14px;color:var(--red);margin:0 0 8px}.drawer-groups a{display:block;padding:10px 0;border-bottom:1px solid rgba(227,93,106,.11)}.drawer-groups b{display:block;color:var(--title);font-size:14px}.drawer-groups span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.search-layer{position:fixed;z-index:92;top:136px;left:0;right:0;visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-8px);transition:.18s ease}.search-opened .search-layer{visibility:visible;pointer-events:auto;opacity:1;transform:translateY(0)}.search-card{width:min(720px,calc(100% - 32px));margin:18px auto 0;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:22px}.search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:var(--title)}.search-card label{display:block;color:var(--muted);margin-bottom:8px}.search-card input{width:100%;height:48px;border:1px solid var(--border);border-radius:14px;padding:0 15px;outline:none;color:var(--title);background:#fffaf9}.search-card input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,93,106,.1)}.search-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.search-presets a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:var(--soft);color:var(--red);font-weight:700;font-size:13px}.mobile-bottom{display:none}.note-line{border-left:4px solid var(--red);padding:10px 14px;background:#fff;border-radius:0 14px 14px 0;color:var(--muted)}.meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.prose-columns{columns:2;column-gap:32px}.prose-columns p{break-inside:avoid}.article-index{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.article-index a{background:#fff;border:1px solid var(--border);border-radius:14px;padding:15px;min-height:86px}.quote-card{padding:22px;border-radius:18px;background:linear-gradient(145deg,#F8E8E4,#fff);border:1px solid var(--border);font-size:18px;color:var(--title)}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.path-grid{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.split,.split.reverse{grid-template-columns:1fr}.article-index{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){:root{--header-h:92px}.shell{width:min(100% - 32px,1160px)}.site-main{padding-top:calc(var(--header-h) + 24px);padding-bottom:92px}.pathbar{display:none}.menu-button{border:0;background:transparent;padding:0;min-width:44px}.menu-button .button-text{display:none}.courtyard-inner{grid-template-columns:60px 1fr 78px}.app-link{padding:0 10px;font-size:12px}.brand-logo{max-width:130px;max-height:30px}.page-hero,.courtyard-card,.content-card,.panel,.article-prose,.notice-card{padding:20px}.courtyard-card h1{font-size:32px}.path-grid,.grid-2,.grid-3,.grid-4,.motif-grid,.article-index{grid-template-columns:1fr}.section{margin:24px 0}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.scroll-menu{width:88vw}.search-layer{top:0;bottom:0;background:var(--bg);transform:none}.search-opened .search-layer{transform:none}.search-card{width:100%;height:100%;margin:0;border:0;border-radius:0;padding:calc(20px + env(safe-area-inset-top)) 18px 20px;box-shadow:none;background:var(--bg)}.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);background:#fff;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:grid;place-items:center;font-size:12px;color:var(--muted);min-height:50px}.mobile-bottom a.active{color:var(--red);font-weight:900}.menu-open .mobile-bottom,.search-opened .mobile-bottom{z-index:60}.prose-columns{columns:1}.image-slot{min-height:150px}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.courtyard-card{padding:18px}.number-row{grid-template-columns:46px 1fr}.number-row .number{font-size:22px}}

.app-mark{display:flex;align-items:center;gap:12px}.app-mark img{width:44px;height:44px;object-fit:contain;border-radius:12px;border:1px solid var(--border);background:#fff}
