:root{--bg:#111111;--deep:#0A0A0A;--panel:#1A1A1A;--warm:#1F1B14;--title:#FFF6D6;--text:#E8D9A8;--muted:#B8A56A;--soft:#8A7A48;--brand:#F5C518;--bright:#FFD84A;--amber:#C49212;--footer:#050505;--footerText:#DCCB8A;--max:1120px;--r:12px;}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:contain;object-position:center}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--bright);outline-offset:3px}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:var(--bright);color:#111;padding:8px 12px;border-radius:8px}.skip-link:focus{top:8px}.top-rail{position:fixed;z-index:90;top:0;left:0;right:0;height:22px;background:#0b0b0b;color:var(--bright);font-size:12px;border-bottom:1px solid rgba(245,197,24,.15)}.top-rail-inner{height:100%;max-width:var(--max);margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.plain-button{background:none;border:0;color:inherit;cursor:pointer}.rail-search{min-height:22px;padding:0 0 0 16px;color:var(--bright)}.site-header{position:fixed;z-index:85;top:22px;left:0;right:0}.masthead{height:60px;background:var(--deep);border-bottom:1px solid rgba(245,197,24,.45);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:0 max(16px,calc((100vw - var(--max))/2 + 16px))}.brand-link{justify-self:start;min-width:96px;min-height:44px;display:flex;align-items:center}.brand-logo,.footer-logo,.drawer-logo{height:28px;width:auto;object-fit:contain}.brand-text{color:var(--title);font-size:16px;font-weight:700}.drawer-toggle,.mast-apply{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 18px;font-size:14px}.drawer-toggle{background:linear-gradient(180deg,var(--bright),var(--brand));color:#111;border:1px solid #e6b600;font-weight:700;cursor:pointer}.mast-apply{justify-self:end;border:1px solid rgba(245,197,24,.75);color:var(--title);background:#12100b}.lightboard{height:40px;background:#20190f;border-bottom:1px solid rgba(245,197,24,.18);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px}.lightboard a{min-height:30px;padding:4px 14px;display:flex;align-items:center;border-radius:8px;color:var(--text)}.lightboard a.is-current{background:var(--bright);color:#111;font-weight:700}.site-main{max-width:var(--max);margin:0 auto;padding:138px 16px 64px;min-height:60vh}h1,h2,h3{margin:0;color:var(--title);line-height:1.3}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}p{margin:0 0 1em}.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:6px}.lead{font-size:15px;color:#e9ddb7;max-width:820px}.page-hero{padding:26px 0 22px;border-bottom:1px solid rgba(245,197,24,.16);margin-bottom:22px}.page-hero h1{margin-bottom:10px}.hero-slot,.media-slot{width:100%;background:#090909;border:1px solid rgba(245,197,24,.15);border-radius:var(--r);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slot{height:260px;margin-bottom:14px}.hero-slot img,.media-slot img{width:100%;height:100%;object-fit:contain}.cover-copy{padding:2px 0 20px}.cover-brand{font-size:14px;color:var(--muted);margin-bottom:4px}.cover-copy h1{font-size:22px;margin-bottom:8px}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.btn{min-height:42px;padding:8px 16px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.btn-primary{background:linear-gradient(180deg,var(--bright),var(--brand));color:#111}.btn-secondary{background:#0f0f0f;color:var(--title);border:1px solid rgba(245,197,24,.65)}.section{margin:30px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px}.section-head p{margin:0;color:var(--muted);font-size:13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card,.content-block,.notice-block,.faq-item,.timeline-item{background:var(--panel);border:1px solid rgba(245,197,24,.14);border-radius:var(--r);padding:16px}.card .media-slot{height:180px;margin-bottom:12px}.card p,.content-block p,.notice-block p{color:var(--text)}.card h2,.card h3,.content-block h2,.content-block h3{margin-bottom:8px}.card-link{display:inline-flex;align-items:center;min-height:44px;color:var(--bright);font-weight:700}.feature{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:18px;align-items:stretch}.feature .media-slot{height:200px}.number-list,.plain-list,.status-list{list-style:none;padding:0;margin:12px 0 0}.number-list li,.plain-list li,.status-list li{padding:10px 0;border-top:1px solid rgba(245,197,24,.12)}.number-list strong{display:inline-flex;width:34px;color:var(--bright)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-card{background:var(--warm);border:1px solid rgba(245,197,24,.13);border-radius:10px;padding:14px}.mini-card h3{margin-bottom:6px}.timeline{position:relative;padding-left:18px}.timeline:before{content:"";position:absolute;left:5px;top:4px;bottom:4px;width:1px;background:rgba(245,197,24,.35)}.timeline-item{position:relative;margin-bottom:12px}.timeline-item:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--brand);left:-18px;top:22px;box-shadow:0 0 0 4px #111}.status{display:inline-block;margin-bottom:6px;padding:2px 8px;border-radius:999px;background:#2a2312;color:var(--bright);font-size:12px}.app-feature{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:center}.app-visual{height:360px;background:#090909;border:1px solid rgba(245,197,24,.15);border-radius:var(--r);display:flex;align-items:center;justify-content:center}.app-visual img{max-height:100%;max-width:100%;object-fit:contain}.app-icon{width:48px;height:48px;object-fit:contain;margin-bottom:10px}.prose{max-width:900px}.prose h2{margin:26px 0 10px}.prose h3{margin:18px 0 8px}.prose p{color:#eadfb7}.prose ul{padding-left:20px}.prose li{margin:7px 0}.callout{background:var(--warm);border-left:3px solid var(--brand);border-radius:0 10px 10px 0;padding:14px 16px;margin:18px 0;color:var(--title)}.record-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.record{background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:var(--r);padding:16px}.record .meta{color:var(--muted);font-size:13px;margin-bottom:6px}.table-like{display:grid;gap:10px}.row-card{display:grid;grid-template-columns:100px 1fr;gap:14px;background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:var(--r);padding:14px}.row-card strong{color:var(--bright)}.faq-list{display:grid;gap:12px}.faq-item h2{font-size:16px;margin-bottom:8px}.site-footer{background:var(--footer);color:var(--footerText);border-top:1px solid rgba(245,197,24,.35);font-size:13px;padding:30px 0 84px}.footer-inner{max-width:var(--max);margin:0 auto;padding:0 16px}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{color:var(--title);font-size:16px}.footer-brand span{font-size:12px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.footer-grid h2{font-size:13px;color:var(--brand);margin-bottom:6px}.footer-grid a{display:block;min-height:30px;color:var(--footerText)}.footer-note{margin-top:18px;max-width:850px}.copyright{margin-bottom:0;color:#968960}.page-overlay{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.68);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.page-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.drawer{position:fixed;z-index:140;top:0;right:0;width:400px;max-width:86vw;height:100vh;background:#0d0c09;border-left:1px solid rgba(245,197,24,.28);transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s ease;display:flex;flex-direction:column}.drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(245,197,24,.18)}.drawer-brand{display:flex;align-items:center;gap:9px}.drawer-brand div{display:flex;flex-direction:column}.drawer-brand strong{color:var(--title)}.drawer-brand span{font-size:11px;color:var(--muted)}.close-button{min-height:44px;min-width:52px;color:var(--bright)}.drawer-scroll{overflow-y:auto;padding:12px 14px 24px}.drawer-scroll section{margin:10px 0 18px}.drawer-scroll h2{font-size:13px;color:var(--brand);margin-bottom:6px}.drawer-scroll a{display:block;padding:10px 8px;border-top:1px solid rgba(245,197,24,.1)}.drawer-scroll a strong{display:block;color:var(--title);font-size:14px}.drawer-scroll a span{display:block;color:var(--muted);font-size:12px;line-height:1.55}.search-panel{position:fixed;z-index:135;left:0;right:0;top:82px;background:#11100d;border-bottom:1px solid rgba(245,197,24,.28);transform:translateY(-120%);visibility:hidden;pointer-events:none;transition:.2s}.search-panel.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.search-inner{max-width:var(--max);margin:0 auto;padding:18px 16px}.search-head{display:flex;align-items:center;justify-content:space-between}.search-head strong{color:var(--title)}.search-inner p{color:var(--muted)}.search-links{display:flex;flex-wrap:wrap;gap:8px}.search-links a{min-height:40px;display:flex;align-items:center;padding:6px 12px;border:1px solid rgba(245,197,24,.3);border-radius:9px;background:#17140f}.mobile-bottom{display:none}.media-slot.media-200{height:200px;margin-bottom:12px}.media-empty{color:#6f6546;font-size:13px}.section-anchor{scroll-margin-top:140px}
@media (max-width:860px){.cards,.grid-4{grid-template-columns:repeat(2,1fr)}.feature,.app-feature{grid-template-columns:1fr}.app-feature{align-items:start}.app-visual{height:320px}.footer-grid{grid-template-columns:repeat(2,1fr)}.record-grid{grid-template-columns:1fr}}
@media (max-width:640px){body{font-size:15px}.top-rail-inner{padding:0 16px}.masthead{grid-template-columns:minmax(0,1fr) auto auto;padding:0 12px;gap:8px}.brand-link{min-width:0}.brand-logo{max-width:120px}.drawer-toggle,.mast-apply{padding:0 12px;min-width:58px}.lightboard{display:none}.site-main{padding-top:98px;padding-left:16px;padding-right:16px;padding-bottom:72px}.site-footer{padding-bottom:74px}.hero-slot{height:260px}.cards,.grid-2,.grid-4{grid-template-columns:1fr}.card .media-slot{height:180px}.feature .media-slot{height:200px}.section-head{align-items:start;flex-direction:column;gap:4px}.row-card{grid-template-columns:1fr;gap:4px}.footer-grid{grid-template-columns:repeat(2,1fr)}.search-panel{top:0;bottom:0;transform:translateY(-105%);background:#090909}.search-panel.is-open{transform:translateY(0)}.search-inner{padding-top:26px}.search-links{display:grid;grid-template-columns:1fr 1fr}.search-links a{justify-content:center}.mobile-bottom{position:fixed;z-index:80;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#090909;border-top:1px solid rgba(245,197,24,.25)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:48px;font-size:13px}.mobile-bottom a.is-current{background:var(--bright);color:#111;font-weight:700}.drawer{max-width:86vw}.app-visual{height:340px}.footer-note{margin-top:16px}}
@media (max-width:390px){.brand-logo{max-width:92px}.drawer-toggle,.mast-apply{padding:0 9px;font-size:13px}.footer-grid{grid-template-columns:1fr 1fr}.hero-slot{height:230px}}
