@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");:root{color-scheme:dark}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 15% 20%,rgba(124,58,237,.16),transparent 32%),radial-gradient(circle at 85% 10%,rgba(34,197,94,.16),transparent 32%),radial-gradient(circle at 50% 80%,rgba(56,189,248,.18),transparent 42%),linear-gradient(160deg,#050710,#060910 60%,#04060f);color:#e8ecf5;min-height:100%}a{color:inherit;text-decoration:none}.glass{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);box-shadow:0 8px 30px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.card-hover{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-hover:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.35);box-shadow:0 12px 30px rgba(124,58,237,.18)}.hero-card{background:linear-gradient(135deg,rgba(15,23,42,.75),rgba(6,12,24,.85));border:1px solid hsla(0,0%,100%,.08);box-shadow:0 20px 60px rgba(0,0,0,.45);backdrop-filter:blur(22px)}.hero-surface{background:linear-gradient(135deg,rgba(7,13,24,.9),rgba(5,8,18,.95));border:1px solid hsla(0,0%,100%,.06);box-shadow:0 30px 70px rgba(0,0,0,.55);position:relative}.stat-tile{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:14px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.mini-tile{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:14px;padding:10px;text-align:left}.preview-card{background:linear-gradient(180deg,rgba(18,25,39,.95),rgba(10,14,24,.95));border:1px solid hsla(0,0%,100%,.08);border-radius:28px;padding:20px;box-shadow:0 20px 50px rgba(0,0,0,.55)}.button-primary{background:linear-gradient(120deg,#7c3aed,#22c55e 55%,#38bdf8);color:#0b0f1c;font-weight:700;border:none;border-radius:9999px;padding:.75rem 1.25rem;box-shadow:0 12px 40px rgba(124,58,237,.35)}input,select,textarea{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:.65rem .85rem;color:#e8ecf5}input:focus,select:focus,textarea:focus{outline:2px solid rgba(56,189,248,.5)}.badge{padding:.35rem .65rem;border-radius:9999px;background:rgba(56,189,248,.12);color:#7dd3fc;font-weight:600;font-size:.85rem}.pill{padding:.5rem .85rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);border-radius:9999px;color:#c7d2fe;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12)}.mini-pill,.pill{display:inline-flex;align-items:center;gap:.35rem}.mini-pill{padding:.45rem .7rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:9999px}.ghost-btn{padding:.75rem 1.2rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);color:#c7d2fe;background:hsla(0,0%,100%,.04);transition:border-color .2s ease,color .2s ease,background .2s ease}.ghost-btn:hover{border-color:rgba(56,189,248,.5);color:#e0f2fe;background:rgba(56,189,248,.08)}.floating-blob{position:absolute;filter:blur(80px);opacity:.55}.blob-purple{width:320px;height:320px;background:#7c3aed;top:-60px;left:-80px}.blob-cyan{width:260px;height:260px;background:#38bdf8;bottom:-40px;right:-60px}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:.75rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.notice{color:#a5b4fc;font-size:.85rem}