:root{--bg: #050815;--panel: rgba(12, 16, 31, .82);--card: rgba(255, 255, 255, .04);--accent: #7dd3fc;--accent-2: #a855f7;--text: #e2e8f0;--muted: #94a3b8;--danger: #f87171;--warning: #fbbf24;--grid-line: rgba(255, 255, 255, .05)}*{box-sizing:border-box}body{margin:0;font-family:Barlow Condensed,sans-serif;font-size:18px;background:radial-gradient(circle at 15% 20%,rgba(125,211,252,.12),transparent 26%),radial-gradient(circle at 82% 10%,rgba(168,85,247,.16),transparent 28%),radial-gradient(circle at 65% 70%,rgba(56,189,248,.08),transparent 32%),var(--bg);color:var(--text);min-height:100vh}.page{min-height:100vh;position:relative}.page:after{content:"";position:fixed;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.02) 50%,transparent 100%),linear-gradient(180deg,transparent 0%,rgba(125,211,252,.035) 60%,transparent 100%);pointer-events:none;mix-blend-mode:screen;opacity:.6;z-index:-1}.topbar{padding:24px 28px 12px;display:flex;justify-content:space-between;gap:16px;align-items:center;position:sticky;top:0;z-index:10;background:linear-gradient(90deg,#ffffff05,#fff0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.5px}.logo-badge{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;color:#0f172a;font-weight:800;box-shadow:0 10px 30px #7dd3fc4d}.actions{display:flex;align-items:center;gap:10px}button{background:none;border:1px solid rgba(255,255,255,.08);color:var(--text);padding:10px 14px;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,border .15s ease,box-shadow .15s ease}button:hover{transform:translateY(-2px);border-color:#ffffff29;box-shadow:0 12px 30px #00000040}.primary-btn{background:linear-gradient(120deg,var(--accent-2),var(--accent));color:#0f172a;border:none;box-shadow:0 14px 50px #7dd3fc59}.content{padding:0 28px 32px;display:grid;gap:18px}.panel{background:var(--panel);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:22px;box-shadow:0 24px 80px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(125,211,252,.08),transparent 35%);pointer-events:none}.panel:after{content:"";position:absolute;inset:-40% 0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.05) 45%,transparent 55%);transform:translate(-60%);transition:transform .8s ease;pointer-events:none}.panel:hover:after{transform:translate(60%)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.card{background:var(--card);border-radius:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000040,0 0 0 1px #ffffff05 inset;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-4px);border-color:#7dd3fc59;box-shadow:0 16px 44px #00000047}.card-head{display:flex;gap:12px;align-items:center;justify-content:space-between}.kpi-label{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.8px}.kpi-value{font-size:32px;font-weight:700;margin:4px 0}.kpi-value.small{font-size:24px}.kpi-meta{color:var(--muted);font-size:14px}.avatar{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#0f172a;font-weight:800;background:linear-gradient(135deg,#7dd3fcf2,#a855f7f2)}.name{font-weight:700}.muted{color:var(--muted);font-size:15px}.card-meta{display:flex;gap:12px;justify-content:space-between;margin-top:12px}.section-title{font-size:21px;margin:0 0 12px;display:flex;align-items:center;gap:10px;font-weight:700}.section-header{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.filters{display:flex;gap:10px;flex-wrap:wrap}input{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text);padding:10px 12px;border-radius:10px;outline:none}input::placeholder{color:var(--muted)}.badge{padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;font-size:14px;font-weight:700;letter-spacing:.6px}.badge-success{background:#6ee7b71f;color:#bbf7d0}.badge-warn{background:#fbbf241f;color:#fef08a}.badge-danger{background:#f871711f;color:#fecdd3}.badge-accent{background:#38bdf826;color:#bae6fd}.table-wrapper{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.table tbody tr:hover{background:#ffffff0a}.table th{color:var(--muted);font-size:14px;letter-spacing:.5px;text-transform:uppercase}.list-vertical{display:flex;flex-direction:column;gap:8px;padding:0;margin:0;list-style:none}.list-vertical li{padding:10px 12px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);font-weight:600;transition:transform .16s ease,border-color .16s ease}.list-vertical li:hover{transform:translate(2px);border-color:#7dd3fc66}.legend{display:flex;flex-direction:column;gap:8px}.legend-row{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px}.legend-dot{width:12px;height:12px;border-radius:999px}.donut-slice{transform-origin:16px 16px;animation:sliceIn .9s ease-out forwards;opacity:0}.donut-slice{transform:rotate(-90deg) scale(.9)}.donut-center{fill:var(--panel);stroke:#ffffff0f;stroke-width:1}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.card-compact{width:100%;margin:0 auto}.badges-row{gap:8px;flex-wrap:wrap}.player-stats{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.beam{position:absolute;width:360px;height:360px;border-radius:50%;background:conic-gradient(from 120deg,#7dd3fc2e,#a855f714,#7dd3fc00);filter:blur(20px);opacity:.8;mix-blend-mode:screen;animation:spinSlow 12s linear infinite;pointer-events:none;z-index:-3}.beam-a{width:420px;height:420px;top:-20px;left:-40px;animation-duration:14s}.beam-b{width:320px;height:320px;bottom:-30px;right:-10px;animation-direction:reverse;animation-duration:11s}.two-col{display:grid;grid-template-columns:.3fr .7fr;gap:12px;align-items:start}@keyframes sliceIn{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.04);opacity:1}to{transform:scale(1);opacity:1}}@media(max-width:960px){.two-col{grid-template-columns:1fr}}@media(max-width:768px){.topbar{flex-direction:column;align-items:flex-start}.actions{width:100%;justify-content:space-between}.table th,.table td{padding:10px 6px;font-size:14px}}@media(max-width:1100px){.home-grid{width:100%;gap:18px}.home-text h1{font-size:40px}.lottie-wrap{width:720px;height:720px}.beam-a{width:360px;height:360px}.beam-b{width:280px;height:280px}}@media(max-width:900px){.home-grid{grid-template-columns:1fr;text-align:center;justify-items:center}.home-text p{margin:0 auto}.cta-row{justify-content:center}.home-visual{min-height:520px}.mock-ipad{position:relative;width:300px;height:440px;transform:rotate(-8deg) translateY(10px) scale(.92)}.lottie-wrap{width:520px;height:520px}.beam-a{width:300px;height:300px;left:-20px;top:-20px}.beam-b{width:240px;height:240px;right:-10px;bottom:-20px}}@media(max-width:640px){.home-page{padding:30px 16px}.home-text h1{font-size:34px}.home-text p{font-size:17px}.pill{font-size:14px}.mock-ipad{width:260px;height:380px;transform:rotate(-6deg) translateY(6px) scale(.88)}.lottie-wrap{width:420px;height:420px}.beam-a{width:240px;height:240px}.beam-b{width:200px;height:200px}.panel{padding:18px}.topbar{padding:18px 18px 10px}}.help-fab{position:fixed;top:20px;right:20px;z-index:11000}.help-fab .ghost-btn{padding:10px 16px;border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.form-field{display:flex;flex-direction:column;gap:6px;margin-top:12px}.form-field label{font-size:14px;color:var(--muted)}.form-field input,.form-field textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text);padding:10px 12px;border-radius:12px;font-family:inherit;font-size:15px;resize:vertical}.form-field input:focus,.form-field textarea:focus{outline:2px solid rgba(125,211,252,.5);border-color:#7dd3fc99}.preloader{position:fixed;inset:0;background:radial-gradient(circle at 30% 30%,rgba(125,211,252,.12),transparent 40%),#050815eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:10000;animation:fadeIn .4s ease-out forwards}.preloader-core{display:grid;place-items:center;gap:12px;padding:26px 32px;background:#0c101fd9;border:1px solid rgba(255,255,255,.06);border-radius:18px;box-shadow:0 26px 90px #0000008c;position:relative;overflow:hidden}.preloader-core:after{content:"";position:absolute;inset:-30%;background:conic-gradient(from 90deg,#7dd3fc1f,#a855f700);filter:blur(30px);opacity:.6;animation:spinSlow 10s linear infinite;z-index:-1}.preloader-ring{position:relative;width:90px;height:90px}.preloader-ring span{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(125,211,252,.5);animation:ring 1.2s ease-in-out infinite}.preloader-ring span:nth-child(2){inset:10px;animation-delay:.15s;border-color:#a855f799}.preloader-ring span:nth-child(3){inset:20px;animation-delay:.3s;border-color:#ffffff59}.preloader-logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#0f172a;display:grid;place-items:center;font-weight:800;font-size:24px;box-shadow:0 16px 40px #7dd3fc59}.preloader-text{font-size:20px;font-weight:700;letter-spacing:.5px}.preloader-sub{color:var(--muted);font-size:14px}@keyframes ring{0%,to{transform:scale(.9);opacity:.5}50%{transform:scale(1.1);opacity:1}}.home-page{min-height:100vh;background:radial-gradient(circle at 15% 15%,rgba(147,51,234,.3),transparent 30%),radial-gradient(circle at 75% 10%,rgba(59,130,246,.24),transparent 30%),#0e0b24;color:var(--text);display:grid;place-items:center;padding:40px 24px;overflow:hidden;animation:fadeIn .8s ease-out both;position:relative}.hex-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;opacity:.25}.hex-cell{width:120px;height:104px;background:linear-gradient(135deg,#8b5cf62e,#0ea5e929);clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);position:absolute;animation:drift var(--dur, 12s) ease-in-out infinite alternate;filter:blur(.3px)}.hex-bg .hex-cell:nth-child(odd){background:linear-gradient(135deg,#ec489929,#6366f129)}.hex-bg .hex-cell:nth-child(1){top:8%;left:10%;animation-delay:.2s;--dur: 11s}.hex-bg .hex-cell:nth-child(2){top:18%;left:40%;animation-delay:.6s;--dur: 12s}.hex-bg .hex-cell:nth-child(3){top:12%;left:70%;animation-delay:1s;--dur: 13s}.hex-bg .hex-cell:nth-child(4){top:30%;left:5%;animation-delay:1.4s;--dur: 11.5s}.hex-bg .hex-cell:nth-child(5){top:28%;left:30%;animation-delay:.8s;--dur: 12.5s}.hex-bg .hex-cell:nth-child(6){top:38%;left:55%;animation-delay:1.6s;--dur: 13.5s}.hex-bg .hex-cell:nth-child(7){top:32%;left:80%;animation-delay:.4s;--dur: 11.5s}.hex-bg .hex-cell:nth-child(8){top:55%;left:12%;animation-delay:1s;--dur: 13s}.hex-bg .hex-cell:nth-child(9){top:52%;left:35%;animation-delay:1.8s;--dur: 12s}.hex-bg .hex-cell:nth-child(10){top:58%;left:62%;animation-delay:1.2s;--dur: 14s}.hex-bg .hex-cell:nth-child(11){top:50%;left:82%;animation-delay:.5s;--dur: 12.5s}.hex-bg .hex-cell:nth-child(12){top:72%;left:20%;animation-delay:1.5s;--dur: 11s}.hex-bg .hex-cell:nth-child(13){top:68%;left:46%;animation-delay:.7s;--dur: 13.5s}.hex-bg .hex-cell:nth-child(14){top:70%;left:70%;animation-delay:1.9s;--dur: 13s}.hex-bg .hex-cell:nth-child(15){top:78%;left:10%;animation-delay:.9s;--dur: 11.5s}.hex-bg .hex-cell:nth-child(16){top:80%;left:32%;animation-delay:1.3s;--dur: 12.5s}.hex-bg .hex-cell:nth-child(17){top:82%;left:55%;animation-delay:.6s;--dur: 13.5s}.hex-bg .hex-cell:nth-child(18){top:84%;left:78%;animation-delay:1.1s;--dur: 12s}.hex-bg .hex-cell:nth-child(19){top:22%;left:88%;animation-delay:1.7s;--dur: 13s}.hex-bg .hex-cell:nth-child(20){top:8%;left:88%;animation-delay:.3s;--dur: 14s}.hex-bg .hex-cell:nth-child(21){top:6%;left:50%;animation-delay:.95s;--dur: 11s}.hex-bg .hex-cell:nth-child(22){top:44%;left:22%;animation-delay:1.25s;--dur: 12s}.hex-bg .hex-cell:nth-child(23){top:60%;left:48%;animation-delay:1.55s;--dur: 12.5s}.hex-bg .hex-cell:nth-child(24){top:76%;left:64%;animation-delay:1.05s;--dur: 13.5s}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;width:min(1100px,100%);align-items:center;animation:rise .9s ease-out both}.home-text h1{margin:12px 0;font-size:50px;font-weight:100;line-height:1}.home-text p{color:var(--muted);line-height:1.65;max-width:620px;font-size:19px}.pill{display:inline-block;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;font-weight:700;letter-spacing:.4px}.pill-animate{animation:slideIn .7s ease-out both}.slide-in{animation:slideIn .6s ease-out both}.fade-delay{animation:fadeIn 1s ease-out both .2s}.reveal{opacity:0;transform:translateY(10px) scale(.99);animation:revealIn .7s ease-out forwards;animation-delay:var(--delay, 0s)}.pulse-once{animation:revealIn .7s ease-out forwards,softPulse 2s ease-out .6s 1}.cta-row{display:flex;gap:12px;margin:16px 0 20px;flex-wrap:wrap}.ghost-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text);padding:10px 14px;border-radius:12px;font-weight:600;cursor:pointer}.ghost-btn:hover{border-color:#fff6}.chip{background:#ffffff0f;color:var(--text);padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-weight:700;letter-spacing:.4px;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease}.chip:hover{transform:translateY(-1px);border-color:#7dd3fc99;background:#7dd3fc14;box-shadow:0 8px 20px #00000040}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;z-index:9999;animation:fadeIn .3s ease-out forwards}.modal-card{width:min(520px,90vw);background:#0f172ae6;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 20px 16px;box-shadow:0 30px 90px #0000008c,0 0 0 1px #ffffff0a;animation:modalPop .45s cubic-bezier(.21,.98,.32,.99) forwards;position:relative;overflow:hidden}.modal-card:after{content:"";position:absolute;inset:-30% 0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 40%,transparent 60%);opacity:.4;transform:translate(-50%);animation:modalSheen 1.4s ease-out forwards;pointer-events:none}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-label{text-transform:uppercase;letter-spacing:1px;font-size:12px;color:var(--muted)}.modal-title{font-size:24px;font-weight:700;margin-top:4px}.modal-body{line-height:1.6;color:var(--muted)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.modal-close{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--text);width:36px;height:36px;border-radius:12px;cursor:pointer;font-size:18px;font-weight:700;display:grid;place-items:center;line-height:1;padding:0;transition:transform .12s ease,border-color .12s ease,background .12s ease}.modal-close:hover{transform:translateY(-1px) scale(1.03);border-color:#7dd3fc99}.mini-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;max-width:520px}.mini-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px}.mini-label{color:var(--muted);font-size:12px;letter-spacing:.5px}.mini-value{font-weight:700}.home-visual{position:relative;display:grid;place-items:center}.glow{position:absolute;width:320px;height:320px;filter:blur(90px);opacity:.7;pointer-events:none;z-index:-2}.blur-a{background:#8b5cf655;left:-60px;top:-60px;animation:float 8s ease-in-out infinite alternate}.blur-b{background:#7c3aed55;right:-60px;bottom:-40px;animation:float 9s ease-in-out infinite alternate}.lottie-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:900px;display:flex;align-items:center;justify-content:center;z-index:-1;pointer-events:none;opacity:.4}.lottie-bg{width:100%;height:100%;opacity:.28}.mock-ipad{position:absolute;width:340px;height:480px;border-radius:32px;background:linear-gradient(135deg,#6d28d959,#0f172ad9);padding:16px;transform:rotate(-6deg) translateY(24px) scale(.94);box-shadow:0 20px 60px #00000059;opacity:1;animation:ipadEnter .9s ease-out forwards .1s,var(--hover-anim-ipad, none);transition:transform .26s ease,box-shadow .26s ease,filter .26s ease,opacity .26s ease;cursor:pointer;z-index:1;will-change:transform,box-shadow;transform-origin:center;pointer-events:auto}.ipad-screen{width:100%;height:100%;border-radius:26px;background:linear-gradient(180deg,#ec489933,#6366f13d);box-shadow:inset 0 0 0 1px #ffffff14}.phone-hexa{position:relative;width:348px;height:710px;border-radius:64px;box-shadow:0 30px 90px #0000008c,inset 0 0 0 2px #ffffff14;background:linear-gradient(135deg,#0f172a,#0b1223);cursor:pointer;transform-origin:center;will-change:transform,box-shadow,filter;z-index:2;pointer-events:auto;transform:translateY(24px) rotate(0) scale(1);transition:transform .28s cubic-bezier(.22,.8,.24,1),box-shadow .28s ease,filter .28s ease}.phone-hexa:after{content:"";position:absolute;inset:10px;border-radius:36px;background:linear-gradient(120deg,rgba(255,255,255,.18),transparent 60%);opacity:0;pointer-events:none}.phone-hexa img{width:100%;height:100%;object-fit:cover;display:block}.phone-hexa:hover,.phone-hexa.is-hover{transform:translateY(-12px) rotate(12deg) scale(1.12);box-shadow:0 60px 180px #0000009e,inset 0 0 0 2px #ffffff1f;filter:drop-shadow(0 12px 28px rgba(91,183,255,.32))}.phone-hexa:hover:after,.phone-hexa.is-hover:after{animation:phoneSheen .9s ease-out forwards;opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{filter:saturate(.9)}50%{filter:saturate(1.2) brightness(1.1)}to{filter:saturate(.9)}}@keyframes loading{0%{transform:translate(-30%)}50%{transform:translate(10%)}to{transform:translate(-30%)}}@keyframes rise{to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-16px)}}@keyframes drift{0%{transform:translateZ(0) scale(1) rotate(0)}to{transform:translate3d(26px,-30px,0) scale(1.08) rotate(6deg)}}@keyframes revealIn{0%{opacity:0;transform:translateY(18px) scale(.98);filter:blur(2px)}70%{opacity:1;transform:translateY(-4px) scale(1.01);filter:blur(.3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes softPulse{0%{box-shadow:0 0 #38bdf880}to{box-shadow:0 0 0 28px #38bdf800}}@keyframes phoneHexaEnter{0%{opacity:0;transform:translateY(70px) scale(.9) rotate(-4deg)}to{opacity:1;transform:translateY(24px) scale(1) rotate(0)}}@keyframes ipadEnter{0%{opacity:0;transform:rotate(-12deg) translateY(60px) scale(.9)}to{opacity:1;transform:rotate(-6deg) translateY(24px) scale(1)}}@keyframes ipadTilt{0%{transform:rotate(-6deg) translateY(24px) scale(.98)}30%{transform:rotate(-10deg) translateY(10px) scale(1.04)}60%{transform:rotate(-13deg) translateY(6px) scale(1.07)}to{transform:rotate(-14deg) translateY(2px) scale(1.1)}}@keyframes modalPop{0%{opacity:0;transform:translateY(12px) scale(.98)}60%{opacity:1;transform:translateY(-4px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSheen{0%{transform:translate(-60%);opacity:.1}60%{opacity:.4}to{transform:translate(60%);opacity:0}}
