*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #030303f6;--bg-secondary: #111;--bg-tertiary: #1a1a1a;--text-primary: #e5e5e5;--text-secondary: #a0a0a0;--border-color: #2a2a2a;--accent-yellow: rgb(250 204 21);--accent-yellow-dark: rgb(234 179 8)}@media(prefers-color-scheme:light){:root{--bg-primary: #ffffff;--bg-secondary: #ffffff;--bg-tertiary: #f5f5f5;--text-primary: #000000;--text-secondary: #1a1a1a;--border-color: #d0d0d0}.app-main,.app-sidebar{background:#fff!important}.app-sidebar a{color:#333!important}.app-sidebar a.nav-active{background:#eab30826!important;color:#6b4f00!important}.app-sidebar h1{color:#000!important}.kanban-card:hover{border-color:#00000026!important;box-shadow:0 4px 12px #00000014!important}.sector-chip{background:#f0f0f0!important;border-color:#d0d0d0!important;color:#555!important}[style*="color:rgb(250 204 21)"],[style*="color:rgb(250,204,21)"],[style*="color: rgb(250 204 21)"]{color:#8a6500!important}[style*="color:rgb(234 179 8)"],[style*="color:rgb(234,179,8)"],[style*="color: rgb(234 179 8)"]{color:#7a5500!important}[style*="color:rgb(203 213 225)"],[style*="color:rgb(203,213,225)"]{color:#1e293b!important}[style*="color:rgb(148 163 184)"],[style*="color:rgb(148,163,184)"]{color:#334155!important}[style*="color:rgb(100,116,139)"],[style*="color:rgb(100 116 139)"]{color:#475569!important}.chat-hdr h1[style*="color:white"]{color:#000!important}.chat-wrap [style*="color:white"]{color:#1e293b!important}[style*="color:#4ade80"],[style*="color:#22c55e"]{color:#15803d!important}[style*="color:#f87171"],[style*="color:#ef4444"],[style*="color:rgb(252,165,165)"]{color:#b91c1c!important}[style*="color:rgb(147 197 253)"],[style*="color:rgb(147,197,253)"],[style*="color:rgb(147, 197, 253)"]{color:#1d4ed8!important}[style*="color:#4ade80"]{color:#15803d!important}}html,body{height:100%;font-size:14px;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-primary);color:var(--text-primary)}app-root>div>main>router-outlet+*{flex:1;min-height:0;display:flex;flex-direction:column}.page-scroll{flex:1;overflow-y:auto;padding:1.5rem;box-sizing:border-box;min-height:0}.card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.625rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 4px 12px #0000001a;transition:all .2s ease;color:var(--text-primary)}.card:hover{border-color:#eab30880;box-shadow:0 6px 20px #00000026}.stat-card{flex:0 1 150px;height:80px;background:var(--bg-secondary);border:1px solid rgba(234,179,8,.2);border-radius:.625rem;padding:.5rem;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;justify-content:center}.stat-card:hover{border-color:#eab30880;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#3341554d;border-radius:4px}::-webkit-scrollbar-thumb{background:#facc1599;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#facc15cc}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:ease-in}50%{transform:translateY(-4px);animation-timing-function:ease-out}}.animate-bounce{animation:bounce .7s infinite}
