.Navbar-module___rHu7W__navbar{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.Navbar-module___rHu7W__brand{cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module___rHu7W__brand:hover{transform:scale(1.02)}.Navbar-module___rHu7W__logo{width:40px;height:40px;animation:6s ease-in-out infinite Navbar-module___rHu7W__float}.Navbar-module___rHu7W__siteName{color:var(--color-text);font-size:1.5rem;font-weight:700}.Navbar-module___rHu7W__rightControls{align-items:center;gap:1.5rem;display:flex}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__navLink{color:var(--color-text);opacity:.8;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,opacity .2s;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--color-text);opacity:1}.Navbar-module___rHu7W__navLink:hover:after{width:100%}@keyframes Navbar-module___rHu7W__float{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.Navbar-module___rHu7W__getStartedBtn{background:var(--color-accent);color:var(--color-text);cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-weight:600;transition:background .2s}.Navbar-module___rHu7W__getStartedBtn:hover{background:#897cdc}.Navbar-module___rHu7W__signInBtn{color:var(--color-text);border:1.5px solid var(--color-accent);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem 1.15rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s}.Navbar-module___rHu7W__signInBtn:hover{background:#7c6fcd26;border-color:#897cdc}.Navbar-module___rHu7W__authGroup{align-items:center;gap:.65rem;display:flex}.Navbar-module___rHu7W__separator{background:var(--color-line);flex-shrink:0;width:1px;height:20px;margin:0}.Navbar-module___rHu7W__authSkeleton{background:var(--color-line);opacity:.5;border-radius:999px;width:140px;height:36px;animation:1.5s ease-in-out infinite Navbar-module___rHu7W__pulse}@keyframes Navbar-module___rHu7W__pulse{0%,to{opacity:.3}50%{opacity:.6}}.Navbar-module___rHu7W__profileContainer{align-items:center;display:flex;position:relative}.Navbar-module___rHu7W__profileTrigger{border:1px solid var(--color-line);cursor:pointer;color:var(--color-text);background:#7c6fcd1a;border-radius:999px;align-items:center;gap:.6rem;padding:.35rem .85rem .35rem .35rem;transition:all .2s;display:flex}.Navbar-module___rHu7W__profileTrigger:hover{border-color:var(--color-accent);background:#7c6fcd2e}.Navbar-module___rHu7W__avatar{background:linear-gradient(135deg, var(--color-accent), #897cdc);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex;position:relative;box-shadow:0 2px 8px #7c6fcd4d}.Navbar-module___rHu7W__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.Navbar-module___rHu7W__avatarInitials{line-height:1}.Navbar-module___rHu7W__onlineIndicator{border:2px solid var(--color-surface);background:#10b981;border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.Navbar-module___rHu7W__profileName{white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:.9rem;font-weight:600;overflow:hidden}.Navbar-module___rHu7W__chevron{opacity:.7;transition:transform .2s}.Navbar-module___rHu7W__chevronOpen{transform:rotate(180deg)}.Navbar-module___rHu7W__profileDropdown{background:var(--color-surface);border:1px solid var(--color-line);-webkit-backdrop-filter:blur(16px);z-index:200;border-radius:1.25rem;width:240px;padding:.5rem;animation:.2s ease-out Navbar-module___rHu7W__fadeInDown;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 16px 40px #00000059}@keyframes Navbar-module___rHu7W__fadeInDown{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module___rHu7W__dropdownHeader{padding:.75rem .85rem}.Navbar-module___rHu7W__dropdownName{color:var(--color-text);margin:0;font-size:.95rem;font-weight:700}.Navbar-module___rHu7W__dropdownEmail{color:var(--color-text);opacity:.6;white-space:nowrap;text-overflow:ellipsis;margin:.2rem 0 0;font-size:.75rem;overflow:hidden}.Navbar-module___rHu7W__dropdownDivider{background:var(--color-line);height:1px;margin:.35rem 0}.Navbar-module___rHu7W__dropdownItem{color:var(--color-text);border-radius:.75rem;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Navbar-module___rHu7W__dropdownItem:hover{color:var(--color-accent);background:#7c6fcd1f}.Navbar-module___rHu7W__signOutBtn{color:#ef4444;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.Navbar-module___rHu7W__signOutBtn:hover{background:#ef44441a}.Navbar-module___rHu7W__themeToggle{color:var(--color-text);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s,background .2s;display:flex}.Navbar-module___rHu7W__themeToggle:hover{opacity:1;background:#7c6fcd1a}.Navbar-module___rHu7W__hamburgerBtn{color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .2s;display:none}.Navbar-module___rHu7W__hamburgerBtn:hover{opacity:.8}@media (max-width:768px){.Navbar-module___rHu7W__hamburgerBtn{justify-content:center;align-items:center;display:flex}.Navbar-module___rHu7W__rightControls{gap:.5rem}.Navbar-module___rHu7W__navLinks{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0003}.Navbar-module___rHu7W__navLinks.Navbar-module___rHu7W__mobileOpen{display:flex}.Navbar-module___rHu7W__authGroup{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.Navbar-module___rHu7W__separator{width:100%;max-width:160px;height:1px;margin:0}.Navbar-module___rHu7W__profileContainer{flex-direction:column;width:100%}.Navbar-module___rHu7W__profileTrigger{justify-content:center;width:100%;padding:.6rem 1rem}.Navbar-module___rHu7W__profileName{max-width:none}.Navbar-module___rHu7W__profileDropdown{width:100%;box-shadow:none;background:#0a0a0f40;margin-top:.75rem;position:static}}
.Footer-module__Grjkva__footer{background:var(--color-surface);border-top:1px solid #f5f5f00d;margin-top:auto;padding:3rem 2rem 1.5rem}.Footer-module__Grjkva__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__Grjkva__brand{flex-direction:column;gap:1rem;max-width:300px;display:flex}.Footer-module__Grjkva__logoContainer{margin-bottom:1rem}.Footer-module__Grjkva__lightLogo{display:none}.Footer-module__Grjkva__darkLogo{display:block}[data-theme=light] .Footer-module__Grjkva__lightLogo{display:block}[data-theme=light] .Footer-module__Grjkva__darkLogo{display:none}.Footer-module__Grjkva__siteName{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__Grjkva__description{color:var(--color-text);opacity:.7;font-size:.95rem;line-height:1.5}.Footer-module__Grjkva__links{gap:4rem;display:flex}.Footer-module__Grjkva__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__Grjkva__linkTitle{color:var(--color-text);margin-bottom:.5rem;font-weight:600}.Footer-module__Grjkva__link{color:var(--color-text);opacity:.7;font-size:.95rem;text-decoration:none;transition:opacity .2s,color .2s}.Footer-module__Grjkva__link:hover{opacity:1;color:var(--color-accent)}.Footer-module__Grjkva__bottom{max-width:1200px;color:var(--color-text);opacity:.6;border-top:1px solid #f5f5f00d;justify-content:space-between;align-items:center;margin:3rem auto 0;padding-top:1.5rem;font-size:.85rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__content{text-align:center;flex-direction:column;align-items:center}.Footer-module__Grjkva__brand{text-align:center;align-items:center}.Footer-module__Grjkva__logoContainer{justify-content:center;display:flex}.Footer-module__Grjkva__links{flex-direction:column;align-items:center;gap:2rem;width:100%}.Footer-module__Grjkva__linkGroup{text-align:center;align-items:center}.Footer-module__Grjkva__newsletter{text-align:center;align-items:center;width:100%}.Footer-module__Grjkva__newsletterForm{justify-content:center;width:100%}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.Footer-module__Grjkva__newsletterForm{flex-direction:column}}.Footer-module__Grjkva__newsletter{flex-direction:column;gap:.75rem;max-width:320px;display:flex}.Footer-module__Grjkva__newsletterTitle{color:var(--color-text);margin-bottom:.25rem;font-weight:600}.Footer-module__Grjkva__newsletterText{color:var(--color-text);opacity:.7;margin-bottom:.5rem;font-size:.95rem;line-height:1.4}.Footer-module__Grjkva__newsletterForm{gap:.5rem;display:flex}.Footer-module__Grjkva__newsletterInput{background:var(--color-background);color:var(--color-text);border:1px solid #f5f5f01a;border-radius:.5rem;outline:none;flex:1;min-width:0;padding:.6rem .75rem;font-size:.9rem}.Footer-module__Grjkva__newsletterInput:focus{border-color:var(--color-accent)}.Footer-module__Grjkva__newsletterBtn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .2s}[data-theme=light] .Footer-module__Grjkva__newsletterBtn{color:#000}.Footer-module__Grjkva__newsletterBtn:hover{opacity:.9}.Footer-module__Grjkva__newsletterBtn:disabled{opacity:.5;cursor:not-allowed}.Footer-module__Grjkva__message{margin-top:.25rem;font-size:.85rem}.Footer-module__Grjkva__success{color:#4ade80}.Footer-module__Grjkva__error{color:#f87171}.Footer-module__Grjkva__modalOverlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0a0a0fcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Footer-module__Grjkva__modalContent{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:1.5rem;width:100%;max-width:400px;padding:3rem 2rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) Footer-module__Grjkva__modal-pop;position:relative;box-shadow:0 20px 40px #0003}@keyframes Footer-module__Grjkva__modal-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Footer-module__Grjkva__modalClose{color:var(--color-text);opacity:.6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Footer-module__Grjkva__modalClose:hover{opacity:1}.Footer-module__Grjkva__modalLogo{justify-content:center;margin-bottom:2rem;display:flex}.Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__lightLogo{display:none}.Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__darkLogo{display:block}[data-theme=light] .Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__lightLogo{display:block}[data-theme=light] .Footer-module__Grjkva__modalLogo .Footer-module__Grjkva__darkLogo{display:none}.Footer-module__Grjkva__modalTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__modalDesc{color:var(--color-text);opacity:.8;margin:0;font-size:1rem;line-height:1.5}
