
:root{--bg:#101115;--nav:#101115;--panel:#15161A;--panel2:#1B1C21;--panel3:#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;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.78;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.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);border-bottom:1px solid rgba(248,200,74,.12)}.desktop-nav-wrap{max-width:1240px;margin:0 auto;height:82px;display:flex;align-items:center;gap:24px;padding:0 22px}.brand-logo img{width:156px;max-height:54px;object-fit:contain}.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap}.desktop-nav a{color:#F8C84A;font-weight:700;padding:18px 11px;border-radius:12px;font-size:15px;transition:.22s}.desktop-nav a:hover,.desktop-nav a.active{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;gap:8px;background:var(--btn);color:#101115!important;border-radius:999px;padding:10px 22px;font-weight:900;box-shadow:0 10px 24px rgba(248,184,50,.28);border:0;transition:.22s}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px)}.header-btn{min-width:78px}.mobile-topbar{display:none;height:68px;align-items:center;justify-content:space-between;padding:0 14px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{width:122px;max-height:44px;object-fit:contain}.menu-toggle{width:42px;height:42px;border:1px solid var(--border);border-radius:12px;background:#15161A;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{display:block;height:2px;background:#F8C84A;border-radius:9px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:10000}.mobile-drawer{position:fixed;left:0;top:0;height:100vh;width:84vw;max-width:320px;background:#15161A;z-index:10001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:18px 0 44px rgba(0,0,0,.38);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}body.drawer-open{overflow:hidden}.drawer-head{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--border)}.drawer-head img{width:132px;max-height:50px;object-fit:contain}.drawer-close{font-size:32px;color:#F8C84A;background:transparent;border:0}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 14px;border-radius:12px;color:#F8C84A;font-weight:800;border-bottom:1px solid rgba(248,200,74,.08)}.drawer-nav a.active,.drawer-nav a:hover{background:rgba(248,200,74,.1)}.site-main{min-height:70vh}.container{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:54px 0}.section-title{margin:0 0 18px;color:#F8C84A;font-size:clamp(26px,3.2vw,42px);line-height:1.25}.section-lead{max-width:860px;color:#B8BEC9;margin:0 0 28px}.hero-section{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:radial-gradient(circle at 10% 10%,rgba(248,200,74,.10),transparent 34%),#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.08fr .92fr;gap:34px;align-items:center;padding:50px}.eyebrow,.tag,.num{color:#F8C84A;font-weight:900;letter-spacing:.04em}.hero-grid h1,.inner-hero h1{color:#F8C84A;font-size:clamp(34px,5vw,62px);line-height:1.12;margin:12px 0 18px}.hero-grid p{color:#EDEFF5;font-size:17px}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.tag-row span,.gold-chip{border:1px solid var(--border);background:rgba(248,200,74,.08);color:#F8C84A;border-radius:999px;padding:6px 12px;font-weight:800;font-size:13px}.hero-img,.visual-card,.inner-visual{border-radius:18px;background:#1B1C21;border:1px solid var(--border);box-shadow:var(--shadow);padding:12px}.hero-img img,.visual-card img,.inner-visual img{width:100%;height:auto;max-height:420px;object-fit:contain;border-radius:14px;margin:0 auto}.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:24px}.card:hover,.zone-card:hover{border-color:rgba(248,200,74,.36);transform:translateY(-2px)}.card,.zone-card{transition:.22s}.card h3,.zone-card h3,.info-card h3,.review-card h3,.notice-card h3,.faq-item h3{color:#F8C84A;margin:8px 0 10px}.card p,.zone-card p,.info-card p,.review-card p,.notice-card p,.faq-item p,.text-panel p{color:#B8BEC9;margin:0}.text-link{color:#F8C84A;font-weight:900;display:inline-flex;margin-top:16px}.text-link:hover{text-decoration:underline}.brand-strip{background:#1B1C21;border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.brand-strip p{margin:0;color:#EDEFF5}.feature-row{display:grid;gap:24px}.feature{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;background:#15161A;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.feature:nth-child(even){grid-template-columns:1.05fr .95fr}.feature:nth-child(even) .visual-card{order:2}.feature h3{color:#F8C84A;font-size:28px;margin:0 0 10px}.points{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.points li{color:#EDEFF5;background:#1B1C21;border:1px solid rgba(248,200,74,.10);padding:8px 12px;border-radius:12px}.zone-card img{width:100%;height:190px;object-fit:contain;border-radius:14px;background:#1B1C21;margin-bottom:14px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{min-height:170px}.split{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.notice-card img{width:100%;height:230px;object-fit:contain;border-radius:14px;background:#1B1C21;margin-bottom:16px}.app-band{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;background:#1B1C21;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.app-band img{width:100%;max-height:390px;object-fit:contain;border-radius:16px;background:#15161A}.mini-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.mini-list span{background:#15161A;border:1px solid rgba(248,200,74,.14);border-radius:14px;padding:12px;color:#EDEFF5}.inner-hero{max-width:1200px;margin:28px auto 0;padding:34px 22px}.inner-hero-box{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;background:#15161A;border:1px solid var(--border);border-radius:22px;padding:34px;box-shadow:var(--shadow)}.inner-hero p{color:#B8BEC9}.content-body{max-width:1200px;margin:0 auto;padding:36px 22px}.article-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start}.article-section{background:#15161A;border:1px solid var(--border);border-radius:20px;padding:28px;margin-bottom:22px;box-shadow:var(--shadow)}.article-section h2{color:#F8C84A;margin-top:0}.article-section p{color:#EDEFF5}.side-stack{display:grid;gap:18px}.side-stack img{width:100%;max-height:300px;object-fit:contain;background:#1B1C21;border-radius:16px;border:1px solid var(--border);padding:10px}.faq-list{display:grid;gap:16px}.compliance{background:#1B1C21;border:1px solid rgba(248,200,74,.2);border-radius:20px;padding:24px}.site-footer{background:#08090C;color:#D8DEEA;margin-top:50px}.footer-inner{max-width:1200px;margin:0 auto;padding:42px 22px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-brand img{width:150px;max-height:54px;object-fit:contain;margin-bottom:16px}.footer-brand p,.footer-note p{color:#B8BEC9}.footer-links h3,.footer-note h3{color:#F8C84A}.footer-links div{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.footer-links a{color:#D8DEEA}.copyright{text-align:center;padding:16px;border-top:1px solid rgba(248,200,74,.10);color:#8E96A6}.bottom-nav{display:none}.plain-list{padding-left:18px;color:#EDEFF5}.plain-list li{margin:8px 0}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-box div{background:#1B1C21;border:1px solid var(--border);border-radius:16px;padding:18px}.contact-box h3{color:#F8C84A;margin-top:0}
@media(max-width:1080px){.desktop-nav a{font-size:14px;padding:16px 8px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.reviews{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.desktop-nav-wrap{display:none}.mobile-topbar{display:flex}.site-main{padding-bottom:64px}.hero-grid,.inner-hero-box,.feature,.feature:nth-child(even),.app-band,.article-grid,.split,.footer-inner{grid-template-columns:1fr}.feature:nth-child(even) .visual-card{order:0}.hero-grid{padding:30px 22px}.grid-3,.grid-4,.grid-2,.reviews,.contact-box{grid-template-columns:1fr}.mini-list{grid-template-columns:1fr}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9998;height:58px;background:#101115;border-top:1px solid rgba(248,200,74,.16);display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav a{display:flex;align-items:center;justify-content:center;color:#F8C84A;font-size:13px;font-weight:800}.section{padding:38px 0}.zone-card img{height:auto;max-height:230px}.notice-card img{height:auto;max-height:260px}.hero-img img,.visual-card img,.inner-visual img{max-height:330px}.inner-hero{padding-top:20px}.mobile-topbar .header-btn{padding:8px 16px;min-width:64px}}
