:root{--color-bg-primary: #0d1b2a;--color-bg-secondary: #1b2838;--color-bg-tertiary: #243447;--color-bg-elevated: #1b2838;--color-text-primary: #e0e0e0;--color-text-secondary: #8899a6;--color-text-muted: #5a6a7a;--color-accent: #88c0d0;--color-accent-hover: #9dd0e0;--color-accent-text: #0d1b2a;--color-border: #2d4a5e;--color-success: #98c379;--color-warning: #fbbf24;--color-error: #e06c75;--color-couple: #e879a9;--color-overlay: rgba(13, 27, 42, .85);--color-header-bg: rgba(13, 27, 42, .85);--color-header-border: rgba(45, 74, 94, .5);--input-icon-filter: invert(1);--color-selection-bg: #88c0d0;--color-selection-text: #0d1b2a}[data-theme=light]{--color-bg-primary: #f5f7fa;--color-bg-secondary: #eef2f6;--color-bg-tertiary: #e4e9ef;--color-bg-elevated: #ffffff;--color-text-primary: #1a2332;--color-text-secondary: #5a6a7a;--color-text-muted: #8899a6;--color-accent: #88c0d0;--color-accent-hover: #6aa8b8;--color-accent-text: #ffffff;--color-border: #d8e0e8;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #e06c75;--color-couple: #e879a9;--color-overlay: rgba(26, 35, 50, .5);--color-header-bg: rgba(245, 247, 250, .85);--color-header-border: rgba(216, 224, 232, .8);--input-icon-filter: none;--color-selection-bg: #88c0d0;--color-selection-text: #ffffff}@media(prefers-color-scheme:dark){:root:not([data-theme]){--color-bg-primary: #0d1b2a;--color-bg-secondary: #1b2838;--color-bg-tertiary: #243447;--color-bg-elevated: #1b2838;--color-text-primary: #e0e0e0;--color-text-secondary: #8899a6;--color-text-muted: #5a6a7a;--color-accent: #88c0d0;--color-accent-hover: #9dd0e0;--color-accent-text: #0d1b2a;--color-border: #2d4a5e;--color-success: #98c379;--color-warning: #fbbf24;--color-error: #e06c75;--color-couple: #e879a9;--color-overlay: rgba(13, 27, 42, .85);--color-header-bg: rgba(13, 27, 42, .85);--color-header-border: rgba(45, 74, 94, .5);--input-icon-filter: invert(1);--color-selection-bg: #88c0d0;--color-selection-text: #0d1b2a}}@media(prefers-color-scheme:light){:root:not([data-theme]){--color-bg-primary: #f5f7fa;--color-bg-secondary: #eef2f6;--color-bg-tertiary: #e4e9ef;--color-bg-elevated: #ffffff;--color-text-primary: #1a2332;--color-text-secondary: #5a6a7a;--color-text-muted: #8899a6;--color-accent: #88c0d0;--color-accent-hover: #6aa8b8;--color-accent-text: #ffffff;--color-border: #d8e0e8;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #e06c75;--color-couple: #e879a9;--color-overlay: rgba(26, 35, 50, .5);--color-header-bg: rgba(245, 247, 250, .85);--color-header-border: rgba(216, 224, 232, .8);--input-icon-filter: none;--color-selection-bg: #88c0d0;--color-selection-text: #ffffff}}*{box-sizing:border-box}body{margin:0;padding:0;background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;transition:background-color .15s,color .15s}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--color-selection-bg);color:var(--color-selection-text)}.loading-overlay.svelte-12qhfyh{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:center;justify-content:center;z-index:9999}.spinner.svelte-12qhfyh{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}
