/* AEC Digital portal theme. Presentation only; shared by all portal pages. */
:root{--aec-navy:#10216a;--aec-teal:#0b6967;--aec-ink:#19283c;--aec-muted:#596879;--aec-line:#dce5e9;--aec-paper:#f4f7f9}
body{font-family:'Segoe UI',Arial,sans-serif;background:var(--aec-paper);color:var(--aec-ink)}
input,select,button,textarea{font-family:inherit}
h1,h2,.page-title,.card-value,.metrics strong{color:var(--aec-navy)}
.card,.panel,.filters,.metrics,.table-wrap{border-color:var(--aec-line);border-radius:12px}
.card-label,.card-note,.eyebrow,.muted{color:var(--aec-muted)}
input[type=checkbox],input[type=radio]{accent-color:var(--aec-teal)}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--aec-teal);outline-offset:3px}
.primary-button,.button,button[type=submit],#apply,#refresh,#load{background:var(--aec-teal);color:#fff;border-color:var(--aec-teal)}
.primary-button:hover,.button:hover,button[type=submit]:hover,#apply:hover,#refresh:hover,#load:hover{background:#085653;color:#fff}
.secondary-button,.device-button,.pager button,.device-views button[aria-pressed=false]{background:#fff;color:var(--aec-teal);border-color:var(--aec-teal)}
.device-views button[aria-pressed=true]{background:var(--aec-teal);border-color:var(--aec-teal);color:#fff}
.vendor-group summary{background:#f0f7f6;color:var(--aec-ink)}
.wt-sidebar{background:#fff;color:var(--aec-ink);border-right:1px solid var(--aec-line);font-family:'Segoe UI',Arial,sans-serif}
.wt-sidebar .wt-brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px;color:var(--aec-navy);font-size:25px;letter-spacing:-.6px}
.wt-sidebar .wt-brand img{width:76px;height:101px;object-fit:contain}
.wt-sidebar .wt-company{color:var(--aec-muted);margin-top:6px;margin-bottom:30px}
.wt-sidebar nav a,.wt-sidebar .wt-signout{font-family:inherit;color:var(--aec-muted);border-radius:8px}
.wt-sidebar nav a:hover,.wt-sidebar .wt-signout:hover{background:#f0f6f5;color:var(--aec-teal)}
.wt-sidebar nav a[aria-current=page]{background:#e8f4f2;color:var(--aec-teal);font-weight:600;box-shadow:inset 3px 0 var(--aec-teal)}
.wt-sidebar a:focus-visible,.wt-sidebar button:focus-visible{outline-color:var(--aec-teal)}
.brand-panel{background:var(--aec-navy)}
.aec-login-logo{width:108px;height:144px;object-fit:contain;background:#fff;border-radius:8px;padding:10px;margin-bottom:24px}
.brand-name{letter-spacing:-1px}.login-box h1,.login-box h2{color:var(--aec-navy)}
.login-box button{background:var(--aec-teal)}.login-box button:hover{background:#085653}
@media(max-width:800px){.wt-sidebar .wt-brand{flex-direction:row;align-items:center;gap:14px}.wt-sidebar .wt-brand img{width:42px;height:56px}.wt-sidebar .wt-company{margin-top:8px;margin-bottom:14px}.aec-login-logo{width:72px;height:96px;margin-bottom:16px}}
