:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#f5f7fb;color:#172033}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{border:0;border-radius:7px;padding:.7rem 1rem;background:#2855d9;color:#fff;cursor:pointer}button:disabled{opacity:.6}.center{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.card{background:#fff;border:1px solid #dfe4ee;border-radius:12px;padding:1.25rem;box-shadow:0 3px 14px #1720330a}.login{width:min(420px,100%);display:grid;grid-gap:1rem;gap:1rem}.login h1{font-size:1.4rem;margin:.4rem 0}.login label{display:grid;grid-gap:.4rem;gap:.4rem;font-weight:600}.login input{padding:.75rem;border:1px solid #aeb8ca;border-radius:7px}.brand{font-weight:800;letter-spacing:.14em;color:#2855d9}.error{color:#a32020}.shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.shell aside{background:#111b31;padding:1.5rem;color:#fff}.shell nav{display:grid;grid-gap:.25rem;gap:.25rem;margin-top:2rem}.shell nav a{color:#bdc7da;text-decoration:none;padding:.7rem;border-radius:7px}.shell nav a.active,.shell nav a:hover{background:#233352;color:#fff}.workspace>header{height:72px;background:#fff;border-bottom:1px solid #dfe4ee;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:0 2rem}.workspace>header div{display:grid;text-align:right}.workspace>header small{color:#667085}.content{padding:2rem;max-width:1200px}.title h1{margin:0}.title p{color:#667085}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:.8rem;border-bottom:1px solid #e8ebf1}pre{white-space:pre-wrap;font-size:.8rem}@media (max-width:720px){.shell{grid-template-columns:1fr}.shell aside{position:static}.shell nav{grid-template-columns:repeat(2,1fr);margin-top:1rem}.workspace>header{padding:0 1rem}.content{padding:1rem}}