:root{--bg:#0a0a0a;--bg-card:#111;--bg-input:#0a0a0a;--border:#222;--border-focus:#6366f1;--text:#fff;--text-muted:#888;--text-dim:#555;--accent:#6366f1;--accent-hover:#5558e6;--success:#22543d;--success-text:#68d391;--danger:#1a0f0f;--danger-border:#ef4444;--danger-text:#ef4444;--radius:6px;--sidebar-width:380px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input{font-family:inherit;font-size:inherit}.header{border-bottom:1px solid var(--border);background:var(--bg);z-index:100;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.header h1{color:var(--text);font-size:1.25rem;font-weight:700;text-decoration:none}.header h1 span{color:var(--accent)}.header h1:hover{text-decoration:none}.header-left,.header-right{align-items:center;gap:1.5rem;display:flex}.btn-nav{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.btn-nav:hover{color:var(--accent);text-decoration:none}.btn-outline{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.8125rem;text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.btn-primary{background:var(--accent);border-radius:var(--radius);color:var(--text);cursor:pointer;border:none;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;transition:background .2s}.btn-primary:hover{background:var(--accent-hover)}.btn-primary-sm{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:background .2s}.btn-primary-sm:hover{background:var(--accent-hover)}.btn-primary-sm:disabled{opacity:.5;cursor:not-allowed}.btn-outline-sm{color:#ccc;cursor:pointer;background:0 0;border:1px solid #444;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.btn-outline-sm:hover{color:#fff;border-color:#666}.auth-notice{background:var(--bg-card);border:1px solid var(--border);text-align:center;max-width:500px;color:var(--text-muted);border-radius:12px;margin:4rem auto;padding:2rem;font-size:.9375rem}.auth-notice a{color:var(--accent)}.footer{border-top:1px solid var(--border);color:var(--text-dim);justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:.75rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-dim)}.footer-links a:hover{color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.login-page{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.login-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:380px;padding:2rem}.field{margin-bottom:1rem}.field label{color:var(--text-muted);margin-bottom:.375rem;font-size:.8125rem;display:block}.field input{background:var(--bg-input);border-radius:var(--radius);width:100%;color:var(--text);border:1px solid #333;padding:.625rem .75rem;font-size:.875rem}.field input:focus{border-color:var(--border-focus);outline:none}.error{background:var(--danger);border:1px solid var(--danger-border);border-radius:var(--radius);color:var(--danger-text);margin-bottom:1rem;padding:.75rem;font-size:.8125rem}.success{border:1px solid var(--success);border-radius:var(--radius);color:var(--success-text);background:#0f1a0f;margin-bottom:1rem;padding:.75rem;font-size:.8125rem}.switch{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.8125rem}.switch a{color:var(--accent);text-decoration:none}.switch button{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.8125rem}.switch a:hover,.switch button:hover{text-decoration:underline}.full{width:100%;margin-top:.5rem}.result{border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.result.success{border:1px solid var(--success);color:var(--success-text);background:#0f1f0f}.result.error{background:var(--danger);border:1px solid var(--danger-border);color:var(--danger-text)}.result-url{word-break:break-all;font-size:.8125rem}.btn-copy{border:1px solid var(--success);color:var(--success-text);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:.375rem .75rem;font-size:.75rem}.btn-copy:hover{background:var(--success)}.btn-analytics{border:1px solid var(--accent);color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;text-decoration:none}.btn-analytics:hover{background:var(--accent);color:#fff}.section-header{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;background:#0d0d0d;border-top:1px solid #111;border-bottom:1px solid #111;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:.6875rem;font-weight:600;display:flex}.section-toggle{cursor:pointer;text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.6875rem;font-weight:600}.section-toggle:hover{color:var(--text-muted)}.msg-header{justify-content:space-between;gap:1rem;margin-bottom:.375rem;display:flex}.msg-sender{color:var(--text-muted);font-size:.6875rem;font-weight:600}.msg-time{color:var(--text-dim);font-size:.6875rem}.msg-body{color:#ccc;white-space:pre-wrap;font-size:.8125rem;line-height:1.5}.empty{text-align:center;color:var(--text-dim);padding:2rem;font-size:.8125rem}.status-buttons{gap:.375rem;display:flex}.status-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #333;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;transition:all .15s}.status-btn:hover{color:var(--text)}.close-btn:hover{border-color:var(--danger-border);color:var(--danger-border)}.reopen-btn{color:#22c55e;border-color:#22c55e}.reopen-btn:hover{color:#fff;background:#22c55e}.logo.svelte-oiwvqb,.logo.svelte-oiwvqb:hover{text-decoration:none}.user-menu.svelte-oiwvqb{position:relative}.user-menu-btn.svelte-oiwvqb{color:#888;cursor:pointer;background:#141414;border:1px solid #333;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:all .2s;display:flex}.user-menu-btn.svelte-oiwvqb:hover{color:#6366f1;border-color:#6366f1}.user-menu-btn.svelte-oiwvqb svg:where(.svelte-oiwvqb){transition:transform .2s}.user-menu-dropdown.svelte-oiwvqb{z-index:50;background:#111;border:1px solid #333;border-radius:8px;min-width:180px;margin-top:.25rem;padding:.5rem 0;position:absolute;top:100%;right:0}.user-menu-dropdown.svelte-oiwvqb a:where(.svelte-oiwvqb),.user-menu-dropdown.svelte-oiwvqb button:where(.svelte-oiwvqb){color:#888;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.8125rem;text-decoration:none;display:block}.user-menu-dropdown.svelte-oiwvqb a:where(.svelte-oiwvqb):hover,.user-menu-dropdown.svelte-oiwvqb button:where(.svelte-oiwvqb):hover{color:#fff;background:#222;text-decoration:none}.menu-plan.svelte-oiwvqb{border-bottom:1px solid #222;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem 1rem;display:flex}.plan-label.svelte-oiwvqb{color:#555;font-size:.75rem}.plan-badge.svelte-oiwvqb{border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.plan-badge-free.svelte-oiwvqb{color:#63b3ed;background:#1a2332}.plan-badge-demopro.svelte-oiwvqb,.plan-badge-pro.svelte-oiwvqb{color:#68d391;background:#1a2e1a}.plan-badge-enterprise.svelte-oiwvqb{color:#b794f4;background:#2e1a2e}.lang-switcher.svelte-oiwvqb{position:relative}.lang-btn.svelte-oiwvqb{color:#888;cursor:pointer;background:#141414;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-size:.75rem;transition:all .2s}.lang-btn.svelte-oiwvqb:hover{color:#6366f1;border-color:#6366f1}.lang-dropdown.svelte-oiwvqb{z-index:50;background:#111;border:1px solid #333;border-radius:8px;min-width:140px;margin-top:.25rem;padding:.5rem 0;position:absolute;top:100%;right:0}.lang-option.svelte-oiwvqb{color:#888;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.375rem 1rem;font-size:.8125rem;display:block}.lang-option.svelte-oiwvqb:hover{color:#fff;background:#222}.lang-option.active.svelte-oiwvqb{color:#6366f1}@media (width<=768px){.header.svelte-oiwvqb{padding:.75rem 1rem}.header-left.svelte-oiwvqb{gap:1rem}.btn-nav.svelte-oiwvqb{display:none}}.landing.svelte-5hymd7{max-width:1100px;margin:0 auto;padding:3rem 2rem}.hero.svelte-5hymd7{text-align:center;padding:4rem 0 3rem}.hero.svelte-5hymd7 h1:where(.svelte-5hymd7){margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.hero.svelte-5hymd7 h1:where(.svelte-5hymd7) span{color:#6366f1}.hero.svelte-5hymd7 p:where(.svelte-5hymd7){color:#888;max-width:540px;margin:0 auto 2rem;font-size:1.125rem}.shorten-box.svelte-5hymd7{gap:.5rem;max-width:600px;margin:0 auto;display:flex}.shorten-box.svelte-5hymd7 input:where(.svelte-5hymd7){color:#fff;background:#111;border:1px solid #333;border-radius:6px;flex:1;padding:.75rem 1rem;font-size:.9375rem}.shorten-box.svelte-5hymd7 input:where(.svelte-5hymd7):focus{border-color:#6366f1;outline:none}.auth-banner.svelte-5hymd7{color:#666;background:#111;border:1px solid #222;border-radius:8px;max-width:600px;margin-top:1.25rem;margin-left:auto;margin-right:auto;padding:.75rem 1rem;font-size:.8125rem}.auth-banner.svelte-5hymd7 a{color:#6366f1;font-weight:500;text-decoration:none}.auth-banner.svelte-5hymd7 a:hover{text-decoration:underline}.features-grid.svelte-5hymd7{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.feature-card.svelte-5hymd7{background:#111;border:1px solid #222;border-radius:8px;padding:1.5rem}.feature-card.svelte-5hymd7 h3:where(.svelte-5hymd7){margin-bottom:.5rem;font-size:1rem;font-weight:600}.feature-card.svelte-5hymd7 p:where(.svelte-5hymd7){color:#888;font-size:.875rem}.cta.svelte-5hymd7{text-align:center;padding:4rem 0 2rem}.cta.svelte-5hymd7 h2:where(.svelte-5hymd7){margin-bottom:.5rem;font-size:1.75rem}.cta.svelte-5hymd7 p:where(.svelte-5hymd7){color:#888;margin-bottom:1.5rem}@media (width<=768px){.landing.svelte-5hymd7{padding:2rem 1rem}.hero.svelte-5hymd7 h1:where(.svelte-5hymd7){font-size:2rem}.shorten-box.svelte-5hymd7{flex-direction:column}}.tabs.svelte-1428x5h{border-bottom:1px solid #222;gap:0;margin-bottom:1.5rem;display:flex}.tab.svelte-1428x5h{color:#888;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.9375rem;font-weight:500;transition:all .2s}.tab.active.svelte-1428x5h{color:#fff;border-bottom-color:#6366f1}.tab.svelte-1428x5h:hover{color:#fff}.totp-input.svelte-1428x5h{letter-spacing:.5em;text-align:center;font-size:1.125rem}.forgot-link.svelte-1428x5h{text-align:right;margin-top:.25rem;margin-bottom:.5rem}.forgot-link.svelte-1428x5h a:where(.svelte-1428x5h){color:#6366f1;font-size:.8125rem;text-decoration:none}.forgot-link.svelte-1428x5h a:where(.svelte-1428x5h):hover{text-decoration:underline}.verify-notice.svelte-1428x5h{text-align:center;color:#22c55e;background:#0f1a0f;border:1px solid #22c55e;border-radius:6px;margin-top:.75rem;padding:.625rem;font-size:.8125rem}.pass-field.svelte-1428x5h{position:relative}.pass-field.svelte-1428x5h input:where(.svelte-1428x5h){width:100%;padding-right:2.5rem}.eye-btn.svelte-1428x5h{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.eye-btn.svelte-1428x5h:hover{color:#888}.mode-badge.svelte-1428x5h{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-block}.mode-user.svelte-1428x5h{color:var(--accent);background:#6366f126;border:1px solid #6366f166}.modal-backdrop.svelte-1bxxaoh{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.15s svelte-1bxxaoh-fadeIn;display:flex;position:fixed;inset:0}.modal-card.svelte-1bxxaoh{text-align:center;background:#111;border:1px solid #333;border-radius:12px;width:100%;max-width:360px;padding:2rem;animation:.15s svelte-1bxxaoh-scaleIn}.modal-icon.svelte-1bxxaoh{color:#6366f1;background:#6366f126;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.modal-title.svelte-1bxxaoh{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:600}.modal-message.svelte-1bxxaoh{color:#888;margin:0 0 1.5rem;font-size:.8125rem;line-height:1.5}.modal-actions.svelte-1bxxaoh{justify-content:center;gap:.75rem;display:flex}.modal-btn.svelte-1bxxaoh{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.modal-btn.ghost.svelte-1bxxaoh{color:#aaa;background:0 0;border:1px solid #333}.modal-btn.ghost.svelte-1bxxaoh:hover{color:#fff;background:#1a1a1a}.modal-btn.danger.svelte-1bxxaoh{background:#dc2626}.modal-btn.danger.svelte-1bxxaoh:hover{background:#b91c1c}.modal-btn.svelte-1bxxaoh:hover{background:#5558e6}@keyframes svelte-1bxxaoh-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1bxxaoh-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.panel-backdrop.svelte-haz8b9{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.15s svelte-haz8b9-panelFadeIn;display:flex;position:fixed;inset:0}.panel-card.svelte-haz8b9{background:#111;border:1px solid #333;border-radius:12px;flex-direction:column;width:100%;max-width:440px;max-height:calc(100vh - 4rem);animation:.15s svelte-haz8b9-panelScaleIn;display:flex}.panel-card.wide.svelte-haz8b9{max-width:560px}.panel-header.svelte-haz8b9{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.panel-header.svelte-haz8b9 h3:where(.svelte-haz8b9){color:#fff;margin:0;font-size:.9375rem;font-weight:600}.panel-close.svelte-haz8b9{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;transition:all .2s;display:flex}.panel-close.svelte-haz8b9:hover{color:#fff;background:#222}.panel-body.svelte-haz8b9{padding:1.25rem;overflow-y:auto}@keyframes svelte-haz8b9-panelFadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-haz8b9-panelScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.verify-banner.svelte-118ro6e{color:#fbbf24;background:#1a1500;border-bottom:1px solid #92400e;justify-content:center;align-items:center;gap:1rem;padding:.625rem 1rem;font-size:.8125rem;display:flex}.verify-btn.svelte-118ro6e{color:#fbbf24;cursor:pointer;background:#92400e;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.75rem}.verify-btn.svelte-118ro6e:hover{background:#78350f}.dashboard.svelte-118ro6e{height:calc(100vh - 53px);display:flex;overflow:hidden}.sidebar.svelte-118ro6e{border-right:1px solid #222;flex-direction:column;flex:none;min-width:320px;display:flex;overflow:visible}.shorten-card.svelte-118ro6e{border-bottom:1px solid #222;padding:1rem}.shorten-card.svelte-118ro6e h2:where(.svelte-118ro6e){color:#fff;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.shorten-row.svelte-118ro6e{gap:.5rem;display:flex}.shorten-row.svelte-118ro6e input:where(.svelte-118ro6e){color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:6px;flex:1;padding:.625rem .75rem;font-size:.8125rem}.shorten-row.svelte-118ro6e input:where(.svelte-118ro6e):focus{border-color:#6366f1;outline:none}.locked-alias.svelte-118ro6e{color:#555;background:#0a0a0a;border:1px solid #333;border-radius:6px;flex:1;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem;display:flex}.locked-alias.svelte-118ro6e svg:where(.svelte-118ro6e){color:#6366f1;opacity:.6;flex-shrink:0}.locked-alias.svelte-118ro6e span:where(.svelte-118ro6e){flex:1}.btn-upgrade-sm.svelte-118ro6e{color:#fff;white-space:nowrap;background:#6366f1;border:none;border-radius:4px;padding:.2rem .5rem;font-size:.625rem;font-weight:600;text-decoration:none}.org-switcher.svelte-118ro6e{align-items:center;gap:.375rem;margin:.75rem 1rem;display:flex}.org-switcher.svelte-118ro6e select:where(.svelte-118ro6e){color:#fff;cursor:pointer;background:#0a0a0a;border:1px solid #333;border-radius:6px;flex:1;padding:.4rem .625rem;font-size:.75rem}.org-switcher.svelte-118ro6e select:where(.svelte-118ro6e):focus{border-color:#6366f1;outline:none}.org-warning.svelte-118ro6e{color:#f6ad55;background:#33261a;border:1px solid #f6ad55;border-radius:6px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.6875rem;line-height:1.4}.sidebar-tabs.svelte-118ro6e{scrollbar-width:none;border-bottom:1px solid #222;gap:0;padding:0 .5rem;display:flex;overflow-x:auto}.key-new-banner.svelte-118ro6e{background:#1a1a2e;border:1px solid #6366f1;border-radius:8px;margin-bottom:.875rem;padding:.75rem}.key-create.svelte-118ro6e{gap:.5rem;margin-bottom:.875rem;display:flex}.key-create.svelte-118ro6e .totp-input:where(.svelte-118ro6e){flex:1;margin-top:0}.key-row.svelte-118ro6e{border-bottom:1px solid #22223a;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.key-row.svelte-118ro6e:last-child{border-bottom:none}.key-meta.svelte-118ro6e{flex-direction:column;gap:.125rem;display:flex}.key-name.svelte-118ro6e{color:#e5e5f5;font-size:.8125rem}.key-prefix.svelte-118ro6e{color:#6366f1;background:0 0;border:none;padding:0;font-size:.6875rem}.key-revoke.svelte-118ro6e{color:#ef4444;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.25rem;font-size:1.125rem;line-height:1}.key-revoke.svelte-118ro6e:hover{opacity:1}.sidebar-tabs.svelte-118ro6e::-webkit-scrollbar{display:none}.sidebar-tab.svelte-118ro6e{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:.375rem;padding:.625rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s;display:flex}.sidebar-tab.svelte-118ro6e:hover{color:#aaa}.sidebar-tab.active.svelte-118ro6e{color:#fff;border-bottom-color:#6366f1}.sidebar-tab.svelte-118ro6e svg:where(.svelte-118ro6e){opacity:.5}.sidebar-tab.active.svelte-118ro6e svg:where(.svelte-118ro6e){opacity:1}.tab-count.svelte-118ro6e{color:#555;font-size:.625rem;font-weight:400}.sidebar-tab.active.svelte-118ro6e .tab-count:where(.svelte-118ro6e){color:#6366f1}.tab-content.svelte-118ro6e{flex-direction:column;flex:1;padding:.75rem;display:flex;overflow-y:auto}.upgrade-banner.svelte-118ro6e{background:linear-gradient(135deg,#0f1f0f 0%,#1a1a2e 100%);border:1px solid #22543d;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.upgrade-banner.svelte-118ro6e svg:where(.svelte-118ro6e){color:#68d391;flex-shrink:0}.upgrade-banner-text.svelte-118ro6e{flex:1}.upgrade-banner-text.svelte-118ro6e strong:where(.svelte-118ro6e){color:#fff;margin-bottom:.25rem;font-size:.8125rem;display:block}.upgrade-banner-text.svelte-118ro6e p:where(.svelte-118ro6e){color:#68d391;margin:0;font-size:.75rem}.links-sidebar.svelte-118ro6e{flex-direction:column;flex:1;display:flex;overflow:hidden}.links-sidebar-header.svelte-118ro6e{border-bottom:1px solid #222;padding:.5rem .75rem}.search-input.svelte-118ro6e{color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.8125rem}.search-input.svelte-118ro6e:focus{border-color:#6366f1;outline:none}.links-scroll.svelte-118ro6e{flex:1;overflow-y:auto}.loading-more.svelte-118ro6e{text-align:center;color:var(--text-muted);padding:12px;font-size:13px}.link-item.svelte-118ro6e{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.link-item.svelte-118ro6e:hover{background:#141414}.link-item.selected.svelte-118ro6e{background:#141414;border-left:2px solid #6366f1}.link-item-left.svelte-118ro6e{align-items:center;gap:.625rem;min-width:0;display:flex}.link-favicon.svelte-118ro6e{object-fit:contain;flex-shrink:0;width:18px;height:18px}.link-code.svelte-118ro6e{color:#fff;font-size:.875rem;font-weight:500}.link-url.svelte-118ro6e{color:#555;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.75rem;overflow:hidden}.link-clicks.svelte-118ro6e{color:#555;white-space:nowrap;font-size:.6875rem}.main-content.svelte-118ro6e{flex:1;padding:1.5rem 2rem;overflow-y:auto}.all-links-view.svelte-118ro6e{flex-direction:column;gap:1.25rem;display:flex}.analytics-header.svelte-118ro6e{justify-content:space-between;align-items:center;display:flex}.analytics-header.svelte-118ro6e h2:where(.svelte-118ro6e){color:#fff;font-size:1.125rem;font-weight:700}.analytics-actions.svelte-118ro6e{align-items:center;gap:.5rem;display:flex}.stats-cards.svelte-118ro6e{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.stat-card.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;padding:1rem}.stat-value.svelte-118ro6e{color:#fff;font-size:1.5rem;font-weight:700}.stat-label.svelte-118ro6e{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-top:.375rem;font-size:.625rem}.chart-section.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;padding:1.25rem}.chart-section.svelte-118ro6e h3:where(.svelte-118ro6e){color:#fff;margin-bottom:1rem;font-size:.8125rem;font-weight:600}.bar-chart.svelte-118ro6e{align-items:flex-end;gap:2px;height:140px;margin-bottom:1.25rem;padding-top:.5rem;display:flex;position:relative}.bar-col.svelte-118ro6e{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.bar.svelte-118ro6e{border-radius:3px 3px 0 0;width:100%;min-height:2px;transition:height .3s}.bar-primary.svelte-118ro6e{background:#6366f1}.bar-secondary.svelte-118ro6e{background:#333}.bar-label.svelte-118ro6e{color:#555;flex-direction:column;align-items:center;font-size:.5625rem;line-height:1.25;display:flex;position:absolute;bottom:-1.9rem;left:0;right:0}.bar-label.svelte-118ro6e .lbl-dow,.bar-label.svelte-118ro6e .lbl-dom{display:block}.bar-value.svelte-118ro6e{color:#666;margin-bottom:.125rem;font-size:.5625rem}.countries-section.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;padding:1.25rem}.countries-section.svelte-118ro6e h3:where(.svelte-118ro6e){color:#fff;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.country-row.svelte-118ro6e{align-items:center;gap:.625rem;padding:.375rem 0;display:flex}.country-flag.svelte-118ro6e{text-align:center;width:20px;font-size:.875rem}.country-info.svelte-118ro6e{flex:1;align-items:center;gap:.5rem;display:flex}.country-name.svelte-118ro6e{color:#ccc;min-width:60px;font-size:.75rem}.country-bar-track.svelte-118ro6e{background:#1a1a1a;border-radius:2px;flex:1;height:5px;overflow:hidden}.country-bar-fill.svelte-118ro6e{background:#6366f1;border-radius:2px;height:100%;transition:width .3s}.country-count.svelte-118ro6e{color:#555;text-align:right;min-width:24px;font-size:.6875rem}.detail-grid.svelte-118ro6e{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.detail-card.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;min-height:100px;padding:1rem;position:relative}.detail-card.svelte-118ro6e h4:where(.svelte-118ro6e){color:#fff;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.detail-row.svelte-118ro6e{border-bottom:1px solid #111;justify-content:space-between;align-items:center;padding:.375rem 0;display:flex}.detail-row.svelte-118ro6e:last-child{border-bottom:none}.detail-label.svelte-118ro6e{color:#aaa;font-size:.75rem}.detail-value.svelte-118ro6e{color:#666;font-size:.75rem}.empty-small.svelte-118ro6e{color:#555;padding:.5rem 0;font-size:.75rem}.telegram-header.svelte-118ro6e{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.telegram-header.svelte-118ro6e h3:where(.svelte-118ro6e){color:#fff;font-size:.8125rem}.telegram-desc.svelte-118ro6e{color:#aaa;margin-bottom:1rem;font-size:.8125rem;line-height:1.5}.tg-code-box.svelte-118ro6e{text-align:center;border:1px solid #229ed9;border-radius:8px;margin-bottom:.5rem;padding:.75rem}.tg-code.svelte-118ro6e{color:#229ed9;letter-spacing:.1em;font-family:monospace;font-size:1.25rem;font-weight:700}.tg-code-hint.svelte-118ro6e{color:#aaa;margin:.5rem 0;font-size:.75rem}.telegram-bot-line.svelte-118ro6e{color:#aaa;margin-top:.75rem;font-size:.75rem}.telegram-bot-line.svelte-118ro6e a:where(.svelte-118ro6e){color:#229ed9}.locked-section.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;min-height:100px;position:relative}.locked-overlay.svelte-118ro6e{z-index:2;background:#0a0a0ad9;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:absolute;inset:0}.locked-overlay.svelte-118ro6e svg:where(.svelte-118ro6e){color:#6366f1;opacity:.8}.locked-overlay.svelte-118ro6e p:where(.svelte-118ro6e){color:#aaa;font-size:.8125rem;font-weight:500}.btn-upgrade.svelte-118ro6e{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;text-decoration:none}.btn-upgrade.svelte-118ro6e:hover{background:#5558e6}.stats-loading-overlay.svelte-118ro6e{color:#555;justify-content:center;align-items:center;gap:.75rem;min-height:320px;display:flex}.stats-loading-overlay.svelte-118ro6e .spinner:where(.svelte-118ro6e){border:3px solid #222;border-top-color:#6366f1;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite svelte-118ro6e-stats-spin}@keyframes svelte-118ro6e-stats-spin{to{transform:rotate(360deg)}}.stats-view.svelte-118ro6e{flex-direction:column;gap:1.25rem;display:flex}.back-btn.svelte-118ro6e{color:#888;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;padding:.375rem .75rem;font-size:.75rem}.back-btn.svelte-118ro6e:hover{color:#6366f1;border-color:#6366f1}.stats-header.svelte-118ro6e{align-items:center;gap:1rem;display:flex}.stats-header.svelte-118ro6e h2:where(.svelte-118ro6e){margin-bottom:0;font-size:1.5rem;font-weight:700}.link-info.svelte-118ro6e{align-items:baseline;gap:.75rem;display:flex}.link-url-full.svelte-118ro6e{color:#555;font-size:.875rem}.stats-actions.svelte-118ro6e{align-items:center;gap:.5rem;display:flex}.spacer.svelte-118ro6e{flex:1}.btn-icon.svelte-118ro6e{color:#888;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;transition:all .15s;display:flex}.btn-icon.svelte-118ro6e:hover{color:#6366f1;border-color:#6366f1}.btn-icon.btn-delete.svelte-118ro6e:hover{color:#ef4444;border-color:#ef4444}.bot-toggle.svelte-118ro6e{justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:relative}.bot-toggle.svelte-118ro6e svg:where(.svelte-118ro6e){display:block}.bot-toggle.svelte-118ro6e:after{content:"";opacity:0;pointer-events:none;background:currentColor;border-radius:2px;width:25px;height:2.5px;transition:opacity .15s;position:absolute;transform:rotate(-45deg)}.bot-toggle.active.svelte-118ro6e:after{opacity:1}.bot-toggle.active.svelte-118ro6e{color:#6366f1;border-color:#6366f1}.click-log.svelte-118ro6e{background:#141414;border:1px solid #222;border-radius:10px;padding:1.25rem}.click-log.svelte-118ro6e h3:where(.svelte-118ro6e){color:#fff;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}table.svelte-118ro6e{border-collapse:collapse;width:100%;font-size:.75rem}th.svelte-118ro6e{text-align:left;color:#555;border-bottom:1px solid #222;padding:.5rem;font-weight:500}td.svelte-118ro6e{color:#aaa;border-bottom:1px solid #111;padding:.5rem}.time-filter.svelte-118ro6e{color:#888;cursor:pointer;background:#141414;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-size:.75rem}.time-filter.svelte-118ro6e:focus{border-color:#6366f1;outline:none}.tag-input-row.svelte-118ro6e{gap:.5rem;margin-bottom:.75rem;display:flex}.tag-input-row.svelte-118ro6e input:where(.svelte-118ro6e){color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:4px;flex:1;padding:.375rem .5rem;font-size:.75rem}.tag-input-row.svelte-118ro6e input:where(.svelte-118ro6e):focus{border-color:#6366f1;outline:none}.tag-list.svelte-118ro6e{flex-wrap:wrap;gap:.375rem;display:flex}.tag-chip.svelte-118ro6e{border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;display:flex}.tag-delete.svelte-118ro6e{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.tag-delete.svelte-118ro6e:hover{opacity:1}.link-tags-section.svelte-118ro6e{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.link-tags-label.svelte-118ro6e{color:#555;font-size:.75rem}.link-tags-list.svelte-118ro6e{flex-wrap:wrap;gap:.375rem;display:flex}.tag-chip-sm.svelte-118ro6e{cursor:pointer;border:1px solid;border-radius:4px;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;transition:all .15s}.tag-chip-sm.active.svelte-118ro6e{color:#fff!important}.tag-chip-sm.svelte-118ro6e:hover{opacity:.8}.tag-chip-assigned.svelte-118ro6e{align-items:center;gap:.25rem;display:flex}.no-tags.svelte-118ro6e{color:#444;font-size:.75rem}.new-link-tags.svelte-118ro6e{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.add-tag-dropdown.svelte-118ro6e{display:inline-flex;position:relative}.add-tag-btn.svelte-118ro6e{color:#666;cursor:pointer;background:#141414;border:1px solid #333;border-radius:4px;outline:none;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.6875rem;display:inline-flex}.add-tag-btn.svelte-118ro6e:hover{color:#aaa;border-color:#555}.add-tag-menu.svelte-118ro6e{z-index:20;background:#1a1a1a;border:1px solid #333;border-radius:6px;min-width:140px;max-height:160px;padding:.25rem 0;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px #00000080}.add-tag-option.svelte-118ro6e{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.375rem;width:100%;padding:.375rem .5rem;font-size:.6875rem;display:flex}.add-tag-option.svelte-118ro6e:hover{background:#222}.add-tag-dot.svelte-118ro6e{border-radius:50%;flex-shrink:0;width:8px;height:8px}.domain-select.svelte-118ro6e{color:#fff;cursor:pointer;background:#0a0a0a;border:1px solid #333;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.8125rem}.domain-select.svelte-118ro6e:focus{border-color:#6366f1;outline:none}.link-item-tags.svelte-118ro6e{gap:.25rem;margin-top:.25rem;display:flex}.tag-dot.svelte-118ro6e{border-radius:50%;width:6px;height:6px}.tag-filter.svelte-118ro6e{align-items:center;gap:.75rem;display:flex}.tag-filter-label.svelte-118ro6e{color:#555;white-space:nowrap;font-size:.75rem}.tag-filter-chips.svelte-118ro6e{flex-wrap:wrap;gap:.375rem;display:flex}.qr-overlay.svelte-118ro6e{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.qr-modal.svelte-118ro6e{background:#111;border:1px solid #222;border-radius:12px;width:320px;overflow:hidden}.qr-header.svelte-118ro6e{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.qr-header.svelte-118ro6e h3:where(.svelte-118ro6e){color:#fff;margin:0;font-size:.875rem;font-weight:600}.qr-body.svelte-118ro6e{text-align:center;padding:1.5rem}.qr-image.svelte-118ro6e{border-radius:8px;width:200px;height:200px}.qr-url.svelte-118ro6e{color:#555;word-break:break-all;margin-top:.75rem;font-size:.75rem}.qr-actions.svelte-118ro6e{gap:.5rem;padding:0 1rem 1rem;display:flex}.qr-actions.svelte-118ro6e .btn-primary-sm:where(.svelte-118ro6e){flex:1}.btn-outline.svelte-118ro6e{color:#888!important;background:0 0!important;border:1px solid #333!important}.btn-outline.svelte-118ro6e:hover{color:#6366f1!important;border-color:#6366f1!important}.totp-section.svelte-118ro6e{border-top:1px solid #222;margin-top:.75rem;padding-top:.75rem}.totp-header.svelte-118ro6e{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.totp-title.svelte-118ro6e{text-transform:uppercase;letter-spacing:.05em;color:#666;font-size:.6875rem;font-weight:600}.totp-badge.svelte-118ro6e{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.125rem .375rem;font-size:.5625rem;font-weight:700}.totp-badge.on.svelte-118ro6e{color:#22c55e;background:#22c55e1f}.totp-badge.off.svelte-118ro6e{color:#ef4444;background:#ef44441a}.totp-setup.svelte-118ro6e{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.totp-qr.svelte-118ro6e{border-radius:8px;align-self:center;width:148px;height:148px}.totp-hint.svelte-118ro6e{color:#888;margin:0;font-size:.6875rem;line-height:1.4}.totp-secret.svelte-118ro6e{color:#6366f1;word-break:break-all;background:#13131f;border-radius:4px;padding:.375rem .5rem;font-size:.6875rem;display:block}.totp-input.svelte-118ro6e,.totp-setup.svelte-118ro6e input:where(.svelte-118ro6e){letter-spacing:.4em;text-align:center;color:#fff;background:#0d0d14;border:1px solid #333;border-radius:4px;width:100%;padding:.375rem .5rem;font-size:.875rem}.totp-error.svelte-118ro6e{color:#ef4444;font-size:.6875rem}.totp-actions.svelte-118ro6e{gap:.375rem;display:flex}.totp-disable.svelte-118ro6e summary:where(.svelte-118ro6e){color:#ef4444;cursor:pointer;margin-bottom:.375rem;font-size:.6875rem}.totp-disable[open].svelte-118ro6e summary:where(.svelte-118ro6e){margin-bottom:.5rem}.totp-disable.svelte-118ro6e input:where(.svelte-118ro6e){width:100%;margin-bottom:.375rem}.totp-disable-btn.svelte-118ro6e{background:#7f1d1d!important}.totp-disable-btn.svelte-118ro6e:hover{background:#991b1b!important}.recovery-panel.svelte-118ro6e{background:#0f1a0f;border:1px solid #22c55e;border-radius:6px;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.625rem;display:flex}.recovery-panel.svelte-118ro6e strong:where(.svelte-118ro6e){color:#22c55e;text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.recovery-codes.svelte-118ro6e{color:#86efac;white-space:pre-wrap;word-break:break-all;background:#13131f;border-radius:4px;padding:.375rem .5rem;font-size:.625rem;line-height:1.6;display:block}@media (width<=1024px){.dashboard.svelte-118ro6e{flex-direction:column;height:auto;overflow:auto}.sidebar.svelte-118ro6e{border-bottom:1px solid #222;border-right:none;width:100%;min-width:0;max-height:400px;overflow:hidden}.stats-cards.svelte-118ro6e{grid-template-columns:repeat(2,1fr)}.detail-grid.svelte-118ro6e{grid-template-columns:1fr}}@media (width<=600px){.main-content.svelte-118ro6e{padding:1rem}.stats-cards.svelte-118ro6e{grid-template-columns:1fr}}.edit-dest-row.svelte-118ro6e{align-items:center;gap:.375rem;display:flex}.edit-dest-input.svelte-118ro6e{color:#fff;background:#111;border:1px solid #333;border-radius:4px;flex:1;padding:.375rem .5rem;font-size:.8125rem}.edit-dest-input.svelte-118ro6e:focus{border-color:#6366f1;outline:none}.btn-sm.svelte-118ro6e{padding:.25rem .5rem;font-size:.6875rem}.btn-secondary.svelte-118ro6e{color:#aaa;background:#333;border:1px solid #444}.btn-secondary.svelte-118ro6e:hover{color:#6366f1;border-color:#6366f1}.plans-page.svelte-1559dfm{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.hero.svelte-1559dfm{text-align:center;margin-bottom:3rem}.hero.svelte-1559dfm h1:where(.svelte-1559dfm){margin-bottom:.5rem;font-size:2rem}.hero.svelte-1559dfm p:where(.svelte-1559dfm){color:#888}.table-wrap.svelte-1559dfm{margin-bottom:4rem}.comparison.svelte-1559dfm{border-collapse:collapse;width:100%;font-size:.8125rem}.comparison.svelte-1559dfm th:where(.svelte-1559dfm),.comparison.svelte-1559dfm td:where(.svelte-1559dfm){text-align:center;border-bottom:1px solid #1a1a1a;padding:.75rem 1rem}.feature-col.svelte-1559dfm{width:30%;text-align:left!important}.plan-col.svelte-1559dfm{vertical-align:top;width:17.5%;position:relative}.plan-col.popular.svelte-1559dfm{background:#a78bfa0a}.plan-col.current.svelte-1559dfm{background:#22c55e0f}.current-tag.svelte-1559dfm{color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#22c55e;border-radius:99px;padding:.15rem .625rem;font-size:.5625rem;font-weight:700;position:absolute;top:-.5rem;left:50%;transform:translate(-50%)}.btn-current.svelte-1559dfm{color:#fff;background:#22c55e;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.popular-tag.svelte-1559dfm{color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#a78bfa;border-radius:99px;padding:.15rem .625rem;font-size:.5625rem;font-weight:700;position:absolute;top:-.5rem;left:50%;transform:translate(-50%)}.plan-name.svelte-1559dfm{margin:.5rem 0 .25rem;font-size:.9375rem;font-weight:700}.plan-price.svelte-1559dfm{margin-bottom:.75rem}.price.svelte-1559dfm{color:#fff;font-size:1.5rem;font-weight:700}.period.svelte-1559dfm{color:#666;margin-left:.125rem;font-size:.75rem}.btn-cta.svelte-1559dfm{border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-block}.btn-popular.svelte-1559dfm:hover{opacity:.9}.btn-cta.svelte-1559dfm:disabled{opacity:.5;cursor:wait}.checkout-error.svelte-1559dfm{background:var(--danger);border:1px solid var(--danger-border);border-radius:var(--radius);max-width:720px;color:var(--danger-text);text-align:center;margin:1rem auto;padding:.75rem 1rem;font-size:.8125rem}.section-row.svelte-1559dfm td:where(.svelte-1559dfm){border-bottom:1px solid #222}.section-title.svelte-1559dfm{color:#555;text-transform:uppercase;letter-spacing:.06em;background:#0d0d0d;font-size:.6875rem;font-weight:700;text-align:left!important;padding:1rem 1rem .5rem!important}.feature-name.svelte-1559dfm{color:#ccc;font-weight:500;text-align:left!important}.plan-cell.popular.svelte-1559dfm{background:#a78bfa0a}.plan-cell.current.svelte-1559dfm{background:#22c55e0f}.icon-check.svelte-1559dfm{color:#22c55e;width:16px;height:16px;display:inline-block}.icon-cross.svelte-1559dfm{color:#333;width:14px;height:14px;display:inline-block}.cell-text.svelte-1559dfm{color:#aaa;font-weight:500}.faq.svelte-1559dfm{max-width:700px;margin:0 auto}.faq.svelte-1559dfm h2:where(.svelte-1559dfm){text-align:center;margin-bottom:2rem;font-size:1.5rem}.faq-item.svelte-1559dfm{border-bottom:1px solid #222;padding:1rem 0}.faq-item.svelte-1559dfm summary:where(.svelte-1559dfm){cursor:pointer;color:#fff;font-size:.9375rem;font-weight:500}.faq-item.svelte-1559dfm p:where(.svelte-1559dfm){color:#888;margin-top:.5rem;font-size:.875rem}.demo-banner.svelte-1559dfm{text-align:center;background:linear-gradient(135deg,#a78bfa1a,#b794f40d);border:1px solid #a78bfa4d;border-radius:12px;max-width:600px;margin:0 auto 4rem;padding:2rem}.demo-content.svelte-1559dfm h3:where(.svelte-1559dfm){color:#a78bfa;margin-bottom:.5rem;font-size:1.25rem}.demo-content.svelte-1559dfm p:where(.svelte-1559dfm){color:#888;margin-bottom:1rem;font-size:.875rem}.btn-demo.svelte-1559dfm{color:#fff;cursor:pointer;background:#a78bfa;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-block}.btn-demo.svelte-1559dfm:hover{opacity:.9}.btn-demo.svelte-1559dfm:disabled{opacity:.5;cursor:not-allowed}.demo-error.svelte-1559dfm{color:#ef4444;margin-top:.75rem;font-size:.8125rem}.features-page.svelte-1nh4nx5{max-width:1000px;margin:0 auto;padding:3rem 2rem}.hero.svelte-1nh4nx5{text-align:center;padding:4rem 0}.hero.svelte-1nh4nx5 h1:where(.svelte-1nh4nx5){margin-bottom:1rem;font-size:2.5rem}.hero.svelte-1nh4nx5 p:where(.svelte-1nh4nx5){color:#888;max-width:500px;margin:0 auto 1.5rem;font-size:1.125rem}.features-grid.svelte-1nh4nx5{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.feature-card.svelte-1nh4nx5{background:#111;border:1px solid #222;border-radius:12px;padding:1.5rem}.icon.svelte-1nh4nx5{margin-bottom:.75rem;font-size:1.5rem;display:block}.feature-card.svelte-1nh4nx5 h3:where(.svelte-1nh4nx5){margin-bottom:.5rem;font-size:1rem}.feature-card.svelte-1nh4nx5 p:where(.svelte-1nh4nx5){color:#888;font-size:.875rem}.analytics-section.svelte-1nh4nx5{text-align:center;margin:4rem 0}.analytics-section.svelte-1nh4nx5 h2:where(.svelte-1nh4nx5){margin-bottom:2rem;font-size:1.75rem}.analytics-card.svelte-1nh4nx5{text-align:left;background:#111;border:1px solid #222;border-radius:12px;padding:2rem}.analytics-card.svelte-1nh4nx5 h3:where(.svelte-1nh4nx5){margin-bottom:1rem;font-size:1rem}.tabs.svelte-1nh4nx5{gap:.5rem;margin-bottom:1.5rem;display:flex}.tab.svelte-1nh4nx5{color:#888;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;padding:.375rem .75rem;font-size:.75rem}.tab.active.svelte-1nh4nx5{color:#6366f1;border-color:#6366f1}.stats-row.svelte-1nh4nx5{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat.svelte-1nh4nx5{text-align:center}.stat-val.svelte-1nh4nx5{font-size:1.5rem;font-weight:700;display:block}.stat-lbl.svelte-1nh4nx5{color:#888;font-size:.75rem}.cta.svelte-1nh4nx5{text-align:center;padding:4rem 0 2rem}.cta.svelte-1nh4nx5 h2:where(.svelte-1nh4nx5){margin-bottom:.5rem;font-size:1.75rem}.cta.svelte-1nh4nx5 p:where(.svelte-1nh4nx5){color:#888;margin-bottom:1.5rem}.bar-list.svelte-1nh4nx5{flex-direction:column;gap:.75rem;display:flex}.bar-row.svelte-1nh4nx5{align-items:center;gap:.75rem;display:flex}.bar-label.svelte-1nh4nx5{color:#ccc;text-align:right;flex-shrink:0;width:120px;font-size:.8125rem}.bar-track.svelte-1nh4nx5{background:#1a1a1a;border-radius:4px;flex:1;height:8px;overflow:hidden}.bar-fill.svelte-1nh4nx5{background:#6366f1;border-radius:4px;height:100%;transition:width .3s}.bar-val.svelte-1nh4nx5{color:#888;text-align:right;width:40px;font-size:.8125rem}.static-page.svelte-13tj7i{max-width:700px;margin:0 auto;padding:3rem 2rem}h1.svelte-13tj7i{margin-bottom:.5rem;font-size:2rem}.updated.svelte-13tj7i{color:#555;margin-bottom:2rem;font-size:.8125rem}h2.svelte-13tj7i{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}p.svelte-13tj7i{color:#888;margin-bottom:1rem;line-height:1.7}ul.svelte-13tj7i{color:#888;margin-bottom:1rem;padding-left:1.5rem}li.svelte-13tj7i{margin-bottom:.5rem;line-height:1.6}.static-page.svelte-9amksf{max-width:700px;margin:0 auto;padding:3rem 2rem}h1.svelte-9amksf{margin-bottom:.5rem;font-size:2rem}.updated.svelte-9amksf{color:#555;margin-bottom:2rem;font-size:.8125rem}h2.svelte-9amksf{margin-top:2rem;margin-bottom:.5rem;font-size:1.125rem}p.svelte-9amksf{color:#888;margin-bottom:.75rem;line-height:1.7}ul.svelte-9amksf{color:#888;margin-bottom:.75rem;padding-left:1.5rem}li.svelte-9amksf{margin-bottom:.375rem;line-height:1.6}a{color:#6366f1}.contact-page.svelte-1ffqsuu{max-width:700px;margin:0 auto;padding:3rem 2rem}h1.svelte-1ffqsuu{margin-bottom:.5rem;font-size:2rem}.subtitle.svelte-1ffqsuu{color:#888;margin-bottom:2.5rem}.contact-grid.svelte-1ffqsuu{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.contact-card.svelte-1ffqsuu{background:#111;border:1px solid #222;border-radius:12px;padding:1.5rem}.contact-card.svelte-1ffqsuu h3:where(.svelte-1ffqsuu){margin-bottom:.5rem;font-size:.9375rem}.contact-card.svelte-1ffqsuu a:where(.svelte-1ffqsuu){color:#888;font-size:.8125rem}.social-links.svelte-1ffqsuu{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.social-link.svelte-1ffqsuu{color:#ccc;align-items:center;gap:.625rem;font-size:.9375rem;text-decoration:none;display:inline-flex}.social-link.svelte-1ffqsuu:hover{color:#fff}.social-icon.svelte-1ffqsuu{color:#229ed9;flex-shrink:0;width:20px;height:20px}.info-section.svelte-1ffqsuu{margin-bottom:2rem}.info-section.svelte-1ffqsuu h2:where(.svelte-1ffqsuu){margin-bottom:.5rem;font-size:1.125rem}.info-section.svelte-1ffqsuu p:where(.svelte-1ffqsuu){color:#888;font-size:.9375rem}.support-login.svelte-f0zxgu{justify-content:center;align-items:center;min-height:calc(100vh - 53px);padding:2rem;display:flex}.card.svelte-f0zxgu{background:#111;border:1px solid #222;border-top:3px solid #0ea5e9;border-radius:12px;width:100%;max-width:380px;padding:2rem}.mode-badge.svelte-f0zxgu{letter-spacing:.04em;text-transform:uppercase;color:#0ea5e9;background:#0ea5e926;border:1px solid #0ea5e966;border-radius:999px;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-block}h1.svelte-f0zxgu{color:#fff;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.subtitle.svelte-f0zxgu{color:#666;margin:0 0 1.5rem;font-size:.8125rem}.error.svelte-f0zxgu{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.8125rem}.field.svelte-f0zxgu{margin-bottom:1rem}label.svelte-f0zxgu{color:#888;margin-bottom:.375rem;font-size:.75rem;display:block}input.svelte-f0zxgu{color:#fff;box-sizing:border-box;background:#0a0a0a;border:1px solid #333;border-radius:6px;width:100%;padding:.625rem .75rem;font-size:.8125rem}input.svelte-f0zxgu:focus{border-color:#0ea5e9;outline:none}.pass-field.svelte-f0zxgu{position:relative}.pass-field.svelte-f0zxgu input:where(.svelte-f0zxgu){padding-right:2.5rem}.eye-btn.svelte-f0zxgu{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.eye-btn.svelte-f0zxgu:hover{color:#0ea5e9}.btn-primary.svelte-f0zxgu{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:6px;width:100%;padding:.625rem;font-size:.875rem;font-weight:600;transition:background .15s}.btn-primary.svelte-f0zxgu:hover{background:#0284c7}.btn-primary.svelte-f0zxgu:disabled{opacity:.5;cursor:not-allowed}.back-link.svelte-f0zxgu{text-align:center;color:#555;margin-top:1rem;font-size:.75rem;text-decoration:none;display:block}.back-link.svelte-f0zxgu:hover{color:#0ea5e9}.support-layout.svelte-16bmun7{height:calc(100vh - 53px);display:flex;overflow:hidden}.loading.svelte-16bmun7{color:#555;text-align:center;padding:2rem}.ticket-list.svelte-16bmun7{border-right:1px solid #222;flex-direction:column;width:320px;min-width:320px;display:flex;overflow:hidden}.list-header.svelte-16bmun7{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1rem;display:flex}.list-header.svelte-16bmun7 h2:where(.svelte-16bmun7){color:#fff;margin:0;font-size:.875rem;font-weight:600}.ticket-items.svelte-16bmun7{flex:1;overflow-y:auto}.ticket-item.svelte-16bmun7{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #111;width:100%;padding:.75rem 1rem;transition:background .1s;display:block}.ticket-item.svelte-16bmun7:hover{background:#111}.ticket-item.active.svelte-16bmun7{background:#141414;border-left:2px solid #6366f1}.ticket-top.svelte-16bmun7{justify-content:space-between;margin-bottom:.25rem;display:flex}.ticket-id.svelte-16bmun7{color:#555;font-family:monospace;font-size:.6875rem}.ticket-status.svelte-16bmun7{text-transform:uppercase;font-size:.6875rem;font-weight:600}.ticket-subject.svelte-16bmun7{color:#ccc;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.8125rem;overflow:hidden}.ticket-meta.svelte-16bmun7{color:#555;justify-content:space-between;font-size:.6875rem;display:flex}.load-more.svelte-16bmun7{color:#6366f1;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:1px solid #111;width:100%;padding:.5rem;font-size:.75rem;display:block}.load-more.svelte-16bmun7:hover{background:#111}.ticket-detail.svelte-16bmun7{flex-direction:column;flex:1;display:flex;overflow:hidden}.empty-state.svelte-16bmun7{color:#444;flex:1;justify-content:center;align-items:center;display:flex}.detail-header.svelte-16bmun7{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.detail-title.svelte-16bmun7{align-items:center;gap:.5rem;display:flex}.detail-title.svelte-16bmun7 h3:where(.svelte-16bmun7){color:#fff;margin:0;font-size:1rem;font-weight:600}.status-badge.svelte-16bmun7{text-transform:uppercase;font-size:.6875rem;font-weight:600}.messages.svelte-16bmun7{flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1.5rem;display:flex;overflow-y:auto}.message.svelte-16bmun7{background:#141414;border:1px solid #222;border-radius:8px;max-width:80%;padding:.75rem 1rem}.message.support.svelte-16bmun7{background:#1a1a2e;border-color:#2a2a4a;align-self:flex-end}.reply-box.svelte-16bmun7{border-top:1px solid #222;flex-shrink:0;align-items:stretch;gap:.75rem;padding:1rem 1.5rem;display:flex}textarea.svelte-16bmun7{color:#fff;resize:none;background:#0a0a0a;border:1px solid #333;border-radius:6px;flex:1;padding:.625rem .75rem;font-family:inherit;font-size:.8125rem}textarea.svelte-16bmun7:focus{border-color:#6366f1;outline:none}.btn-primary.svelte-16bmun7{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:0 1.5rem;font-size:.8125rem;font-weight:600}.btn-primary.svelte-16bmun7:hover{background:#5558e6}.btn-primary.svelte-16bmun7:disabled{opacity:.5;cursor:not-allowed}.admin-login.svelte-1hsk8j2{justify-content:center;align-items:center;min-height:calc(100vh - 53px);padding:2rem;display:flex}.card.svelte-1hsk8j2{background:#111;border:1px solid #222;border-top:3px solid #ef4444;border-radius:12px;width:100%;max-width:380px;padding:2rem}.mode-badge.svelte-1hsk8j2{letter-spacing:.04em;text-transform:uppercase;color:#ef4444;background:#ef444426;border:1px solid #ef444466;border-radius:999px;margin-bottom:1rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;display:inline-block}h1.svelte-1hsk8j2{color:#fff;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.subtitle.svelte-1hsk8j2{color:#666;margin:0 0 1.5rem;font-size:.8125rem}.error.svelte-1hsk8j2{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.8125rem}.field.svelte-1hsk8j2{margin-bottom:1rem}label.svelte-1hsk8j2{color:#888;margin-bottom:.375rem;font-size:.75rem;display:block}input.svelte-1hsk8j2{color:#fff;box-sizing:border-box;background:#0a0a0a;border:1px solid #333;border-radius:6px;width:100%;padding:.625rem .75rem;font-size:.8125rem}input.svelte-1hsk8j2:focus{border-color:#ef4444;outline:none}.pass-field.svelte-1hsk8j2{position:relative}.pass-field.svelte-1hsk8j2 input:where(.svelte-1hsk8j2){padding-right:2.5rem}.eye-btn.svelte-1hsk8j2{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.eye-btn.svelte-1hsk8j2:hover{color:#ef4444}.btn-primary.svelte-1hsk8j2{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;width:100%;padding:.625rem;font-size:.875rem;font-weight:600;transition:background .15s}.btn-primary.svelte-1hsk8j2:hover{background:#dc2626}.btn-primary.svelte-1hsk8j2:disabled{opacity:.5;cursor:not-allowed}.back-link.svelte-1hsk8j2{text-align:center;color:#555;margin-top:1rem;font-size:.75rem;text-decoration:none;display:block}.back-link.svelte-1hsk8j2:hover{color:#ef4444}.admin-dash.svelte-1x8p57z{color:#e5e5e5;box-sizing:border-box;max-width:960px;min-height:calc(100vh - 53px);margin:0 auto;padding:1.5rem}.topbar.svelte-1x8p57z{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.brand.svelte-1x8p57z{color:#fff;font-size:1rem;font-weight:700}.loading.svelte-1x8p57z,.error.svelte-1x8p57z{text-align:center;color:#888;padding:2rem}.error.svelte-1x8p57z{color:#ef4444}.tabs.svelte-1x8p57z{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.refresh-btn.svelte-1x8p57z{color:#aaa;cursor:pointer;background:#161616;border:1px solid #2a2a2a;border-radius:8px;justify-content:center;align-items:center;margin-left:auto;padding:.5rem;transition:all .2s;display:flex}.refresh-btn.svelte-1x8p57z:hover:not(:disabled){color:#6366f1;border-color:#6366f1}.refresh-btn.svelte-1x8p57z:disabled{opacity:.5;cursor:default}.refresh-btn.svelte-1x8p57z svg.spin:where(.svelte-1x8p57z){animation:.8s linear infinite svelte-1x8p57z-spin}@keyframes svelte-1x8p57z-spin{to{transform:rotate(360deg)}}.tab.svelte-1x8p57z{color:#aaa;cursor:pointer;background:#161616;border:1px solid #2a2a2a;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem}.tab.active.svelte-1x8p57z{color:#fff;background:#6366f1;border-color:#6366f1;font-weight:600}.stat-cards.svelte-1x8p57z{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.card.svelte-1x8p57z{background:#161616;border:1px solid #2a2a2a;border-radius:10px;flex:1;min-width:160px;padding:1rem}.card.svelte-1x8p57z .val:where(.svelte-1x8p57z){color:#fff;font-size:1.5rem;font-weight:700}.card.svelte-1x8p57z .lbl:where(.svelte-1x8p57z){color:#777;margin-top:.25rem;font-size:.75rem}.card.alert.svelte-1x8p57z{border-color:#ef4444}.card.alert.svelte-1x8p57z .val:where(.svelte-1x8p57z){color:#ef4444}.section.svelte-1x8p57z{background:#161616;border:1px solid #2a2a2a;border-radius:10px;margin-bottom:1.5rem;padding:1rem}.section.svelte-1x8p57z h3:where(.svelte-1x8p57z){color:#bbb;margin:0 0 .75rem;font-size:.8125rem;font-weight:600}table.svelte-1x8p57z{border-collapse:collapse;width:100%;font-size:.8125rem}th.svelte-1x8p57z{text-align:left;color:#777;text-transform:uppercase;border-bottom:1px solid #2a2a2a;padding:.375rem .5rem;font-size:.6875rem;font-weight:500}td.svelte-1x8p57z{color:#ccc;border-bottom:1px solid #202020;padding:.5rem}tr.svelte-1x8p57z:last-child td:where(.svelte-1x8p57z){border-bottom:none}.mono.svelte-1x8p57z{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.url.svelte-1x8p57z{text-overflow:ellipsis;white-space:nowrap;max-width:320px;overflow:hidden}.grid.svelte-1x8p57z{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.chart-section.svelte-1x8p57z{background:#161616;border:1px solid #2a2a2a;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.chart-section.svelte-1x8p57z h3:where(.svelte-1x8p57z){color:#bbb;margin:0 0 1rem;font-size:.8125rem;font-weight:600}.bar-chart.svelte-1x8p57z{align-items:flex-end;gap:2px;height:140px;margin-bottom:1.25rem;padding-top:.5rem;display:flex;position:relative}.bar-col.svelte-1x8p57z{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.bar.svelte-1x8p57z{border-radius:3px 3px 0 0;width:100%;min-height:2px;transition:height .3s}.bar-primary.svelte-1x8p57z{background:#6366f1}.bar-secondary.svelte-1x8p57z{background:#333}.bar-label.svelte-1x8p57z{color:#555;flex-direction:column;align-items:center;font-size:.5625rem;line-height:1.25;display:flex;position:absolute;bottom:-1.9rem;left:0;right:0}.bar-label.svelte-1x8p57z .lbl-dow,.bar-label.svelte-1x8p57z .lbl-dom{display:block}.bar-value.svelte-1x8p57z{color:#666;margin-bottom:.125rem;font-size:.5625rem}.chart-title-row.svelte-1x8p57z{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.chart-title-row.svelte-1x8p57z h3:where(.svelte-1x8p57z){margin:0}.legend.svelte-1x8p57z{flex-wrap:wrap;gap:.75rem;display:flex}.legend-item.svelte-1x8p57z{color:#888;align-items:center;gap:.3rem;font-size:.6875rem;display:inline-flex}.legend-dot.svelte-1x8p57z{border-radius:2px;width:8px;height:8px;display:inline-block}.bars-group.svelte-1x8p57z{flex-direction:column-reverse;flex:1;justify-content:flex-start;align-items:center;width:100%;min-height:0;display:flex;position:relative}.bar-multi.svelte-1x8p57z{border-radius:0;width:62%;min-width:4px;max-width:22px;min-height:0}.bar-multi.svelte-1x8p57z:last-child{border-radius:3px 3px 0 0}.bar-zero.svelte-1x8p57z{background:#333;border-radius:2px;height:3px}.bar-dim.svelte-1x8p57z{opacity:.75}.bar-total.svelte-1x8p57z{text-align:center;color:#999;pointer-events:none;font-size:.5625rem;position:absolute;left:-6px;right:-6px}@media (width<=640px){.grid.svelte-1x8p57z{grid-template-columns:1fr}}.badge.svelte-1x8p57z{vertical-align:middle;border-radius:3px;margin-left:.3rem;padding:.1rem .35rem;font-size:.625rem;font-weight:700;line-height:1;display:inline-block}.badge.guest.svelte-1x8p57z{color:#000;background:#f59e0b}h2.svelte-emfysg{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.125rem}.hint.svelte-emfysg{color:#888;text-align:center;margin-bottom:1rem;font-size:.8125rem}h2.svelte-ke41uw{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.125rem}.pass-field.svelte-ke41uw{position:relative}.pass-field.svelte-ke41uw input:where(.svelte-ke41uw){width:100%;padding-right:2.5rem}.eye-btn.svelte-ke41uw{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.eye-btn.svelte-ke41uw:hover{color:var(--accent)}.verify-page.svelte-v1k5ej{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.verify-card.svelte-v1k5ej{text-align:center;background:#111;border:1px solid #222;border-radius:12px;width:100%;max-width:400px;padding:2rem}h2.svelte-v1k5ej{color:#fff;margin:.75rem 0;font-size:1.125rem}p.svelte-v1k5ej{color:#888;margin-bottom:1.5rem;font-size:.875rem}.spinner.svelte-v1k5ej{border:3px solid #333;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite svelte-v1k5ej-spin}@keyframes svelte-v1k5ej-spin{to{transform:rotate(360deg)}}.icon.svelte-v1k5ej{margin-bottom:.5rem;font-size:2rem}.success-icon.svelte-v1k5ej{color:#22c55e}.error-icon.svelte-v1k5ej{color:#ef4444}.btn-primary.svelte-v1k5ej{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block}.btn-primary.svelte-v1k5ej:hover{background:#5558e6}.analytics-loading.svelte-1udbi26{min-height:50vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9375rem;display:flex}.analytics-notfound.svelte-1udbi26{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.analytics-notfound.svelte-1udbi26 h2:where(.svelte-1udbi26){color:var(--text);font-size:1.5rem;font-weight:700}.analytics-simple.svelte-1udbi26{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.simple-card.svelte-1udbi26{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:12px;width:100%;max-width:480px;padding:2.5rem 2rem}.simple-label.svelte-1udbi26{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.8125rem}.simple-value.svelte-1udbi26{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:.5rem 0;font-size:4rem;font-weight:800;line-height:1.1}.simple-url.svelte-1udbi26{word-break:break-all;margin:1rem 0 .5rem}.simple-url.svelte-1udbi26 a:where(.svelte-1udbi26){color:var(--accent);font-size:.875rem;text-decoration:none}.simple-url.svelte-1udbi26 a:where(.svelte-1udbi26):hover{text-decoration:underline}.simple-meta.svelte-1udbi26{color:var(--text-dim);margin-bottom:1.25rem;font-size:.8125rem}.analytics-back.svelte-1udbi26{color:var(--text-muted);font-size:.8125rem;text-decoration:none;display:inline-block}.analytics-back.svelte-1udbi26:hover{color:var(--accent)}.tickets-page.svelte-1puwo99{height:calc(100vh - 53px);display:flex;overflow:hidden}.tickets-side.svelte-1puwo99{width:var(--sidebar-width,380px);border-right:1px solid #222;flex-direction:column;min-width:300px;padding:1rem;display:flex;overflow:hidden}.tickets-side-header.svelte-1puwo99 h2:where(.svelte-1puwo99){color:#fff;margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.tickets-main.svelte-1puwo99{flex-direction:column;flex:1;display:flex;overflow:hidden}.tickets-empty-state.svelte-1puwo99{color:#555;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.ticket-list-scroll.svelte-1puwo99{flex:1;overflow-y:auto}.new-ticket-form.svelte-1puwo99{border-bottom:1px solid #222;flex-direction:column;gap:.375rem;margin-bottom:.75rem;padding:.5rem 0 .75rem;display:flex}.new-ticket-form.svelte-1puwo99 input:where(.svelte-1puwo99),.new-ticket-form.svelte-1puwo99 textarea:where(.svelte-1puwo99){color:#fff;resize:vertical;background:#0a0a0a;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem}.new-ticket-form.svelte-1puwo99 input:where(.svelte-1puwo99):focus,.new-ticket-form.svelte-1puwo99 textarea:where(.svelte-1puwo99):focus{border-color:#6366f1;outline:none}.ticket-item.svelte-1puwo99{text-align:left;cursor:pointer;background:0 0;border:1px solid #222;border-radius:8px;width:100%;margin-bottom:.375rem;padding:.625rem .75rem;transition:all .15s;display:block}.ticket-item.svelte-1puwo99:hover{background:#141414;border-color:#333}.ticket-item.selected.svelte-1puwo99{background:#6366f114;border-color:#6366f1}.ticket-item-top.svelte-1puwo99{justify-content:space-between;margin-bottom:.25rem;display:flex}.ticket-id.svelte-1puwo99{color:#6366f1;font-size:.6875rem;font-weight:600}.ticket-time.svelte-1puwo99{color:#555;font-size:.6875rem}.ticket-subject.svelte-1puwo99{color:#ccc;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.view-all-btn.svelte-1puwo99{color:#6366f1;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:.375rem;font-size:.75rem;display:block}.section-toggle.svelte-1puwo99{color:#888;cursor:pointer;background:0 0;border:none;border-top:1px solid #222;justify-content:space-between;width:100%;margin-top:.5rem;padding:.5rem .25rem;font-size:.75rem;display:flex}.empty.svelte-1puwo99{color:#555;text-align:center;padding:1rem .25rem;font-size:.8125rem}.ticket-detail-view.svelte-1puwo99{flex-direction:column;height:100%;display:flex}.ticket-detail-header.svelte-1puwo99{border-bottom:1px solid #222;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.back-btn.svelte-1puwo99{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #333;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;transition:all .2s}.back-btn.svelte-1puwo99:hover{color:#fff;border-color:#555}.ticket-info.svelte-1puwo99{flex:1;min-width:0}.ticket-info.svelte-1puwo99 h2:where(.svelte-1puwo99){color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;font-weight:600;overflow:hidden}.ticket-status-badge.svelte-1puwo99{font-size:.6875rem;font-weight:600}.status-buttons.svelte-1puwo99{gap:.5rem;display:flex}.status-btn.svelte-1puwo99{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #333;border-radius:6px;padding:.375rem .875rem;font-size:.75rem;transition:all .2s}.close-btn.svelte-1puwo99:hover{color:#ef4444;border-color:#ef4444}.reopen-btn.svelte-1puwo99:hover{color:#68d391;border-color:#68d391}.ticket-messages.svelte-1puwo99{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.ticket-msg.svelte-1puwo99{background:#1a1a1a;border:1px solid #222;border-radius:10px;align-self:flex-start;max-width:70%;padding:.625rem .875rem}.ticket-msg.support.svelte-1puwo99{background:#6366f11f;border-color:#6366f14d;align-self:flex-end}.msg-header.svelte-1puwo99{align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.msg-sender.svelte-1puwo99{color:#6366f1;font-size:.6875rem;font-weight:600}.msg-time.svelte-1puwo99{color:#555;font-size:.625rem}.msg-body.svelte-1puwo99{color:#ddd;word-break:break-word;font-size:.8125rem;line-height:1.5}.loading.svelte-1puwo99{color:#555;text-align:center;padding:2rem;font-size:.8125rem}.ticket-reply-box.svelte-1puwo99{border-top:1px solid #222;align-items:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.ticket-reply-box.svelte-1puwo99 textarea:where(.svelte-1puwo99){color:#fff;resize:none;background:#0a0a0a;border:1px solid #333;border-radius:8px;flex:1;padding:.625rem .75rem;font-family:inherit;font-size:.8125rem}.ticket-reply-box.svelte-1puwo99 textarea:where(.svelte-1puwo99):focus{border-color:#6366f1;outline:none}@media (width<=768px){.tickets-page.svelte-1puwo99{flex-direction:column;height:auto;overflow:auto}.tickets-side.svelte-1puwo99{border-bottom:1px solid #222;border-right:none;width:100%;min-width:0}.tickets-main.svelte-1puwo99{min-height:60vh}}.billing-page.svelte-nkva97{max-width:560px;margin:0 auto;padding:3rem 1.5rem}.billing-page.svelte-nkva97 h1:where(.svelte-nkva97){color:#fff;margin:0 0 2rem;font-size:1.75rem;font-weight:700}.billing-card.svelte-nkva97{background:#111;border:1px solid #222;border-radius:12px;padding:2rem}.billing-label.svelte-nkva97{text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:1rem;font-size:.8125rem}.current-plan-card.svelte-nkva97{background:#0a0a0a;border:1px solid #222;border-left-width:3px;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.plan-badge.svelte-nkva97{color:#0a0a0a;border-radius:999px;padding:.25rem .75rem;font-size:.8125rem;font-weight:600}.demopro-countdown.svelte-nkva97{color:#a78bfa;font-size:.8125rem}.subs-info.svelte-nkva97{border-top:1px solid #222;margin-top:.5rem;padding-top:1rem}.subs-row.svelte-nkva97{justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9375rem;display:flex}.subs-label.svelte-nkva97{color:#888}.subs-value.svelte-nkva97{color:#eee;font-weight:500}.subs-id.svelte-nkva97{color:#a78bfa;font-family:ui-monospace,monospace;font-size:.8125rem}.manage-section.svelte-nkva97{border-top:1px solid #222;margin-top:1rem;padding-top:.5rem}.manage-row.svelte-nkva97{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.manage-text.svelte-nkva97{flex-direction:column;gap:.25rem;display:flex}.manage-text.svelte-nkva97 strong:where(.svelte-nkva97){color:#eee;font-size:.9375rem;font-weight:600}.manage-text.svelte-nkva97 span:where(.svelte-nkva97){color:#777;font-size:.8125rem}.manage-actions.svelte-nkva97{flex-shrink:0}.subs-btn.svelte-nkva97{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .2s,opacity .2s}.subs-btn.svelte-nkva97:hover{background:#5558e6}.subs-btn.danger.svelte-nkva97{background:#dc2626}.subs-btn.danger.svelte-nkva97:hover{background:#b91c1c}.subs-btn.svelte-nkva97:disabled{opacity:.6;cursor:default}.subs-link.svelte-nkva97{color:#a78bfa;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;margin-top:1rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s,opacity .2s;display:inline-block}.subs-link.svelte-nkva97:hover{background:#1a1a1a}.subs-link.svelte-nkva97:disabled{opacity:.6;cursor:default}.action-success.svelte-nkva97{color:#68d391;margin-top:.75rem;font-size:.875rem}.action-error.svelte-nkva97{color:#f87171;margin-top:.75rem;font-size:.8125rem}.teams-page.svelte-d7hiw0{max-width:1100px;margin:0 auto;padding:2rem}.teams-page.svelte-d7hiw0 h1:where(.svelte-d7hiw0){color:#fff;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.teams-layout.svelte-d7hiw0{grid-template-columns:280px 1fr;gap:2rem;display:grid}.teams-list.svelte-d7hiw0{border-right:1px solid #222;padding-right:1.5rem}.team-item.svelte-d7hiw0{text-align:left;cursor:pointer;background:0 0;border:1px solid #222;border-radius:8px;width:100%;margin-bottom:.5rem;padding:.75rem;transition:all .15s;display:block}.team-item.svelte-d7hiw0:hover{background:#141414;border-color:#333}.team-item.selected.svelte-d7hiw0{background:#6366f114;border-color:#6366f1}.team-name.svelte-d7hiw0{color:#fff;font-size:.875rem;font-weight:600}.team-meta.svelte-d7hiw0{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.badge.svelte-d7hiw0{color:#68d391;background:#1a2e1a;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem}.badge-grace.svelte-d7hiw0{color:#f6ad55;background:#33261a}.badge-frozen.svelte-d7hiw0{color:#ef4444;background:#331a1a}.frozen-panel.svelte-d7hiw0{background:#1a0f0f;border:1px solid #ef4444;border-radius:8px;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.frozen-panel.svelte-d7hiw0 strong:where(.svelte-d7hiw0){color:#ef4444;font-size:.9375rem}.frozen-panel.svelte-d7hiw0 p:where(.svelte-d7hiw0){color:#ccc;margin:0;font-size:.8125rem;line-height:1.5}.grace-panel.svelte-d7hiw0{background:#33261a;border-color:#f6ad55}.grace-panel.svelte-d7hiw0 strong:where(.svelte-d7hiw0){color:#f6ad55}.owner-tag.svelte-d7hiw0{color:#6366f1;font-size:.6875rem}.empty.svelte-d7hiw0,.empty-state.svelte-d7hiw0{color:#555;padding:1rem 0;font-size:.8125rem}.empty-state.svelte-d7hiw0{text-align:center;padding:4rem 0}.hint.svelte-d7hiw0{color:#555;margin-top:1rem;font-size:.75rem;line-height:1.5}.new-team-form.svelte-d7hiw0{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.new-team-form.svelte-d7hiw0 input:where(.svelte-d7hiw0){color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-size:.8125rem}.new-team-form.svelte-d7hiw0 input:where(.svelte-d7hiw0):focus{border-color:#6366f1;outline:none}.team-detail.svelte-d7hiw0 h3:where(.svelte-d7hiw0){color:#bbb;margin:1.5rem 0 .75rem;font-size:.8125rem;font-weight:600}.members-table.svelte-d7hiw0{border-collapse:collapse;width:100%;font-size:.8125rem}.members-table.svelte-d7hiw0 th:where(.svelte-d7hiw0){text-align:left;color:#666;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .5rem;font-size:.6875rem}.members-table.svelte-d7hiw0 td:where(.svelte-d7hiw0){color:#ccc;border-bottom:1px solid #1c1c1c;padding:.5rem}.members-table.svelte-d7hiw0 select:where(.svelte-d7hiw0){color:#ccc;background:#0a0a0a;border:1px solid #333;border-radius:4px;padding:.25rem;font-size:.75rem}.invite-form.svelte-d7hiw0{gap:.5rem;margin-bottom:1rem;display:flex}.invite-form.svelte-d7hiw0 input:where(.svelte-d7hiw0),.invite-form.svelte-d7hiw0 select:where(.svelte-d7hiw0){color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-size:.8125rem}.invite-form.svelte-d7hiw0 input:where(.svelte-d7hiw0){flex:1}.invite-form.svelte-d7hiw0 input:where(.svelte-d7hiw0):focus,.invite-form.svelte-d7hiw0 select:where(.svelte-d7hiw0):focus{border-color:#6366f1;outline:none}.invites-box.svelte-d7hiw0{background:#6366f114;border:1px solid #6366f14d;border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem}.invites-box.svelte-d7hiw0 h3:where(.svelte-d7hiw0){color:#fff;margin:0 0 .75rem;font-size:.8125rem}.invite-row.svelte-d7hiw0{color:#ccc;justify-content:space-between;align-items:center;gap:.75rem;padding:.375rem 0;font-size:.8125rem;display:flex}.groups-list.svelte-d7hiw0{padding:0;list-style:none}.groups-list.svelte-d7hiw0 li:where(.svelte-d7hiw0){color:#ccc;border-bottom:1px solid #1c1c1c;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.8125rem;display:flex}.btn-danger-sm.svelte-d7hiw0{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem}.btn-danger-sm.svelte-d7hiw0:hover{color:#fff;background:#ef4444}.audit-table.svelte-d7hiw0 td:where(.svelte-d7hiw0){padding:.375rem .5rem;font-size:.75rem}.audit-time.svelte-d7hiw0{white-space:nowrap;color:#666;width:130px}.audit-action.svelte-d7hiw0{color:#6366f1;font-weight:500}.audit-actor.svelte-d7hiw0{color:#aaa}.audit-details.svelte-d7hiw0{color:#888}@media (width<=768px){.teams-layout.svelte-d7hiw0{grid-template-columns:1fr}.teams-list.svelte-d7hiw0{border-right:none;padding-right:0}}.app.svelte-1n46o8q{flex-direction:column;min-height:100vh;display:flex}main.svelte-1n46o8q{flex:1}
