:root{--bg:#2B2C30;--deep:#1A1B1E;--surface:#34363C;--surface2:#3E4046;--title:#F2F2F4;--text:#D8D8DC;--muted:#A8A8B0;--soft:#888890;--gold:#D4B06A;--blue:#7A92B0;--border:rgba(242,242,244,.12);--focus:rgba(212,176,106,.48);--shadow:0 12px 28px rgba(0,0,0,.28)}*{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}button,input{font:inherit}button{color:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:var(--gold);color:var(--deep);padding:8px 12px;border-radius:6px}.skip-link:focus{top:8px}.top-strip{position:fixed;top:0;left:0;right:0;height:20px;background:var(--deep);z-index:90;border-bottom:1px solid var(--border)}.top-strip-inner{max-width:960px;margin:0 auto;padding:0 16px;height:20px;display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:20px}.text-button,.menu-button,.close-button{background:none;border:0;cursor:pointer}.text-button{min-width:44px;height:20px;padding:0 4px;text-align:right;color:var(--text)}.brand-header{position:fixed;top:20px;left:0;right:0;height:54px;background:var(--surface);z-index:89;border-bottom:1px solid rgba(212,176,106,.5)}.brand-header-inner{max-width:960px;margin:0 auto;padding:0 16px;height:54px;display:flex;align-items:center;justify-content:space-between}.brand-home{min-height:44px;display:flex;align-items:center;max-width:52%}.brand-logo,.menu-logo,.footer-logo{height:24px;max-width:150px;object-fit:contain;object-position:center}.brand-text{font-size:16px;font-weight:700;color:var(--title)}.header-actions{display:flex;align-items:center;gap:6px}.header-app-link,.menu-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:7px;font-size:14px}.header-app-link{border:1px solid var(--focus)}.menu-button{border:1px solid var(--border);background:var(--deep)}.desktop-primary{position:fixed;top:74px;left:0;right:0;height:46px;background:var(--deep);z-index:88;border-bottom:1px solid var(--border)}.primary-grid{height:46px;max-width:620px;margin:0 auto;display:flex;justify-content:center;gap:44px}.primary-cell{height:46px;min-width:62px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;color:var(--muted)}.primary-square{width:36px;height:36px;border:1px solid var(--border);border-radius:6px;display:grid;place-items:center;color:var(--title);font-weight:700}.primary-cell.is-active .primary-square{border:2px solid var(--gold);color:var(--gold)}.primary-cell:hover,.primary-cell:focus-visible{color:var(--title)}.site-main{padding-top:120px;min-height:65vh}.content-wrap{max-width:960px;margin:0 auto;padding:34px 16px 48px}.eyebrow{font-size:12px;color:var(--gold);letter-spacing:.08em;text-transform:uppercase}.page-title{margin:8px 0 12px;font-size:24px;line-height:1.3;color:var(--title)}h2{font-size:20px;line-height:1.4;color:var(--title);margin:0 0 12px}h3{font-size:16px;line-height:1.45;color:var(--title);margin:0 0 8px}p{margin:0 0 14px}.lead{max-width:760px;color:var(--text)}.muted{color:var(--muted)}.section{margin-top:28px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px}.section-head p{max-width:580px;margin:0;color:var(--muted)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:20px;box-shadow:var(--shadow)}.panel-soft{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:18px}.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.btn-primary,.btn-secondary{height:42px;min-width:120px;padding:0 16px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#7A92B0 0%,#D4B06A 100%);color:var(--deep);font-weight:700}.btn-secondary{background:var(--deep);border:1px solid var(--gold);color:var(--title)}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.image-slot{background:var(--surface);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:120px}.image-slot img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.hero-index{padding:28px 0 4px}.mini-index{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.mini-index a{min-height:44px;display:inline-flex;align-items:center;padding:0 14px;background:var(--surface);border:1px solid var(--border);border-radius:7px;color:var(--title)}.mini-index a:hover{border-color:var(--gold)}.vertical-feature{display:grid;grid-template-columns:minmax(160px,280px) 1fr;gap:22px;align-items:stretch}.vertical-feature .image-slot{height:200px}.vertical-copy{padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:9px}.list-rows{display:grid;gap:10px}.list-row{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:16px 0;border-top:1px solid var(--border)}.list-row:first-child{border-top:0}.list-row .image-slot{height:92px}.grid-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:18px}.grid-card .image-slot{height:170px;margin-bottom:14px}.shelf-intro{display:grid;grid-template-columns:1fr;gap:14px}.shelf-head-image{height:190px}.period-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.period-strip article{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px}.status-list{display:grid;gap:10px}.status-item{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--gold);border-radius:6px;color:var(--gold);font-size:13px}.app-feature{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:22px;align-items:center}.app-art{height:320px}.app-icons{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.app-icon{width:48px!important;height:48px!important;object-fit:contain!important}.faq-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.faq-mini article{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.long-copy{display:grid;gap:14px}.copy-block{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:20px}.copy-block p:last-child{margin-bottom:0}.split-vertical{display:grid;grid-template-columns:minmax(190px,270px) 1fr;gap:20px;align-items:start}.split-vertical .image-slot{height:340px;position:sticky;top:140px}.memo-list{counter-reset:memo;display:grid;gap:12px}.memo-item{counter-increment:memo;display:grid;grid-template-columns:42px 1fr;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.memo-item:before{content:counter(memo);width:34px;height:34px;display:grid;place-items:center;background:var(--deep);border:1px solid var(--gold);border-radius:6px;color:var(--gold);font-weight:700}.method-list{display:grid;gap:16px}.method-item{border-left:3px solid var(--blue);padding:4px 0 4px 18px}.topic-list{display:grid;gap:12px}.topic-item{background:linear-gradient(90deg,var(--surface) 0%,var(--surface2) 100%);border:1px solid var(--border);border-radius:8px;padding:18px}.center-cards{display:grid;gap:14px;max-width:760px;margin:0 auto}.center-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:24px}.terms{display:grid;gap:14px}.terms section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px}.banner-slot{height:200px;margin:18px 0 22px}.contact-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-options article{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:18px}.site-footer{background:var(--deep);border-top:1px solid rgba(212,176,106,.4);color:var(--text);padding:30px 0 80px}.footer-inner{max-width:960px;margin:0 auto;padding:0 16px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-brand div{display:flex;flex-direction:column}.footer-brand span{font-size:12px;color:var(--muted)}.footer-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.footer-groups h2{font-size:13px;color:var(--gold);margin:0 0 8px}.footer-groups a{display:block;font-size:13px;color:var(--muted);padding:3px 0}.footer-groups a:hover{color:var(--title)}.footer-note,.footer-copy{font-size:13px;color:var(--muted);margin-top:22px}.footer-copy{margin-top:8px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:110;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.menu-panel{position:fixed;left:18px;bottom:68px;width:280px;max-width:88vw;max-height:400px;background:var(--surface);border:1px solid var(--focus);border-radius:10px;z-index:120;box-shadow:var(--shadow);transform:translateY(18px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.menu-panel.is-open{transform:none;opacity:1;visibility:visible;pointer-events:auto}.menu-head,.search-head{height:50px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.menu-brand{display:flex;align-items:center;gap:10px}.close-button{min-width:44px;min-height:44px;color:var(--gold)}.menu-scroll{max-height:348px;overflow:auto;padding:12px}.menu-group{margin-bottom:10px}.menu-group h2{font-size:13px;color:var(--gold);margin:5px 0}.menu-group a{display:block;padding:8px 10px;border-radius:6px}.menu-group a:hover{background:var(--surface2)}.menu-group strong{display:block;font-size:14px}.menu-group span{display:block;color:var(--muted);font-size:12px;line-height:1.5}.search-panel{position:fixed;left:0;right:0;top:74px;z-index:121;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-10px);transition:.2s}.search-panel.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:none}.search-card{max-width:720px;margin:0 auto;background:var(--surface);border:1px solid var(--focus);border-radius:0 0 10px 10px;padding:0 16px 18px;box-shadow:var(--shadow)}.search-card label{display:block;margin:16px 0 8px;color:var(--muted)}.search-card input{width:100%;height:44px;border-radius:7px;border:1px solid var(--border);background:var(--deep);color:var(--title);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 var(--border);border-radius:6px}.search-note{font-size:12px;color:var(--muted);margin-top:10px}.mobile-bottom{display:none}.modal-open{overflow:hidden}@media(max-width:720px){.desktop-primary{display:none}.site-main{padding-top:74px}.content-wrap{padding:26px 16px 76px}.brand-home{max-width:44%}.header-actions{gap:2px}.header-app-link,.menu-button{padding:0 9px}.vertical-feature,.app-feature,.split-vertical{grid-template-columns:1fr}.vertical-feature .image-slot{width:min(280px,100%);height:200px}.grid-cards,.faq-mini,.contact-options{grid-template-columns:1fr}.period-strip{grid-template-columns:1fr}.status-item{grid-template-columns:1fr}.list-row{grid-template-columns:92px 1fr}.split-vertical .image-slot{height:240px;position:static}.footer-groups{grid-template-columns:repeat(2,1fr)}.site-footer{padding-bottom:86px}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:95;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:var(--deep);border-top:1px solid var(--border)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:48px;font-size:13px}.mobile-bottom a.is-active{background:var(--gold);color:var(--deep);font-weight:700}.search-panel{top:0;bottom:0;background:var(--deep)}.search-card{height:100%;max-width:none;border:0;border-radius:0;background:var(--deep);padding-top:10px}.search-head{height:54px}.menu-panel{left:16px;bottom:64px;width:88%;max-height:400px}.menu-scroll{max-height:348px}.app-art{height:300px}.banner-slot{height:200px}.page-title{font-size:24px}.section-head{display:block}.section-head p{margin-top:6px}}
