@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#c3c0ff;--primary-container:#4f46e5;--primary-hover:#dad7ff;--primary-glow:#4f46e526;--secondary:#adc6ff;--secondary-container:#3b82f6;--secondary-glow:#3b82f626;--tertiary:#4cd7f6;--tertiary-container:#006a7c;--accent-gradient:linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);--cta-gradient:linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);--bg-main:#0b0f19;--bg-secondary:#121624;--bg-card:#161b2bb3;--bg-card-high:#25293a;--bg-footer:#080d1d;--text-main:#dee1f9;--text-muted:#c7c4d8;--text-light:#918fa1;--text-white:#fff;--border-light:#ffffff14;--border-card:#ffffff1f;--card-shadow:0 10px 40px -10px #0006;--card-shadow-hover:0 20px 50px -15px #4f46e52e;--font-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width:1280px;--header-height:80px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}:root.lightTheme{--primary:#004ac6;--primary-container:#2563eb;--primary-hover:#1e40af;--primary-glow:#2563eb1f;--secondary:#565e74;--secondary-container:#dae2fd;--secondary-glow:#565e741f;--bg-main:#faf8ff;--bg-secondary:#f0effa;--bg-card:#ffffffd9;--bg-card-high:#e7e7f3;--bg-footer:#e1e2ed;--text-main:#191b23;--text-muted:#434655;--text-light:#737686;--text-white:#0b0f19;--border-light:#00000014;--border-card:#0000001a;--card-shadow:0 10px 40px -10px #0000000a;--card-shadow-hover:0 20px 50px -15px #2563eb14}:root.lightTheme body{background-color:var(--bg-main);background-image:radial-gradient(#0000000a 1px,#0000 1px),linear-gradient(#00000003 1px,#0000 1px),linear-gradient(90deg,#00000003 1px,#0000 1px),radial-gradient(circle at 10% 20%,#2563eb0a 0%,#0000 45%),radial-gradient(circle at 90% 80%,#06b6d40a 0%,#0000 45%),radial-gradient(circle,#2563eb03 0%,#0000 55%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);width:100%;color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background-image:radial-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px),radial-gradient(circle at 10% 20%,#4f46e517 0%,#0000 45%),radial-gradient(circle at 90% 80%,#06b6d417 0%,#0000 45%),radial-gradient(circle,#c3c0ff08 0%,#0000 55%);background-size:24px 24px,48px 48px,48px 48px,200% 200%,200% 200%,200% 200%;background-attachment:fixed;font-size:16px;line-height:1.6;animation:25s linear infinite auroraMove;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-white);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}button{font:inherit;cursor:pointer;background:0 0;border:none;outline:none}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}.flex-center{justify-content:center;align-items:center;display:flex}.btn{font-family:var(--font-heading);white-space:nowrap;letter-spacing:.2px;border-radius:9999px;justify-content:center;align-items:center;padding:14px 28px;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{color:var(--text-white);background:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%);border:1px solid #ffffff1a;box-shadow:0 4px 15px #4f46e540,inset 0 1px 1px #fff3}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566,inset 0 1px 1px #ffffff4d}.btn-secondary{color:var(--text-main);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0000}.btn-secondary:hover{color:var(--text-white);border-color:var(--primary);background-color:#ffffff08;transform:translateY(-2px)}.btn-white{background-color:var(--text-white);color:#0e1323;font-weight:700;box-shadow:0 4px 15px #0003}.btn-white:hover{background-color:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.btn-outline-white{color:var(--text-white);background-color:#0000;border:1px solid #fff3}.btn-outline-white:hover{background-color:#ffffff0d;border-color:#ffffff80;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.45;transform:scale(1.08)}}@keyframes auroraMove{0%{background-position:0 0,100% 100%,50%}50%{background-position:80%,20%,50% 80%}to{background-position:0 0,100% 100%,50%}}@media (max-width:992px){.container{padding-left:24px;padding-right:24px}}@media (max-width:576px){.container{padding-left:20px;padding-right:20px}}.glass-panel{-webkit-backdrop-filter:blur(16px)saturate(120%);background:#0d1423a6!important;border:1px solid #ffffff14!important;box-shadow:0 8px 32px #0006!important}@keyframes slideUpFade{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.delay-1{animation-delay:60ms}.delay-2{animation-delay:.12s}.delay-3{animation-delay:.18s}.delay-4{animation-delay:.24s}.delay-5{animation-delay:.3s}.delay-6{animation-delay:.36s}.delay-7{animation-delay:.42s}.delay-8{animation-delay:.48s}@keyframes pulseActive{0%{box-shadow:0 0 #60dcb866}70%{box-shadow:0 0 0 8px #60dcb800}to{box-shadow:0 0 #60dcb800}}.pulse-active{animation:2s infinite pulseActive}.glow-btn{transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.glow-btn:after{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#ffffff14 50%,#fff0 100%);width:200%;height:100%;transition:all .75s;position:absolute;top:0;left:-50%;transform:skew(-25deg)}.glow-btn:hover:after{opacity:1;left:125%}.float-hover{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.float-hover:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}
.layout-module__L5FxyW__dashboardContainer{color:#e8edf7;background:#080d18;grid-template-columns:248px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.layout-module__L5FxyW__sessionLoading{color:#8d9bb0;background:#080f1b;place-items:center;min-height:100vh;display:grid}.layout-module__L5FxyW__logoutButton{color:#aebbd0;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:8px 10px;font-size:.72rem}.layout-module__L5FxyW__logoutButton:hover{color:#60dcb8;border-color:#60dcb880}.layout-module__L5FxyW__sidebar{-webkit-backdrop-filter:blur(20px);z-index:20;background:#0b1220b8;border-right:1px solid #ffffff0f;flex-direction:column;height:100vh;transition:all .3s;display:flex;overflow-y:auto}.layout-module__L5FxyW__sidebarHeader{border-bottom:1px solid #ffffff12;padding:25px 22px 24px}.layout-module__L5FxyW__logo{color:#f8fbff;font-family:var(--font-heading);letter-spacing:-.04em;align-items:center;gap:10px;font-size:1.05rem;font-weight:800;transition:transform .25s;display:inline-flex}.layout-module__L5FxyW__logo:hover{transform:scale(1.02)}.layout-module__L5FxyW__logo:before{content:"";background:linear-gradient(135deg,#65e6bd,#3f8cff);border-radius:9px;width:27px;height:27px;transition:transform .3s,filter .3s;box-shadow:0 0 25px #4ed8bc52}.layout-module__L5FxyW__logo:hover:before{filter:hue-rotate(15deg);transform:rotate(90deg)scale(1.1)}.layout-module__L5FxyW__sidebarNav{padding:24px 12px}.layout-module__L5FxyW__navGroup{flex-direction:column;gap:5px;display:flex}.layout-module__L5FxyW__groupLabel{color:#6f7d94;letter-spacing:.16em;text-transform:uppercase;padding:0 12px 9px;font-size:.66rem;font-weight:800}.layout-module__L5FxyW__navLink{color:#8794aa;border:1px solid #0000;border-radius:10px;align-items:center;gap:11px;padding:11px 12px;font-size:.82rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.layout-module__L5FxyW__navLink:hover{color:#f8fbff;background:#ffffff0f;transform:translate(4px)}.layout-module__L5FxyW__navLink:active{transform:scale(.97)translate(4px)}.layout-module__L5FxyW__activeLink{text-shadow:0 0 10px #6366f14d;box-shadow:0 4px 20px #6366f126,inset 0 1px #ffffff0d;color:#fff!important;background:linear-gradient(90deg,#6366f133,#6366f10a)!important;border-color:#6366f159!important}.layout-module__L5FxyW__activeLink:hover{transform:translate(4px)scale(1.01)}.layout-module__L5FxyW__icon{flex:none;width:16px;height:16px}.layout-module__L5FxyW__contentArea{flex-direction:column;min-width:0;height:100vh;display:flex;overflow-y:auto}.layout-module__L5FxyW__topBar{z-index:15;-webkit-backdrop-filter:blur(20px);background:#080d1899;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:0 42px;transition:all .3s;display:flex;position:sticky;top:0}.layout-module__L5FxyW__breadcrumbs{color:#7e8ba1;font-size:.76rem;font-weight:600}.layout-module__L5FxyW__breadcrumbs span{margin:0 5px}.layout-module__L5FxyW__breadcrumbs span:last-child{color:#e6edf9}.layout-module__L5FxyW__topActions{align-items:center;gap:12px;display:flex}.layout-module__L5FxyW__searchBox{position:relative}.layout-module__L5FxyW__searchInput{color:#e8edf7;background:#111a2a;border:1px solid #ffffff17;border-radius:10px;outline:none;width:210px;padding:10px 14px 10px 35px;font-size:.78rem}.layout-module__L5FxyW__searchInput:focus{border-color:#5ee1be8c}.layout-module__L5FxyW__searchIcon{color:#6f7d94;width:14px;height:14px;position:absolute;top:12px;left:12px}.layout-module__L5FxyW__notificationBtn{color:#8d9bb0;border:1px solid #ffffff14;border-radius:10px;place-items:center;width:38px;height:38px;transition:all .2s;display:grid;position:relative}.layout-module__L5FxyW__notificationBtn:hover{color:#fff;background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}.layout-module__L5FxyW__notificationBtn:active{transform:scale(.95)}.layout-module__L5FxyW__notifBadge{background:#ff516a;border-radius:50%;width:6px;height:6px;animation:1.8s infinite layout-module__L5FxyW__pulseActive;position:absolute;top:7px;right:7px;box-shadow:0 0 8px #ff516a}.layout-module__L5FxyW__profileChip{color:#dce5f3;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:9px;padding:4px 10px 4px 6px;font-size:.78rem;font-weight:700;transition:all .25s;display:flex}.layout-module__L5FxyW__profileChip:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translateY(-1px)}.layout-module__L5FxyW__avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#06b6d4);border-radius:8px;place-items:center;width:28px;height:28px;font-size:.75rem;display:grid;box-shadow:0 2px 10px #6366f159}.layout-module__L5FxyW__mainContent{background:radial-gradient(circle at 75% 0,#3267a51c,#0000 30%);flex:1;padding:42px}.layout-module__L5FxyW__mobileNav{display:none}@media (max-width:1040px){.layout-module__L5FxyW__dashboardContainer{grid-template-columns:1fr;height:auto;overflow:visible}.layout-module__L5FxyW__sidebar{display:none}.layout-module__L5FxyW__contentArea{height:auto;overflow-y:visible}.layout-module__L5FxyW__topBar{padding:0 24px}.layout-module__L5FxyW__mainContent{padding:28px 24px}.layout-module__L5FxyW__mobileNav{background:#0b1220;border-bottom:1px solid #ffffff12;gap:7px;padding:11px 24px;display:flex;overflow-x:auto}.layout-module__L5FxyW__mobileNav a{color:#8794aa;border:1px solid #ffffff14;border-radius:8px;flex:none;padding:7px 11px;font-size:.7rem;font-weight:700}.layout-module__L5FxyW__mobileNav a:hover{color:#eafff8;border-color:#5ee1be4d}}@media (max-width:640px){.layout-module__L5FxyW__topBar{min-height:68px;padding:0 16px}.layout-module__L5FxyW__topActions{gap:7px}.layout-module__L5FxyW__searchBox,.layout-module__L5FxyW__profileName{display:none}.layout-module__L5FxyW__mobileNav{padding:9px 16px}.layout-module__L5FxyW__mainContent{padding:22px 16px}}
