:root{--bg:#111;--deep:#0a0a0a;--panel:#1a1a1a;--panel2:#1f1b14;--title:#fff6d6;--text:#e8d9a8;--muted:#b8a56a;--soft:#8a7a48;--yellow:#f5c518;--bright:#ffd84a;--amber:#c49212;--line:rgba(245,197,24,.22);--shadow:0 14px 34px rgba(0,0,0,.24)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Microsoft YaHei",sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.top-wrap{position:fixed;inset:0 0 auto;z-index:50}.curtain-strip{height:22px;background:#050505;color:var(--yellow);font-size:12px;border-bottom:1px solid rgba(245,197,24,.1)}.curtain-inner{height:22px;display:flex;align-items:center;justify-content:space-between}.plain-btn{border:0;background:transparent;color:var(--yellow);min-height:22px;padding:0 6px}.brand-bar{height:60px;background:var(--deep);border-bottom:1px solid var(--line)}.brand-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.brand-link{justify-self:start;display:flex;align-items:center;min-height:44px}.brand-logo,.drawer-logo,.footer-logo{height:28px;max-width:180px;object-fit:contain;object-position:left center}.brand-text{font-size:16px;font-weight:700;color:var(--title)}.drawer-open{justify-self:center;min-width:76px;min-height:44px;border:1px solid var(--yellow);background:#111;color:var(--title);border-radius:10px;font-size:14px}.header-entry{justify-self:end;min-height:44px;display:flex;align-items:center;color:var(--yellow);font-size:14px}.lamp-bar{height:40px;background:#211a0e;border-bottom:1px solid rgba(245,197,24,.18)}.lamp-inner{height:40px;display:flex;align-items:center;justify-content:center;gap:8px}.lamp-link{height:32px;display:flex;align-items:center;padding:0 16px;border-radius:8px;font-size:13px;color:var(--text)}.lamp-link.is-active{background:var(--yellow);color:#111}.site-main{padding-top:122px;min-height:70vh}.page-shell{padding:34px 0 56px}.eyebrow{font-size:13px;color:var(--yellow);letter-spacing:.08em}.hero-title,.page-title{margin:6px 0 12px;font-size:24px;line-height:1.3;color:var(--title)}h2{font-size:20px;line-height:1.35;color:var(--title);margin:0 0 14px}h3{font-size:16px;line-height:1.4;color:var(--title);margin:0 0 8px}p{margin:0 0 14px}.lead{max-width:820px;color:var(--text)}.muted{color:var(--muted)}.hero-card,.section-card,.content-card,.notice-card,.timeline-item,.faq-item{background:linear-gradient(180deg,#1b1b1b,#151515);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.hero-card{padding:18px}.image-slot{width:100%;background:#090909;border:1px solid rgba(245,197,24,.14);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.banner-slot{height:260px}.standard-slot{height:200px}.card-slot{height:180px}.app-slot{height:min(360px,70vw)}.fallback-title{padding:24px;text-align:center;color:var(--title)}.hero-copy{padding-top:16px}.hero-copy strong{font-size:14px;color:var(--yellow)}.hero-copy h1{margin:4px 0 10px;font-size:22px;line-height:1.35;color:var(--title)}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:10px;font-size:14px;border:1px solid var(--yellow)}.btn-primary{background:linear-gradient(180deg,var(--bright),var(--yellow));color:#111}.btn-secondary{background:#111;color:var(--title)}.btn:hover,.btn:focus-visible,.drawer-open:hover,.drawer-open:focus-visible{outline:2px solid var(--bright);outline-offset:2px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.section-gap{margin-top:28px}.content-card{padding:16px}.content-card .image-slot{margin-bottom:14px}.content-card a.more{display:inline-flex;align-items:center;min-height:44px;color:var(--yellow)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.section-head p{max-width:640px;color:var(--muted);margin:0}.number-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.number-list a,.task-list li,.status-list li{background:var(--panel2);border:1px solid rgba(245,197,24,.16);border-radius:10px;padding:14px}.number-list strong{display:block;color:var(--yellow)}ul.clean,.task-list,.status-list{list-style:none;padding:0;margin:0}.task-list,.status-list{display:grid;gap:10px}.feature-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;align-items:start}.copy-panel{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--amber);border-radius:999px;color:var(--yellow);font-size:13px}.timeline{display:grid;gap:12px}.timeline-item{padding:16px;display:grid;grid-template-columns:110px 1fr;gap:16px}.timeline-item .step{color:var(--yellow);font-weight:700}.page-intro{padding:20px;background:linear-gradient(180deg,#17130c,#111);border:1px solid var(--line);border-radius:14px;margin-bottom:18px}.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.article-block{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.article-block p:last-child{margin-bottom:0}.quote-note{border-left:3px solid var(--yellow);padding:12px 14px;background:var(--panel2);color:var(--text);border-radius:0 10px 10px 0}.faq-list{display:grid;gap:12px}.faq-item{padding:16px}.faq-item h2{font-size:16px}.site-footer{background:#050505;border-top:1px solid var(--line);padding:34px 0 calc(70px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:24px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand strong{font-size:16px;color:var(--title);margin-top:10px}.footer-brand span{font-size:13px;color:var(--yellow)}.footer-brand p{font-size:13px;color:var(--muted);margin-top:10px}.site-footer section h2{font-size:14px;color:var(--yellow);margin-bottom:8px}.site-footer section>a{display:block;font-size:13px;color:#dccb8a;min-height:30px}.footer-bottom{border-top:1px solid rgba(245,197,24,.12);margin-top:24px;padding-top:16px;color:#dccb8a;font-size:13px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:70;opacity:0;pointer-events:none;transition:.2s}.overlay.is-visible{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,86vw);background:#0b0b0b;z-index:80;transform:translateX(104%);visibility:hidden;pointer-events:none;transition:.22s ease;border-left:1px solid var(--line)}.drawer.is-open{transform:none;visibility:visible;pointer-events:auto}.drawer-head{height:72px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand>div{display:flex;flex-direction:column}.drawer-brand strong{color:var(--title)}.drawer-brand span{font-size:12px;color:var(--yellow)}.drawer-close,.search-close{min-height:44px;border:1px solid var(--yellow);background:#111;color:var(--title);border-radius:10px;padding:0 12px}.drawer-scroll{height:calc(100% - 72px);overflow-y:auto;padding:14px 16px 30px}.drawer-group{margin-bottom:18px}.drawer-group h2{font-size:14px;color:var(--yellow);margin-bottom:8px}.drawer-group a{display:block;padding:10px 0;border-bottom:1px solid rgba(245,197,24,.08)}.drawer-group a strong{display:block;font-size:14px;color:var(--title)}.drawer-group a span{display:block;font-size:13px;color:var(--muted);line-height:1.5}.search-layer{position:fixed;top:82px;left:0;right:0;z-index:79;background:#0b0b0b;border-bottom:1px solid var(--line);transform:translateY(-130%);visibility:hidden;pointer-events:none;transition:.22s ease}.search-layer.is-open{transform:none;visibility:visible;pointer-events:auto}.search-box{padding:20px 0}.search-head{display:flex;align-items:center;justify-content:space-between}.search-head h2{margin:0}.search-box label{display:block;color:var(--muted);font-size:13px;margin:12px 0 6px}.search-box input{width:100%;height:44px;border-radius:10px;border:1px solid var(--line);background:#151515;color:var(--title);padding:0 12px}.search-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.search-presets a{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border-radius:10px;background:var(--panel2);border:1px solid rgba(245,197,24,.14);color:var(--text)}.mobile-tabs{display:none}
@media(max-width:820px){.lamp-bar{display:none}.site-main{padding-top:82px}.brand-inner{grid-template-columns:1fr auto 1fr}.header-entry{font-size:13px}.brand-logo{max-width:120px}.grid-3,.grid-2,.article-grid,.feature-split{grid-template-columns:1fr}.number-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.timeline-item{grid-template-columns:1fr}.search-layer{top:0;bottom:0;overflow:auto}.search-box{padding:24px 0 100px}.mobile-tabs{position:fixed;left:0;right:0;bottom:0;z-index:60;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-tabs a{display:flex;align-items:center;justify-content:center;min-height:48px;color:var(--text);font-size:13px}.mobile-tabs a.is-active{background:var(--yellow);color:#111}.site-footer{padding-bottom:calc(78px + env(safe-area-inset-bottom))}}
@media(max-width:540px){.shell{width:min(100% - 32px,1120px)}.hero-title,.page-title{font-size:24px}.hero-copy h1{font-size:22px}.banner-slot{height:260px}.card-slot{height:180px}.standard-slot{height:200px}.number-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.brand-link{max-width:120px}.drawer-open{min-width:68px}.header-entry{white-space:nowrap}.button-row{display:grid;grid-template-columns:1fr}.btn{width:100%}}
