:root{--bg:#111111;--deep:#0A0A0A;--panel:#1A1A1A;--brown:#1F1B14;--title:#FFF6D6;--text:#E8D9A8;--muted:#B8A56A;--soft:#8A7A48;--yellow:#F5C518;--bright:#FFD84A;--amber:#C49212;--line:rgba(245,197,24,.22);--shadow:0 14px 40px rgba(0,0,0,.28);--max:1120px}
*{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",Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-80px;z-index:1000;background:var(--bright);color:#111;padding:8px 12px;border-radius:8px}.skip-link:focus{top:8px}.curtain-bar{position:fixed;inset:0 0 auto 0;height:22px;background:#080808;color:var(--bright);z-index:120;border-bottom:1px solid rgba(245,197,24,.16);font-size:12px}.top-inner,.stage-header-inner,.lamp-inner,.site-main,.footer-inner{width:min(calc(100% - 32px),var(--max));margin:auto}.top-inner{height:22px;display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:none;color:var(--bright);font-size:12px;padding:0 4px;height:22px}.stage-header{position:fixed;top:22px;left:0;right:0;height:60px;background:#0d0d0d;border-bottom:1px solid var(--line);z-index:119}.stage-header-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand-link{justify-self:start;display:inline-flex;align-items:center;min-height:44px;max-width:220px}.brand-logo{display:block;height:28px;width:auto;max-width:180px;object-fit:contain;object-position:center}.brand-text{font-size:16px;font-weight:800;color:var(--title);letter-spacing:.08em}.box-menu-button,.header-entry{min-width:72px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:14px}.box-menu-button{border:1px solid var(--yellow);background:transparent;color:var(--title)}.header-entry{justify-self:end;color:var(--bright);border:1px solid rgba(245,197,24,.3);padding:0 14px}.lamp-nav{position:fixed;top:82px;left:0;right:0;height:40px;background:var(--brown);z-index:118;border-bottom:1px solid rgba(245,197,24,.12)}.lamp-inner{height:40px;display:flex;align-items:center;justify-content:center;gap:8px}.lamp-inner a{height:30px;min-width:96px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text);font-size:13px;padding:0 14px}.lamp-inner a.active{background:var(--bright);color:#111;font-weight:800}.site-main{padding-top:154px;padding-bottom:84px;min-height:70vh}h1,h2,h3{margin-top:0;color:var(--title);line-height:1.3}h1{font-size:24px;margin-bottom:14px}h2{font-size:20px;margin-bottom:12px}h3{font-size:16px;margin-bottom:8px}p{margin:0 0 14px}.eyebrow{font-size:12px;color:var(--bright);text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}.page-intro{max-width:820px;color:var(--text);margin-bottom:24px}.hero,.section-panel,.content-card,.notice-box,.timeline-item,.faq-item,.index-card{background:var(--panel);border:1px solid rgba(245,197,24,.13);border-radius:14px;box-shadow:var(--shadow)}.hero{padding:18px;margin-bottom:24px}.media-slot{width:100%;background:#090909;border:1px solid rgba(245,197,24,.12);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.media-slot img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.banner-slot{height:260px}.card-slot{height:180px}.wide-slot{height:200px}.app-slot{height:min(360px,62vw)}.icon-slot{width:56px;height:56px;flex:0 0 56px;border-radius:12px}.hero-copy{padding:18px 2px 2px}.hero-brand{font-size:14px;color:var(--muted);margin-bottom:4px}.hero-copy h1{font-size:22px}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.button,.button-secondary{height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:0 16px;font-size:14px;font-weight:800;white-space:nowrap}.button{background:linear-gradient(180deg,var(--bright),var(--yellow));color:#111;border:1px solid var(--bright)}.button-secondary{background:#111;color:var(--title);border:1px solid var(--yellow)}.button:hover,.button-secondary:hover{transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--bright);outline-offset:3px}.grid-3,.grid-2,.grid-4{display:grid;gap:16px;margin:18px 0 28px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.index-card{padding:14px}.index-card .media-slot{margin-bottom:14px}.index-card p{color:var(--text)}.section-panel{padding:20px;margin:18px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-head p{color:var(--muted);font-size:13px;margin:0}.number-list,.plain-list,.task-list{list-style:none;padding:0;margin:0}.number-list li,.task-list li{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:12px 0;border-top:1px solid rgba(245,197,24,.1)}.number-list li:first-child,.task-list li:first-child{border-top:0}.num{color:var(--bright);font-weight:900;letter-spacing:.08em}.plain-list li{padding:10px 0;border-bottom:1px solid rgba(245,197,24,.1)}.plain-list li:last-child{border-bottom:0}.timeline{border-left:1px solid var(--yellow);padding-left:18px;margin-left:8px}.timeline-item{padding:16px;margin-bottom:14px;position:relative}.timeline-item:before{content:"";position:absolute;left:-24px;top:22px;width:10px;height:10px;border-radius:50%;background:var(--bright);box-shadow:0 0 0 4px #111}.status{display:inline-flex;align-items:center;min-height:28px;border:1px solid rgba(245,197,24,.3);border-radius:999px;padding:0 10px;color:var(--bright);font-size:12px}.content-page{max-width:920px;margin:auto}.content-section{padding:20px 0;border-top:1px solid rgba(245,197,24,.12)}.content-section:first-of-type{border-top:0}.content-section p{color:var(--text)}.content-card{padding:18px;margin:16px 0}.notice-box{padding:16px;border-left:3px solid var(--bright);background:#17140d;color:var(--text)}.quote-note{border-left:2px solid var(--amber);padding-left:14px;color:var(--muted);font-size:14px}.faq-list{display:grid;gap:12px}.faq-item{padding:18px}.faq-item h2{font-size:16px;margin-bottom:8px}.faq-item p{margin:0}.app-row{display:grid;grid-template-columns:minmax(0,360px) 1fr;gap:20px;align-items:center}.app-copy-top{display:flex;gap:12px;align-items:center;margin-bottom:12px}.site-footer{background:#050505;border-top:1px solid var(--yellow);color:#DCCB8A;padding:34px 0 calc(74px + env(safe-area-inset-bottom))}.footer-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(245,197,24,.13);padding-bottom:16px;margin-bottom:18px}.footer-brand img{height:28px;width:auto;max-width:180px;object-fit:contain}.footer-brand p{font-size:13px;margin:0}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.footer-columns h2{font-size:13px;color:var(--bright);margin-bottom:8px}.footer-columns a{display:block;font-size:13px;padding:4px 0;color:#DCCB8A}.footer-note,.copyright{font-size:13px;color:#bda96b}.footer-note{margin-top:20px}.copyright{margin-bottom:0}.screen-mask{position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:200;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.screen-mask.active{opacity:1;visibility:visible;pointer-events:auto}.site-drawer{position:fixed;z-index:220;top:0;right:0;height:100%;width:min(400px,86vw);background:#0b0b0b;border-left:1px solid var(--yellow);transform:translateX(105%);visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s;overflow-y:auto;padding:16px}.drawer-open .site-drawer{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;background:#0b0b0b;padding:4px 0 12px;border-bottom:1px solid rgba(245,197,24,.14);z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{height:28px;width:auto;max-width:140px;object-fit:contain}.drawer-brand strong,.drawer-brand span{display:block}.drawer-brand span{font-size:11px;color:var(--muted)}.close-button{min-height:40px;border:1px solid var(--yellow);border-radius:9px;background:#111;color:var(--title);padding:0 12px}.drawer-groups section{padding:16px 0;border-bottom:1px solid rgba(245,197,24,.12)}.drawer-groups h2{font-size:13px;color:var(--bright);margin-bottom:8px}.drawer-groups a{display:block;padding:9px 0}.drawer-groups b{display:block;font-size:14px;color:var(--title)}.drawer-groups span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.search-layer{position:fixed;z-index:230;left:0;right:0;top:82px;visibility:hidden;opacity:0;pointer-events:none;transition:.2s}.search-open .search-layer{visibility:visible;opacity:1;pointer-events:auto}.search-card{width:min(calc(100% - 32px),760px);margin:auto;background:#0d0d0d;border:1px solid var(--yellow);border-radius:0 0 14px 14px;padding:18px;box-shadow:var(--shadow)}.search-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.search-card label{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}.search-card input{width:100%;height:44px;background:#171717;color:var(--title);border:1px solid rgba(245,197,24,.3);border-radius:10px;padding:0 12px}.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;border:1px solid rgba(245,197,24,.2);border-radius:9px}.search-empty{font-size:13px;color:var(--muted);margin-top:12px}.locked{overflow:hidden}.mobile-bottom{display:none}
@media(max-width:820px){.lamp-nav{display:none}.site-main{padding-top:112px}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.app-row{grid-template-columns:1fr}.app-slot{height:340px}.footer-columns{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;z-index:130;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#090909;border-top:1px solid var(--yellow)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;font-size:13px;min-width:0}.mobile-bottom a.active{background:var(--bright);color:#111;font-weight:800}.site-footer{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.search-layer{top:0;bottom:0;background:#0a0a0a}.search-card{width:100%;height:100%;border:0;border-radius:0;padding:24px 16px}.stage-header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.brand-link{min-width:0}.brand-logo{max-width:118px}.header-entry,.box-menu-button{min-width:64px;padding:0 9px}.curtain-bar .top-inner{width:calc(100% - 24px)}.banner-slot{height:230px}}
@media(max-width:560px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.site-main{width:calc(100% - 32px)}.top-inner,.stage-header-inner,.footer-inner{width:calc(100% - 32px)}.hero,.section-panel{padding:14px}.footer-columns{grid-template-columns:1fr 1fr;gap:14px}.footer-brand{align-items:flex-start;flex-direction:column}.card-slot{height:180px}.wide-slot{height:190px}.app-slot{height:320px}.number-list li,.task-list li{grid-template-columns:38px 1fr}.button-row{display:grid;grid-template-columns:1fr}.button,.button-secondary{width:100%}}
