*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#f0f5ff;--color-bg-secondary:#e0ebff;--color-bg-elevated:#fff;--color-surface:#fff;--color-surface-hover:#e8f0ff;--color-border:#c4d5f0;--color-border-subtle:#d6e3f5;--color-text:#0f2830;--color-text-secondary:#3d6068;--color-text-tertiary:#6b9098;--color-text-inverse:#f0f5ff;--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-accent-subtle:#3b82f626;--color-accent-text:#fff;--color-success:#14b8a6;--color-warning:#f59e0b;--color-error:#ef4444;--glass-bg:#f0f5ffc7;--glass-border:#ffffff80;--glass-blur:16px;--shadow-sm:0 1px 3px #0028300f, 0 1px 2px #0028300a;--shadow-md:0 4px 12px #00283014, 0 2px 4px #0028300a;--shadow-lg:0 12px 40px #0028301f, 0 4px 12px #0028300f;--shadow-glow:0 0 24px #3b82f633;--font-body:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.125rem;--text-xl:1.3125rem;--text-2xl:1.625rem;--text-3xl:2rem;--leading-tight:1.3;--leading-normal:1.6;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--header-height:52px;--sidebar-width:280px;--toolbar-height:44px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}[data-theme=dark]{--color-bg:#1e1e1e;--color-bg-secondary:#252526;--color-bg-elevated:#2d2d30;--color-surface:#2d2d30;--color-surface-hover:#3e3e42;--color-border:#454545;--color-border-subtle:#333;--color-text:#d4d4d4;--color-text-secondary:#a6a6a6;--color-text-tertiary:#858585;--color-text-inverse:#1e1e1e;--color-accent:#007acc;--color-accent-hover:#0098ff;--color-accent-subtle:#007acc26;--color-accent-text:#fff;--color-success:#4caf50;--color-warning:#d7ba7d;--color-error:#f44336;--glass-bg:#1e1e1ed1;--glass-border:#45454580;--glass-blur:20px;--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-md:0 4px 12px #0006, 0 2px 4px #0003;--shadow-lg:0 12px 40px #00000080, 0 4px 12px #0000004d;--shadow-glow:0 0 32px #007acc33}[data-font-size=large]{--text-xs:.9375rem;--text-sm:1.125rem;--text-base:1.3125rem;--text-lg:1.625rem;--text-xl:2rem;--text-2xl:2.375rem;--text-3xl:2.75rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#1e1e1e;--color-bg-secondary:#252526;--color-bg-elevated:#2d2d30;--color-surface:#2d2d30;--color-surface-hover:#3e3e42;--color-border:#454545;--color-border-subtle:#333;--color-text:#d4d4d4;--color-text-secondary:#a6a6a6;--color-text-tertiary:#858585;--color-text-inverse:#1e1e1e;--color-accent:#007acc;--color-accent-hover:#0098ff;--color-accent-subtle:#007acc26;--color-accent-text:#fff;--color-success:#4caf50;--color-warning:#d7ba7d;--color-error:#f44336;--glass-bg:#1e1e1ed1;--glass-border:#45454580;--glass-blur:20px;--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-md:0 4px 12px #0006, 0 2px 4px #0003;--shadow-lg:0 12px 40px #00000080, 0 4px 12px #0000004d;--shadow-glow:0 0 32px #007acc33}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);min-height:100dvh;transition:background-color var(--transition-normal), color var(--transition-normal);overflow-x:hidden}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:500;line-height:1;display:inline-flex}.btn:hover{background:var(--color-surface-hover);border-color:var(--color-accent);box-shadow:var(--shadow-sm)}.btn:active{transform:scale(.97)}.btn-primary{background:var(--color-accent);color:var(--color-accent-text);border-color:var(--color-accent)}.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);box-shadow:var(--shadow-glow)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--color-surface-hover);border-color:#0000}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-sm)}.icon-btn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-btn:hover{background:var(--color-surface-hover);color:var(--color-text)}.icon-btn.active{background:var(--color-accent-subtle);color:var(--color-accent)}.badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);font-size:var(--text-xs);border-radius:var(--radius-full);background:var(--color-accent-subtle);color:var(--color-accent);white-space:nowrap;font-weight:500;display:inline-flex}.badge-success{color:var(--color-success);background:#22b5731f}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);padding:var(--space-1) var(--space-2);font-size:var(--text-xs);color:var(--color-text-inverse);background:var(--color-text);border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);z-index:100;font-weight:500;line-height:1.3;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)scale(.95)}[data-tooltip]:hover:after{opacity:1;transform:translate(-50%)scale(1)}.divider-v{background:var(--color-border);flex-shrink:0;width:1px;height:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}:root[data-accent=blue]{--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-accent-subtle:#3b82f626;--shadow-glow:0 0 32px #3b82f633}:root[data-accent=green]{--color-accent:#10b981;--color-accent-hover:#059669;--color-accent-subtle:#10b98126;--shadow-glow:0 0 32px #10b98133}:root[data-accent=red]{--color-accent:#ef4444;--color-accent-hover:#dc2626;--color-accent-subtle:#ef444426;--shadow-glow:0 0 32px #ef444433}:root[data-accent=purple]{--color-accent:#8b5cf6;--color-accent-hover:#7c3aed;--color-accent-subtle:#8b5cf626;--shadow-glow:0 0 32px #8b5cf633}:root[data-accent=orange]{--color-accent:#f97316;--color-accent-hover:#ea580c;--color-accent-subtle:#f9731626;--shadow-glow:0 0 32px #f9731633}:root[data-accent=pink]{--color-accent:#ec4899;--color-accent-hover:#db2777;--color-accent-subtle:#ec489926;--shadow-glow:0 0 32px #ec489933}.color-btn.svelte-12qhfyh{cursor:pointer;border:none;border-radius:50%;width:24px;height:24px;transition:transform .1s}.color-btn.svelte-12qhfyh:hover{transform:scale(1.1)}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex}.app-header.svelte-12qhfyh{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--color-border-subtle);position:sticky;top:0}.header-inner.svelte-12qhfyh{max-width:1200px;padding:0 var(--space-6);justify-content:space-between;align-items:center;height:56px;margin:0 auto;display:flex}.header-left.svelte-12qhfyh{align-items:center;display:flex}.app-logo.svelte-12qhfyh{align-items:center;gap:var(--space-3);color:var(--color-text);font-weight:700;font-size:var(--text-lg);letter-spacing:-.01em;text-decoration:none;display:flex}.app-logo.svelte-12qhfyh:hover{text-decoration:none}.logo-img.svelte-12qhfyh{border-radius:var(--radius-sm);object-fit:contain}.logo-text-wrapper.svelte-12qhfyh{flex-direction:column;gap:2px;display:flex}.logo-text.svelte-12qhfyh{white-space:nowrap;line-height:1.1}.header-privacy-badge.svelte-12qhfyh{color:var(--color-success);letter-spacing:.02em;align-items:center;gap:4px;font-size:.75rem;font-weight:500;display:flex}.header-right.svelte-12qhfyh{align-items:center;gap:var(--space-2);display:flex}.lang-picker.svelte-12qhfyh{position:relative}.lang-btn.svelte-12qhfyh{align-items:center;gap:var(--space-1);font-family:var(--font-body);font-size:var(--text-sm);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;padding:4px 10px;font-weight:500;display:flex}.lang-btn.svelte-12qhfyh:hover{background:var(--color-surface-hover);border-color:var(--color-accent);color:var(--color-text)}.lang-flag.svelte-12qhfyh{font-size:14px;line-height:1}.lang-name.svelte-12qhfyh{display:inline}.lang-chevron.svelte-12qhfyh{transition:transform var(--transition-fast);color:var(--color-text-tertiary)}.lang-chevron.open.svelte-12qhfyh{transform:rotate(180deg)}.lang-dropdown.svelte-12qhfyh{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--shadow-md);padding:var(--space-1);z-index:200;max-height:320px;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.lang-option.svelte-12qhfyh{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;font-weight:500;display:flex}.lang-option.svelte-12qhfyh:hover{background:var(--color-surface-hover);color:var(--color-text)}.lang-option.active.svelte-12qhfyh{background:var(--color-accent-subtle);color:var(--color-accent);font-weight:600}.app-main.svelte-12qhfyh{flex:1}.app-footer.svelte-12qhfyh{border-top:1px solid var(--color-border-subtle);background:var(--color-bg-secondary)}.footer-grid.svelte-12qhfyh{gap:var(--space-8);max-width:1200px;padding:var(--space-10) var(--space-6) var(--space-6);grid-template-columns:2fr 1fr 1fr;margin:0 auto;display:grid}.footer-brand.svelte-12qhfyh{gap:var(--space-3);flex-direction:column;display:flex}.footer-logo.svelte-12qhfyh{align-items:center;gap:var(--space-2);color:var(--color-text);font-weight:650;font-size:var(--text-base);text-decoration:none;display:flex}.footer-logo.svelte-12qhfyh:hover{text-decoration:none}.footer-tagline.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-tertiary);line-height:var(--leading-relaxed);max-width:280px}.footer-col.svelte-12qhfyh{gap:var(--space-2);flex-direction:column;display:flex}.footer-col-title.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-1);font-weight:600}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:var(--text-sm);color:var(--color-text-tertiary);transition:color var(--transition-fast);text-decoration:none}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.footer-socials.svelte-12qhfyh{gap:var(--space-3);margin-top:var(--space-2);display:flex}.social-link.svelte-12qhfyh{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-tertiary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.social-link.svelte-12qhfyh:hover{color:var(--color-accent);background:var(--color-accent-subtle);text-decoration:none}.footer-bottom.svelte-12qhfyh{max-width:1200px;padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border-subtle);font-size:var(--text-sm);color:var(--color-text-tertiary);text-align:center;justify-content:center;margin:0 auto;display:flex}@media (width<=640px){.logo-text.svelte-12qhfyh{font-size:var(--text-sm)}.lang-name.svelte-12qhfyh{display:none}.footer-grid.svelte-12qhfyh{gap:var(--space-6);padding:var(--space-6);grid-template-columns:1fr}.footer-bottom.svelte-12qhfyh{gap:var(--space-2)}}
