*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F8C84A;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-header,.mobile-header{max-width:1240px;margin:0 auto;padding:12px 22px;display:flex;align-items:center;gap:20px}.brand img,.mobile-logo img,.drawer-logo img{width:132px;height:auto}.desktop-header{justify-content:space-between}.nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.nav a{color:#F8C84A;font-size:14px;font-weight:700;padding:10px 11px;border-radius:12px;white-space:nowrap;transition:.22s ease}.nav a:hover,.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;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(248,184,50,.28);border:0;min-height:42px;transition:.2s ease}.main-btn:hover{background:linear-gradient(180deg,#FFE96B 0%,#F6A625 100%);transform:translateY(-1px);color:#101115}.header-btn{flex:0 0 auto}.mobile-header{display:none;justify-content:space-between}.menu-toggle{width:42px;height:42px;border:1px solid rgba(248,200,74,.28);background:#15161A;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{height:2px;background:#F8C84A;border-radius:20px}.mobile-reg{padding:8px 16px;min-height:38px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:10000;opacity:0;visibility:hidden;transition:.25s ease}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#15161A;z-index:10001;transform:translateX(-105%);transition:transform .28s ease;box-shadow:20px 0 40px rgba(0,0,0,.35);overflow-y:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(248,200,74,.14)}.drawer-close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(248,200,74,.25);background:#1B1C21;color:#F8C84A;font-size:26px;line-height:1}.drawer-nav{display:grid;padding:14px}.drawer-nav a{color:#F8C84A;padding:14px 12px;border-radius:12px;font-weight:800;border-bottom:1px solid rgba(248,200,74,.08)}.drawer-nav a.active{background:linear-gradient(180deg,rgba(248,200,74,.14),rgba(248,200,74,.04));box-shadow:inset 3px 0 0 #F8C84A}.site-main{min-height:60vh}.banner-slider{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 rgba(248,200,74,.18)}.slide{display:none;position:relative;height:clamp(280px,42vw,520px);background:#101115}.slide.is-active{display:block}.slide img{width:100%;height:100%;object-fit:contain;background:#101115}.slide-caption{position:absolute;left:34px;bottom:34px;width:min(560px,calc(100% - 68px));padding:22px;background:linear-gradient(180deg,rgba(16,17,21,.82),rgba(16,17,21,.58));border:1px solid rgba(248,200,74,.22);border-radius:18px;box-shadow:0 14px 36px rgba(0,0,0,.34)}.slide-caption h1,.slide-caption h2{margin:0 0 10px;color:#F8C84A;font-size:clamp(28px,4vw,50px);line-height:1.18}.slide-caption p{margin:0;color:#EDEFF5}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(248,200,74,.35);background:rgba(16,17,21,.78);color:#F8C84A;font-size:28px;line-height:1;cursor:pointer}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:8px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(237,239,245,.42);cursor:pointer}.slider-dot.is-active{background:#F8C84A;box-shadow:0 0 0 5px rgba(248,200,74,.15)}.section,.page-section{max-width:1200px;margin:0 auto 34px;padding:0 22px}.section-head{max-width:820px;margin-bottom:20px}.eyebrow{display:inline-flex;color:#F8C84A;background:rgba(248,200,74,.1);border:1px solid rgba(248,200,74,.18);border-radius:999px;padding:5px 12px;font-size:13px;font-weight:800;margin-bottom:10px}.section-title,h1,h2,h3{color:#F8C84A}h1,h2,h3,p{margin-top:0}.section-title{font-size:clamp(26px,3vw,40px);line-height:1.2;margin-bottom:12px}.lead{color:#B8BEC9;font-size:17px}.muted{color:#8E96A6}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item,.step-card,.notice-card{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:20px;padding:22px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-item h3,.step-card h3{font-size:20px;margin-bottom:10px}.text-link{font-weight:800;display:inline-flex;align-items:center;gap:6px;margin-top:8px}.text-link::after{content:"›";font-size:20px;line-height:1}.intro-split,.content-split,.app-panel,.rule-panel,.security-panel,.about-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.panel{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:22px;padding:28px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag-list span{color:#F8C84A;border:1px solid rgba(248,200,74,.2);background:#1B1C21;border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px}.content-img,.zone-card img,.app-panel img,.rule-panel img,.security-panel img,.about-panel img,.page-hero img{width:100%;height:auto;max-height:420px;object-fit:contain;background:#1B1C21;border-radius:20px;border:1px solid rgba(248,200,74,.12)}.zone-card img{margin-bottom:16px;max-height:220px}.number{color:#F8C84A;font-size:28px;font-weight:900}.page-hero{max-width:1200px;margin:28px auto 34px;padding:0 22px;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.page-hero .hero-copy{background:linear-gradient(180deg,#15161A,#1B1C21);border:1px solid rgba(248,200,74,.16);border-radius:24px;padding:34px;box-shadow:0 16px 38px rgba(0,0,0,.34)}.page-hero h1{font-size:clamp(30px,4vw,50px);line-height:1.18;margin-bottom:14px}.hero-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}.mini-list{display:grid;gap:12px}.mini-list li{color:#B8BEC9}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:28px;color:#B8BEC9}.check-list li::before{content:"";position:absolute;left:0;top:10px;width:9px;height:9px;border-radius:50%;background:#F8C84A;box-shadow:0 0 0 6px rgba(248,200,74,.1)}.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card .role{color:#F8C84A;font-weight:900;margin-bottom:8px}.faq-list{display:grid;gap:14px}.faq-item p{color:#B8BEC9;margin-bottom:0}.notice-card{background:linear-gradient(180deg,#15161A,#101115)}.notice-card strong{color:#F8C84A}.site-footer{background:#08090C;color:#D8DEEA;margin-top:54px}.footer-wrap{max-width:1200px;margin:0 auto;padding:38px 22px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:24px}.footer-brand img{width:138px;margin-bottom:14px}.footer-brand p,.footer-note p{color:#B8BEC9}.footer-col{display:grid;align-content:start;gap:8px}.footer-col h3{font-size:18px;margin-bottom:8px}.footer-col a{color:#D8DEEA}.footer-col a:hover{color:#F8C84A}.footer-note{max-width:1200px;margin:0 auto;padding:18px 22px 28px;border-top:1px solid rgba(248,200,74,.12);font-size:14px}.footer-note p{margin:0 0 8px}.wide-text p{color:#B8BEC9}.simple-table{width:100%;border-collapse:collapse;background:#15161A;border-radius:18px;overflow:hidden;border:1px solid rgba(248,200,74,.16)}.simple-table th,.simple-table td{padding:14px;border-bottom:1px solid rgba(248,200,74,.1);text-align:left;color:#B8BEC9}.simple-table th{color:#F8C84A;background:#1B1C21}.simple-table tr:last-child td{border-bottom:0}@media (max-width:1060px){.desktop-header{display:none}.mobile-header{display:flex}.site-header{min-height:66px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.reviews{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-wrap{grid-template-columns:1fr 1fr}.slide-caption{left:20px;bottom:40px;width:calc(100% - 40px)}}@media (max-width:760px){.section,.page-section,.page-hero{padding:0 16px}.banner-slider{margin:18px 16px 28px;border-radius:18px}.slide{height:clamp(220px,64vw,360px)}.slide-caption{position:relative;left:auto;bottom:auto;width:auto;margin:12px;background:#15161A}.slider-arrow{width:38px;height:38px}.intro-split,.content-split,.app-panel,.rule-panel,.security-panel,.about-panel,.page-hero{grid-template-columns:1fr}.grid-2,.grid-3,.grid-4,.reviews{grid-template-columns:1fr}.page-hero .hero-copy,.panel,.card,.zone-card,.info-card,.review-card,.faq-item,.step-card,.notice-card{padding:20px}.footer-wrap{grid-template-columns:1fr}.brand img,.mobile-logo img,.drawer-logo img{width:116px}.content-img,.page-hero img{max-height:320px}.hero-links{gap:10px}.main-btn{padding:9px 18px}}