:root{--bg-base: #131313;--bg-primary: #1a1a1a;--bg-secondary: #222222;--bg-elevated: #2a2a2a;--bg-hover: #333333;--bg-active: #3d3d3d;--text-primary: #ebebeb;--text-secondary: #b2b2b2;--text-muted: #8a8a8a;--text-dimmed: #606060;--accent-red: #e8565a;--accent-orange: #e8924e;--accent-yellow: #e8bc42;--accent-green: #42c268;--accent-blue: #5aade8;--accent-purple: #9b80f0;--entity-context: var(--text-muted);--entity-note: #5aade8;--entity-project: #2ebda0;--entity-task: #e8687e;--entity-person: var(--accent-yellow);--entity-org: var(--accent-orange);--entity-inbox: #c49be8;--entity-tag: #c5c5c5;--entity-report: var(--accent-purple);--entity-transcript: #d96eb5;--status-active: #9b80f0;--status-in-progress: #5aade8;--status-waiting: #e8bc42;--status-done: #30a84c;--status-dropped: #d84040;--priority-high: var(--accent-red);--priority-medium: var(--accent-yellow);--priority-low: var(--text-muted);--border-subtle: #262626;--border-default: #333333;--border-strong: #4a4a4a;--border-focus: var(--accent-blue);--space-xs: 6px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 15px;--font-size-lg: 16px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 28px;--line-height-tight: 1.35;--line-height-normal: 1.5;--line-height-relaxed: 1.7;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--panel-min-width: 200px;--panel-divider-width: 1px;--panel-header-height: 44px;--sidebar-width: 260px;--status-bar-height: 32px;--transition-fast: .1s ease;--transition-normal: .2s ease;--scrollbar-width: 8px;--scrollbar-track: var(--bg-primary);--scrollbar-thumb: var(--bg-hover);--scrollbar-thumb-hover: var(--bg-active);--radius-xs: 6px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 18px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .6), 0 4px 12px rgba(0, 0, 0, .35);--overlay-bg: rgba(0, 0, 0, .65);--selection-bg: rgba(155, 128, 240, .2);--color-scheme: dark;--editor-heading-1: #cbcbcb;--editor-heading-2: #b3b3b3;--editor-heading-3: #9c9c9c;--editor-heading-4: #8a8a8a;--editor-link: #5aade8;--editor-code: #60b880;--editor-checkbox-check: #fff;--editor-selection: rgba(155, 128, 240, .2);--editor-col-resize: rgba(155, 128, 240, .15)}[data-theme=light]{--bg-base: #f1f1f1;--bg-primary: #fbfbfb;--bg-secondary: #f3f3f3;--bg-elevated: #eaeaea;--bg-hover: #e2e2e2;--bg-active: #d8d8d8;--text-primary: #222222;--text-secondary: #484848;--text-muted: #666666;--text-dimmed: #888888;--accent-red: #c42d3a;--accent-orange: #a05518;--accent-yellow: #886514;--accent-green: #167a38;--accent-blue: #1878a8;--accent-purple: #6848b0;--entity-context: var(--text-muted);--entity-note: #1878a8;--entity-project: #0f7a60;--entity-task: #c03858;--entity-person: var(--accent-yellow);--entity-org: var(--accent-orange);--entity-inbox: #8a52c4;--entity-tag: #484848;--entity-report: var(--accent-purple);--entity-transcript: #a8408a;--status-active: #6848b0;--status-in-progress: #1878a8;--status-waiting: #886514;--status-done: #167a38;--status-dropped: #c42d3a;--border-subtle: #e0e0e0;--border-default: #d2d2d2;--border-strong: #a5a5a5;--border-focus: var(--accent-blue);--scrollbar-track: var(--bg-primary);--scrollbar-thumb: var(--bg-hover);--scrollbar-thumb-hover: var(--bg-active);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);--overlay-bg: rgba(0, 0, 0, .35);--selection-bg: rgba(104, 72, 176, .15);--color-scheme: light;--editor-heading-1: #2e2e2e;--editor-heading-2: #404040;--editor-heading-3: #525252;--editor-heading-4: #646464;--editor-link: #1878a8;--editor-code: #167a38;--editor-checkbox-check: #fff;--editor-selection: rgba(104, 72, 176, .15);--editor-col-resize: rgba(104, 72, 176, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--font-size-md);line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased}*{scrollbar-width:thin;scrollbar-color:transparent transparent}*:hover{scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}*:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}*:hover::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::selection{background:var(--selection-bg);color:var(--text-primary)}@media(max-width:768px){input,textarea,select{font-size:16px!important}}.app-container{display:grid;grid-template-rows:1fr var(--status-bar-height);height:100vh;overflow:hidden}.main-area{display:flex;overflow:hidden}.panel{overflow:auto;background:var(--bg-primary)}.panel-header{height:var(--panel-header-height);display:flex;align-items:center;padding:0 var(--space-md);background:transparent;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;-webkit-user-select:none;user-select:none}.status-bar{background:var(--bg-secondary);border-top:var(--panel-divider-width) solid var(--border-subtle);display:flex;align-items:center;padding:0 var(--space-md);font-size:var(--font-size-xs);color:var(--text-muted)}.toast-container.svelte-vydo2v{position:fixed;bottom:calc(var(--status-bar-height) + var(--space-md));right:var(--space-md);display:flex;flex-direction:column-reverse;gap:var(--space-sm);z-index:1000;pointer-events:none}.toast.svelte-vydo2v{position:relative;display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);font-size:var(--font-size-sm);max-width:360px;pointer-events:auto;animation:svelte-vydo2v-slideIn var(--transition-normal) ease-out}.toast.svelte-vydo2v:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--toast-color),transparent);opacity:.18;border-radius:inherit;pointer-events:none}.toast.info.svelte-vydo2v{--toast-color: var(--accent-blue);background:var(--bg-elevated);color:var(--text-primary)}.toast.success.svelte-vydo2v{--toast-color: var(--accent-green);background:var(--bg-elevated);color:var(--text-primary)}.toast.error.svelte-vydo2v{--toast-color: var(--accent-red);background:var(--bg-elevated);color:var(--text-primary)}.toast-message.svelte-vydo2v{flex:1}.toast-close.svelte-vydo2v{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:var(--font-size-lg);padding:0;line-height:1}.toast-close.svelte-vydo2v:hover{color:var(--text-primary)}@keyframes svelte-vydo2v-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}body{overflow:hidden}
