*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#101115;color:#EDEFF5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{color:#F8C84A;text-decoration:none}img{max-width:100%;display:block}main{min-height:60vh}.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)}.header-inner{max-width:1200px;margin:0 auto;min-height:74px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo{flex:0 0 auto}.logo img{height:50px;width:auto;object-fit:contain}.nav-core{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.nav-core a{color:#F8C84A;background:rgba(248,200,74,.06);border:1px solid rgba(248,200,74,.12);border-radius:999px;padding:9px 16px;font-weight:700}.nav-core a:hover,.nav-core 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)}.header-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.overview-btn,.mobile-menu-btn,.drawer-head button,.panel-head button{border:1px solid rgba(248,200,74,.24);background:#15161A;color:#F8C84A;border-radius:999px;cursor:pointer}.overview-btn{padding:10px 16px;font-weight:700}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#FFE45A 0%,#F8B832 45%,#F3941F 100%);color:#101115!important;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 10px 24px rgba(248,184,50,.2);border:0;white-space:nowrap}.main-btn:hover{transform:translateY(-1px);filter:saturate(1.04)}.mobile-menu-btn{display:none;width:42px;height:42px;padding:8px;flex-direction:column;justify-content:center;gap:5px}.mobile-menu-btn span{display:block;height:2px;background:#F8C84A;border-radius:10px}.page-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:9998;opacity:0;visibility:hidden;transition:.25s}.panel-open .page-overlay,.drawer-open .page-overlay{opacity:1;visibility:visible}.category-panel{position:fixed;top:0;right:-440px;width:min(86vw,420px);height:100vh;background:#15161A;box-shadow:0 18px 48px rgba(0,0,0,.36);z-index:10000;transition:right .28s ease;padding:22px;overflow:auto;border-left:1px solid rgba(248,200,74,.18)}.panel-open .category-panel{right:0}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.panel-head strong{font-size:22px;color:#F8C84A}.panel-head button,.drawer-head button{width:36px;height:36px;font-size:22px}.panel-groups section{padding:16px 0;border-top:1px solid rgba(248,200,74,.12)}.panel-groups h3{margin:0 0 12px;color:#F8C84A}.panel-groups a{display:block;padding:10px 12px;border-radius:14px;color:#EDEFF5;background:#1B1C21;margin-bottom:8px;border:1px solid rgba(248,200,74,.08)}.panel-groups a:hover{border-color:rgba(248,200,74,.35);color:#F8C84A}.panel-groups span{display:block;font-weight:800}.panel-groups em{display:block;font-style:normal;color:#8E96A6;font-size:13px}.mobile-drawer{position:fixed;top:0;left:-340px;width:min(86vw,320px);height:100vh;background:#15161A;z-index:10000;transition:left .28s ease;padding:18px;overflow:auto;border-right:1px solid rgba(248,200,74,.16)}.drawer-open .mobile-drawer{left:0}.drawer-head img{height:44px;width:auto}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:11px 12px;border-radius:13px;color:#EDEFF5;background:#1B1C21;border:1px solid rgba(248,200,74,.08)}.drawer-nav a:hover{color:#F8C84A;border-color:rgba(248,200,74,.3)}.mobile-bottom{display:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-slider{max-width:1200px;height:390px;margin:24px auto 34px;border-radius:24px;background:#15161A;box-shadow:0 18px 46px rgba(0,0,0,.35);overflow:hidden;position:relative;z-index:1}.hero-slider .slide{display:none;width:100%;height:100%}.hero-slider .slide.active{display:block}.hero-slider img{width:100%;height:100%;object-fit:contain;background:#101115}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:none;border-radius:999px;background:rgba(21,22,26,.78);color:#F8C84A;box-shadow:0 8px 20px rgba(0,0,0,.28);width:44px;height:44px;font-size:26px;cursor:pointer}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:9px;height:9px;border-radius:50%;border:none;background:rgba(248,200,74,.28);cursor:pointer;padding:0}.slider-dots button.active{background:#F8C84A}.section{padding:42px 0}.section-tight{padding:28px 0}.section-title,h1,h2,h3{color:#F8C84A}.section-kicker,.tag,.label,.num,.badge{color:#F8C84A}.lead{color:#B8BEC9;font-size:18px}.muted{color:#8E96A6}.grid{display:grid;gap:22px}.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{background:#15161A;border:1px solid rgba(248,200,74,.16);box-shadow:0 14px 36px rgba(0,0,0,.32);border-radius:22px;padding:24px}.gold-line{border:1px solid rgba(248,200,74,.25);background:linear-gradient(135deg,#15161A,#1B1C21);border-radius:24px;padding:24px}.text-link{font-weight:800;color:#F8C84A}.hero-visual,.content-img-wrap{background:#1B1C21;border:1px solid rgba(248,200,74,.12);border-radius:22px;padding:12px;box-shadow:0 12px 32px rgba(0,0,0,.25);overflow:hidden}.content-img,.zone-card img,.app-section img,.hero-visual img{width:100%;height:220px;object-fit:contain;background:#101115;border-radius:16px}.page-hero{padding:34px 0 12px}.page-hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.page-hero h1{font-size:40px;line-height:1.25;margin:0 0 16px}.page-hero p{color:#B8BEC9}.quick-pills{display:flex;gap:14px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:none}.pill-card{flex:1 0 160px;background:#15161A;border:1px solid rgba(248,200,74,.14);border-radius:999px;padding:14px 18px;min-width:170px}.pill-card:hover{border-color:#F8C84A}.pill-card strong{display:block;color:#F8C84A}.pill-card span{display:block;color:#8E96A6;font-size:13px;line-height:1.45}.service-tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.service-tags span{border:1px solid rgba(248,200,74,.2);color:#F8C84A;border-radius:999px;padding:7px 12px;background:#1B1C21}.feature-list{display:grid;gap:10px;margin-top:14px}.feature-list li{list-style:none;padding-left:18px;position:relative;color:#B8BEC9}.feature-list li:before{content:"";position:absolute;left:0;top:.85em;width:7px;height:7px;background:#F8C84A;border-radius:50%}.horizontal-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card p{margin:0;color:#D8DEEA}.faq-list{display:grid;gap:16px}.faq-item h3{margin-top:0}.notice{background:#1B1C21;border-left:4px solid #F8C84A;border-radius:18px;padding:18px 20px;color:#B8BEC9}.site-footer{background:#08090C;color:#D8DEEA;margin-top:50px;padding:44px 0 18px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:26px}.footer-brand img{height:54px;width:auto;margin-bottom:12px}.footer-links{display:grid;align-content:start;gap:8px}.footer-links h3,.footer-note h3{margin:0 0 8px;color:#F8C84A}.footer-links a{color:#D8DEEA}.footer-links a:hover{color:#F8C84A}.copyright{text-align:center;color:#8E96A6;border-top:1px solid rgba(248,200,74,.08);margin-top:28px;padding-top:16px}.contact-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.contact-box .card strong{color:#F8C84A;display:block;margin-bottom:8px}@media(max-width:980px){.nav-core,.overview-btn{display:none}.mobile-menu-btn{display:flex}.header-inner{min-height:66px;padding:0 14px}.logo img{height:42px}.hero-slider{height:280px;margin:18px 14px 26px}.grid-4,.grid-3,.grid-2,.horizontal-cards,.footer-inner,.page-hero-inner,.contact-box{grid-template-columns:1fr}.page-hero h1{font-size:30px}.section{padding:30px 0}.content-img,.zone-card img,.app-section img,.hero-visual img{height:190px}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;z-index:9000;display:grid;grid-template-columns:repeat(4,1fr);background:#101115;border-top:1px solid rgba(248,200,74,.22);box-shadow:0 -8px 24px rgba(0,0,0,.32)}.mobile-bottom a{padding:9px 4px 11px;text-align:center;color:#B8BEC9;font-size:13px}.mobile-bottom a:hover,.mobile-bottom a:focus{color:#F8C84A}body{padding-bottom:56px}}@media(max-width:560px){.header-actions .main-btn{padding:8px 15px}.hero-slider{height:190px;border-radius:18px}.slider-arrow{width:34px;height:34px;font-size:20px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}.slider-dots{bottom:8px}.card,.zone-card,.info-card,.review-card,.faq-item,.gold-line{padding:18px;border-radius:18px}.container{padding:0 14px}.page-hero{padding-top:22px}.quick-pills{margin-right:-14px}.content-img,.zone-card img,.app-section img,.hero-visual img{height:160px}.footer-inner{gap:18px}.service-tags span{font-size:13px}}
