:root{--bg:#0E0E0E;--deep:#080808;--panel:#161616;--panel2:#1C1810;--title:#FFF4D0;--text:#E6D7A6;--muted:#B8A56A;--assist:#8A7A48;--yellow:#F5C518;--bright:#FFD84A;--amber:#C49212;--footer:#050505;--footerText:#DCCB8A;--max:1120px;--radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.shell{width:min(calc(100% - 32px),var(--max));margin:0 auto}.goldbar{position:fixed;top:0;left:0;right:0;height:22px;z-index:50;background:#090909;border-top:1px solid var(--yellow);border-bottom:1px solid #4d3a03;color:var(--bright);font-size:12px}.goldbar-inner{height:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.top-search{height:22px;border:0;background:transparent;color:var(--bright);padding:0 8px;cursor:pointer;position:relative}.top-search:after{content:"";position:absolute;inset:-11px -8px}.masthead{position:fixed;top:22px;left:0;right:0;height:60px;z-index:49;background:#0b0b0b;border-bottom:1px solid #66500b}.masthead-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{justify-self:start;display:flex;align-items:center;min-height:44px}.brand-logo,.book-logo,.footer-logo{height:28px;width:auto;object-fit:contain;object-position:center}.brand-text{font-size:16px;font-weight:800;color:var(--title);letter-spacing:.08em}.book-button,.register-link,.close-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.book-button{justify-self:center;border:1px solid var(--yellow);background:#12100a;color:var(--title);padding:0 18px;cursor:pointer}.register-link{justify-self:end;color:#111;background:linear-gradient(135deg,var(--yellow),var(--bright));padding:0 18px;font-weight:800}.runway{position:fixed;top:82px;left:0;right:0;height:40px;z-index:48;background:#21190e;border-bottom:1px solid #4d3a03}.runway-inner{height:40px;display:flex;align-items:center;justify-content:center;gap:10px}.runway a{height:32px;display:inline-flex;align-items:center;padding:0 14px;border-radius:8px;color:var(--text);font-size:13px}.runway a:hover,.runway a:focus-visible,.runway a.is-current{background:var(--bright);color:#111;outline:none}.site-main{padding-top:146px;min-height:70vh}.page-hero{padding:34px 0 20px}.eyebrow{margin:0 0 8px;color:var(--yellow);font-size:13px;letter-spacing:.12em;text-transform:uppercase}.page-hero h1{margin:0;color:var(--title);font-size:24px;line-height:1.35}.lead{max-width:860px;margin:12px 0 0;color:var(--muted)}.hero-image,.media-slot{background:var(--deep);border:1px solid #2b2514;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image{height:260px}.media-slot{height:200px}.hero-image img,.media-slot img,.app-visual img,.card-image img{width:100%;height:100%;object-fit:contain;object-position:center}.brand-block{padding:18px 0 26px}.brand-block h1{margin:0;color:var(--title);font-size:24px}.brand-kicker{color:var(--yellow);font-size:13px;letter-spacing:.14em}.brand-slogan{font-size:20px;color:var(--title);font-weight:800;margin:6px 0}.brand-block p{margin:0;max-width:900px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.btn{height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 18px;font-size:14px;font-weight:800}.btn-primary{background:linear-gradient(135deg,var(--yellow),var(--bright));color:#111}.btn-secondary{border:1px solid var(--yellow);background:#10100d;color:var(--title)}.btn:hover,.btn:focus-visible{transform:translateY(-1px);outline:2px solid var(--bright);outline-offset:2px}.section{padding:26px 0}.section + .section{border-top:1px solid #2d2718}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-title h2{margin:0;color:var(--title);font-size:20px}.section-title p{margin:0;color:var(--muted);font-size:13px}.grid-4,.grid-3,.grid-2,.grid-6{display:grid;gap:16px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-6{grid-template-columns:repeat(3,1fr)}.card,.article-card,.timeline-item,.standard-item,.notice,.lesson,.faq-item,.showcase,.step,.note-card{background:var(--panel);border:1px solid #2f2817;border-radius:12px;padding:18px}.card h3,.article-card h2,.article-card h3,.timeline-item h3,.standard-item h2,.notice h2,.lesson h2,.faq-item h2,.showcase h2,.step h2,.note-card h2{margin:0 0 8px;color:var(--title)}.card h3,.article-card h3,.timeline-item h3{font-size:16px}.article-card h2,.standard-item h2,.notice h2,.lesson h2,.faq-item h2,.showcase h2,.step h2,.note-card h2{font-size:20px}.card p,.article-card p,.timeline-item p,.standard-item p,.notice p,.lesson p,.faq-item p,.showcase p,.step p,.note-card p{margin:0 0 10px}.card p:last-child,.article-card p:last-child,.timeline-item p:last-child,.standard-item p:last-child,.notice p:last-child,.lesson p:last-child,.faq-item p:last-child,.showcase p:last-child,.step p:last-child,.note-card p:last-child{margin-bottom:0}.card-image{height:170px;margin:-18px -18px 14px;background:var(--deep);border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center}.text-link{color:var(--bright);font-weight:800}.text-link:hover,.text-link:focus-visible{text-decoration:underline;outline:none}.feature-copy{display:grid;gap:16px}.feature-copy p{margin:0}.observations,.check-list,.compact-list{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}.observations li,.check-list li,.compact-list li{background:var(--panel2);border-left:3px solid var(--yellow);padding:10px 12px;border-radius:0 8px 8px 0}.timeline{display:grid;gap:14px;position:relative}.timeline:before{content:"";position:absolute;left:14px;top:10px;bottom:10px;width:1px;background:#6d540b}.timeline-item{margin-left:38px;position:relative}.timeline-item:before{content:"";position:absolute;left:-31px;top:23px;width:11px;height:11px;border-radius:50%;background:var(--bright);box-shadow:0 0 0 4px #2a2108}.badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#2a2108;color:var(--bright);font-size:12px;font-weight:800}.number{font-size:12px;color:var(--bright);letter-spacing:.08em}.app-block{display:grid;grid-template-columns:minmax(0,360px) 1fr;gap:24px;align-items:center}.app-visual{height:360px;background:var(--deep);border:1px solid #2b2514;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-icon{width:48px;height:48px;object-fit:contain;margin-bottom:12px}.prose{display:grid;gap:16px}.prose p{margin:0}.prose h2{color:var(--title);font-size:20px;margin:16px 0 -4px}.prose h3{color:var(--title);font-size:16px;margin:12px 0 -4px}.two-col-copy{columns:2;column-gap:28px}.two-col-copy p{break-inside:avoid}.meta-note{color:var(--muted);font-size:13px}.status-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.status-list span{display:inline-flex;padding:4px 9px;border:1px solid #4a3b12;border-radius:999px;color:var(--muted);font-size:12px}.site-footer{margin-top:42px;background:var(--footer);border-top:1px solid var(--yellow);color:var(--footerText);padding-bottom:18px}.footer-top{padding:26px 0;display:grid;grid-template-columns:240px 1fr;gap:28px}.footer-brand{display:grid;align-content:start;gap:6px}.footer-brand strong{color:var(--title)}.footer-brand span{font-size:12px;color:var(--muted);letter-spacing:.12em}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-grid section{display:grid;align-content:start;gap:7px}.footer-grid h2{margin:0 0 5px;color:var(--title);font-size:13px}.footer-grid a{font-size:13px;color:var(--footerText)}.footer-grid a:hover,.footer-grid a:focus-visible{color:var(--bright);outline:none}.footer-bottom{padding-top:14px;border-top:1px solid #211c12;font-size:13px}.overlay{position:fixed;inset:0;z-index:79;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.showbook{position:fixed;top:0;bottom:0;left:0;width:min(420px,86vw);z-index:80;background:#0b0b0b;border-right:1px solid var(--yellow);transform:translateX(-102%);visibility:hidden;pointer-events:none;transition:transform .25s ease;display:flex;flex-direction:column}.showbook.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.showbook-head{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #33290e}.showbook-brand{display:flex;align-items:center;gap:10px}.showbook-brand div{display:grid}.showbook-brand span{font-size:11px;color:var(--muted)}.close-button{border:1px solid var(--yellow);background:#111;color:var(--title);padding:0 14px;cursor:pointer}.showbook-body{padding:8px 16px 24px;overflow-y:auto}.showbook-body section{padding:14px 0;border-bottom:1px solid #241f14}.showbook-body h2{margin:0 0 6px;color:var(--yellow);font-size:13px}.showbook-body a{display:grid;gap:1px;padding:8px 6px;border-radius:8px}.showbook-body a:hover,.showbook-body a:focus-visible{background:#1a160e;outline:none}.showbook-body b{color:var(--title);font-size:14px}.showbook-body span{font-size:12px;color:var(--muted)}.search-panel{position:fixed;top:82px;left:0;right:0;z-index:81;background:#0c0c0c;border-top:1px solid #3a2d08;border-bottom:1px solid var(--yellow);transform:translateY(-130%);visibility:hidden;pointer-events:none;transition:.22s}.search-panel.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.search-inner{padding:18px 0 22px}.search-head{display:flex;justify-content:space-between;align-items:center;gap:18px}.search-head strong{color:var(--title);font-size:20px}.search-head p{margin:2px 0 0;color:var(--muted)}.search-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.search-presets a{min-height:44px;display:inline-flex;align-items:center;padding:0 15px;border:1px solid #514011;border-radius:10px;color:var(--title)}.search-presets a:hover,.search-presets a:focus-visible{background:var(--bright);color:#111;outline:none}.mobile-bottom{display:none}.editor-label{display:inline-flex;margin-bottom:8px;color:#111;background:var(--yellow);padding:3px 8px;border-radius:6px;font-size:12px;font-weight:800}.callout{background:var(--panel2);border:1px solid #4a3b12;border-radius:12px;padding:16px}.callout strong{color:var(--title)}.divider{height:1px;background:#2c2516;margin:20px 0}.center{text-align:center}
@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-6{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr}.app-block{grid-template-columns:1fr}.app-visual{max-width:420px}.two-col-copy{columns:1}}
@media (max-width:680px){body{padding-bottom:calc(48px + env(safe-area-inset-bottom))}.shell{width:min(calc(100% - 32px),var(--max))}.runway{display:none}.site-main{padding-top:104px}.masthead-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px}.brand-logo{max-width:120px}.brand-text{font-size:16px}.book-button,.register-link{padding:0 10px;min-width:0}.grid-4,.grid-3,.grid-2,.grid-6{grid-template-columns:1fr}.hero-image{height:260px}.media-slot{height:190px}.page-hero{padding-top:24px}.footer-grid{grid-template-columns:repeat(2,1fr)}.search-panel{top:0;bottom:0;border-top:0;transform:translateY(-105%)}.search-inner{padding-top:24px}.search-presets{display:grid;grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:55;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#070707;border-top:1px solid #5a460c}.mobile-bottom a{height:48px;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text)}.mobile-bottom a.is-current{background:var(--bright);color:#111;font-weight:800}.site-footer{padding-bottom:58px}}
@media (max-width:380px){.register-link{font-size:12px}.book-button{font-size:12px}.footer-grid{grid-template-columns:1fr}.search-presets{grid-template-columns:1fr}}
