.navbar.svelte-rfuq4y{height:var(--nav-height);width:100%;position:sticky;top:0;z-index:50;background:#111827cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border)}.nav-content.svelte-rfuq4y{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 1.5rem;gap:2rem}.logo.svelte-rfuq4y{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem;color:#fff;text-decoration:none;cursor:pointer;transition:opacity .2s}.logo.svelte-rfuq4y:hover{opacity:.8}.nav-links.svelte-rfuq4y{display:flex;align-items:center;gap:2rem;margin-left:2rem;flex:1}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y){color:var(--text-muted);text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s;position:relative}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y):hover,.nav-links.svelte-rfuq4y a.active:where(.svelte-rfuq4y){color:var(--text)}.nav-links.svelte-rfuq4y a.active:where(.svelte-rfuq4y):after{content:"";position:absolute;bottom:-29px;left:0;width:100%;height:3px;background:var(--primary);border-radius:4px 4px 0 0;box-shadow:0 0 10px #2dd4bf80}.user-menu.svelte-rfuq4y{display:flex;align-items:center;gap:1.5rem}.user-info.svelte-rfuq4y{display:flex;align-items:center;gap:.75rem}.avatar.svelte-rfuq4y{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid var(--border)}.avatar.svelte-rfuq4y img:where(.svelte-rfuq4y){width:100%;height:100%;object-fit:cover}.username.svelte-rfuq4y{font-weight:600;font-size:1rem}.actions.svelte-rfuq4y{display:flex;gap:.5rem}.lang-toggle.svelte-rfuq4y{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);padding:.45rem .75rem;border-radius:10px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s}.lang-toggle.svelte-rfuq4y:hover{background:var(--border);color:var(--text);transform:translateY(-1px)}.buy-pro-btn.svelte-rfuq4y{border:1px solid transparent;background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#06251f;padding:.45rem .85rem;border-radius:10px;font-weight:700;font-size:.8rem;cursor:pointer;transition:transform .2s,filter .2s,box-shadow .2s;box-shadow:0 8px 20px #2dd4bf38;white-space:nowrap}.buy-pro-btn.svelte-rfuq4y:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 10px 24px #2dd4bf4d}.icon-btn.svelte-rfuq4y{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.icon-btn.svelte-rfuq4y:hover{background:var(--border);color:var(--text);transform:translateY(-1px)}.consent-banner.svelte-1dxwcaa{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:100;border:1px solid rgba(45,212,191,.35);background:linear-gradient(145deg,#020617f5,#0f172af5);border-radius:16px;box-shadow:0 24px 50px #02061794,0 0 0 1px #2dd4bf1a inset;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.consent-content.svelte-1dxwcaa{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem}.copy.svelte-1dxwcaa h3:where(.svelte-1dxwcaa){margin:0;color:#f8fafc;font-size:1rem}.copy.svelte-1dxwcaa p:where(.svelte-1dxwcaa){margin:.4rem 0;color:#94a3b8;line-height:1.45;max-width:760px;font-size:.92rem}.legal-link.svelte-1dxwcaa{color:#5eead4;text-decoration:none;font-size:.85rem;font-weight:600}.legal-link.svelte-1dxwcaa:hover{text-decoration:underline}.actions.svelte-1dxwcaa{display:flex;gap:.7rem}.btn.svelte-1dxwcaa{border:1px solid transparent;border-radius:10px;padding:.55rem .9rem;font-size:.84rem;font-weight:650;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.btn.svelte-1dxwcaa:hover{transform:translateY(-1px)}.btn.secondary.svelte-1dxwcaa{background:#33415594;border-color:#94a3b859;color:#e2e8f0}.btn.primary.svelte-1dxwcaa{background:linear-gradient(120deg,#2dd4bf,#14b8a6);color:#082f49;border-color:#14b8a6cc}@media(max-width:900px){.consent-content.svelte-1dxwcaa{flex-direction:column;align-items:flex-start}.actions.svelte-1dxwcaa{width:100%}.btn.svelte-1dxwcaa{flex:1;text-align:center}}:root{--bg: #1f2937;--bg-dark: #111827;--bg-card: #1f2937;--bg-card-light: #374151;--bg-secondary: #e5e7eb;--glass-bg: rgba(31, 41, 55, .7);--glass-border: rgba(255, 255, 255, .1);--primary: #2dd4bf;--primary-hover: #14b8a6;--primary-dark: #0d9488;--primary-light: #5eead4;--accent-blue: #3b82f6;--warning: #f59e0b;--text: #f3f4f6;--text-muted: #9ca3af;--border: #374151;--nav-height: 80px}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text);-webkit-font-smoothing:antialiased}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top right,#1e293b,#111827 40%)}.main.svelte-12qhfyh{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;box-sizing:border-box}.main.immersive.svelte-12qhfyh{max-width:none;padding:0}.footer.svelte-12qhfyh{padding:1.5rem;border-top:1px solid var(--glass-border);text-align:center;color:var(--text-muted)}.footer-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.5rem}.footer-crypto.svelte-12qhfyh{margin:1rem auto;max-width:520px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);text-decoration:none;font-size:.875rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}.footer-note.svelte-12qhfyh{margin:0;font-size:.8rem}
