:root{--ink:#162033;--muted:#64748b;--line:#dfe5ec;--panel:#fff;--bg:#f4f7fa;--brand:#0b6bcb;--brand-dark:#084c91;--accent:#13a89e;--danger:#b42318;--success:#087a55;--shadow:0 16px 40px rgba(31,45,61,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{color:var(--brand);text-decoration:none}button,.button,.primary{border:0;border-radius:9px;padding:.72rem 1rem;background:var(--brand);color:#fff;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}button:hover,.button:hover,.primary:hover{background:var(--brand-dark);color:#fff}.large{padding:1rem 1.25rem;font-size:1rem}.button-block{display:flex;width:100%;padding:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:var(--brand);margin:0 0 .45rem}.muted,small{color:var(--muted)}small{display:block;margin-top:.25rem;line-height:1.35}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-weight:900}.admin-body{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#101a2a;color:#d5dfeb;padding:1.3rem;display:flex;flex-direction:column;z-index:10}.brand{color:#fff;font-weight:850;font-size:1.05rem;display:flex;align-items:center;gap:.7rem;margin-bottom:1.7rem}.sidebar nav{display:grid;gap:.28rem}.sidebar nav a{color:#b9c5d6;padding:.72rem .8rem;border-radius:8px;font-weight:650}.sidebar nav a:hover,.sidebar nav a.active{background:#20304a;color:#fff}.sidebar-footer{margin-top:auto;display:grid;gap:.55rem;border-top:1px solid #2a3850;padding-top:1rem}.sidebar-footer a{color:#b9c5d6}.admin-main{margin-left:248px;padding:2rem 2.2rem 4rem;max-width:1700px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin:0;font-size:2rem}.notice{padding:.9rem 1rem;border-radius:9px;margin:0 0 1rem;border:1px solid}.notice.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.notice.error{background:#fff1f0;border-color:#fecdca;color:var(--danger)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:1.2rem;margin-bottom:1.2rem;box-shadow:0 3px 12px rgba(31,45,61,.035)}.panel h2{margin:.05rem 0 1rem;font-size:1.1rem}.panel h3{margin:1rem 0 .65rem}.panel-grid{display:grid;gap:1.2rem}.panel-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.inset{margin-top:1rem}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.2rem}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{background:linear-gradient(145deg,#fff,#f8fbfe);border:1px solid var(--line);border-radius:14px;padding:1.2rem;box-shadow:var(--shadow)}.metric-card span{display:block;text-transform:capitalize;color:var(--muted);font-weight:700}.metric-card strong{display:block;font-size:2.1rem;margin-top:.35rem}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;align-items:end}.form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid label{display:grid;gap:.35rem;font-size:.82rem;font-weight:750;color:#344054}.form-grid .wide{grid-column:1/-1}.form-grid .checkbox{display:flex;align-items:center;gap:.5rem;min-height:42px}.form-grid .checkbox input{width:auto}.form-grid button{min-height:42px}input,select,textarea{width:100%;border:1px solid #cdd6e0;border-radius:8px;padding:.67rem .72rem;background:#fff;color:var(--ink);font:inherit}textarea{min-height:78px;resize:vertical}select[multiple]{min-height:112px}.inline-form{display:flex;gap:.65rem;align-items:end;flex-wrap:wrap}.inline-form label{display:grid;gap:.3rem;font-size:.82rem;font-weight:700}.record summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;list-style:none}.record summary::-webkit-details-marker{display:none}.record[open] summary{padding-bottom:1rem;border-bottom:1px solid var(--line);margin-bottom:1rem}.pill{display:inline-block;padding:.28rem .55rem;border-radius:999px;background:#edf4fb;color:#315b83;font-size:.73rem;font-weight:800;white-space:nowrap}.pill.active,.pill.match{background:#dcfae6;color:#087a55}.pill.draft,.pill.generated_only{background:#fff4cc;color:#8a5a00}.pill.archived,.pill.baseline_only{background:#eef2f6;color:#52606d}.pill.difference{background:#fee4e2;color:#b42318}.subrecords{display:grid;gap:.65rem}.subrecord{padding:.75rem;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:minmax(180px,.6fr) 1fr;gap:1rem}.schedule-list,.rate-chips{display:flex;flex-wrap:wrap;gap:.4rem}.schedule-chip,.rate-chips span{display:inline-flex;align-items:center;gap:.35rem;background:#f3f6f9;border-radius:7px;padding:.35rem .5rem;font-size:.75rem}.schedule-chip form{display:inline}.icon-button{padding:0 .25rem;background:transparent;color:var(--danger);font-size:1rem}.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.summary-strip{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.summary-strip span{background:#f1f5f9;padding:.4rem .65rem;border-radius:7px;font-size:.78rem;font-weight:700;color:#475569}.stage{border-left:4px solid var(--brand);padding:.7rem .9rem;margin:.7rem 0;background:#f8fbff;border-radius:0 9px 9px 0}.stage header{display:flex;justify-content:space-between;gap:1rem}.assignment{margin-top:.65rem;padding-top:.65rem;border-top:1px dashed #cbd5e1}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.84rem}th,td{text-align:left;padding:.72rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}td small{margin-top:.15rem}.flow-list{display:grid;gap:.7rem;padding-left:1.3rem}.link-stack{display:grid;gap:.65rem}.customer-body{background:#fff}.customer-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,1.2rem);border-bottom:1px solid #edf0f3;background:#fff}.customer-brand{display:flex;align-items:center;gap:.65rem;color:var(--ink);font-weight:900}.customer-header nav{display:flex;gap:1.2rem}.hero{min-height:570px;padding:5rem max(6vw,1.2rem);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:4rem;align-items:center;background:radial-gradient(circle at 15% 20%,#dff4ff 0,transparent 34%),linear-gradient(130deg,#f8fcff 0%,#eef8fb 100%)}.hero-copy h1{font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.04em;margin:.4rem 0 1.2rem;max-width:800px}.hero-copy>p:last-child{font-size:1.15rem;line-height:1.65;max-width:680px;color:#4b5d73}.search-card{background:#fff;padding:1.6rem;border:1px solid #dce6ee;border-radius:18px;box-shadow:0 28px 80px rgba(32,72,105,.16);display:grid;gap:1rem}.search-card label{display:grid;gap:.4rem;font-weight:800}.search-card input,.search-card select{padding:.9rem}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:2rem max(6vw,1.2rem);gap:2rem;background:#101a2a;color:#fff}.trust-strip div{display:grid;gap:.25rem}.trust-strip span{color:#afbdd0;font-size:.9rem}.results-hero{padding:3rem max(6vw,1.2rem) 2rem;background:#f2f8fc}.results-hero h1{font-size:2.7rem;margin:.2rem 0}.back-link{display:inline-block;margin-bottom:1rem}.plans-container{padding:2rem max(6vw,1.2rem) 5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem;align-items:start}.offer-card{border:1px solid #dce4ec;border-radius:18px;padding:1.35rem;box-shadow:var(--shadow);background:#fff}.offer-card header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.offer-card h2{margin:.4rem 0 .3rem}.offer-card header p{margin:0;color:var(--muted);font-size:.83rem}.offer-badge{font-size:.72rem;color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.comparison-badge{width:72px;height:72px;border-radius:50%;display:grid;place-content:center;text-align:center;flex:0 0 auto}.comparison-badge.less{background:#dcfae6;color:#087a55}.comparison-badge.more{background:#fee4e2;color:#b42318}.comparison-badge.equal{background:#edf4fb;color:#315b83}.comparison-badge strong{font-size:1.15rem}.comparison-badge span{font-size:.68rem;text-transform:uppercase;font-weight:800}.price-comparison{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;background:#f7fafc;border-radius:12px;padding:.9rem;margin:1.1rem 0}.price-comparison div{display:grid;gap:.18rem}.price-comparison span{font-size:.72rem;color:var(--muted)}.price-comparison strong{font-size:1.45rem}.feature-list{list-style:none;padding:0;display:grid;gap:.65rem}.feature-list li{display:flex;gap:.6rem}.feature-list li>span{color:var(--success);font-weight:900}.reference-statement{font-size:.75rem;line-height:1.5;color:#5c6b7e;border-top:1px solid #edf0f3;padding-top:1rem}.empty-state{grid-column:1/-1;text-align:center;padding:4rem;border:1px dashed #cbd5e1;border-radius:18px}.signup-shell{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(500px,1.25fr);gap:2.5rem;padding:3rem max(6vw,1.2rem) 5rem;background:#f6f9fc}.signup-summary{position:sticky;top:2rem;align-self:start;background:#101a2a;color:#fff;padding:2rem;border-radius:18px}.signup-summary .eyebrow{color:#73d4cc}.signup-summary p{line-height:1.55;color:#c4d0df}.signup-summary a{color:#8bdad4}.summary-price{display:grid;margin:1.2rem 0}.summary-price strong{font-size:3rem}.summary-price span{color:#c4d0df}.signup-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:2rem}.signup-form h2{margin:0 0 1rem}.signup-form h2:not(:first-child){margin-top:2rem}.consents{display:grid;gap:.8rem;margin:1.6rem 0}.consents label{display:flex;gap:.6rem;align-items:flex-start;font-size:.88rem}.consents input{width:auto;margin-top:.15rem}.confirmation{max-width:720px;margin:5rem auto;padding:3rem;text-align:center}.success-icon,.error-icon{width:72px;height:72px;border-radius:50%;display:grid;place-content:center;margin:0 auto 1rem;font-size:2rem;font-weight:900}.success-icon{background:#dcfae6;color:#087a55}.error-icon{background:#fee4e2;color:#b42318}.customer-footer{padding:2rem max(6vw,1.2rem);display:flex;justify-content:space-between;gap:2rem;background:#101a2a;color:#aebbd0;font-size:.78rem}.customer-footer p{margin:0}@media(max-width:1100px){.panel-grid.three,.plans-container{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.signup-shell{grid-template-columns:1fr}.signup-summary{position:static}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.sidebar{position:static;width:auto}.admin-main{margin-left:0;padding:1rem}.sidebar nav{grid-template-columns:repeat(2,1fr)}.metric-grid,.metric-grid.four,.panel-grid.two,.panel-grid.three,.record-grid,.plans-container,.trust-strip,.form-grid,.form-grid.compact{grid-template-columns:1fr}.hero{padding-top:3rem}.hero-copy h1{font-size:2.7rem}.choice-row,.price-comparison{grid-template-columns:1fr}.customer-footer{display:grid}.subrecord{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column}}

/* v0.3 interface refresh */
.button.secondary,button.secondary{background:#fff;color:var(--brand);border:1px solid #b8c9da}.button.secondary:hover,button.secondary:hover{background:#eef6fd;color:var(--brand-dark)}
.small-button{padding:.55rem .78rem;font-size:.8rem}.table-button{padding:.45rem .65rem;font-size:.76rem}.narrow-panel{max-width:820px}.form-panel{max-width:1100px}.form-note{margin-top:1rem}.context-line{padding:.75rem 1rem;background:#f4f8fb;border-radius:9px;margin:0 0 1.2rem}.heading-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.85rem}.user-bar{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-bottom:1rem;color:var(--muted);font-size:.84rem}.page-header{align-items:flex-start}.section-heading,.subsection-heading,.read-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-heading{margin-bottom:1rem}.section-heading h2,.section-heading p,.subsection-heading h4,.subsection-heading h5,.read-card-header h3,.read-card-header p{margin:0}.subsection-heading{margin:1rem 0 .65rem}.subsection-heading a{font-size:.8rem;font-weight:750}.count-badge{display:grid;place-items:center;min-width:36px;height:36px;border-radius:50%;background:#edf4fb;color:#315b83;font-weight:850}.item-list{display:grid;border-top:1px solid var(--line)}.item-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .25rem;border-bottom:1px solid var(--line);color:var(--ink);transition:background .15s,padding .15s}.item-row:hover{background:#f7fbff;padding-left:.7rem;padding-right:.7rem}.item-row strong{display:block}.item-row small{display:block}.compact-list .item-row{padding:.75rem .25rem}.empty-row{padding:1.5rem .25rem;color:var(--muted);border-bottom:1px solid var(--line)}.readonly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.readonly-grid.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.85rem}.readonly-field{padding:.85rem 1rem;background:#f7f9fb;border:1px solid #e7ecf1;border-radius:9px;min-height:76px}.readonly-field span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.055em;font-weight:800;margin-bottom:.35rem}.readonly-field strong{display:block;font-size:.91rem;white-space:pre-wrap}.read-card{border:1px solid var(--line);border-radius:12px;padding:1rem;margin-top:.85rem;background:#fff}.read-card-header p{color:var(--muted);font-size:.82rem;margin-top:.25rem}.nested-card{border-top:1px solid var(--line);padding-top:.85rem;margin-top:.85rem}.simple-list{display:grid}.simple-list>div{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.72rem 0;border-bottom:1px solid var(--line)}.simple-list>div:last-child{border-bottom:0}.icon-edit{width:34px;height:34px;display:grid;place-items:center;border:1px solid #cbd7e3;border-radius:8px;color:var(--brand);background:#fff;font-size:1rem}.icon-edit:hover{background:#edf6ff}.row-actions{display:flex;align-items:center;gap:.5rem}.action-cell{text-align:right;width:1%;white-space:nowrap}.tabs{display:flex;gap:.35rem;overflow:auto;margin-bottom:0;padding:0 .4rem}.tabs a{padding:.8rem 1rem;border:1px solid var(--line);border-bottom:0;border-radius:10px 10px 0 0;background:#eaf0f5;color:#52657a;font-weight:750;white-space:nowrap}.tabs a.active{background:#fff;color:var(--brand);position:relative;z-index:2}.tab-panel{border-radius:0 14px 14px 14px}.nav-group{margin:.2rem 0}.nav-group summary{list-style:none;cursor:pointer;color:#b9c5d6;padding:.72rem .8rem;border-radius:8px;font-weight:700;display:flex;justify-content:space-between}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary:hover{background:#17263d;color:#fff}.nav-group[open] summary{color:#fff}.nav-group div{display:grid;gap:.18rem;padding:.2rem 0 .35rem .55rem}.nav-group div a{font-size:.88rem;padding:.58rem .75rem}.sidebar-action{width:100%;background:#20304a;color:#fff;border:1px solid #354a69;text-align:left;justify-content:flex-start}.sidebar-action:hover{background:#2a3f5e}.muted-action{background:transparent;color:#b9c5d6}.metric-text{font-size:1.25rem!important}.login-body{min-height:100vh;background:#eef4f8;display:grid;place-items:center;padding:2rem}.login-shell{width:min(980px,100%);min-height:580px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 30px 90px rgba(25,44,68,.18)}.login-brand-panel{padding:3rem;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#101a2a,#17355a);color:#fff}.login-brand-panel .brand{align-self:flex-start}.login-brand-panel h1{font-size:3rem;margin:.2rem 0 1rem}.login-brand-panel p:last-child{line-height:1.65;color:#bfccdc}.login-card{padding:4rem 3.5rem;align-self:center}.login-card h2{font-size:2rem;margin:.2rem 0 1.5rem}.stack-form{display:grid;gap:1rem}.stack-form label{display:grid;gap:.4rem;font-size:.84rem;font-weight:750}.demo-credentials{display:grid;gap:.45rem;margin-top:1.7rem;padding:1rem;background:#f4f7fa;border-radius:10px;font-size:.78rem}.demo-credentials code{white-space:normal}.agent-sidebar{background:#142b31}.offer-component-list small{max-width:900px}.sidebar form{margin:0}
@media(max-width:900px){.readonly-grid,.readonly-grid.compact-grid{grid-template-columns:1fr 1fr}.login-shell{grid-template-columns:1fr}.login-brand-panel{min-height:260px;padding:2rem}.login-card{padding:2rem}.login-brand-panel h1{font-size:2.4rem}}
@media(max-width:760px){.readonly-grid,.readonly-grid.compact-grid{grid-template-columns:1fr}.user-bar{justify-content:flex-start}.section-heading,.read-card-header{align-items:flex-start;flex-direction:column}.heading-actions{width:100%}.heading-actions .button{width:100%}.tabs{padding:0}.tab-panel{border-radius:0 0 14px 14px}}

/* v0.3.1 spacing and table usability refresh */
.admin-main{width:calc(100% - 248px);padding:2.5rem clamp(1.5rem,3vw,3.5rem) 5rem}
.admin-main>*+*{margin-top:1.35rem}
.page-header{margin-bottom:1.75rem;padding-bottom:.25rem}
.page-title-group{width:100%}
.heading-actions{margin-top:1.05rem}
.panel{padding:clamp(1.25rem,2vw,1.75rem);margin-bottom:1.5rem}
.panel> :first-child{margin-top:0}
.panel> :last-child{margin-bottom:0}
.form-grid{gap:1.15rem 1.25rem}
.form-grid label{gap:.5rem}
.readonly-grid{gap:1rem}
.section-heading{margin-bottom:1.25rem;padding-bottom:.15rem}
.subsection-heading{margin-top:1.35rem}

/* Keep every lookup entry on its own line in desktop and mobile navigation. */
.nav-group{display:block;width:100%}
.nav-group summary{width:100%}
.nav-group div{display:flex!important;flex-direction:column;align-items:stretch;gap:.2rem;padding:.35rem 0 .45rem .6rem}
.nav-group div a{display:block;width:100%;white-space:normal}

/* Structured list tables */
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:11px;background:#fff}
.data-table{min-width:720px}
.data-table th{background:#f7f9fc;border-bottom:1px solid #d5dde6;padding:.85rem 1rem}
.data-table td{padding:1rem;border-bottom:1px solid #e5eaf0;vertical-align:middle}
.data-table tbody tr:last-child td{border-bottom:0}
.data-table tbody tr:hover{background:#f8fbff}
.data-table .name-link{font-weight:800;color:var(--ink)}
.data-table .name-link:hover{color:var(--brand);text-decoration:underline}
.data-table .bpid-mapping-link{font-weight:400;color:var(--ink)}
.data-table .bpid-mapping-link:hover{color:var(--brand);text-decoration:underline}
.data-table .secondary-text{display:block;color:var(--muted);font-size:.78rem;margin-top:.2rem}
.table-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;white-space:nowrap}
.table-actions form{display:inline-flex;margin:0}
.icon-action{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid #cbd7e3;border-radius:8px;background:#fff;color:var(--brand);padding:0;font-size:1rem;line-height:1}
.icon-action:hover{background:#edf6ff;color:var(--brand-dark)}
.icon-action.delete{color:var(--danger);border-color:#f0c5c1}
.icon-action.delete:hover{background:#fff1f0;color:#8f1b13}
.action-column{text-align:right;width:1%;white-space:nowrap}
.empty-cell{text-align:center;color:var(--muted);padding:2rem!important}
.state-table{max-width:820px}
.state-count{font-variant-numeric:tabular-nums;font-weight:750}
.breadcrumb-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--muted);font-size:.86rem;margin-bottom:1rem}
.breadcrumb-line a{font-weight:750}

/* Login fields should never sit hard against the viewport edge. */
.login-body{padding:clamp(1.5rem,5vw,4.5rem);padding-left:clamp(2rem,7vw,7rem);padding-right:clamp(2rem,7vw,7rem)}
.login-shell{margin-inline:auto}
.login-card{padding:4rem clamp(3rem,5vw,5rem)}
.login-card .stack-form{margin-top:.5rem}

@media(max-width:760px){
  .admin-main{width:100%;margin-left:0;padding:1.35rem 1.1rem 3rem}
  .sidebar nav{display:flex;flex-direction:column;gap:.28rem}
  .nav-group{grid-column:auto}
  .panel{padding:1.1rem}
  .login-body{padding:1.25rem}
  .login-card{padding:2rem 1.5rem}
  .data-table{min-width:640px}
}

/* Meter and schedule usability */
.form-help{padding:.85rem 1rem;border:1px solid #dbe7f2;background:#f7fbff;border-radius:10px;color:#52606d;line-height:1.5;font-size:.86rem}.context-banner{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#f8fbfe;margin-bottom:1.3rem}.context-banner>span{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.context-banner small{margin:0 0 0 auto}.schedule-editor form{display:grid;gap:1.25rem}.schedule-section{border-top:1px solid var(--line);padding-top:1.2rem;display:grid;grid-template-columns:minmax(180px,.35fr) minmax(0,1fr);gap:1.4rem;align-items:start}.schedule-section h2{margin:0 0 .3rem}.choice-grid{display:grid;gap:.55rem}.months-grid{grid-template-columns:repeat(6,minmax(72px,1fr))}.days-grid{grid-template-columns:repeat(4,minmax(100px,1fr))}.choice-card{position:relative}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-card span{display:flex;align-items:center;justify-content:center;min-height:44px;padding:.55rem;border:1px solid #cfd8e3;border-radius:9px;background:#fff;font-size:.82rem;font-weight:750;color:#475569;cursor:pointer}.choice-card input:checked+span{border-color:var(--brand);background:#eaf4ff;color:var(--brand-dark);box-shadow:0 0 0 2px rgba(11,107,203,.08)}.form-actions{display:flex;gap:.7rem;align-items:center;padding-top:.4rem}.optional{font-weight:500;color:var(--muted);font-size:.75rem}.register-stack{display:grid;gap:1rem}.register-card{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}.register-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:#f8fbfe;border-bottom:1px solid var(--line)}.register-card-header h3{margin:0 0 .35rem}.register-meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.register-meta>span:not(.pill){font-size:.76rem;padding:.25rem .5rem;border-radius:999px;background:#edf3f8;color:#475569;font-weight:750}.schedule-display{display:grid}.schedule-display-head,.schedule-display-row{display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(155px,1fr) 56px;gap:.8rem;align-items:center;padding:.75rem 1rem}.schedule-display-head{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800;background:#fbfcfd}.schedule-display-row{border-top:1px solid var(--line);font-size:.84rem}.time-pill{display:inline-flex;width:max-content;padding:.35rem .55rem;border-radius:8px;background:#eef6ff;color:#234f7d;font-weight:750}.empty-schedule,.empty-state{padding:1rem;color:var(--muted);font-size:.86rem}.meter-picker{display:grid;gap:.45rem}.field-heading{display:grid;gap:.2rem;font-size:.82rem;font-weight:750;color:#344054}.meter-picker select[multiple]{min-height:210px;padding:.4rem}.meter-picker option{padding:.65rem;border-radius:6px;margin:.15rem 0}.meter-picker option:checked{background:#dceeff linear-gradient(0deg,#dceeff,#dceeff)}
@media(max-width:1000px){.months-grid{grid-template-columns:repeat(4,minmax(72px,1fr))}.days-grid{grid-template-columns:repeat(3,minmax(100px,1fr))}.schedule-section{grid-template-columns:1fr}.schedule-display-head{display:none}.schedule-display-row{grid-template-columns:1fr 1fr;padding:1rem}.schedule-display-row .action-column{justify-self:end}.register-card-header{align-items:flex-start;flex-direction:column}.context-banner small{margin-left:0;width:100%}}
@media(max-width:640px){.months-grid,.days-grid{grid-template-columns:repeat(2,minmax(90px,1fr))}.schedule-display-row{grid-template-columns:1fr}.schedule-display-row .action-column{justify-self:start}}

/* v0.4.2 responsive pricing workflow, register coverage and vertical allocation */
.rate-disclosure-cell{min-width:360px}.rate-disclosure{width:100%}.rate-disclosure summary{display:flex;align-items:center;gap:.55rem;cursor:pointer;list-style:none;width:max-content;font-weight:800;color:var(--brand);padding:.45rem .6rem;border-radius:8px}.rate-disclosure summary::-webkit-details-marker{display:none}.rate-disclosure summary:hover{background:#edf6ff}.disclosure-arrow{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid #cbd7e3;border-radius:6px;background:#fff;font-size:1.25rem;line-height:1;transition:transform .18s ease}.rate-disclosure[open] .disclosure-arrow{transform:rotate(90deg)}.rate-disclosure-body{margin-top:.8rem;padding:1rem;border:1px solid var(--line);border-radius:11px;background:#f8fbfe;min-width:760px}.subsection-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .85rem}.nested-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:9px;background:#fff}.nested-rate-table{min-width:700px}.nested-rate-table th{background:#f2f6fa}.nested-rate-table th,.nested-rate-table td{padding:.7rem .8rem}.assignment-table td{vertical-align:top}
.benchmark-form{display:grid;gap:1.5rem}.usage-allocation-section{border-top:1px solid var(--line);padding-top:1.4rem}.allocation-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff;max-width:100%}.allocation-table{width:max-content;min-width:100%;font-size:.78rem}.allocation-table th,.allocation-table td{padding:.65rem;white-space:nowrap;text-align:center}.allocation-table thead th{position:sticky;top:0;background:#f4f7fa;z-index:2}.allocation-table .sticky-column{position:sticky;left:0;text-align:left;min-width:220px;background:#f7f9fc;z-index:3;border-right:1px solid var(--line)}.allocation-table tbody .sticky-column{background:#fff}.allocation-table .sticky-column strong,.allocation-table .sticky-column span{display:block}.allocation-table .sticky-column span{color:var(--muted);font-size:.75rem;margin-top:.18rem}.percent-input{display:flex;align-items:center;gap:.25rem}.percent-input input{width:78px;min-width:78px;padding:.5rem .45rem;text-align:right}.percent-input span{color:var(--muted);font-weight:750}.allocation-table tfoot td,.allocation-table tfoot th{background:#f7f9fc;border-top:2px solid #d5dde6;font-weight:800}.allocation-valid{color:var(--success)}.allocation-invalid{color:var(--danger)}.compact-empty{padding:1.5rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.rate-disclosure-cell{min-width:300px}.rate-disclosure-body{min-width:680px}.subsection-heading{align-items:flex-start;flex-direction:column}.allocation-table .sticky-column{min-width:180px}}

/* v0.4.2 workflow, completion alerts and tablet-first allocation layout */
.status-tabs{display:flex;gap:.35rem;margin:0 0 1rem;padding:.3rem;border:1px solid var(--line);border-radius:11px;background:#fff;width:max-content;max-width:100%}
.status-tabs a{padding:.6rem 1rem;border-radius:8px;color:var(--muted);font-weight:800}
.status-tabs a:hover{background:#f3f7fb;color:var(--brand)}
.status-tabs a.active{background:var(--brand);color:#fff}
.coverage-alert{display:inline-grid;place-items:center;margin-right:.4rem;width:24px;height:24px;border-radius:50%;background:#fff4cc;color:#8a5a00;font-size:.9rem;font-weight:900;vertical-align:middle}
.notice.warning{background:#fff8e6;border-color:#f4cc73;color:#744b00}
.coverage-notice{display:flex;align-items:flex-start;gap:.8rem}
.coverage-notice p{margin:.25rem 0 0;line-height:1.45}
.missing-value{display:inline-flex;padding:.28rem .5rem;border-radius:7px;background:#fff1f0;color:var(--danger);font-size:.78rem;font-weight:800}
.incomplete-text{color:var(--danger)!important}
.state-link{font-weight:800}
.pricing-list-table{min-width:1180px}
.compact-readonly{margin-bottom:1.35rem}

.allocation-copy-bar{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;padding:.85rem;border:1px solid var(--line);border-radius:11px;background:#f8fbfe;margin-bottom:1rem}
.allocation-copy-bar>span{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:var(--muted);margin-right:.2rem}
.allocation-month-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.allocation-month-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.allocation-month-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#f6f9fc;border-bottom:1px solid var(--line)}
.allocation-month-card h3{margin:0;font-size:1rem}
.allocation-month-card header p{margin:.2rem 0 0;color:var(--muted);font-size:.75rem}
.allocation-month-card output{font-weight:900;font-variant-numeric:tabular-nums;padding:.35rem .55rem;border-radius:8px;background:#fff}
.allocation-register-list{display:grid}
.allocation-register-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem 1rem;border-top:1px solid #edf0f3;cursor:pointer}
.allocation-register-row:first-child{border-top:0}
.allocation-register-row>span:first-child{display:grid;gap:.18rem;min-width:0}
.allocation-register-row strong{overflow-wrap:anywhere}
.allocation-register-row small{margin:0}
.allocation-register-row .percent-input{display:flex;align-items:center;gap:.35rem}
.allocation-register-row .percent-input input{width:92px;min-width:92px;text-align:right}
.allocation-register-row .percent-input b{color:var(--muted)}

/* Preserve usable space on common tablets without compressing controls. */
@media(max-width:1180px){
  .admin-main{padding-left:1.5rem;padding-right:1.5rem}
  .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .allocation-month-list{grid-template-columns:1fr}
  .rate-disclosure-body{min-width:620px}
}
@media(max-width:900px){
  .sidebar{position:static;width:100%;min-height:auto;padding:1rem}
  .admin-body{display:block}
  .admin-main{margin-left:0;width:100%;max-width:none;padding:1.4rem 1.2rem 3rem}
  .sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}
  .nav-group{grid-column:1/-1}
  .sidebar-footer{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}
  .page-header{align-items:flex-start}
  .heading-actions{display:flex;flex-wrap:wrap;gap:.55rem}
  .heading-actions .button{width:auto}
  .data-table{min-width:700px}
  .pricing-list-table{min-width:1120px}
  .register-card-header .table-actions{flex-wrap:wrap;justify-content:flex-start}
}
@media(max-width:640px){
  .form-grid,.form-grid.compact{grid-template-columns:1fr}
  .form-grid .wide{grid-column:auto}
  .sidebar nav,.sidebar-footer{grid-template-columns:1fr}
  .page-header{display:block}
  .heading-actions{display:grid;grid-template-columns:1fr}
  .heading-actions .button{width:100%}
  .status-tabs{width:100%}
  .status-tabs a{flex:1;text-align:center}
  .allocation-register-row{grid-template-columns:1fr}
  .allocation-register-row .percent-input{justify-content:flex-start}
  .allocation-copy-bar{align-items:stretch;flex-direction:column}
  .allocation-copy-bar .button{width:100%}
}

/* v0.4.3 linked-record lists, allocation matrix and assignment editor */
.schedule-display-head,.schedule-display-row{grid-template-columns:minmax(150px,1.1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(155px,1fr)}
.assignment-summary-table{min-width:980px}
.assignment-summary-table th:nth-child(1){min-width:150px}
.assignment-summary-table th:nth-child(2){min-width:220px}
.assignment-summary-table th:nth-child(3){min-width:150px}
.assignment-summary-table th:nth-child(4){min-width:170px}
.assignment-summary-table th:nth-child(5){min-width:300px}
.product-code-link{display:inline-flex;align-items:center;min-height:34px}
.daily-supply-cell{white-space:nowrap}
.rate-summary-list{display:grid;gap:.45rem}
.rate-summary-item{display:grid;grid-template-columns:minmax(150px,1fr) auto;gap:.8rem;align-items:start;padding:.45rem .55rem;border:1px solid #e5eaf0;border-radius:8px;background:#f8fafc}
.rate-summary-item>span:first-child{overflow-wrap:anywhere}
.rate-summary-item strong{white-space:nowrap;font-size:.8rem}
.assignment-edit-form{display:grid;gap:1.4rem}
.assignment-header-fields{max-width:760px}
.assignment-rate-section{border-top:1px solid var(--line);padding-top:1.25rem}
.rate-edit-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.6fr);gap:1rem;max-width:760px}
.rate-edit-grid label,.table-input-label{display:grid;gap:.35rem;font-size:.82rem;font-weight:750;color:#344054}
.assignment-rate-edit-table{min-width:920px}
.assignment-rate-edit-table input{min-width:110px}
.table-input-label small{margin:0;white-space:nowrap}

.allocation-matrix-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff;max-width:100%}
.allocation-matrix{width:max-content;min-width:100%;font-size:.82rem}
.allocation-matrix th,.allocation-matrix td{padding:.7rem .75rem;white-space:nowrap;text-align:center;vertical-align:middle}
.allocation-matrix thead th{position:sticky;top:0;background:#f4f7fa;z-index:2;min-width:150px}
.allocation-matrix thead th small{white-space:normal;max-width:190px;margin:.25rem auto 0}
.allocation-matrix .month-column{position:sticky;left:0;z-index:3;min-width:110px;text-align:left;background:#f7f9fc;border-right:1px solid var(--line)}
.allocation-matrix tbody .month-column{background:#fff}
.allocation-matrix .total-column{min-width:95px}
.matrix-percent-input{display:flex;align-items:center;justify-content:center;gap:.3rem}
.matrix-percent-input input{width:88px;min-width:88px;text-align:right;padding:.5rem .45rem}
.matrix-percent-input b{color:var(--muted)}
.allocation-matrix td.allocation-unavailable{background:#c0c0c0}
.allocation-matrix td.allocation-unavailable .matrix-percent-input{opacity:.72}
.allocation-matrix td.allocation-unavailable input{background:#c0c0c0;border-color:#a9a9a9;color:#667085;cursor:not-allowed}
.allocation-matrix td.allocation-unavailable b{color:#98a2b3}
.allocation-total output{display:inline-flex;justify-content:center;min-width:70px;padding:.38rem .5rem;border-radius:8px;background:#f7f9fc;font-weight:900;font-variant-numeric:tabular-nums}

@media(max-width:900px){
  .assignment-summary-table{min-width:920px}
  .allocation-matrix thead th{min-width:135px}
  .allocation-matrix .month-column{min-width:95px}
  .rate-edit-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .schedule-display-head{display:none}
  .schedule-display-row{grid-template-columns:1fr}
  .rate-summary-item{grid-template-columns:1fr}
  .assignment-edit-form .form-actions{display:grid;grid-template-columns:1fr}
  .assignment-edit-form .form-actions .button,.assignment-edit-form .form-actions button{width:100%}
}


/* v0.4.4 offer controls and upload fields */
.option-fieldset{border:1px solid var(--line);border-radius:12px;padding:1rem 1.1rem;background:#fbfcfe}
.option-fieldset legend{padding:0 .4rem;font-size:.82rem;font-weight:850;color:#344054}
.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1rem}
.form-grid input[type="file"]{padding:.65rem;background:#fff;border:1px dashed #aab7c4}
.status-tabs a span{display:inline-flex;margin-left:.35rem;padding:.08rem .38rem;border-radius:999px;background:rgba(0,0,0,.08);font-size:.7rem}
.status-tabs a.active span{background:rgba(255,255,255,.2)}
@media(max-width:900px){.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.checkbox-grid{grid-template-columns:1fr}}
.icon-action.archive-action{color:#8a5a00;border-color:#e8d49b;background:#fffdf5}
.icon-action.archive-action:hover{background:#fff4cc;color:#6b4600}
.icon-action.restore-action{color:var(--success);border-color:#a7d9c6;background:#f5fffa}
.icon-action.restore-action:hover{background:#dcfae6;color:#05603f}

/* v0.4.6 customer address search and requirement filters */
.address-autocomplete{position:relative;display:grid;gap:.45rem}
.address-results{position:absolute;top:100%;left:0;right:0;z-index:40;max-height:320px;overflow-y:auto;margin-top:.35rem;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px rgba(20,33,50,.16)}
.address-result-option{display:grid;width:100%;gap:.2rem;padding:.85rem 1rem;border:0;border-bottom:1px solid #edf0f3;background:#fff;text-align:left;color:var(--text);cursor:pointer}
.address-result-option:last-child{border-bottom:0}
.address-result-option:hover,.address-result-option:focus{background:#f1f7fb;outline:none}
.address-result-option strong{font-size:.88rem;line-height:1.35}
.address-result-option small{color:var(--muted);margin:0}
.field-help{margin:.1rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.4}
.error-text{color:var(--danger)!important}
.customer-requirements{border:1px solid var(--line);border-radius:12px;padding:.9rem 1rem;background:#fbfcfe}
.customer-requirements legend{padding:0 .35rem;font-size:.78rem;font-weight:850;color:#344054}
.customer-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .9rem}
.customer-checkbox-grid label{display:flex;align-items:center;gap:.5rem;margin:0;font-weight:750}
.customer-checkbox-grid input{width:auto}
.customer-checkbox-grid small{display:block;margin:0;color:var(--muted);font-size:.68rem;font-weight:600}
.customer-test-panel{max-width:760px;margin:1.25rem auto 0;padding:1rem 1.1rem;border:1px dashed #bbc7d3;border-radius:12px;background:#fafbfd}
.customer-test-panel summary{cursor:pointer;font-weight:800;color:var(--muted)}
.postcode-test-form{display:flex;align-items:end;gap:.8rem;margin-top:1rem}
.postcode-test-form label{flex:1}
.requirement-badges,.offer-requirements{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}
.requirement-badges span,.offer-requirements span{display:inline-flex;padding:.3rem .55rem;border-radius:999px;background:#eaf3f9;color:var(--brand);font-size:.72rem;font-weight:850}
.selected-supply-address{display:grid;gap:.25rem;margin:1rem 0;padding:1rem;border:1px solid var(--line);border-radius:11px;background:#f8fafc}
.selected-supply-address span{color:var(--muted);line-height:1.45}
button:disabled{cursor:not-allowed;opacity:.55}
@media(max-width:640px){.customer-checkbox-grid{grid-template-columns:1fr}.postcode-test-form{align-items:stretch;flex-direction:column}.postcode-test-form .secondary{width:100%}.address-results{max-height:260px}}

/* v0.4.7 dual-fuel customer search and grouped results */
.fuel-selection{margin:0}
.fuel-selection .field-help{margin:.55rem 0 0}
.debug-postcode-form{display:grid;gap:1rem;margin-top:1rem}
.debug-test-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.fuel-results-heading{max-width:1280px;margin:2rem auto .8rem;padding:0 max(6vw,1.2rem);display:flex;align-items:end;gap:1rem}
.fuel-results-heading .eyebrow{margin:0;min-width:90px}
.fuel-results-heading h2{margin:0;font-size:1.75rem}
.fuel-results-heading span{margin-left:auto;color:var(--muted);font-size:.85rem;font-weight:750}
.fuel-plan-section{padding-top:.6rem;padding-bottom:1rem}
.fuel-empty-state{max-width:1280px;margin:0 auto 1.5rem;padding:1.2rem max(6vw,1.2rem);color:var(--muted)}
.form-information{padding:1rem;border:1px solid #c9dceb;border-radius:10px;background:#f5faff;color:#315b83}
.form-information p{margin:.35rem 0 0;color:#52657a}
@media(max-width:760px){.debug-test-grid{grid-template-columns:1fr}.fuel-results-heading{align-items:flex-start;flex-direction:column}.fuel-results-heading span{margin-left:0}}

/* v0.5.1 dynamic tariff pricing on customer offer tiles */
.customer-rate-details{margin:1rem 0;border:1px solid var(--line);border-radius:12px;background:#fbfcfe;overflow:hidden}
.customer-rate-details summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;cursor:pointer;list-style:none;font-weight:850;color:var(--brand)}
.customer-rate-details summary::-webkit-details-marker{display:none}
.customer-rate-details summary::after{content:"⌄";font-size:1.1rem;transition:transform .18s ease}
.customer-rate-details[open] summary::after{transform:rotate(180deg)}
.customer-rate-details summary small{margin:0 0 0 auto;text-align:right;font-weight:650}
.customer-rate-panel{border-top:1px solid var(--line);padding:1rem;background:#fff}
.customer-supply-rate{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;margin-bottom:.8rem;border-radius:9px;background:#f1f7fb}
.customer-supply-rate span{font-size:.78rem;color:var(--muted);font-weight:750}
.customer-supply-rate strong{font-size:.92rem;white-space:nowrap}
.customer-rate-table-wrap{overflow-x:auto}
.customer-rate-table{min-width:520px;font-size:.78rem}
.customer-rate-table th,.customer-rate-table td{padding:.58rem .5rem}
.customer-rate-table td:nth-child(2),.customer-rate-table td:nth-child(3){white-space:nowrap}
.customer-rate-note{margin:.75rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.45}
@media(max-width:640px){
  .customer-rate-details summary{align-items:flex-start;flex-direction:column;gap:.25rem}
  .customer-rate-details summary small{margin:0;text-align:left}
  .customer-supply-rate{align-items:flex-start;flex-direction:column;gap:.25rem}
}

/* v0.5.2 offer tabs and date-format release */
.record-tabs{margin-bottom:1rem}
.tab-context{margin:-.2rem 0 1rem;padding:.75rem 1rem;border-left:3px solid var(--brand);background:#f7fafc;border-radius:0 8px 8px 0}

/* v0.5.3 feature icons and logos */
.feature-image-preview{display:flex;align-items:center;gap:1rem;padding:.85rem;border:1px solid var(--line);border-radius:10px;background:#fafcfe}
.feature-image-preview img,.admin-feature-summary img{width:96px;height:48px;object-fit:contain;flex:0 0 auto}
.admin-feature-summary{display:flex;align-items:center;gap:.75rem;min-width:220px}
.feature-icon-preview{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#eef6fb;color:var(--brand);font-size:1.25rem;font-weight:900;flex:0 0 auto}
.customer-feature-visual{display:grid;place-items:center;width:44px;min-width:44px;height:44px;border-radius:10px;background:#eef7f5;color:var(--success);font-size:1.25rem;font-weight:900;overflow:hidden}
.customer-feature-visual.has-image{width:72px;min-width:72px;height:36px;background:transparent;border:1px solid #edf0f3}
.customer-feature-visual img{width:100%;height:100%;object-fit:contain}
.feature-list li.has-feature-image{display:grid;gap:.45rem;justify-items:start}
.feature-list .feature-copy{min-width:0}
.greenpower-card{display:grid;gap:.8rem;margin:1rem 0;padding:1rem;border:1px solid #cfe4dc;border-radius:13px;background:linear-gradient(145deg,#f5fbf8,#fbfefd)}
.greenpower-card-heading{display:flex;align-items:center;gap:.7rem}
.greenpower-card-heading strong{display:block;font-size:.95rem;color:var(--ink)}
.greenpower-card-heading small{margin-top:.15rem}
.greenpower-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#dcfae6;font-size:1.05rem;flex:0 0 auto}
.greenpower-selector{display:grid;gap:.4rem;margin:0;font-size:.76rem;font-weight:800;color:#344054}
.greenpower-selector select{padding:.7rem;border-color:#b9d7cc;background:#fff}
.comparison-highlight{display:grid;gap:.15rem;margin:1rem 0 .7rem;padding:.2rem 0}
.comparison-highlight strong{color:var(--brand);font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.025em}
.comparison-highlight span{color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.35}
.comparison-highlight .comparison-equal-text{font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.25;letter-spacing:-.012em}
.tier-rate-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}
.tier-rate-actions form{display:inline-flex}
@media(max-width:640px){.admin-feature-summary{align-items:flex-start;flex-direction:column}.customer-feature-visual.has-image{width:64px;min-width:64px;height:32px}.greenpower-card{padding:.85rem}}

.button.danger,button.danger{background:#fff;color:var(--danger);border:1px solid #f0b4ae}
.button.danger:hover,button.danger:hover{background:#fff1f0;color:#8f1b13}

/* v0.5.5 customer tile and debug site lookup refinements */
.offer-card h2{font-size:clamp(1.7rem,2.5vw,2rem);line-height:1.1;letter-spacing:-.025em}
.comparison-highlight{gap:.28rem;margin:1.15rem 0 .85rem}
.comparison-highlight strong,.comparison-highlight .comparison-equal-text{font-size:clamp(1.7rem,2.5vw,2rem);line-height:1.08;color:var(--brand);font-weight:900;letter-spacing:-.025em}
.comparison-highlight span{display:block;color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.35}
.feature-list li.has-feature-image{display:flex;align-items:flex-start;gap:.6rem;justify-items:normal}
.feature-list .feature-copy{display:grid;gap:.12rem}
.customer-feature-upload{display:block;width:60px;height:30px;margin-top:.5rem;border:1px solid #edf0f3;border-radius:6px;background:#fff;overflow:hidden}
.customer-feature-upload img{width:100%;height:100%;object-fit:contain}
.debug-address-resolution{display:flex;flex-wrap:wrap;gap:.45rem 1rem;padding:.7rem .8rem;border:1px dashed #9ab8d0;border-radius:9px;background:#f4f9fd;color:#315b83;font-size:.76rem}
.debug-address-resolution strong{width:100%;font-size:.78rem}
.debug-site-summary{display:inline-flex;flex-wrap:wrap;gap:.3rem;padding:.45rem .65rem;border:1px dashed #9ab8d0;border-radius:8px;background:#fff;color:#315b83;font-size:.78rem}
@media(max-width:640px){.customer-feature-upload{width:56px;height:28px}.comparison-highlight strong,.comparison-highlight .comparison-equal-text{font-size:1.7rem}}

/* v0.6.0 home styles, readable address results and pricing overrides */
.address-result-option:hover,.address-result-option:focus{background:#eaf3f9;color:var(--ink)!important}
.address-result-option:hover strong,.address-result-option:focus strong{color:#111827!important}
.address-result-option:hover small,.address-result-option:focus small{color:var(--muted)!important}
.customer-feature-upload{width:84px;height:42px}
.feature-order-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;white-space:nowrap}
.feature-order-actions form{display:inline-flex;margin:0}
.icon-action.order-action{width:32px;height:32px;padding:0;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:var(--brand);font-size:1rem}
.icon-action.order-action:hover{background:#eef6fb;color:var(--brand-dark)}
.icon-action.order-action:disabled{opacity:.35;cursor:not-allowed;background:#f8fafc;color:#94a3b8}
.admin-feature-summary>span:last-child{display:grid;gap:.45rem}
.admin-feature-summary img{display:block;margin-top:.2rem}
.network-code-list{display:flex;flex-wrap:wrap;gap:.35rem;min-width:150px}
.network-code-disclosure summary{cursor:pointer;color:var(--brand);font-weight:800;white-space:nowrap}
.network-code-disclosure[open] summary{margin-bottom:.55rem}
.network-override-form{align-items:end;margin-bottom:.4rem}

.home2-hero{padding:4.5rem max(5vw,1.2rem) 4rem;background:linear-gradient(115deg,#e9f7fb 0%,#f9fcfe 55%,#eaf4fb 100%);display:grid;gap:2rem}
.home2-copy{max-width:880px}
.home2-copy h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.04em;margin:.4rem 0 1rem}
.home2-copy>p:last-child{max-width:760px;color:#4b5d73;font-size:1.08rem;line-height:1.55}
.home2-search{width:100%;max-width:1480px;background:#fff;border:1px solid #d8e4ec;border-radius:18px;padding:1.15rem;box-shadow:0 24px 65px rgba(32,72,105,.16);display:grid;gap:1rem}
.home2-search-row{display:grid;grid-template-columns:minmax(360px,1fr) minmax(180px,240px) minmax(160px,210px);gap:.85rem;align-items:start}
.home2-search-row label,.home2-address-field>label{font-size:.78rem;font-weight:850;color:#344054}
.home2-search-row input,.home2-search-row select{min-height:52px;padding:.85rem .9rem;font-size:1rem}
.home2-submit{min-height:52px;margin-top:1.16rem}
.home2-options-row{display:flex;align-items:flex-start;gap:1.4rem;flex-wrap:wrap;padding:.9rem 1rem .25rem;border-top:1px solid #edf0f3}
.home2-inline-options{border:0;padding:0;margin:0;display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}
.home2-inline-options legend{float:left;margin-right:.2rem;font-size:.76rem;font-weight:900;color:#344054}
.home2-inline-options label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:750}
.home2-inline-options input{width:auto}
.home2-inline-options .field-help{flex-basis:100%;margin:0}
.home2-debug-test{margin-bottom:1.5rem}
@media(max-width:900px){.home2-search-row{grid-template-columns:minmax(0,1fr) minmax(170px,220px)}.home2-submit{grid-column:1/-1;margin-top:0;width:100%}.home2-options-row{display:grid;grid-template-columns:1fr}}
@media(max-width:640px){.customer-feature-upload{width:76px;height:38px}.home2-hero{padding-top:3rem}.home2-search-row{grid-template-columns:1fr}.home2-customer-type,.home2-submit{grid-column:auto}.home2-submit{margin-top:0}.home2-options-row{padding:.9rem .2rem .2rem}.home2-inline-options{align-items:flex-start;flex-direction:column;gap:.6rem}.home2-inline-options legend{float:none}}

/* v0.6.1 Home2 CovaU-inspired horizontal landing page */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.home2-page{background:#fff;color:#17265a}
.home2-site-header{height:92px;padding:0 clamp(1.25rem,4vw,4.75rem);border-bottom:0;box-shadow:0 10px 30px rgba(18,35,79,.07);position:relative;z-index:80}
.home2-brand>span:last-child{display:grid;line-height:1.05}
.home2-brand strong{font-size:1rem;color:#17265a}
.home2-brand small{font-size:.6rem;color:#58aee0;margin:.16rem 0 0;letter-spacing:.04em}
.home2-site-header .brand-mark{width:46px;height:42px;border-radius:5px 13px 5px 13px;background:linear-gradient(145deg,#1c79d5,#68bee8);font-size:1.2rem;transform:rotate(-4deg)}
.home2-primary-nav{display:flex;align-items:center;gap:clamp(.9rem,2vw,2rem);margin:0 auto}
.home2-primary-nav a{color:#17265a;font-weight:800;font-size:.88rem;white-space:nowrap}
.home2-primary-nav a:hover{color:#0b6bcb}
.home2-header-actions{display:flex;align-items:center;gap:.85rem}
.home2-account-link{color:#17265a;font-weight:850;white-space:nowrap}
.home2-account-link::before{content:"●";display:inline-block;margin-right:.5rem;color:#17265a;font-size:.8rem}
.home2-signup-link{min-width:104px;background:#ffad1f;color:#17265a;border-radius:9px;font-weight:900}
.home2-signup-link:hover{background:#f49b00;color:#17265a}

.home2-hero{position:relative;padding:4.25rem clamp(1.25rem,8vw,9rem) 2rem;background:#fff;display:block;overflow:hidden}
.home2-hero::before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;left:-360px;top:290px;border:1px solid #c9d4e2;opacity:.8}
.home2-hero::after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-380px;top:300px;border:1px solid #c9d4e2;opacity:.8}
.home2-hero-inner{position:relative;z-index:2;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:3rem;align-items:center;min-height:470px}
.home2-copy{max-width:660px;padding-bottom:4rem}
.home2-offer-label{display:inline-flex;margin:0 0 1.15rem;padding:.42rem .85rem;border:1px solid #cbd4df;border-radius:999px;background:#f7f9fc;color:#17265a;font-size:.68rem;font-weight:900;letter-spacing:.16em}
.home2-copy h1{margin:0 0 1.15rem;color:#17265a;font-size:clamp(3rem,5vw,5rem);line-height:.98;letter-spacing:-.045em;max-width:760px}
.home2-copy h1 span{display:block;color:#58afe0}
.home2-copy>p:not(.home2-offer-label):not(.home2-fine-print){max-width:700px;margin:0 0 1.4rem;color:#17265a;font-size:1.15rem;line-height:1.55}
.home2-hero-cta{min-width:245px;padding:1rem 1.4rem;border-radius:999px;background:#ffb21f;color:#17265a;font-weight:900}
.home2-hero-cta:hover{background:#f49b00;color:#17265a}
.home2-fine-print{max-width:610px;margin:.85rem 0 0;color:#6b7488;font-size:.72rem;font-style:italic;line-height:1.5}

.home2-artwork{position:relative;min-height:450px;align-self:end}
.home2-art-shape{position:absolute;display:block;border-radius:70px 18px 70px 18px;transform:rotate(-8deg)}
.home2-art-shape-one{width:77%;height:72%;right:0;top:10%;background:linear-gradient(145deg,#0864dd,#0b4ec7);box-shadow:0 30px 70px rgba(20,83,202,.2)}
.home2-art-shape-two{width:69%;height:64%;right:18%;top:22%;background:#ddf2fd;opacity:.96}
.home2-building{position:absolute;z-index:3;right:6%;bottom:0;width:72%;height:72%;filter:drop-shadow(0 24px 24px rgba(12,31,68,.23))}
.home2-building-roof{position:absolute;z-index:2;left:5%;right:3%;top:1%;height:32%;background:#18273a;clip-path:polygon(9% 100%,15% 31%,92% 0,100% 100%);overflow:hidden}
.home2-building-roof span{position:absolute;top:26%;width:25%;height:48%;background:linear-gradient(160deg,#0b62d0,#11346b);border:2px solid #5fb7e6;transform:skewY(-11deg)}
.home2-building-roof span:nth-child(1){left:23%}.home2-building-roof span:nth-child(2){left:49%}.home2-building-roof span:nth-child(3){left:75%}
.home2-building-front{position:absolute;left:14%;right:7%;top:27%;bottom:0;background:linear-gradient(90deg,#23303a,#111923 70%);border:7px solid #263541;border-bottom-width:13px}
.home2-building-window{position:absolute;left:6%;top:15%;width:58%;height:55%;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.home2-building-window i{display:block;background:linear-gradient(180deg,#ffe1a0,#9fd5e8 55%,#315473);border:5px solid #172330}
.home2-building-door{position:absolute;right:7%;bottom:0;width:24%;height:70%;background:linear-gradient(90deg,#243646,#111a24);border:5px solid #060b10}
.home2-building-awning{position:absolute;left:-3%;right:-5%;top:4%;height:20%;background:repeating-linear-gradient(90deg,#0f61c8 0 34px,#1b79df 34px 68px);transform:skewX(-9deg);border-bottom:6px solid #0d2a52}
.home2-energy-card{position:absolute;z-index:5;right:0;bottom:9%;display:grid;gap:.18rem;max-width:230px;padding:.9rem 1rem;border-radius:13px;background:#fff;box-shadow:0 14px 35px rgba(17,38,82,.2);border:1px solid #e6edf5}
.home2-energy-card span{color:#5d6980;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.home2-energy-card strong{color:#17265a;font-size:.9rem;line-height:1.3}

.home2-search{position:relative;z-index:10;width:min(1300px,calc(100% - 2rem));margin:-2.25rem auto 0;padding:1.25rem 1.35rem 1rem;border:0;border-radius:26px;background:linear-gradient(105deg,#17265a,#29146e);box-shadow:0 20px 45px rgba(27,28,92,.22);display:grid;gap:.75rem;color:#fff}
.home2-search-title{margin:0;color:#fff;font-size:.76rem;font-weight:950;letter-spacing:.04em}
.home2-search-row{display:grid;grid-template-columns:minmax(320px,1.55fr) minmax(250px,.78fr) minmax(210px,.85fr);gap:.8rem;align-items:start}
.home2-address-field{min-width:0}
.home2-address-control{position:relative;display:flex;align-items:center}
.home2-location-icon{position:absolute;left:1rem;z-index:2;color:#17265a;font-size:.72rem}
.home2-address-control input{height:64px;padding:1rem 1rem 1rem 3rem;border:0;border-radius:14px;background:#fff;color:#17265a;font-size:1.08rem;font-weight:750;box-shadow:inset 0 0 0 1px rgba(23,38,90,.08)}
.home2-address-control input::placeholder{color:#838ca0;font-weight:700}
.home2-address-field>.field-help{min-height:1.1rem;margin:.35rem .25rem 0;color:#d6d9ef;font-size:.7rem}
.home2-address-field .address-results{top:68px;color:#162033}
.home2-address-field .debug-address-resolution{background:#fff;color:#315b83}
.home2-customer-switch{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:0;margin:0;border:0}
.home2-customer-switch label{display:block;margin:0;cursor:pointer}
.home2-customer-switch input{position:absolute;opacity:0;pointer-events:none}
.home2-customer-switch span{display:grid;place-items:center;height:64px;border:1px solid rgba(126,159,255,.75);border-radius:14px;color:#fff;font-size:.88rem;font-weight:900;transition:background .16s ease,border-color .16s ease,color .16s ease}
.home2-customer-switch input:checked+span{background:#58afe0;border-color:#58afe0;color:#fff}
.home2-customer-switch input:focus-visible+span{outline:3px solid rgba(255,255,255,.65);outline-offset:2px}
.home2-submit{height:64px;margin:0;border-radius:14px;background:#58afe0;color:#fff;font-size:.92rem;text-transform:uppercase;font-weight:950;letter-spacing:.01em}
.home2-submit:hover{background:#3f9fd4}
.home2-options-row{display:flex;align-items:flex-start;gap:1.2rem;flex-wrap:wrap;padding:.75rem .2rem .1rem;border-top:1px solid rgba(255,255,255,.18)}
.home2-inline-options{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:0;margin:0;border:0}
.home2-inline-options legend{float:left;margin:0 .25rem 0 0;color:#d6d9ef;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.home2-inline-options label{display:block;margin:0;cursor:pointer}
.home2-inline-options input{position:absolute;opacity:0;pointer-events:none}
.home2-inline-options label span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .75rem;border:1px solid rgba(145,166,233,.65);border-radius:999px;color:#fff;font-size:.74rem;font-weight:850;transition:background .16s ease,border-color .16s ease}
.home2-inline-options input:checked+span{background:#fff;border-color:#fff;color:#17265a}
.home2-inline-options input:focus-visible+span{outline:3px solid rgba(255,255,255,.55);outline-offset:2px}
.home2-inline-options .field-help{flex-basis:100%;margin:.1rem 0 0;color:#cfd5ec;font-size:.66rem}
.home2-plan-options{padding-left:1.2rem;border-left:1px solid rgba(255,255,255,.2)}
.home2-availability{position:relative;z-index:5;margin:.65rem auto 0;text-align:center;color:#17265a;font-size:.78rem}
.home2-debug-test{margin-top:1.25rem;margin-bottom:1.5rem}
.home2-trust-strip{margin-top:0}

@media(max-width:1180px){
  .home2-site-header{padding:0 1.5rem}.home2-primary-nav{gap:1rem}.home2-primary-nav a:nth-child(5),.home2-primary-nav a:nth-child(6){display:none}
  .home2-hero{padding-left:3rem;padding-right:3rem}.home2-hero-inner{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr)}
}
@media(max-width:920px){
  .home2-site-header{height:78px}.home2-primary-nav{display:none}.home2-header-actions{margin-left:auto}
  .home2-hero{padding:3rem 1.5rem 1.5rem}.home2-hero-inner{grid-template-columns:1fr;min-height:auto}.home2-copy{max-width:760px;padding-bottom:0}.home2-copy h1{max-width:780px}.home2-artwork{min-height:360px;max-width:620px;width:100%;margin:-1rem auto 0}.home2-search{margin:1rem auto 0}
  .home2-search-row{grid-template-columns:1fr 1fr}.home2-address-field{grid-column:1/-1}.home2-submit{grid-column:2}.home2-customer-switch{grid-column:1}.home2-plan-options{padding-left:0;border-left:0}
}
@media(max-width:640px){
  .home2-site-header{padding:0 1rem}.home2-brand small,.home2-account-link{display:none}.home2-signup-link{min-width:auto;padding:.65rem .8rem}.home2-site-header .brand-mark{width:39px;height:36px}
  .home2-hero{padding:2.4rem 1rem 1.25rem}.home2-copy h1{font-size:clamp(2.45rem,12vw,3.45rem)}.home2-copy>p:not(.home2-offer-label):not(.home2-fine-print){font-size:1rem}.home2-hero-cta{width:100%}.home2-artwork{min-height:290px}.home2-building{width:80%}.home2-energy-card{right:2%;bottom:3%;max-width:185px;padding:.7rem}
  .home2-search{width:calc(100% - 1rem);padding:1rem;border-radius:20px}.home2-search-row{grid-template-columns:1fr}.home2-address-field,.home2-customer-switch,.home2-submit{grid-column:auto}.home2-address-control input,.home2-customer-switch span,.home2-submit{height:56px;min-height:56px}.home2-options-row{display:grid;gap:.8rem}.home2-inline-options{align-items:flex-start}.home2-inline-options legend{float:none;flex-basis:100%}.home2-plan-options{padding-top:.7rem;border-top:1px solid rgba(255,255,255,.17)}.home2-availability{padding:0 .75rem;line-height:1.6}
}
.debug-address-resolution[hidden]{display:none!important}
@media(max-width:920px){.home2-site-header .home2-primary-nav{display:none}}
@media(max-width:640px){.home2-options-row .home2-inline-options{flex-direction:row;gap:.5rem}.home2-options-row .home2-inline-options legend{flex-basis:100%}}

/* v0.6.2 GreenPower details, register schedule help and compact tier actions */
.customer-feature-upload{width:101px;height:50px}

.tier-rate-actions{justify-content:center;gap:.35rem;flex-wrap:nowrap}
.icon-action.tier-action{display:inline-grid;place-items:center;width:34px;height:34px;padding:0;border-radius:8px;font-size:1.25rem;font-weight:900;line-height:1}
.icon-action.add-tier-action{border:1px solid #9fc8e4;background:#eef7fd;color:var(--brand)}
.icon-action.add-tier-action:hover{background:#dceefa;color:var(--brand-dark)}
.icon-action.delete-tier-action{border:1px solid #f0b4ae;background:#fff5f4;color:var(--danger)}
.icon-action.delete-tier-action:hover{background:#fee7e5;color:#8f1b13}

.register-name-info{display:flex;align-items:center;gap:.45rem;min-width:210px}
.info-popover{position:relative;display:inline-flex;flex:0 0 auto}
.info-popover>summary{display:grid;place-items:center;width:24px;height:24px;border:1px solid #93b9d5;border-radius:50%;background:#f3f9fd;color:var(--brand);font-size:.78rem;font-weight:900;cursor:pointer;list-style:none}
.info-popover>summary::-webkit-details-marker{display:none}
.info-popover[open]>summary{background:var(--brand);color:#fff}
.info-popover-panel{position:absolute;z-index:120;top:calc(100% + .5rem);left:0;width:min(430px,calc(100vw - 3rem));padding:1rem;border:1px solid #c8d9e6;border-radius:12px;background:#fff;box-shadow:0 18px 48px rgba(17,43,72,.2);color:var(--ink)}
.info-popover-panel h4{margin:0 0 .7rem;font-size:.95rem}
.info-popover-panel p{margin:0;color:var(--muted);font-size:.8rem}
.schedule-popup-list{display:grid;gap:.55rem}
.schedule-popup-list>div{display:grid;grid-template-columns:minmax(110px,1fr) minmax(110px,1.2fr);gap:.2rem .65rem;padding:.65rem;border:1px solid #e5edf3;border-radius:8px;background:#f9fbfd}
.schedule-popup-list strong{grid-column:1/-1;font-size:.78rem}
.schedule-popup-list span{font-size:.72rem;color:#52657a}

.greenpower-card{gap:1rem;border-color:#9ed5b5;background:linear-gradient(145deg,#f1fbf5,#fff)}
.greenpower-card-heading{align-items:flex-start;position:relative}
.greenpower-brand-icon{width:34px;height:46px;object-fit:contain;flex:0 0 auto}
.greenpower-heading-copy{display:grid;gap:.2rem;min-width:0;flex:1}
.greenpower-heading-copy strong{font-size:1.02rem}
.greenpower-heading-copy small{color:#557066;line-height:1.35}
.greenpower-info-popover{position:relative;display:flex;margin-left:auto;flex:0 0 auto;outline:none}
.greenpower-info-trigger{display:grid;place-items:center;width:27px;height:27px;padding:0;border:1px solid #43a96e;border-radius:50%;background:#fff;color:#008f45;font-size:.82rem;font-weight:900;cursor:help}
.greenpower-info-popover:hover .greenpower-info-trigger,.greenpower-info-popover:focus-within .greenpower-info-trigger{background:#008f45;color:#fff}
.greenpower-info-panel{position:absolute;z-index:140;right:0;top:calc(100% + .55rem);display:none;box-sizing:border-box;width:min(670px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);padding:1.1rem;border:1px solid #98d1af;border-radius:14px;background:#fff;box-shadow:0 22px 58px rgba(18,74,45,.22);color:var(--ink)}
.greenpower-info-popover:hover .greenpower-info-panel,.greenpower-info-popover:focus-within .greenpower-info-panel{display:block}
.greenpower-full-logo{display:block;width:min(360px,80%);height:auto;margin:0 0 .8rem}
.greenpower-information-text{margin:0 0 .9rem;color:#425b4d;font-size:.8rem;line-height:1.55}
.greenpower-table-wrap{overflow-x:auto}
.greenpower-info-table{width:100%;border-collapse:collapse;font-size:.75rem}
.greenpower-info-table th,.greenpower-info-table td{padding:.55rem .6rem;border:1px solid #d9e9df;text-align:left;vertical-align:top}
.greenpower-info-table th{background:#edf8f1;color:#174c2d;font-weight:850}
.greenpower-info-table td:first-child{font-weight:800;overflow-wrap:anywhere}
.greenpower-selector{gap:.55rem}
.greenpower-selector select{min-height:48px;padding:.75rem .8rem;line-height:1.5;border-color:#8bc8a4}
.greenpower-selected-detail{display:block;padding:.75rem .85rem;border-left:3px solid #00a651;border-radius:0 8px 8px 0;background:#f5fbf7;color:#415b4b;font-size:.76rem;line-height:1.45}

@media(max-width:760px){
  .customer-feature-upload{width:91px;height:45px}
  .info-popover-panel{left:auto;right:0}
  .greenpower-info-panel{right:0;width:min(620px,calc(100vw - 1.25rem));max-width:calc(100vw - 1.25rem);padding:.85rem}
}


/* v0.6.3 GreenPower form alignment and concise customer selector */
.greenpower-admin-form{align-items:start}
.greenpower-admin-form>label:not(.checkbox){align-content:start}
.greenpower-admin-form>label>input,.greenpower-admin-form>label>select{min-height:42px}
.greenpower-admin-form>label.checkbox{align-self:center;margin-top:1.45rem}
.greenpower-selected-detail{min-height:44px}

/* v0.7.0 staged residential and business signup */
.signup-page{max-width:1380px;margin:0 auto;padding:2rem max(4vw,1.25rem) 5rem}
.signup-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:920px;margin:0 auto 2rem;position:relative}
.signup-progress::before{content:"";position:absolute;left:10%;right:10%;top:20px;height:2px;background:#d9e2ec;z-index:0}
.signup-progress-step{position:relative;z-index:1;display:grid;justify-items:center;gap:.35rem;color:#7a8798;font-size:.78rem;text-align:center}
.signup-progress-step span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #cad5e2;font-weight:900}
.signup-progress-step.active{color:var(--brand)}.signup-progress-step.active span{border-color:var(--brand);background:var(--brand);color:#fff}
.signup-progress-step.complete span{border-color:var(--success);background:var(--success);color:#fff}.signup-progress-step.complete{color:var(--success)}
.staged-signup-shell{display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:1.5rem;align-items:start}
.signup-plan-card{position:sticky;top:1.5rem;background:#122552;color:#fff;border-radius:18px;padding:1.45rem;box-shadow:var(--shadow)}
.signup-plan-card .eyebrow,.signup-plan-card a{color:#74c8f1}.signup-plan-card h2{margin:.15rem 0 .45rem;font-size:1.55rem}.signup-plan-card>p{color:#dce7f7;line-height:1.5}
.signup-plan-card dl{display:grid;gap:.7rem;margin:1.2rem 0}.signup-plan-card dl div{padding-top:.7rem;border-top:1px solid rgba(255,255,255,.14)}.signup-plan-card dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#a9bdd8}.signup-plan-card dd{margin:.25rem 0 0;font-weight:800}
.signup-plan-card .selected-supply-address{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.07)}.signup-plan-card .selected-supply-address span{color:#dce7f7}.signup-help{margin-top:1.4rem!important}
.staged-signup-form{display:grid;gap:1.15rem}.signup-step-heading{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.4rem 1.5rem}.signup-step-heading p{margin:0 0 .35rem;color:var(--brand);font-weight:850}.signup-step-heading h1{margin:0;font-size:2rem}.signup-step-heading span{display:block;margin-top:.55rem;color:var(--muted)}
.signup-form-section{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.35rem 1.45rem;box-shadow:0 4px 14px rgba(31,45,61,.035)}.signup-form-section h2{margin:0 0 .4rem}.signup-form-section>p{margin:.2rem 0 1rem;color:var(--muted)}
.signup-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.signup-grid label{align-content:start}.signup-grid label small{display:inline;margin-left:.25rem;font-weight:500}
.signup-form-actions{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0}.signup-form-actions .button,.signup-form-actions button{min-width:160px}
.abn-lookup-row{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(180px,1fr);gap:.75rem;align-items:end;margin:1rem 0}.success-text{color:var(--success)!important}
.choice-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.choice-card{display:flex;align-items:center;gap:.8rem;border:1px solid #cbd6e2;border-radius:12px;padding:1rem;cursor:pointer;background:#fff}.choice-card:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 2px rgba(11,107,203,.12);background:#f6fbff}.choice-card input,.yes-no-row input,.terms-section input,.consent-choice input{width:auto}.choice-card span{display:grid;gap:.15rem}.choice-card small{margin:0}.compact-choice-grid{max-width:620px}
.conditional-field{display:grid;gap:.35rem;max-width:360px;margin-top:1rem;font-weight:750}.conditional-panel{margin-top:1rem;padding:1rem;border:1px solid #dce5ee;border-radius:12px;background:#f9fbfd}.yes-no-row{display:flex;gap:.8rem;margin-top:1rem}.yes-no-row label{display:flex;align-items:center;gap:.45rem;padding:.7rem 1.4rem;border:1px solid #ccd6e0;border-radius:999px;font-weight:800}.yes-no-row label:has(input:checked){border-color:var(--brand);background:#eef7ff;color:var(--brand)}
.consent-choice{display:flex;align-items:flex-start;gap:.7rem;margin-top:1rem;padding:1rem;border-radius:10px;background:#eef7ff;line-height:1.45}.consent-dialog{max-width:760px;border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.25)}.consent-dialog::backdrop{background:rgba(9,20,40,.58)}.consent-dialog form{padding:1.4rem}.consent-dialog li{margin-bottom:.7rem;line-height:1.45}.dialog-heading,.dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dialog-heading h2{margin:0}.dialog-close{background:transparent;color:var(--ink);font-size:1.5rem;padding:.2rem}.dialog-actions{justify-content:flex-end;margin-top:1.2rem}
.narrow-signup{max-width:860px}.otp-card,.life-support-stop{max-width:620px;margin:1rem auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:2rem;text-align:center;box-shadow:var(--shadow)}.otp-card h1,.life-support-stop h1{margin:.3rem 0 .8rem}.otp-icon,.stop-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;margin:0 auto 1rem;background:#eaf4ff;color:var(--brand);font-size:1.7rem}.otp-form{display:grid;gap:1rem;max-width:360px;margin:1.5rem auto}.otp-form label{display:grid;gap:.45rem;text-align:left;font-weight:800}.otp-form input{text-align:center;font-size:1.5rem;letter-spacing:.25em}.life-support-stop{border-color:#f5bf8e}.life-support-stop .stop-icon{background:#fff4e8;color:#a65300}.life-support-stop p{line-height:1.6}
.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;margin:1rem 0 0}.review-grid div{padding:.75rem;border-radius:10px;background:#f7f9fc}.review-grid .wide{grid-column:1/-1}.review-grid dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.review-grid dd{margin:.25rem 0 0;font-weight:750;overflow-wrap:anywhere}.terms-section{display:grid;gap:.75rem}.terms-section label{display:flex;align-items:flex-start;gap:.7rem;line-height:1.45}.terms-note{padding:1rem;border-left:4px solid #f4ab2d;background:#fff8e8;color:#5e4b20!important;line-height:1.5}
@media(max-width:900px){.staged-signup-shell{grid-template-columns:1fr}.signup-plan-card{position:static}.signup-progress-step strong{font-size:.68rem}.abn-lookup-row{grid-template-columns:1fr auto}.abn-lookup-row span{grid-column:1/-1}.signup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.signup-page{padding:1.2rem .85rem 3rem}.signup-progress{margin-bottom:1.2rem}.signup-progress-step strong{display:none}.signup-progress::before{left:12%;right:12%}.signup-step-heading h1{font-size:1.55rem}.signup-grid,.choice-card-grid,.review-grid{grid-template-columns:1fr}.review-grid .wide{grid-column:auto}.signup-form-section,.signup-step-heading{padding:1.1rem}.signup-form-actions{display:grid;grid-template-columns:1fr}.signup-form-actions .button,.signup-form-actions button{width:100%}.abn-lookup-row{grid-template-columns:1fr}.yes-no-row{flex-direction:column}.yes-no-row label{justify-content:center}.dialog-actions{display:grid;grid-template-columns:1fr 1fr}}

/* v0.7.1 staged signup refinements */
.signup-field-label{display:flex;align-items:baseline;gap:.3rem;min-height:1.35rem;font-size:.82rem;font-weight:800;color:#344054}
.optional-label{font-size:.72rem;font-weight:600;color:var(--muted);white-space:nowrap}
.signup-grid>label{display:grid;grid-template-rows:minmax(1.35rem,auto) 44px;gap:.38rem;align-content:start}
.signup-grid>label.wide{grid-column:1/-1}
.signup-grid>label input,.signup-grid>label select,.abn-lookup-row label input{height:44px;min-height:44px}
.signup-grid>label:has(.field-note){grid-template-rows:minmax(1.35rem,auto) 44px auto}
.field-note{display:block;margin:.05rem 0 0;font-size:.72rem;line-height:1.3}
.signup-action-button{min-width:150px!important;min-height:44px;padding:.72rem 1.05rem!important;font-size:.92rem!important;border-radius:9px!important}
.signup-compact-button{min-height:40px;padding:.6rem .9rem!important;font-size:.84rem!important}
.signup-choice-grid{gap:.65rem;max-width:700px}
.signup-choice-card{min-height:54px;padding:.65rem .8rem!important;border-radius:10px!important;gap:.6rem!important}
.signup-choice-card span{min-height:0!important;padding:0!important;border:0!important;background:transparent!important;display:grid!important;justify-content:start!important}
.signup-choice-card strong{font-size:.9rem}
.compact-option-row{gap:.55rem}.compact-option-row label{padding:.55rem 1rem;min-width:78px;justify-content:center}
.signup-form-actions{align-items:center}.signup-form-actions .button,.signup-form-actions button{min-width:150px}
button:disabled,.primary:disabled{background:#aeb8c5!important;color:#edf1f5!important;cursor:not-allowed!important;box-shadow:none!important}
.life-support-inline-message{margin-top:1rem;line-height:1.5}.life-support-inline-message a{color:inherit;text-decoration:underline}
.signup-rate-details{margin:1.15rem 0 .25rem;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.06);overflow:hidden}
.signup-rate-details summary{cursor:pointer;padding:.75rem .85rem;font-size:.83rem;font-weight:850;color:#fff;list-style:none;display:flex;align-items:center;justify-content:space-between}
.signup-rate-details summary::-webkit-details-marker{display:none}.signup-rate-details summary::after{content:"⌄";font-size:1rem}.signup-rate-details[open] summary::after{transform:rotate(180deg)}
.signup-rate-details-body{border-top:1px solid rgba(255,255,255,.15);padding:.35rem .75rem .6rem}
.signup-rate-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;padding:.55rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:.76rem}
.signup-rate-row:first-child{border-top:0}.signup-rate-row span{display:grid;gap:.12rem;color:#dce7f7}.signup-rate-row b{color:#fff}.signup-rate-row small{margin:0;color:#a9bdd8;font-size:.67rem}.signup-rate-row strong{color:#fff;white-space:nowrap;font-size:.76rem}.signup-rate-supply span{font-weight:800;color:#fff}
.otp-plan-summary{max-width:460px;margin:1rem auto;border:1px solid var(--line);border-radius:11px;background:#f8fbfe;text-align:left;overflow:hidden}.otp-plan-summary summary{padding:.75rem .9rem;cursor:pointer;font-weight:850;color:var(--brand)}.otp-plan-summary>div{padding:.25rem .9rem .65rem;border-top:1px solid var(--line)}.otp-plan-summary p{display:flex;justify-content:space-between;gap:1rem;margin:.55rem 0;font-size:.76rem}.otp-plan-summary strong{white-space:nowrap}.otp-resend-form{display:flex;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;color:var(--muted);font-size:.83rem}.notice.success{background:#ecfdf3;border-color:#a7e8c6;color:#087a55}
.terms-section{gap:.55rem}.terms-section h2{margin-bottom:.25rem}.terms-section label{margin:0;line-height:1.38}.terms-section label span{display:block}.terms-note{margin:.15rem 0!important}
.signup-completion{max-width:900px}.confirmation-lead{max-width:720px;margin:0 auto 1.5rem;line-height:1.65;font-size:1.05rem}.confirmation-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:1.5rem auto;max-width:780px;text-align:left}.confirmation-summary-grid>div{display:grid;gap:.35rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.confirmation-summary-grid .wide{grid-column:1/-1}.confirmation-summary-grid span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:850}.confirmation-summary-grid strong{font-size:.98rem;overflow-wrap:anywhere}.confirmation-next-steps{max-width:780px;margin:1.5rem auto 2rem;padding:1.25rem 1.4rem;text-align:left;border-radius:14px;background:#fff;border:1px solid var(--line)}.confirmation-next-steps h2{margin:0 0 .75rem}.confirmation-next-steps p{line-height:1.65;margin:.7rem 0}
@media(max-width:640px){.signup-grid>label.wide{grid-column:auto}.signup-action-button{width:100%;min-width:0!important}.confirmation-summary-grid{grid-template-columns:1fr}.confirmation-summary-grid .wide{grid-column:auto}.otp-resend-form{display:grid}.signup-rate-row{grid-template-columns:1fr}.signup-rate-row strong{white-space:normal}}
.credit-check-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.credit-check-banner p{margin:.3rem 0 0}.credit-check-actions{display:flex;gap:.55rem;flex-wrap:wrap}.credit-check-actions form{margin:0}.danger-button{background:var(--danger)}.danger-button:hover{background:#8f1c13}.sales-type-settings-table th:not(:first-child),.sales-type-settings-table td{text-align:center}.sales-type-settings-table input[type="checkbox"]{width:20px;height:20px}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem}

/* v0.7.5 operational communication recovery */
.communication-retry-form {
  display: grid;
  gap: .45rem;
  min-width: 220px;
}
.communication-retry-form label {
  display: grid;
  gap: .25rem;
  font-size: .8rem;
}
.communication-retry-form input {
  min-width: 210px;
}
.dashboard-alerts {
  margin-bottom: 1rem;
}

/* v0.7.7 dual-fuel customer signup */
.dual-signup-builder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 1.25rem 0 1.75rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border, #dfe3e8);
  border-radius: 16px;
  background: var(--surface, #fff);
}
.dual-signup-builder h2 { margin: .15rem 0 .35rem; }
.dual-signup-builder p { margin: 0; }
.dual-plan-selection { margin-top: 1rem; }
.dual-plan-choice {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .85rem 1rem;
  border: 1px solid var(--border, #dfe3e8);
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}
.dual-plan-choice:has(input:checked) {
  outline: 2px solid currentColor;
  outline-offset: 1px;
}
.dual-plan-choice input { width: 1.15rem; height: 1.15rem; }
.dual-fuel-summary .signup-selected-plan + .signup-selected-plan {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, #dfe3e8);
}
.signup-plan-fuel-row { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.signup-plan-fuel-row h2 { margin: 0; }
.signup-reference-summary { margin: .5rem 0 1rem; }
.signup-reference-summary span { display: block; font-size: .8rem; opacity: .75; }
.signup-reference-summary strong { font-size: 1.05rem; }
@media (max-width: 760px) {
  .dual-signup-builder { align-items: stretch; flex-direction: column; }
  .dual-signup-builder button { width: 100%; }
}

/* v0.7.8 customer-site branding */
.customer-site-logo{display:block;max-width:150px;width:auto;height:46px;object-fit:contain}.home2-site-logo{max-width:170px;height:48px}.customer-brand-preview{display:flex;align-items:center;gap:.8rem;margin-top:.5rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.customer-brand-preview img{max-width:180px;max-height:64px;width:auto;height:auto}.site-branding-preview{margin:1rem 0 1.4rem}

.conditional-field[hidden]{display:none!important}
.otp-plan-names{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1rem 0}

/* v0.8.0 aligned state selectors and signup filters */
.state-table .data-table{table-layout:fixed}
.state-table .data-table th:first-child,.state-table .data-table td:first-child{width:72%}
.state-table .data-table th:last-child,.state-table .data-table td:last-child{width:28%}
.signup-filter-form{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,.75fr)) auto auto;gap:.7rem;align-items:end;margin-bottom:1rem}
.signup-filter-form label{display:grid;gap:.3rem;font-size:.78rem;font-weight:750;color:#344054}
@media(max-width:1000px){.signup-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-filter-form .button,.signup-filter-form button{width:100%}}
@media(max-width:640px){.signup-filter-form{grid-template-columns:1fr}}

/* v0.8.1 landing-page rotator and alternative search concepts */
.home2-account-link::before{content:none!important}.home2-location-icon{display:none}.home2-address-control input{padding-left:1.1rem}
.promo-rotator{position:relative;z-index:6;width:min(1320px,100%);margin:0 auto 1.35rem;border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(20,35,74,.16);background:#17265a}
.promo-slides{position:relative;min-height:280px}.promo-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;padding:2.2rem 3rem;opacity:0;visibility:hidden;transform:translateX(2%);transition:opacity .45s ease,transform .45s ease,visibility .45s}.promo-slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}
.promo-slide-copy{position:relative;z-index:2;max-width:690px}.promo-slide-copy>span{display:inline-block;margin-bottom:.65rem;font-size:.75rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;opacity:.84}.promo-slide h2{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.035em}.promo-slide p{max-width:620px;margin:0 0 1.15rem;font-size:1rem;line-height:1.55}.promo-slide a{display:inline-flex;padding:.75rem 1rem;border-radius:999px;background:#fff;color:#17265a;font-weight:900}
.promo-business{background:linear-gradient(120deg,#16265d 0%,#2b4ea2 62%,#64b9e6 100%);color:#fff}.promo-gas{background:linear-gradient(120deg,#57164f,#a92c70 58%,#ffb55b);color:#fff}.promo-solar{background:linear-gradient(120deg,#063d62,#087f8c 55%,#9bd66e);color:#fff}.promo-ev{background:linear-gradient(120deg,#131b3e,#4d3da6 55%,#5ab8ed);color:#fff}
.promo-visual{position:relative;min-height:210px}.promo-visual i{position:absolute;display:block;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(2px)}.promo-visual i:nth-child(1){width:190px;height:190px;right:8%;top:4%}.promo-visual i:nth-child(2){width:115px;height:115px;right:46%;top:34%}.promo-visual i:nth-child(3){width:72px;height:72px;right:5%;bottom:0;background:rgba(255,255,255,.34)}
.promo-controls{position:absolute;z-index:8;left:3rem;right:3rem;bottom:1rem;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.promo-controls>button{width:34px;height:34px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(15,24,58,.25);color:#fff;font-size:1.4rem}.promo-dots{display:flex;gap:.4rem}.promo-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45)}.promo-dots button.is-active{width:24px;border-radius:999px;background:#fff}
/* Home2 option emphasis: clearly separated choice groups without decorative bullets. */
.home2-options-row{padding:1rem;border-top:0;border-radius:16px;background:rgba(255,255,255,.08)}
.home2-inline-options{padding:.2rem .35rem}.home2-inline-options legend{color:#fff;opacity:.82}.home2-inline-options label span{min-width:86px;border-width:2px;background:rgba(255,255,255,.04)}
.home2-customer-switch span{border-width:2px;background:rgba(255,255,255,.04)}
.home2-address-control::before{content:"Address";position:absolute;z-index:3;left:1rem;top:.48rem;color:#6e7890;font-size:.58rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.home2-address-control input{padding-top:1.45rem}

/* v0.8.2 customer sales alerts */
.customer-sales-alerts { display: grid; gap: .55rem; margin: -1rem -1rem .9rem; }
.customer-sales-alert { padding: .8rem 1rem; border-radius: .75rem .75rem .35rem .35rem; background: #fff4d6; border: 1px solid #e8c564; font-weight: 700; line-height: 1.4; }

/* v0.8.3 Home2: promotional carousel is the hero, with stable plan-option controls. */
.home2-hero{padding:0 0 2rem;background:#f5f8fc;overflow:visible}
.home2-hero::before,.home2-hero::after{display:none}
.home2-promo-hero{width:100%;max-width:none;margin:0;border-radius:0;box-shadow:none;background:#17265a}
.home2-promo-hero .promo-slides{min-height:510px}
.home2-promo-hero .promo-slide{min-height:510px;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);padding:4.3rem clamp(2rem,8vw,9rem) 6rem}
.home2-promo-hero .promo-slide-copy{max-width:720px}
.home2-promo-hero .promo-slide-copy>span{margin-bottom:.9rem;font-size:.82rem;letter-spacing:.14em}
.home2-promo-hero .promo-slide h1{max-width:760px;margin:0 0 1rem;font-size:clamp(3rem,5vw,5.25rem);line-height:.96;letter-spacing:-.045em;color:inherit}
.home2-promo-hero .promo-slide p{max-width:650px;font-size:1.08rem}
.home2-promo-hero .promo-slide a{padding:.9rem 1.2rem;box-shadow:0 8px 22px rgba(11,25,61,.15)}
.home2-promo-hero .promo-controls{left:auto;right:clamp(2rem,8vw,9rem);bottom:2rem}
.promo-scene{position:relative;min-height:340px;align-self:stretch}
.scene-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2)}
.scene-orb-a{width:310px;height:310px;right:2%;top:0}.scene-orb-b{width:170px;height:170px;right:55%;bottom:2%}
.business-building{position:absolute;right:5%;bottom:6%;width:72%;height:66%;display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:18px;background:linear-gradient(155deg,#13234c,#243f7e);border:7px solid rgba(255,255,255,.78);border-radius:9px 9px 3px 3px;box-shadow:0 28px 60px rgba(5,14,42,.28);transform:perspective(800px) rotateY(-5deg)}
.business-building i{display:block;background:linear-gradient(180deg,#a9e0f3,#fef4be 75%);border:4px solid #1a2a55;border-radius:2px}
.scene-rate-card{position:absolute;z-index:5;right:0;bottom:0;display:grid;gap:.22rem;min-width:230px;padding:1rem 1.15rem;border-radius:15px;background:#fff;color:#17265a;box-shadow:0 18px 40px rgba(10,24,65,.28)}
.scene-rate-card small{font-size:.63rem;font-weight:950;letter-spacing:.1em;color:#65708a}.scene-rate-card strong{font-size:1rem}.scene-rate-card span{font-size:.72rem;font-weight:850;color:#1974c9}
.promo-gas-scene{overflow:hidden}.gas-flame{position:absolute;display:block;background:linear-gradient(155deg,#ffc464,#ff7b65 52%,#dc2f82);border-radius:70% 30% 60% 40%;transform:rotate(43deg);box-shadow:0 18px 45px rgba(83,15,76,.22)}
.gas-flame-one{width:235px;height:235px;right:14%;top:13%}.gas-flame-two{width:120px;height:120px;right:48%;top:46%;opacity:.68}
.reward-disc{position:absolute;z-index:3;display:grid;place-items:center;border-radius:50%;background:#fff;color:#8d255f;box-shadow:0 18px 42px rgba(73,14,63,.25);border:7px solid rgba(255,255,255,.55)}
.reward-disc-main{right:14%;top:19%;width:150px;height:150px;align-content:center}.reward-disc-main small{font-size:.64rem;font-weight:900}.reward-disc-main strong{font-size:1.4rem}.reward-disc-small{right:52%;top:48%;width:74px;height:74px;font-size:2rem;font-weight:950}
.promo-solar-scene{overflow:hidden}.solar-sun{position:absolute;right:8%;top:2%;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff8b7,#ffd65b 48%,#ff9c31);box-shadow:0 0 0 28px rgba(255,238,134,.12),0 0 0 60px rgba(255,238,134,.06)}
.solar-roof{position:absolute;right:5%;bottom:6%;width:78%;height:53%;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:14px;background:#1f4052;clip-path:polygon(8% 8%,94% 0,100% 100%,0 100%);transform:skewX(-4deg)}
.solar-roof i{display:block;background:repeating-linear-gradient(90deg,#075c91 0 28px,#0a7ba7 28px 31px),repeating-linear-gradient(0deg,transparent 0 32px,rgba(255,255,255,.35) 32px 35px);border:2px solid #8fd9e1}
.solar-rate-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:.55rem;padding:.72rem .85rem;border-radius:13px;background:#fff;color:#174258;box-shadow:0 14px 34px rgba(4,47,67,.25);font-size:.75rem;font-weight:850}.solar-rate-chip strong{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ffe67b}.solar-chip-one{left:1%;top:27%}.solar-chip-two{right:1%;bottom:2%}
.promo-ev-scene{overflow:hidden}.ev-road{position:absolute;left:0;right:-15%;bottom:3%;height:44%;background:linear-gradient(165deg,transparent 0 35%,rgba(21,26,55,.85) 36% 100%);transform:skewX(-10deg)}
.ev-road::after{content:"";position:absolute;left:8%;right:6%;bottom:27%;height:6px;background:repeating-linear-gradient(90deg,#fff 0 45px,transparent 45px 80px);opacity:.75}
.ev-car{position:absolute;z-index:3;right:9%;bottom:18%;width:65%;height:32%;border-radius:72% 30% 18% 20%/65% 50% 28% 34%;background:linear-gradient(150deg,#75cfff,#2356ce 55%,#192f88);box-shadow:0 22px 45px rgba(5,14,51,.34)}
.ev-car span{position:absolute;left:30%;top:-32%;width:42%;height:62%;border-radius:70% 50% 0 0;background:linear-gradient(160deg,#dff7ff,#7fc8ef);border:5px solid #263f91;transform:skewX(-16deg)}
.ev-car i{position:absolute;bottom:-18%;width:64px;height:64px;border-radius:50%;background:#151b36;border:12px solid #27355c;box-shadow:inset 0 0 0 5px #98a7c5}.ev-car i:nth-of-type(1){left:13%}.ev-car i:nth-of-type(2){right:12%}
.ev-charger{position:absolute;left:3%;bottom:15%;width:86px;height:160px;border-radius:12px;background:#fff;color:#3149a1;box-shadow:0 16px 36px rgba(10,19,55,.28);display:grid;place-items:center}.ev-charger b{font-size:2rem}.ev-charger span{position:absolute;left:100%;top:36%;width:70px;height:45px;border-top:6px solid #202b58;border-right:6px solid #202b58;border-radius:0 22px 0 0}
.home2-search{margin:-3.5rem auto 0}
.home2-options-row{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:1.25rem}
.home2-fuel-options,.home2-plan-options{min-height:78px;align-content:start}
.home2-fuel-options label{flex:0 0 112px}.home2-plan-options{padding-left:1.2rem;border-left:1px solid rgba(255,255,255,.2)}
.home2-plan-options label{flex:0 0 92px}.home2-plan-options label span,.home2-fuel-options label span{width:100%;box-sizing:border-box}
[data-electric-options][hidden]{display:none!important}
@media(max-width:980px){.home2-promo-hero .promo-slide{grid-template-columns:1fr;padding:3.3rem 2rem 5.4rem}.promo-scene{display:none}.home2-promo-hero .promo-slides,.home2-promo-hero .promo-slide{min-height:430px}.home2-promo-hero .promo-controls{right:2rem}.home2-options-row{grid-template-columns:1fr}.home2-plan-options{padding-left:.35rem;padding-top:.8rem;border-left:0;border-top:1px solid rgba(255,255,255,.18)}}
@media(max-width:640px){.home2-promo-hero .promo-slide{padding:2.7rem 1.2rem 5rem}.home2-promo-hero .promo-slide h1{font-size:clamp(2.55rem,12vw,3.6rem)}.home2-promo-hero .promo-controls{left:1.2rem;right:1.2rem}.home2-search{margin:-2rem auto 0}.home2-plan-options label{flex:1 1 42%;min-width:110px}.home2-fuel-options label{flex:1 1 42%}}

/* v0.8.3 admin layout refinements. */
.branding-form-grid{display:grid;gap:1.15rem;max-width:1100px}.branding-company,.branding-logo{display:grid;gap:.4rem}.branding-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.branding-contact-grid label{display:grid;gap:.4rem;align-content:start}.branding-remove{margin-top:-.3rem}
.sales-report-form{display:grid;grid-template-columns:minmax(280px,520px);gap:1rem;align-items:start}.sales-report-form label{display:grid;gap:.4rem}.sales-report-form select[multiple]{min-height:132px}.sales-report-form .form-actions{justify-content:flex-start;margin-top:.1rem}
.sales-alert-form{display:grid;gap:1.35rem}.sales-alert-core-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.sales-alert-core-fields label,.sales-alert-scope-grid label,.sales-alert-description{display:grid;gap:.4rem}.sales-alert-scope{margin:0;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:12px}.sales-alert-scope legend{padding:0 .35rem;font-weight:900;color:#263963}.sales-alert-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.sales-alert-description textarea{min-height:210px;resize:vertical}.sales-alert-table th:nth-child(1){width:8%}.sales-alert-table th:nth-child(2),.sales-alert-table th:nth-child(3){width:10%}.sales-alert-table th:nth-child(4),.sales-alert-table th:nth-child(5),.sales-alert-table th:nth-child(6){width:9%}.sales-alert-message-cell{min-width:300px;white-space:normal;line-height:1.45}
@media(max-width:900px){.branding-contact-grid,.sales-alert-core-fields,.sales-alert-scope-grid{grid-template-columns:1fr}.sales-alert-table{min-width:1050px}}

/* v0.8.4 Home2 supplied-banner carousel and customer alert placement. */
.home2-promo-hero{
  background:#fff;
  overflow:hidden;
}
.home2-promo-hero .promo-slides{
  position:relative;
  height:clamp(330px,25.4vw,520px);
  min-height:0;
  background:#fff;
  overflow:hidden;
}
.home2-promo-hero .promo-slide,
.home2-promo-hero .promo-slide.is-active{
  position:absolute;
  inset:0;
  display:block;
  min-height:0;
  padding:0;
  background:#fff;
  overflow:hidden;
}
.promo-banner-link{
  display:block;
  width:100%;
  height:100%;
  background:#fff;
}
.promo-banner-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.home2-promo-hero .promo-controls{
  left:clamp(1rem,5vw,5rem);
  right:auto;
  bottom:.8rem;
  justify-content:flex-start;
}
.home2-promo-hero .promo-controls>button,
.home2-promo-hero .promo-dots button{
  border-color:rgba(23,38,90,.28);
  background:rgba(255,255,255,.88);
  color:#17265a;
  box-shadow:0 2px 10px rgba(23,38,90,.12);
}
.home2-promo-hero .promo-dots button{background:#aeb5c2}
.home2-promo-hero .promo-dots button.is-active{background:#17265a}
.home2-search{margin:-2.2rem auto 0}
.home2-options-row{grid-template-columns:260px minmax(0,1fr);align-items:center}
.home2-fuel-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.55rem;
  min-height:0;
  width:100%;
}
.home2-fuel-options label{flex:none;width:100%;min-width:0}
.home2-fuel-options label span{width:100%;min-width:0;white-space:nowrap}
.home2-plan-options{min-height:0}
.customer-sales-alerts-page{
  width:min(1180px,calc(100% - 2rem));
  margin:1rem auto 1.35rem;
}
.customer-sales-alerts-page .customer-sales-alert{
  border-radius:.75rem;
}
.sales-alert-core-fields{align-items:start}
.sales-alert-core-fields label{grid-template-rows:auto 46px;align-content:start}
.sales-alert-core-fields select,.sales-alert-core-fields input[type="date"]{height:46px;box-sizing:border-box}
@media(max-width:980px){
  .home2-promo-hero .promo-slides{height:clamp(280px,34vw,390px)}
  .home2-options-row{grid-template-columns:1fr}
  .home2-fuel-options{max-width:280px}
}
@media(max-width:640px){
  .home2-promo-hero .promo-slides{height:clamp(220px,43vw,300px)}
  .home2-search{margin:-1.1rem auto 0}
  .home2-fuel-options{max-width:none}
}

/* v0.8.5 Home2 rebuilt promotional hero: live copy + separate photographic artwork. */
.home2-promo-hero{
  overflow:visible;
  background:#fff;
  color:#17265a;
}
.home2-promo-hero .promo-slides{
  position:relative;
  height:clamp(555px,35vw,665px);
  min-height:0;
  overflow:hidden;
  background:#fff;
}
.home2-promo-hero .promo-slide,
.home2-promo-hero .promo-slide.is-active{
  position:absolute;
  inset:0;
  display:block;
  min-height:0;
  padding:0;
  overflow:hidden;
  background:#fff;
}
.promo-live-inner{
  position:relative;
  width:min(1660px,calc(100% - 5rem));
  height:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);
  gap:2.5rem;
  align-items:center;
}
.promo-live-copy{
  position:relative;
  z-index:4;
  align-self:center;
  padding:1rem 0 6.6rem;
  max-width:940px;
}
.promo-live-kicker{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  margin:0 0 1.25rem!important;
  padding:.45rem 1rem;
  border:1px solid #cfd4dc;
  border-radius:999px;
  background:#f7f8fa;
  color:#14254f;
  font-size:.76rem!important;
  font-weight:950;
  letter-spacing:.14em;
  line-height:1;
  text-transform:uppercase;
}
.home2-promo-hero .promo-live-copy h1{
  max-width:1000px;
  margin:0 0 1.15rem;
  color:#192b67;
  font-size:clamp(3.05rem,4.35vw,5.15rem);
  line-height:.99;
  letter-spacing:-.046em;
  font-weight:900;
}
.home2-promo-hero .promo-live-copy h1 span{
  color:#59afe0;
}
.promo-live-lead{
  max-width:880px!important;
  margin:0 0 1.35rem!important;
  color:#0e1d48!important;
  font-size:clamp(1.04rem,1.35vw,1.34rem)!important;
  line-height:1.5!important;
  font-weight:500;
}
.home2-promo-hero .promo-live-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:260px;
  min-height:62px;
  margin:0;
  padding:.85rem 1.45rem;
  border-radius:999px;
  background:#ffb52a;
  color:#17265a;
  box-shadow:none;
  font-size:1.03rem;
  font-weight:950;
}
.home2-promo-hero .promo-live-cta:hover{
  background:#f6a513;
  color:#17265a;
}
.promo-live-fineprint{
  max-width:760px!important;
  margin:1rem 0 0!important;
  color:#5d6880!important;
  font-size:.73rem!important;
  font-style:italic;
  line-height:1.43!important;
}
.promo-live-art{
  position:relative;
  z-index:2;
  align-self:stretch;
  min-width:0;
}
.promo-live-art::after{
  content:"";
  position:absolute;
  z-index:1;
  width:78%;
  height:76%;
  right:0;
  top:7%;
  border-radius:58px 18px 58px 18px;
  background:linear-gradient(145deg,#0a67e8,#114bd5);
  transform:rotate(-7deg);
}
.promo-live-shape{
  position:absolute;
  display:block;
  z-index:0;
  border-radius:60px 18px 60px 18px;
  transform:rotate(-8deg);
}
.promo-live-shape-light{
  width:71%;
  height:62%;
  left:-5%;
  top:25%;
  background:#e1f2fd;
}
.promo-live-shape-blue{
  width:72%;
  height:68%;
  right:-1%;
  top:8%;
  background:linear-gradient(145deg,#1167e6,#1043c6);
}
.promo-live-art img{
  position:absolute;
  z-index:3;
  right:-1%;
  bottom:2.5rem;
  width:92%;
  height:78%;
  object-fit:contain;
  object-position:right bottom;
  filter:drop-shadow(0 22px 32px rgba(21,46,92,.13));
}
.promo-live-art-business img{width:88%;height:82%;bottom:1.8rem}
.promo-live-art-gas img{width:92%;height:82%;bottom:1.4rem}
.promo-live-art-solar img{width:95%;height:81%;bottom:1.7rem}
.promo-live-art-ev img{width:96%;height:80%;bottom:1.7rem}
.promo-live-gas .promo-live-copy h1{max-width:1040px}
.promo-live-solar .promo-live-copy h1{max-width:1000px}
.promo-live-ev .promo-live-copy h1{max-width:1010px}

.home2-promo-hero .promo-live-controls{
  left:max(2rem,calc((100% - 1660px)/2));
  right:auto;
  bottom:5.35rem;
  justify-content:flex-start;
  gap:.55rem;
}
.home2-promo-hero .promo-live-controls>button{
  width:32px;
  height:32px;
  border-color:#cbd1db;
  background:rgba(255,255,255,.94);
  color:#17265a;
}
.home2-promo-hero .promo-live-controls .promo-dots button{
  width:9px;
  height:9px;
  background:#aeb5c2;
}
.home2-promo-hero .promo-live-controls .promo-dots button.is-active{
  width:34px;
  border-radius:999px;
  background:#17265a;
}

/* Lower the working search panel to mirror the supplied banner proportions. */
.home2-search{
  width:min(1540px,calc(100% - 3rem));
  margin:-4.7rem auto 0;
}
.home2-availability{margin-top:.65rem}

@media(max-width:1280px){
  .promo-live-inner{width:min(1180px,calc(100% - 3rem));grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:1.2rem}
  .home2-promo-hero .promo-live-copy h1{font-size:clamp(2.8rem,4.7vw,4.45rem)}
  .promo-live-lead{font-size:1.05rem!important}
  .promo-live-copy{padding-bottom:6.3rem}
  .home2-promo-hero .promo-live-controls{left:1.5rem}
}
@media(max-width:980px){
  .home2-promo-hero .promo-slides{height:600px}
  .promo-live-inner{width:calc(100% - 2.5rem);grid-template-columns:1fr;align-items:start}
  .promo-live-copy{max-width:780px;padding:2.7rem 0 7rem}
  .promo-live-art{display:none}
  .home2-promo-hero .promo-live-copy h1{font-size:clamp(2.75rem,8vw,4.4rem)}
  .home2-promo-hero .promo-live-controls{left:1.25rem;bottom:5.1rem}
  .home2-search{margin:-4.2rem auto 0;width:calc(100% - 2rem)}
}
@media(max-width:640px){
  .home2-promo-hero .promo-slides{height:590px}
  .promo-live-inner{width:calc(100% - 2rem)}
  .promo-live-copy{padding:2.1rem 0 6.6rem}
  .promo-live-kicker{min-height:32px;margin-bottom:.85rem!important;padding:.4rem .75rem;font-size:.65rem!important}
  .home2-promo-hero .promo-live-copy h1{font-size:clamp(2.35rem,11.5vw,3.25rem);margin-bottom:.9rem}
  .promo-live-lead{font-size:.98rem!important;line-height:1.42!important;margin-bottom:1rem!important}
  .home2-promo-hero .promo-live-cta{min-width:0;min-height:52px;width:100%;font-size:.92rem}
  .promo-live-fineprint{font-size:.65rem!important;line-height:1.35!important}
  .home2-promo-hero .promo-live-controls{left:1rem;bottom:4.55rem}
  .home2-search{margin:-3.6rem auto 0;width:calc(100% - 1rem)}
}


/* v0.8.6 Home2 artwork cleanup: consistent rounded photo cards without overlapping layers. */
.promo-live-inner{
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  gap:clamp(1.5rem,3vw,4rem);
}
.promo-live-copy{max-width:900px}
.promo-live-art{
  position:relative;align-self:center;justify-self:end;
  width:min(100%,680px);height:clamp(360px,29vw,500px);
  min-width:0;isolation:isolate;
}
.promo-live-art::after{display:none!important}
.promo-live-shape{border-radius:56px;transform:rotate(-5deg)}
.promo-live-shape-light{
  z-index:0;width:78%;height:72%;left:-3%;top:19%;
  background:linear-gradient(145deg,#e9f6fe,#d7effc);
}
.promo-live-shape-blue{
  z-index:1;width:86%;height:84%;right:0;top:3%;border-radius:64px;
  background:linear-gradient(145deg,#176dea,#0c4ed3);
  box-shadow:0 24px 55px rgba(21,83,202,.16);
}
.promo-live-photo{
  position:absolute;z-index:3;inset:13% 1.5% 3% 8%;overflow:hidden;
  border:7px solid #fff;border-radius:54px;background:#eef3f8;
  box-shadow:0 24px 55px rgba(15,35,75,.20);
}
.promo-live-photo img{
  position:static!important;display:block;width:100%!important;height:100%!important;
  max-width:none;object-fit:cover;filter:none!important;border-radius:0;
}
.promo-live-art-business .promo-live-photo img{object-position:58% 48%}
.promo-live-art-gas .promo-live-photo img{object-position:54% 52%}
.promo-live-art-solar .promo-live-photo img{object-position:55% 50%}
.promo-live-art-ev .promo-live-photo img{object-position:52% 50%}
@media(max-width:1280px){
  .promo-live-inner{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:1.5rem}
  .promo-live-art{height:clamp(340px,31vw,455px)}
}
@media(max-width:1080px){
  .promo-live-inner{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}
  .promo-live-art{height:390px}
  .promo-live-photo{border-width:6px;border-radius:46px}
  .promo-live-shape{border-radius:50px}
}
@media(max-width:980px){.promo-live-art{display:none}}

/* v0.8.7 Home2 supplied banner-art alignment and horizontal-overflow fix. */
.home2-promo-hero{
  overflow:hidden;
}
.home2-promo-hero .promo-slide,
.home2-promo-hero .promo-slide.is-active{
  transform:none;
}
.home2-customer-switch label,
.home2-inline-options label{
  position:relative;
}
.home2-customer-switch input,
.home2-inline-options input{
  width:1px;
  height:1px;
  margin:0;
  padding:0;
}
.promo-live-art{
  position:relative;
  align-self:center;
  justify-self:end;
  width:min(100%,720px);
  height:clamp(390px,31vw,530px);
  min-width:0;
  overflow:visible;
  isolation:isolate;
}
.promo-live-shape,
.promo-live-photo{
  display:none!important;
}
.promo-live-banner-art{
  position:absolute;
  z-index:3;
  top:50%;
  right:0;
  display:block;
  width:155%;
  height:auto;
  max-width:none;
  transform:translateY(-50%);
  object-fit:contain;
  object-position:center;
  filter:none;
}
@media(max-width:1280px){
  .promo-live-art{height:clamp(360px,32vw,470px)}
}
@media(max-width:1080px){
  .promo-live-art{height:390px}
}
@media(max-width:980px){
  .promo-live-art{display:none}
}
/* Keep the supplied transparent artwork at its designed canvas proportions; older
   per-slide crop rules above must not resize or bottom-anchor these images. */
.promo-live-art .promo-live-banner-art{
  position:absolute!important;
  z-index:3;
  top:50%!important;
  right:0!important;
  bottom:auto!important;
  display:block;
  width:155%!important;
  height:auto!important;
  max-width:none;
  transform:translateY(-50%);
  object-fit:contain;
  object-position:center;
  filter:none!important;
}

/* v0.8.8 GST display, responsive rate tiles and Home2 business-banner alignment. */
.customer-rate-table-wrap{
  width:100%;
  max-width:100%;
  overflow:visible;
}
.customer-rate-table{
  width:100%;
  min-width:0;
  table-layout:fixed;
  font-size:clamp(.66rem,1.9vw,.78rem);
}
.customer-rate-table th,
.customer-rate-table td{
  min-width:0;
  padding:clamp(.38rem,1.4vw,.58rem) clamp(.3rem,1.2vw,.5rem);
  overflow-wrap:anywhere;
  word-break:normal;
}
.customer-rate-table th:nth-child(1),
.customer-rate-table td:nth-child(1){width:42%}
.customer-rate-table th:nth-child(2),
.customer-rate-table td:nth-child(2){width:25%;white-space:normal}
.customer-rate-table th:nth-child(3),
.customer-rate-table td:nth-child(3){width:33%;white-space:normal}
.signup-rate-gst-note{
  margin:.7rem 0 0;
  color:var(--muted);
  font-size:.7rem;
  line-height:1.4;
}
@media(min-width:981px){
  /* Banner 1 has a two-line heading while the other desktop banners reserve
     three lines. Reserve the same heading block so the kicker and CTA share
     the same vertical anchors as the other banners. */
  .promo-live-business .promo-live-copy h1{
    min-height:2.97em;
  }
}

/* Solar pricing and customer offer document enhancements */
.offer-document-link { display:block; margin-top:1rem; text-align:center; font-weight:700; text-decoration:underline; }
.customer-solar-rate-section { margin-top:1rem; padding-top:1rem; border-top:1px solid var(--border, #d8dee8); }
.customer-solar-rate-section h3 { margin:0 0 .35rem; font-size:1rem; }


/* v0.8.13 structured contract controls, staged exports and tariff BPID identity */
.choice-buttons{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.45rem}
.choice-button{position:relative;cursor:pointer}
.choice-button input{position:absolute;opacity:0;pointer-events:none}
.choice-button span{display:inline-flex;align-items:center;min-height:2.35rem;padding:.48rem .8rem;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:750;transition:border-color .15s,box-shadow .15s,background .15s}
.choice-button input:checked + span{border-color:var(--primary);background:#eef5ff;box-shadow:0 0 0 2px rgba(23,105,234,.12)}
.choice-button input:focus-visible + span{outline:3px solid rgba(23,105,234,.22);outline-offset:2px}.export-panel .choice-button input:disabled + span{opacity:.45;cursor:not-allowed;background:#f3f4f6}
.contract-fieldset{display:grid;gap:1rem}
.contract-grid{margin:0}
.field-label{display:block;font-size:.82rem;font-weight:850;color:#344054}
.selection-toolbar{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0;background:var(--surface,#fff)}
.selection-toolbar button:disabled{cursor:not-allowed;opacity:.5}
.export-panel .form-grid{align-items:start}
@media(max-width:720px){.selection-toolbar{align-items:stretch;flex-direction:column}.selection-toolbar button{width:100%}}

/* v0.8.15 Home2 spacing and Network Charge alignment. */
.home2-promo-hero .promo-live-controls{
  bottom:4.45rem;
}
.home2-search{
  margin:-3.65rem auto 0;
}
.home2-options-row{
  margin-top:.35rem;
}
.home2-page .customer-footer{
  margin-top:1.25rem;
}
.network-charge-form-grid{
  align-items:start;
}
.network-charge-form-grid>label{
  align-self:start;
}
@media(max-width:980px){
  .home2-promo-hero .promo-live-controls{bottom:4.25rem}
  .home2-search{margin:-3.3rem auto 0}
}
@media(max-width:640px){
  .home2-promo-hero .promo-live-controls{bottom:3.9rem}
  .home2-search{margin:-2.8rem auto 0}
}

/* v0.8.19: make the Solar Pricing linked to an Offer visible directly on its tile. */
.customer-solar-summary{margin:1rem 0;border:1px solid #cfe9df;border-radius:12px;background:#f7fcfa;overflow:hidden}
.customer-solar-summary-heading{padding:.75rem .9rem;border-bottom:1px solid #dbeee7}
.customer-solar-summary-heading>div{display:grid;gap:.15rem}
.customer-solar-summary-heading span{font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:var(--success)}
.customer-solar-summary-heading strong{font-size:.9rem;color:var(--ink)}
.customer-solar-summary-rates{display:grid}
.customer-solar-summary-rate{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.72rem .9rem}
.customer-solar-summary-rate+.customer-solar-summary-rate{border-top:1px solid #e3f1ec}
.customer-solar-summary-rate>div:first-child>strong{font-size:.84rem}
.customer-solar-summary-price{text-align:right;white-space:nowrap}
.customer-solar-summary-price>strong{font-size:.95rem;color:var(--success)}
.customer-solar-summary-price small{margin-top:.18rem}
@media(max-width:520px){.customer-solar-summary-rate{grid-template-columns:1fr;gap:.35rem}.customer-solar-summary-price{text-align:left;white-space:normal}}

.demand-unit-field[hidden]{display:none!important}

.customer-solar-summary-inline{margin:1rem 0 0}

.home2-promo-code-field {
  margin-top: 0.85rem;
  max-width: 360px;
}
.home2-promo-code-field label {
  display: flex;
  gap: .45rem;
  align-items: baseline;
  font-weight: 700;
  margin-bottom: .35rem;
}
.home2-promo-code-field input {
  width: 100%;
}

/* v0.8.22 form alignment, promo placement and constrained export date picker. */
.home1-plan-promo-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px);
  gap:1rem;
  align-items:end;
}
.home1-plan-promo-row .customer-requirements{margin:0}
.home1-promo-code-field{align-self:end}

.home2-options-row{
  grid-template-columns:260px minmax(0,1fr) minmax(220px,300px);
  align-items:end;
}
.home2-promo-code-field{
  margin:0;
  max-width:none;
  align-self:end;
}
.home2-promo-code-field label{
  margin-bottom:.35rem;
  color:inherit;
}
.home2-promo-code-field input{min-height:44px}

.network-charge-stage-grid{align-items:start}
.user-form-grid{align-items:start}
.user-active-field{margin-top:1.72rem}

.export-effective-date-field{position:relative;max-width:360px}
.export-date-picker{position:relative;display:grid;gap:.35rem}
.export-date-trigger{
  width:100%;
  min-height:44px;
  padding:.67rem .72rem;
  justify-content:space-between;
  border:1px solid #cdd6e0;
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  font-weight:650;
}
.export-date-trigger:hover{background:#f8fbfe;color:var(--ink)}
.export-date-trigger:disabled{cursor:not-allowed;opacity:.58}
.export-calendar{
  position:absolute;
  z-index:30;
  top:calc(100% + .35rem);
  left:0;
  width:min(340px,calc(100vw - 3rem));
  padding:.85rem;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 45px rgba(31,45,61,.16);
}
.export-calendar-head{display:grid;grid-template-columns:36px 1fr 36px;gap:.5rem;align-items:center;margin-bottom:.65rem;text-align:center}
.export-calendar-nav{
  min-height:34px;
  padding:.2rem;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
}
.export-calendar-nav:hover:not(:disabled){background:#eef5ff;color:var(--brand-dark)}
.export-calendar-nav:disabled{opacity:.28;cursor:not-allowed}
.export-calendar-weekdays,.export-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.28rem}
.export-calendar-weekdays{margin-bottom:.28rem}
.export-calendar-weekdays span{text-align:center;font-size:.66rem;font-weight:800;color:var(--muted);text-transform:uppercase}
.export-calendar-blank{display:block;min-height:34px}
.export-calendar-day{
  min-width:0;
  min-height:34px;
  padding:.3rem;
  border:1px solid transparent;
  border-radius:7px;
  background:#eef5ff;
  color:var(--brand-dark);
  font-size:.78rem;
  font-weight:800;
}
.export-calendar-day:hover:not(:disabled){background:#dfeeff;color:var(--brand-dark)}
.export-calendar-day.is-selected{border-color:var(--brand);background:var(--brand);color:#fff}
.export-calendar-day.is-unavailable{
  background:#f4f5f7;
  color:#a0a8b3;
  text-decoration:none;
  opacity:.72;
  cursor:not-allowed;
}

@media(max-width:980px){
  .home2-options-row{grid-template-columns:1fr}
  .home2-promo-code-field{width:100%;max-width:360px}
}
@media(max-width:760px){
  .home1-plan-promo-row{grid-template-columns:1fr}
  .home1-promo-code-field{align-self:stretch}
  .user-active-field{margin-top:0}
}

/* Offer approval / audit trail */
.governance-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.governance-actions form { margin: 0; }
.audit-table .audit-value {
  min-width: 12rem;
  max-width: 28rem;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: .86rem;
  line-height: 1.35;
}
.audit-table td small { display: block; margin-top: .2rem; }

/* v0.8.24 Offer selling-state and promo refinements */
.pill.active_not_selling{background:#fff4cc;color:#8a5a00}
.offer-heading-actions{display:grid;gap:.5rem;width:100%}
.offer-heading-button-row{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}
.offer-heading-button-row form{margin:0}
.offer-not-selling-reason{padding:.5rem .7rem;border:1px solid #f2d889;background:#fff9df;color:#7a5400;border-radius:8px;font-size:.8rem;line-height:1.4;width:max-content;max-width:100%}
.plan-search-promo-code{margin:.65rem 0 0;color:#40566f;font-size:.9rem}
@media(max-width:760px){.offer-heading-button-row{display:grid;grid-template-columns:1fr}.offer-heading-button-row .button,.offer-heading-button-row button{width:100%}.offer-not-selling-reason{width:100%}}

/* v0.8.26: keep Offer governance actions visually aligned. */
.offer-heading-button-row .button,
.offer-heading-button-row button{min-height:42px;line-height:1.15}
.offer-heading-button-row form{display:flex;align-items:stretch}


/* v0.8.27: align the Offer Charge amount control with neighbouring fields. */
.offer-fee-amount-field{align-self:start}
.offer-fee-amount-field input{margin-top:.35rem}

.confirmation-offer-identity small{display:block;color:var(--muted);font-size:.86rem;line-height:1.45}.confirmation-offer-identity small b{color:var(--text)}

/* v0.8.37 admin resilience, fixed Home2 promo sizing and postcode alignment. */
.network-location-form-grid{
  align-items:start;
}
.network-location-form-grid>button{
  align-self:end;
}

.home2-options-row .home2-promo-code-field{
  grid-column:3;
  justify-self:end;
  width:100%;
  max-width:300px;
}
@media(max-width:980px){
  .home2-options-row .home2-promo-code-field{
    grid-column:1;
    justify-self:start;
    width:min(100%,300px);
    max-width:300px;
  }
}
@media(max-width:640px){
  .home2-options-row .home2-promo-code-field{
    width:100%;
    max-width:none;
  }
}

/* v0.8.41 reusable Admin list filters */
.list-filter-form{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(170px,.8fr) auto auto;gap:.7rem;align-items:end;padding:1rem;margin:0 0 1rem;border:1px solid #e4e7ec;border-radius:12px;background:#f8fafc}
.list-filter-form-wide{grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(150px,.8fr)) auto auto}
.list-filter-form-dates{grid-template-columns:minmax(220px,1.35fr) minmax(145px,.65fr) repeat(2,minmax(150px,.75fr)) auto auto}
.list-filter-form-mappings{grid-template-columns:minmax(210px,1.3fr) repeat(3,minmax(155px,.8fr)) auto auto}
.list-filter-form label{display:grid;gap:.32rem;font-size:.78rem;font-weight:750;color:#344054;min-width:0}
.list-filter-form input,.list-filter-form select{width:100%;min-width:0}
.list-filter-form .button{white-space:nowrap}
.section-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}
@media(max-width:1180px){.list-filter-form,.list-filter-form-wide,.list-filter-form-dates,.list-filter-form-mappings{grid-template-columns:repeat(2,minmax(0,1fr))}.list-filter-form .button{width:100%}}
@media(max-width:640px){.list-filter-form,.list-filter-form-wide,.list-filter-form-dates,.list-filter-form-mappings{grid-template-columns:1fr}.section-actions{width:100%;justify-content:flex-start}}

/* Email template administration */
.email-template-core-grid { margin-bottom: 1.5rem; }
.email-template-editor-section { margin-top: 1rem; }
.rich-editor-toolbar { display: flex; flex-wrap: wrap; gap: .4rem; padding: .65rem; border: 1px solid var(--border, #d9e1ea); border-bottom: 0; border-radius: .6rem .6rem 0 0; background: #f7f9fc; }
.rich-editor-toolbar button { min-width: 2.4rem; padding: .45rem .65rem; border: 1px solid #cfd8e3; border-radius: .35rem; background: #fff; color: #17243a; cursor: pointer; }
.rich-email-editor { min-height: 360px; padding: 1rem 1.1rem; border: 1px solid var(--border, #d9e1ea); border-radius: 0 0 .6rem .6rem; background: #fff; line-height: 1.55; overflow: auto; }
.rich-email-editor:focus { outline: 2px solid rgba(33, 113, 181, .24); border-color: #2171b5; }
.rich-email-editor img { max-width: 100%; height: auto; }
.merge-field-panel { margin-top: 1.5rem; padding: 1rem; border: 1px solid var(--border, #d9e1ea); border-radius: .65rem; background: #f8fafc; }
.merge-field-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .55rem; }
.merge-field-chip { display: flex; flex-direction: column; align-items: flex-start; gap: .2rem; padding: .65rem .75rem; border: 1px solid #d5deea; border-radius: .5rem; background: #fff; color: inherit; text-align: left; cursor: pointer; }
.merge-field-chip code { font-weight: 700; color: #155d96; }
.merge-field-chip span { font-size: .78rem; color: #66758a; }
.merge-field-chip.copied { border-color: #238636; box-shadow: 0 0 0 2px rgba(35, 134, 54, .12); }
.row-actions { display: flex; align-items: center; justify-content: flex-end; gap: .35rem; }
.action-column { text-align: right; }
.pill.inactive { background: #edf1f5; color: #536274; }
.pill.archived { background: #f3e8e8; color: #8a3838; }

.icon-action-button{min-width:2.35rem;min-height:2.35rem;padding:.35rem .55rem;font-size:1.05rem}.icon-action-button:disabled{cursor:not-allowed;opacity:.38;background:#98a2b3}.inline-header-form{display:inline-flex;margin:0}.template-config-alerts{border-color:#f2c94c;background:#fff9df}.template-config-alerts ul{margin:.55rem 0 0;padding-left:1.2rem}

/* v0.8.44 Sales Dashboard */
.sales-dashboard-controls .inline-form{align-items:end}.sales-dashboard-filter-form label{min-width:210px}.sales-dashboard-metrics .metric-card:nth-child(2){border-top:4px solid #16835b}.sales-dashboard-metrics .metric-card:nth-child(3){border-top:4px solid #2f6fbe}.sales-dashboard-metrics .metric-card:nth-child(4){border-top:4px solid #c14343}.sales-chart-panel{overflow:hidden}.sales-chart-heading{align-items:flex-start;flex-wrap:wrap}.sales-chart-legend{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.8rem;font-weight:750}.sales-chart-legend span{display:flex;align-items:center;gap:.4rem}.sales-legend-swatch{display:inline-block;width:11px;height:11px;border-radius:3px}.status-completed{background:#16835b}.status-incomplete{background:#2f6fbe}.status-declined{background:#c14343}.sales-chart-layout{display:grid;grid-template-columns:46px minmax(0,1fr);gap:.55rem;margin-top:1.25rem}.sales-chart-y-axis{height:364px;padding:20px 0 40px;display:flex;flex-direction:column;justify-content:space-between;text-align:right;color:var(--muted);font-size:.72rem;font-weight:700}.sales-chart-scroll{position:relative;overflow-x:auto;overflow-y:hidden;padding-bottom:.3rem}.sales-chart-grid-lines{position:absolute;z-index:0;inset:24px 0 40px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.sales-chart-grid-lines span{display:block;border-top:1px dashed #d7e0e8}.sales-chart-bars{position:relative;z-index:1;height:364px;display:grid;align-items:end;gap:.34rem}.sales-chart-bars.daily{min-width:980px}.sales-chart-bars.monthly{min-width:720px}.sales-chart-column{height:364px;display:grid;grid-template-rows:24px 300px 40px;align-items:end;text-align:center;min-width:0}.sales-chart-total{align-self:end;min-height:18px;color:#344054;font-size:.72rem}.sales-chart-stack{height:300px;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center;border-bottom:1px solid #9aa9b8;cursor:default}.sales-chart-segment{display:block;width:min(72%,38px);min-height:3px;padding:0;border:0;border-radius:0;box-shadow:inset 0 1px rgba(255,255,255,.3);cursor:help;flex:0 0 auto}.sales-chart-segment:first-child{border-radius:4px 4px 0 0}.sales-chart-segment:hover,.sales-chart-segment:focus{filter:brightness(.9);outline:2px solid #101a2a;outline-offset:1px}.sales-chart-label{align-self:start;padding-top:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.7rem;font-weight:700}.sales-chart-empty{text-align:center;color:var(--muted);margin:.5rem 0 0}.sales-chart-tooltip{position:fixed;z-index:1000;max-width:280px;padding:.55rem .7rem;border-radius:8px;background:#101a2a;color:#fff;font-size:.76rem;font-weight:700;line-height:1.35;box-shadow:0 10px 30px rgba(16,26,42,.25);pointer-events:none}.sales-chart-tooltip[hidden]{display:none}
@media(max-width:760px){.sales-dashboard-filter-form label{min-width:100%;width:100%}.sales-chart-layout{grid-template-columns:34px minmax(0,1fr)}.sales-chart-bars.daily{min-width:900px}.sales-chart-bars.monthly{min-width:650px}.sales-chart-legend{gap:.7rem}}

/* v0.8.45 Sales Dashboard insights */
.sales-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.sales-kpi-grid .metric-card{min-width:0}.sales-kpi-grid .metric-card:nth-child(1){border-top:4px solid #52657a}.sales-kpi-grid .metric-card:nth-child(2),.sales-kpi-grid .metric-card:nth-child(3){border-top:4px solid #16835b}.sales-kpi-grid .metric-card:nth-child(4){border-top:4px solid #2f6fbe}.sales-kpi-grid .metric-card:nth-child(5){border-top:4px solid #c14343}.sales-kpi-grid .metric-card:nth-child(6){border-top:4px solid #7b61b3}.sales-kpi-grid .metric-card strong{font-size:1.8rem}.sales-kpi-grid .metric-card small{min-height:2.1em}.sales-insight-grid{align-items:stretch}.sales-insight-panel{margin-bottom:1.2rem}.sales-ranking-list,.fuel-performance-list{display:grid;gap:1.05rem}.sales-ranking-row,.fuel-performance-row{display:grid;gap:.42rem}.sales-ranking-heading,.fuel-performance-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sales-ranking-heading span,.fuel-performance-heading span{color:var(--muted);font-size:.76rem;font-weight:750;text-align:right}.sales-ranking-track{height:20px;border-radius:999px;background:#eaf0f5;overflow:hidden}.sales-ranking-bar{display:block;height:100%;min-width:3px;padding:0;border:0;border-radius:999px;background:linear-gradient(90deg,#0b6bcb,#13a89e);cursor:help}.sales-ranking-bar:hover,.sales-ranking-bar:focus,.fuel-performance-segment:hover,.fuel-performance-segment:focus,.offer-mix-segment:hover,.offer-mix-segment:focus{filter:brightness(.9);outline:2px solid #101a2a;outline-offset:1px}.fuel-performance-stack{height:24px;display:flex;overflow:hidden;border-radius:7px;background:#eaf0f5}.fuel-performance-segment{display:block;height:100%;min-width:3px;padding:0;border:0;border-radius:0;cursor:help}.fuel-performance-segment:first-child{border-radius:7px 0 0 7px}.fuel-performance-segment:last-child{border-radius:0 7px 7px 0}.offer-mix-panel{margin-top:0}.offer-mix-metrics{margin-top:.2rem}.offer-mix-metrics .metric-card{box-shadow:none;padding:1rem}.offer-mix-metrics .metric-card:nth-child(1){border-top:4px solid #7b61b3}.offer-mix-metrics .metric-card:nth-child(2){border-top:4px solid #d69026}.offer-mix-metrics .metric-card:nth-child(3){border-top:4px solid #16835b}.offer-mix-metrics .metric-card:nth-child(4){border-top:4px solid #52657a}.offer-type-market{background:#7b61b3}.offer-type-standing{background:#d69026}.offer-type-unclassified{background:#8995a5}.offer-mix-chart{margin-top:1rem}.offer-mix-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:.3rem}.offer-mix-bars{height:294px;display:grid;align-items:end;gap:.34rem}.offer-mix-bars.daily{min-width:980px}.offer-mix-bars.monthly{min-width:720px}.offer-mix-column{height:294px;display:grid;grid-template-rows:24px 230px 40px;align-items:end;text-align:center;min-width:0}.offer-mix-stack{height:230px;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center;border-bottom:1px solid #9aa9b8;background:linear-gradient(to top,rgba(234,240,245,.42),rgba(234,240,245,.12));cursor:default}.offer-mix-segment{display:block;width:min(72%,38px);min-height:3px;padding:0;border:0;border-radius:0;cursor:help;flex:0 0 auto;box-shadow:inset 0 1px rgba(255,255,255,.28)}.offer-mix-segment:first-child{border-radius:4px 4px 0 0}.compact-notice{margin-top:1rem;margin-bottom:0;padding:.7rem .85rem;font-size:.8rem}
@media(max-width:1350px){.sales-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1050px){.sales-insight-grid{grid-template-columns:1fr}.offer-mix-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sales-kpi-grid,.offer-mix-metrics{grid-template-columns:1fr}.sales-ranking-heading,.fuel-performance-heading{align-items:flex-start;flex-direction:column;gap:.2rem}.sales-ranking-heading span,.fuel-performance-heading span{text-align:left}.offer-mix-bars.daily{min-width:900px}.offer-mix-bars.monthly{min-width:650px}}
.outcome-completed{background:#16835b}.outcome-incomplete{background:#2f6fbe}.outcome-declined{background:#c14343}

/* v0.8.46 Admin System Health Centre */
.system-health-overview{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-left:6px solid #667085}.system-health-overview.status-critical{border-left-color:#b42318;background:#fff5f4}.system-health-overview.status-warning{border-left-color:#b7791f;background:#fffaf0}.system-health-overview.status-healthy{border-left-color:#16835b;background:#f2fbf7}.system-health-overview h2{margin:.15rem 0 .35rem;font-size:1.8rem}.system-health-summary{display:grid;grid-template-columns:repeat(4,minmax(95px,1fr));gap:.65rem;min-width:min(100%,470px)}.health-summary-card{display:grid;gap:.1rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:center}.health-summary-card strong{font-size:1.45rem}.health-summary-card span{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.health-summary-card.critical strong{color:#b42318}.health-summary-card.warning strong{color:#946200}.health-summary-card.healthy strong{color:#087443}.health-summary-card.info strong{color:#175cd3}.system-health-filters .inline-form{align-items:end}.system-health-filters label{min-width:220px}.system-health-category{margin:1.4rem 0}.system-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.health-check-card{display:flex;flex-direction:column;min-height:230px;padding:1rem 1.1rem;border:1px solid var(--line);border-top:4px solid #667085;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(16,24,40,.04)}.health-check-card.status-critical{border-top-color:#b42318}.health-check-card.status-warning{border-top-color:#d28a00}.health-check-card.status-healthy{border-top-color:#16835b}.health-check-card.status-info{border-top-color:#2f6fbe}.health-check-header{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:.7rem;align-items:start}.health-check-header h3{margin:.05rem 0 0;font-size:1.05rem}.health-check-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef2f6;color:#344054;font-weight:900}.status-critical .health-check-icon{background:#fee4e2;color:#b42318}.status-warning .health-check-icon{background:#fff1cc;color:#8a5a00}.status-healthy .health-check-icon{background:#dff5e9;color:#087443}.status-info .health-check-icon{background:#e6efff;color:#175cd3}.health-check-status{margin:0;color:var(--muted);font-size:.69rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.health-check-summary{margin:.85rem 0 .35rem;font-weight:800;line-height:1.45}.health-check-detail{margin:.2rem 0 .7rem;line-height:1.45}.health-check-examples{display:grid;gap:.38rem;margin:.2rem 0 .9rem;padding:0;list-style:none}.health-check-examples li{display:grid;gap:.08rem;padding:.42rem .55rem;border-radius:7px;background:#f7f9fb;font-size:.82rem}.health-check-examples a{font-weight:800}.health-check-examples small{color:var(--muted);line-height:1.35}.health-check-action{align-self:flex-start;margin-top:auto}.health-status-pill{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;background:#eef2f6;color:#344054;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.health-status-pill.critical{background:#fee4e2;color:#b42318}.health-status-pill.warning{background:#fff1cc;color:#8a5a00}.health-status-pill.healthy{background:#dff5e9;color:#087443}.health-status-pill.info{background:#e6efff;color:#175cd3}.system-health-operations{margin-top:1.5rem}
@media(max-width:900px){.system-health-overview{align-items:flex-start;flex-direction:column}.system-health-summary{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.system-health-grid{grid-template-columns:1fr}}@media(max-width:600px){.system-health-summary{grid-template-columns:1fr 1fr}.system-health-filters label{min-width:100%;width:100%}}


/* v0.8.50 Admin cleanup */
.mirn-replacement-method{margin-top:1rem}
.delete-action{color:#b42318}
.list-filter-form-networks{grid-template-columns:minmax(210px,1.35fr) repeat(3,minmax(145px,.75fr)) auto auto}
@media(max-width:1180px){.list-filter-form-networks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.list-filter-form-networks{grid-template-columns:1fr}}
.integration-test-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:1rem}.integration-test-actions form{margin:0}.integration-test-actions button{height:100%}

/* v0.8.51 paginated Admin lists */
.pagination-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}
.pagination-summary{color:var(--muted);font-size:.82rem;font-weight:700}
.pagination-pages,.pagination-size{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.pagination-page,.pagination-size a{display:inline-grid;place-items:center;min-width:2.2rem;min-height:2.2rem;padding:.3rem .55rem;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);font-size:.8rem;font-weight:800;text-decoration:none}
.pagination-page.active,.pagination-size a.active{border-color:#175cd3;background:#175cd3;color:#fff}
.pagination-size span{color:var(--muted);font-size:.78rem;font-weight:800}
@media(max-width:760px){.pagination-controls{align-items:flex-start;flex-direction:column}.pagination-pages{width:100%}}


/* v0.8.54 Home3 landing page, footer refresh and customer review widget. */
.customer-footer{display:grid;gap:1.6rem;padding:2.1rem max(6vw,1.2rem) 1.6rem;background:linear-gradient(180deg,#122249 0%,#0b1530 100%);color:#d5dded}
.customer-footer-topbar{max-width:1320px;width:100%;margin:0 auto;padding:0 0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.12)}
.customer-footer-kicker{margin:0 0 .35rem;color:#78d6ea;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.customer-footer-topbar h2{margin:0;color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.08;max-width:680px}
.customer-footer-topbar-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.customer-footer-pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.15rem;border-radius:999px;background:#fff;color:#14224a;font-weight:900}.customer-footer-pill:hover{background:#dff6fb;color:#0b1530}
.customer-footer-grid{max-width:1320px;width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(300px,1.4fr) repeat(3,minmax(150px,.8fr));gap:1.8rem}
.customer-footer-grid h3{margin:0 0 .9rem;color:#fff;font-size:1rem}
.customer-footer-grid a{display:block;color:#d5dded;margin:.42rem 0;font-size:.92rem}
.customer-footer-grid a:hover{color:#fff}
.customer-footer-brand{display:inline-flex;align-items:center;gap:.65rem;color:#fff;font-weight:900;margin-bottom:.8rem}
.customer-footer-logo{max-height:44px;width:auto}
.customer-footer-branding p{margin:0 0 1rem;line-height:1.68;font-size:.94rem;color:#d5dded}
.customer-footer-contact{display:grid;gap:.38rem}
.customer-footer-bottom{max-width:1320px;width:100%;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.09);font-size:.79rem;color:#afbdd0}.customer-footer-bottom p{margin:0}
.home3-page{background:#fff}
.home3-hero-shell{padding-bottom:2.6rem}
.home3-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:0 max(5vw,1.2rem);margin:-1rem auto 0;max-width:1480px}
.home3-action-button{display:flex;align-items:center;justify-content:center;min-height:58px;padding:1rem 1.2rem;border-radius:18px;background:#0f6cc9;color:#fff;font-weight:900;letter-spacing:.02em;box-shadow:0 14px 34px rgba(10,50,99,.14)}
.home3-action-button:hover{background:#084c91;color:#fff}
.home3-section{padding:4.25rem max(5vw,1.2rem)}
.home3-content-wrap{max-width:1320px;margin:0 auto}
.home3-section-heading{max-width:780px;margin:0 0 1.75rem}
.home3-section-heading-centered{text-align:center;margin-left:auto;margin-right:auto}
.home3-section-heading h2{margin:.35rem 0 .65rem;font-size:clamp(2rem,4vw,3rem);line-height:1.04;color:#17265a}
.home3-section-heading p:last-child{margin:0;color:#546477;line-height:1.65}
.home3-card-grid{display:grid;gap:1.3rem}
.home3-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.home3-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.home3-media-card,.home3-blog-card{background:#fff;border:1px solid #deebf2;border-radius:22px;overflow:hidden;box-shadow:0 18px 46px rgba(24,45,86,.08)}
.home3-card-link:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(24,45,86,.14);border-color:#b8d8ea;color:inherit}
.home3-media-card img,.home3-blog-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#dbeef8}
.home3-card-copy{display:grid;gap:.65rem;padding:1.2rem 1.2rem 1.35rem;flex:1}
.home3-card-copy h3{margin:0;color:#17265a;font-size:1.24rem}
.home3-card-copy p{margin:0;color:#5b6b7d;line-height:1.55}
.home3-card-cta{margin-top:auto;display:inline-flex;align-items:center;gap:.35rem;color:#0d6ec9;font-weight:900}
.home3-card-cta::after{content:"→";font-size:1rem;line-height:1}
.home3-review-section{background:linear-gradient(180deg,#f7fbfe 0%,#eef7fb 100%)}
.home3-review-widget-wrap{max-width:1320px;margin:0 auto;padding:1.4rem;border-radius:24px;background:#fff;border:1px solid #d9e6ee;box-shadow:0 18px 42px rgba(17,38,77,.08)}
.home3-account-banner{padding-top:3.75rem;padding-bottom:3.75rem;background:linear-gradient(135deg,#f0f7fb 0%,#ffffff 55%,#eef8fb 100%)}
.home3-account-wrap{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:2rem;align-items:center}
.home3-account-media{display:flex;justify-content:center;align-items:center}
.home3-account-media img{display:block;width:60%;max-width:560px;min-width:260px;border-radius:24px;box-shadow:0 20px 55px rgba(16,38,74,.16)}
.home3-account-lead{margin:.25rem 0 0;color:#546477;line-height:1.72;max-width:560px;font-size:clamp(1.05rem,2vw,1.25rem)}
.home3-account-actions{display:grid;gap:1rem;margin-top:1.4rem}
.home3-my-account-button{min-height:54px;padding:1rem 1.5rem;font-size:1rem;letter-spacing:.02em;width:max-content}
.home3-app-badges{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}
.home3-store-badge{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.home3-store-badge-image img{display:block;height:56px;width:auto;border-radius:10px;box-shadow:0 10px 24px rgba(17,24,39,.18)}
.home3-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home3-card-tag{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:.28rem .55rem;border-radius:999px;background:#e9f3ff;color:#0d6ec9;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.home3-contact-banner{padding:3.5rem max(5vw,1.2rem) 4rem;background:linear-gradient(135deg,#17265a 0%,#173d72 62%,#0f739e 100%);color:#fff}
.home3-contact-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}
.home3-contact-heading .eyebrow{color:#83e3ef}
.home3-contact-heading h2{margin:.25rem 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.04}
.home3-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.home3-contact-card{display:grid;gap:.28rem;min-height:154px;padding:1.35rem 1.4rem;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.1);color:#fff;box-shadow:0 18px 38px rgba(5,20,54,.17);backdrop-filter:blur(4px);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.home3-contact-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.38);color:#fff}
.home3-contact-card span{font-size:.88rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#bcecf4}
.home3-contact-card strong{font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.05}
.home3-contact-card small{margin-top:auto;color:#e3edf7;font-size:.9rem;font-weight:700}
@media(max-width:1100px){.home3-quick-actions,.home3-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home3-account-wrap,.customer-footer-grid{grid-template-columns:1fr}.home3-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home3-contact-grid{grid-template-columns:1fr}.customer-footer-bottom,.customer-footer-topbar{display:grid}.home3-account-media img{width:70%}}
@media(max-width:760px){.home3-quick-actions,.home3-plan-grid,.home3-blog-grid{grid-template-columns:1fr}.home3-section{padding:3rem 1.2rem}.home3-contact-heading{display:grid}.customer-footer-grid,.customer-footer-bottom,.customer-footer-topbar{grid-template-columns:1fr}.home3-action-button{min-height:54px}.home3-account-media img{width:80%;min-width:0}.home3-store-badge-image img{height:48px}.home3-my-account-button{width:100%}}

/* v0.8.54 Home3 ProductReview, quick-action and reference-footer correction. */
.home3-quick-actions{
  position:relative;
  z-index:12;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
  width:min(1320px,calc(100% - 2.4rem));
  max-width:1320px;
  margin:1.45rem auto 0;
  padding:0;
}
.home3-action-card{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  align-items:center;
  gap:.85rem;
  min-height:92px;
  padding:1rem 1.05rem;
  border:1px solid #d4e6f1;
  border-radius:18px;
  background:linear-gradient(145deg,#fff 0%,#f1f9fd 100%);
  color:#132453;
  box-shadow:0 13px 30px rgba(20,50,88,.11);
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home3-action-card:hover{
  transform:translateY(-4px);
  border-color:#83cae5;
  box-shadow:0 20px 38px rgba(20,50,88,.17);
  color:#132453;
}
.home3-action-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(145deg,#1c76d2,#54bfdf);
  color:#fff;
  box-shadow:0 9px 18px rgba(23,108,190,.22);
}
.home3-action-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home3-action-icon svg path:first-child:not(:only-child){fill:none}
.home3-action-copy{display:grid;gap:.2rem;min-width:0}
.home3-action-copy strong{font-size:.93rem;font-weight:950;letter-spacing:.035em;text-transform:uppercase;color:#132453}
.home3-action-copy small{margin:0;color:#68778b;font-size:.72rem;line-height:1.32}
.home3-action-arrow{font-size:1.35rem;font-weight:900;color:#1580bf;transition:transform .18s ease}
.home3-action-card:hover .home3-action-arrow{transform:translateX(3px)}

.home3-blog-section .home3-content-wrap{max-width:1056px}
.home3-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.home3-blog-card img{aspect-ratio:16/10}
.home3-blog-card .home3-card-copy{padding:1rem 1rem 1.15rem;gap:.52rem}
.home3-blog-card .home3-card-copy h3{font-size:1.08rem}
.home3-blog-card .home3-card-copy p{font-size:.87rem;line-height:1.48}

.covau-footer{display:block!important;margin-top:0!important;padding:0!important;background:#172344!important;color:#fff!important;font-size:inherit!important}
.covau-footer a{color:#fff;text-decoration:none}
.covau-footer a:hover{color:#62caee}
.covau-footer-contact-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:1rem;
  min-height:122px;
  padding:1.4rem max(5vw,2.5rem);
  background:#101d40;
}
.covau-footer-contact-strip>a{display:grid;justify-items:center;gap:.14rem;text-align:center;color:#fff}
.covau-footer-contact-strip span{font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.covau-footer-contact-strip strong{font-size:1.55rem;line-height:1.12}
.covau-footer-contact-strip small{margin:0;color:#fff;font-size:.77rem}
.covau-footer-main{
  display:grid;
  grid-template-columns:minmax(320px,1.25fr) minmax(170px,.72fr) minmax(250px,1fr) minmax(190px,.75fr);
  gap:clamp(2rem,5vw,6.5rem);
  max-width:1800px;
  margin:0 auto;
  padding:3.5rem max(5vw,2.5rem) 3rem;
  background:#172344;
}
.covau-footer-company{min-width:0}
.covau-footer-logo-link{display:inline-flex;margin-bottom:1.2rem}
.covau-footer-logo{display:block;width:auto;max-width:190px;max-height:82px;object-fit:contain;object-position:left center}
.covau-footer-company-lines{display:grid;gap:.8rem;margin-top:.15rem}
.covau-footer-company-lines a,.covau-footer-company-lines p{display:flex;align-items:flex-start;gap:.55rem;margin:0;color:#fff;font-size:.84rem;line-height:1.45}
.covau-footer-line-icon{display:inline-grid;place-items:center;flex:0 0 18px;width:18px;min-height:18px;color:#fff;font-size:.78rem}
.covau-footer-apps{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}
.covau-footer-apps img{display:block;height:36px;width:auto;border-radius:6px}
.covau-footer-column{display:grid;align-content:start;gap:.72rem}
.covau-footer-column h3{margin:0 0 .35rem;color:#51c5ee;font-size:.78rem;font-weight:950;letter-spacing:.035em;text-transform:uppercase}
.covau-footer-column a{font-size:.86rem;line-height:1.32}
.covau-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:1rem;
  min-height:54px;
  padding:.9rem 2.6rem;
  background:#152650;
  color:#fff;
  font-size:.75rem;
}
.covau-footer-bottom p{margin:0}
.covau-footer-bottom nav{display:flex;justify-content:center;gap:1.3rem;flex-wrap:wrap}
.covau-footer-social{display:flex;justify-content:flex-end;gap:.42rem}
.covau-footer-social a{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#233a68;color:#f5b400;font-size:.76rem;font-weight:900}
.covau-footer-social a:hover{background:#2f4a80;color:#ffd24d}

@media(max-width:1180px){
  .home3-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .covau-footer-main{grid-template-columns:minmax(280px,1.2fr) repeat(3,minmax(150px,1fr));gap:2rem;padding-left:2rem;padding-right:2rem}
}
@media(max-width:900px){
  .home3-blog-section .home3-content-wrap{max-width:720px}
  .home3-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .covau-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
  .covau-footer-company{grid-column:1/-1}
  .covau-footer-bottom{grid-template-columns:1fr;text-align:center}
  .covau-footer-bottom nav,.covau-footer-social{justify-content:center}
}
@media(max-width:640px){
  .home3-quick-actions{grid-template-columns:1fr;width:calc(100% - 2rem);gap:.75rem;margin-top:1rem}
  .home3-action-card{grid-template-columns:46px minmax(0,1fr) auto;min-height:78px;padding:.8rem .9rem}
  .home3-action-icon{width:46px;height:46px;border-radius:14px}
  .home3-action-icon svg{width:24px;height:24px}
  .home3-blog-section .home3-content-wrap{max-width:none}
  .home3-blog-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}
  .covau-footer-contact-strip{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem 1.2rem}
  .covau-footer-contact-strip>a{padding:.25rem 0}
  .covau-footer-main{grid-template-columns:1fr;padding:2.6rem 1.3rem;gap:2rem}
  .covau-footer-company{grid-column:auto}
  .covau-footer-column{gap:.6rem}
  .covau-footer-bottom{padding:1.2rem}
}


/* v0.8.54 Home3 quick-action strip and typography refinement. */
.home3-page .home2-availability{font-size:calc(.78rem + 2px)}
.home3-quick-actions{
  position:relative;
  z-index:12;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  width:100%;
  max-width:none;
  margin:1.35rem 0 0;
  padding:0 max(4vw,1.25rem);
  background:#1f306c;
  box-shadow:none;
}
.home3-action-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.65rem;
  min-height:72px;
  padding:1rem 1.4rem;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  box-shadow:none;
  overflow:visible;
  transition:background .18s ease,color .18s ease;
}
.home3-action-card:not(:last-child)::after{
  content:"";
  position:absolute;
  top:10px;
  right:0;
  bottom:10px;
  border-right:2px dotted rgba(255,255,255,.72);
}
.home3-action-card:hover{transform:none;border-color:transparent;background:#273b7e;box-shadow:none;color:#fff}
.home3-action-icon{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:0;
  background:transparent;
  color:#67c8ef;
  box-shadow:none;
}
.home3-action-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.home3-action-card>strong{font-size:1.02rem;font-weight:950;letter-spacing:.015em;color:#fff;white-space:nowrap}
.home3-blog-grid{padding:.45rem}
.home3-blog-card{margin:.25rem}
.covau-footer-contact-strip span{font-size:calc(.72rem + 3px)}
.covau-footer-contact-strip strong{font-size:calc(1.55rem + 1px)}
.covau-footer-contact-strip small{font-size:calc(.77rem + 1px)}
@media(max-width:900px){
  .home3-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 1rem}
  .home3-action-card:nth-child(2)::after{display:none}
  .home3-action-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
}
@media(max-width:640px){
  .home3-quick-actions{grid-template-columns:1fr;width:100%;gap:0;margin-top:1rem;padding:0 1rem}
  .home3-action-card{justify-content:flex-start;min-height:62px;padding:.8rem .9rem}
  .home3-action-card:not(:last-child)::after{top:auto;left:0;right:0;bottom:0;border-right:0;border-bottom:1px dotted rgba(255,255,255,.55)}
  .home3-action-card:nth-child(2)::after{display:block}
  .home3-action-card:nth-child(-n+2){border-bottom:0}
  .home3-action-icon{width:38px;height:38px}
  .home3-action-icon svg{width:28px;height:28px}
  .home3-action-card>strong{font-size:.98rem}
  .home3-blog-grid{padding:.3rem}
  .home3-blog-card{margin:.2rem}
}


/* v0.8.54 Home3 search, banner and footer spacing refinement. */
.home3-page .home2-promo-hero .promo-slides{
  height:clamp(615px,38vw,725px);
}
.home3-page .home2-search{
  margin:-2.4rem auto 0;
  gap:.35rem;
}
.home3-search-heading-row{
  display:flex;
  align-items:center;
  gap:.8rem;
  min-height:1.3rem;
}
.home3-search-heading-row .home2-search-title{flex:0 0 auto}
.home3-address-status{
  min-height:0;
  margin:0;
  color:#d6d9ef;
  font-size:.72rem;
  line-height:1.3;
}
.home3-address-status.error-text{color:#ffd9d6}
.home3-page .home2-options-row{
  margin-top:0;
  padding-top:.45rem;
}
.home3-page .home2-availability{
  display:block;
  width:100%;
  margin:.65rem auto 0;
  padding:0 1rem;
  text-align:center;
  font-size:calc(.78rem + 4px);
}
.home3-page .home3-quick-actions{
  min-height:92px;
  margin-top:calc(1.35rem + 20px);
}
.home3-page .home3-action-card{min-height:92px}
.covau-footer-main{
  max-width:none;
  padding-left:max(2.5vw,1.25rem);
  padding-right:max(4vw,2.5rem);
}
.covau-footer-company-lines a,
.covau-footer-company-lines p{
  font-size:calc(.84rem + 2px);
}
.covau-footer-apps img{height:43.2px}
.covau-footer-bottom p,
.covau-footer-bottom nav a{
  font-size:calc(.75rem + 2px);
}
@media(max-width:980px){
  .home3-page .home2-promo-hero .promo-slides{height:640px}
  .home3-page .home2-search{margin:-2rem auto 0}
}
@media(max-width:640px){
  .home3-page .home2-promo-hero .promo-slides{height:620px}
  .home3-page .home2-search{margin:-1.7rem auto 0;gap:.3rem}
  .home3-search-heading-row{align-items:flex-start;flex-wrap:wrap;gap:.3rem .65rem}
  .home3-address-status{font-size:.68rem}
  .home3-page .home2-options-row{padding-top:.35rem}
  .home3-page .home3-quick-actions{min-height:0;margin-top:calc(1rem + 20px)}
  .home3-page .home3-action-card{min-height:82px}
  .covau-footer-main{padding-left:1rem;padding-right:1.3rem}
  .covau-footer-apps img{height:40px}
}


/* v0.8.54 Home3 banner typography and footer alignment refinement. */
.home3-page .home2-promo-hero .promo-slides{
  height:clamp(650px,40vw,765px);
}
.home3-page .promo-live-kicker{font-size:calc(.76rem + 2px)!important}
.home3-page .home2-promo-hero .promo-live-copy h1{font-size:calc(clamp(3.05rem,4.35vw,5.15rem) + 2px)}
.home3-page .promo-live-lead{font-size:calc(clamp(1.04rem,1.35vw,1.34rem) + 2px)!important}
.home3-page .home2-promo-hero .promo-live-cta{font-size:calc(1.03rem + 2px)}
.home3-page .promo-live-fineprint{font-size:calc(.73rem + 2px)!important}
.home3-page .home2-promo-hero .promo-live-controls>button{font-size:calc(1rem + 2px)}
.covau-footer-main{
  padding-left:max(40px,4vw);
}
@media(max-width:980px){
  .home3-page .home2-promo-hero .promo-slides{height:675px}
  .home3-page .home2-promo-hero .promo-live-copy h1{font-size:calc(clamp(2.75rem,8vw,4.4rem) + 2px)}
  .home3-page .promo-live-lead{font-size:calc(1.05rem + 2px)!important}
}
@media(max-width:640px){
  .home3-page .home2-promo-hero .promo-slides{height:655px}
  .home3-page .promo-live-kicker{font-size:calc(.65rem + 2px)!important}
  .home3-page .home2-promo-hero .promo-live-copy h1{font-size:calc(clamp(2.35rem,11.5vw,3.25rem) + 2px)}
  .home3-page .promo-live-lead{font-size:calc(.98rem + 2px)!important}
  .home3-page .home2-promo-hero .promo-live-cta{font-size:calc(.92rem + 2px)}
  .home3-page .promo-live-fineprint{font-size:calc(.65rem + 2px)!important}
  .covau-footer-main{padding-left:40px}
}

/* MIRN import live progress */
.mirn-progress-copy{font-size:.82rem;font-weight:700;white-space:nowrap;margin-bottom:.38rem}
.mirn-progress-track{position:relative;overflow:hidden;width:150px;max-width:100%;height:7px;border-radius:999px;background:#e7edf4}
.mirn-progress-track span{display:block;height:100%;border-radius:inherit;background:#aab8c8;transition:width .25s ease}
.mirn-progress-track.is-running span{width:42%;background:var(--brand);animation:mirn-progress-slide 1.25s ease-in-out infinite}
.mirn-progress-track.is-complete span{width:100%;background:var(--success)}
.mirn-progress-track.is-failed span{width:100%;background:#b9c1cb}
@keyframes mirn-progress-slide{0%{transform:translateX(-110%)}50%{transform:translateX(85%)}100%{transform:translateX(245%)}}
@media (prefers-reduced-motion:reduce){.mirn-progress-track.is-running span{animation:none;width:100%;opacity:.55}}

/* v0.9.1 customer address dropdown stacking and address/offer diagnostics. */
.home3-page .home2-search{z-index:30}
.address-audit-filters{display:grid;grid-template-columns:minmax(260px,2fr) minmax(150px,.8fr) minmax(130px,.7fr) minmax(170px,.9fr) minmax(170px,.9fr) auto auto;gap:.65rem;align-items:end;margin:0 0 1rem}
.address-audit-filters .button,.address-audit-filters button{min-height:42px}
.address-audit-table{min-width:1320px}
.address-audit-table td{max-width:330px}
.address-audit-table .nowrap{white-space:nowrap}
.address-audit-table .block{display:block}
.address-audit-table .error-text{color:var(--danger);max-width:320px}
.success-pill{background:#dcfae6!important;color:#087a55!important}
.warning-pill{background:#fff4cc!important;color:#8a5a00!important}
.audit-trace-details{min-width:115px}
.audit-trace-details>summary{cursor:pointer;color:var(--brand);font-weight:800}
.audit-trace-copy{display:grid;grid-template-columns:minmax(125px,.7fr) minmax(220px,1.3fr);gap:.35rem .6rem;margin-top:.65rem;min-width:410px;white-space:normal}
.audit-trace-copy strong{font-size:.72rem;color:#475569}
.audit-trace-copy span{font-size:.75rem;overflow-wrap:anywhere}
.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem;color:var(--muted);font-size:.8rem}
.pagination-actions{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}
.muted-button{background:#eef2f6!important;color:#344054!important}
.muted-button:hover{background:#dfe6ee!important;color:#172033!important}
@media(max-width:1180px){.address-audit-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.address-audit-filters input:first-child{grid-column:1/-1}}
@media(max-width:720px){.address-audit-filters{grid-template-columns:1fr}.address-audit-filters input:first-child{grid-column:auto}.address-audit-metrics{grid-template-columns:1fr 1fr}}


/* v0.9.3 customer offer presentation refinements. */
.customer-solar-summary-terms{padding:.78rem .9rem;border-top:1px solid #dbeee7;background:#fbfefd}
.customer-solar-summary-terms strong{display:block;margin-bottom:.25rem;font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:var(--success)}
.customer-solar-summary-terms p{margin:0;white-space:pre-wrap;color:#425b4d;font-size:.8rem;line-height:1.55}
.customer-fee-table .customer-fee-primary-row td{padding-bottom:.35rem;border-bottom:0}
.customer-fee-table .customer-fee-detail-row td{padding-top:.2rem;background:#fafbfc;white-space:normal}
.customer-fee-detail-row span{display:block;margin-bottom:.2rem;color:var(--muted);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.customer-fee-detail-row p{margin:0;line-height:1.5;white-space:normal;overflow-wrap:anywhere}
.greenpower-info-table th:first-child,.greenpower-info-table td:first-child{padding-right:calc(.6rem + 5px)}
.pre-wrap-text{white-space:pre-wrap}

/* v0.9.4 customer rate schedule help and compact offer copy. */
.customer-solar-summary-terms p{font-size:calc(.8rem - 1px)}
.rate-name-with-info{display:inline-flex;align-items:center;justify-content:flex-start;gap:.18rem;width:max-content;max-width:100%;vertical-align:middle}
.rate-name-with-info>strong{flex:0 1 auto;min-width:0}
.rate-info-popover{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;margin-left:1px;vertical-align:middle}
.rate-info-trigger{display:inline-grid;place-items:center;width:18px;height:18px;padding:0;border:1px solid #8aa3bb;border-radius:50%;background:#fff;color:#315a7d;font-size:.68rem;font-weight:900;line-height:1;cursor:pointer}
.rate-info-trigger:hover,.rate-info-trigger:focus-visible{border-color:var(--brand);color:var(--brand);outline:none;box-shadow:0 0 0 2px rgba(31,111,190,.13)}
.rate-info-panel{position:fixed;z-index:4000;left:0;top:0;display:none;width:min(310px,calc(100vw - 24px));padding:.7rem .8rem;border:1px solid #cbd8e5;border-radius:9px;background:#fff;color:var(--ink);box-shadow:0 14px 34px rgba(14,36,64,.24);transform:translate(-50%,-100%);font-size:.72rem;line-height:1.45;white-space:normal;pointer-events:auto}
.rate-info-panel[data-placement="below"]{transform:translate(-50%,0)}
.rate-info-panel.is-open{display:block}
.rate-info-panel>strong{display:block;margin-bottom:.35rem;color:#244e70;font-size:.73rem}
.rate-info-panel>span{display:block;padding:.22rem 0;border-top:1px solid #edf1f5}
.rate-info-panel>span:first-of-type{border-top:0}
@media(max-width:640px){.rate-info-panel{width:min(280px,calc(100vw - 20px))}}

/* v0.9.8 assisted Agent Quote workspace. */
.agent-lookup-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1rem;align-items:start}
.agent-lookup-grid>form{position:relative;margin:0;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}
.agent-address-field{position:relative;z-index:20}
.agent-address-field .address-results{z-index:3000}
.agent-offer-groups{display:grid;gap:1rem;margin:1rem 0}
.agent-offer-group{padding:0;border:0}.agent-offer-group>legend{margin-bottom:.55rem;font-size:1rem;font-weight:850}
.agent-offer-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.65rem}
.agent-offer-choice{display:grid;gap:.3rem;padding:.8rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.agent-offer-choice:has(input:checked){border-color:var(--brand);box-shadow:0 0 0 2px rgba(31,111,190,.1)}
.agent-offer-choice>input{margin:0}.agent-offer-choice-copy{display:grid;gap:.1rem}.agent-offer-choice-copy small,.agent-rate-preview{color:var(--muted)}
.agent-rate-preview{display:grid;gap:.08rem}.agent-greenpower-option{display:grid;gap:.25rem;margin-top:.35rem;font-size:.78rem}
.agent-quote-form{display:grid;gap:1rem}.agent-form-section{padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.agent-form-section h2{margin:0 0 .75rem;font-size:1rem}
.agent-quote-actions{display:flex;gap:.65rem;align-items:center;justify-content:flex-end;flex-wrap:wrap;padding-top:.4rem}.check-row{display:flex!important;align-items:flex-start;gap:.45rem}.check-row input{width:auto!important;margin-top:.18rem}.span-2{grid-column:1/-1}
.staged-signup-shell-single{max-width:680px;margin-inline:auto}.agent-quote-search-panel .address-results{max-height:360px;overflow:auto}
@media(max-width:900px){.agent-lookup-grid{grid-template-columns:1fr}.agent-quote-actions{justify-content:stretch}.agent-quote-actions button{flex:1}}

/* v0.9.10 Agent workspace refinements */
.agent-dashboard-metrics .metric-card small{display:block;margin-top:.3rem;color:var(--muted);font-size:.72rem;line-height:1.3}
.agent-status-rejected{background:#fff0f0;color:#9b1c1c}.agent-status-completed{background:#edf8f0;color:#236b35}.agent-status-pending{background:#fff8e7;color:#805d00}
.row-actions{display:flex;gap:.35rem;align-items:center;white-space:nowrap}.row-actions form{margin:0}.button-small{padding:.38rem .6rem!important;font-size:.78rem!important}.danger{background:#a72a2a!important;color:#fff!important;border-color:#a72a2a!important}
.agent-search-tabs{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:visible}.agent-tab-list{display:flex;gap:.25rem;padding:.45rem;border-bottom:1px solid var(--line);background:#f7f9fc;border-radius:14px 14px 0 0;flex-wrap:wrap}.agent-tab{border:0;background:transparent;padding:.65rem .9rem;border-radius:9px;font-weight:800;color:var(--muted);cursor:pointer}.agent-tab.is-active{background:#fff;color:var(--brand);box-shadow:0 1px 5px rgba(0,0,0,.08)}.agent-tab-panel{padding:1rem}.agent-tab-panel>form{margin:0}.agent-tab-panel .address-results{z-index:200}
.agent-offer-panel{overflow:visible}.agent-offer-card{padding:1rem;gap:.6rem;cursor:pointer;align-content:start}.agent-offer-select-row{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:800;color:var(--brand)}.agent-offer-select-row input{width:auto;margin:0}.agent-offer-card .comparison-highlight{margin:.1rem 0;padding:.6rem .75rem}.agent-price-comparison{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.agent-price-comparison>div{display:grid;gap:.1rem;padding:.55rem;border-radius:8px;background:#f7f9fc}.agent-price-comparison span{font-size:.7rem;color:var(--muted)}.agent-price-comparison strong{font-size:1rem}.agent-reference-statement{margin:0;font-size:.76rem;line-height:1.35;color:var(--muted)}.agent-rate-preview{display:grid;gap:.15rem}.agent-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;flex-wrap:wrap}.required-if-sms{font-size:.68rem;color:#8b5a00;font-weight:700}.agent-form-section [readonly]{background:#f2f4f7;color:#5d6470}.agent-form-section .is-readonly{opacity:.92}
@media(max-width:700px){.agent-price-comparison{grid-template-columns:1fr}.agent-tab-list{display:grid;grid-template-columns:1fr}.row-actions{flex-wrap:wrap}}
.agent-draft-edit{margin-top:1rem}.agent-draft-edit>summary{font-weight:850;cursor:pointer;padding:.7rem 0}.danger-zone{margin-top:1.2rem;padding-top:1rem;border-top:1px solid #ecc}.danger-zone h3{color:#912323}.danger-zone form{margin:0}

/* v0.9.11 Agent New Quote customer-style controls and offer presentation. */
.agent-customer-option-buttons{margin:0;padding:.8rem;border:1px solid var(--line);border-radius:12px;background:#f8fbff;gap:1rem}
.agent-customer-option-buttons .home2-inline-options legend{color:#4b6176;opacity:1}
.agent-customer-option-buttons .home2-inline-options label span{border-color:#9bb6d0;background:#fff;color:#315b83;box-shadow:none}
.agent-customer-option-buttons .home2-inline-options input:checked+span{background:var(--brand);border-color:var(--brand);color:#fff}
.agent-customer-option-buttons .home2-inline-options input:focus-visible+span{outline:3px solid rgba(11,107,203,.2);outline-offset:2px}
.agent-customer-option-buttons .home2-plan-options{border-left-color:#d8e1ea}
.agent-customer-option-buttons .home2-inline-options .field-help{color:var(--muted)}
.agent-customer-offer-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;align-items:start}
.agent-customer-offer-card{display:grid;gap:.8rem;overflow:visible}
.agent-customer-offer-card .customer-rate-panel{margin:0 -.15rem;padding:1rem .15rem 0;background:transparent}
.agent-customer-offer-card .customer-rate-table{min-width:520px}
.agent-customer-offer-card .agent-greenpower-dropdown{display:grid;gap:.45rem;padding:.8rem;border:1px solid #9ed5b5;border-radius:10px;background:#f5fbf7}
.agent-customer-offer-card .agent-greenpower-dropdown>span{font-size:.78rem;font-weight:850;color:#174c2d}
.agent-customer-offer-card .agent-plan-choice{margin-top:.15rem}
.agent-customer-offer-card .offer-document-link{margin-top:0}
.field-requirement{display:inline;margin:0 0 0 .28rem;font-size:.67rem;font-weight:800}
.field-requirement.mandatory{color:#8b5a00}.field-requirement.optional{color:var(--muted)}
.agent-final-customer-checks{display:grid;gap:1rem}.agent-final-customer-checks h2{margin-bottom:.15rem}
.agent-yes-no-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid #edf0f3}
.agent-yes-no-question:first-of-type{border-top:0}.agent-yes-no-question>span{font-size:.86rem;font-weight:800;color:#344054}
.agent-yes-no-options{display:flex;align-items:center;gap:1rem}.agent-yes-no-options label{display:flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:750}.agent-yes-no-options input{width:auto;margin:0}
@media(max-width:760px){.agent-customer-offer-grid{grid-template-columns:1fr}.agent-yes-no-question{align-items:flex-start;flex-direction:column}.agent-customer-option-buttons .home2-plan-options{padding-left:0;border-left:0;border-top:1px solid #d8e1ea;padding-top:.7rem}}


/* v0.9.12 business-account verification + horizontally scrollable plan cards. */
.home2-fuel-options{align-items:stretch}
.home2-fuel-options label,.home2-fuel-options label span{height:100%}
.home2-fuel-options .field-help{grid-column:1/-1;min-height:0}

.agent-account-type-panel{max-width:760px}
.agent-account-type-switch{max-width:520px}
.agent-account-type-switch span{height:52px;border-color:#9bb6d0;background:#fff;color:#315b83}
.agent-account-type-switch input:checked+span{background:var(--brand);border-color:var(--brand);color:#fff}
.agent-account-type-switch input:focus-visible+span{outline:3px solid rgba(11,107,203,.2);outline-offset:2px}
.agent-account-type-panel .field-help{margin:.65rem 0 0}
.agent-customer-option-buttons .home2-fuel-options{align-items:stretch}
.agent-customer-option-buttons .home2-fuel-options label span{min-height:38px}

.plan-carousel-shell{position:relative;max-width:100%;padding:0 2.5rem}
.plan-carousel-track{display:flex!important;grid-template-columns:none!important;gap:1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-inline:.2rem;scroll-behavior:smooth;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.plan-carousel-track::-webkit-scrollbar{display:none}
.plan-carousel-track>.offer-card{flex:0 0 min(360px,31vw);min-width:290px;scroll-snap-align:start}
.customer-plan-carousel .plans-container{padding:1rem .2rem 3rem}
.plan-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:38px;padding:0;border-radius:50%;font-size:1.7rem;line-height:1;background:#fff;color:var(--brand);border:1px solid #cbd8e6;box-shadow:0 4px 16px rgba(31,45,61,.14)}
.plan-carousel-arrow:hover{background:#f2f8fc;color:var(--brand-dark)}
.plan-carousel-arrow:disabled{opacity:.32;cursor:default}
.plan-carousel-prev{left:.25rem}.plan-carousel-next{right:.25rem}
.plan-carousel-arrow[hidden]{display:none!important}

.agent-plan-carousel{padding:0 2.15rem}
.agent-plan-carousel .agent-customer-offer-grid{display:flex!important;overflow-x:auto;gap:.8rem;padding:.15rem .1rem .8rem}
.agent-plan-carousel .agent-customer-offer-card{flex:0 0 320px;min-width:300px;padding:1rem;scroll-snap-align:start}
.agent-customer-offer-card h2{font-size:1.45rem}
.agent-customer-offer-card .price-comparison{padding:.7rem;margin:.75rem 0;gap:.45rem}
.agent-customer-offer-card .price-comparison strong{font-size:1.15rem}
.agent-customer-offer-card .customer-rate-table{min-width:0;font-size:.76rem;table-layout:fixed}
.agent-customer-offer-card .customer-rate-table th,.agent-customer-offer-card .customer-rate-table td{padding:.52rem .42rem;overflow-wrap:anywhere}
.agent-customer-offer-card .customer-rate-table th:first-child,.agent-customer-offer-card .customer-rate-table td:first-child{width:44%}
.agent-customer-offer-card .customer-rate-table th:nth-child(2),.agent-customer-offer-card .customer-rate-table td:nth-child(2){width:30%}
.agent-customer-offer-card .customer-rate-table th:nth-child(3),.agent-customer-offer-card .customer-rate-table td:nth-child(3){width:26%}

@media(max-width:760px){
  .plan-carousel-shell,.agent-plan-carousel{padding:0 2.15rem}
  .plan-carousel-arrow{width:34px;height:34px;font-size:1.5rem}
  .plan-carousel-prev{left:.1rem}.plan-carousel-next{right:.1rem}
  .plan-carousel-track>.offer-card,.agent-plan-carousel .agent-customer-offer-card{flex:0 0 calc(100vw - 5.25rem);min-width:0;max-width:420px}
  .customer-plan-carousel .plans-container{padding:1rem .1rem 2.5rem}
  .agent-plan-carousel .agent-customer-offer-grid{padding:.15rem 0 .8rem}
  .agent-account-type-switch{max-width:none}
}

/* v0.9.14 Agent Quote density, simplified solar/GreenPower, aligned labels and fuel controls. */
.agent-offer-panel{padding:.9rem}
.agent-offer-groups{gap:.65rem;margin:.7rem 0}
.agent-offer-group>legend{margin-bottom:.35rem}
.agent-plan-carousel{padding:0 2rem}
.agent-plan-carousel .agent-customer-offer-grid{gap:.65rem;padding:.1rem .05rem .55rem}
.agent-plan-carousel .agent-customer-offer-card{flex:0 0 300px;min-width:280px;padding:.72rem;gap:.48rem}
.agent-customer-offer-card header{gap:.65rem}
.agent-customer-offer-card h2{font-size:1.32rem;margin:.25rem 0 .18rem}
.agent-customer-offer-card .offer-requirements{margin:.1rem 0}
.agent-customer-offer-card .comparison-highlight{margin:.05rem 0;padding:.5rem .6rem}
.agent-customer-offer-card .agent-estimated-price{grid-template-columns:1fr;padding:.55rem .65rem;margin:.4rem 0;gap:0}
.agent-customer-offer-card .agent-estimated-price>div{grid-template-columns:auto auto;align-items:baseline;justify-content:space-between;column-gap:.7rem}
.agent-customer-offer-card .agent-estimated-price small{grid-column:1/-1;text-align:right;margin-top:.05rem}
.agent-customer-offer-card .reference-statement{padding-top:.55rem;margin:.2rem 0 0}
.agent-customer-offer-card .customer-rate-panel{padding:.55rem .05rem 0;margin:0}
.agent-customer-offer-card .customer-supply-rate{padding:.55rem .65rem;margin-bottom:.5rem}
.agent-customer-offer-card .customer-rate-table th,.agent-customer-offer-card .customer-rate-table td{padding:.42rem .35rem}
.agent-solar-rates{display:grid;gap:.25rem;padding:.55rem .1rem .15rem;border-top:1px solid #edf0f3;margin-top:.45rem}
.agent-solar-rates-heading{font-size:.78rem;color:var(--muted);font-weight:850}
.agent-solar-rate-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem 0}
.agent-solar-rate-row .rate-name-with-info>strong{font-size:.78rem;color:var(--muted);font-weight:750}
.agent-solar-rate-price{font-size:.92rem;white-space:nowrap}
.agent-greenpower-dropdown{display:block;width:100%;margin:.1rem 0;padding:.58rem .65rem;border:1px solid #b9d7cc;border-radius:8px;background:#fff;color:var(--ink);font-size:.78rem;font-weight:700}
.agent-field-label{display:flex;align-items:baseline;gap:.28rem;min-width:0}
.agent-field-label .field-requirement{display:inline;margin:0;line-height:1;white-space:nowrap}
.agent-customer-option-buttons .home2-fuel-options{display:block}
.agent-customer-option-buttons .home2-fuel-options legend{float:none;margin:0 0 .35rem}
.agent-fuel-button-row{display:flex;align-items:stretch;gap:.5rem;flex-wrap:nowrap}
.agent-fuel-button-row label{flex:1 1 0;min-width:86px}
.agent-fuel-button-row label span{width:100%}
.agent-customer-option-buttons .home2-fuel-options>.field-help{margin-top:.35rem}

@media(max-width:760px){
  .agent-plan-carousel{width:100%;max-width:100%;padding:0 1.9rem;overflow:visible}
  .agent-plan-carousel .agent-customer-offer-grid{width:100%;max-width:100%;padding:.1rem 0 .55rem;scroll-padding-inline:0}
  .agent-plan-carousel .agent-customer-offer-card{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;padding:.68rem}
  .agent-fuel-button-row{width:100%}
  .agent-fuel-button-row label{min-width:0}
  .plan-carousel-arrow{display:inline-flex;align-items:center;justify-content:center;z-index:8}
  .agent-quote-form,.agent-form-section,.agent-search-tabs,.agent-tab-panel,.agent-customer-option-buttons,.agent-offer-group{width:100%;max-width:100%;min-width:0}
  .agent-form-section .form-grid>*,.agent-tab-panel .form-grid>*,.agent-customer-option-buttons>*{min-width:0;max-width:100%}
  .agent-form-section input,.agent-form-section select,.agent-form-section textarea,.agent-tab-panel input,.agent-tab-panel select,.agent-tab-panel textarea{max-width:100%;min-width:0}
  .agent-tab-panel{padding:.75rem}
  .agent-tab-list{width:100%;max-width:100%}
  .agent-tab{min-width:0;max-width:100%;white-space:normal}
  .agent-field-label{flex-wrap:wrap}
}

/* v0.9.15 Agent mobile carousel: exactly one plan per viewport, resilient arrows and responsive form containment. */
@media(max-width:760px){
  .agent-plan-carousel .plan-carousel-next[data-has-next-plan="true"]:not(:disabled){display:inline-flex!important}
}

/* v0.9.16 Offer duplication confirmation */
.duplicate-offer-dialog{width:min(430px,calc(100vw - 2rem))}.duplicate-offer-dialog-body{padding:1.4rem}.duplicate-offer-dialog-body h2{margin:0 0 .7rem}.duplicate-offer-dialog-body p{margin:.2rem 0 1.2rem;line-height:1.5}.duplicate-offer-dialog .dialog-actions form{padding:0;margin:0}

/* v0.9.70 customer/agent offer presentation refinements */
.plans-loading-page{min-height:58vh;display:grid;place-items:center;padding:3rem 1.2rem}
.plans-loading-card{width:min(520px,100%);display:grid;justify-items:center;gap:.75rem;text-align:center;padding:2.4rem 1.5rem;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(31,45,61,.1)}
.plans-loading-card h1,.plans-loading-card p{margin:0}
.plans-loading-card p{color:var(--muted)}
.plans-loading-spinner{width:52px;height:52px;border:5px solid #e3eaf2;border-top-color:var(--brand);border-radius:50%;animation:plans-loading-spin .8s linear infinite}
@keyframes plans-loading-spin{to{transform:rotate(360deg)}}
.fuel-results-heading{align-items:baseline;justify-content:flex-start;gap:.8rem;text-align:left}
.fuel-results-heading h2{margin:0}
.fuel-results-heading span{margin-left:0}
.plan-carousel-track.is-contained{justify-content:center}
.plan-carousel-arrow{top:42%;width:46px;height:46px;font-size:2rem;font-weight:800}
.pricing-request-start{display:flex;justify-content:flex-start;margin:1rem 0 1.25rem}
.pricing-request-button{background:#ffa200!important;border-color:#ffa200!important;color:#1f2937!important}
.pricing-request-button:hover{background:#e89100!important;border-color:#e89100!important;color:#111827!important}
@media(max-width:760px){.plan-carousel-arrow{width:40px;height:40px;font-size:1.8rem;top:40%}.pricing-request-start{margin:.9rem 0 1.1rem}}


/* Restricted Offer approval and approved-application presentation */
.approval-list-panel{padding:0;overflow:hidden}
.approval-page-heading{padding:1.25rem 1.3rem .8rem;margin:0}.approval-page-heading h2{margin:0 0 .3rem}.approval-page-heading p{margin:0}
.approval-tabs{padding:0 1.3rem;border-bottom:1px solid var(--line);gap:.35rem}.approval-tabs a{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem .9rem;border-radius:9px 9px 0 0;color:#52606d;font-weight:800}.approval-tabs a strong{display:inline-grid;place-items:center;min-width:1.7rem;height:1.7rem;padding:0 .4rem;border-radius:999px;background:#eef2f6;color:#52606d;font-size:.72rem}.approval-tabs a.active{background:#edf4fb;color:var(--brand)}.approval-tabs a.active strong{background:#dceafb;color:var(--brand-dark)}
.approval-table-wrap{padding:0 1.3rem 1.3rem}.approval-table{min-width:920px}.approval-table th{padding-top:1rem}.approval-table td{vertical-align:middle;padding-top:.9rem;padding-bottom:.9rem}.approval-table td strong,.approval-table td small{display:block}.approval-reference{font-weight:900;font-size:.92rem}.approval-fuel-badge{display:inline-flex;align-items:center;width:max-content;padding:.3rem .58rem;border-radius:999px;background:#eef6ff;color:#245b8f;font-size:.73rem;font-weight:850}.approval-status-pending{background:#fff4cc;color:#8a5a00}.approval-status-approved{background:#dcfae6;color:#087a55}.approval-status-cancelled{background:#eef2f6;color:#52606d}.approval-empty-state{margin:1.3rem}
.approval-detail-layout,.agent-resume-layout{display:grid;gap:1rem}.approval-detail-layout>.panel,.agent-resume-layout>.panel{margin-bottom:0}.approval-hero-panel{padding:1.35rem}.approval-hero-row,.agent-resume-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.approval-hero-row h2,.agent-resume-heading h2{margin:.15rem 0 .3rem;font-size:1.45rem}.approval-hero-row p,.agent-resume-heading p{margin:0;color:var(--muted)}.approval-eyebrow{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:.69rem;font-weight:850;color:var(--brand);margin-bottom:.2rem}
.approval-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.2rem}.approval-overview-grid>div{display:grid;gap:.25rem;padding:.8rem .9rem;border:1px solid #e6ebf0;border-radius:10px;background:#f8fafc;min-width:0}.approval-overview-grid span,.approval-site-meta span,.approval-assigned-offer span,.approval-note-card>span,.agent-pricing-feedback>span,.agent-pricing-documents>span,.agent-approved-site>div:last-child>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.055em;color:var(--muted);font-weight:850}.approval-overview-grid strong{overflow-wrap:anywhere;font-size:.9rem}
.approval-section{padding:1.3rem}.approval-section .section-heading{margin-bottom:1rem}.approval-section .section-heading h2{margin:0 0 .25rem}.approval-section .section-heading p{margin:0}.approval-note-card{padding:1rem;border:1px solid var(--line);border-radius:11px;background:#f8fafc}.approval-note-card p{margin:.45rem 0 0;white-space:pre-wrap;line-height:1.55}.approval-document-block{margin-top:1rem}.approval-document-block h3{margin:0 0 .55rem;font-size:.9rem}.approval-document-list{display:flex;flex-wrap:wrap;gap:.55rem}.approval-document-link{display:flex;align-items:center;gap:.55rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;min-width:220px}.approval-document-link:hover{border-color:#b8c9dc;background:#f8fbff}.approval-document-link span:last-child{display:grid}.approval-document-link small{margin:0}
.approval-form{display:grid;gap:1rem}.approval-site-list{display:grid;gap:.8rem}.approval-site-card{border:1px solid var(--line);border-radius:12px;padding:1rem;background:#fff}.approval-site-heading h3{margin:.5rem 0 0;font-size:.95rem}.approval-site-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:.9rem 0}.approval-site-meta>div{display:grid;gap:.2rem}.approval-offer-field{display:grid;gap:.35rem;font-size:.8rem;font-weight:800;color:#344054;padding-top:.8rem;border-top:1px solid #edf0f3}.approval-assigned-offer{display:grid;gap:.25rem;padding:.75rem .8rem;border-radius:9px;background:#ecfdf5;border:1px solid #b9ead1}.approval-response-form{gap:.8rem}.approval-sticky-actions{position:sticky;bottom:1rem;justify-content:flex-end;padding: .8rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 8px 25px rgba(31,45,61,.12);backdrop-filter:blur(7px)}
.agent-resume-hero{padding:1.35rem}.agent-resume-status{padding:.38rem .68rem}.agent-resume-status.is-approved{background:#dcfae6;color:#087a55}.agent-resume-status.is-pending{background:#fff4cc;color:#8a5a00}.agent-resume-overview{grid-template-columns:repeat(4,minmax(0,1fr))}.agent-pricing-panel{border-left:4px solid #d8a100}.agent-pricing-panel.is-approved{border-left-color:var(--success)}.agent-pricing-heading h2{margin:.15rem 0 .3rem}.agent-pricing-heading p{margin:0;max-width:850px;line-height:1.5}.agent-pricing-response-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.6fr);gap:.8rem;margin:1rem 0}.agent-pricing-feedback,.agent-pricing-documents{padding:1rem;border:1px solid var(--line);border-radius:11px;background:#f8fafc}.agent-pricing-feedback p{margin:.45rem 0 0;white-space:pre-wrap;line-height:1.55}.agent-pricing-documents{display:grid;align-content:start;gap:.45rem}.agent-pricing-documents>a{display:block;font-weight:800;padding:.5rem .6rem;border:1px solid #dbe5ef;border-radius:8px;background:#fff}.agent-pricing-documents>a small{display:inline;margin:0}.agent-approved-site-list{display:grid;gap:.65rem}.agent-approved-site{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);gap:1rem;padding:.85rem;border:1px solid var(--line);border-radius:11px;background:#fff}.agent-approved-site>div{display:grid;align-content:start;gap:.35rem}.agent-approved-site>div:first-child strong{font-size:.86rem}.agent-pricing-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #edf0f3}
@media(max-width:900px){.approval-overview-grid,.agent-resume-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-pricing-response-grid,.agent-approved-site{grid-template-columns:1fr}}
@media(max-width:640px){.approval-hero-row,.agent-resume-heading{display:grid}.approval-overview-grid,.agent-resume-overview,.approval-site-meta{grid-template-columns:1fr}.approval-tabs{overflow-x:auto}.approval-tabs a{white-space:nowrap}.approval-sticky-actions{position:static}.approval-document-link{width:100%}}

/* v0.9.18 address audit, approved-quote locking and offer-list refinements */
.plan-carousel-arrow{top:calc(42% - 100px)}
.agent-yes-no-question{justify-content:flex-start;gap:.7rem}
.agent-yes-no-options{gap:.6rem}
.agent-account-type-panel.is-locked{background:#f6f7f9;border-color:#d8dde5}
.agent-account-type-panel.is-locked .agent-account-type-switch{opacity:.72;pointer-events:none}
.agent-account-type-panel.is-locked .agent-account-type-switch span{background:#e9edf2!important;border-color:#c8d0da!important;color:#667085!important;box-shadow:none!important}
.agent-account-type-panel.is-locked .agent-account-type-switch input:checked+span{background:#d8dee7!important;border-color:#aeb8c5!important;color:#344054!important}
.agent-account-lock-note{font-weight:750;color:#667085}
.offer-list-actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;white-space:nowrap}
.offer-list-actions .offer-order-actions{margin-right:.1rem}
@media(max-width:760px){.plan-carousel-arrow{top:calc(40% - 100px)}.agent-yes-no-question{gap:.4rem}.agent-yes-no-options{gap:.55rem}}

/* v0.9.19 offer carousel sizing, arrow alignment and mobile disclosures */
.plan-carousel-track>.offer-card,
.agent-plan-carousel .agent-customer-offer-card{flex:0 0 384px;width:384px;max-width:384px;min-width:0}
.plan-carousel-arrow{font-size:0;display:inline-flex;align-items:center;justify-content:center}
.plan-carousel-arrow::before{content:"";display:block;width:11px;height:11px;border-top:3px solid currentColor;border-right:3px solid currentColor}
.plan-carousel-prev::before{transform:translateX(2px) rotate(-135deg)}
.plan-carousel-next::before{transform:translateX(-2px) rotate(45deg)}
.customer-plan-carousel .plan-carousel-arrow{top:calc(42% - 100px)}
@media(max-width:760px){
  .plan-carousel-shell,.agent-plan-carousel{padding-left:1.2rem;padding-right:1.2rem}
  .plan-carousel-track>.offer-card,
  .agent-plan-carousel .agent-customer-offer-card{flex:0 0 min(290px,calc(100vw - 5.75rem));width:min(290px,calc(100vw - 5.75rem));max-width:290px;min-width:0}
  .customer-plan-carousel .plan-carousel-arrow{top:calc(40% - 100px)}
  .customer-rate-details summary{align-items:center;flex-direction:row;justify-content:space-between;gap:.65rem}
  .customer-rate-details summary>span{min-width:0}
  .customer-rate-details summary::after{flex:0 0 auto;margin-left:auto}
}

/* v0.9.24 compact Platform Admin/system-health refinements */
.system-health-overview{padding:.85rem 1rem;gap:1rem}.system-health-overview h2{font-size:1.35rem;margin:.05rem 0 .2rem}.system-health-summary{min-width:min(100%,400px);gap:.45rem}.health-summary-card{padding:.5rem .65rem;border-radius:8px}.health-summary-card strong{font-size:1.15rem}.system-health-filters{padding:.75rem 1rem}.system-health-category{margin:1rem 0}.system-health-category .section-heading{margin-bottom:.5rem}.system-health-grid{gap:.65rem}.health-check-card{min-height:0;padding:.7rem .8rem;border-top-width:3px;border-radius:9px;box-shadow:none}.health-check-header{grid-template-columns:28px minmax(0,1fr) auto;gap:.5rem}.health-check-icon{width:26px;height:26px}.health-check-header h3{font-size:.95rem}.health-check-summary{margin:.5rem 0 .2rem;font-size:.9rem}.health-check-detail{margin:.1rem 0 .45rem;font-size:.8rem}.health-check-examples{gap:.25rem;margin:.1rem 0 .55rem}.health-check-examples li{padding:.3rem .45rem}.compact-metrics .metric-card{padding:.65rem}.compact-notice{padding:.65rem .8rem}.sticky-save-bar{position:sticky;bottom:0;z-index:5;display:flex;justify-content:flex-end;padding:.8rem 0;background:linear-gradient(transparent, var(--bg) 28%)}

/* v0.9.32 requested admin, maintenance and register-popover refinements. */
.vertical-detail-list{grid-template-columns:minmax(0,720px)!important}
.vertical-form-list,.user-form-grid{grid-template-columns:minmax(0,720px)!important;max-width:760px}
.vertical-form-list>button,.user-form-grid>button{width:max-content}
.vertical-form-list .user-active-field,.user-form-grid .user-active-field{margin-top:0;width:max-content}
.branding-remove{display:inline-flex;align-items:center;gap:.55rem;width:max-content;max-width:100%;font-weight:700}
.branding-remove input[type="checkbox"]{width:auto;min-width:18px;height:18px;margin:0}
.maintenance-shell{min-height:58vh;display:grid;place-items:center;padding:3rem 1.25rem}
.maintenance-card{width:min(680px,100%);display:grid;justify-items:center;gap:1.25rem;text-align:center;padding:3rem 2rem;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 48px rgba(31,45,61,.12)}
.maintenance-card h1{margin:0;max-width:580px;font-size:clamp(1.65rem,4vw,2.4rem);line-height:1.25}
.maintenance-alert-image{width:112px;height:auto;color:#c97900}
.maintenance-admin-panel>.button{margin-top:.5rem}
.maintenance-confirm-dialog{width:min(500px,calc(100vw - 2rem));border:0;border-radius:16px;padding:0;box-shadow:0 24px 70px rgba(31,45,61,.24)}
.maintenance-confirm-dialog::backdrop{background:rgba(15,23,42,.48)}
.maintenance-dialog-body{padding:1.4rem}.maintenance-dialog-body h2{margin:0 0 .65rem}.maintenance-dialog-body p{margin:0 0 1.2rem;line-height:1.5}
.comparison-price-report-form{grid-template-columns:minmax(220px,360px) auto;align-items:end}
.comparison-price-report-form button{width:max-content}
.register-schedule-popover .info-popover-panel{position:fixed;z-index:4000;top:0;left:0;transform:translate(-50%,-100%);margin:0}
.register-schedule-popover .info-popover-panel[data-placement="below"]{transform:translate(-50%,0)}
@media(max-width:760px){.comparison-price-report-form{grid-template-columns:1fr}.comparison-price-report-form button{width:100%}.vertical-detail-list,.vertical-form-list{max-width:none}}

/* v0.9.33 Home3 maintenance notice. */
.home3-maintenance-dialog{max-width:min(520px,calc(100vw - 2rem));padding:0;border:0;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.home3-maintenance-dialog::backdrop{background:rgba(15,23,42,.58)}
.home3-maintenance-dialog-body{display:grid;gap:1rem;padding:1.6rem}
.home3-maintenance-dialog-body h2,.home3-maintenance-dialog-body p{margin:0}
.home3-maintenance-dialog-body form{display:flex;justify-content:flex-end}

.selection-select-all{display:inline-flex;align-items:center;gap:.45rem;font-weight:700}.selection-select-all input{width:auto;margin:0}.export-download-form{margin-top:20px}

/* v0.9.66 AEMO multi-site customer selection; v0.9.73 loader/Agent refinements. */
.electricity-site-loading{width:min(560px,calc(100vw - 2rem));padding:0;border:0;background:transparent;color:var(--text);overflow:visible}
.electricity-site-loading::backdrop{background:rgba(15,23,42,.58)}
.electricity-site-loading-card{margin:0;width:100%;min-height:240px}
.electricity-site-loading-card h2{margin:0;font-size:1.35rem}
.electricity-site-picker{width:min(720px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;border:0;border-radius:16px;background:#fff;color:var(--text);box-shadow:0 24px 70px rgba(15,23,42,.28)}
.electricity-site-picker::backdrop{background:rgba(15,23,42,.58)}
.electricity-site-picker-body{display:grid;gap:.8rem;padding:1.15rem}
.electricity-site-picker-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.85rem}
.electricity-site-picker-heading{margin:0;color:var(--text);font-size:1.25rem;font-weight:850;line-height:1.35}
.electricity-site-picker-copy{margin:.35rem 0 0;color:#475569;font-size:.88rem;line-height:1.5}
.electricity-site-picker-close{display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:50%;background:#eef2f7;color:#162033;font-size:1.45rem;line-height:1;cursor:pointer}
.electricity-site-picker-close:hover,.electricity-site-picker-close:focus-visible{background:#e2e8f0}
.electricity-site-options{display:grid;gap:.5rem;padding-right:.2rem;color:#162033}
.electricity-site-options.is-scrollable{max-height:24rem;overflow-y:auto;overscroll-behavior:contain}
.electricity-site-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.65rem;padding:.75rem .8rem;border:1px solid var(--line);border-radius:10px;cursor:pointer;background:#fff;color:#162033}
.electricity-site-option:hover,.electricity-site-option:focus-within{background:#f7f9fc}
.electricity-site-option input{margin-top:.2rem}
.electricity-site-option span{display:grid;gap:.15rem;min-width:0}
.electricity-site-option strong{color:#162033;font-size:.9rem;line-height:1.4;overflow-wrap:anywhere}
.electricity-site-help{margin:0;color:var(--muted);line-height:1.55}
.agent-electricity-site-picker{border:1px solid #cbd8e6;border-top:4px solid var(--brand);border-radius:12px}
.agent-electricity-site-picker .electricity-site-picker-body{padding:1rem 1.05rem}
.agent-electricity-site-loading .electricity-site-loading-card{border-top:4px solid var(--brand);border-radius:12px}
.electricity-site-help a{color:var(--primary)}

/* v0.9.77 selectable offer cards, compact two-column rates and sticky customer signup action. */
.offer-rate-list{display:grid;border-top:1px solid #edf0f3}
.offer-rate-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;padding:.58rem .1rem;border-bottom:1px solid #edf0f3}
.offer-rate-copy{display:grid;gap:.12rem;min-width:0}
.offer-rate-copy small{margin:0;font-size:.7rem;line-height:1.35}
.offer-rate-tier{color:var(--muted);font-weight:650}
.offer-rate-price{white-space:nowrap;text-align:right;font-size:.82rem;line-height:1.45}
.agent-customer-offer-card .offer-rate-row{padding:.42rem .05rem;gap:.55rem}
.agent-customer-offer-card .offer-rate-price{font-size:.78rem}
.plan-signup-action-bar{position:sticky;top:.75rem;z-index:20;display:flex;justify-content:flex-end;margin:1.25rem 0 1.75rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(31,45,61,.12);backdrop-filter:blur(8px)}
.plan-signup-action-bar form{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;width:100%}
.plan-signup-action-bar .plan-selection-error{margin:0 auto 0 0}
.plan-signup-action-bar button{min-width:180px}
.plan-selection-error{margin:.45rem 0 0}
.dual-plan-choice input[type="checkbox"]{width:1.15rem;height:1.15rem}
@media(max-width:640px){.offer-rate-row{grid-template-columns:minmax(0,1fr) auto}.offer-rate-price{white-space:normal}.plan-signup-action-bar{top:.5rem}.plan-signup-action-bar form{display:grid;grid-template-columns:1fr}.plan-signup-action-bar .plan-selection-error{margin:0}.plan-signup-action-bar button{width:100%;min-width:0}}

/* Home3 mobile promotional carousel: let each active banner size to its content
   instead of clipping copy inside the desktop fixed-height carousel. */
@media(max-width:760px){
  .home3-page .home2-promo-hero .promo-slides{
    height:auto!important;
    min-height:0!important;
  }
  .home3-page .home2-promo-hero .promo-slide,
  .home3-page .home2-promo-hero .promo-slide:not(.is-active){
    position:absolute!important;
    inset:0!important;
    height:auto!important;
    min-height:0!important;
  }
  .home3-page .home2-promo-hero .promo-slide.is-active{
    position:relative!important;
    inset:auto!important;
  }
  .home3-page .promo-live-inner{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    margin:0;
  }
  .home3-page .promo-live-copy{
    width:100%;
    max-width:none;
    box-sizing:border-box;
    padding:1.75rem 1.15rem 5rem;
  }
  .home3-page .promo-live-kicker{
    max-width:100%;
    white-space:normal;
    line-height:1.2;
  }
  .home3-page .home2-promo-hero .promo-live-copy h1{
    max-width:none;
    font-size:clamp(2rem,10vw,3rem);
    line-height:1.02;
    overflow-wrap:anywhere;
  }
  .home3-page .promo-live-lead{
    max-width:none!important;
    font-size:.95rem!important;
    line-height:1.42!important;
  }
  .home3-page .home2-promo-hero .promo-live-cta{
    width:100%;
    min-width:0;
    box-sizing:border-box;
    min-height:50px;
    padding:.75rem 1rem;
    text-align:center;
    white-space:normal;
  }
  .home3-page .promo-live-fineprint{
    max-width:none!important;
    font-size:.65rem!important;
    line-height:1.38!important;
  }
  .home3-page .home2-promo-hero .promo-live-controls{
    left:1rem;
    right:1rem;
    bottom:1rem;
    justify-content:center;
  }
  .home3-page .home2-search{
    width:calc(100% - 1rem);
    margin:1rem auto 0;
  }
}
@media(max-width:420px){
  .home3-page .promo-live-copy{
    padding:1.4rem .9rem 4.7rem;
  }
  .home3-page .home2-promo-hero .promo-live-copy h1{
    font-size:clamp(1.85rem,9.5vw,2.5rem);
  }
}
