:root,:root[data-theme=light],html[data-theme=light]{--bg: #F7F8F9;--bg-surface: #FFFFFF;--bg-raised: #F0F2F3;--bg-hover: #E8ECEE;--bg-active: #E0E6E8;--border: rgba(0,0,0,.07);--border-mid: rgba(0,0,0,.12);--border-strong: rgba(0,0,0,.2);--text: #1A1D1E;--text-soft: #3D4A4E;--text-muted: #8A9DA3;--coral: #E85D50;--coral-dim: rgba(232,93,80,.08);--coral-mid: rgba(232,93,80,.15);--nav-bg: rgba(247,248,249,.92);--teal: #3a8f7e;--teal-dim: rgba(58,143,126,.1);--teal-text: #266b5c}@media (prefers-color-scheme: dark){:root{--bg: #1A1D1E;--bg-surface: #212527;--bg-raised: #272C2E;--bg-hover: #2D3335;--bg-active: #333B3D;--border: rgba(255,255,255,.07);--border-mid: rgba(255,255,255,.12);--border-strong: rgba(255,255,255,.2);--text: #E8EBEC;--text-soft: #9DADB2;--text-muted: #5C6E73;--coral: #FF6F61;--coral-dim: rgba(255,111,97,.12);--coral-mid: rgba(255,111,97,.22);--nav-bg: rgba(26,29,30,.92);--teal: #4ab5a2;--teal-dim: rgba(74,181,162,.14);--teal-text: #62c4b0}}:root[data-theme=dark],html[data-theme=dark]{--bg: #1A1D1E;--bg-surface: #212527;--bg-raised: #272C2E;--bg-hover: #2D3335;--bg-active: #333B3D;--border: rgba(255,255,255,.07);--border-mid: rgba(255,255,255,.12);--border-strong: rgba(255,255,255,.2);--text: #E8EBEC;--text-soft: #9DADB2;--text-muted: #5C6E73;--coral: #FF6F61;--coral-dim: rgba(255,111,97,.12);--coral-mid: rgba(255,111,97,.22);--nav-bg: rgba(26,29,30,.92);--teal: #4ab5a2;--teal-dim: rgba(74,181,162,.14);--teal-text: #62c4b0}:root{--bg-base: var(--bg);--text-primary: var(--text);--text-secondary: var(--text-soft);--accent: var(--coral);--accent-dim: var(--coral-dim);--accent-text: var(--coral);--accent-bright: var(--coral);--font-display: "DM Sans", system-ui, sans-serif;--font-ui: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 16px;--transition: .14s ease}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-ui);font-size:15px;line-height:1.6;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font-ui);cursor:pointer}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}::selection{background:var(--teal-dim);color:var(--teal-text)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeInUp .3s ease both}.fade-in-1{animation:fadeInUp .3s .04s ease both}.fade-in-2{animation:fadeInUp .3s .08s ease both}.fade-in-3{animation:fadeInUp .3s .12s ease both}.tag{padding:2px 8px;border-radius:20px;font-size:11px;font-family:var(--font-ui);font-weight:400;white-space:nowrap;background:var(--bg-raised);color:var(--text-secondary)}.tag-product,.tag-idea,.tag-strategy{background:var(--teal-dim);color:var(--teal-text)}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-family:var(--font-ui)}.status-dot{width:5px;height:5px;border-radius:50%}.status-active{color:var(--teal-text);background:var(--teal-dim)}.status-active .status-dot{background:var(--teal)}.status-paused{color:var(--text-secondary);background:var(--bg-raised)}.status-paused .status-dot{background:var(--text-muted)}.status-closed{color:var(--text-muted);background:var(--bg-raised);opacity:.5}.status-closed .status-dot{background:var(--text-muted)}.depth-bar-wrap{display:flex;flex-direction:column;gap:4px}.depth-bar-label{font-size:11px;color:var(--text-muted);display:flex;justify-content:space-between}.depth-bar{width:80px;height:3px;background:var(--border-mid);border-radius:2px;overflow:hidden}.depth-fill{height:100%;border-radius:2px;background:var(--teal)}.spinner{width:20px;height:20px;border:1.5px solid var(--border-mid);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}
