.layout{min-height:100vh;display:grid;grid-template-columns:240px 1fr}aside{background:#102118;color:#eef8f1;padding:22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}aside .brand{color:#fff;margin-bottom:35px}.brand-mark{background:#31aa6e}aside nav{display:flex;flex-direction:column;gap:7px}aside nav button{border:0;background:transparent;color:#a9b9af;padding:12px;border-radius:9px;text-align:left;cursor:pointer;font:600 .9rem inherit}aside nav button.active,aside nav button:hover{background:#21382a;color:#fff}.aside-foot{margin-top:auto;color:#d2e4d8;font-size:.8rem;line-height:1.7}.aside-foot small{color:#84978b}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#48d889;margin-right:6px}.dash{padding:32px 38px;min-width:0}.dash>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.dash h1{font-size:2rem;margin:4px 0;letter-spacing:-.035em}.toolbar{display:flex;gap:9px}.toolbar input{width:150px;border:1px solid var(--border);border-radius:10px;padding:10px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.metric .label{color:var(--muted);font-size:.77rem}.metric .value{font-size:1.8rem;font-weight:850;margin:8px 0}.metric .hint{font-size:.72rem;color:var(--green)}.panel{margin-top:18px;background:#fff;border:1px solid var(--border);border-radius:15px;padding:19px;overflow:auto}.panel h2{font-size:1rem;margin:0 0 16px}.bar-row{display:grid;grid-template-columns:120px 1fr 60px;align-items:center;gap:12px;font-size:.8rem;margin:11px 0}.bar{height:9px;background:#edf2ef;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;background:var(--green);border-radius:99px}table{width:100%;border-collapse:collapse;font-size:.79rem}th{text-align:left;color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}th,td{padding:11px 9px;border-bottom:1px solid #eef2ef;white-space:nowrap}.status{padding:5px 8px;border-radius:99px;font-weight:750;font-size:.66rem;background:#edf2ef}.status.COMPLETED{background:#e4f6eb;color:#126b43}.status.FAILED{background:#fde8e6;color:#b42318}.status.PENDING,.status.REQUIRES_ACTION,.status.PROCESSING{background:#fff4d7;color:#835d00}.providers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.provider{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px}.provider-top{display:flex;justify-content:space-between;align-items:center}.provider h3{margin:0;font-size:.95rem}.provider p{color:var(--muted);font-size:.75rem;min-height:36px}.configured{font-size:.65rem;border-radius:99px;padding:4px 7px;background:#edf2ef}.configured.yes{background:#e4f6eb;color:#126b43}.empty{text-align:center;color:var(--muted);padding:45px}@media(max-width:900px){.layout{grid-template-columns:1fr}aside{height:auto;position:static;flex-direction:row;align-items:center;overflow:auto}aside .brand{margin:0 20px 0 0}aside nav{flex-direction:row}.aside-foot{display:none}.dash{padding:20px}.metrics{grid-template-columns:repeat(2,1fr)}.providers-grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.metrics,.providers-grid{grid-template-columns:1fr}.dash>header{align-items:flex-start;gap:15px;flex-direction:column}.toolbar{width:100%}.toolbar input{flex:1}}
.hidden{display:none!important}.login-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#eef6ff,#f7f9fc 55%,#edf1f7)}.login-card{width:min(430px,calc(100% - 32px));background:#fff;border:1px solid #dde4ee;border-radius:18px;padding:32px;box-shadow:0 24px 70px rgba(16,34,57,.14)}.login-card h1{margin:28px 0 8px}.login-card p{color:#637083}.login-card label{display:grid;gap:7px;margin:16px 0;font-weight:600}.login-card input{padding:12px 14px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.login-card .btn{width:100%;margin-top:10px}.error{color:#b42318;margin-top:12px}.link-button{background:none;border:0;color:inherit;padding:8px 0;cursor:pointer;text-decoration:underline}.small{border:0;border-radius:7px;padding:7px 10px;margin:2px;cursor:pointer}.approve{background:#d1fadf;color:#05603a}.reject{background:#fee4e2;color:#912018}.endpoint{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #edf0f4;word-break:break-all}
.status.UNCERTAIN,.status.STARTED{background:#fff4d7;color:#835d00}.status.RETRY_ALLOWED{background:#e9efff;color:#2847a1}.status.CANCELLED{background:#edf2ef;color:#52615a}.panel .hint{color:var(--muted);font-size:.78rem;line-height:1.5}.metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
