.panel-header{padding:24px 4%;background:#fff;border-bottom:1px solid #e1e5eb;display:flex;justify-content:space-between;align-items:center;gap:20px}.panel-header img{width:240px;max-width:45%;height:auto}.account{display:flex;gap:24px;align-items:center;font-size:14px}.workspace{display:flex;flex:1}aside{width:225px;flex-shrink:0;background:#192b41;padding:36px 20px;display:flex;flex-direction:column;gap:16px}aside a{color:#dce5ef;text-decoration:none;padding:12px 16px;font-size:14px;display:block;border-radius:6px}.nav-label{color:#91a7c0;font-size:11px;letter-spacing:.13em;margin:0 16px 8px}aside .nav-active{background:#30455e;color:white;border-left:3px solid #ed212c}.nav-bottom{margin-top:auto}.panel-main{display:block;padding:42px;min-width:0;background:#f4f6f8}.page-title{display:flex;justify-content:space-between;gap:24px;align-items:center}.page-title .intro{margin:10px 0 0}.compact{width:auto;margin:0;padding:0 22px;white-space:nowrap}.stats{display:flex;gap:20px;margin:32px 0}.stats>div{flex:1;background:white;padding:22px 24px;border:1px solid #e1e5eb;border-radius:8px}.stats span{color:#67717e;font-size:14px}.stats strong{display:block;font-size:28px;margin-top:9px}.user-list{background:white;border:1px solid #e1e5eb;border-radius:8px;overflow:hidden}.list-toolbar{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.list-toolbar h2{margin:0;font-size:18px}.list-toolbar input{max-width:280px;height:42px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px;white-space:nowrap}th{background:#f8f9fb;color:#647084;font-size:12px;font-weight:600;padding:14px 24px;border-block:1px solid #e9ecf0}td{padding:20px 24px;border-bottom:1px solid #edf0f3}.badge{padding:5px 9px;border-radius:5px;background:#eef2f7;font-size:12px}.status-pending{color:#896019}.status-ready{color:#26724c}.empty{padding:24px;color:#67717e}dialog{border:1px solid #e1e5eb;border-radius:12px;padding:32px;width:480px;max-width:calc(100% - 32px);color:#192b41;max-height:90vh}dialog::backdrop{background:#192b4170}.dialog-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.dialog-title h2{margin:0;font-size:24px}.dialog-title button{background:none;border:0;font-size:28px;color:#647084}dialog .intro{font-size:14px;margin:14px 0 24px}dialog label,#account-form label{margin-top:18px}select{font:inherit;width:100%;height:47px;border:1px solid #cbd2da;border-radius:6px;padding:0 12px;background:white;color:#192b41}.field-help{font-size:12px;color:#67717e;line-height:1.5;margin:9px 0 0}.dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.secondary{border:1px solid #cbd2da;background:white;color:#192b41;border-radius:6px;padding:12px 20px}.form-error{font-size:14px;color:#a51c29;background:#fff2f3;padding:12px;border-radius:4px;line-height:1.5}#panel-message{margin:0 24px 20px;padding:12px 16px;background:#edf7f1;color:#246643;font-size:14px}.landing-content{width:100%;max-width:700px}.landing-content h1{margin-bottom:24px}button:disabled{opacity:.6;cursor:wait}@media(max-width:900px){.workspace{display:block}aside{width:auto;padding:12px 20px;flex-direction:row;align-items:center;gap:10px}.nav-label{display:none}.nav-bottom{margin:0;display:flex}.panel-main{padding:28px 20px}.stats{gap:10px}.stats>div{padding:18px}.account{gap:12px}.account span{max-width:130px;overflow-wrap:anywhere}}@media(max-width:540px){.page-title{align-items:flex-start;flex-direction:column}.list-toolbar{flex-direction:column;align-items:stretch}.list-toolbar input{max-width:none}.nav-bottom a{font-size:12px;padding:8px}.panel-header{padding:22px}.stats span{font-size:12px}td,th{padding:15px}.account span{display:none}}
/* HRS App Admin identity, scoped separately from the Towne portal. */
@font-face{font-family:HRS Plex;src:url('/assets/hrs-medium.ttf') format('truetype');font-weight:400 500;font-display:swap}
@font-face{font-family:HRS Plex;src:url('/assets/hrs-semibold.ttf') format('truetype');font-weight:600 800;font-display:swap}
body[data-page=admin]{font-family:HRS Plex,"Segoe UI",sans-serif;color:#0f1720;background:#f5f5f6}
body[data-page=admin] .panel-header{border-color:#e2e2e4}
body[data-page=admin] .panel-header img{width:270px}
body[data-page=admin] aside{background:#0f1720}
body[data-page=admin] aside a{color:#ededee}
body[data-page=admin] .nav-label{color:#b9bbc0}
body[data-page=admin] .nav-active{background:#262d35;border-left-color:#e1102e}
body[data-page=admin] .panel-main{background:#f5f5f6}
body[data-page=admin] .primary{background:#e1102e;color:white}
body[data-page=admin] .primary:hover{background:#bd0d27}
body[data-page=admin] .text-button,body[data-page=admin] .secondary,body[data-page=admin] input,body[data-page=admin] select,body[data-page=admin] dialog{color:#0f1720}
body[data-page=admin] .intro,body[data-page=admin] .eyebrow,body[data-page=admin] .stats span,body[data-page=admin] .field-help,body[data-page=admin] th,body[data-page=admin] .empty{color:#64666b}
body[data-page=admin] th{background:#f7f7f8}
body[data-page=admin] input:focus,body[data-page=admin] select:focus{border-color:#0f1720;box-shadow:0 0 0 3px #0f172018}
body[data-page=admin] button:focus-visible,body[data-page=admin] a:focus-visible{outline-color:#e1102e}
body[data-page=admin] dialog::backdrop{background:#0f172070}
body[data-page=admin] .dialog-title button{color:#64666b}
body[data-page=admin] footer{color:#64666b}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.role-options{border:1px solid #ddd;border-radius:6px;margin:22px 0 0;padding:14px}.role-options legend{font-size:14px;font-weight:600;padding:0 6px}.role-options label{display:flex;align-items:center;gap:10px;margin:10px 0;font-size:14px}.role-options input{width:18px;height:18px;accent-color:#e1102e}.auth-note{padding:14px;margin-top:20px;background:#f5f5f6;color:#64666b;font-size:13px;line-height:1.5}dialog{width:560px}@media(max-width:450px){.form-grid{grid-template-columns:1fr}}

.manage-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.manage-actions button{text-align:left}#reset-result{margin-top:20px}#reset-link{width:100%}@media(max-width:450px){.manage-actions{grid-template-columns:1fr}}
/* Towne AML role home pages */
body[data-page=landing]{background:#f4f6f8;color:#192b41}.aml-header{padding:24px 5%;gap:24px}.aml-brand{display:flex;align-items:center;gap:28px}.aml-brand img{width:235px;max-width:none}.aml-brand>span{border-left:1px solid #d8dde3;padding-left:28px;font-size:14px;color:#566476}.aml-nav{display:flex;justify-content:space-between;align-items:center;background:white;border-bottom:1px solid #dde3ea;padding:0 5%;min-height:58px;gap:24px}.aml-nav-current{font-size:14px;font-weight:600;border-bottom:3px solid #ed212c;padding:20px 0 17px}.aml-nav>div{display:flex;gap:24px}.aml-nav a{color:#566476;font-size:13px;text-decoration:none}.aml-nav a:hover{text-decoration:underline}.aml-main{display:block;width:100%;max-width:1440px;margin:auto;padding:38px 5% 30px;background:none}.aml-hero{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;padding:34px 38px;background:#192b41;border-radius:12px;color:#fff;border-left:4px solid #ed212c}.aml-hero .eyebrow{color:#c1ccd9;margin:0 0 14px}.aml-hero h1{font-size:34px;letter-spacing:-.7px;margin-bottom:12px}.aml-hero p:last-child{color:#d0d8e2;max-width:650px;line-height:1.6;margin:0;font-size:15px}.aml-role{white-space:nowrap;border:1px solid #617184;color:#edf2f8;padding:8px 13px;border-radius:30px;font-size:12px}.aml-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px 0 30px}.aml-metrics article{background:#fff;border:1px solid #e1e5eb;border-radius:9px;padding:23px 25px}.aml-metrics span{font-size:13px;color:#566476}.aml-metrics strong{display:block;font-size:32px;font-weight:600;line-height:1.2;margin:13px 0 8px}.aml-metrics small{color:#758090;font-size:12px}.aml-columns{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(270px,1fr);gap:26px;align-items:start}.aml-assessments,.aml-next,.aml-help{border:1px solid #e1e5eb;border-radius:10px;background:#fff;overflow:hidden}.aml-section-heading{padding:25px 28px 21px;display:flex;align-items:start;justify-content:space-between;gap:20px}.aml-main h2{font-size:18px;letter-spacing:-.2px;margin:0 0 9px}.aml-section-heading p{margin:0;font-size:13px;color:#6b7684;line-height:1.6}.aml-count{white-space:nowrap;background:#f2f4f7;color:#647084;font-size:11px;padding:6px 9px;border-radius:20px}.aml-filters{display:flex;gap:8px;padding:0 28px 19px;border-bottom:1px solid #edf0f3;flex-wrap:wrap}.aml-filters button{border:1px solid transparent;background:none;color:#617084;padding:8px 13px;font-size:13px;border-radius:5px}.aml-filters button[aria-pressed=true]{background:#edf1f6;color:#192b41;border-color:#dbe2eb;font-weight:600}.aml-empty{display:flex;align-items:center;flex-direction:column;text-align:center;justify-content:center;min-height:310px;padding:45px 28px}.aml-empty-icon{color:#65778d;background:#f1f4f8;border-radius:14px;padding:16px;margin-bottom:19px;display:flex}.aml-empty h3{font-size:18px;font-weight:600;margin:0 0 11px}.aml-empty p{font-size:14px;color:#6b7684;line-height:1.7;max-width:390px;margin:0}.aml-side{display:grid;gap:18px}.aml-next{padding:26px}.aml-next .eyebrow{margin:0 0 12px;font-size:10px}.aml-next h2{font-size:17px;line-height:1.4}.aml-next ol{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:23px}.aml-next li{display:flex;gap:13px;align-items:flex-start}.aml-next li>span{width:25px;height:25px;flex-shrink:0;background:#edf1f6;color:#4d6077;border-radius:50%;font-size:11px;display:grid;place-items:center;font-weight:600}.aml-next h3{font-size:13px;margin:3px 0 6px;font-weight:600}.aml-next li p,.aml-help p{font-size:12px;color:#6b7684;line-height:1.6;margin:0}.aml-help{padding:23px 26px;background:#eef2f6}.aml-help h2{font-size:14px;line-height:1.5}.aml-stage{color:#687584;font-size:12px;margin:24px 0 0;line-height:1.6}.aml-nav a:focus-visible{outline:3px solid #6a8fb7;outline-offset:5px}@media(max-width:1000px){.aml-brand>span{display:none}.aml-columns{grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr)}.aml-metrics article{padding:20px}.aml-hero{padding:28px}.aml-count{display:none}}@media(max-width:760px){.aml-columns{grid-template-columns:1fr}.aml-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.aml-hero{flex-direction:column;gap:20px}.aml-hero h1{font-size:28px}.aml-nav>div{gap:16px}.aml-nav{gap:15px;flex-wrap:wrap}.aml-header{padding:20px 5%}.aml-brand img{width:190px}.aml-main{padding-top:24px}.aml-empty{min-height:250px}.aml-main h2{line-height:1.4}.aml-section-heading{padding:22px}.aml-filters{padding-left:22px}.aml-role{font-size:11px}.aml-main+.footer{padding:20px}.aml-nav a{font-size:12px}}@media(max-width:420px){.aml-brand img{width:160px}.aml-header .account{gap:8px}.aml-metrics article{padding:18px}.aml-metrics small{font-size:11px}.aml-hero{padding:23px}.aml-nav>div{padding-bottom:12px}}
/* Shared dashboard uses the official HRS identity. */
body[data-page=landing]{font-family:HRS Plex,"Segoe UI",sans-serif;color:#0f1720;background:#f5f5f6}
body[data-page=landing] .aml-brand img{width:270px}
body[data-page=landing] .aml-brand>span{color:#64666b;border-color:#dddde0}
body[data-page=landing] .aml-hero{background:#0f1720;border-left-color:#e1102e}
body[data-page=landing] .aml-hero .eyebrow{color:#b9bbc0}
body[data-page=landing] .aml-hero p:last-child{color:#d6d7da}
body[data-page=landing] .aml-role{border-color:#62666c;color:#ededee}
body[data-page=landing] .aml-nav-current{border-bottom-color:#e1102e;color:#0f1720;font-size:14px;font-weight:600}
body[data-page=landing] .aml-nav a,body[data-page=landing] .text-button{color:#0f1720}
body[data-page=landing] .aml-metrics span,body[data-page=landing] .aml-section-heading p,body[data-page=landing] .aml-empty p,body[data-page=landing] .aml-next li p,body[data-page=landing] .aml-help p,body[data-page=landing] .aml-stage{color:#64666b}
body[data-page=landing] .aml-metrics small{color:#71737a}
body[data-page=landing] .aml-filters button{color:#64666b}
body[data-page=landing] .aml-filters button[aria-pressed=true]{background:#0f1720;border-color:#0f1720;color:#fff}
body[data-page=landing] .aml-empty-icon,body[data-page=landing] .aml-next li>span,body[data-page=landing] .aml-count{background:#f2f2f4;color:#64666b}
body[data-page=landing] .aml-help{background:#f0f0f2}
body[data-page=landing] .primary{background:#e1102e}
body[data-page=landing] button:disabled{cursor:not-allowed}
body[data-page=landing] button:focus-visible,body[data-page=landing] a:focus-visible{outline-color:#e1102e}
body[data-page=landing] .aml-next .eyebrow{color:#64666b}
@media(max-width:760px){body[data-page=landing] .aml-brand img{width:210px}}@media(max-width:420px){body[data-page=landing] .aml-brand img{width:175px}}
