*{box-sizing:border-box}html{width:100%;min-height:100%;scroll-behavior:smooth;overflow-x:hidden}body{margin:0;width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#0F141D;color:#EEF2F7;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75}body.menu-open{overflow:hidden}body:not(.menu-open){overflow-y:auto}a{color:#EED59A;text-decoration:none}a:hover{color:#fff}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#0F141D;box-shadow:0 8px 24px rgba(0,0,0,.22);backdrop-filter:blur(10px);border-bottom:1px solid rgba(238,213,154,.08)}.topbar{height:72px;display:flex;align-items:center;gap:28px;white-space:nowrap}.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{width:122px;height:42px;object-fit:contain}.nav-core{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;min-width:0}.nav-core a{color:#F1DCA3;position:relative;font-size:15px}.nav-core a.active::after{content:"";position:absolute;left:50%;bottom:-18px;width:28px;height:3px;border-radius:999px;background:linear-gradient(135deg,#F6E3AE 0%,#EED59A 48%,#C9A96A 100%);transform:translateX(-50%)}.main-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:linear-gradient(135deg,#F6E3AE 0%,#EED59A 48%,#C9A96A 100%);color:#0F141D!important;font-weight:800;box-shadow:0 8px 22px rgba(201,169,106,.18);transition:.2s}.main-btn:hover{transform:translateY(-1px);filter:brightness(.96)}.channel-bar{background:#151B27;border-top:1px solid rgba(238,213,154,.06);border-bottom:1px solid rgba(238,213,154,.09)}.channel-inner{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding-top:10px;padding-bottom:10px}.channel-inner::-webkit-scrollbar{display:none}.channel-inner a{flex:0 0 auto;color:#BAC3D4;font-size:13px;padding:5px 10px;border-radius:999px;border:1px solid transparent}.channel-inner a:hover,.channel-inner a.active{color:#F1DCA3;border-color:rgba(238,213,154,.2);background:rgba(238,213,154,.05)}main{min-height:60vh}.hero{padding:62px 0 34px}.hero .eyebrow,.section-kicker{color:#C9A96A;font-weight:700;letter-spacing:.08em;font-size:13px}.hero h1{margin:8px 0 16px;color:#EED59A;font-size:clamp(32px,5vw,58px);line-height:1.15}.hero p{max-width:800px;color:#BAC3D4;font-size:17px}.section{padding:48px 0}.section.alt{background:#151B27}.section h2{color:#EED59A;font-size:clamp(24px,3vw,36px);margin:0 0 14px;line-height:1.25}.section h3{color:#F1DCA3;margin:0 0 10px}.lead{color:#BAC3D4;max-width:900px}.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{background:#151B27;border:1px solid rgba(238,213,154,.14);border-radius:22px;padding:24px;box-shadow:0 18px 42px rgba(0,0,0,.18)}.alt .card{background:#1C2433}.card p{color:#BAC3D4;margin:0 0 12px}.card a.link{font-weight:700}.media-card{overflow:hidden;padding:0}.media-card img,.feature-media img{display:block;width:100%;height:auto;max-height:420px;object-fit:contain;background:#101620}.media-card .body{padding:22px}.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.feature.reverse{grid-template-columns:.95fr 1.05fr}.feature-media{background:#151B27;border:1px solid rgba(238,213,154,.14);border-radius:24px;padding:12px;overflow:hidden}.feature-copy ul{padding-left:20px;color:#BAC3D4}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{padding:22px;border-left:2px solid #C9A96A;background:#151B27;border-radius:14px}.stat strong{display:block;color:#EED59A;font-size:24px}.stat span{color:#BAC3D4}.notice{border:1px solid rgba(238,213,154,.18);background:linear-gradient(135deg,rgba(238,213,154,.06),rgba(28,36,51,.65));border-radius:22px;padding:24px}.notice p{color:#BAC3D4;margin:8px 0}.faq details{border-bottom:1px solid rgba(238,213,154,.12);padding:16px 0}.faq summary{cursor:pointer;color:#F1DCA3;font-weight:700}.faq p{color:#BAC3D4}.review{font-style:normal}.review footer{color:#8D97AA;margin-top:8px}.carousel-wrap{padding:24px 0 30px}.carousel{position:relative;overflow:hidden;border-radius:24px;background:#151B27;box-shadow:0 18px 42px rgba(0,0,0,.32);z-index:1}.carousel-track{display:flex;transition:transform .45s ease;touch-action:pan-y}.slide{min-width:100%;display:none}.slide.active{display:block}.slide img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;background:#0B1018}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(238,213,154,.3);background:rgba(15,20,29,.72);color:#EED59A;font-size:24px;z-index:3;cursor:pointer}.carousel-arrow.prev{left:16px}.carousel-arrow.next{right:16px}.carousel-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.carousel-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.45);padding:0;cursor:pointer}.carousel-dot.active{background:#EED59A}.quick-links{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.quick-link{padding:16px;border-radius:16px;background:#151B27;border:1px solid rgba(238,213,154,.12)}.quick-link b{display:block;color:#F1DCA3}.quick-link small{display:block;color:#8D97AA;margin:5px 0 7px}.floating-service{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:120;display:flex;flex-direction:column;width:110px;background:#151B27;border:1px solid rgba(238,213,154,.18);border-radius:18px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.3)}.floating-service a,.floating-service button{padding:11px 10px;border:0;border-bottom:1px solid rgba(238,213,154,.1);background:transparent;color:#EED59A;text-align:center;font:inherit;cursor:pointer}.floating-service .float-register{background:#EED59A;color:#0F141D;font-weight:800}.site-footer{background:#090D14;color:#D8DEEA;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:26px}.footer-brand img{width:126px;height:44px;object-fit:contain}.site-footer h2{font-size:16px;color:#EED59A}.site-footer a{display:block;margin:7px 0;color:#D8DEEA}.site-footer p{color:#AAB3C2}.footer-bottom{margin-top:30px;border-top:1px solid rgba(238,213,154,.1);padding:20px 0;color:#8D97AA;font-size:13px}.menu-toggle,.mobile-bottom,.mobile-drawer,.mobile-overlay{display:none}.mobile-overlay{position:fixed;inset:0;z-index:10020;background:rgba(0,0,0,.58);opacity:0;visibility:hidden;pointer-events:none;transition:.25s}.mobile-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer{position:fixed;top:0;left:0;z-index:10030;width:min(84vw,320px);height:100dvh;max-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#1B2130;transform:translateX(-100%);pointer-events:none;transition:transform .28s ease;box-shadow:18px 0 40px rgba(0,0,0,.35)}.mobile-drawer.active{transform:translateX(0);pointer-events:auto}.drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:#1B2130;border-bottom:1px solid rgba(238,213,154,.12)}.drawer-head img{width:112px;height:40px;object-fit:contain}.drawer-close{border:0;background:transparent;color:#EED59A;font-size:30px}.drawer-scroll{padding:8px 16px 26px}.drawer-scroll section{padding:10px 0;border-bottom:1px solid rgba(238,213,154,.1)}.drawer-scroll h2{font-size:13px;color:#8D97AA}.drawer-scroll a{display:block;padding:9px 0;color:#EEF2F7}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:9000;background:#151A23;border-top:1px solid rgba(238,213,154,.18);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{flex:1;text-align:center;padding:10px 4px;color:#F1DCA3;font-size:13px}
@media(max-width:960px){.nav-core{gap:16px}.nav-core a{font-size:14px}.floating-service{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.quick-links{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){body{padding-bottom:58px}.container{width:min(100% - 28px,1180px)}.site-header{z-index:9999}.topbar{height:62px;padding:0 2px;gap:10px;justify-content:space-between}.menu-toggle{display:inline-flex;width:38px;height:38px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:5px;padding:7px}.menu-toggle span{display:block;height:2px;background:#F1DCA3;border-radius:2px}.brand-logo{position:absolute;left:50%;transform:translateX(-50%)}.brand-logo img{width:102px;height:38px}.nav-core,.channel-bar{display:none}.top-register{padding:8px 12px;font-size:13px}.mobile-overlay,.mobile-drawer{display:block}.mobile-bottom{display:flex}.hero{padding:38px 0 24px}.hero p{font-size:15px}.section{padding:34px 0}.grid-2,.grid-3,.grid-4,.stats-strip,.feature,.feature.reverse{grid-template-columns:1fr}.quick-links{grid-template-columns:repeat(2,1fr)}.card{padding:19px}.carousel-wrap{padding-top:14px}.carousel{border-radius:16px}.carousel-arrow{width:38px;height:38px}.carousel-arrow.prev{left:8px}.carousel-arrow.next{right:8px}.footer-grid{grid-template-columns:1fr}.site-footer{padding-top:34px}}
@media(max-width:390px){.top-register{padding:7px 10px}.brand-logo img{width:92px}.quick-links{grid-template-columns:1fr 1fr}.carousel-arrow{width:34px;height:34px;font-size:20px}}
