:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f3f6fa}*{box-sizing:border-box}body{margin:0}header{background:#123b66;color:#fff;padding:1rem 0}.shell{width:min(1080px,calc(100% - 2rem));margin:auto}header .shell{display:flex;justify-content:space-between;gap:1rem}main{padding:3rem 0}.card{background:#fff;border:1px solid #dbe3ec;border-radius:16px;padding:clamp(1.25rem,3vw,2.25rem);box-shadow:0 10px 30px #16395a12}.narrow{max-width:620px;margin:auto}h1{margin-top:0;color:#123b66}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}label{display:grid;gap:.5rem;font-weight:650}select{width:100%;padding:.85rem;border:1px solid #aebdcb;border-radius:8px;background:#fff}.button{display:inline-block;border:0;border-radius:8px;padding:.85rem 1.15rem;background:#1565a7;color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.danger{background:#b3261e}.button[disabled]{opacity:.55;cursor:wait}.logout{margin-top:2rem}.link{border:0;background:none;color:#1565a7;text-decoration:underline;cursor:pointer;padding:0}.status{font-weight:800;padding:.75rem;border-radius:8px;background:#e8f2fb}.success{background:#e3f4e8;color:#17652e}.failed_manual_intervention{background:#fde8e7;color:#8b1d18}footer{padding:2rem 0;color:#607284}@media(max-width:700px){.grid{grid-template-columns:1fr}header .shell{align-items:flex-start;flex-direction:column}main{padding:1.5rem 0}}

