.Navbar-module__dVeNwG__navbar-layout{z-index:999;pointer-events:none;justify-content:center;width:100%;display:flex;position:fixed;top:1rem;left:0}.Navbar-module__dVeNwG__nav-inner{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff9;border:1px solid #fff3;border-radius:9999px;grid-template-columns:auto 1fr auto;align-items:center;gap:0;width:95%;max-width:700px;height:80px;padding-left:20px;padding-right:20px;transition:max-width .3s;display:grid;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.Navbar-module__dVeNwG__nav-brand-wrap{align-items:center;display:flex}.Navbar-module__dVeNwG__nav-brand{letter-spacing:-.04em;z-index:10;color:#0f172a;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__dVeNwG__nav-brand-icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Navbar-module__dVeNwG__nav-brand-icon img{object-fit:contain;width:100%!important;height:100%!important}.Navbar-module__dVeNwG__nav-brand-text-img{object-fit:contain;width:auto;height:80px;display:block}.Navbar-module__dVeNwG__nav-brand span{letter-spacing:-.04em;font-size:1.1rem;font-weight:800}.Navbar-module__dVeNwG__nav-brand span span{color:#4f46e5}.Navbar-module__dVeNwG__nav-links{justify-content:center;align-items:center;gap:2rem;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__nav-auth{justify-content:flex-end;align-items:center;gap:1.25rem;padding:0 .5rem;display:flex}.Navbar-module__dVeNwG__nav-link{color:#334155;white-space:nowrap;padding:.3rem .1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;position:relative}.Navbar-module__dVeNwG__nav-links .Navbar-module__dVeNwG__nav-link:after{content:"";background:linear-gradient(90deg,#7c3aed,#4f46e5);border-radius:999px;width:0%;height:2px;transition:width .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-1px;left:0}.Navbar-module__dVeNwG__nav-links .Navbar-module__dVeNwG__nav-link:hover:after{width:100%}.Navbar-module__dVeNwG__nav-link:hover{color:#7c3aed;transform:translateY(-1px)}.Navbar-module__dVeNwG__nav-cta-wrap{flex-shrink:0}.Navbar-module__dVeNwG__nav-cta{color:#fff;white-space:nowrap;background-color:#7c3aed;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 2px 12px #7c3aed59}.Navbar-module__dVeNwG__nav-cta:hover{color:#fff;background-color:#6d28d9;transform:scale(1.04);box-shadow:0 4px 18px #7c3aed80}.Navbar-module__dVeNwG__nav-login{color:#334155;white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__dVeNwG__nav-login:hover{color:#7c3aed}.Navbar-module__dVeNwG__nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:5px;width:36px;height:36px;padding:0;display:none}.Navbar-module__dVeNwG__ham-line{background:#334155;border-radius:2px;width:22px;height:2px;transition:background .2s;display:block}.Navbar-module__dVeNwG__ham-line--short{width:15px}.Navbar-module__dVeNwG__nav-hamburger:hover .Navbar-module__dVeNwG__ham-line{background:#7c3aed}.Navbar-module__dVeNwG__nav-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a73;position:fixed;inset:0}.Navbar-module__dVeNwG__nav-drawer{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1001;background:#fffffff7;border-left:1px solid #0000000f;flex-direction:column;width:min(320px,85vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #0000001f}.Navbar-module__dVeNwG__drawer-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Navbar-module__dVeNwG__drawer-close{cursor:pointer;color:#334155;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.Navbar-module__dVeNwG__drawer-close:hover{color:#7c3aed;background:#7c3aed1a}.Navbar-module__dVeNwG__drawer-nav{flex-direction:column;flex:1;padding:1rem 0;display:flex}.Navbar-module__dVeNwG__drawer-link{color:#1e293b;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,padding-left .2s;display:flex}.Navbar-module__dVeNwG__drawer-link-arrow{opacity:0;color:#7c3aed;flex-shrink:0;transition:opacity .2s,transform .2s;transform:translate(-6px)}.Navbar-module__dVeNwG__drawer-link:hover{color:#7c3aed;background:#7c3aed0d;padding-left:1.75rem}.Navbar-module__dVeNwG__drawer-link:hover .Navbar-module__dVeNwG__drawer-link-arrow{opacity:1;transform:translate(0)}.Navbar-module__dVeNwG__drawer-footer{border-top:1px solid #0000000f;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.Navbar-module__dVeNwG__drawer-login{text-align:center;color:#334155;border:1.5px solid #0000001a;border-radius:999px;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:block}.Navbar-module__dVeNwG__drawer-login:hover{color:#7c3aed;border-color:#7c3aed}.Navbar-module__dVeNwG__drawer-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:999px;padding:.8rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;box-shadow:0 4px 16px #7c3aed59}.Navbar-module__dVeNwG__drawer-cta:hover{transform:scale(1.02);box-shadow:0 6px 24px #7c3aed80}@media (max-width:1024px){.Navbar-module__dVeNwG__nav-inner{gap:1rem;padding-left:1.5rem!important;padding-right:1.5rem!important}.Navbar-module__dVeNwG__nav-links{gap:1.25rem}}@media (max-width:768px){.Navbar-module__dVeNwG__nav-inner{gap:.5rem;height:56px;padding-left:1.25rem!important;padding-right:1.25rem!important}.Navbar-module__dVeNwG__nav-links{gap:1rem;padding:0 1rem}.Navbar-module__dVeNwG__nav-link{font-size:.9rem}.Navbar-module__dVeNwG__nav-login{display:none}.Navbar-module__dVeNwG__nav-auth{gap:0}}@media (max-width:600px){.Navbar-module__dVeNwG__nav-inner{grid-template-columns:1fr auto;gap:0;height:52px;padding-left:1rem!important;padding-right:1rem!important}.Navbar-module__dVeNwG__nav-links,.Navbar-module__dVeNwG__nav-auth{display:none}.Navbar-module__dVeNwG__nav-hamburger{display:flex}:is(.Navbar-module__dVeNwG__nav-brand-icon,.app-logo-icon.dynamic-logo-icon){width:32px!important;height:32px!important}:is(.Navbar-module__dVeNwG__nav-brand-text-img,.app-logo-text.dynamic-logo-text){height:60px!important}.Navbar-module__dVeNwG__nav-brand span{font-size:1rem}}
.loader-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loader-container.fullscreen{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#ffffffb3;position:fixed;inset:0}.loader-wrapper{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:8px;display:flex}.loader-spinner{border:2px solid #0000000d;border-top-color:#7c3aed;border-radius:50%;animation:.8s cubic-bezier(.4,0,.2,1) infinite loader-spin}.size-small{border-width:2px;width:18px;height:18px}.size-medium{border-width:3px;width:36px;height:36px}.size-large{border-width:4px;width:56px;height:56px}.loader-text{color:#475569;letter-spacing:-.01em;font-family:inherit;font-size:.9rem;font-weight:600}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .loader-container.fullscreen{background-color:#000000b3}[data-theme=dark] .loader-spinner{border-color:#a78bfa #ffffff1a #ffffff1a}[data-theme=dark] .loader-text{color:#94a3b8}
