*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#060714;color:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}
.page-wrap{position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 24px}
.bg-orb{position:fixed;border-radius:50%;filter:blur(110px);opacity:.22;pointer-events:none;z-index:0}
.orb-1{width:360px;height:360px;background:#ff9b3d;top:40px;left:-100px}
.orb-2{width:420px;height:420px;background:#5b6dff;top:100px;right:-140px}
.orb-3{width:360px;height:360px;background:#ca45ff;bottom:30px;left:22%}
.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 28px;background:rgba(7,8,22,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:flex;align-items:center;gap:14px}.brand-logo{width:56px;height:56px;object-fit:contain}.brand-title{font-weight:900;font-size:18px}.brand-subtitle{font-size:12px;color:rgba(255,255,255,.58)}
.nav{display:flex;gap:18px;color:rgba(255,255,255,.76)}.nav a:hover{color:#fff}
.hero{min-height:88vh;background:linear-gradient(180deg,rgba(7,8,20,.15),rgba(7,8,20,.8)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat}
.hero-inner{max-width:1200px;margin:0 auto;padding:90px 24px 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.badge,.kicker{display:inline-block;padding:8px 14px;border-radius:999px;background:rgba(88,122,255,.15);border:1px solid rgba(125,162,255,.18);font-size:12px;letter-spacing:.15em;font-weight:700;color:#dfe7ff}
.hero h1,.title{font-size:clamp(42px,7vw,82px);line-height:.95;margin:18px 0 16px;font-weight:900}.title{font-size:clamp(34px,5vw,58px)}
.hero h1 span,.gradient{background:linear-gradient(90deg,#ffd447,#ff8b5c,#f75dff);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:19px;line-height:1.8;color:rgba(255,255,255,.74)}
.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:16px;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:.25s ease}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(90deg,#ffb447,#ffd447);color:#111;font-weight:800}.btn-secondary{background:rgba(255,255,255,.06);color:#fff}
.panel,.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px);border-radius:28px;box-shadow:0 16px 50px rgba(0,0,0,.18)}
.panel{padding:24px}.status-grid,.grid-4,.grid-3,.grid-2{display:grid;gap:18px}.status-grid,.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}
.stat{padding:20px;border-radius:24px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.stat-value{font-size:40px;font-weight:900;color:#ffd35b}.stat-label{margin-top:8px;color:rgba(255,255,255,.66)}
.section{padding:82px 0}.section-head{text-align:center;max-width:800px;margin:0 auto 30px}.section-head p{font-size:18px;color:rgba(255,255,255,.72);line-height:1.8}
.card{padding:22px}.card h3{font-size:24px;margin:10px 0 10px}.card p{line-height:1.75;color:rgba(255,255,255,.72)}
.icon-chip{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,180,71,.25),rgba(255,93,190,.16));border:1px solid rgba(255,180,71,.2);font-size:26px}
.form-wrap{max-width:540px;margin:40px auto;padding:28px}.form-wrap h1{margin-top:0}.field{margin-bottom:16px}.field label{display:block;margin-bottom:8px;color:rgba(255,255,255,.72)}.field input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;outline:none}
.alert{padding:14px 16px;border-radius:14px;margin-bottom:16px}.alert.error{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.25)}.alert.success{background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.25)}
.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;color:rgba(255,255,255,.78)}.table th{color:#fff}
.small{font-size:14px;color:rgba(255,255,255,.6)}
@media (max-width:1000px){.hero-inner,.grid-4,.grid-3,.grid-2,.status-grid{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.nav{display:none}.hero-inner,.grid-4,.grid-3,.grid-2,.status-grid{grid-template-columns:1fr}.topbar{padding:16px 18px}.container{padding:0 18px}}
