/* Bold Outdoors Theme Sprints D-F v1.0.23 */
:root{--bo-portal-surface:#ffffff;--bo-portal-muted:#f5f7f2;--bo-portal-border:rgba(39,64,43,.14);--bo-portal-radius:22px;--bo-polish-section-gap:clamp(48px,7vw,96px);}
.bo-customer-portal-shell{display:grid;gap:24px;grid-template-columns:minmax(220px,280px) 1fr;align-items:start;}
.bo-customer-portal-nav,.bo-customer-portal-card,.bo-message-card,.bo-notification-card{background:var(--bo-portal-surface);border:1px solid var(--bo-portal-border);border-radius:var(--bo-portal-radius);box-shadow:0 18px 40px rgba(24,39,29,.08);}
.bo-customer-portal-nav{position:sticky;top:96px;padding:18px;}
.bo-customer-portal-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;color:#27402b;text-decoration:none;font-weight:700;}
.bo-customer-portal-nav a:hover,.bo-customer-portal-nav a.is-active{background:rgba(85,105,85,.12);}
.bo-customer-portal-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;}
.bo-customer-portal-card{grid-column:span 4;padding:22px;}
.bo-customer-portal-card--wide{grid-column:span 8;}
.bo-customer-portal-card--full{grid-column:1/-1;}
.bo-communications-timeline{display:grid;gap:14px;}
.bo-message-card,.bo-notification-card{padding:18px;display:grid;gap:8px;}
.bo-polish-section{padding-block:var(--bo-polish-section-gap);}
.bo-polish-section[data-surface="primary"]{background:#556955;color:#fff;}
.bo-polish-section[data-surface="secondary"]{background:#f5f7f2;color:#243528;}
.bo-polish-card-hover{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.bo-polish-card-hover:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(24,39,29,.14);border-color:rgba(85,105,85,.32);}
.bo-polish-focus-ring:focus-visible{outline:3px solid rgba(85,105,85,.45);outline-offset:3px;}
@media (max-width:900px){.bo-customer-portal-shell{grid-template-columns:1fr}.bo-customer-portal-nav{position:relative;top:auto}.bo-customer-portal-card,.bo-customer-portal-card--wide{grid-column:1/-1}}
