
:root{--bg:#101115;--nav:#101115;--card:#15161A;--card2:#1B1C21;--card3:#202127;--gold:#F8C84A;--text:#EDEFF5;--muted:#B8BEC9;--soft:#8E96A6;--foot:#08090C;--border:rgba(248,200,74,.16);--shadow:0 14px 36px rgba(0,0,0,.35);--btn:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#101115;color:#EDEFF5;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}p{margin:0 0 14px;color:#B8BEC9}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#101115;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.28)}.desktop-head{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand img,.mobile-logo img,.drawer-top img,.footer-brand img{width:146px;max-height:54px;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.main-nav a{color:#F8C84A;font-size:15px;font-weight:700;padding:12px 11px;border-radius:12px;white-space:nowrap}.main-nav a.active,.main-nav a:hover{background:linear-gradient(180deg,rgba(248,200,74,.12),rgba(248,200,74,.02));box-shadow:inset 0 -2px 0 #F8C84A,0 10px 22px rgba(248,200,74,.16)}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--btn);color:#101115!important;font-weight:800;box-shadow:0 10px 24px rgba(248,184,50,.28);transition:.25s;border:0}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}.mobile-head{display:none;height:66px;padding:0 14px;align-items:center;justify-content:space-between;background:#101115}.menu-toggle{width:42px;height:42px;border:1px solid var(--border);background:#15161A;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{display:block;height:2px;background:#F8C84A;border-radius:10px}.mobile-reg{min-height:38px;padding:0 18px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);opacity:0;pointer-events:none;transition:.28s;z-index:10000}.drawer-mask.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#15161A;transform:translateX(-104%);transition:.3s ease;z-index:10001;box-shadow:18px 0 42px rgba(0,0,0,.45);padding:18px}.mobile-drawer.open{transform:translateX(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-close{width:40px;height:40px;border:1px solid var(--border);border-radius:12px;background:#1B1C21;color:#F8C84A;font-size:28px;line-height:1}.drawer-nav{display:grid;gap:8px}.drawer-nav a{color:#F8C84A;background:#1B1C21;border:1px solid rgba(248,200,74,.1);border-radius:12px;padding:13px 14px;font-weight:700}.drawer-nav a.active{box-shadow:inset 3px 0 0 #F8C84A;background:#202127}.drawer-open{overflow:hidden}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#15161A;box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;position:relative;border:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:58px}.eyebrow,.tag,.number,.card-tag{color:#F8C84A;font-weight:800;letter-spacing:.04em}.eyebrow{margin-bottom:12px}.hero-section h1,.page-hero h1{font-size:clamp(34px,5vw,64px);line-height:1.12;margin:0 0 18px;color:#F8C84A}.lead{font-size:18px;color:#EDEFF5}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.hero-tags span,.keyword-list span{border:1px solid var(--border);background:#1B1C21;color:#F8C84A;border-radius:999px;padding:7px 13px;font-weight:700}.hero-img,.content-img{border-radius:18px;background:#1B1C21;border:1px solid var(--border);box-shadow:var(--shadow);object-fit:contain;width:100%;max-height:470px;padding:8px}.section{padding:34px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:22px}.section-title,h1,h2,h3{color:#F8C84A}.section-title{font-size:clamp(26px,3vw,40px);margin:0}.section-desc{max-width:760px;color:#B8BEC9}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.notice-card,.faq-item,.text-panel{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:18px;padding:22px;transition:.25s}.card:hover,.zone-card:hover,.info-card:hover{transform:translateY(-3px);border-color:rgba(248,200,74,.36)}.card h3,.info-card h3,.zone-card h3{margin:6px 0 10px;color:#F8C84A}.text-link{color:#F8C84A;font-weight:800;display:inline-flex;margin-top:8px}.brand-strip{background:#1B1C21;border:1px solid var(--border);border-radius:18px;padding:26px 30px;box-shadow:var(--shadow)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;background:#15161A;border:1px solid var(--border);border-radius:22px;padding:24px;margin-bottom:24px;box-shadow:var(--shadow)}.feature-row:nth-child(even) .feature-img{order:2}.feature-img img,.zone-card img,.notice-card img,.page-hero img,.app-band img{width:100%;height:auto;max-height:380px;object-fit:contain;border-radius:16px;background:#1B1C21;border:1px solid var(--border);padding:8px}.feature-points{display:grid;gap:8px;margin:14px 0}.feature-points span{display:block;color:#EDEFF5;background:#1B1C21;border:1px solid rgba(248,200,74,.1);border-radius:12px;padding:10px 12px}.zone-card{padding:0;overflow:hidden}.zone-card .zone-body{padding:20px}.review-card p{color:#EDEFF5}.review-card strong{color:#F8C84A}.notice-card{display:grid;grid-template-columns:.92fr 1.08fr;gap:18px;align-items:center}.app-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:#1B1C21;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}.check-list span{background:#15161A;border:1px solid rgba(248,200,74,.12);border-radius:12px;padding:11px;color:#EDEFF5}.page-hero{max-width:1200px;margin:28px auto 28px;border-radius:22px;background:#15161A;border:1px solid var(--border);box-shadow:var(--shadow);padding:32px;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}.content-block{padding:22px 0}.article-card{background:#15161A;border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:var(--shadow);margin-bottom:22px}.steps{counter-reset:item;display:grid;gap:14px}.steps li{list-style:none;background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:14px;padding:14px;color:#B8BEC9}.steps li:before{counter-increment:item;content:counter(item,decimal-leading-zero);color:#F8C84A;font-weight:900;margin-right:10px}.faq-list{display:grid;gap:16px}.faq-item h3{margin:0 0 8px}.legal-box{background:#202127;border:1px solid rgba(248,200,74,.24);border-radius:18px;padding:24px;color:#D8DEEA}.site-footer{background:#08090C;color:#D8DEEA;margin-top:46px;padding:44px 0 0}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.2fr;gap:28px}.site-footer h3{margin:0 0 12px}.site-footer a{display:block;color:#D8DEEA;margin:7px 0}.footer-brand p,.site-footer p{color:#B8BEC9}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:30px;padding:16px;color:#8E96A6}.keyword-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-box div{background:#1B1C21;border:1px solid var(--border);border-radius:16px;padding:18px}@media(max-width:1024px){.desktop-head{display:none}.mobile-head{display:flex}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.hero-grid,.page-hero,.app-band,.feature-row,.notice-card{grid-template-columns:1fr}.feature-row:nth-child(even) .feature-img{order:0}.hero-grid{padding:34px}.footer-grid{grid-template-columns:1fr 1fr}.contact-box{grid-template-columns:1fr 1fr}}@media(max-width:640px){.container{width:min(100% - 24px,1200px)}.hero-section{margin:18px 12px 24px}.hero-grid,.page-hero,.app-band{padding:22px}.grid-4,.grid-3,.grid-2,.check-list,.footer-grid,.contact-box{grid-template-columns:1fr}.section{padding:24px 0}.section-head{display:block}.card,.info-card,.review-card,.article-card{padding:18px}.brand img,.mobile-logo img{width:128px}.hero-img,.content-img{max-height:330px}.footer-grid{gap:18px}}
