@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#514df9;--color-background:#fafafa;--color-surface:#fff;--color-text:#111;--color-text-light:#666;--brand-purple:#514df9;--bg-color:#fafafa;--text-color:#111;--text-muted:#666;--card-bg:#fff;--footer-bg:#0a0a0a;--border-color:#eaeaea;--border-radius:20px;--shadow-sm:0 4px 12px #0000000d;--shadow-md:0 10px 30px #00000014;--transition:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100%;overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;width:100%;max-width:100vw;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Navbar-module__ILULLW__navbar{background-color:var(--card-bg);z-index:100;border-bottom:1px solid var(--border-color);align-items:center;height:80px;display:flex;position:sticky;top:0}.Navbar-module__ILULLW__navInner{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__ILULLW__leftGroup{align-items:center;gap:8px;display:flex}.Navbar-module__ILULLW__logo{align-items:center;height:40px;display:flex}.Navbar-module__ILULLW__navLinksDesktop{gap:32px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__ILULLW__navLinksDesktop a{color:var(--text-color);font-size:15px;font-weight:500;transition:color .2s}.Navbar-module__ILULLW__navLinksDesktop a:hover,.Navbar-module__ILULLW__navLinksDesktop a.Navbar-module__ILULLW__active{color:var(--brand-purple)}.Navbar-module__ILULLW__navActions{align-items:center;gap:24px;display:flex}.Navbar-module__ILULLW__iconButton{color:var(--text-color);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.Navbar-module__ILULLW__iconButton:hover{color:var(--brand-purple)}.Navbar-module__ILULLW__loginBtn{color:var(--text-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-family:inherit;font-size:15px;font-weight:500;transition:color .2s;display:flex}.Navbar-module__ILULLW__loginBtn:hover{color:var(--brand-purple)}.Navbar-module__ILULLW__userMenu{position:relative}.Navbar-module__ILULLW__userBtn{cursor:pointer;color:var(--text-color);background:0 0;border:none;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;display:flex}.Navbar-module__ILULLW__userBtn:hover{color:var(--brand-purple)}.Navbar-module__ILULLW__userAvatar{background:var(--brand-purple,#5451ff);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.Navbar-module__ILULLW__userAvatarImg{object-fit:cover;border:2px solid #eee;border-radius:50%;flex-shrink:0;width:32px;height:32px}.Navbar-module__ILULLW__userDropdown{z-index:200;background:#fff;border:1px solid #eee;border-radius:14px;flex-direction:column;gap:10px;min-width:220px;padding:14px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #00000024}.Navbar-module__ILULLW__userMenu:hover .Navbar-module__ILULLW__userDropdown{display:flex}.Navbar-module__ILULLW__userInfo{border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding-bottom:10px;display:flex}.Navbar-module__ILULLW__userDropdownAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.Navbar-module__ILULLW__userName{color:#262626;font-size:14px;font-weight:600;line-height:1.3;display:block}.Navbar-module__ILULLW__userEmail{color:#888;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:12px;display:block;overflow:hidden}.Navbar-module__ILULLW__logoutBtn{color:#e53e3e;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;padding:8px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.Navbar-module__ILULLW__logoutBtn:hover{background:#fef2f2}.Navbar-module__ILULLW__dropdownDivider{background:#f0f0f0;height:1px;margin:2px 0}.Navbar-module__ILULLW__dropdownLink{color:#262626;border-radius:8px;padding:8px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:block}.Navbar-module__ILULLW__dropdownLink:hover{color:#5451ff;background:#f5f4ff}.Navbar-module__ILULLW__drawerUserSection{flex-direction:column;gap:0;display:flex}.Navbar-module__ILULLW__hamburger{cursor:pointer;z-index:97;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:none}.Navbar-module__ILULLW__bar{background:var(--text-color);border-radius:2px;width:22px;height:2px;display:block}.Navbar-module__ILULLW__overlay{z-index:198;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.Navbar-module__ILULLW__overlayVisible{opacity:1;pointer-events:auto}.Navbar-module__ILULLW__drawer{z-index:199;background:#fff;flex-direction:column;width:80%;max-width:80vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000014}.Navbar-module__ILULLW__drawerOpen{transform:translate(0)}.Navbar-module__ILULLW__drawerHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Navbar-module__ILULLW__drawerLogo{align-items:center;line-height:0;display:flex}.Navbar-module__ILULLW__drawerClose{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.Navbar-module__ILULLW__drawerClose:hover{color:#333;background:#eee}.Navbar-module__ILULLW__drawerLinks{flex:1;margin:0;padding:8px 0;list-style:none;overflow-y:auto}.Navbar-module__ILULLW__drawerLink{color:#333;border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:16px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.Navbar-module__ILULLW__drawerLink:hover{color:var(--brand-purple,#5851ff);background:#fafaff}.Navbar-module__ILULLW__drawerLinkActive{color:var(--brand-purple,#5851ff);background:#f5f4ff;font-weight:600}.Navbar-module__ILULLW__drawerArrow{opacity:.25;flex-shrink:0;transition:opacity .15s}.Navbar-module__ILULLW__drawerLink:hover .Navbar-module__ILULLW__drawerArrow{opacity:.5}.Navbar-module__ILULLW__drawerBottom{border-top:1px solid #f0f0f0;padding:16px 20px 32px}.Navbar-module__ILULLW__drawerCta{background:var(--brand-purple,#5851ff);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:filter .2s;display:flex}.Navbar-module__ILULLW__drawerCta:hover{filter:brightness(1.08)}@media (max-width:768px){.Navbar-module__ILULLW__navbar{height:64px}.Navbar-module__ILULLW__logo{width:140px;height:44px}.Navbar-module__ILULLW__hamburger{display:flex}.Navbar-module__ILULLW__loginText,.Navbar-module__ILULLW__navLinksDesktop{display:none}.Navbar-module__ILULLW__overlay{display:block}.Navbar-module__ILULLW__drawer{display:flex}.Navbar-module__ILULLW__navActions{gap:16px}}
