:root,[data-theme=dark]{--bg: #080b0f;--surface: #0d1117;--card: #161b22;--border: #21262d;--border-light: #30363d;--accent: #f0b429;--accent-hover: #ffc93c;--accent-subtle: rgba(240, 180, 41, .12);--green: #3fb950;--green-subtle: rgba(63, 185, 80, .12);--blue: #58a6ff;--blue-subtle: rgba(88, 166, 255, .12);--red: #f85149;--red-subtle: rgba(248, 81, 73, .12);--text: #f0f6fc;--text-secondary: #8b949e;--muted: #6e7681;--input-bg: #161b22;--font-display: "Syne", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Consolas", monospace;--radius-sm: 4px;--radius: 6px;--radius-lg: 10px;--shadow: 0 1px 8px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6);--transition: .15s ease}[data-theme=light]{--bg: #f6f8fa;--surface: #ffffff;--card: #f0f2f5;--border: #d0d7de;--border-light: #b6bec8;--accent: #c07800;--accent-hover: #d48a00;--accent-subtle: rgba(192, 120, 0, .1);--green: #1a7f37;--green-subtle: rgba(26, 127, 55, .1);--blue: #0969da;--blue-subtle: rgba(9, 105, 218, .1);--red: #cf222e;--red-subtle: rgba(207, 34, 46, .1);--text: #1c2128;--text-secondary: #3d4450;--muted: #4b535e;--input-bg: #ffffff;--shadow: 0 1px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.display{font-family:var(--font-display)}.mono{font-family:var(--font-mono)}.fui-FluentProvider{--colorNeutralBackground1: var(--card);--colorNeutralBackground2: var(--surface);--colorNeutralBackground3: var(--bg);--colorBrandBackground: var(--accent);--colorBrandForeground1: var(--accent);--colorNeutralForeground1: var(--text);--colorNeutralForeground2: var(--text-secondary);--colorNeutralStroke1: var(--border);--colorNeutralStroke2: var(--border-light);font-family:var(--font-body)}select,[role=listbox],[role=option]{color:var(--text)!important;background:var(--surface)!important}[role=listbox],[role=option]{z-index:3000!important;pointer-events:auto!important}.fui-DialogSurface{overflow:visible!important}.fui-Popup,.fui-Tooltip,.fui-Popover{z-index:4000!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeInUp{animation:fadeInUp .25s ease forwards}.animate-fadeIn{animation:fadeIn .2s ease forwards}.animate-spin{animation:spin .7s linear infinite}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.text-accent{color:var(--accent)}.text-green{color:var(--green)}.text-blue{color:var(--blue)}.text-red{color:var(--red)}.text-muted{color:var(--muted)}.text-secondary{color:var(--text-secondary)}.bg-accent-subtle{background:var(--accent-subtle)}.bg-green-subtle{background:var(--green-subtle)}.bg-blue-subtle{background:var(--blue-subtle)}.bg-red-subtle{background:var(--red-subtle)}.font-display{font-family:var(--font-display)}.font-mono{font-family:var(--font-mono)}.score-pill{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:24px;padding:0 8px;border-radius:12px;font-family:var(--font-mono);font-size:12px;font-weight:500}.score-pill-high{background:var(--green-subtle);color:var(--green)}.score-pill-mid{background:var(--accent-subtle);color:var(--accent)}.score-pill-low{background:var(--red-subtle);color:var(--red)}.page-container{padding:28px 28px 48px;max-width:1440px}.skeleton{background:linear-gradient(90deg,var(--card) 25%,var(--border) 50%,var(--card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.status-dot-pending{background:var(--accent)}.status-dot-active{background:var(--green)}.status-dot-done{background:var(--blue)}.status-dot-overdue{background:var(--red)}[class*=fui-Table]{background:transparent!important}@media print{body{background:#fff;color:#000}.no-print{display:none!important}}@media (max-width: 768px){.page-container{padding:16px}}
