@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&family=Roboto:wght@400;500;700&display=swap";:root{font-family:Roboto,system-ui,sans-serif;color:#1d1b20;background:#f7f2fa;--md-sys-color-primary: #355070;--md-sys-color-on-primary: #fff;--md-sys-color-primary-container: #d7e3f7;--md-sys-color-on-primary-container: #0d1d32;--md-sys-color-secondary: #74565b;--md-sys-color-surface: #fff;--md-sys-color-surface-container: #f3edf7;--md-sys-color-on-surface: #1d1b20;--md-sys-color-outline: #79747e;--md-icon-font: "Material Symbols Outlined"}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}h1{font-size:2rem;margin:0 0 24px}h2{margin:0 0 20px}h3{margin:8px 0}button{font:inherit}md-outlined-text-field{width:100%}md-icon{font-family:Material Symbols Outlined}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.page{display:grid;gap:24px;padding:36px 0 64px}.page.narrow{max-width:680px}.stack{display:flex;flex-direction:column;gap:16px}.surface{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0003}.grow{flex:1}.centered{min-height:100vh;display:grid;place-items:center;padding:24px}.page-title,.version-row,.app-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.hero{display:flex;align-items:center;padding:clamp(40px,8vw,120px);color:#fff;background:linear-gradient(135deg,#355070,#6d597a 62%,#b56576)}.hero h1{max-width:650px;font-size:clamp(2.8rem,6vw,5rem);line-height:1.05}.hero p:last-child{max-width:620px;font-size:1.25rem;opacity:.85}.overline{letter-spacing:.3em;font-weight:700}.login-panel{display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%)}.separator{display:flex;align-items:center;gap:12px;margin:24px 0;color:#625b71}.separator:before,.separator:after{content:"";height:1px;background:#cac4d0;flex:1}.notice{border-radius:12px;padding:14px 16px}.notice-error{color:#93000a;background:#ffdad6}.notice-success{color:#0f5223;background:#b8f3c8}.notice-info{color:#001f2a;background:#bfe9ff}.app-bar{position:sticky;top:0;z-index:5;height:64px;padding:0 max(16px,calc((100% - 1120px)/2));color:#fff;background:#355070}.app-bar strong{flex:1;font-size:1.25rem}.avatar{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:50%;background:#d7e3f7;color:#0d1d32;font-weight:700}.tabs{display:flex;justify-content:center;background:#fff;border-bottom:1px solid #e6e0e9}.form-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.form-row>*{flex:1 1 180px}.native-field{display:grid;gap:5px;min-width:200px;color:#49454f;font-size:.75rem}.native-field select{min-height:48px;padding:0 12px;border:1px solid #79747e;border-radius:4px;background:#fff;color:#1d1b20;font:inherit}.list{padding-block:4px}.list-item{display:flex;align-items:center;gap:16px;min-height:68px;padding:12px;border-bottom:1px solid #e6e0e9}.list-item:last-child{border-bottom:0}.list-item small,.list-item strong{display:block}.list-item small{margin-top:4px;color:#625b71}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.request-card{display:grid;grid-template-columns:1fr auto;gap:12px;text-align:left;border:0;cursor:pointer;color:inherit}.request-card small{grid-column:1 / -1;color:#625b71}.chip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#e8def8;font-size:.8rem}.status-completed{background:#b8f3c8}.status-failed{background:#ffdad6}.status-pending{background:#ffdf9e}.report pre{overflow:auto;white-space:pre-wrap;font-size:.8rem}.score{box-shadow:none;background:#f7f2fa}.check-row{display:flex;align-items:center;gap:10px;min-height:44px}fieldset{border:1px solid #cac4d0;border-radius:12px}.actions{display:flex;justify-content:flex-end;gap:8px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0008}.modal{width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto}.modal>header{display:flex;align-items:center;justify-content:space-between}@media(max-width:760px){.login-layout{grid-template-columns:1fr}.hero{min-height:38vh;padding:40px 24px}.hero h1{font-size:2.7rem}.card-grid{grid-template-columns:1fr}.app-bar>span{display:none}}
