@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{color-scheme:light;--color-bg: #FAF8F5;--color-surface: #FFFFFF;--color-surface-hover: #F5F0EB;--color-text: #2D2A33;--color-text-muted: #8A8494;--color-text-light: #B0AAB8;--color-primary: #7C6F9B;--color-primary-light: #A89BC5;--color-primary-bg: #F0ECF5;--color-primary-ring: rgba(124, 111, 155, .15);--color-zhenya: #6B8F71;--color-zhenya-bg: rgba(107, 143, 113, .1);--color-vika: #C27BA0;--color-vika-bg: rgba(194, 123, 160, .1);--color-shared: #7C6F9B;--color-success: #6B8F71;--color-error: #C25D5D;--color-error-bg: rgba(194, 93, 93, .08);--color-border: #E8E4DF;--color-border-light: #F0ECE7;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 3px rgba(45, 42, 51, .04);--shadow-md: 0 4px 12px rgba(45, 42, 51, .06);--shadow-lg: 0 8px 24px rgba(45, 42, 51, .08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--font-sans: "Inter", -apple-system, system-ui, sans-serif;--font-serif: "Georgia", "Times New Roman", serif;--font-mono: "JetBrains Mono", monospace;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1.0625rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem}[data-theme=dark]{color-scheme:dark;--color-bg: #1A181F;--color-surface: #242129;--color-surface-hover: #2E2B35;--color-text: #E8E4DF;--color-text-muted: #9A94A5;--color-text-light: #6E687A;--color-primary: #A89BC5;--color-primary-light: #C4B9DE;--color-primary-bg: #2D2838;--color-primary-ring: rgba(168, 155, 197, .2);--color-zhenya: #8BB492;--color-zhenya-bg: rgba(139, 180, 146, .12);--color-vika: #D4949F;--color-vika-bg: rgba(212, 148, 159, .12);--color-shared: #A89BC5;--color-success: #8BB492;--color-error: #D47A7A;--color-error-bg: rgba(212, 122, 122, .1);--color-border: #2E2B35;--color-border-light: #262330;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);font-size:var(--text-base);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.theme-toggle.svelte-1cmi4dh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);color:var(--color-text-muted);transition:background-color .15s ease,color .15s ease}.theme-toggle.svelte-1cmi4dh:hover{background:var(--color-surface-hover);color:var(--color-primary)}.app-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}.app-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-light);background:var(--color-surface);position:sticky;top:0;z-index:100}.app-logo.svelte-12qhfyh{font-size:var(--text-lg);font-weight:600;color:var(--color-primary);text-decoration:none;letter-spacing:-.01em}.app-logo.svelte-12qhfyh:hover{text-decoration:none;color:var(--color-primary-light)}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-1)}.header-search-link.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);color:var(--color-text-muted);text-decoration:none;transition:background-color .15s ease,color .15s ease}.header-search-link.svelte-12qhfyh:hover{background:var(--color-surface-hover);color:var(--color-primary);text-decoration:none}.app-main.svelte-12qhfyh{flex:1;padding:var(--space-5);max-width:640px;width:100%;margin:0 auto}.auth-prompt.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-5)}.auth-prompt-card.svelte-12qhfyh{text-align:center;max-width:320px}.auth-prompt-icon.svelte-12qhfyh{font-size:3rem;display:block;margin-bottom:var(--space-4)}.auth-prompt-title.svelte-12qhfyh{font-size:var(--text-2xl);font-weight:600;color:var(--color-primary);margin-bottom:var(--space-3)}.auth-prompt-text.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-6)}.auth-prompt-link.svelte-12qhfyh{display:inline-block;padding:var(--space-3) var(--space-6);background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);font-weight:500;font-size:var(--text-sm);text-decoration:none;transition:background-color .15s ease}.auth-prompt-link.svelte-12qhfyh:hover{background:var(--color-primary-light);text-decoration:none}
