*,:before,:after{box-sizing:border-box}body{color:#202124;background:#fff;min-width:320px;min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{text-align:center;place-items:center;min-height:100vh;display:grid}.fatal-error-page{text-align:center;background:#f5f6f7;place-items:center;width:100vw;min-width:320px;min-height:100vh;padding:2rem 1.25rem;display:grid}.fatal-error-panel{background:#fff;border:1px solid #d8dadd;border-radius:8px;width:min(100%,32rem);padding:2rem;box-shadow:0 12px 30px #20212414}.fatal-error-panel h1{color:#18344a;margin:0 0 .75rem;font-size:1.8rem;line-height:1.25}.fatal-error-panel p{color:#525960;margin:0 0 1.5rem;line-height:1.55}.fatal-error-panel button{color:#fff;min-height:2.75rem;font:inherit;cursor:pointer;background:#18344a;border:1px solid #18344a;border-radius:6px;padding:.65rem 1rem;font-weight:700}.fatal-error-panel button:hover{background:#102b3e}.fatal-error-panel button:focus-visible{outline-offset:3px;outline:3px solid #25639152}@media (width<=30rem){.fatal-error-page{padding:1rem}.fatal-error-panel{padding:1.5rem}.fatal-error-panel h1{font-size:1.55rem}}.portal-layout{color:#24282c;text-align:left;background:#f5f6f7;width:100vw;min-width:320px;min-height:100vh}.portal-header{background:#fff;border-bottom:1px solid #d8dadd}.portal-header-inner{grid-template-columns:minmax(12rem,1fr) auto minmax(12rem,1fr);align-items:center;gap:1.5rem;width:min(100%,80rem);min-height:4.5rem;margin:0 auto;padding:.75rem 1.5rem;display:grid}.portal-identity{flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;display:flex}.portal-brand{color:#18344a;font-size:1.05rem;font-weight:750;text-decoration:none}.portal-type{color:#3e6b4d;font-size:.85rem;font-weight:700}.portal-navigation{align-items:center;gap:.25rem;display:flex}.portal-navigation a{color:#3e454b;border-bottom:2px solid #0000;min-height:2.5rem;padding:.6rem .8rem;font-weight:650;text-decoration:none}.portal-navigation a:hover{color:#18344a}.portal-navigation a[aria-current=page]{color:#18344a;border-bottom-color:#3e6b4d}.portal-account{justify-content:flex-end;align-items:center;gap:.75rem;min-width:0;display:flex}.portal-user-name{color:#525960;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.portal-account button{color:#24282c;min-height:2.5rem;font:inherit;cursor:pointer;background:#fff;border:1px solid #7b8288;border-radius:6px;flex:none;padding:.55rem .8rem;font-weight:650}.portal-account button:hover:not(:disabled){background:#f1f4f6;border-color:#18344a}.portal-account button:disabled{cursor:not-allowed;opacity:.65}.portal-brand:focus-visible,.portal-navigation a:focus-visible,.portal-account button:focus-visible{outline-offset:2px;outline:3px solid #25639147}.portal-sign-out-error{color:#8c1d18;background:#fff4f3;border-left:3px solid #b3261e;width:min(100% - 3rem,77rem);margin:0 auto .75rem;padding:.65rem .75rem;line-height:1.4}.portal-main{width:min(100% - 3rem,77rem);margin:0 auto;padding:2rem 0 3rem}.portal-page-heading{color:#18344a;margin:0 0 1.5rem;font-size:1.75rem;line-height:1.25}.portal-content{line-height:1.55}.portal-content>:first-child{margin-top:0}@media (width<=48rem){.portal-header-inner{grid-template-columns:1fr auto;gap:.75rem 1rem}.portal-navigation{border-top:1px solid #e4e6e8;grid-area:2/1/auto/-1;padding-top:.5rem}.portal-account{align-self:start}.portal-user-name{max-width:10rem}}@media (width<=34rem){.portal-header-inner{grid-template-columns:1fr;padding:.75rem 1rem}.portal-navigation,.portal-account{grid-column:1}.portal-navigation{grid-row:3}.portal-account{grid-row:2;justify-content:space-between}.portal-user-name{max-width:min(65vw,18rem)}.portal-main{width:min(100% - 2rem,77rem);padding-top:1.5rem}.portal-sign-out-error{width:calc(100% - 2rem)}}.auth-page{place-items:center;width:min(100vw,32rem);min-height:100vh;padding:2rem 1.25rem;display:grid}.auth-card{text-align:left;background:#fff;border:1px solid #d8dadd;border-radius:8px;width:100%;padding:2rem;box-shadow:0 12px 30px #20212414}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h1,.auth-status-card h1{margin:0 0 .5rem;font-size:1.75rem;line-height:1.2}.auth-header p,.auth-status-card>p{color:#5f6368;margin:0;line-height:1.5}.auth-form{gap:1rem;display:grid}.auth-field{gap:.4rem;display:grid}.auth-field label{font-size:.9rem;font-weight:600}.auth-field input{color:#202124;width:100%;min-height:2.75rem;font:inherit;background:#fff;border:1px solid #aeb4ba;border-radius:6px;padding:.65rem .75rem}.auth-field input:focus-visible{border-color:#174a72;outline:3px solid #174a722e}.auth-form button{color:#fff;min-height:2.75rem;font:inherit;cursor:pointer;background:#123f62;border:1px solid #123f62;border-radius:6px;padding:.65rem 1rem;font-weight:700}.auth-form button:hover:not(:disabled){background:#0d304c}.auth-form button:focus-visible,.auth-links a:focus-visible{outline-offset:2px;outline:3px solid #174a7247}.auth-form button:disabled{cursor:not-allowed;opacity:.65}.auth-message{border-left:3px solid;margin:0;padding:.75rem;line-height:1.45}.auth-message-error{color:#8c1d18;background:#fff4f3;border-color:#b3261e}.auth-message-success{color:#20542d;background:#f1f8f3;border-color:#2e6b3d}.auth-links{text-align:center;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;margin-top:1.5rem;display:flex}.auth-links a{color:#174a72;text-underline-offset:.2em;font-weight:600}.auth-status-card{text-align:center}.auth-status-card .auth-links{margin-top:1.25rem}@media (width<=30rem){.auth-page{padding:1rem}.auth-card{padding:1.5rem}}
