:root{font-family:Arial,Helvetica,sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.shell{min-height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.brand{font-weight:800;letter-spacing:-.02em}.container{max-width:1180px;margin:0 auto;padding:32px 24px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:16px;gap:16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 10px rgba(17,24,39,.03)}.metric{font-size:32px;font-weight:800;margin-top:8px}.muted{color:#667085}.status{display:inline-flex;gap:8px;align-items:center;padding:7px 10px;border-radius:999px;background:#eefbf3}.dot{width:8px;height:8px;border-radius:50%;background:#18a558}.auth{min-height:100vh;display:grid;place-items:center;padding:24px}.authbox{width:100%;max-width:430px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px}button,input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d0d5dd;font:inherit}input{margin:6px 0 14px}button{border:0;background:#172033;color:#fff;font-weight:700;cursor:pointer}button.secondary{background:#fff;color:#172033;border:1px solid #d0d5dd}.row{display:flex;gap:10px}.row>*{flex:1 1}.error{color:#b42318;font-size:14px}select,textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d0d5dd;font:inherit;margin:6px 0 14px;background:#fff}textarea{min-height:120px;resize:vertical}pre{font-family:inherit}