:root{font-family:Inter,Pretendard,system-ui,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}header{padding:26px max(24px,calc((100% - 1400px)/2));background:#111827;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}h1{margin:0;font-size:25px}header p{margin:6px 0 0;color:#aab2c2}button,select,input,textarea{font:inherit}button{border:0;border-radius:8px;padding:10px 15px;background:#4f46e5;color:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.secondary{background:#273244}main{max-width:1400px;margin:auto;padding:24px}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.stat{background:#fff;padding:18px;border-radius:12px;box-shadow:0 2px 8px #1720330d}.stat b{display:block;font-size:25px;margin-top:5px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:24px 0 14px}.toolbar select{min-width:260px}.tab{background:#e5e7eb;color:#374151}.tab.active{background:#111827;color:#fff}select,input,textarea{border:1px solid #d7dce5;border-radius:8px;padding:9px;background:#fff}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}th,td{padding:12px;border-bottom:1px solid #edf0f4;text-align:left;font-size:14px}th{color:#667085;background:#fafbfc}.task-title{font-weight:650;cursor:pointer}.badge{padding:4px 8px;border-radius:20px;background:#eef2ff;color:#4338ca;font-size:12px}.timeline{min-width:480px}.bar-area{position:relative;height:24px;background:repeating-linear-gradient(90deg,#f4f5f7 0,#f4f5f7 calc(10% - 1px),#e1e5eb 10%)}.bar{position:absolute;top:3px;height:18px;border-radius:5px;background:#6366f1;min-width:8px;overflow:hidden}.bar i{display:block;height:100%;background:#3730a3}.board{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.column{background:#ebeff5;border-radius:12px;padding:12px;min-height:280px}.card{background:#fff;padding:14px;border-radius:9px;margin:10px 0;box-shadow:0 1px 4px #0001;cursor:pointer}.card small{color:#667085}.progress{height:6px;background:#e5e7eb;border-radius:9px;margin-top:10px}.progress i{display:block;height:100%;background:#4f46e5;border-radius:9px}dialog{border:0;border-radius:14px;width:min(620px,92vw);box-shadow:0 20px 60px #0004}dialog::backdrop{background:#17203399}form h2,dialog h2{margin-top:0}label{display:grid;gap:5px;font-size:13px;font-weight:600}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wide{grid-column:1/-1}textarea{min-height:70px}footer{display:flex;gap:8px;align-items:center;margin-top:20px}footer span{flex:1}footer button[type=button]{background:#e5e7eb;color:#374151}.danger{background:#fee2e2!important;color:#b91c1c!important}#toast{position:fixed;right:22px;bottom:22px;background:#111827;color:#fff;padding:12px 18px;border-radius:9px;display:none;z-index:10}.empty{padding:60px;text-align:center;background:#fff;border-radius:12px;color:#667085}.header-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.header-actions span{font-size:13px;color:#d1d5db;margin-right:5px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#3730a3,#111827 55%)}.auth-card{width:min(420px,100%);background:#fff;padding:34px;border-radius:18px;box-shadow:0 30px 80px #0005}.auth-card h1{text-align:center}.auth-card>p{text-align:center;color:#667085}.auth-card form{display:grid;gap:15px;margin-top:25px}.auth-card form button{margin-top:5px}.brand-mark{width:48px;height:48px;border-radius:14px;background:#4f46e5;color:#fff;display:grid;place-items:center;font-size:25px;font-weight:800;margin:0 auto 14px}.switch{text-align:center;font-size:13px}.switch a{color:#4f46e5;font-weight:700}.auth-message{min-height:22px;text-align:center;color:#b91c1c;font-size:13px}.auth-message.success{color:#047857}.wide-dialog{width:min(850px,94vw)}.muted{color:#667085}.user-table{max-height:55vh;overflow:auto}.pill-ok{color:#047857;background:#d1fae5}.pill-wait{color:#b45309;background:#fef3c7}.user-action{padding:7px 10px;font-size:12px}@media(max-width:900px){header{align-items:flex-start;flex-direction:column}.header-actions{justify-content:flex-start}}@media(max-width:800px){.stats{grid-template-columns:1fr 1fr}.toolbar{align-items:stretch;gap:10px;flex-direction:column}.board{grid-template-columns:1fr}table{display:block;overflow-x:auto}.grid{grid-template-columns:1fr}.wide{grid-column:auto}}
