@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-surface:#0F0F1A;--color-card:#16162A;--color-border:#2A2A45;--color-muted:#8888AA;--color-text-main:#f8f8ff;--color-input-bg:#1E1E35;--color-sidebar-bg:#0D0D1C;--color-row-alt:#1A1A2E;--color-panel-hover:rgba(255,255,255,.025);--color-primary-glow:rgba(108,71,255,.15)}.light{--color-surface:#F0F2F8;--color-card:#FFFFFF;--color-border:#D5D8E8;--color-muted:#6B7094;--color-text-main:#0F0F1A;--color-input-bg:#F5F6FC;--color-sidebar-bg:#FFFFFF;--color-row-alt:#F7F8FD;--color-panel-hover:rgba(108,71,255,.04);--color-primary-glow:rgba(108,71,255,.1)}*{box-sizing:border-box}body{margin:0;background:var(--color-surface);color:var(--color-text-main);font-family:Inter,system-ui,sans-serif;transition:background .2s,color .2s}h1,h2,h3,h4{font-family:Inter,sans-serif;color:var(--color-text-main)}.mono{font-family:ui-monospace,SFMono-Regular,monospace}.panel{background:var(--color-card);border:1px solid var(--color-border);transition:background .2s,border-color .2s}.btn{border-radius:.6rem;padding:.65rem 1rem;font-weight:600;transition:.2s;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#6c47ff,#8b5cf6);color:#fff}.btn-primary:hover{filter:brightness(1.12)}.btn-secondary{background:var(--color-input-bg);border:1px solid var(--color-border);color:var(--color-text-main)}.btn-secondary:hover{border-color:#6c47ff}.input{background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:.5rem;padding:.65rem .8rem;color:var(--color-text-main);width:100%;outline:none;transition:border-color .15s,background .2s}.input:focus{border-color:#6c47ff;box-shadow:0 0 0 2px #6c47ff40}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:8px}.table-row-alt{background:var(--color-row-alt)}.panel-hover:hover{background:var(--color-panel-hover)}.light .text-muted{color:var(--color-muted)!important}.light aside.sidebar-shell{background:var(--color-sidebar-bg);border-right-color:var(--color-border);box-shadow:2px 0 12px #0000000f}.light .ring-track{stroke:var(--color-border)}.light .kanban-card{background:var(--color-row-alt);border-color:var(--color-border)}.light .kanban-card:hover{border-color:#6c47ff}
