:root{
  --bg:#050508;
  --card:#111116;
  --line:rgba(255,255,255,.11);
  --line2:rgba(127,0,255,.28);
  --text:#f7f4ff;
  --muted:#aaa4b7;
  --soft:#d7cbee;
  --accent:#7f00ff;
  --accent2:#d400ff;
  --good:#43ff9b;
  --shadow:0 34px 90px rgba(0,0,0,.48);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(circle at 16% -5%,rgba(127,0,255,.20),transparent 34%),
    radial-gradient(circle at 86% 12%,rgba(212,0,255,.14),transparent 26%),
    linear-gradient(180deg,#08080d 0%,#050508 55%,#030306 100%);
}
.noise,.bg-grid{position:fixed;inset:0;pointer-events:none;z-index:-1}
.noise{opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}
.bg-grid{opacity:.12;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,black,transparent 70%)}
.bg-orb{position:fixed;width:480px;height:480px;border-radius:50%;filter:blur(90px);opacity:.32;pointer-events:none;z-index:-2}.orb-a{background:var(--accent);top:-180px;right:-110px}.orb-b{background:#fff;bottom:-260px;left:-150px;opacity:.08}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px clamp(18px,4vw,66px);background:rgba(5,5,8,.76);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}
.brand,.footer-brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(127,0,255,.35))}.brand span,.footer-brand span{display:flex;flex-direction:column;line-height:1.05}.brand b,.footer-brand b{letter-spacing:-.02em}.brand small,.footer-brand small{color:var(--muted);font-size:12px;margin-top:5px}
nav{display:flex;gap:8px;min-width:0}nav a{color:var(--muted);text-decoration:none;padding:10px 14px;border:1px solid transparent;border-radius:999px;transition:.2s;white-space:nowrap}nav a:hover{color:white;border-color:var(--line);background:rgba(255,255,255,.055)}
.sync-pill{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;border:1px solid var(--line);border-radius:999px;padding:10px 13px;background:rgba(255,255,255,.045);white-space:nowrap}.pulse{width:9px;height:9px;background:var(--good);border-radius:50%;box-shadow:0 0 0 6px rgba(67,255,155,.1)}
main{width:min(1320px,calc(100% - 40px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,460px);gap:30px;align-items:center;padding:78px 0 34px}.eyebrow{display:inline-flex;color:#e0c6ff;background:rgba(127,0,255,.16);border:1px solid rgba(127,0,255,.36);border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.hero h1{font-size:clamp(42px,5.8vw,78px);line-height:.95;margin:18px 0;letter-spacing:-.065em}.hero p,.section-head p{color:var(--muted);font-size:17px;line-height:1.75;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:16px;padding:13px 18px;font-weight:950;text-decoration:none;cursor:pointer;color:white;background:rgba(255,255,255,.08);border:1px solid var(--line);transition:.18s}.btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.12)}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));border-color:rgba(255,255,255,.18);box-shadow:0 16px 42px rgba(127,0,255,.30)}.btn.ghost{background:rgba(255,255,255,.05)}
.glass,.panel,.stat-card{background:linear-gradient(180deg,rgba(255,255,255,.077),rgba(255,255,255,.035));border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(15px)}
.hero-card{border-radius:34px;padding:32px;min-height:345px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-70px;background:radial-gradient(circle,rgba(127,0,255,.38),transparent 48%);z-index:-1}.logo-glow{position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(127,0,255,.24);filter:blur(42px)}.hero-logo{position:relative;width:235px;max-width:78%;filter:drop-shadow(0 24px 55px rgba(127,0,255,.44))}.floating-logo{animation:floatLogo 5.5s ease-in-out infinite}@keyframes floatLogo{0%,100%{transform:translateY(0) rotate(-1deg) scale(1)}50%{transform:translateY(-12px) rotate(1.5deg) scale(1.035)}}.hero-server-meta{position:relative;margin-top:10px}.hero-card strong{display:block;font-size:23px}.hero-card span{display:block;color:var(--muted);margin-top:8px;line-height:1.55}.alert{border:1px solid rgba(255,90,90,.35);background:rgba(255,80,80,.09);padding:18px 20px;border-radius:18px;color:#ffd3d3;margin:10px 0 24px}
.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:26px 0 34px}.stat-card{border-radius:26px;padding:23px 24px;min-height:174px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;right:-44px;top:-58px;width:160px;height:160px;border-radius:50%;background:rgba(127,0,255,.16)}.stat-card.accent{background:linear-gradient(145deg,rgba(127,0,255,.28),rgba(255,255,255,.045));border-color:rgba(127,0,255,.42)}.stat-top{display:flex;align-items:center;gap:14px;min-width:0;position:relative;z-index:1}.stat-icon{flex:0 0 auto;width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.055));border:1px solid var(--line);color:white;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.stat-icon svg{width:28px;height:28px}.stat-top span{display:block;color:#dad4e9;font-weight:950;font-size:16px;letter-spacing:-.01em}.stat-top small{display:block;color:var(--muted);font-size:13px;line-height:1.45;margin-top:3px}.stat-value{position:relative;z-index:1;display:block;font-size:clamp(34px,3.6vw,48px);line-height:1;letter-spacing:-.06em;white-space:nowrap;font-variant-numeric:tabular-nums}.muted{color:var(--muted)}
.panel{border-radius:30px;padding:28px;margin:24px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-head h2{font-size:clamp(28px,3vw,38px);margin:10px 0 0;letter-spacing:-.045em}.section-head.compact{margin-bottom:14px}.search-box{display:flex;gap:12px;background:rgba(0,0,0,.30);border:1px solid var(--line);border-radius:22px;padding:10px}input{width:100%;background:transparent;border:0;color:white;padding:0 12px;font-size:16px;outline:0}input::placeholder{color:#817a91}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 0}.chips button{background:rgba(255,255,255,.06);border:1px solid var(--line);color:var(--muted);padding:8px 11px;border-radius:999px;cursor:pointer}.chips button:hover{color:white;border-color:rgba(127,0,255,.72)}.results{margin-top:18px;display:grid;gap:10px}.empty-state{color:var(--muted);border:1px dashed var(--line);border-radius:18px;padding:22px}.player-card{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:17px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.045)}.player-card h3{margin:0 0 6px}.player-card p{margin:0;color:var(--muted);line-height:1.55}.player-card .money{font-weight:1000;font-size:22px;white-space:nowrap}.online-dot{color:var(--good);font-size:12px}.split{display:grid;grid-template-columns:1.22fr .78fr;gap:24px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px 12px;border-bottom:1px solid var(--line);white-space:nowrap}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}td small{display:block;color:var(--muted);margin-top:4px}.money-cell{font-weight:950}.vehicle-list{display:grid;gap:10px}.vehicle-row{display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.vehicle-row>span{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;background:rgba(127,0,255,.18);color:#e1c8ff;font-weight:900}.vehicle-row small{display:block;color:var(--muted);margin-top:3px}
.site-footer{width:min(1320px,calc(100% - 40px));margin:38px auto 0;padding:0 0 40px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:stretch;color:var(--muted)}.footer-card,.footer-meta{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border-radius:24px;padding:20px 22px}.footer-brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(127,0,255,.35))}.footer-card p{margin:14px 0 0;line-height:1.65}.footer-meta{min-width:240px;display:flex;flex-direction:column;justify-content:center}.footer-meta span,.footer-meta small{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.footer-meta b{color:var(--text);font-size:18px;margin:7px 0 10px}.install-wrap{min-height:100vh;display:grid;place-items:center}.install-card{width:min(520px,calc(100% - 30px));text-align:center;padding:34px;border-radius:30px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow)}.install-card img{width:150px}.hint{color:var(--muted)}
@media(max-width:1120px){main,.site-footer{width:min(100% - 28px,1320px)}.hero,.split{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{flex-wrap:wrap}.site-header nav{order:3;width:100%;overflow:auto}.hero{padding-top:48px}.hero-card{min-height:280px}.hero-logo{width:190px}.stat-value{font-size:clamp(32px,5vw,44px)}}
@media(max-width:720px){main,.site-footer{width:min(100% - 20px,1320px)}.site-header{gap:12px;padding:14px 14px}.brand img{width:46px;height:46px}.sync-pill{width:100%;justify-content:center}.hero{padding:34px 0 20px}.hero h1{font-size:42px}.hero p,.section-head p{font-size:15.5px}.hero-card{min-height:245px;padding:24px}.hero-logo{width:160px}.stats-grid{grid-template-columns:1fr;gap:12px}.stat-card{min-height:150px;padding:20px}.stat-icon{width:50px;height:50px;border-radius:16px}.stat-icon svg{width:25px;height:25px}.stat-value{font-size:38px;white-space:normal;overflow-wrap:anywhere}.section-head,.site-footer{grid-template-columns:1fr;display:flex;flex-direction:column;align-items:flex-start}.search-box{flex-direction:column}.player-card{grid-template-columns:1fr}.player-card .money{font-size:24px}.footer-meta{min-width:0;width:100%}}
@media(max-width:420px){.hero h1{font-size:36px}.stat-value{font-size:34px}.stat-top span{font-size:15px}.panel{padding:20px;border-radius:24px}.btn{width:100%;text-align:center}.hero-actions{width:100%}}
