:root{--bg-page:#0a0a0f;--bg-card:#111827b3;--border-card:#ffffff0f;--emerald:#10b981;--emerald-glow:#10b98140;--emerald-dim:#10b9811f;--cyan:#06b6d4;--amber:#f59e0b;--red:#ef4444;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--font-head:"Space Grotesk", system-ui, sans-serif;--font-mono:"JetBrains Mono", monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{background:var(--bg-page);font-family:var(--font-head);color:var(--text-primary);background-image:radial-gradient(at 20%,#10b9810d 0%,#0000 50%),radial-gradient(at 80% 20%,#06b6d40a 0%,#0000 50%);background-attachment:fixed;min-height:100vh}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #10b981}.glass-card{-webkit-backdrop-filter:blur(16px);background:#111827b3;border:1px solid #ffffff0f;border-radius:12px;transition:border-color .2s,box-shadow .2s}.glass-card:hover{border-color:#10b9814d;box-shadow:0 0 20px #10b98114}.font-mono{font-family:var(--font-mono)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-emerald{color:var(--emerald)}.text-cyan{color:var(--cyan)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}@keyframes pulse-emerald{0%,to{opacity:1;box-shadow:0 0 #10b98199}50%{opacity:.8;box-shadow:0 0 0 5px #10b98100}}@keyframes pulse-dot{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}.pulse-dot{background:var(--emerald);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-emerald}.pulse-status-dot{background:var(--emerald);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}.idle-dot{background:var(--amber);border-radius:50%;flex-shrink:0;width:8px;height:8px}.error-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:8px;height:8px}@keyframes pulse-amber{0%,to{box-shadow:0 0 #f59e0b80}50%{box-shadow:0 0 0 6px #f59e0b00}}.pulse-amber-dot{background:var(--amber);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.5s ease-in-out infinite pulse-amber;display:inline-block}@keyframes pulse{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 5px #ef444400}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{0%,to{opacity:.15}50%{opacity:1}}.blink-dot{animation:1.2s ease-in-out infinite blink;display:inline-block}@keyframes badge-bounce{0%,70%,to{transform:scale(1)translateY(0)}30%{transform:scale(1.3)translateY(-3px)}50%{transform:scale(.92)translateY(0)}}.tab-badge{color:#fff;min-width:18px;height:18px;font-size:10px;font-weight:700;font-family:var(--font-mono);pointer-events:none;border:1.5px solid var(--bg-page);z-index:2;background:#ef4444;border-radius:9999px;justify-content:center;align-items:center;padding:0 4px;line-height:1;animation:3s ease-in-out infinite badge-bounce;display:flex;position:absolute;top:-5px;right:-5px}.empty-inline{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 24px;display:flex}.empty-inline-title{font-family:var(--font-head);color:var(--text-secondary);letter-spacing:-.1px;font-size:14px;font-weight:600}.empty-inline-desc{font-family:var(--font-head);color:var(--text-muted);max-width:280px;font-size:12px;line-height:1.55}.stat-grid-5{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.stat-grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.stat-grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.stat-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.kanban-grid{grid-template-columns:repeat(4,1fr);align-items:flex-start;gap:16px;display:grid}.kanban-grid-5{grid-template-columns:repeat(5,1fr);align-items:flex-start;gap:16px;display:grid}.panel-row{align-items:flex-start;gap:14px;display:flex}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:28px 24px}@media (width>=768px) and (width<=1024px){.stat-grid-5{grid-template-columns:repeat(3,1fr)}.stat-grid-3{grid-template-columns:repeat(2,1fr)}.panel-row{flex-direction:column}.main-content{padding:20px 16px}}@media (width<=767px){.stat-grid-5,.stat-grid-4{grid-template-columns:repeat(2,1fr)}.stat-grid-3,.stat-grid-2{grid-template-columns:1fr}.panel-row{flex-direction:column}.kanban-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:14px;display:flex;overflow-x:auto}.kanban-grid>*{scroll-snap-align:start;flex:0 0 280px;min-width:280px}.main-content{padding:16px 12px}.header-last-task{display:none}.header-activity-clip{width:140px!important}}
