*{box-sizing:border-box}body{color:#121417;background:#f5f6f8;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.login-screen{background:#f5f6f8;place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{background:#fff;border-radius:20px;gap:18px;width:100%;max-width:420px;padding:40px;display:grid;box-shadow:0 10px 30px #00000014}.login-brand{color:#e71921;letter-spacing:1px;font-size:36px;font-weight:950;line-height:1}.login-subtitle{margin-top:4px;font-weight:900}.login-card p{color:#666;margin:12px 0 0}.login-card input{border:1px solid #ddd;border-radius:12px;height:52px;padding:0 16px;font-size:15px}.login-card button{color:#fff;cursor:pointer;background:#e71921;border:none;border-radius:12px;height:52px;font-weight:800}.login-error{color:#e71921;font-size:14px}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#111820,#05080c);flex-direction:column;gap:22px;width:250px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{text-align:center;line-height:1}.brand-main{color:#e71921;letter-spacing:1px;font-size:31px;font-weight:900}.brand-sub{margin-top:4px;font-size:13px;font-weight:800}.sidebar-nav{gap:6px;display:grid}.nav-item{color:#dce2e8;border-radius:10px;align-items:center;gap:12px;padding:13px 14px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.nav-item.active{color:#fff;background:#e71921}.sidebar-user{border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:12px;margin-top:auto;padding:14px;display:flex}.sidebar-user strong{word-break:break-word;font-size:12px;display:block}.sidebar-user span{color:#aeb8c2;font-size:12px;display:block}.avatar{background:#e71921;border-radius:999px;place-items:center;min-width:40px;height:40px;font-weight:900;display:grid}.logout-button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-weight:800;display:flex}.main-area{width:calc(100% - 250px);min-height:100vh;margin-left:250px}.page{padding:28px}.topbar{justify-content:flex-end;align-items:center;gap:16px;margin-bottom:30px;display:flex}.topbar select,.search{background:#fff;border:1px solid #dde1e6;border-radius:10px;height:42px}.topbar select{min-width:230px;padding:0 14px}.search{align-items:center;gap:8px;width:290px;padding:0 12px;display:flex}.search input{border:none;outline:none;width:100%}.bell{background:#fff;border:1px solid #dde1e6;border-radius:12px;width:42px;height:42px;position:relative}.bell span{color:#fff;background:#e71921;border-radius:99px;place-items:center;width:19px;height:19px;font-size:11px;display:grid;position:absolute;top:-7px;right:-5px}.page-title h1{margin:0;font-size:28px}.page-title p{color:#5f6872;margin:6px 0 24px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:18px;display:grid}.stat-card,.panel,.placeholder-page{background:#fff;border:1px solid #e5e8ec;border-radius:16px;box-shadow:0 8px 24px #1118200f}.stat-card{align-items:center;gap:18px;padding:20px;display:flex}.stat-card strong{font-size:26px;display:block}.stat-card span,.stat-card small{display:block}.stat-card span{color:#363d45}.stat-card small{color:#111820;margin-top:10px;font-weight:700}.stat-icon{border-radius:14px;place-items:center;width:58px;height:58px;display:grid}.tone-red .stat-icon{color:#e71921;background:#ffe8e9}.tone-orange .stat-icon{color:#f07c00;background:#fff1df}.tone-green .stat-icon{color:#1f9d45;background:#e9f8ec}.tone-blue .stat-icon{color:#2267d8;background:#eaf1ff}.dashboard-grid{grid-template-columns:1.15fr 1fr;gap:18px;display:grid}.panel{padding:20px}.panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.panel-header h2{margin:0;font-size:18px}.panel-header button{color:#e71921;cursor:pointer;background:0 0;border:none;font-weight:800}.progress-panel{grid-template-columns:170px 1fr;align-items:center;gap:22px;display:grid}.ring{text-align:center;border:12px solid #ffe1e3;border-top-color:#e71921;border-radius:999px;place-content:center;width:145px;height:145px;display:grid}.ring strong{font-size:32px}.ring span{font-size:13px}.progress-list{gap:18px;display:grid}.progress-row>div:first-child{justify-content:space-between;margin-bottom:6px;font-size:14px;display:flex}.progress-track{background:#edf0f3;border-radius:99px;height:6px;overflow:hidden}.progress-track div{background:#23a64d;height:100%}.list{display:grid}.list-item{border-top:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;display:flex}.list-item:first-child{border-top:none}.list-item p{color:#68727d;margin:4px 0 0;font-size:14px}.list-item span{color:#68727d;white-space:nowrap;font-size:13px}.pill{text-transform:uppercase;background:#ffe7e8;border-radius:999px;padding:6px 10px;font-weight:900;color:#e71921!important;font-size:11px!important}.branch-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.branch-card{border-left:1px solid #edf0f3;padding-left:14px}.branch-card:first-child{border-left:none}.branch-card strong,.branch-card span{display:block}.branch-card span{margin:8px 0;font-size:25px;font-weight:900}.placeholder-page{max-width:900px;padding:34px}.placeholder-page h1{margin-top:0}.placeholder-page p{color:#5f6872;font-size:18px;line-height:1.55}.mobile-nav{display:none}@media (width<=950px){.sidebar{display:none}.main-area{width:100%;margin-left:0;padding-bottom:78px}.page{padding:18px}.topbar{justify-content:space-between;margin-bottom:18px}.search{display:none}.topbar select{flex:1;min-width:0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{gap:12px;padding:14px}.stat-icon{width:44px;height:44px}.stat-card strong{font-size:22px}.dashboard-grid,.progress-panel{grid-template-columns:1fr}.ring{margin:0 auto}.branch-grid{grid-template-columns:1fr 1fr}.mobile-nav{z-index:20;background:#fff;border-top:1px solid #dde1e6;grid-template-columns:repeat(5,1fr);padding:8px 4px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:#5f6872;place-items:center;gap:4px;font-size:11px;font-weight:800;text-decoration:none;display:grid}.mobile-nav-item.active{color:#e71921}}@media (width<=520px){.page-title h1{font-size:22px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{flex-direction:column;align-items:flex-start}.branch-grid{grid-template-columns:1fr}}
