:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-story: "Source Serif 4", Georgia, "Times New Roman", serif;--text-xs: .75rem;--text-sm: .8125rem;--text-base: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.75rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.7;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}:root{--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}:root{--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1)}:root{--transition-fast: .12s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}:root{--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-sidebar-bg: #f9fafb;--color-sidebar-border: #e5e7eb;--color-text-primary: #111827;--color-text-secondary: #6b7280;--color-text-tertiary: #9ca3af;--color-text-inverse: #ffffff;--color-accent: #4f46e5;--color-accent-hover: #4338ca;--color-accent-subtle: #eef2ff;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-hover: #f3f4f6;--color-active: #e5e7eb;--color-focus-ring: rgba(79, 70, 229, .4);--color-error: #dc2626;--color-error-subtle: #fef2f2;--color-success: #16a34a;--color-success-subtle: #f0fdf4;--color-warning: #f59e0b;--color-warning-subtle: #fffbeb;--color-input-bg: #ffffff;--color-input-border: #d1d5db;--color-input-border-focus: #4f46e5;--color-input-placeholder: #9ca3af;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1)}[data-theme=dark]{--color-bg: #171717;--color-bg-secondary: #1e1e1e;--color-bg-tertiary: #262626;--color-sidebar-bg: #1e1e1e;--color-sidebar-border: #2e2e2e;--color-text-primary: #f5f5f5;--color-text-secondary: #a3a3a3;--color-text-tertiary: #737373;--color-text-inverse: #171717;--color-accent: #818cf8;--color-accent-hover: #a5b4fc;--color-accent-subtle: rgba(129, 140, 248, .1);--color-border: #2e2e2e;--color-border-strong: #404040;--color-hover: #262626;--color-active: #333333;--color-focus-ring: rgba(129, 140, 248, .4);--color-error: #f87171;--color-error-subtle: rgba(248, 113, 113, .1);--color-success: #4ade80;--color-success-subtle: rgba(74, 222, 128, .1);--color-warning: #fbbf24;--color-warning-subtle: rgba(251, 191, 36, .1);--color-input-bg: #1e1e1e;--color-input-border: #404040;--color-input-border-focus: #818cf8;--color-input-placeholder: #737373;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 2px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:16px;line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--color-accent-subtle);color:var(--color-text-primary)}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}html.theme-transition,html.theme-transition *,html.theme-transition *:before,html.theme-transition *:after{transition:background-color var(--transition-normal),color var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal)!important}.shell.svelte-whg6dh{display:flex;height:100dvh;overflow:hidden}.sidebar.svelte-whg6dh{width:260px;height:100dvh;background:var(--color-sidebar-bg);border-right:1px solid var(--color-sidebar-border);transition:width var(--transition-slow);overflow:hidden;flex-shrink:0}.sidebar.collapsed.svelte-whg6dh{width:64px}.sidebar-inner.svelte-whg6dh{display:flex;flex-direction:column;width:260px;min-width:260px;height:100%}.sidebar.collapsed.svelte-whg6dh .sidebar-inner:where(.svelte-whg6dh){width:64px;min-width:64px}.sidebar-toggle.svelte-whg6dh{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);height:3rem;flex-shrink:0}.sidebar.collapsed.svelte-whg6dh .sidebar-toggle:where(.svelte-whg6dh){justify-content:center}.sidebar-brand.svelte-whg6dh{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-text-primary)}.toggle-btn.svelte-whg6dh{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-tertiary);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast)}.toggle-btn.svelte-whg6dh:hover{color:var(--color-text-primary);background:var(--color-hover)}.sidebar-content.svelte-whg6dh{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:0 var(--space-3) var(--space-3)}.sidebar.collapsed.svelte-whg6dh .sidebar-content:where(.svelte-whg6dh){padding:0 var(--space-3) var(--space-3)}.main.svelte-whg6dh{flex:1;display:flex;flex-direction:column;height:100dvh;overflow:hidden;min-width:0}.main-content.svelte-whg6dh{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:var(--space-8) var(--space-6)}.mobile-header.svelte-whg6dh,.backdrop.svelte-whg6dh{display:none}@media(max-width:768px){.mobile-header.svelte-whg6dh{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);background:var(--color-bg);position:fixed;top:0;left:0;right:0;z-index:30;height:3rem}.mobile-title.svelte-whg6dh{font-weight:var(--weight-semibold);font-size:var(--text-md)}.menu-btn.svelte-whg6dh{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:var(--color-text-primary);cursor:pointer;border-radius:var(--radius-md)}.menu-btn.svelte-whg6dh:hover{background:var(--color-hover)}.sidebar.svelte-whg6dh{position:fixed;top:0;left:0;z-index:20;width:280px;min-width:280px;transform:translate(-100%);transition:transform var(--transition-slow);box-shadow:none}.sidebar.collapsed.svelte-whg6dh{width:280px}.sidebar.collapsed.svelte-whg6dh .sidebar-inner:where(.svelte-whg6dh){width:280px;min-width:280px}.sidebar.mobile-open.svelte-whg6dh{transform:translate(0);box-shadow:var(--shadow-lg)}.sidebar-toggle.svelte-whg6dh{display:none}.sidebar-content.svelte-whg6dh{padding-top:var(--space-4)}.backdrop.svelte-whg6dh{display:block;position:fixed;inset:0;z-index:10;background:#0006}.main.svelte-whg6dh{padding-top:3rem}.main-content.svelte-whg6dh{padding:var(--space-6) var(--space-4)}}.sidebar-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-1)}.new-story-btn.svelte-12qhfyh,.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);min-height:2.375rem;border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-text-secondary);text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast)}.new-story-btn.svelte-12qhfyh svg,.nav-link.svelte-12qhfyh svg{flex-shrink:0}.new-story-btn.svelte-12qhfyh:hover{background:var(--color-hover);color:var(--color-text-primary);text-decoration:none}.story-list.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-1)}.section-label.svelte-12qhfyh{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-tertiary);padding:0 var(--space-3);margin-bottom:var(--space-1)}.empty-hint.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-tertiary);padding:0 var(--space-3)}.story-row.svelte-12qhfyh{display:flex;align-items:center;border-radius:var(--radius-md);transition:background var(--transition-fast);position:relative}.story-row.svelte-12qhfyh:hover{background:var(--color-hover)}.story-row.active.svelte-12qhfyh{background:var(--color-active)}.story-link.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);text-decoration:none;flex:1;min-width:0}.story-link.svelte-12qhfyh:hover{text-decoration:none}.story-title.svelte-12qhfyh{font-size:var(--text-sm);color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-actions.svelte-12qhfyh{position:relative;flex-shrink:0;padding-right:var(--space-2);opacity:0;transition:opacity var(--transition-fast)}.story-row.svelte-12qhfyh:hover .story-actions:where(.svelte-12qhfyh),.story-actions.svelte-12qhfyh:focus-within{opacity:1}.story-menu-trigger.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-tertiary);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast)}.story-menu-trigger.svelte-12qhfyh:hover{color:var(--color-text-primary);background:var(--color-hover)}.story-menu.svelte-12qhfyh{z-index:50;min-width:9rem;padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);box-shadow:var(--shadow-lg)}.story-menu.svelte-12qhfyh form:where(.svelte-12qhfyh){margin:0}.story-menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border:none;background:none;color:var(--color-text-primary);font-size:var(--text-sm);font-family:var(--font-sans);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.story-menu-item.svelte-12qhfyh:hover{background:var(--color-hover)}.story-menu-item.delete.svelte-12qhfyh{color:var(--color-error)}.confirm-backdrop.svelte-12qhfyh{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0006}.confirm-dialog.svelte-12qhfyh{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);max-width:20rem;box-shadow:var(--shadow-lg)}.confirm-dialog.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0 0 var(--space-4);font-size:var(--text-sm);color:var(--color-text-primary)}.confirm-actions.svelte-12qhfyh{display:flex;justify-content:flex-end;gap:var(--space-2)}.confirm-cancel.svelte-12qhfyh,.confirm-delete.svelte-12qhfyh{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-family:var(--font-sans);cursor:pointer;border:1px solid var(--color-border)}.confirm-cancel.svelte-12qhfyh{background:transparent;color:var(--color-text-secondary)}.confirm-cancel.svelte-12qhfyh:hover{background:var(--color-hover)}.confirm-delete.svelte-12qhfyh{background:var(--color-error);color:#fff;border-color:var(--color-error)}.confirm-delete.svelte-12qhfyh:hover{opacity:.9}.nav-link.svelte-12qhfyh:hover{background:var(--color-hover);color:var(--color-text-primary);text-decoration:none}.sidebar-footer.svelte-12qhfyh{margin-top:auto;padding-top:var(--space-4);border-top:1px solid var(--color-sidebar-border);position:relative}.sidebar-footer.collapsed.svelte-12qhfyh{border-top:none}.footer-row.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);height:2.375rem;width:100%;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);font-family:var(--font-sans);cursor:pointer;text-align:left;transition:background var(--transition-fast),color var(--transition-fast)}.footer-row.svelte-12qhfyh:hover{background:var(--color-hover);color:var(--color-text-primary)}.account-name.svelte-12qhfyh{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-sm)}.dropdown.svelte-12qhfyh{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-1);z-index:50}.menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);font-family:var(--font-sans);font-size:var(--text-sm);cursor:pointer;text-align:left;text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast)}.menu-item.svelte-12qhfyh:hover{background:var(--color-hover);color:var(--color-text-primary);text-decoration:none}.avatar-circle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--color-active);color:var(--color-text-primary);font-size:var(--text-xs);font-weight:var(--weight-semibold);flex-shrink:0}
