@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:#f7f7f6;color:#1a1a1a;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #1a1a1a;outline-offset:-1px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.nav-item{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:7px;font-size:13px;cursor:pointer;color:#6b7280;border:none;background:none;width:100%;text-align:left;font-weight:400;transition:background .1s,color .1s}.nav-item:hover{background:#f3f4f6;color:#1a1a1a}.nav-item.active{background:#fff;color:#1a1a1a;font-weight:500;border:.5px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.04)}.tag{gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:500}.btn,.tag{display:inline-flex;align-items:center}.btn{border-radius:8px;border:.5px solid #e5e7eb;background:#fff;color:#1a1a1a;padding:0 13px;height:32px;font-size:13px;cursor:pointer;gap:6px;transition:background .1s;white-space:nowrap;font-weight:400}.btn:hover{background:#f9fafb}.btn-dark{background:#111;color:#fff;border-color:#111;font-weight:500}.btn-dark:hover{background:#222}.card{border-radius:10px;border:.5px solid #e5e7eb}.card,.inp{background:#fff}.inp{height:36px;border-radius:8px;border:.5px solid #e5e7eb;padding:0 12px;font-size:13px;color:#1a1a1a;width:100%;transition:border-color .1s}.inp:hover{border-color:#d1d5db}th{text-align:left;padding:9px 16px;font-size:11px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;border-bottom:.5px solid #f0f0ef;white-space:nowrap}td{padding:13px 16px;border-bottom:.5px solid #f5f5f4;font-size:13px;vertical-align:middle}tr:hover td{background:#fafaf9}.priority-row-urgent{border-left:2.5px solid #e24b4a!important}.priority-row-high{border-left:2.5px solid #ef9f27!important}.priority-row-low,.priority-row-normal{border-left:2.5px solid transparent!important}.kpi-strip{display:grid;border-bottom:.5px solid #ebebea;background:#fafaf9}.kpi-cell{padding:14px 20px;border-right:.5px solid #ebebea}.kpi-cell:last-child{border-right:none}.kpi-label{font-size:10px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.kpi-value{font-size:22px;font-weight:500;color:#1a1a1a;line-height:1}.kpi-sub{font-size:11px;color:#9ca3af;margin-top:3px}.filter-chip{padding:4px 12px;border-radius:20px;font-size:12px;border:.5px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .1s}.filter-chip:hover{border-color:#d1d5db;color:#1a1a1a}.filter-chip.active{background:#111;color:#fff;border-color:#111}