@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #0000000d;--bg-card:#ffffffd9;--font-sans:"Outfit", sans-serif;--primary:#10b981;--primary-dark:#059669;--primary-light:#34d399;--primary-ultra-light:#ecfdf5;--primary-gradient:linear-gradient(135deg, #10b981 0%, #34d399 100%);--bg-body:linear-gradient(135deg, #fff 0%, #f0fdf4 100%);--shadow-shiny:0 10px 30px #10b98126;--sidebar-bg:#064e3b;--bg-portal-layout:#eaeef3}:root[data-theme=emerald]{--primary:#10b981;--primary-dark:#059669;--primary-light:#34d399;--primary-ultra-light:#ecfdf5;--primary-gradient:linear-gradient(135deg, #10b981 0%, #34d399 100%);--bg-body:linear-gradient(135deg, #fff 0%, #f0fdf4 100%);--shadow-shiny:0 10px 30px #10b98126;--sidebar-bg:#064e3b;--bg-portal-layout:#eaeef3}:root[data-theme=blue]{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--primary-ultra-light:#eff6ff;--primary-gradient:linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);--bg-body:linear-gradient(135deg, #fff 0%, #eff6ff 100%);--shadow-shiny:0 10px 30px #3b82f626;--sidebar-bg:#1e3a8a;--bg-portal-layout:#eaeef3}:root[data-theme=purple]{--primary:#8b5cf6;--primary-dark:#7c3aed;--primary-light:#a78bfa;--primary-ultra-light:#f5f3ff;--primary-gradient:linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);--bg-body:linear-gradient(135deg, #fff 0%, #f5f3ff 100%);--shadow-shiny:0 10px 30px #8b5cf626;--sidebar-bg:#3b0764;--bg-portal-layout:#eaeef3}:root[data-theme=rose]{--primary:#f43f5e;--primary-dark:#e11d48;--primary-light:#fb7185;--primary-ultra-light:#fff1f2;--primary-gradient:linear-gradient(135deg, #f43f5e 0%, #fb7185 100%);--bg-body:linear-gradient(135deg, #fff 0%, #fff1f2 100%);--shadow-shiny:0 10px 30px #f43f5e26;--sidebar-bg:#4c0519;--bg-portal-layout:#eaeef3}:root[data-theme=amber]{--primary:#f59e0b;--primary-dark:#d97706;--primary-light:#fbbf24;--primary-ultra-light:#fef3c7;--primary-gradient:linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);--bg-body:linear-gradient(135deg, #fff 0%, #fef3c7 100%);--shadow-shiny:0 10px 30px #f59e0b26;--sidebar-bg:#451a03;--bg-portal-layout:#eaeef3}:root[data-theme=slate]{--primary:#64748b;--primary-dark:#475569;--primary-light:#94a3b8;--primary-ultra-light:#f8fafc;--primary-gradient:linear-gradient(135deg, #64748b 0%, #94a3b8 100%);--bg-body:linear-gradient(135deg, #fff 0%, #f8fafc 100%);--shadow-shiny:0 10px 30px #64748b26;--sidebar-bg:#1e293b;--bg-portal-layout:#eaeef3}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;position:relative;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--bg-body);color:var(--text-dark);background-attachment:fixed;min-height:100vh;font-size:.95rem;line-height:1.5}@media (width<=640px){body{font-size:.85rem}}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:.85rem}@keyframes shine{0%{left:-100%}to{left:100%}}@keyframes pulse{0%{background-position:0 0}to{background-position:-200% 0}}._navbar_1wkrc_1{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3000;background:#ffffffa6;border-bottom:1px solid #0000000a;align-items:center;width:100%;height:4.5rem;display:flex;position:fixed;top:0;left:0}._navContainer_1wkrc_15{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}._navLogo_1wkrc_25{color:#1a1a1a;z-index:1001;align-items:center;gap:.75rem;font-size:1.4rem;font-weight:800;text-decoration:none;display:flex}._navLogo_1wkrc_25 img{height:2.2rem}._navLinks_1wkrc_40{align-items:center;gap:2rem;display:flex}._navLink_1wkrc_40{color:#4a4a4a;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}._navLink_1wkrc_40:hover{color:var(--primary)}._activeLink_1wkrc_59{color:var(--primary)!important}._activeLink_1wkrc_59:after{content:"";background:var(--primary);border-radius:2px;width:100%;height:2px;animation:.3s forwards _slideIn_1wkrc_1;position:absolute;bottom:-.5rem;left:0}@keyframes _slideIn_1wkrc_1{0%{opacity:0;width:0}to{opacity:1;width:100%}}._navRight_1wkrc_80{z-index:2100;align-items:center;gap:1rem;display:flex}._userSection_1wkrc_88{position:relative}._accountIcon_1wkrc_92{cursor:pointer;align-items:center;display:flex}._avatarPlaceholder_1wkrc_98{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-weight:700;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #10b98140}._navAvatar_1wkrc_113{object-fit:cover;width:100%;height:100%}._avatarPlaceholder_1wkrc_98:hover{transform:scale(1.05)}._notificationBadge_1wkrc_123{z-index:10;background:#ff4757;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}._dot_1wkrc_135{background:#ff4757;border-radius:50%;width:8px;height:8px;margin-left:8px;display:inline-block}._dropdown_1wkrc_144{background:#fff;border:1px solid #00000014;border-radius:16px;width:220px;padding:.75rem;animation:.3s cubic-bezier(.16,1,.3,1) _slideDown_1wkrc_1;position:absolute;top:3.5rem;right:0;box-shadow:0 15px 45px #00000038}@keyframes _slideDown_1wkrc_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._dropdownHeader_1wkrc_169{border-bottom:1px solid #f0f0f0;flex-direction:column;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}._dropdownHeader_1wkrc_169 strong{color:#1a1a1a;font-size:.95rem}._dropdownHeader_1wkrc_169 span{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}._dropdownItem_1wkrc_190{text-align:left;color:#444;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:.8rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}._dropdownItem_1wkrc_190:hover{color:var(--primary);background:#f0fdf4}._activeDropdownItem_1wkrc_211{background:#f0fdf4;font-weight:700;color:var(--primary)!important}._loginBtn_1wkrc_217{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:10px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}._loginBtn_1wkrc_217:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._logoutBtn_1wkrc_236{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:10px;width:100%;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s}._hamburger_1wkrc_250{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}._dash_1wkrc_262{background-color:#1a1a1a;border-radius:10px;width:100%;height:3px;transition:all .3s}._mainContent_1wkrc_271{flex-direction:column;min-height:calc(100vh - 4.5rem);margin-top:4.5rem;display:flex}._pageContainer_1wkrc_279{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem}._footer_1wkrc_288{background:#fff;border-top:1px solid #00000014;margin-top:5rem;padding:5rem 1.5rem 3rem;box-shadow:0 -10px 40px #0000000d}._footerContainer_1wkrc_296{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}._footerTitle_1wkrc_304{color:#1a1a1a;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}._footerLink_1wkrc_311{color:#777;margin-bottom:.8rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}._footerLink_1wkrc_311:hover{color:var(--primary)}._footerBottom_1wkrc_324{text-align:center;border-top:1px solid #f0f0f0;max-width:1200px;margin:4rem auto 0;padding-top:2rem}._copyright_1wkrc_332{color:#999;font-size:.9rem}._pageLoader_1wkrc_338{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100vh;display:flex}._spinner_1wkrc_347{border:5px solid #f0f4f8;border-top:5px solid var(--primary);border-radius:50%;width:3.5rem;height:3.5rem;animation:.8s cubic-bezier(.5,.1,.4,.9) infinite _spin_1wkrc_347}._footerLogo_1wkrc_356{justify-content:start;align-items:center;gap:.5rem;display:flex}._footerLogo_1wkrc_356 span{font-size:24px;font-weight:700}@keyframes _spin_1wkrc_347{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=992px){._navLinks_1wkrc_40{gap:1.5rem}}@media (width<=768px){._hamburger_1wkrc_250{display:flex}._navLinks_1wkrc_40{-webkit-backdrop-filter:blur(20px);z-index:2001;visibility:hidden;background:#fffffff2;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;max-width:320px;height:100vh;padding:7rem 2rem 2rem;transition:transform .5s cubic-bezier(.16,1,.3,1),visibility .5s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-15px 0 40px #0000001a}._navLinks_1wkrc_40._mobileOpen_1wkrc_411{visibility:visible;transform:translate(0)}._navLink_1wkrc_40{color:#1a1a1a;border-bottom:1px solid #00000008;width:100%;padding:.75rem 0;font-size:1.25rem}._mobileActions_1wkrc_424{border-top:1px solid #0000000d;flex-direction:column;gap:1rem;width:100%;margin-top:2rem;padding-top:2rem;display:flex}._overlay_1wkrc_434{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;pointer-events:none;background:#0006;width:100%;height:100vh;transition:opacity .4s;position:fixed;top:0;left:0}._overlayVisible_1wkrc_448{opacity:1;pointer-events:auto}._dash1_1wkrc_454{background-color:var(--primary);transform:translateY(9px)rotate(45deg)}._dash2_1wkrc_459{opacity:0}._dash3_1wkrc_463{background-color:var(--primary);transform:translateY(-9px)rotate(-45deg)}._pageContainer_1wkrc_279{padding:1.5rem 1rem}._footer_1wkrc_288{margin-top:3rem;padding:3rem 0 2rem}._footerContainer_1wkrc_296{grid-template-columns:1fr;gap:0}._footerBrand_1wkrc_483{text-align:center;border-bottom:1px solid #f1f5f9;padding:0 1.5rem 3rem}._footerLogo_1wkrc_356{justify-content:center;align-items:center;gap:.5rem;display:flex}._footerLogo_1wkrc_356 span{font-size:24px;font-weight:700}._footerSection_1wkrc_501{border-bottom:1px solid #f1f5f9;padding:0 1.5rem}._footerTitle_1wkrc_304{cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;color:#1a1a1a;justify-content:space-between;align-items:center;margin:0;padding:1.5rem 0;font-size:.9rem;display:flex}._chevron_1wkrc_519{border-bottom:2px solid #94a3b8;border-right:2px solid #94a3b8;width:10px;height:10px;transition:transform .3s;display:block;transform:rotate(45deg)}._sectionOpen_1wkrc_529 ._chevron_1wkrc_519{border-color:var(--primary);transform:rotate(-135deg)}._footerLinks_1wkrc_534{opacity:0;max-height:0;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}._sectionOpen_1wkrc_529 ._footerLinks_1wkrc_534{opacity:1;max-height:200px;padding-bottom:1.5rem}._footerLink_1wkrc_311{color:#64748b;margin:0;padding:.5rem 0;font-size:1rem}._footerBottom_1wkrc_324{margin-top:2rem;padding:2rem 1.5rem 0}}._chevron_1wkrc_519{display:none}._portalContainer_1wkrc_567{box-sizing:border-box;background-color:#0000;gap:1rem;height:100vh;padding:1rem;font-family:Outfit,Hind Siliguri,sans-serif;display:flex;overflow:hidden}._portalSidebar_1wkrc_579{background:var(--sidebar-bg);z-index:1010;border-right:none;border-radius:20px;flex-direction:column;flex-shrink:0;width:260px;height:100%;padding:1.5rem 0;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}._portalSidebarHeader_1wkrc_593{align-items:center;height:60px;margin-bottom:1.5rem;padding:0 1.75rem;display:flex}._portalSidebarLogo_1wkrc_601{color:#fff;letter-spacing:.5px;align-items:center;gap:.85rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}._portalSidebarLogo_1wkrc_601 img{height:2.2rem}._portalSidebarMenu_1wkrc_616{flex-direction:column;flex:1;gap:.5rem;padding:0 1.25rem;display:flex;overflow-y:auto}._portalSidebarLink_1wkrc_625{color:#94a3b8;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}._portalSidebarLink_1wkrc_625:hover{color:#fff;background:#ffffff0f}._portalSidebarLinkActive_1wkrc_643{font-weight:700;box-shadow:0 4px 12px #0000001a;color:var(--sidebar-bg)!important;background:#fff!important}._portalSidebarFooter_1wkrc_650{border-top:1px solid #ffffff14;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}._portalLogoutBtn_1wkrc_658{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.85rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}._portalLogoutBtn_1wkrc_658:hover{color:#f87171;background:#ef444414}._portalMain_1wkrc_681{flex-direction:column;flex:1;gap:1rem;height:100%;display:flex;overflow:hidden}._portalTopBar_1wkrc_691{background:#fff;border:1px solid #0000000d;border-radius:16px;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 1.5rem;display:flex;box-shadow:0 4px 15px #00000004}._portalTopBarLeft_1wkrc_704{flex:1;align-items:center;gap:1rem;max-width:450px;display:flex}._portalSearchWrapper_1wkrc_712{align-items:center;width:100%;display:flex;position:relative}._portalSearchIcon_1wkrc_719{color:#94a3b8;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:1rem}._portalSearchInput_1wkrc_729{color:#334155;background:#f1f5f9;border:1px solid #0000;border-radius:12px;width:100%;padding:.6rem 1rem .6rem 2.5rem;font-size:.9rem;transition:all .2s}._portalSearchInput_1wkrc_729:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a}._portalTopBarRight_1wkrc_747{align-items:center;gap:1.25rem;display:flex}._portalIconBtn_1wkrc_753{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;transition:all .2s;display:flex;position:relative}._portalIconBtn_1wkrc_753:hover{color:#1e293b;background:#f1f5f9}._portalBadge_1wkrc_773{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}._portalUserCard_1wkrc_792{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;gap:.75rem;padding:.4rem .8rem;transition:all .2s;display:flex;position:relative}._portalUserCard_1wkrc_792:hover{background:#f1f5f9}._portalUserAvatar_1wkrc_808{object-fit:cover;border-radius:50%;width:2.3rem;height:2.3rem;box-shadow:0 2px 8px #10b98126}._portalUserAvatarPlaceholder_1wkrc_816{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 2px 8px #10b98126}._portalUserInfo_1wkrc_830{flex-direction:column;line-height:1.25;display:flex}._portalUserName_1wkrc_836{color:#1e293b;font-size:.9rem;font-weight:700}._portalUserRole_1wkrc_842{color:#64748b;text-align:left;font-size:.75rem;font-weight:500}._portalUserChevron_1wkrc_849{color:#64748b;align-items:center;display:flex}._portalUserDropdown_1wkrc_855{z-index:1020;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;gap:.2rem;width:200px;margin-top:.5rem;padding:.5rem;animation:.2s ease-out _portalSlideDown_1wkrc_1;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #0000001a}@keyframes _portalSlideDown_1wkrc_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._portalDropdownItem_1wkrc_878{color:#475569;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}._portalDropdownItem_1wkrc_878:hover{color:#1e293b;background:#f1f5f9}._portalDropdownDivider_1wkrc_896{background:#e2e8f0;height:1px;margin:.3rem 0}._portalDropdownLogout_1wkrc_902{color:#ef4444}._portalDropdownLogout_1wkrc_902:hover{color:#dc2626;background:#fef2f2}._portalContent_1wkrc_912{flex-direction:column;flex:1;padding:0;display:flex;overflow-y:auto}._portalMenuToggle_1wkrc_920{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;display:none}._portalMenuToggle_1wkrc_920:hover{background:#f1f5f9}._portalMobileOverlay_1wkrc_934{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1005;background:#0006;display:none;position:fixed;inset:0}@media (width<=768px){._portalContainer_1wkrc_567{gap:0;height:100vh;padding:0}._portalSidebar_1wkrc_579{z-index:1010;border-radius:0;height:100vh;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}._portalSidebarOpen_1wkrc_965{transform:translate(0)}._portalMobileOverlayShow_1wkrc_969{display:block}._portalMain_1wkrc_681{gap:0;width:100%;height:100vh;margin-left:0}._portalTopBar_1wkrc_691{height:60px;box-shadow:none;border-top:none;border-left:none;border-right:none;border-radius:0;padding:0 1rem}._portalMenuToggle_1wkrc_920{justify-content:center;align-items:center;display:flex}._portalSearchWrapper_1wkrc_712{display:none}._portalContent_1wkrc_912{padding:1rem}}@media (width<=576px){._portalUserInfo_1wkrc_830,._portalUserChevron_1wkrc_849{display:none!important}._portalUserCard_1wkrc_792{box-shadow:none;border:none;padding:0;background:0 0!important}}
