nav.svelte-1npd4gh.svelte-1npd4gh{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;border-bottom:1px solid transparent;transition:border-color .3s,background .3s}nav.scrolled.svelte-1npd4gh.svelte-1npd4gh{border-color:var(--border);background:#0a0c0fe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.logo.svelte-1npd4gh.svelte-1npd4gh{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon.svelte-1npd4gh.svelte-1npd4gh{width:32px;height:32px;border:1.5px solid rgba(0,212,255,.55);border-radius:6px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00d4ff2e,#0044ff1a);box-shadow:0 0 16px #00d4ff47,inset 0 1px #70f4ff26}[data-theme=light] .logo-icon.svelte-1npd4gh.svelte-1npd4gh{border-color:#0096d280;background:linear-gradient(135deg,#00b4e624,#0044c814);box-shadow:0 0 12px #0096d233}.logo-text.svelte-1npd4gh.svelte-1npd4gh{font-family:var(--mono);font-size:15px;font-weight:500;color:var(--text);letter-spacing:-.02em}.accent.svelte-1npd4gh.svelte-1npd4gh{color:var(--cyan)}.tld.svelte-1npd4gh.svelte-1npd4gh{color:var(--text-dim);font-size:11px;letter-spacing:0}.links.svelte-1npd4gh.svelte-1npd4gh{display:flex;align-items:center;gap:32px;list-style:none}.links.svelte-1npd4gh a.svelte-1npd4gh{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .2s}.links.svelte-1npd4gh a.svelte-1npd4gh:hover{color:var(--text)}.links.svelte-1npd4gh a.btn-primary.svelte-1npd4gh{color:#051a22}.hamburger.svelte-1npd4gh.svelte-1npd4gh{display:none;flex-direction:column;justify-content:space-between;width:22px;height:15px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;z-index:101}.hamburger.svelte-1npd4gh span.svelte-1npd4gh{display:block;width:100%;height:1.5px;background:var(--text-muted);border-radius:2px;transition:transform .25s ease,opacity .2s ease,background .2s}.hamburger.svelte-1npd4gh:hover span.svelte-1npd4gh{background:var(--text)}.hamburger.open.svelte-1npd4gh span.svelte-1npd4gh:first-child{transform:translateY(6.75px) rotate(45deg)}.hamburger.open.svelte-1npd4gh span.svelte-1npd4gh:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open.svelte-1npd4gh span.svelte-1npd4gh:last-child{transform:translateY(-6.75px) rotate(-45deg)}.mobile-nav.svelte-1npd4gh.svelte-1npd4gh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--bg);display:flex;flex-direction:column;justify-content:center;padding:80px 32px 48px;animation:svelte-1npd4gh-mobileNavIn .22s ease}@keyframes svelte-1npd4gh-mobileNavIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links.svelte-1npd4gh.svelte-1npd4gh{list-style:none;display:flex;flex-direction:column;margin-bottom:auto}.mobile-nav-links.svelte-1npd4gh li.svelte-1npd4gh{border-bottom:1px solid var(--border)}.mobile-nav-links.svelte-1npd4gh li.svelte-1npd4gh:first-child{border-top:1px solid var(--border)}.mobile-nav-links.svelte-1npd4gh a.svelte-1npd4gh{display:block;padding:18px 0;font-family:var(--sans);font-size:22px;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:-.01em;transition:color .15s}.mobile-nav-links.svelte-1npd4gh a.svelte-1npd4gh:hover{color:var(--text)}.mobile-nav-footer.svelte-1npd4gh.svelte-1npd4gh{display:flex;flex-direction:column;gap:14px;padding-top:32px}.mobile-auth-btn.svelte-1npd4gh.svelte-1npd4gh{display:block;text-align:center;padding:13px 24px;border-radius:var(--radius);font-family:var(--mono);font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.04em;transition:opacity .2s}.mobile-auth-btn--secondary.svelte-1npd4gh.svelte-1npd4gh{border:1px solid var(--border-hi);color:var(--text);background:var(--bg-card)}.mobile-auth-btn--primary.svelte-1npd4gh.svelte-1npd4gh{background:linear-gradient(135deg,var(--cyan) 0%,rgba(0,150,200,.85) 100%);color:#051a22;font-weight:600}.mobile-auth-btn--primary.svelte-1npd4gh.svelte-1npd4gh:hover{background:linear-gradient(135deg,#1adeff 0%,var(--cyan) 100%);box-shadow:0 4px 16px #00d4ff59}.mobile-register-link.svelte-1npd4gh.svelte-1npd4gh{font-size:13px;color:var(--text-dim);text-decoration:none;text-align:center;transition:color .2s}.mobile-register-link.svelte-1npd4gh.svelte-1npd4gh:hover{color:var(--text-muted)}.mobile-register-link.svelte-1npd4gh strong.svelte-1npd4gh{color:var(--cyan);font-weight:500}.user-menu-wrap.svelte-1npd4gh.svelte-1npd4gh{position:relative;flex-shrink:0}.user-avatar.svelte-1npd4gh.svelte-1npd4gh{width:32px;height:32px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--cyan) 0%,rgba(0,150,200,.85) 100%);color:#051a22;font-family:var(--mono);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s,transform .2s}.user-avatar.svelte-1npd4gh.svelte-1npd4gh:hover{box-shadow:0 0 0 2px #00d4ff66;transform:scale(1.05)}.user-dropdown.svelte-1npd4gh.svelte-1npd4gh{position:absolute;top:calc(100% + 10px);right:0;width:230px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-dropdown);z-index:200;padding:6px 0;animation:svelte-1npd4gh-dropdownIn .15s ease}@keyframes svelte-1npd4gh-dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header.svelte-1npd4gh.svelte-1npd4gh{padding:12px 16px 10px;display:flex;flex-direction:column;gap:6px}.dropdown-email.svelte-1npd4gh.svelte-1npd4gh{font-family:var(--mono);font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-chip.svelte-1npd4gh.svelte-1npd4gh{display:inline-flex;width:fit-content;font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:4px;border:1px solid}.plan-chip--free.svelte-1npd4gh.svelte-1npd4gh{color:var(--green);border-color:var(--green-border);background:var(--green-dim)}.plan-chip--standard.svelte-1npd4gh.svelte-1npd4gh{color:var(--cyan);border-color:var(--cyan);background:var(--cyan-subtle)}.plan-chip--business.svelte-1npd4gh.svelte-1npd4gh{color:var(--purple);border-color:var(--purple);background:var(--purple-dim)}.dropdown-divider.svelte-1npd4gh.svelte-1npd4gh{height:1px;background:var(--border);margin:4px 0}.dropdown-item.svelte-1npd4gh.svelte-1npd4gh{display:flex;align-items:center;gap:9px;width:100%;padding:9px 16px;background:none;border:none;font-family:var(--mono);font-size:12px;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:background .12s,color .12s;text-align:left}.dropdown-item.svelte-1npd4gh.svelte-1npd4gh:hover{background:var(--bg-hover);color:var(--text)}.dropdown-logout.svelte-1npd4gh.svelte-1npd4gh{color:var(--red)}.dropdown-logout.svelte-1npd4gh.svelte-1npd4gh:hover{color:var(--red);background:#ff456012}.dropdown-theme.svelte-1npd4gh.svelte-1npd4gh{width:100%;text-align:left;background:none;border:none;font-family:inherit}@media (max-width: 768px){nav.svelte-1npd4gh.svelte-1npd4gh{padding:20px 24px;overflow:visible}.links.svelte-1npd4gh.svelte-1npd4gh{display:none}.hamburger.svelte-1npd4gh.svelte-1npd4gh{display:flex}.user-menu-wrap.svelte-1npd4gh.svelte-1npd4gh{display:none}.user-dropdown.svelte-1npd4gh.svelte-1npd4gh{width:min(230px,calc(100vw - 32px))}.dropdown-item.svelte-1npd4gh.svelte-1npd4gh{padding:12px 16px;font-size:13px}}[data-theme=light] nav.scrolled.svelte-1npd4gh.svelte-1npd4gh{background:#f4f6f9eb}[data-theme=light] .user-avatar.svelte-1npd4gh.svelte-1npd4gh{background:linear-gradient(135deg,var(--cyan) 0%,rgba(0,150,200,.85) 100%);color:#051a22}[data-theme=light] .user-avatar.svelte-1npd4gh.svelte-1npd4gh:hover{box-shadow:0 0 0 2px #00d4ff66}[data-theme=light] .dropdown-logout.svelte-1npd4gh.svelte-1npd4gh:hover{background:#ff45600f}[data-theme=light] .mobile-nav.svelte-1npd4gh.svelte-1npd4gh{background:var(--bg)}.mobile-user-card.svelte-1npd4gh.svelte-1npd4gh{display:flex;align-items:center;gap:12px;padding:0 0 24px}.mobile-user-avatar.svelte-1npd4gh.svelte-1npd4gh{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--cyan) 0%,rgba(0,150,200,.85) 100%);color:#051a22;font-family:var(--mono);font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-user-info.svelte-1npd4gh.svelte-1npd4gh{display:flex;flex-direction:column;gap:5px;min-width:0}.mobile-user-email.svelte-1npd4gh.svelte-1npd4gh{font-family:var(--mono);font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-links.svelte-1npd4gh.svelte-1npd4gh{display:flex;gap:8px}.mobile-user-link.svelte-1npd4gh.svelte-1npd4gh{flex:1;display:block;text-align:center;padding:11px 12px;border:1px solid var(--border-hi);border-radius:var(--radius);background:var(--bg-card);font-family:var(--mono);font-size:12px;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:border-color .2s,color .2s}.mobile-user-link.svelte-1npd4gh.svelte-1npd4gh:hover{border-color:var(--cyan);color:var(--text)}.mobile-user-link--logout.svelte-1npd4gh.svelte-1npd4gh{color:var(--red)}.mobile-user-link--logout.svelte-1npd4gh.svelte-1npd4gh:hover{border-color:var(--red-border);color:var(--red)}
