:root{--primary:#3abef9;--primary-hover:#35a8db;--primary-light:#3abef91a;--secondary:#16c79a;--accent:#ffc26f;--background:#0b111d;--surface:#1c294a;--surface-hover:#26365c;--sidebar-bg:#1c294a;--sidebar-text:#fff;--sidebar-text-muted:#fff9;--nav-active-bg:#3abef926;--nav-active-text:#3abef9;--text-main:#e2e8f0;--text-muted:#94a3b8;--border:#ffffff1f;--border-active:#3abef94d;--error:#ff6b6b;--glass-bg:#ffffff08;--glass-border:#ffffff1a;--glass-blur:blur(60px)saturate(180%);--shadow-sm:0 2px 8px #0003;--shadow-md:0 12px 32px #0006;--shadow-lg:0 24px 64px #0009;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--card-bg:#ffffff0d;--card-border:#ffffff14;--table-bg:#ffffff05;--table-border:#ffffff0d;--text-highlight:#f8fafc;--card-hover-bg:#ffffff14;--border-light:#ffffff0d;--input-bg:#ffffff08;--input-border:#ffffff1a;--input-focus-bg:#ffffff0f;--btn-secondary-bg:#ffffff0d;--btn-secondary-border:#ffffff1a;--chart-grid:#ffffff1f}[data-theme=light]{--primary:#3abef9;--primary-hover:#35a8db;--primary-light:#3abef91a;--secondary:#10b981;--accent:#f59e0b;--error:#ef4444;--background:#f1f5f9;--surface:#fff;--surface-hover:#f8fafc;--sidebar-bg:#fff;--sidebar-text:#0f172a;--sidebar-text-muted:#64748b;--nav-active-bg:#3abef91a;--nav-active-text:#3abef9;--text-main:#1e293b;--text-muted:#64748b;--text-highlight:#0f172a;--border:#0f172a26;--border-active:#3abef966;--card-bg:#fff;--card-border:#0f172a1f;--table-bg:#fff;--table-border:#0f172a24;--status-pending-bg:#fef3c7;--status-pending-text:#b45309;--status-success-bg:#d1fae5;--status-success-text:#065f46;--status-info-bg:#e0f2fe;--status-info-text:#0369a1;--glass-bg:#fff;--glass-border:#0f172a1f;--glass-blur:blur(0px);--shadow-sm:0 6px 20px #1d4ed814,0 2px 5px #1d4ed80a;--shadow-md:0 15px 40px #1d4ed81f,0 5px 12px #1d4ed814;--shadow-lg:0 25px 70px #1d4ed82e,0 10px 25px #1d4ed81a;--shadow-btn:0 3px 8px #1d4ed81a;--print-text:#6d28d9;--chart-tooltip-bg:#fff;--chart-tooltip-border:#e2e8f0;--chart-grid:#0f172a40;--card-hover-bg:#f8fafc;--border-light:#0f172a0f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}[data-tooltip]{cursor:help;align-items:center;display:inline-flex;position:relative}[data-tooltip]:before{content:attr(data-tooltip);background:var(--surface);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-active);width:max-content;max-width:250px;color:var(--text-highlight);text-align:center;white-space:normal;opacity:0;visibility:hidden;z-index:9999;pointer-events:none;border-radius:12px;padding:.75rem 1rem;font-size:.72rem;font-weight:500;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:140%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00000080}[data-tooltip]:after{content:"";border-style:solid;border-width:6px;border-color:var(--border-active)transparent transparent transparent;opacity:0;visibility:hidden;z-index:9999;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:125%;left:50%;transform:translate(-50%)translateY(10px)}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}[data-tooltip][data-tooltip-align=right]:before{left:auto;right:-10px;transform:translateY(10px)}[data-tooltip][data-tooltip-align=right]:hover:before{transform:translateY(0)}
.DashboardShell-module__i1_0_q__layout{background:var(--background);flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.DashboardShell-module__i1_0_q__layout:before{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#3abef905 0%,#0000 70%);width:40%;height:40%;position:absolute;top:-10%;left:-10%}.DashboardShell-module__i1_0_q__layout:after{content:"";filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#10b98105 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:-10%;right:-10%}.DashboardShell-module__i1_0_q__appWindow{background-color:#0000;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.DashboardShell-module__i1_0_q__topbar{background:var(--glass-bg);width:100%;height:70px;-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);z-index:100;box-shadow:var(--shadow-sm);flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.DashboardShell-module__i1_0_q__logoArea{cursor:pointer;align-items:center;display:flex}.DashboardShell-module__i1_0_q__logoBrand{align-items:center;gap:1rem;display:flex;position:relative}.DashboardShell-module__i1_0_q__logoBrandCatalyst{align-items:center;gap:1.25rem;display:flex;position:relative}.DashboardShell-module__i1_0_q__logoIconCatalyst{filter:drop-shadow(0 0 8px #3abef933);justify-content:center;align-items:center;transition:transform .6s cubic-bezier(.34,1.56,.64,1),filter .4s;display:flex}.DashboardShell-module__i1_0_q__logoIconCatalyst path{transform-origin:50%;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoIconCatalyst{filter:drop-shadow(0 0 16px #3abef98c)drop-shadow(0 0 8px #8b5cf673);transform:rotate(180deg)scale(1.05)}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoIconCatalyst path:first-child{opacity:1;transform:scale(1.1)translateY(-1px)}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoIconCatalyst path:nth-child(2){opacity:1;transform:scale(1.1)translate(-1px)}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoIconCatalyst path:nth-child(3){opacity:1;transform:scale(1.1)translateY(1px)}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoIconCatalyst path:nth-child(4){opacity:1;transform:scale(1.1)translate(1px)}.DashboardShell-module__i1_0_q__logoTextCatalyst{color:var(--text-highlight);letter-spacing:.25em;background:linear-gradient(135deg,#fff 0%,#cbd5e1 50%,#3abef9 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.6rem;font-weight:900;line-height:1;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.DashboardShell-module__i1_0_q__logoBrandCatalyst:hover .DashboardShell-module__i1_0_q__logoTextCatalyst{letter-spacing:.32em;filter:drop-shadow(0 0 10px #3abef94d);background-position:100%}[data-theme=light] .DashboardShell-module__i1_0_q__logoTextCatalyst{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#3abef9 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.DashboardShell-module__i1_0_q__navigation{align-items:center;gap:.25rem;display:flex}.DashboardShell-module__i1_0_q__navItem{color:var(--sidebar-text-muted);border-radius:99px;align-items:center;padding:.4rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.DashboardShell-module__i1_0_q__navItem:hover{background-color:var(--glass-border);color:var(--text-highlight)}.DashboardShell-module__i1_0_q__active{background-color:var(--nav-active-bg)!important;color:var(--nav-active-text)!important}.DashboardShell-module__i1_0_q__navIcon{opacity:.8;margin-right:8px}.DashboardShell-module__i1_0_q__userControls{align-items:center;gap:1.5rem;display:flex}.DashboardShell-module__i1_0_q__themeToggleIconBtn{color:var(--sidebar-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.DashboardShell-module__i1_0_q__themeToggleIconBtn:hover{background:var(--glass-border);color:var(--text-highlight)}.DashboardShell-module__i1_0_q__avatar{background-color:var(--text-highlight);width:36px;height:36px;color:var(--surface);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:transform .2s;display:flex}.DashboardShell-module__i1_0_q__avatar:hover{transform:scale(1.05)}.DashboardShell-module__i1_0_q__mainContent{background-color:#0000;flex-direction:column;flex-grow:1;min-height:0;transition:background-color .3s;display:flex;overflow-y:auto}@keyframes DashboardShell-module__i1_0_q__pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.DashboardShell-module__i1_0_q__pageContent{flex-direction:column;flex:1 0 auto;width:100%;max-width:1700px;margin:0 auto;padding:2.5rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards DashboardShell-module__i1_0_q__pageEnter;display:flex}@media (max-width:1024px){.DashboardShell-module__i1_0_q__topbar{padding:0 1.5rem}.DashboardShell-module__i1_0_q__pageContent{padding:1.5rem}}@media (max-width:768px){.DashboardShell-module__i1_0_q__layout{height:100%;overflow:auto}.DashboardShell-module__i1_0_q__topbar{background:#0b111dcc;height:60px;padding:0 1rem;position:fixed;top:0}.DashboardShell-module__i1_0_q__logoTextCatalyst{letter-spacing:.15em;font-size:1.25rem}.DashboardShell-module__i1_0_q__navigation{background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);z-index:1000;justify-content:space-around;gap:0;width:100%;height:65px;padding:0 .5rem;position:fixed;bottom:0;left:0}.DashboardShell-module__i1_0_q__navItem{border-radius:0;flex-direction:column;flex:1;gap:4px;padding:.5rem 0;font-size:.65rem;position:relative;background:0 0!important}.DashboardShell-module__i1_0_q__active:after{content:"";background-color:var(--nav-active-text);border-radius:0 0 3px 3px;height:3px;position:absolute;top:0;left:20%;right:20%}.DashboardShell-module__i1_0_q__navIcon{width:20px;height:20px;margin-right:0}.DashboardShell-module__i1_0_q__userControls{gap:.8rem}.DashboardShell-module__i1_0_q__avatar{width:32px;height:32px}.DashboardShell-module__i1_0_q__mainContent{padding-top:60px;padding-bottom:75px;overflow-y:visible}.DashboardShell-module__i1_0_q__pageContent{padding:.75rem 0}}@media (max-width:480px){.DashboardShell-module__i1_0_q__userControls{gap:.5rem}.DashboardShell-module__i1_0_q__navItem span{display:block}}.DashboardShell-module__i1_0_q__userMenuContainer{align-items:center;display:flex;position:relative}.DashboardShell-module__i1_0_q__avatarButton{cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex}.DashboardShell-module__i1_0_q__avatarButton:hover{transform:scale(1.05)}.DashboardShell-module__i1_0_q__avatarButton:focus-visible{box-shadow:0 0 0 2px var(--text-highlight)}.DashboardShell-module__i1_0_q__dropdownMenu{background:var(--surface);width:220px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) DashboardShell-module__i1_0_q__slideDown;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006}@keyframes DashboardShell-module__i1_0_q__slideDown{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.DashboardShell-module__i1_0_q__dropdownHeader{color:var(--sidebar-text-muted);border-bottom:1px solid var(--glass-border);flex-direction:column;gap:2px;margin-bottom:.25rem;padding:.75rem .75rem .5rem;font-size:.75rem;display:flex}.DashboardShell-module__i1_0_q__dropdownHeaderEmail{color:var(--text-highlight);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.DashboardShell-module__i1_0_q__dropdownItem{color:var(--sidebar-text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:.65rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.DashboardShell-module__i1_0_q__dropdownItem:hover{background-color:var(--glass-border);color:var(--text-highlight)}.DashboardShell-module__i1_0_q__dropdownItemActive{background-color:var(--nav-active-bg)!important;color:var(--nav-active-text)!important}.DashboardShell-module__i1_0_q__dropdownIcon{opacity:.8;flex-shrink:0}.DashboardShell-module__i1_0_q__dropdownDivider{background-color:var(--glass-border);height:1px;margin:.25rem 0}.DashboardShell-module__i1_0_q__logoutBtn{color:#ef4444!important}.DashboardShell-module__i1_0_q__logoutBtn:hover{color:#ef4444!important;background-color:#ef44441a!important}.DashboardShell-module__i1_0_q__moreMenuContainer{align-items:center;display:flex;position:relative}.DashboardShell-module__i1_0_q__moreBtn{cursor:pointer;background:0 0;border:none;align-items:center;font-family:inherit;display:inline-flex}.DashboardShell-module__i1_0_q__arrowIcon{opacity:.6;margin-left:.35rem;font-size:.65rem;transition:transform .2s;display:inline-block}.DashboardShell-module__i1_0_q__moreDropdownMenu{background:var(--surface);width:200px;-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);z-index:1000;border-radius:12px;flex-direction:column;gap:2px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) DashboardShell-module__i1_0_q__slideDownMenu;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006}@keyframes DashboardShell-module__i1_0_q__slideDownMenu{0%{opacity:0;transform:translate(-50%)translateY(-8px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.DashboardShell-module__i1_0_q__moreDropdownItem{color:var(--sidebar-text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:.65rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.DashboardShell-module__i1_0_q__moreDropdownItem:hover{background-color:var(--glass-border);color:var(--text-highlight)}.DashboardShell-module__i1_0_q__moreDropdownItemActive{background-color:var(--nav-active-bg)!important;color:var(--nav-active-text)!important}@media (max-width:768px){.DashboardShell-module__i1_0_q__arrowIcon{display:none}.DashboardShell-module__i1_0_q__moreDropdownMenu{animation:.2s cubic-bezier(.16,1,.3,1) DashboardShell-module__i1_0_q__slideUpMenu;top:auto;bottom:calc(100% + 12px)}}@keyframes DashboardShell-module__i1_0_q__slideUpMenu{0%{opacity:0;transform:translate(-50%)translateY(8px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}:is([data-theme=light] .DashboardShell-module__i1_0_q__dropdownMenu,[data-theme=light] .DashboardShell-module__i1_0_q__moreDropdownMenu){box-shadow:var(--shadow-md)!important;background:#fff!important;border-color:#0f172a14!important}
