@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--bg:#07111e;--bg2:#091625;--panel:#0a1828;--panel2:#0c1c2e;--line:#193149;--line2:#213a53;--text:#f4efe5;--muted:#8fa0b3;--gold:#d9b66b;--gold2:#f2d28c;--green:#66bd95;--purple:#9d8cf2;--danger:#dd8c89}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:14px}button,input{font:inherit}button{cursor:pointer}.appShell{background:radial-gradient(circle at 80% -10%,#102b36 0,transparent 28%),var(--bg);min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:10;background:linear-gradient(#091523,#08111d);flex-direction:column;width:264px;height:100vh;transition:all .25s;display:flex;position:sticky;top:0}.brand{border-bottom:1px solid #283f5273;align-items:center;gap:10px;height:94px;padding:15px 18px;display:flex}.brand img{object-fit:contain;border-radius:15px;width:56px;height:56px}.brandText{flex-direction:column;line-height:1;display:flex}.brandText .arabic{color:var(--gold);margin-bottom:4px;font-size:15px}.brandText b{letter-spacing:3px;font-family:Playfair Display,serif;font-size:19px}.brandText small{color:#7f8b98;letter-spacing:1.2px;white-space:nowrap;margin-top:7px;font-size:6px}.navScroll{flex:1;padding:10px 10px 0;overflow:auto}.navGroup{margin:11px 0 17px}.groupLabel{letter-spacing:1.5px;color:#53677d;padding:0 10px 6px;font-size:9px;font-weight:700}.navItem{color:#aab7c5;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;margin:1px 0;padding:10px 11px;transition:all .18s;display:flex}.navItem:hover{color:var(--text);background:#0e2033}.navItem.active{color:#f1ddad;background:linear-gradient(90deg,#d2aa543d,#d2aa540d);box-shadow:inset 0 0 0 1px #dcb66b33}.icon{color:currentColor;justify-content:center;width:18px;font-size:18px;display:inline-flex}.sidebarBottom{border-top:1px solid var(--line);padding:10px}.adminCard{align-items:center;gap:10px;margin-bottom:4px;padding:9px;display:flex}.adminCard div:nth-child(2),.profileMini div:nth-child(2){flex-direction:column;gap:2px;display:flex}.adminCard b,.profileMini b{font-size:12px}.adminCard span,.profileMini span{color:var(--muted);font-size:10px}.adminCard>span{margin-left:auto}.avatar{color:#17130b;background:linear-gradient(135deg,#5d5135,#c6a45b);border-radius:50%;place-items:center;width:31px;height:31px;font-weight:700;display:grid}.logout{color:#d89b9b}.content{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:8;background:#07111ebf;justify-content:space-between;align-items:center;height:94px;padding:17px 26px;display:flex;position:sticky;top:0}.heading h1{margin:0 0 5px;font-size:20px}.heading p{color:var(--muted);margin:0;font-size:12px}.headerTools{align-items:center;gap:10px;display:flex}.search{border:1px solid var(--line2);color:#7e91a5;background:#091827;border-radius:18px;align-items:center;gap:8px;height:35px;padding:0 12px;display:flex}.search input{color:var(--text);background:0 0;border:0;outline:0;width:145px}.search.large{width:310px}.search.large input{width:100%}.headerBtn,.dateBtn{border:1px solid var(--line2);color:#aab8c8;background:#0a1828;border-radius:8px;height:35px;padding:0 12px;position:relative}.dateBtn{font-size:11px}.notifDot{background:#ef7d7d;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:8px}.profileMini{align-items:center;gap:8px;padding-left:5px;display:flex}.profileMini>span{margin-left:2px}.contentScroll{max-width:1600px;margin:auto;padding:18px 26px 34px}.kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:13px;display:grid}.kpiCard{border:1px solid var(--line);background:linear-gradient(145deg,#0d1e30fa,#081624fa);border-radius:9px;gap:12px;min-height:94px;padding:14px;display:flex;box-shadow:0 12px 30px #0000001f}.kpiIcon{width:40px;height:40px;color:var(--gold);background:#293145;border-radius:50%;place-items:center;display:grid}.kpiIcon.i1{color:var(--green);background:#183b39}.kpiIcon.i2{color:var(--purple);background:#262348}.kpiIcon.i3{color:#f2d28c;background:#42351f}.kpiIcon.i4{color:#f09f76;background:#3e2d25}.kpiCard>div:last-child{flex-direction:column;gap:4px;display:flex}.kpiCard span{color:var(--muted);font-size:10px}.kpiCard strong{letter-spacing:.2px;font-size:20px}.kpiCard small{color:var(--green);font-size:10px}.kpiCard em{color:#718096;margin-left:3px;font-style:normal}.dashGrid{gap:13px;margin-bottom:13px;display:grid}.panel{border:1px solid var(--line);background:linear-gradient(145deg,#0b1c2df2,#081523f2);border-radius:9px;min-width:0;box-shadow:0 12px 30px #0000001c}.panelHead{justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 15px 8px;display:flex}.panelHead h2{margin:0;font-size:14px}.panelHead p{color:var(--muted);margin:5px 0 0;font-size:10px}.viewBtn,.filterBtn{color:#c9a961;background:0 0;border:0;font-size:10px}.segmented{border:1px solid var(--line2);border-radius:7px;padding:2px;display:flex}.segmented button{color:#7f91a4;background:0 0;border:0;border-radius:5px;padding:6px 9px;font-size:9px}.segmented .selected{color:#e9ce91;background:#d3b2682b}.chart{height:210px;padding:8px 15px 14px;position:relative}.chart svg{width:100%;height:100%}.chartLabels{color:#718398;pointer-events:none;justify-content:space-between;align-items:center;font-size:9px;line-height:1;display:flex;position:absolute;bottom:1px;left:15px;right:15px}.chartLabels span{white-space:nowrap}.chartLabels span:last-child{text-align:right}.gridLines line{stroke:#20364a;stroke-width:.45px}.line{fill:none;stroke-width:1.3px;vector-effect:non-scaling-stroke}.line.gold{stroke:#d5b267}.line.green{stroke:#62b58f}.line.purple{stroke:#9481e5}.legend{color:#9daaba;gap:16px;font-size:9px;display:flex;position:absolute;top:5px;left:22px}.lg:before{content:"";vertical-align:middle;width:11px;height:2px;margin-right:5px;display:inline-block}.goldDot:before{background:#d5b267}.greenDot:before{background:#62b58f}.purpleDot:before{background:#9481e5}.streakHero{background:radial-gradient(circle at 80% 20%,#d7b05f2e,#0000 34%),linear-gradient(135deg,#1a1b21,#172437);border:1px solid #4a4538;border-radius:8px;align-items:center;gap:10px;margin:7px 14px 9px;padding:14px;display:flex}.fireBig{color:#f2bd68;font-size:32px}.streakHero div:nth-child(2){flex-direction:column;gap:4px;display:flex}.streakHero span,.streakHero small{color:var(--muted);font-size:9px}.streakHero strong{font-size:25px}.moonTiny{color:#dfc170;margin-left:auto;font-size:30px}.streakStats{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;margin:0 14px;display:grid}.streakStats div{flex-direction:column;gap:4px;padding:11px 7px;display:flex}.streakStats span{color:var(--muted);font-size:9px}.streakStats b{font-size:12px}.regionPanel{padding-bottom:8px}.region{grid-template-columns:1fr auto;align-items:center;gap:5px;padding:8px 15px;display:grid}.region>div:first-child{align-items:center;gap:8px;font-size:11px;display:flex}.region strong{color:#c5ced7;font-size:10px}.flag{font-size:18px}.bar{background:#1b3042;border-radius:4px;grid-column:1/3;height:4px;overflow:hidden}.bar i{background:linear-gradient(90deg,#c7a55e,#ead08d);border-radius:4px;height:100%;display:block}.featureCards{grid-template-columns:repeat(5,1fr);gap:7px;padding:8px 12px 14px;display:grid}.featureCard{border:1px solid #1b3348;border-radius:8px;flex-direction:column;gap:5px;min-width:0;padding:10px 8px;display:flex}.featureIcon{color:#e8d18e;background:#23384a;border-radius:50%;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.featureIcon.f1{color:#7dc49f;background:#1b3a38}.featureIcon.f2{color:#b69cf2;background:#31284d}.featureIcon.f3{color:#86b7d5;background:#1d3549}.featureIcon.f4{color:#8dc6c4;background:#17383a}.featureCard b{color:#b9c5d0;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.featureCard strong{font-size:15px}.featureCard small{color:var(--muted);font-size:9px}.authMetrics{grid-template-columns:1fr 1fr;gap:8px;padding:6px 14px;display:grid}.authMetrics div{border:1px solid var(--line);background:#0a1929;border-radius:7px;flex-direction:column;gap:4px;padding:9px;display:flex}.authMetrics span,.authMetrics small{color:var(--muted);font-size:9px}.authMetrics b{font-size:16px}.authMetrics small:first-letter{color:var(--green)}.authMethods{flex-wrap:wrap;gap:7px;padding:8px 14px 14px;display:flex}.authMethods span{border:1px solid var(--line);color:#9eacba;border-radius:14px;padding:6px 8px;font-size:9px}.authMethods i{color:var(--gold2);margin-left:5px;font-style:normal}.champion{background:radial-gradient(circle at 75% 40%,#dbb15726,#0000 40%),#0d1c2c;border:1px solid #dab46838;border-radius:8px;justify-content:space-between;align-items:center;margin:6px 14px 12px;padding:13px;display:flex}.champion div:first-child{flex-direction:column;gap:4px;display:flex}.champion span,.champion small{color:var(--muted);font-size:9px}.champion h3{margin:0;font-family:Playfair Display;font-size:20px}.champion b{color:var(--gold2)}.medal{color:var(--gold);font-size:40px}.goldBtn{color:#251c0b;background:linear-gradient(135deg,#c89d48,#f0ce86);border:1px solid #ebc7778c;border-radius:8px;padding:8px 13px;font-size:10px;font-weight:700}.goldBtn span{margin-left:8px}.xpPanel>.goldBtn{margin:0 14px 14px}.activityPanel table,.userTable{border-collapse:collapse;width:100%}.activityPanel th,.activityPanel td{text-align:left;color:#9eacba;border-top:1px solid #1c3346bf;padding:8px 11px;font-size:9px}.activityPanel th{color:#62758a;font-weight:600}.activityPanel td:nth-child(2){color:#d0dae2}.dot{background:#6dc59a;border-radius:50%;width:5px;height:5px;margin-right:3px;display:inline-block}.d1,.d3{background:#9d8df1}.d2{background:#6db5d0}.d4{background:#dfbd6e}.quickPanel{padding-bottom:8px}.quick{border:1px solid var(--line);width:calc(100% - 20px);color:var(--text);text-align:left;background:#0a1929;border-radius:8px;align-items:center;gap:8px;margin:0 10px 5px;padding:7px 8px;display:flex}.quick>span{color:#d9b66b;background:#2a3028;border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.quick div{flex-direction:column;gap:2px;display:flex}.quick b{font-size:9px}.quick small{color:var(--muted);font-size:8px}.quick em{color:#b9c6d2;margin-left:auto;font-size:17px;font-style:normal}.quotePanel{flex-direction:column;align-items:flex-start;padding:28px 20px;display:flex;position:relative;overflow:hidden}.quoteGlow{background:radial-gradient(circle,#dab25c29,#0000 65%);border-radius:50%;width:190px;height:190px;position:absolute;top:-30px;right:-30px}.crescent{color:#e7ca80;font-size:30px}.quotePanel h2{margin:10px 0 5px;font-family:Playfair Display;font-size:21px}.quotePanel p{color:var(--muted);margin:0 0 15px;font-size:10px}.quoteBrand{text-align:center;color:#cdb071;width:100%;margin-top:auto;padding-top:35px;font-size:13px}.quoteBrand b{letter-spacing:4px;font-family:Playfair Display;font-size:20px}.quoteBrand small{color:#758193;letter-spacing:1px;margin-top:4px;font-size:6px;display:block}.pagePanel{min-height:650px;padding-bottom:20px}.pagePanel .panelHead{padding:21px}.pagePanel .panelHead h2{font-size:20px}.pagePanel .panelHead p{max-width:620px;font-size:12px;line-height:1.6}.tableTools{flex-wrap:wrap;gap:8px;padding:0 20px 16px;display:flex}.tableTools button{border:1px solid var(--line2);color:#aab7c4;background:#0a1929;border-radius:7px;padding:7px 9px;font-size:10px}.tableWrap{padding:0 20px;overflow:auto}.userTable{min-width:1000px}.userTable th,.userTable td{border-top:1px solid var(--line);text-align:left;color:#aeb9c5;padding:11px 9px;font-size:10px}.userTable th{color:#61758b;font-size:9px}.userName{align-items:center;gap:8px;min-width:155px;display:flex}.userName .avatar{width:28px;height:28px}.userName div:last-child{flex-direction:column;gap:2px;display:flex}.userName b{color:#e1e7eb}.userName small{color:#687b8f;font-size:8px}.pill,.status{border-radius:10px;padding:4px 7px;font-size:8px}.registered{color:#79c69e;background:#17382f}.guest{color:#afa0e8;background:#28263f}.activeS{color:#79c69e;background:#17382f}.reviewS{color:#e5bd74;background:#3b2f1f}.rowMore{color:#8d9cad;background:0 0;border:0}.authHeroGrid{grid-template-columns:repeat(4,1fr);gap:10px;padding:0 20px 20px;display:grid}.statBig{border:1px solid var(--line);background:#0a1929;border-radius:10px;flex-direction:column;gap:5px;padding:14px;display:flex}.statBig span,.statBig small{color:var(--muted);font-size:10px}.statBig b{font-size:23px}.emptyBuild{text-align:center;background:linear-gradient(145deg,#0c1d2ecc,#07121e80);border:1px dashed #274158;border-radius:14px;max-width:620px;margin:40px auto;padding:50px 30px}.emptyIcon{width:58px;height:58px;color:var(--gold);background:#d4b06124;border-radius:50%;place-items:center;margin:auto;font-size:28px;display:grid}.emptyBuild h3{margin:18px 0 8px;font-family:Playfair Display;font-size:24px}.emptyBuild p{color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.7}.loginShell{background:radial-gradient(circle at 20% 20%,#20594c33,#0000 28%),radial-gradient(circle at 85% 80%,#7a5e2a26,#0000 25%),#06101b;place-items:center;min-height:100vh;display:grid;position:relative;overflow:hidden}.loginGlow{filter:blur(20px);opacity:.35;border-radius:50%;width:420px;height:420px;position:absolute}.loginGlow.one{background:#15463e;top:-100px;left:-140px}.loginGlow.two{background:#7d5b24;bottom:-160px;right:-170px}.loginCard{background:linear-gradient(145deg,#0c1c2cfa,#08131ffa);border:1px solid #254056;border-radius:18px;width:min(440px,100% - 32px);padding:30px;position:relative;box-shadow:0 35px 100px #00000073}.loginBrand{justify-content:center;align-items:center;gap:10px;display:flex}.loginBrand img{border-radius:12px;width:45px;height:45px}.loginBrand div{flex-direction:column;display:flex}.loginBrand b{letter-spacing:3px;font-family:Playfair Display;font-size:18px}.loginBrand span{letter-spacing:1.4px;color:#7e91a3;margin-top:4px;font-size:7px}.loginMoon{text-align:center;color:var(--gold);margin-top:20px;font-size:30px}.loginCard h1{text-align:center;margin:6px 0;font-family:Playfair Display;font-size:28px}.loginCard>p{text-align:center;color:var(--muted);margin:0 0 22px;font-size:12px}.loginCard>label{color:#cbd5df;flex-direction:column;gap:7px;margin:13px 0;font-size:10px;display:flex}.loginCard input{height:42px;color:var(--text);background:#091827;border:1px solid #264057;border-radius:8px;outline:0;padding:0 12px}.loginCard input:focus{border-color:#b99a55}.loginRow{justify-content:space-between;align-items:center;margin:12px 0 18px;display:flex}.check{color:var(--muted);font-size:9px}.linkBtn{color:var(--gold);background:0 0;border:0;font-size:9px}.wide{width:100%;height:42px}.secureNote{text-align:center;color:#8190a0;margin:15px 0 8px;font-size:9px}.demoNote{border-top:1px solid var(--line);text-align:center;color:#617487;padding-top:12px;font-size:9px;line-height:1.5}.mobileMenu{color:var(--text);background:0 0;border:0;margin-right:10px;font-size:20px;display:none}@media (width<=1280px){.kpiGrid{grid-template-columns:repeat(4,1fr)}.dashGrid.main{grid-template-columns:1.6fr 1fr}.regionPanel{grid-column:1/3}.dashGrid.lower{grid-template-columns:1fr 1fr}.xpPanel{grid-column:1/3}.dashGrid.bottom{grid-template-columns:1.3fr .9fr}.quotePanel{grid-column:1/3}.headerTools .dateBtn{display:none}}@media (width<=1000px){.sidebar{position:fixed;transform:translate(0)}.sidebar.collapsed{transform:translate(-100%)}.content{margin-left:264px}.sidebar.collapsed~.content{margin-left:0}.mobileMenu{display:inline-block}.kpiGrid{grid-template-columns:repeat(2,1fr)}.dashGrid.main,.dashGrid.lower,.dashGrid.bottom{grid-template-columns:1fr}.regionPanel,.xpPanel,.quotePanel{grid-column:auto}.contentScroll,.topbar{padding:16px}.profileMini div,.dateBtn,.search{display:none}.authHeroGrid{grid-template-columns:1fr 1fr}}@media (width<=700px){.content{margin-left:0}.sidebar{transform:translate(-100%);box-shadow:20px 0 60px #0006}.sidebar:not(.collapsed){transform:translate(0)}.topbar{height:auto;min-height:76px}.heading{align-items:center;display:flex}.heading h1{font-size:16px}.heading p{font-size:10px}.headerTools{gap:5px}.headerTools .headerBtn{display:block}.profileMini{padding:0}.contentScroll{padding:12px}.kpiGrid{grid-template-columns:1fr 1fr;gap:8px}.kpiCard{min-height:82px;padding:10px}.kpiCard strong{font-size:17px}.kpiCard em{display:none}.dashGrid{gap:9px;margin-bottom:9px}.panelHead{padding:12px}.segmented button{padding:5px 6px}.featureCards{grid-template-columns:repeat(2,1fr)}.featureCards .featureCard:last-child{grid-column:span 2}.authMetrics{grid-template-columns:1fr 1fr}.activityPanel{overflow:auto}.activityPanel table{min-width:560px}.tableTools{padding:0 12px 12px}.pagePanel .panelHead{padding:16px}.authHeroGrid{grid-template-columns:1fr 1fr;padding:0 12px 12px}.search.large{width:100%}.tableWrap{padding:0 12px}}.authError{color:#ffd2d2;background:#7814142e;border:1px solid #ff787873;border-radius:10px;margin:10px 0;padding:10px 12px;font-size:13px;line-height:1.4}.goldBtn:disabled{opacity:.65;cursor:not-allowed}.loadingCard{color:#f3d68a;justify-content:center;align-items:center;min-height:180px;font-weight:700;display:flex}.liveForm{gap:12px;max-width:760px;display:grid}.liveForm input,.liveForm textarea,.liveForm select,.replyPane textarea{color:#f2ead5;width:100%;font:inherit;background:#0c1715;border:1px solid #ffffff1f;border-radius:12px;padding:14px}.liveForm textarea,.replyPane textarea{resize:vertical;min-height:120px}.liveNotice{color:#e5c77d;background:#dcb1581f;border-radius:10px;padding:12px}.liveList{max-width:900px;margin-top:28px}.liveRow{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:20px;padding:15px 0;display:flex}.liveRow b{color:#f2ead5}.liveRow p{color:#aab6b0;margin:5px 0 0}.liveRow small{color:#8e9a94;white-space:nowrap}.supportGrid{border:1px solid #ffffff14;border-radius:14px;grid-template-columns:360px 1fr;min-height:520px;display:grid;overflow:hidden}.ticketList{background:#0a1412;border-right:1px solid #ffffff14;overflow:auto}.ticketBtn{text-align:left;color:#f2ead5;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff12;width:100%;padding:15px;display:block}.ticketBtn.selected{background:#dcb1581a}.ticketBtn span,.ticketBtn small{color:#aab6b0;margin-top:5px;display:block}.replyPane{padding:24px}.supportMeta{color:#aab6b0}.userMessage{color:#e7e2d6;background:#0a1412;border-radius:12px;margin:16px 0;padding:16px;line-height:1.55}.replyPane textarea{margin-bottom:12px}@media (width<=850px){.supportGrid{grid-template-columns:1fr}.ticketList{border-bottom:1px solid #ffffff14;border-right:0}.liveRow{flex-direction:column}.liveRow small{white-space:normal}}.fileField{color:#ddd;border:1px dashed #ffffff29;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.fileField input[type=file]{margin-top:4px}.fileField small{opacity:.75}.liveActions{align-items:center;gap:12px;display:flex}.dangerBtn{color:#ffb0a8;cursor:pointer;background:#ff505014;border:1px solid #ff646459;border-radius:9px;padding:8px 12px}.dangerBtn:disabled{opacity:.5;cursor:not-allowed}.devicePanel{display:none!important}.dashGrid.main{grid-template-columns:2.1fr 1fr}.dashGrid.lower{grid-template-columns:1.65fr .85fr}.dashGrid.bottom{grid-template-columns:1.2fr .8fr}.activityRow{grid-template-columns:1.55fr .85fr}.featureCards{grid-template-columns:repeat(5,minmax(0,1fr))}.region{color:#b9c4cf;grid-template-columns:minmax(90px,1fr) 45px;align-items:center;gap:3px 8px;padding:7px 15px 4px;font-size:9px;display:grid}.region>div:first-child{align-items:center;gap:6px;display:flex}.region .flag{font-size:13px}.region>strong{text-align:right;color:#cfd8df;font-size:9px}.region .bar{background:#182b3c;border-radius:10px;grid-column:1/3;height:5px;overflow:hidden}.region .bar i{background:#d5b267;border-radius:10px;height:100%;display:block}.versionList{padding:2px 15px 14px}.versionRow{color:#b9c5d0;grid-template-columns:42px 1fr 38px;align-items:center;gap:8px;padding:7px 0;font-size:9px;display:grid}.versionRow>div{background:#182b3c;border-radius:10px;height:6px;overflow:hidden}.versionRow i{background:#d5b267;border-radius:10px;height:100%;display:block}.versionRow b{text-align:right;color:#cfd8df;font-size:9px}.retentionPanel{min-height:150px}.retentionCards{grid-template-columns:repeat(3,1fr);gap:8px;padding:16px;display:grid}.retentionCards>div{border:1px solid var(--line);background:radial-gradient(circle,#48a78914,#0000 65%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;height:86px;display:flex}.retentionCards span{color:var(--muted);font-size:8px}.retentionCards b{color:#e2d19a;margin-top:4px;font-size:18px}@media (width<=1280px){.dashGrid.main,.dashGrid.lower,.dashGrid.bottom,.activityRow{grid-template-columns:1fr}.featureCards{grid-template-columns:repeat(5,minmax(0,1fr))}.retentionPanel{grid-column:auto}}@media (width<=700px){.featureCards{grid-template-columns:repeat(2,1fr)}}:root{--glow-gold:#dcb66b38;--glow-green:#5bcc9d2e;--glow-purple:#9d8cf22e}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 72% 0,#285b6633,#0000 28%),radial-gradient(circle at 100% 55%,#4836741a,#0000 24%),#07111e}body:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:44px 44px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000c,#0000 90%);mask-image:linear-gradient(#000c,#0000 90%)}.appShell{background:0 0}.sidebar{background:linear-gradient(#081523fa,#050e18fc);box-shadow:10px 0 45px #00000029}.brand img{filter:drop-shadow(0 0 13px #dcb66b38);transition:transform .25s,filter .25s}.brand:hover img{filter:drop-shadow(0 0 18px #dcb66b61);transform:translateY(-1px)scale(1.03)}.navItem{position:relative;overflow:hidden}.navItem:after{content:"";background:var(--gold2);width:2px;box-shadow:0 0 12px var(--gold);border-radius:2px;transition:all .2s;position:absolute;top:15%;bottom:15%;left:0;transform:scaleY(0)}.navItem:hover:after,.navItem.active:after{transform:scaleY(1)}.navItem.active{box-shadow:inset 0 0 0 1px #dcb66b38,0 0 24px #dcb66b0e}.topbar{background:#050f1ab8;box-shadow:0 8px 28px #0000001f}.search,.headerBtn,.dateBtn{border-color:#48708d6b;transition:all .2s}.search:focus-within,.headerBtn:hover,.dateBtn:hover{border-color:#dcb66b6b;box-shadow:0 0 20px #dcb66b14}.contentScroll{position:relative}.dashboardLiveBar{color:#93a7b8;background:linear-gradient(90deg,#0e282a9e,#09182785);border:1px solid #5bcc9d29;border-radius:10px;align-items:center;gap:8px;min-height:34px;margin:0 0 12px;padding:7px 11px;font-size:10px;display:flex;box-shadow:0 0 24px #5bcc9d09,inset 0 1px #ffffff06}.dashboardLiveBar b{letter-spacing:1.2px;color:#79d3ad;font-size:9px}.dashboardLiveBar small{color:#6f8497;margin-left:auto;font-size:9px}.dashboardLiveBar button{color:#d8bd7d;background:#dcb66b12;border:1px solid #dcb66b38;border-radius:7px;padding:5px 8px;font-size:9px}.dashboardLiveBar button:hover{background:#dcb66b21;box-shadow:0 0 15px #dcb66b17}.dashboardLiveBar button:disabled{opacity:.65}.livePulse{background:#63d2a2;border-radius:50%;width:7px;height:7px;animation:1.8s infinite noorPulse;box-shadow:0 0 #63d2a280}@keyframes noorPulse{0%{box-shadow:0 0 #63d2a273}70%{box-shadow:0 0 0 7px #63d2a200}to{box-shadow:0 0 #63d2a200}}.kpiCard,.panel{transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden}.kpiCard:before,.panel:before{content:"";pointer-events:none;opacity:.8;background:linear-gradient(120deg,#ffffff09,#0000 28% 70%,#dcb66b06);position:absolute;inset:0}.kpiCard:after,.panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#dcb66b17,#0000 68%);border-radius:50%;width:130px;height:130px;position:absolute;top:-80px;right:-70px}.kpiCard:hover{border-color:#5882a08c;transform:translateY(-2px);box-shadow:0 16px 38px #00000038,0 0 28px #4891960e}.panel:hover{border-color:#3f698785;box-shadow:0 16px 38px #00000030,0 0 30px #48919609}.kpiIcon{box-shadow:inset 0 0 18px #ffffff06,0 0 18px #dcb66b0d}.line.gold{filter:drop-shadow(0 0 4px #d5b26759)}.line.green{filter:drop-shadow(0 0 4px #62b58f4d)}.line.purple{filter:drop-shadow(0 0 5px #9481e566)}.quotePanel{background:radial-gradient(circle at 50% 0,#dcb66b1f,#0000 38%),linear-gradient(145deg,#102231fa,#081523fa)}.quoteGlow{filter:blur(2px);opacity:.9}.featureCard{background:linear-gradient(145deg,#0e2031a6,#08162466);transition:all .2s}.featureCard:hover{border-color:#dcb66b4d;transform:translateY(-2px);box-shadow:0 0 24px #dcb66b0e}.featureIcon{box-shadow:0 0 22px #9d8cf20e}.bar i,.versionRow i{box-shadow:0 0 10px #dcb66b2e}.retentionCards>div{transition:all .2s;box-shadow:inset 0 0 25px #5bcc9d09,0 0 18px #5bcc9d06}.retentionCards>div:hover{border-color:#5bcc9d47;transform:translateY(-2px);box-shadow:0 0 24px #5bcc9d14}.activityPanel tbody tr{transition:all .18s}.activityPanel tbody tr:hover{background:#ffffff05}.quick{transition:all .2s!important}.quick:hover{transform:translate(2px);box-shadow:inset 2px 0 #dcb66b80,0 0 20px #dcb66b09;background:#dcb66b0e!important}.goldBtn{transition:all .2s;box-shadow:0 7px 20px #dcb66b1a,inset 0 1px #ffffff47}.goldBtn:hover{transform:translateY(-1px);box-shadow:0 10px 25px #dcb66b2e,0 0 24px #dcb66b14}@media (width<=700px){.dashboardLiveBar span:not(.livePulse),.dashboardLiveBar small{display:none}.dashboardLiveBar{justify-content:space-between}.dashboardLiveBar button{margin-left:auto}}
