:root{--primary-color:#2563eb;--secondary-color:#1e40af;--background-color:#f8fafc;--text-color:#1f2937;--sidebar-width:250px;--navbar-height:64px;--sidebar-bg:#1e396a;--header-bg:#1e396a;--footer-bg:#1e396a;--content-bg:#1a2c4e;--light-text:#fff;--text-secondary:hsla(0,0%,100%,.7);--border-color:hsla(0,0%,100%,.1);--hover-bg:hsla(0,0%,100%,.1);--active-item:linear-gradient(90deg,var(--primary-color) 0%,rgba(37,99,235,.5) 100%);--card-shadow:0 4px 6px rgba(0,0,0,.1);--dropdown-shadow:0 4px 12px rgba(0,0,0,.15);--transition-fast:0.2s ease;--transition-normal:0.3s ease}*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--content-bg);color:var(--light-text);overflow-x:hidden}a{text-decoration:none}a,button{color:inherit}button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}button:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}img{max-width:100%;height:auto}.MobileNavigation_mobileNavOverlay__ojZhP{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.MobileNavigation_mobileNavOverlay__ojZhP.MobileNavigation_open__kYHnN{opacity:1;visibility:visible}.MobileNavigation_mobileNavContainer__OF2sr{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:-8px 0 32px rgba(0,0,0,.2);z-index:1000;overflow-y:auto;overflow-x:hidden;transition:right .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column}.MobileNavigation_mobileNavContainer__OF2sr.MobileNavigation_open__kYHnN{right:0}.MobileNavigation_navHeader__zwqPb{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.25rem 1rem;background:linear-gradient(135deg,#1e396a,#2563eb);color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1);position:sticky;top:0;z-index:10}.MobileNavigation_navTitle__4ZzQq{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:.5px}.MobileNavigation_closeButton__99_DQ{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.MobileNavigation_closeButton__99_DQ:hover{background-color:hsla(0,0%,100%,.15);transform:scale(1.05)}.MobileNavigation_closeButton__99_DQ:active{transform:scale(.95)}.MobileNavigation_searchContainer__qfm5x{padding:1.25rem 1.25rem .75rem;background:#fff;border-bottom:1px solid #f1f5f9}.MobileNavigation_searchForm__OCwuk{width:100%}.MobileNavigation_searchInputWrapper__1kaXs{position:relative;width:100%}.MobileNavigation_searchInput__zIs3h{width:100%;padding:1rem 1rem 1rem 3.25rem;border:2px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#374151;font-size:1rem;font-weight:500;transition:all .3s ease;box-sizing:border-box}.MobileNavigation_searchInput__zIs3h:focus{outline:none;border-color:#1e396a;background:#fff;box-shadow:0 0 0 4px rgba(30,57,106,.1);transform:translateY(-1px)}.MobileNavigation_searchInput__zIs3h::-moz-placeholder{color:#94a3b8;font-weight:400}.MobileNavigation_searchInput__zIs3h::placeholder{color:#94a3b8;font-weight:400}.MobileNavigation_searchIcon__gyJlZ{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;transition:color .2s ease}.MobileNavigation_searchInput__zIs3h:focus+.MobileNavigation_searchIcon__gyJlZ{color:#1e396a}.MobileNavigation_userSection__O5f45{padding:1.5rem 1.25rem;background:#fff;border-bottom:1px solid #f1f5f9}.MobileNavigation_userProfile__1zWdy{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.MobileNavigation_userAvatar__DncrD{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid #e2e8f0;flex-shrink:0;background:#f8fafc;transition:all .3s ease}.MobileNavigation_userAvatar__DncrD:hover{border-color:#1e396a;transform:scale(1.05)}.MobileNavigation_userAvatarImage__2w956{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.MobileNavigation_userInfo__zu4Ba{flex:1 1;min-width:0}.MobileNavigation_userName__wEzrs{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.MobileNavigation_userEmail__3MM27{font-size:.875rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.MobileNavigation_userActions__a27PW{display:flex;gap:.75rem}.MobileNavigation_userAction__fpBSp{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#374151;text-decoration:none;border-radius:10px;font-size:.875rem;font-weight:600;transition:all .3s ease;cursor:pointer;min-height:44px}.MobileNavigation_userAction__fpBSp:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.MobileNavigation_userAction__fpBSp:active{transform:translateY(0)}.MobileNavigation_logoutAction__kiJ6t{background:#ef4444;border-color:#ef4444;color:#fff}.MobileNavigation_logoutAction__kiJ6t:hover{background:#dc2626;border-color:#dc2626;color:#fff}.MobileNavigation_navMenu__zLEFL{flex:1 1;padding:.75rem 0;background:#fff}.MobileNavigation_navSection__m9GPw{margin-bottom:.25rem}.MobileNavigation_navItem__RGZUv{margin:0 1.25rem;border-radius:12px;overflow:hidden;background:#fff;transition:all .2s ease}.MobileNavigation_navItem__RGZUv.MobileNavigation_activeItem__QGusz{background:linear-gradient(90deg,#e0e7ff,#c7d2fe);box-shadow:0 2px 8px rgba(30,57,106,.15)}.MobileNavigation_navButton__8FlID{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;transition:all .2s ease;border-radius:12px;min-height:60px}.MobileNavigation_navButton__8FlID:hover{background:linear-gradient(90deg,#f8fafc,#f1f5f9)}.MobileNavigation_navItem__RGZUv.MobileNavigation_activeItem__QGusz .MobileNavigation_navButton__8FlID{background:transparent}.MobileNavigation_navItem__RGZUv.MobileNavigation_activeItem__QGusz .MobileNavigation_navButton__8FlID:hover{background:hsla(0,0%,100%,.5)}.MobileNavigation_navItemContent__ioQF1{display:flex;align-items:center;gap:1rem;flex:1 1}.MobileNavigation_navItemIcon__itnMx{color:#1e396a;flex-shrink:0;transition:all .2s ease}.MobileNavigation_navButton__8FlID:hover .MobileNavigation_navItemIcon__itnMx{transform:scale(1.1);color:#1d4ed8}.MobileNavigation_navItemText__SY9eH{font-size:1rem;font-weight:600;color:#374151;line-height:1.3}.MobileNavigation_navItem__RGZUv.MobileNavigation_activeItem__QGusz .MobileNavigation_navItemText__SY9eH{color:#1e396a;font-weight:700}.MobileNavigation_expandIcon__x361Q{color:#94a3b8;transition:all .3s ease;flex-shrink:0}.MobileNavigation_expandIcon__x361Q.MobileNavigation_expanded__WcYeH{transform:rotate(180deg);color:#1e396a}.MobileNavigation_subItems__y9c6I{background:#f8fafc;border-top:1px solid #e2e8f0;overflow:hidden;max-height:0;transition:max-height .4s ease,padding .4s ease;margin:0 1.25rem;border-radius:0 0 12px 12px}.MobileNavigation_subItems__y9c6I.MobileNavigation_expanded__WcYeH{max-height:600px;padding:.75rem 0}.MobileNavigation_subCategory__ru9PF{margin-bottom:1rem}.MobileNavigation_subCategory__ru9PF:last-child{margin-bottom:0}.MobileNavigation_subCategoryHeader__ngsGW{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#1e396a;letter-spacing:.8px;border-bottom:1px solid rgba(30,57,106,.1);margin-bottom:.5rem}.MobileNavigation_subCategoryIcon__Sv5Ar{color:#22c55e;flex-shrink:0}.MobileNavigation_subItem__lGP4z{display:flex;align-items:center;padding:.875rem 1.25rem .875rem 2.5rem;cursor:pointer;transition:all .2s ease;border-left:4px solid transparent;position:relative;min-height:44px}.MobileNavigation_subItem__lGP4z:hover{background:#fff;border-left-color:#22c55e;transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.MobileNavigation_subItem__lGP4z:active{transform:translateX(2px)}.MobileNavigation_subItem__lGP4z.MobileNavigation_activeSubItem__El2XB{background:#fff;border-left-color:#1e396a;font-weight:600;color:#1e396a}.MobileNavigation_subItemText__BmdXL{font-size:.9rem;font-weight:500;color:#475569;line-height:1.4;transition:color .2s ease}.MobileNavigation_subItem__lGP4z.MobileNavigation_activeSubItem__El2XB .MobileNavigation_subItemText__BmdXL,.MobileNavigation_subItem__lGP4z:hover .MobileNavigation_subItemText__BmdXL{color:#1e396a;font-weight:600}.MobileNavigation_authSection__pS4pt{padding:1.5rem 1.25rem;background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:auto}.MobileNavigation_authButtons__G6k47{display:flex;flex-direction:column;gap:1rem}.MobileNavigation_authButton__QCNBq{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;transition:all .3s ease;border:2px solid;cursor:pointer;min-height:52px}.MobileNavigation_signInButton__eVNxM{background:#fff;border-color:#e2e8f0;color:#374151}.MobileNavigation_signInButton__eVNxM:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.MobileNavigation_registerButton__95yvY{background:#ef4444;border-color:#ef4444;color:#fff}.MobileNavigation_registerButton__95yvY:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.MobileNavigation_authButton__QCNBq:active{transform:translateY(0)}@media (min-width:414px){.MobileNavigation_mobileNavContainer__OF2sr{max-width:420px}.MobileNavigation_navHeader__zwqPb{padding:1.75rem 1.5rem 1.25rem}.MobileNavigation_searchContainer__qfm5x,.MobileNavigation_userSection__O5f45{padding-left:1.5rem;padding-right:1.5rem}.MobileNavigation_navItem__RGZUv{margin:0 1.5rem}.MobileNavigation_authSection__pS4pt{padding:1.75rem 1.5rem}}@media (max-width:360px){.MobileNavigation_mobileNavContainer__OF2sr{width:90%;max-width:320px}.MobileNavigation_navHeader__zwqPb{padding:1.25rem 1rem 1rem}.MobileNavigation_navTitle__4ZzQq{font-size:1.125rem}.MobileNavigation_closeButton__99_DQ{min-width:40px;min-height:40px;padding:.375rem}.MobileNavigation_searchContainer__qfm5x{padding:1rem 1rem .625rem}.MobileNavigation_searchInput__zIs3h{padding:.875rem .875rem .875rem 2.75rem;font-size:.9375rem}.MobileNavigation_searchIcon__gyJlZ{left:.875rem}.MobileNavigation_userSection__O5f45{padding:1.25rem 1rem}.MobileNavigation_userProfile__1zWdy{gap:.875rem;margin-bottom:1rem}.MobileNavigation_userAvatar__DncrD{width:48px;height:48px;border-width:2px}.MobileNavigation_userName__wEzrs{font-size:1rem}.MobileNavigation_userEmail__3MM27{font-size:.8125rem}.MobileNavigation_userActions__a27PW{gap:.5rem}.MobileNavigation_userAction__fpBSp{padding:.75rem .875rem;font-size:.8125rem;min-height:40px;gap:.375rem}.MobileNavigation_navItem__RGZUv{margin:0 1rem}.MobileNavigation_navButton__8FlID{padding:.875rem 1rem;min-height:52px}.MobileNavigation_navItemContent__ioQF1{gap:.875rem}.MobileNavigation_navItemIcon__itnMx{width:20px;height:20px}.MobileNavigation_navItemText__SY9eH{font-size:.9375rem}.MobileNavigation_subCategoryHeader__ngsGW{padding:.625rem 1rem .375rem;font-size:.6875rem;gap:.5rem}.MobileNavigation_subItem__lGP4z{padding:.75rem 1rem .75rem 2.25rem;min-height:40px}.MobileNavigation_subItemText__BmdXL{font-size:.875rem}.MobileNavigation_authSection__pS4pt{padding:1.25rem 1rem}.MobileNavigation_authButton__QCNBq{padding:.875rem 1.25rem;font-size:.9375rem;min-height:48px;gap:.5rem}}@media (max-width:320px){.MobileNavigation_mobileNavContainer__OF2sr{width:95%;max-width:300px}.MobileNavigation_navHeader__zwqPb{padding:1rem .875rem .875rem}.MobileNavigation_navTitle__4ZzQq{font-size:1rem}.MobileNavigation_closeButton__99_DQ{min-width:36px;min-height:36px;padding:.25rem}.MobileNavigation_searchContainer__qfm5x{padding:.875rem .875rem .5rem}.MobileNavigation_searchInput__zIs3h{padding:.75rem .75rem .75rem 2.5rem;font-size:.875rem}.MobileNavigation_searchIcon__gyJlZ{left:.75rem;width:18px;height:18px}.MobileNavigation_userSection__O5f45{padding:1rem .875rem}.MobileNavigation_userProfile__1zWdy{gap:.75rem;margin-bottom:.875rem}.MobileNavigation_userAvatar__DncrD{width:44px;height:44px}.MobileNavigation_userName__wEzrs{font-size:.9375rem}.MobileNavigation_userEmail__3MM27{font-size:.75rem}.MobileNavigation_userActions__a27PW{flex-direction:column;gap:.5rem}.MobileNavigation_userAction__fpBSp{padding:.625rem 1rem;font-size:.75rem;min-height:36px}.MobileNavigation_navItem__RGZUv{margin:0 .875rem}.MobileNavigation_navButton__8FlID{padding:.75rem .875rem;min-height:48px}.MobileNavigation_navItemContent__ioQF1{gap:.75rem}.MobileNavigation_navItemText__SY9eH{font-size:.875rem}.MobileNavigation_expandIcon__x361Q{width:16px;height:16px}.MobileNavigation_subCategoryHeader__ngsGW{padding:.5rem .875rem .25rem;font-size:.625rem}.MobileNavigation_subItem__lGP4z{padding:.625rem .875rem .625rem 2rem;min-height:36px}.MobileNavigation_subItemText__BmdXL{font-size:.8125rem}.MobileNavigation_authSection__pS4pt{padding:1rem .875rem}.MobileNavigation_authButton__QCNBq{padding:.75rem 1rem;font-size:.875rem;min-height:44px}}@media (prefers-contrast:high){.MobileNavigation_mobileNavContainer__OF2sr{border-left:3px solid #000}.MobileNavigation_authButton__QCNBq,.MobileNavigation_navButton__8FlID,.MobileNavigation_userAction__fpBSp{border-width:3px}.MobileNavigation_subItem__lGP4z{border-left-width:6px}.MobileNavigation_navItemText__SY9eH,.MobileNavigation_subItemText__BmdXL{color:#000;font-weight:700}.MobileNavigation_subItem__lGP4z:hover .MobileNavigation_subItemText__BmdXL{background:#ff0;color:#000}.MobileNavigation_searchInput__zIs3h{border-width:3px;border-color:#000}.MobileNavigation_searchInput__zIs3h:focus{outline:3px solid #000;outline-offset:2px}}@media (prefers-reduced-motion:reduce){.MobileNavigation_authButton__QCNBq,.MobileNavigation_expandIcon__x361Q,.MobileNavigation_mobileNavContainer__OF2sr,.MobileNavigation_mobileNavOverlay__ojZhP,.MobileNavigation_navButton__8FlID,.MobileNavigation_subItem__lGP4z,.MobileNavigation_subItems__y9c6I,.MobileNavigation_userAction__fpBSp,.MobileNavigation_userAvatar__DncrD{transition:none;animation:none}.MobileNavigation_authButton__QCNBq:hover,.MobileNavigation_closeButton__99_DQ:hover,.MobileNavigation_subItem__lGP4z:hover,.MobileNavigation_userAction__fpBSp:hover{transform:none}}@media (prefers-color-scheme:dark){.MobileNavigation_mobileNavContainer__OF2sr{background:linear-gradient(180deg,#1e293b,#0f172a)}.MobileNavigation_navMenu__zLEFL,.MobileNavigation_searchContainer__qfm5x,.MobileNavigation_userSection__O5f45{background:#1e293b;border-color:#334155}.MobileNavigation_searchInput__zIs3h{background:#334155;border-color:#475569;color:#f1f5f9}.MobileNavigation_searchInput__zIs3h:focus{background:#475569;border-color:#1e396a}.MobileNavigation_navButton__8FlID{color:#f1f5f9}.MobileNavigation_navButton__8FlID:hover{background:rgba(51,65,85,.5)}.MobileNavigation_navItemText__SY9eH{color:#e2e8f0}.MobileNavigation_subItem__lGP4z,.MobileNavigation_subItems__y9c6I{background:#334155}.MobileNavigation_subItem__lGP4z:hover{background:#475569}.MobileNavigation_subItemText__BmdXL{color:#cbd5e1}.MobileNavigation_userName__wEzrs{color:#f1f5f9}.MobileNavigation_userEmail__3MM27{color:#94a3b8}.MobileNavigation_userAction__fpBSp{background:#334155;border-color:#475569;color:#e2e8f0}.MobileNavigation_userAction__fpBSp:hover{background:#475569;border-color:#64748b}.MobileNavigation_authSection__pS4pt{background:#0f172a;border-color:#334155}.MobileNavigation_signInButton__eVNxM{background:#334155;border-color:#475569;color:#e2e8f0}.MobileNavigation_signInButton__eVNxM:hover{background:#475569;border-color:#64748b}}.MobileNavigation_authButton__QCNBq:focus-visible,.MobileNavigation_closeButton__99_DQ:focus-visible,.MobileNavigation_navButton__8FlID:focus-visible,.MobileNavigation_userAction__fpBSp:focus-visible{outline:3px solid #1e396a;outline-offset:2px}.MobileNavigation_searchInput__zIs3h:focus-visible{outline:3px solid #1e396a;outline-offset:2px}.MobileNavigation_subItem__lGP4z:focus-visible{outline:2px solid #1e396a;outline-offset:1px}.MobileNavigation_mobileNavContainer__OF2sr{contain:layout style;will-change:transform}.MobileNavigation_subItems__y9c6I{contain:layout}.MobileNavigation_authButton__QCNBq,.MobileNavigation_navButton__8FlID,.MobileNavigation_userAction__fpBSp{contain:layout style}@media print{.MobileNavigation_mobileNavContainer__OF2sr,.MobileNavigation_mobileNavOverlay__ojZhP{display:none!important}}@media (orientation:landscape) and (max-height:500px){.MobileNavigation_navHeader__zwqPb{padding:1rem 1.25rem .75rem}.MobileNavigation_userSection__O5f45{padding:1rem 1.25rem}.MobileNavigation_userProfile__1zWdy{margin-bottom:1rem}.MobileNavigation_userAvatar__DncrD{width:48px;height:48px}.MobileNavigation_navButton__8FlID{min-height:48px;padding:.75rem 1.25rem}.MobileNavigation_subItem__lGP4z{min-height:36px;padding:.625rem 1.25rem .625rem 2.25rem}.MobileNavigation_authSection__pS4pt{padding:1rem 1.25rem}.MobileNavigation_authButton__QCNBq{min-height:40px;padding:.75rem 1.25rem}}.Navbar_navbar__HXS0i{position:relative;width:100%;height:70px;background-color:#18284f;color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:500}.Navbar_navbarMainContent__O2YXQ{display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;margin:0;padding:0;position:relative}.Navbar_logoSection__k9OVY{position:absolute;left:20px;top:50%;transform:translateY(-50%);z-index:10}.Navbar_logoLink__QM5ih{display:flex;align-items:center;text-decoration:none}.Navbar_logoWrapper__zC5Cl{background-color:#1e396a;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,0,0,.15);min-width:90px}.Navbar_logoWrapper__zC5Cl:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.2)}.Navbar_logoImage__ZcyXL{width:1-0px;height:70px;-o-object-fit:contain;object-fit:contain;border-radius:4px;transition:transform .2s ease}.Navbar_primaryNav__VeFSs{display:flex;height:100%;align-items:center;margin-left:200px;gap:.5rem}.Navbar_navItem__Asuxe{position:relative;height:100%;display:flex;align-items:center}.Navbar_navButton__74k9M,.Navbar_navLink__FrUlw{height:100%;display:flex;align-items:center;padding:0 1rem;color:#fff;font-weight:500;font-size:1rem;text-decoration:none;background:none;border:none;cursor:pointer;white-space:nowrap;transition:all .2s ease;border-radius:0}.Navbar_navButton__74k9M:hover,.Navbar_navLink__FrUlw:hover{background-color:hsla(0,0%,100%,.1)}.Navbar_navButton__74k9M:focus,.Navbar_navLink__FrUlw:focus{outline:2px solid hsla(0,0%,100%,.3);outline-offset:-2px}.Navbar_navButton__74k9M{gap:6px}.Navbar_dropdownIcon__arQpL{transition:transform .3s ease;flex-shrink:0}.Navbar_navItem__Asuxe.Navbar_active__9_zxk .Navbar_dropdownIcon__arQpL{transform:rotate(180deg)}.Navbar_activeLink__NUTGk{background-color:hsla(0,0%,100%,.15);font-weight:600;position:relative}.Navbar_activeLink__NUTGk:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background-color:#22c55e}.Navbar_submenuContainer__EJrLb{position:fixed;top:70px;left:0;width:100%;background-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:100;border-top:3px solid #22c55e;animation:Navbar_slideDown__tmy2M .3s ease-out}@keyframes Navbar_slideDown__tmy2M{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar_submenuLayout__4gHjv{display:flex;width:100%;max-width:1400px;margin:0 auto;padding:2rem;gap:3rem;min-height:140px}.Navbar_submenuColumnLeft__3t3P_,.Navbar_submenuColumnRight__0_FSj{flex:1 1;padding:0;max-width:320px;min-width:240px}.Navbar_submenuLayout__4gHjv:has(.Navbar_submenuLinks__M3qqr:only-child){justify-content:flex-start}.Navbar_submenuLayout__4gHjv .Navbar_submenuLinks__M3qqr:only-child{width:100%;max-width:450px;margin:0}.Navbar_submenuHeading__x_i7t{display:flex;align-items:center;gap:.75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;color:#1e396a;padding:.5rem 0;letter-spacing:.8px;border-bottom:2px solid rgba(30,57,106,.1)}.Navbar_submenuIcon__anBdI{color:#22c55e;flex-shrink:0}.Navbar_submenuLinks__M3qqr{display:flex;flex-direction:column;gap:.5rem}.Navbar_submenuLink__l6oAr{padding:.875rem .75rem;font-size:.9rem;color:#374151;text-decoration:none;border-radius:8px;border-left:4px solid transparent;transition:all .2s ease;font-weight:500}.Navbar_submenuLink__l6oAr:hover{background-color:#f8fafc;color:#1e396a;border-left-color:#22c55e;transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.Navbar_submenuLink__l6oAr:focus{outline:2px solid #22c55e;outline-offset:2px}.Navbar_navbarRight__aQ17R{display:flex;align-items:center;gap:1.5rem;margin-left:auto;padding-right:20px}.Navbar_searchContainer__zWpL5{position:relative;width:240px}.Navbar_searchInput__FGHex{width:100%;padding:.75rem 3rem .75rem 1rem;border-radius:8px;border:2px solid transparent;background-color:hsla(0,0%,100%,.15);color:#fff;font-size:.875rem;transition:all .3s ease}.Navbar_searchInput__FGHex::-moz-placeholder{color:hsla(0,0%,100%,.7)}.Navbar_searchInput__FGHex::placeholder{color:hsla(0,0%,100%,.7)}.Navbar_searchInput__FGHex:focus{outline:none;background-color:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.3);box-shadow:0 0 0 3px hsla(0,0%,100%,.1)}.Navbar_searchIcon__RUwBI{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.7);pointer-events:none;transition:color .2s ease}.Navbar_searchInput__FGHex:focus+.Navbar_searchIcon__RUwBI{color:hsla(0,0%,100%,.9)}.Navbar_userSection__ZNrN_{display:flex;align-items:center}.Navbar_userMenu__lnA7N{position:relative}.Navbar_userButton__54xh7{display:flex;align-items:center;gap:.875rem;background:none;border:2px solid transparent;color:#fff;cursor:pointer;padding:.5rem 1rem;border-radius:10px;transition:all .3s ease;min-height:48px}.Navbar_userButton__54xh7:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.Navbar_userButton__54xh7:focus{outline:none;border-color:hsla(0,0%,100%,.4);box-shadow:0 0 0 2px hsla(0,0%,100%,.2)}.Navbar_userAvatar__GcA4Q{width:38px;height:38px;border-radius:50%;overflow:hidden;border:2px solid hsla(0,0%,100%,.3);flex-shrink:0;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.Navbar_userButton__54xh7:hover .Navbar_userAvatar__GcA4Q{border-color:hsla(0,0%,100%,.5)}.Navbar_userAvatarImage__a74fz{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.Navbar_userName__CVfiC{font-size:.9rem;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Navbar_userChevron__3ArLG{opacity:.8;transition:transform .3s ease;flex-shrink:0}.Navbar_userButton__54xh7:hover .Navbar_userChevron__3ArLG{transform:rotate(180deg)}.Navbar_userDropdown__rkk_b{position:absolute;top:calc(100% + .75rem);right:0;background-color:#fff;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.2);width:220px;z-index:200;color:#333;overflow:hidden;border:1px solid rgba(0,0,0,.1);animation:Navbar_slideDown__tmy2M .2s ease-out}.Navbar_userMenuItem__V2Xda{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;color:#374151;background:none;width:100%;text-align:left;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;border-bottom:1px solid rgba(0,0,0,.05)}.Navbar_userMenuItem__V2Xda:last-child{border-bottom:none}.Navbar_userMenuItem__V2Xda:hover{background-color:#f8fafc;color:#1e396a}.Navbar_userMenuItem__V2Xda:focus{outline:none;background-color:#f1f5f9}.Navbar_authButtons__bHqXG{display:flex;align-items:center;gap:1rem}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;transition:all .3s ease;border:2px solid}.Navbar_signInButton__cLNrR{background-color:transparent;border-color:hsla(0,0%,100%,.6);color:#fff}.Navbar_signInButton__cLNrR:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.9);transform:translateY(-1px)}.Navbar_registerButton__Hceb5{background-color:#ef4444;border-color:#ef4444;color:#fff}.Navbar_registerButton__Hceb5:hover{background-color:#dc2626;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.Navbar_mobileTrigger__AntFN{display:none;background:none;border:2px solid transparent;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease}.Navbar_mobileTrigger__AntFN:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.Navbar_menuOverlay__EGXlg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:90;background-color:rgba(0,0,0,.1);backdrop-filter:blur(2px)}@media (max-width:1400px){.Navbar_primaryNav__VeFSs{margin-left:190px}.Navbar_searchContainer__zWpL5{width:220px}}@media (max-width:1200px){.Navbar_navButton__74k9M,.Navbar_navLink__FrUlw{padding:0 .875rem;font-size:.95rem}.Navbar_searchContainer__zWpL5{width:200px}.Navbar_primaryNav__VeFSs{margin-left:180px;gap:.25rem}.Navbar_submenuLayout__4gHjv{padding:1.5rem;gap:2rem}.Navbar_submenuColumnLeft__3t3P_,.Navbar_submenuColumnRight__0_FSj{max-width:280px;min-width:200px}}@media (max-width:1024px){.Navbar_navButton__74k9M,.Navbar_navLink__FrUlw{padding:0 .75rem;font-size:.9rem}.Navbar_searchContainer__zWpL5{width:180px}.Navbar_primaryNav__VeFSs{margin-left:170px}.Navbar_userName__CVfiC{max-width:100px}.Navbar_authButtons__bHqXG{gap:.75rem}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.625rem 1.25rem;font-size:.8rem}.Navbar_logoImage__ZcyXL{width:95px;height:85px}.Navbar_logoWrapper__zC5Cl{min-width:111px;min-height:101px}}@media (max-width:992px){.Navbar_navButton__74k9M,.Navbar_navLink__FrUlw{padding:0 .625rem;font-size:.875rem}.Navbar_searchContainer__zWpL5{width:160px}.Navbar_userName__CVfiC{display:none}.Navbar_primaryNav__VeFSs{margin-left:160px}.Navbar_logoImage__ZcyXL{width:80px;height:72px}.Navbar_logoWrapper__zC5Cl{min-width:96px;min-height:88px}.Navbar_submenuLayout__4gHjv{flex-direction:column;gap:1.5rem;padding:1.25rem}.Navbar_submenuColumnLeft__3t3P_,.Navbar_submenuColumnRight__0_FSj{max-width:none;min-width:auto}.Navbar_userButton__54xh7{padding:.5rem .75rem}.Navbar_userAvatar__GcA4Q{width:36px;height:36px}}@media (max-width:768px){.Navbar_navbar__HXS0i{height:60px}.Navbar_mobileTrigger__AntFN{display:block}.Navbar_primaryNav__VeFSs,.Navbar_searchContainer__zWpL5{display:none}.Navbar_navbarRight__aQ17R{gap:1rem;padding-right:15px}.Navbar_authButtons__bHqXG{gap:.5rem}.Navbar_userSection__ZNrN_{display:none}.Navbar_logoSection__k9OVY{left:15px}.Navbar_logoImage__ZcyXL{width:60px;height:55px}.Navbar_logoWrapper__zC5Cl{min-width:76px;min-height:71px;padding:6px}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.5rem 1rem;font-size:.8rem;min-height:36px}}@media (max-width:640px){.Navbar_logoImage__ZcyXL{width:55px;height:50px}.Navbar_logoWrapper__zC5Cl{min-width:67px;min-height:62px}.Navbar_authButtons__bHqXG{gap:.375rem}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.375rem .875rem;font-size:.75rem;min-height:32px}.Navbar_logoSection__k9OVY{left:12px}}@media (max-width:480px){.Navbar_logoImage__ZcyXL{width:50px;height:45px}.Navbar_logoWrapper__zC5Cl{min-width:62px;min-height:57px;padding:4px}.Navbar_authButtons__bHqXG{gap:.25rem}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.25rem .75rem;font-size:.7rem;min-height:30px}.Navbar_logoSection__k9OVY{left:10px}.Navbar_navbarRight__aQ17R{gap:.5rem;padding-right:10px}}@media (max-width:360px){.Navbar_logoImage__ZcyXL{width:45px;height:40px}.Navbar_logoWrapper__zC5Cl{min-width:53px;min-height:48px}.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR{padding:.25rem .5rem;font-size:.65rem;min-height:28px}.Navbar_logoSection__k9OVY{left:8px}.Navbar_navbarRight__aQ17R{gap:.25rem;padding-right:8px}}@media (prefers-contrast:high){.Navbar_navbar__HXS0i{border-bottom:2px solid #fff}.Navbar_navButton__74k9M:focus,.Navbar_navLink__FrUlw:focus{outline:3px solid #fff;outline-offset:2px}.Navbar_submenuLink__l6oAr:focus{outline:3px solid #1e396a}.Navbar_logoWrapper__zC5Cl{border:2px solid hsla(0,0%,100%,.5)}}@media (prefers-reduced-motion:reduce){.Navbar_dropdownIcon__arQpL,.Navbar_logoImage__ZcyXL,.Navbar_logoWrapper__zC5Cl,.Navbar_registerButton__Hceb5,.Navbar_signInButton__cLNrR,.Navbar_submenuLink__l6oAr,.Navbar_userButton__54xh7,.Navbar_userChevron__3ArLG{transition:none}.Navbar_submenuContainer__EJrLb{animation:none}}@media print{.Navbar_navbar__HXS0i{display:none}}.Footer_footer__sB6fW{background-color:#1f2937;color:#f9fafb;padding:5rem 6% 2rem}.Footer_footerContent__VA0OM{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:3rem}.Footer_footerMain__9rUT_{flex:2 1;display:flex;flex-wrap:wrap;gap:3rem}.Footer_footerLogo__sxU8K{flex:1 1;min-width:250px}.Footer_logoText__YcuO8{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1rem}.Footer_tagline__dwaaG{color:#d1d5db;margin:0;font-size:.95rem;line-height:1.6}.Footer_footerLinks__qFasY{flex:2 1;display:flex;flex-wrap:wrap;gap:2.5rem}.Footer_footerLinkGroup__Ps9TP{flex:1 1;min-width:140px}.Footer_footerLinkTitle__hWnuk{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.Footer_footerLink__TMQHF{display:block;color:#d1d5db;text-decoration:none;margin-bottom:.75rem;font-size:.9rem;transition:color .3s ease}.Footer_footerLink__TMQHF:hover{color:#fff}.Footer_newsletter__gP1Cb{flex:1 1;min-width:300px}.Footer_newsletterTitle__1e4hA{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.Footer_newsletterText__WNjVW{color:#d1d5db;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.Footer_subscribeForm__KOTPx{display:flex;max-width:400px}.Footer_emailInput__rOr52{flex:1 1;padding:.75rem 1rem;border:1px solid #4b5563;background-color:#374151;color:#fff;border-radius:6px 0 0 6px;font-size:.9rem}.Footer_emailInput__rOr52::-moz-placeholder{color:#9ca3af}.Footer_emailInput__rOr52::placeholder{color:#9ca3af}.Footer_emailInput__rOr52:focus{outline:none;border-color:#6366f1}.Footer_subscribeButton__H6JxS{padding:.75rem 1.25rem;background-color:#4f46e5;color:#fff;font-weight:500;border:none;border-radius:0 6px 6px 0;cursor:pointer;transition:background-color .3s ease}.Footer_subscribeButton__H6JxS:hover{background-color:#4338ca}.Footer_footerBottom__sbn3v{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151}.Footer_copyright__jBNKQ{font-size:.875rem;color:#9ca3af;margin:0}.Footer_socialLinks__ZP5t_{display:flex;gap:1.5rem}.Footer_socialIcon__05DYU{color:#9ca3af;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#374151}.Footer_socialIcon__05DYU:hover{color:#fff;background-color:#4b5563}.Footer_iconFacebook__3YDn9,.Footer_iconLinkedin__nL1Yr,.Footer_iconTwitter__I6trt{display:inline-block;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%}.Footer_iconLinkedin__nL1Yr{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239ca3af' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'/%3E%3C/svg%3E")}.Footer_iconTwitter__I6trt{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239ca3af' viewBox='0 0 24 24'%3E%3Cpath d='M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z'/%3E%3C/svg%3E")}.Footer_iconFacebook__3YDn9{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239ca3af' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z'/%3E%3C/svg%3E")}.Footer_visuallyHidden__xrXQQ{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width:1024px){.Footer_footerContent__VA0OM{flex-direction:column;gap:3rem}.Footer_newsletter__gP1Cb{max-width:100%}.Footer_footerMain__9rUT_{flex-direction:column;gap:2.5rem}.Footer_footerLogo__sxU8K{text-align:center;max-width:100%}.Footer_footerBottom__sbn3v{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width:768px){.Footer_footer__sB6fW{padding:4rem 5% 2rem}.Footer_footerLinks__qFasY{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:2rem 1.5rem;gap:2rem 1.5rem;width:100%}.Footer_footerLinkGroup__Ps9TP{width:100%;min-width:auto}.Footer_footerLinkGroup__Ps9TP:first-child{grid-column:1;grid-row:1}.Footer_footerLinkGroup__Ps9TP:nth-child(2){grid-column:2;grid-row:1}.Footer_footerLinkGroup__Ps9TP:nth-child(3){grid-column:1;grid-row:2}.Footer_footerLinkGroup__Ps9TP:nth-child(4){grid-column:2;grid-row:2}.Footer_subscribeForm__KOTPx{flex-direction:column;gap:1rem;max-width:100%}.Footer_emailInput__rOr52{border-radius:6px}.Footer_subscribeButton__H6JxS{border-radius:6px;width:100%}}@media (max-width:480px){.Footer_footer__sB6fW{padding:3rem 5% 1.5rem}.Footer_logoText__YcuO8{font-size:1.5rem}.Footer_socialLinks__ZP5t_{gap:1rem}.Footer_footerLinks__qFasY{gap:1.5rem 1rem}.Footer_footerLinkTitle__hWnuk{font-size:.9rem;margin-bottom:1rem}.Footer_footerLink__TMQHF{font-size:.85rem;margin-bottom:.5rem}}.Footer_socialIcon__05DYU:hover .Footer_iconLinkedin__nL1Yr{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'/%3E%3C/svg%3E")}.Footer_socialIcon__05DYU:hover .Footer_iconTwitter__I6trt{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z'/%3E%3C/svg%3E")}.Footer_socialIcon__05DYU:hover .Footer_iconFacebook__3YDn9{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z'/%3E%3C/svg%3E")}.Footer_emailInput__rOr52:focus,.Footer_footerLink__TMQHF:focus,.Footer_socialIcon__05DYU:focus,.Footer_subscribeButton__H6JxS:focus{outline:2px solid #6366f1;outline-offset:2px}@media (prefers-color-scheme:dark){.Footer_footer__sB6fW{background-color:#111827}.Footer_footerBottom__sbn3v{border-top-color:#1f2937}.Footer_socialIcon__05DYU{background-color:#1f2937}.Footer_socialIcon__05DYU:hover{background-color:#374151}.Footer_emailInput__rOr52{background-color:#1f2937;border-color:#374151}}.Layout_container__MkNX_{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc;position:relative}.Layout_skipLink__9XBy7{position:absolute;top:-40px;left:6px;background:#000;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:9999}.Layout_skipLink__9XBy7:focus{top:6px}.Layout_header__s2H8r{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#18284f;transition:box-shadow .2s ease;width:100%}.Layout_headerScrolled__QtUoR{box-shadow:0 4px 12px rgba(0,0,0,.15)}.Layout_headerContainer__wR6tB{width:100%;max-width:none;margin:0;padding:0;position:relative}.Layout_layoutWrapper__JRbqv{display:flex;flex:1 1;margin-top:70px;min-height:calc(100vh - 70px);position:relative}.Layout_sidebar__6fuil{position:fixed;left:0;top:70px;height:calc(100vh - 70px);background-color:#18284f;width:260px;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:2px 0 8px rgba(0,0,0,.1);visibility:visible;opacity:1}.Layout_sidebarOpen__0DEsn{transform:translateX(0);visibility:visible;opacity:1}.Layout_sidebarClosed__5P73i{transform:translateX(-100%);visibility:hidden;opacity:0}.Layout_mainContent__J_3xz{flex:1 1;display:flex;flex-direction:column;min-height:calc(100vh - 70px);transition:margin-left .3s cubic-bezier(.4,0,.2,1);width:100%;position:relative}.Layout_mainContentWithSidebar__Kdxew{margin-left:260px}.Layout_mainContentFullWidth__6hJxg{margin-left:0;width:100%}.Layout_contentWrapper__fkzfd{flex:1 1;padding:2rem;max-width:100%;background-color:#fff;border-radius:8px;margin:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);min-height:calc(100vh - 140px)}.Layout_footer__OoLs6{margin-top:auto;padding:1rem 2rem;background-color:#f8fafc;border-top:1px solid #e2e8f0}.Layout_loadingContainer__JXvG1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#f8fafc}.Layout_loadingSpinner__kpi1M{border-radius:50%;border:4px solid rgba(24,40,79,.1);border-top-color:#18284f;width:40px;height:40px;animation:Layout_spin__xJ12u 1s linear infinite;margin-bottom:1rem}.Layout_loadingContainer__JXvG1 p{color:#64748b;font-size:1rem;margin:0}@keyframes Layout_spin__xJ12u{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Layout_mobileOverlay__FetNn{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1040;opacity:1;transition:opacity .3s ease}@media (min-width:1200px){.Layout_contentWrapper__fkzfd{padding:2.5rem;margin:1.5rem}.Layout_headerContainer__wR6tB{max-width:none}}@media (min-width:992px) and (max-width:1199px){.Layout_contentWrapper__fkzfd{padding:2rem;margin:1rem}.Layout_headerContainer__wR6tB{max-width:none}}@media (min-width:768px) and (max-width:991px){.Layout_sidebar__6fuil{width:240px}.Layout_mainContentWithSidebar__Kdxew{margin-left:240px}.Layout_contentWrapper__fkzfd{padding:1.5rem;margin:1rem}.Layout_headerContainer__wR6tB{max-width:none}}@media (max-width:767px){.Layout_layoutWrapper__JRbqv{margin-top:60px;min-height:calc(100vh - 60px)}.Layout_sidebar__6fuil{display:none}.Layout_mainContent__J_3xz{min-height:calc(100vh - 60px)}.Layout_mainContentFullWidth__6hJxg,.Layout_mainContentWithSidebar__Kdxew{margin-left:0;width:100%}.Layout_contentWrapper__fkzfd{padding:1rem;margin:.5rem;border-radius:6px;min-height:calc(100vh - 120px)}.Layout_footer__OoLs6{padding:1rem}.Layout_headerContainer__wR6tB{max-width:none;width:100%;margin:0;padding:0}}@media (max-width:480px){.Layout_contentWrapper__fkzfd{padding:.75rem;margin:.25rem;border-radius:4px}.Layout_footer__OoLs6{padding:.75rem}.Layout_headerContainer__wR6tB{max-width:none;width:100%}}@media (min-resolution:192dpi){.Layout_sidebar__6fuil{box-shadow:1px 0 4px rgba(0,0,0,.15)}}@media (prefers-reduced-motion:reduce){.Layout_header__s2H8r,.Layout_loadingSpinner__kpi1M,.Layout_mainContent__J_3xz,.Layout_sidebar__6fuil{transition:none;animation:none}}@media (prefers-color-scheme:dark){.Layout_container__MkNX_{background-color:#0f172a}.Layout_contentWrapper__fkzfd{background-color:#1e293b;color:#f1f5f9}.Layout_footer__OoLs6{border-top-color:#334155}.Layout_footer__OoLs6,.Layout_loadingContainer__JXvG1{background-color:#0f172a}.Layout_loadingContainer__JXvG1 p{color:#cbd5e1}}@media print{.Layout_footer__OoLs6,.Layout_header__s2H8r,.Layout_mobileOverlay__FetNn,.Layout_sidebar__6fuil{display:none!important}.Layout_mainContent__J_3xz{margin-left:0!important;margin-top:0!important}.Layout_contentWrapper__fkzfd{margin:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important}}.Layout_container__MkNX_:focus-within .Layout_sidebar__6fuil{z-index:110}.Layout_mainContent__J_3xz,.Layout_sidebar__6fuil{contain:layout style;will-change:transform}.Layout_sidebar__6fuil{scroll-behavior:smooth}.Layout_contentWrapper__fkzfd{overflow-x:auto;overflow-y:visible}.Layout_layoutWrapper__JRbqv{isolation:isolate}@media (prefers-contrast:high){.Layout_sidebar__6fuil{border-right:2px solid #fff}.Layout_contentWrapper__fkzfd{border:1px solid #000}}.Layout_mainContent__J_3xz,.Layout_mobileOverlay__FetNn,.Layout_sidebar__6fuil{transform:translateZ(0);backface-visibility:hidden}.Layout_container__MkNX_[data-authenticated=false] .Layout_sidebar__6fuil,.Layout_container__MkNX_[data-mobile=true] .Layout_sidebar__6fuil{display:none!important}.Layout_container__MkNX_[data-sidebar-open=false] .Layout_mainContentWithSidebar__Kdxew{margin-left:0}.Layout_container__MkNX_[data-sidebar-open=false] .Layout_contentWrapper__fkzfd{max-width:100%}.Layout_headerContainer__wR6tB,.Layout_header__s2H8r,.Layout_header__s2H8r *{box-sizing:border-box}.Layout_container__MkNX_>.Layout_header__s2H8r{flex-shrink:0;width:100%}