*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,'PingFang SC','Microsoft YaHei',sans-serif;color:#e6edf3;line-height:1.6;background:linear-gradient(160deg,#0b0e11 0%,#141a2a 55%,#1e2438 100%);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;border-radius:10px}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 5%}
.nav .logo{font-size:1.25rem;font-weight:900;color:#f0b90b;letter-spacing:1px}
.nav nav{display:flex;gap:26px;align-items:center}
.nav nav a{font-size:.84rem;color:#9aa7b1}
.nav nav a:hover{color:#f0b90b}
.nav nav .rg{background:#f0b90b;color:#0b0e11;font-weight:700;padding:8px 22px;border-radius:12px}
.hero{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1100px;margin:0 auto;padding:56px 5% 64px;flex-wrap:wrap}
.hero .txt{flex:1;min-width:300px}
.hero .badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:40px;background:rgba(240,185,11,.12);border:1px solid rgba(240,185,11,.3);font-size:.72rem;color:#f0b90b;font-weight:600;margin-bottom:18px}
.hero h1{font-size:clamp(1.8rem,4vw,2.9rem);font-weight:900;line-height:1.15;margin-bottom:14px}
.hero h1 em{font-style:normal;color:#f0b90b}
.hero p{font-size:.92rem;color:rgba(255,255,255,.65);max-width:520px;line-height:1.8;margin-bottom:20px}
.rate{display:flex;align-items:center;gap:10px;margin-bottom:22px}
.rate .stars{color:#f0b90b;letter-spacing:2px}
.rate .num{font-size:.8rem;color:#9aa7b1}
.dl-btns{display:flex;gap:12px;flex-wrap:wrap}
.dl-btn{display:flex;align-items:center;gap:10px;padding:11px 22px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}
.dl-btn:hover{background:rgba(255,255,255,.15)}
.dl-btn .ic{font-size:1.3rem}
.dl-btn .lt{font-size:.62rem;color:#94a3b8;display:block}
.dl-btn .bt{font-size:.9rem;font-weight:700}
.dl-btn.gold{background:linear-gradient(135deg,#f0b90b,#e8a200);border:none}
.dl-btn.gold .bt{color:#0b0e11}
.dl-btn.gold .lt{color:rgba(11,14,17,.6)}
.phone-wrap{flex:1;min-width:260px;max-width:320px;display:flex;justify-content:center}
.phone{width:235px;height:470px;border-radius:36px;background:#1a2030;border:3px solid #2b3347;padding:11px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.phone .screen{width:100%;height:100%;border-radius:26px;background:#0b0e11;overflow:hidden}
.phone .notch{width:84px;height:18px;background:#0b0e11;border-radius:0 0 12px 12px;margin:0 auto;position:relative;z-index:2}
.app{display:flex;align-items:center;gap:8px;padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.06)}
.app .logo{width:24px;height:24px;border-radius:7px;background:#f0b90b;color:#0b0e11;font-weight:900;font-size:.65rem;display:flex;align-items:center;justify-content:center}
.app .n{font-size:.7rem;font-weight:700}
.app .s{font-size:.58rem;color:#56636f}
.bal{padding:13px 15px;background:linear-gradient(135deg,#f0b90b,#e8a200);color:#0b0e11}
.bal .l{font-size:.58rem;opacity:.7}
.bal .v{font-size:1.15rem;font-weight:900}
.row{display:flex;justify-content:space-between;align-items:center;padding:9px 13px;border-bottom:1px solid rgba(255,255,255,.05)}
.row .s{font-size:.66rem;color:#9aa7b1}
.row .p{font-size:.7rem;font-weight:700}
.u{color:#22c55e}.d{color:#ef4444}
.feats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1100px;margin:0 auto 20px;padding:0 5%}
.feat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px 20px}
.feat .ic{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#f0b90b,#f59e0b);color:#0b0e11;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;margin-bottom:12px}
.feat h4{font-size:.9rem;font-weight:700;margin-bottom:6px}
.feat p{font-size:.76rem;color:#8b98a5;line-height:1.6}
.stats{display:flex;justify-content:center;gap:60px;padding:24px 5%;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);max-width:1100px;margin:0 auto 24px;flex-wrap:wrap}
.stats div{text-align:center}
.stats .v{font-size:1.5rem;font-weight:900;color:#f0b90b}
.stats .l{font-size:.72rem;color:#8b98a5;margin-top:3px}
.news{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1100px;margin:0 auto;padding:0 5%}
.ncard{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px 20px;display:block}
.ncard:hover{border-color:rgba(240,185,11,.3)}
.ncard .tag{font-size:.66rem;font-weight:700;color:#f0b90b;letter-spacing:1px;margin-bottom:6px}
.ncard h4{font-size:.92rem;font-weight:700;margin-bottom:4px}
.ncard p{font-size:.74rem;color:#8b98a5}
.cta{max-width:1100px;margin:26px auto 0;padding:0 5%;text-align:center}
.cta-in{background:linear-gradient(135deg,#f0b90b,#e8a200);color:#0b0e11;border-radius:20px;padding:32px 5%}
.cta h2{font-size:1.4rem;font-weight:900;margin-bottom:8px}
.cta p{font-size:.84rem;opacity:.85;margin-bottom:18px}
.cta a{display:inline-block;background:#0b0e11;color:#f0b90b;font-weight:700;padding:12px 38px;border-radius:12px}
.ft{background:#0b0e11;color:#8b98a5;text-align:center;padding:28px 5%;font-size:.72rem;border-top:1px solid rgba(240,185,11,.18)}
.ft-trust{display:flex;justify-content:center;gap:20px;margin-bottom:12px;flex-wrap:wrap}
.ft-trust a{color:#9aa7b1}
.ft-trust a:hover{color:#f0b90b}
.ft-trust a:hover{color:#f0b90b}
.ft .disc{font-size:.68rem;margin-top:6px;color:#4a5568}
.artp{max-width:800px;margin:0 auto;padding:34px 5% 50px}
.art-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px 28px}
.art-b{display:inline-block;font-size:.8rem;color:#f0b90b;font-weight:700;margin-bottom:16px}
.art-h1{font-size:clamp(1.3rem,2.4vw,1.8rem);font-weight:900;margin-bottom:10px;line-height:1.3}
.art-meta{font-size:.74rem;color:#64748b;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}
.ab{font-size:.95rem;color:#b7c0c9;line-height:1.9}
.ab h2{font-size:1.15rem;font-weight:800;margin:26px 0 12px;padding-left:14px;border-left:4px solid #f0b90b}
.ab p{margin-bottom:16px;text-align:justify}
.ab img{margin:18px auto;display:block;box-shadow:0 8px 24px rgba(0,0,0,.3)}
.ab ul,.ab ol{margin:0 0 16px 22px}
.ab li{margin-bottom:6px}
.art-c{text-align:center;padding:24px 0 6px;border-top:1px solid rgba(255,255,255,.08);margin-top:28px}
.art-c a{display:inline-block;padding:12px 42px;border-radius:12px;background:linear-gradient(135deg,#f0b90b,#e8a200);color:#0b0e11;font-weight:700;font-size:.9rem}
.ls{max-width:900px;margin:0 auto;padding:34px 5% 50px}
.ls-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px}
.ls-h1{font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:900;margin-bottom:22px}
.ls-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ls-item{padding:16px 18px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);display:block}
.ls-item:hover{border-color:rgba(240,185,11,.3)}
.ls-item .ls-date{font-size:.68rem;color:#64748b;margin-bottom:5px}
.ls-item .ls-t{font-size:.92rem;font-weight:700;line-height:1.4}
.pg{display:flex;justify-content:center;gap:10px;padding:26px 0 0}
.pg a,.pg s{padding:8px 18px;border-radius:10px;font-size:.84rem;font-weight:600;color:#9aa7b1;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.pg s{background:linear-gradient(135deg,#f0b90b,#e8a200);color:#0b0e11}
@media(max-width:760px){.feats{grid-template-columns:1fr 1fr}.news{grid-template-columns:1fr}.ls-grid{grid-template-columns:1fr}.hero{padding:40px 5% 46px}.nav nav{gap:16px}.art-card{padding:22px 16px}}