:root{--color-bg: #0f0f1a;--color-bg-elevated: #1a1a2e;--color-bg-card: #252540;--color-text: #e4e4ed;--color-text-muted: #8888a0;--color-primary: #6366f1;--color-primary-hover: #818cf8;--color-accent: #8b5cf6;--color-success: #22c55e;--color-warning: #eab308;--color-error: #ef4444;--mood-1: #ef4444;--mood-2: #f97316;--mood-3: #eab308;--mood-4: #84cc16;--mood-5: #22c55e;--energy-1: #6366f1;--energy-2: #60a5fa;--energy-3: #fbbf24;--energy-4: #f97316;--energy-5: #ef4444;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--transition-fast: .15s ease;--transition-normal: .25s ease;--font-mono: "SF Mono", "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}#app{min-height:100%;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:var(--color-bg-elevated);border:1px solid var(--color-bg-card);border-radius:var(--radius-md);padding:.5rem .75rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;transition:background var(--transition-fast),transform var(--transition-fast)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.btn-ghost{background:transparent}.btn-ghost:hover{background:var(--color-bg-card)}.card{background:var(--color-bg-elevated);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(pointer:coarse){button,.btn,input,select,textarea{min-height:44px}}@supports (padding: max(0px)){.container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.overlay.svelte-fc14ug{position:fixed;inset:0;z-index:1100;background:#140f0a99;animation:svelte-fc14ug-fadeIn .15s ease}@keyframes svelte-fc14ug-fadeIn{0%{opacity:0}}.sidebar.svelte-fc14ug{position:absolute;top:0;right:0;bottom:0;width:420px;max-width:100%;background:#faf6ee;display:flex;flex-direction:column;animation:svelte-fc14ug-slideIn .2s ease;box-shadow:-4px 0 20px #00000026}.dark .sidebar.svelte-fc14ug{background:#1c1814}@keyframes svelte-fc14ug-slideIn{0%{transform:translate(100%)}}.header.svelte-fc14ug{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#b4a08226;border-bottom:1px solid rgba(180,160,130,.3);flex-shrink:0}.dark .header.svelte-fc14ug{background:#3c322866;border-bottom-color:#503c2880}.header-title.svelte-fc14ug{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#5a4a3a}.dark .header-title.svelte-fc14ug{color:#c0b0a0}.header-controls.svelte-fc14ug{display:flex;align-items:center;gap:.5rem}.close-btn.svelte-fc14ug{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#806050;transition:all var(--transition-fast)}.dark .close-btn.svelte-fc14ug{color:#a09080}.close-btn.svelte-fc14ug:hover{background:#b4a0824d;color:#5a4a3a}.dark .close-btn.svelte-fc14ug:hover{background:#64503c66;color:#d0c0b0}.close-btn.svelte-fc14ug svg:where(.svelte-fc14ug){width:20px;height:20px}.paper.svelte-fc14ug{flex:1;overflow:hidden;display:flex;flex-direction:column}.entries.svelte-fc14ug{padding:var(--lh) 1.25rem 0;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--lh) - 1px),#e0d9cc calc(var(--lh) - 1px),#e0d9cc var(--lh));background-size:100% var(--lh)}.dark .entries.svelte-fc14ug{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--lh) - 1px),#2a2520 calc(var(--lh) - 1px),#2a2520 var(--lh))}.empty-lines.svelte-fc14ug{flex:1;min-height:calc(var(--lh) * 4);background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--lh) - 1px),#e0d9cc calc(var(--lh) - 1px),#e0d9cc var(--lh));background-size:100% var(--lh)}.dark .empty-lines.svelte-fc14ug{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--lh) - 1px),#2a2520 calc(var(--lh) - 1px),#2a2520 var(--lh))}.mic-btn.svelte-fc14ug{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#806050;transition:all var(--transition-fast)}.dark .mic-btn.svelte-fc14ug{color:#a09080}.mic-btn.svelte-fc14ug:hover{background:#b4a0824d;color:#5a4a3a}.dark .mic-btn.svelte-fc14ug:hover{background:#64503c66;color:#d0c0b0}.mic-btn.svelte-fc14ug:active{background:#e07060;color:#fff}.mic-btn.svelte-fc14ug svg:where(.svelte-fc14ug){width:18px;height:18px}.recording-indicator.svelte-fc14ug{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.pulse.svelte-fc14ug{width:16px;height:16px;border-radius:50%;background:#e05040;animation:svelte-fc14ug-pulse 1.5s ease-in-out infinite;transform:scale(calc(1 + var(--level) * .4))}@keyframes svelte-fc14ug-pulse{0%,to{opacity:1}50%{opacity:.5}}.transcribing.svelte-fc14ug{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.spinner.svelte-fc14ug{width:16px;height:16px;border:2px solid rgba(180,160,130,.3);border-top-color:#806050;border-radius:50%;animation:svelte-fc14ug-spin .8s linear infinite}.dark .spinner.svelte-fc14ug{border-color:#503c284d;border-top-color:#a09080}@keyframes svelte-fc14ug-spin{to{transform:rotate(360deg)}}@media(max-width:640px){.sidebar.svelte-fc14ug{width:100%;animation:svelte-fc14ug-slideUp .2s ease}@keyframes svelte-fc14ug-slideUp{0%{transform:translateY(100%)}}}.fab.svelte-1rwvhno{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:900;transition:transform var(--transition-fast),background var(--transition-fast)}.fab.svelte-1rwvhno:hover{background:var(--color-primary-hover);transform:scale(1.05)}.fab.svelte-1rwvhno:active{transform:scale(.95)}.fab.svelte-1rwvhno svg:where(.svelte-1rwvhno){width:24px;height:24px}@media(min-width:640px){.fab.svelte-1rwvhno{display:none}}@supports (padding: max(0px)){.fab.svelte-1rwvhno{bottom:max(1.5rem,env(safe-area-inset-bottom));right:max(1.5rem,env(safe-area-inset-right))}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-bg-card);padding:0 1rem}.header-content.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px}.logo-area.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.version-badge.svelte-12qhfyh{font-size:.7rem;font-weight:500;color:var(--color-text-muted);background:var(--color-bg-card);padding:.15rem .4rem;border-radius:var(--radius-sm);text-decoration:none;transition:all var(--transition-fast)}.version-badge.svelte-12qhfyh:hover{background:var(--color-bg);color:var(--color-text)}.sync-indicator.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:#6b7280;transition:background .2s}.sync-indicator.connecting.svelte-12qhfyh{background:#f59e0b;animation:svelte-12qhfyh-pulse 1s infinite}.sync-indicator.connected.svelte-12qhfyh{background:#22c55e}.sync-indicator.connected.synced.svelte-12qhfyh{background:#3b82f6}@keyframes svelte-12qhfyh-pulse{0%,to{opacity:1}50%{opacity:.4}}.nav-desktop.svelte-12qhfyh{display:none;gap:.5rem}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);color:var(--color-text-muted);transition:all var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{background:var(--color-bg-card);color:var(--color-text)}.nav-link.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px}.menu-toggle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md)}.menu-toggle.svelte-12qhfyh:hover{background:var(--color-bg-card)}.menu-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px}.nav-mobile.svelte-12qhfyh{position:fixed;top:56px;left:0;right:0;z-index:999;display:flex;flex-direction:column;background:var(--color-bg-elevated);border-bottom:1px solid var(--color-bg-card);padding:.5rem 1rem 1rem}.nav-mobile.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){padding:.75rem 1rem}.main.svelte-12qhfyh{flex:1;padding:1.5rem 1rem;margin-top:56px}@media(min-width:640px){.nav-desktop.svelte-12qhfyh{display:flex}.menu-toggle.svelte-12qhfyh,.nav-mobile.svelte-12qhfyh{display:none}}
