:root{
  --bg:#111111;--deep:#0A0A0A;--panel:#1A1A1A;--panel2:#1F1B14;--title:#FFF6D6;--text:#E8D9A8;--muted:#B8A56A;--soft:#8A7A48;--yellow:#F5C518;--yellow2:#FFD84A;--amber:#C49212;--footer:#050505;--footerText:#DCCB8A;--line:rgba(245,197,24,.24);--max:1120px;
}
*{box-sizing:border-box}
html{background:var(--bg);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",Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
.no-scroll{overflow:hidden}
.curtain-bar{position:fixed;z-index:100;top:0;left:0;right:0;height:22px;background:#0d0d0d;color:var(--yellow);border-bottom:1px solid rgba(245,197,24,.18);font-size:12px}
.top-inner,.brand-inner{max-width:var(--max);height:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.text-button,.drawer-button,.close-button{border:0;background:none;cursor:pointer}
.text-button{font-size:12px;color:var(--yellow);min-height:22px;padding:0 4px}
.brand-header{position:fixed;z-index:99;top:22px;left:0;right:0;height:60px;background:#101010;border-bottom:1px solid var(--line)}
.brand-inner{position:relative}
.brand-mark{display:inline-flex;align-items:center;min-height:44px;min-width:120px;font-size:16px;font-weight:800;color:var(--title)}
.brand-mark img,.drawer-brand img,.footer-brand img{height:28px;width:auto;max-width:160px;object-fit:contain;object-position:center}
.drawer-button{position:absolute;left:50%;transform:translateX(-50%);min-width:72px;min-height:44px;border:1px solid var(--line);border-radius:10px;color:var(--title);font-size:14px;background:#151515}
.drawer-button:hover,.drawer-button:focus-visible,.entry-link:hover,.entry-link:focus-visible{border-color:var(--yellow);outline:none}
.entry-link{min-height:44px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid transparent;border-radius:10px;color:var(--text);font-size:14px}.entry-link.is-current{background:var(--yellow);color:#111}
.light-sign{position:fixed;z-index:98;top:82px;left:0;right:0;height:40px;background:#211a0f;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px}
.light-sign a{height:30px;padding:0 16px;display:flex;align-items:center;border-radius:8px;color:var(--text);font-size:13px}.light-sign a:hover,.light-sign a:focus-visible{outline:1px solid var(--yellow)}.light-sign a.is-current{background:var(--yellow);color:#111;font-weight:700}
.site-main{max-width:var(--max);margin:0 auto;padding:146px 20px 72px;min-height:70vh}
h1,h2,h3{color:var(--title);margin:0 0 12px;letter-spacing:.01em}h1{font-size:24px;line-height:1.3}h2{font-size:20px;line-height:1.4}h3{font-size:16px;line-height:1.5}p{margin:0 0 14px}.eyebrow{color:var(--yellow);font-size:12px;letter-spacing:.12em;font-weight:700}.lead{font-size:15px;color:var(--text);max-width:820px}.muted{color:var(--muted)}
.page-intro{padding:28px 0 20px;border-bottom:1px solid var(--line);margin-bottom:26px}.page-intro .eyebrow{margin-bottom:8px}.page-intro p{max-width:880px}
.section-block{margin:0 0 24px;padding:22px;background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:12px}.section-block.alt{background:var(--panel2)}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.section-title-row span{font-size:12px;color:var(--muted)}
.grid-2,.grid-3,.grid-4{display:grid;gap:16px}.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))}
.card{background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:12px;padding:16px;min-width:0}.card h3{margin-bottom:8px}.card p{color:var(--text);margin-bottom:0}.card-link{display:block}.card-link:hover,.card-link:focus-visible{border-color:var(--yellow);outline:none;transform:translateY(-1px)}
.media-slot{width:100%;height:200px;background:#0b0b0b;border:1px solid rgba(245,197,24,.12);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:14px}.media-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.media-slot.hero-slot{height:260px}.media-slot.card-slot{height:180px}.media-slot.app-slot{height:min(360px,56vw)}
.hero{padding-top:8px}.hero-copy{padding:18px 0 8px}.brand-caption{font-size:14px;color:var(--yellow);font-weight:700;margin-bottom:5px}.hero h1{font-size:22px}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:700;white-space:nowrap}.button-primary{background:linear-gradient(135deg,var(--yellow),var(--yellow2));color:#111}.button-secondary{background:#111;border:1px solid var(--yellow);color:var(--title)}.button-primary:hover,.button-primary:focus-visible,.button-secondary:hover,.button-secondary:focus-visible{outline:2px solid var(--title);outline-offset:2px}
.number-list{display:grid;gap:10px;counter-reset:item}.number-list .number-item{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px;border-radius:10px;background:#141414;border:1px solid rgba(245,197,24,.1)}.number-badge{width:42px;height:30px;border-radius:8px;background:var(--yellow);color:#111;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}
.simple-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.simple-list li{padding:12px 14px;background:#141414;border-left:2px solid var(--yellow);border-radius:0 10px 10px 0}.simple-list strong{color:var(--title)}
.timeline{position:relative;margin:0;padding:0 0 0 25px;list-style:none}.timeline:before{content:"";position:absolute;left:7px;top:7px;bottom:7px;width:1px;background:var(--amber)}.timeline li{position:relative;padding:0 0 18px 14px}.timeline li:before{content:"";position:absolute;left:-22px;top:7px;width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px #18140d}.status{display:inline-flex;margin-top:5px;padding:2px 8px;border:1px solid rgba(245,197,24,.32);border-radius:999px;color:var(--yellow);font-size:12px}
.note{padding:14px 16px;background:#1d180e;border:1px solid rgba(245,197,24,.2);border-radius:10px;color:var(--text)}.note strong{color:var(--yellow)}
.kicker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kicker{padding:16px;border-top:2px solid var(--yellow);background:var(--panel);border-radius:0 0 12px 12px}
.faq-list{display:grid;gap:12px}.faq-item{background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:12px;padding:18px}.faq-item h2,.faq-item h3{font-size:16px}.faq-item p{margin:0}
.page-overlay{position:fixed;inset:0;z-index:140;background:rgba(0,0,0,.66);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.page-overlay.is-open{opacity:1;visibility:visible}
.nav-drawer{position:fixed;z-index:150;top:0;right:0;bottom:0;width:min(400px,86vw);background:#0d0d0d;border-left:1px solid var(--line);transform:translateX(102%);visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s ease;display:flex;flex-direction:column}.nav-drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{height:70px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand strong{color:var(--title);font-size:16px}.close-button{min-width:56px;min-height:44px;border:1px solid var(--line);border-radius:10px;color:var(--text)}.close-button:hover,.close-button:focus-visible{outline:none;border-color:var(--yellow)}.drawer-scroll{overflow-y:auto;padding:12px 18px 28px}.drawer-group{padding:12px 0;border-bottom:1px solid rgba(245,197,24,.1)}.drawer-group h2{font-size:13px;color:var(--yellow);margin-bottom:8px}.drawer-item{display:block;padding:10px;border-radius:10px}.drawer-item:hover,.drawer-item:focus-visible,.drawer-item.is-current{background:#1d180e;outline:none}.drawer-item span{display:block;color:var(--title);font-size:14px}.drawer-item small{display:block;color:var(--muted);font-size:12px;line-height:1.5;margin-top:2px}
.search-layer{position:fixed;z-index:145;top:82px;left:0;right:0;background:#111;border-bottom:1px solid var(--line);transform:translateY(-120%);visibility:hidden;pointer-events:none;transition:.2s ease}.search-layer.is-open{transform:translateY(0);visibility:visible;pointer-events:auto}.search-box{max-width:var(--max);margin:0 auto;padding:20px}.search-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.search-head strong{color:var(--title);font-size:16px}.search-head p{font-size:13px;color:var(--muted);margin:3px 0 0}.search-input-wrap input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;background:#0b0b0b;color:var(--title);padding:0 14px;outline:none}.search-input-wrap input:focus{border-color:var(--yellow)}.search-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.search-presets a{min-height:40px;display:inline-flex;align-items:center;padding:0 12px;background:var(--panel);border:1px solid rgba(245,197,24,.12);border-radius:10px;font-size:13px}.search-presets a:hover,.search-presets a:focus-visible{outline:none;border-color:var(--yellow)}.search-empty{margin:12px 0 0;color:var(--muted);font-size:13px}
.site-footer{background:var(--footer);color:var(--footerText);border-top:1px solid var(--yellow);font-size:13px}.footer-inner{max-width:var(--max);margin:0 auto;padding:32px 20px 78px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:22px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:16px;color:var(--title)}.footer-brand span{font-size:12px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.footer-grid h2{font-size:13px;color:var(--yellow);margin-bottom:8px}.footer-grid a{display:block;min-height:30px;color:var(--footerText)}.footer-grid a:hover,.footer-grid a:focus-visible{color:var(--yellow);outline:none}.footer-reminder{margin:24px 0 8px;padding-top:18px;border-top:1px solid rgba(245,197,24,.12)}.copyright{color:var(--muted);margin:0}
.mobile-bottom{display:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:820px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:1fr}.kicker-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body{padding-bottom:calc(48px + env(safe-area-inset-bottom))}.curtain-bar{height:22px}.brand-header{height:60px}.top-inner,.brand-inner{padding:0 16px}.brand-mark{min-width:auto;max-width:34%}.brand-mark img{max-width:110px}.drawer-button{min-width:62px;padding:0 10px}.entry-link{padding:0 8px;font-size:13px}.light-sign{display:none}.site-main{padding:106px 16px 58px}.hero{padding-top:0}.grid-2,.grid-4{grid-template-columns:1fr}.section-block{padding:18px}.media-slot.hero-slot{height:260px}.media-slot.card-slot{height:180px}.page-intro{padding-top:18px}.search-layer{top:0;bottom:0;overflow-y:auto}.search-box{padding:24px 16px}.search-presets{display:grid;grid-template-columns:1fr 1fr}.footer-inner{padding:28px 16px 76px}.footer-grid{grid-template-columns:1fr 1fr;gap:16px}.mobile-bottom{position:fixed;z-index:90;left:0;right:0;bottom:0;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#090909;border-top:1px solid var(--line)}.mobile-bottom a{min-width:0;height:48px;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--text)}.mobile-bottom a.is-current{background:var(--yellow);color:#111;font-weight:800}.nav-drawer{width:86vw}.section-title-row{align-items:flex-start;flex-direction:column;gap:2px}}

.app-copy-card{margin-bottom:14px}.app-icon{width:48px;height:48px;object-fit:contain;object-position:center;margin-bottom:10px}
