@charset "UTF-8";:root{--bg: #16181d;--surface: #1e2126;--surface-raised: #24282e;--surface-hover: #2b3038;--border: #2b3038;--border-strong: #40454b;--text: #e6e9ec;--text-dim: #8a9199;--accent: #4c8fff}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cdk-drag-preview{background:var(--surface-raised);border:1px solid var(--accent);border-radius:6px;box-shadow:0 8px 24px #00000080;opacity:.95}.cdk-drag-placeholder{opacity:.25}.cdk-drop-list-dragging app-issue-row:not(.cdk-drag-placeholder){transition:transform .18s ease}.cdk-drag-animating{transition:transform .2s ease}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1b1f27;border-radius:10px}::-webkit-scrollbar-thumb{background:#555b66;border-radius:10px;border:2px solid #1b1f27}::-webkit-scrollbar-thumb:hover{background:#727985}
