:root{--nx:#2563eb;--nx2:#0ea5e9;--navy:#10233f;--ink:#172033;--muted:#6b7890;--line:#dfe7f1;--bg:#f5f8fc;--card:#fff;--good:#15803d;--warn:#a16207;--bad:#b91c1c}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:24px 18px;position:sticky;top:0;height:100vh}.brand{font-weight:850;font-size:21px;color:var(--navy);display:flex;gap:10px;align-items:center}.brandmark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--nx),var(--nx2));box-shadow:0 8px 22px #2563eb35}.brand small{display:block;font-size:10px;letter-spacing:.16em;color:var(--muted)}.navgroup{margin:28px 8px 8px;color:#94a0b4;font-size:10px;font-weight:800;letter-spacing:.13em}.nav a{display:block;padding:11px 12px;border-radius:10px;margin:3px 0;color:#516079;font-size:14px;font-weight:650}.nav a:hover,.nav a.active{background:#eff6ff;color:var(--nx)}.main{min-width:0}.topbar{height:72px;background:#ffffffd9;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:10}.content{padding:30px;max-width:1450px;margin:0 auto}.eyebrow{font-size:11px;font-weight:850;letter-spacing:.14em;color:var(--nx);text-transform:uppercase}.h1{font-size:30px;letter-spacing:-.035em;margin:7px 0 6px;color:var(--navy)}.sub{color:var(--muted);margin:0}.grid{display:grid;gap:18px}.grid4{grid-template-columns:repeat(4,1fr)}.grid3{grid-template-columns:repeat(3,1fr)}.grid2{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 6px 22px rgba(16,35,63,.045)}.metric b{display:block;font-size:28px;color:var(--navy);margin-top:7px}.metric span{color:var(--muted);font-size:12px;font-weight:700}.hero{background:linear-gradient(135deg,#fff 20%,#edf7ff);border:1px solid #d7e8fb}.badge{display:inline-flex;padding:5px 9px;border-radius:99px;font-size:11px;font-weight:800;background:#edf3fb;color:#53627a}.badge.active,.badge.paid{background:#eaf8ef;color:var(--good)}.badge.pending,.badge.awaiting_provisioning,.badge.unpaid{background:#fff7e6;color:var(--warn)}.badge.suspended,.badge.revoked,.badge.expired{background:#fff0f0;color:var(--bad)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:10px 14px;font-weight:750;cursor:pointer;background:var(--nx);color:#fff}.btn.secondary{background:#eef4fb;color:var(--navy)}.btn.sm{padding:7px 10px;font-size:12px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);font-size:13px}th{font-size:10px;color:#8b98ab;text-transform:uppercase;letter-spacing:.09em}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:750;margin-bottom:6px;color:#53627a}.field input,.field select,.field textarea{width:100%;padding:11px 12px;border:1px solid #d5dfeb;border-radius:10px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7db5f9;box-shadow:0 0 0 3px #dcebff}.notice{padding:12px 15px;border-radius:11px;background:#eaf8ef;color:#176c36;border:1px solid #caecd7;margin-bottom:18px}.errors{padding:12px 15px;border-radius:11px;background:#fff0f0;color:#9d2020;border:1px solid #f5cece;margin-bottom:18px}.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-brand{background:linear-gradient(145deg,#edf7ff,#fff);padding:8vw;display:flex;flex-direction:column;justify-content:center}.auth-card{padding:7vw;display:flex;align-items:center}.auth-card>div{width:100%;max-width:500px}.muted{color:var(--muted)}.split{display:flex;justify-content:space-between;align-items:center;gap:15px}.product-price{font-size:26px;font-weight:850;color:var(--navy)}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f4f7fb;padding:8px;border-radius:8px;font-size:12px}.mt{margin-top:22px}.mb{margin-bottom:22px}@media(max-width:1000px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static;border-right:0;border-bottom:1px solid var(--line)}.nav{display:flex;flex-wrap:wrap}.navgroup{display:none}.grid4,.grid3{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.grid4,.grid3,.grid2,.auth{grid-template-columns:1fr}.auth-brand{display:none}.content,.topbar{padding-left:18px;padding-right:18px}.sidebar{padding:15px}.h1{font-size:25px}}
.pagehead{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}
.pagehead h1{margin:5px 0 4px;font-size:30px;letter-spacing:-.035em;color:var(--navy)}
.cardhead{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px}
.cardhead h3{margin:0 0 4px}.formstack{display:grid;gap:14px}.formstack label{display:grid;gap:6px;font-size:12px;font-weight:750;color:#53627a}
.formstack input,.formstack select,.formstack textarea{width:100%;padding:11px 12px;border:1px solid #d5dfeb;border-radius:10px;background:#fff;color:var(--ink);outline:none;font:inherit}
.formstack input:focus,.formstack select:focus,.formstack textarea:focus{border-color:#7db5f9;box-shadow:0 0 0 3px #dcebff}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.listrow{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.listrow:first-child{padding-top:0}.listrow:last-child{border-bottom:0;padding-bottom:0}.splitline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.empty{padding:28px;text-align:center;background:#f8fbff;border:1px dashed #cbd9e8;border-radius:14px}
@media(max-width:780px){.grid.two{grid-template-columns:1fr}.pagehead,.listrow{align-items:flex-start;flex-direction:column}}

/* Nexus Portal v1.2 visual refinement */
body{background:linear-gradient(180deg,#f7fafe 0,#f3f7fc 100%)}
.sidebar{padding:22px 16px;background:rgba(255,255,255,.98);box-shadow:8px 0 30px rgba(16,35,63,.025)}
.brand{padding:0 8px}.brandmark{display:grid;place-items:center;color:#fff;font-weight:900;font-size:16px}
.portal-context{margin:24px 2px 8px;padding:14px 14px 13px;border-radius:14px;background:linear-gradient(135deg,#f5f9ff,#eef7ff);border:1px solid #dfeafa;display:flex;flex-direction:column;gap:3px}.portal-context-label{font-size:9px;font-weight:850;letter-spacing:.12em;color:#8493a8;text-transform:uppercase}.portal-context strong{font-size:13px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-context small{font-size:10px;font-weight:800;color:var(--nx);letter-spacing:.08em}
.nav a{position:relative;padding:11px 12px 11px 15px;border:1px solid transparent;transition:.18s ease}.nav a:before{content:"";width:5px;height:5px;border-radius:99px;background:#bdc9d8;display:inline-block;margin-right:10px;vertical-align:2px}.nav a:hover{border-color:#e7eef8}.nav a.active{border-color:#dceafd;box-shadow:0 5px 14px rgba(37,99,235,.06)}.nav a.active:before{background:var(--nx);box-shadow:0 0 0 4px #dcecff}
.sidebar-footer-card{position:absolute;bottom:20px;left:16px;right:16px;padding:14px;border-radius:14px;border:1px solid var(--line);background:#fbfdff;display:flex;flex-direction:column;gap:4px}.sidebar-footer-card>span{font-size:9px;font-weight:850;letter-spacing:.12em;color:#94a0b4}.sidebar-footer-card strong{font-size:12px;color:var(--navy)}.sidebar-footer-card strong i{display:inline-block;width:7px;height:7px;border-radius:99px;background:#22c55e;margin-right:6px;box-shadow:0 0 0 4px #dcfce7}.sidebar-footer-card small{font-size:10px;color:var(--muted)}
.topbar{height:78px;padding:0 32px}.topbar-context{display:flex;flex-direction:column;gap:2px}.topbar-context b{font-size:14px;color:var(--navy)}.topbar-kicker{font-size:9px;font-weight:850;letter-spacing:.14em;color:var(--nx)}.user-chip{display:flex;align-items:center;gap:10px}.user-chip .avatar{width:34px;height:34px;border-radius:11px;background:#edf5ff;color:var(--nx);display:grid;place-items:center;font-size:12px;font-weight:850;border:1px solid #dceafd}.user-chip div{display:flex;flex-direction:column}.user-chip b{font-size:12px;color:var(--navy)}.user-chip small{font-size:10px;color:var(--muted)}
.content{padding-top:32px}.card{box-shadow:0 8px 26px rgba(16,35,63,.05);transition:border-color .18s ease,box-shadow .18s ease}.card:hover{border-color:#d5e1ee}.hero{position:relative;overflow:hidden;padding:28px;background:linear-gradient(135deg,#fff 0,#fff 55%,#edf7ff 100%)}.hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:999px;right:-75px;top:-105px;background:linear-gradient(135deg,#2563eb18,#0ea5e91a)}
.metric{min-height:116px}.metric b{letter-spacing:-.035em}.metric span{letter-spacing:.05em}
.portal-footer{padding:26px 4px 6px;text-align:center;color:#9aa7b9;font-size:10px;font-weight:650}.portal-footer span{margin:0 5px;color:#c3ccd8}

@media(max-width:1000px){.sidebar-footer-card{display:none}.portal-context{display:none}.sidebar{position:relative}.topbar{height:auto;min-height:68px}.user-chip small{display:none}}
@media(max-width:650px){.topbar-context{display:none}.topbar{justify-content:flex-end}.user-chip{display:none}.nav a{font-size:12px;padding:9px 10px}.brand{margin-bottom:12px}}

/* Nexus Portal v1.3 - multi-VA ownership and assignment */
.context-switch{margin-top:5px;font-size:10px;font-weight:800;color:var(--nx);text-transform:uppercase;letter-spacing:.06em}.va-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.va-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.va-card{position:relative;overflow:hidden}.va-card-current{border-color:#a8cdf9;box-shadow:0 10px 30px rgba(37,99,235,.1)}.va-card-current:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--nx),var(--nx2))}.va-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.va-card h3{margin:12px 0 5px;font-size:19px;color:var(--navy)}.va-card p{margin:0;font-size:12px}.va-icao{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 9px;border-radius:8px;background:#eaf3ff;color:var(--nx);font-size:11px;font-weight:900;letter-spacing:.1em}.va-icao.small{min-width:34px;height:24px;margin-right:9px;font-size:9px}.badge.owner{background:#eef2ff;color:#4338ca}.va-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.va-stats>div{padding:10px;border-radius:10px;background:#f7faff;border:1px solid #e6edf6}.va-stats span{display:block;font-size:9px;color:#8a98ac;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.va-stats b{display:block;margin-top:3px;color:var(--navy);font-size:16px}.va-owner-line{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px}.va-owner-line span{color:var(--muted)}.va-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.btn.danger{background:#fff0f0;color:var(--bad);border:1px solid #f3caca}.va-form-card{max-width:980px}.form-section-title h3{margin:4px 0 0;color:var(--navy)}.form-divider{height:1px;background:var(--line);margin:8px 0}.va-count-pill{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#edf5ff;color:var(--nx);font-weight:900}.account-va-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}.account-va-row:last-of-type{border-bottom:0}.account-va-row>div{display:flex;align-items:center;min-width:0}.account-va-row b{font-size:13px;color:var(--navy);margin-right:8px}.account-va-row small{display:block;color:var(--muted);font-size:10px}
@media(max-width:900px){.va-card-grid,.va-summary-grid{grid-template-columns:1fr}.va-stats{grid-template-columns:repeat(2,1fr)}}

/* Nexus Portal v1.7 - customer notification center */
.notification-bell-wrap{position:relative}.notification-bell{position:relative;width:40px;height:40px;border:1px solid #dce6f2;background:#fff;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:#53627a;transition:.18s ease}.notification-bell:hover,.notification-bell-wrap.open .notification-bell{background:#eff6ff;color:var(--nx);border-color:#cfe1fa}.notification-bell svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:#dc2626;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:9px;font-weight:900;line-height:1}.notification-menu{display:none;position:absolute;right:0;top:49px;width:min(390px,calc(100vw - 28px));background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 18px 55px rgba(16,35,63,.17);overflow:hidden;z-index:100}.notification-bell-wrap.open .notification-menu{display:block}.notification-menu-head{padding:15px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.notification-menu-head>div{display:flex;flex-direction:column}.notification-menu-head strong{color:var(--navy);font-size:14px}.notification-menu-head small{color:var(--muted);font-size:10px;margin-top:2px}.notification-text-button{border:0;background:none;color:var(--nx);font-size:11px;font-weight:800;cursor:pointer}.notification-menu-list{max-height:390px;overflow:auto}.notification-menu-item{margin:0}.notification-menu-item button{width:100%;border:0;border-bottom:1px solid #edf1f6;background:#fff;padding:13px 15px;display:flex;align-items:flex-start;gap:10px;text-align:left;cursor:pointer}.notification-menu-item.is-unread button{background:#f7fbff}.notification-menu-item button:hover{background:#f0f7ff}.notification-menu-item button>span:last-child{min-width:0;display:flex;flex:1;flex-direction:column}.notification-menu-item strong{font-size:12px;color:var(--navy)}.notification-menu-item small{font-size:11px;color:#637188;line-height:1.45;margin-top:3px}.notification-menu-item em{font-style:normal;font-size:9px;color:#9ba7b7;margin-top:5px}.notification-dot{flex:0 0 auto;width:9px;height:9px;border-radius:99px;background:#3b82f6;margin-top:4px;box-shadow:0 0 0 4px #dbeafe}.notification-dot.success{background:#16a34a;box-shadow:0 0 0 4px #dcfce7}.notification-dot.warning{background:#d97706;box-shadow:0 0 0 4px #fef3c7}.notification-dot.danger,.notification-dot.error{background:#dc2626;box-shadow:0 0 0 4px #fee2e2}.notification-view-all{display:block;padding:12px 15px;text-align:center;color:var(--nx);font-size:11px;font-weight:850;background:#fbfdff}.notification-empty{padding:26px;text-align:center;color:var(--muted);font-size:12px}.notification-page-card{padding:0;overflow:hidden}.notification-row{border-bottom:1px solid var(--line)}.notification-row:last-child{border-bottom:0}.notification-row-button{width:100%;border:0;background:#fff;padding:18px 20px;display:flex;align-items:flex-start;gap:13px;text-align:left;cursor:pointer}.notification-row.is-unread .notification-row-button{background:#f7fbff}.notification-row-button:hover{background:#f1f7ff}.notification-row-copy{flex:1;min-width:0;display:flex;flex-direction:column;color:#5c6b82;font-size:12px;line-height:1.55}.notification-row-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:4px}.notification-row-head strong{font-size:13px;color:var(--navy)}.notification-row-head small,.notification-meta{font-size:10px;color:#98a5b5}.notification-meta{margin-top:7px;text-transform:uppercase;letter-spacing:.05em;font-weight:750}
@media(max-width:650px){.notification-menu{position:fixed;top:66px;right:12px;left:12px;width:auto}.notification-row-head{flex-direction:column;gap:2px}.topbar-actions{gap:8px}}


/* VA Nexus Portal v1.12.0 — announcement presentation & acknowledgement */
.announcement-banner{margin-bottom:14px;padding:15px 18px;border:1px solid #cfe0f5;border-left:4px solid #2563eb;border-radius:13px;background:linear-gradient(135deg,#f8fbff,#eef6ff);box-shadow:0 8px 22px rgba(16,35,63,.04)}
.announcement-banner-label{display:block;margin-bottom:4px;font-size:9px;font-weight:900;letter-spacing:.13em;color:#64748b}
.announcement-banner strong{display:block;color:var(--navy);font-size:14px}
.announcement-banner p{margin:5px 0 0;color:#52627a;font-size:13px;line-height:1.55;white-space:pre-line}
.announcement-banner-success{border-left-color:#16a34a;background:linear-gradient(135deg,#f7fff9,#ecfdf3)}
.announcement-banner-warning{border-left-color:#d97706;background:linear-gradient(135deg,#fffdf7,#fff7e8)}
.announcement-banner-danger{border-left-color:#dc2626;background:linear-gradient(135deg,#fffafa,#fff0f0)}
.nexus-ack-modal-backdrop{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:rgba(9,20,38,.72);backdrop-filter:blur(8px)}
.nexus-ack-modal{width:min(620px,100%);max-height:90vh;overflow:auto;padding:30px;border:1px solid #d9e3ef;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(4,12,25,.38);text-align:center}
.nexus-ack-icon{width:54px;height:54px;margin:0 auto 14px;border-radius:17px;display:grid;place-items:center;background:#eef5ff;color:#2563eb;font-size:26px;font-weight:950}
.nexus-ack-icon-warning{background:#fff7e6;color:#b45309}.nexus-ack-icon-danger{background:#fff0f0;color:#b91c1c}.nexus-ack-icon-success{background:#ecfdf3;color:#15803d}
.nexus-ack-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:#64748b}
.nexus-ack-modal h2{margin:8px 0 12px;color:var(--navy);font-size:26px;letter-spacing:-.025em}
.nexus-ack-message{padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8fbff;text-align:left;color:#43516a;line-height:1.65;white-space:pre-line}
.nexus-ack-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:15px 0}
.nexus-ack-meta span{padding:5px 9px;border-radius:999px;background:#edf3fb;color:#53627a;font-size:10px;font-weight:850;letter-spacing:.05em}
.nexus-ack-button{width:100%;margin-top:4px;padding:12px 16px}
.nexus-ack-modal>small{display:block;margin-top:10px;color:#8794a7}

/* v1.13.0 profile images */
.user-chip .avatar{overflow:hidden}.user-chip .avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-editor{display:grid;grid-template-columns:96px 1fr;gap:18px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:#f8fbff}.profile-image-preview{width:88px;height:88px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#e8f2ff,#f7fbff);border:1px solid #dceafd;display:grid;place-items:center;color:var(--nx);font-size:28px;font-weight:900}.profile-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-fields{display:flex;flex-direction:column;gap:8px}.profile-remove{display:flex!important;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.profile-remove input{width:auto!important}.support-message{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:18px 0;border-top:1px solid #e5e7eb}.support-message-avatar{width:42px;height:42px;border-radius:13px;overflow:hidden;background:#edf5ff;border:1px solid #dceafd;display:grid;place-items:center;color:var(--nx);font-weight:900}.support-message-avatar img{width:100%;height:100%;object-fit:cover;display:block}.support-message-body{min-width:0}.support-staff-label{display:inline-block;margin-top:3px;color:var(--nx);font-size:9px;font-weight:850;letter-spacing:.1em}@media(max-width:650px){.profile-image-editor{grid-template-columns:1fr}.profile-image-preview{width:76px;height:76px}.support-message{grid-template-columns:34px 1fr}.support-message-avatar{width:34px;height:34px;border-radius:10px}}


/* v1.13.2 top-right avatar sizing fix */
.topbar-actions .user-chip{
    min-width:0;
    flex:0 1 auto;
}
.topbar-actions .user-chip .avatar{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
    flex:0 0 30px!important;
    border-radius:50%!important;
    overflow:hidden!important;
    padding:0!important;
    line-height:30px!important;
}
.topbar-actions .user-chip .avatar img{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:50%!important;
    display:block!important;
}
.topbar-actions .user-chip > div{
    min-width:0;
}


/* v1.13.3 hard guard for top-right avatar */
.topbar .user-chip .avatar,
.topbar .user-chip .avatar img{
    box-sizing:border-box!important;
}
.topbar .user-chip .avatar{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
    flex:0 0 30px!important;
    overflow:hidden!important;
    border-radius:50%!important;
}
.topbar .user-chip .avatar img{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    max-width:30px!important;
    max-height:30px!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
}


/* v1.14.0 Virtual Airline logos */
.va-logo-editor{display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:14px;background:#f8fbff}
.va-logo-preview{width:104px;height:104px;border-radius:22px;overflow:hidden;background:#fff;border:1px solid #dce6f2;display:grid;place-items:center;color:var(--nx);font-size:24px;font-weight:900}
.va-logo-preview img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:8px;box-sizing:border-box}
.va-logo-fields{display:flex;flex-direction:column;gap:8px;min-width:0}
.va-card-identity{display:flex;align-items:flex-start;gap:12px;min-width:0}
.va-card-logo{width:52px;height:52px;min-width:52px;border-radius:14px;overflow:hidden;background:#f8fbff;border:1px solid #dce6f2;display:grid;place-items:center;color:var(--nx);font-size:13px;font-weight:900}
.va-card-logo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:5px;box-sizing:border-box}
.portal-va-logo{width:46px;height:46px;margin-bottom:8px;border-radius:13px;overflow:hidden;background:#fff;border:1px solid #dce6f2;display:grid;place-items:center}
.portal-va-logo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:5px;box-sizing:border-box}
@media(max-width:650px){.va-logo-editor{grid-template-columns:1fr}.va-logo-preview{width:86px;height:86px}}


/* v1.14.1 hard VA logo sizing guards */
.portal-context .portal-va-logo,
.portal-context .portal-va-logo img,
.va-card .va-card-logo,
.va-card .va-card-logo img,
.va-logo-editor .va-logo-preview,
.va-logo-editor .va-logo-preview img{
    box-sizing:border-box!important;
}
.portal-context .portal-va-logo{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
    overflow:hidden!important;
    flex:0 0 48px!important;
}
.portal-context .portal-va-logo img{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    max-width:40px!important;
    max-height:40px!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
}
.va-card .va-card-logo{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    overflow:hidden!important;
    flex:0 0 56px!important;
}
.va-card .va-card-logo img{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
}
.va-logo-editor .va-logo-preview{
    width:110px!important;
    height:110px!important;
    min-width:110px!important;
    min-height:110px!important;
    max-width:110px!important;
    max-height:110px!important;
    overflow:hidden!important;
}
.va-logo-editor .va-logo-preview img{
    width:94px!important;
    height:94px!important;
    min-width:94px!important;
    min-height:94px!important;
    max-width:94px!important;
    max-height:94px!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
}

/* v1.16.0 Nexus invoices and receipts */
.invoice-actions{gap:10px}.nexus-document{max-width:980px;margin:0 auto 32px;background:#fff;border:1px solid #dce6f2;border-radius:20px;overflow:hidden;box-shadow:0 18px 48px rgba(13,39,76,.08)}.nexus-document-header{background:linear-gradient(135deg,#071f41,#0c3569);color:#fff;padding:28px 32px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.nexus-document-brand{display:flex;align-items:center;gap:14px}.nexus-document-mark{width:46px;height:46px;border-radius:13px;background:#287cf4;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 8px 20px rgba(40,124,244,.3)}.nexus-document-brand div{display:flex;flex-direction:column}.nexus-document-brand strong{font-size:21px;letter-spacing:.03em}.nexus-document-brand small{font-size:8px;letter-spacing:.12em;color:#c8d9ef}.nexus-document-type{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.nexus-document-type>span{font-size:21px;font-weight:900;letter-spacing:.09em}.nexus-document-type>strong{font-size:11px;color:#d3e2f5}.invoice-status{margin-top:8px;padding:6px 13px;border-radius:999px;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.08em}.invoice-status.paid{background:#1b9b59}.invoice-status.unpaid,.invoice-status.pending{background:#d78a13}.invoice-party-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px 32px 18px}.invoice-party-grid section{background:#f7faff;border:1px solid #e1eaf5;border-radius:14px;padding:17px;display:flex;flex-direction:column;gap:4px}.invoice-party-grid section>strong{font-size:15px;color:#0a2447}.invoice-party-grid small{font-size:11px;color:#66758b}.invoice-label{font-size:9px;font-weight:900;letter-spacing:.12em;color:#1765d8;margin-bottom:4px}.invoice-va-row{display:flex;align-items:center;gap:11px}.invoice-va-row>div{display:flex;flex-direction:column}.invoice-va-logo{width:42px;height:42px;border-radius:10px;border:1px solid #dce6f2;background:#fff;padding:4px;display:grid;place-items:center;overflow:hidden}.invoice-va-logo img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;object-fit:contain!important;display:block!important}.invoice-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 32px 24px}.invoice-meta-grid div{border-left:3px solid #2b7df3;padding-left:10px;display:flex;flex-direction:column;gap:3px}.invoice-meta-grid span{font-size:9px;color:#7a8797;text-transform:uppercase;font-weight:850;letter-spacing:.08em}.invoice-meta-grid strong{font-size:12px;color:#102a4d}.invoice-items-wrap{padding:0 32px}.invoice-items{width:100%;border-collapse:separate;border-spacing:0}.invoice-items thead th{background:#071f41;color:#fff;font-size:9px;text-transform:uppercase;letter-spacing:.08em;padding:12px;text-align:left}.invoice-items thead th:first-child{border-radius:10px 0 0 10px}.invoice-items thead th:last-child{border-radius:0 10px 10px 0;text-align:right}.invoice-items td{padding:15px 12px;border-bottom:1px solid #e8eef5;font-size:12px}.invoice-items td:nth-child(2),.invoice-items td:nth-child(3){width:110px}.invoice-items td:last-child{text-align:right;width:120px}.invoice-items td:first-child small{display:block;color:#7a8797;font-size:10px;margin-top:3px}.invoice-summary-row{display:grid;grid-template-columns:1fr 330px;gap:28px;padding:26px 32px 32px}.invoice-payment-note{padding:16px;border-radius:13px;background:#f7faff;color:#526278}.invoice-payment-note strong{color:#102a4d}.invoice-payment-note p{font-size:11px;margin:5px 0}.invoice-payment-note small{font-size:9px}.invoice-totals{background:#f7faff;border:1px solid #e1eaf5;border-radius:14px;padding:16px}.invoice-totals>div{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.invoice-grand-total{margin-top:6px;padding-top:13px!important;border-top:1px solid #d8e2ee;font-size:14px!important;color:#0b2b54}.invoice-grand-total strong{color:#1765d8}.nexus-document-footer{border-top:1px solid #e5edf6;padding:18px 32px;display:flex;align-items:center;gap:9px;color:#68778c;font-size:10px}.nexus-document-footer strong{color:#0b2b54}.nexus-document-footer small{margin-left:auto}.billing-doc-kind{display:block;margin-top:2px;color:#7b8797;font-size:9px}.billing-actions{white-space:nowrap}.billing-actions .btn+.btn{margin-left:5px}@media(max-width:800px){.invoice-party-grid,.invoice-summary-row{grid-template-columns:1fr}.invoice-meta-grid{grid-template-columns:1fr 1fr}.nexus-document-header{flex-direction:column}.nexus-document-type{align-items:flex-start}.invoice-items-wrap{overflow:auto}.invoice-pagehead{align-items:flex-start}}

/* v1.18.0 Product storefront media */
.product-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-store-card{background:#fff;border:1px solid #dce6f2;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(13,39,76,.06);display:flex;flex-direction:column;min-width:0;transition:transform .18s ease,box-shadow .18s ease}.product-store-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(13,39,76,.1)}.product-store-media{height:190px!important;min-height:190px!important;max-height:190px!important;width:100%!important;display:block!important;position:relative;overflow:hidden;background:linear-gradient(135deg,#071f41,#0c3d7c);text-decoration:none}.product-store-media>img{width:100%!important;height:190px!important;min-height:190px!important;max-height:190px!important;object-fit:cover!important;object-position:center!important;display:block!important}.product-type-chip{position:absolute;left:12px;top:12px;background:rgba(7,31,65,.88);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.16);padding:6px 9px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.09em}.product-media-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:radial-gradient(circle at 70% 20%,rgba(50,139,255,.4),transparent 38%),linear-gradient(135deg,#061d3b,#0b3974)}.product-media-fallback span{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#2f80ed;font-size:27px;font-weight:950;box-shadow:0 10px 25px rgba(47,128,237,.35)}.product-media-fallback strong{margin-top:12px;font-size:14px;letter-spacing:.1em}.product-media-fallback small{font-size:8px;letter-spacing:.14em;color:#b9d1ed;margin-top:3px}.product-media-fallback.large span{width:74px;height:74px;font-size:34px;border-radius:20px}.product-store-body{padding:18px;display:flex;flex-direction:column;gap:11px;flex:1}.product-store-heading h2{font-size:18px;margin:0}.product-store-heading h2 a{color:var(--navy);text-decoration:none}.product-store-description{min-height:58px;line-height:1.55}.product-store-footer{margin-top:auto;padding-top:12px;border-top:1px solid #e9eef5;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.product-store-actions{display:flex;gap:7px;align-items:center}.product-store-actions form{margin:0}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:24px;align-items:start}.product-detail-media-card{background:#fff;border:1px solid #dce6f2;border-radius:20px;padding:16px;box-shadow:0 14px 36px rgba(13,39,76,.06);min-width:0}.product-detail-main-media{width:100%!important;height:460px!important;max-height:460px!important;min-height:460px!important;border-radius:14px;overflow:hidden;background:#f4f7fb;display:flex!important;align-items:center;justify-content:center}.product-detail-main-media>img{width:100%!important;height:460px!important;max-width:100%!important;max-height:460px!important;object-fit:contain!important;object-position:center!important;display:block!important}.product-gallery-strip{display:flex;gap:10px;overflow-x:auto;padding-top:12px}.product-gallery-thumb{width:88px!important;height:64px!important;min-width:88px!important;max-width:88px!important;min-height:64px!important;max-height:64px!important;padding:3px;border:2px solid transparent;border-radius:10px;background:#f6f9fd;overflow:hidden;cursor:pointer}.product-gallery-thumb.active{border-color:#2f80ed}.product-gallery-thumb img{width:80px!important;height:56px!important;max-width:80px!important;max-height:56px!important;object-fit:cover!important;border-radius:7px;display:block!important}.product-purchase-card{background:#fff;border:1px solid #dce6f2;border-radius:20px;padding:24px;box-shadow:0 14px 36px rgba(13,39,76,.06);position:sticky;top:18px}.product-purchase-card h2{font-size:23px;margin:14px 0 5px}.product-detail-price{font-size:34px;font-weight:900;color:#0b2b54;margin-top:12px}.product-purchase-facts{border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5;margin:18px 0;padding:8px 0}.product-purchase-facts>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0}.product-purchase-facts span{font-size:10px;color:#78869a;text-transform:uppercase;font-weight:850;letter-spacing:.06em}.product-purchase-facts strong{font-size:11px;color:#0a2447;text-align:right}.product-buy-button{width:100%;justify-content:center}.product-secure-note{display:block;line-height:1.5;margin-top:10px;font-size:10px}.product-about-card{margin-top:24px}.product-about-card h2{margin-top:7px}.product-long-description{color:#4b5d73;line-height:1.75;max-width:980px}.product-screenshot-section{margin-top:28px}.product-screenshot-section h2{margin:6px 0 15px}.product-screenshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-screenshot-card{height:190px!important;min-height:190px!important;max-height:190px!important;padding:0;border:1px solid #dce6f2;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px rgba(13,39,76,.05)}.product-screenshot-card img{width:100%!important;height:190px!important;min-height:190px!important;max-height:190px!important;object-fit:cover!important;display:block!important;transition:transform .2s ease}.product-screenshot-card:hover img{transform:scale(1.025)}@media(max-width:1100px){.product-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{grid-template-columns:1fr}.product-purchase-card{position:static}.product-screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.product-store-grid,.product-screenshot-grid{grid-template-columns:1fr}.product-store-footer{align-items:flex-start;flex-direction:column}.product-store-actions{width:100%;flex-wrap:wrap}.product-detail-main-media,.product-detail-main-media>img{height:280px!important;min-height:280px!important;max-height:280px!important}.product-store-media,.product-store-media>img{height:170px!important;min-height:170px!important;max-height:170px!important}}

/* v1.18.9 Professional Products & Services storefront */
.storefront-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.45fr) auto;align-items:center;gap:28px;margin-bottom:22px;padding:34px 36px;border:1px solid #d8e6f7;border-radius:22px;background:radial-gradient(circle at 85% 10%,rgba(14,165,233,.20),transparent 28%),radial-gradient(circle at 62% 110%,rgba(37,99,235,.12),transparent 35%),linear-gradient(135deg,#fff 0%,#f5faff 54%,#eaf5ff 100%);box-shadow:0 14px 38px rgba(16,35,63,.06)}
.storefront-hero:before{content:"";position:absolute;inset:auto -80px -130px auto;width:300px;height:300px;border-radius:999px;border:45px solid rgba(37,99,235,.05)}
.storefront-hero-copy,.storefront-hero-actions{position:relative;z-index:1}.storefront-eyebrow{margin-bottom:8px}.storefront-hero h1{margin:0;color:#0b2447;font-size:38px;line-height:1.05;letter-spacing:-.045em}.storefront-hero p{max-width:760px;margin:12px 0 0;color:#60718a;font-size:15px;line-height:1.65}.storefront-hero-meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.storefront-hero-meta span{padding:8px 11px;border:1px solid #dbe8f7;border-radius:999px;background:rgba(255,255,255,.82);color:#718096;font-size:10px;font-weight:750;box-shadow:0 5px 15px rgba(16,35,63,.03)}.storefront-hero-meta strong{color:#125fd1;margin-right:3px}.storefront-cart-btn{min-width:210px;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:15px;background:#0a2d5b;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 28px rgba(8,42,87,.18);transition:transform .18s ease,box-shadow .18s ease}.storefront-cart-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(8,42,87,.24)}.storefront-cart-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:17px}.storefront-cart-btn>span:last-child{display:flex;flex-direction:column}.storefront-cart-btn small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#aecdF5}.storefront-cart-btn strong{margin-top:2px;font-size:12px}
.storefront-toolbar{margin-bottom:24px;padding:17px;border:1px solid #dce6f2;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(13,39,76,.045)}.storefront-search-wrap{position:relative;display:flex;align-items:center}.storefront-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-52%);z-index:2;color:#6c7f99;font-size:23px;line-height:1;pointer-events:none}.storefront-search-wrap input{width:100%;height:50px;padding:0 76px 0 45px;border:1px solid #cfdae8;border-radius:13px;background:#f9fbfe;color:#182843;font:inherit;font-size:13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.storefront-search-wrap input:focus{border-color:#72acf5;background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.09)}.storefront-search-wrap input::placeholder{color:#8d9bb0}.storefront-clear-search{position:absolute;right:11px;border:0;background:#edf4fc;color:#2b5e9d;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:800;cursor:pointer}.storefront-filter-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:14px}.storefront-filter-group{display:flex;gap:7px;flex-wrap:wrap}.storefront-filter{border:1px solid #dde6f1;background:#f7fafe;color:#5f7087;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;cursor:pointer;transition:.16s ease}.storefront-filter:hover{border-color:#b9d0ed;color:#1d5da8}.storefront-filter.active{border-color:#2f80ed;background:#edf5ff;color:#1763cf;box-shadow:0 4px 10px rgba(47,128,237,.08)}.storefront-select{min-width:190px;height:37px;padding:0 33px 0 11px;border:1px solid #d5dfeb;border-radius:10px;background:#fff;color:#516079;font:inherit;font-size:10px;font-weight:750;outline:none}.storefront-results-line{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px;padding-top:12px;border-top:1px solid #edf1f6;color:#8390a3;font-size:10px;font-weight:750}.storefront-reset{border:0;background:none;color:#1765d8;font:inherit;font-weight:850;cursor:pointer}
.storefront-grid{align-items:stretch}.storefront-product-card{border-radius:20px;border-color:#d9e4f0;box-shadow:0 10px 32px rgba(11,43,84,.055)}.storefront-product-card[hidden]{display:none!important}.storefront-product-card:hover{border-color:#c5d9ee;transform:translateY(-4px);box-shadow:0 20px 46px rgba(11,43,84,.11)}.storefront-media{height:210px!important;min-height:210px!important;max-height:210px!important}.storefront-media>img{height:210px!important;min-height:210px!important;max-height:210px!important;transition:transform .28s ease}.storefront-product-card:hover .storefront-media>img{transform:scale(1.025)}.storefront-media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(5,25,52,.15));pointer-events:none}.storefront-media-badges{position:absolute;z-index:2;left:12px;right:12px;top:12px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.storefront-type-chip{position:static}.storefront-subscription-chip{margin-left:auto;background:#fff;color:#155fc7;border:1px solid rgba(255,255,255,.7);padding:6px 9px;border-radius:999px;box-shadow:0 6px 18px rgba(10,45,91,.12);font-size:8px;font-weight:900;letter-spacing:.08em}.storefront-card-body{padding:20px;gap:12px}.storefront-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:21px}.storefront-version{color:#8a97a9;font-size:8px;font-weight:900;letter-spacing:.11em}.storefront-license-pill{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#eaf8ef;color:#16733a;font-size:8px;font-weight:900;letter-spacing:.05em}.storefront-heading h2{font-size:19px;line-height:1.25;letter-spacing:-.02em}.storefront-description{min-height:66px;margin:0;font-size:12px;line-height:1.65}.storefront-details-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:11px 0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}.storefront-details-row>div{min-width:0}.storefront-details-row small{display:block;color:#97a3b5;font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.storefront-details-row strong{display:block;color:#334660;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storefront-card-footer{padding-top:2px;border-top:0;align-items:center}.storefront-price-block{min-width:95px}.storefront-price-block .product-price{font-size:27px;letter-spacing:-.035em}.storefront-price-block>span{display:block;margin-top:1px;font-size:9px}.storefront-free-price{font-size:22px!important;color:#168345!important}.storefront-actions{flex-wrap:wrap;justify-content:flex-end}.storefront-detail-btn,.storefront-buy-btn{min-height:35px;border-radius:10px;padding-left:12px;padding-right:12px}.storefront-buy-btn{box-shadow:0 7px 15px rgba(37,99,235,.16)}
.storefront-empty{padding:50px 24px;text-align:center;border:1px dashed #c9d9ea;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 28px rgba(13,39,76,.035)}.storefront-empty-icon{width:58px;height:58px;margin:0 auto 13px;border-radius:17px;display:grid;place-items:center;background:#edf5ff;color:#2a6ec7;font-size:30px}.storefront-empty h2{margin:0;color:#102c52;font-size:20px}.storefront-empty p{max-width:520px;margin:8px auto 17px;color:#718096;font-size:12px;line-height:1.6}.storefront-trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.storefront-trust-strip>div{display:grid;grid-template-columns:36px 1fr;column-gap:10px;align-items:center;padding:15px 17px;border:1px solid #dce6f2;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(13,39,76,.04)}.storefront-trust-strip span{grid-row:1/3;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#edf5ff;color:#1765d8;font-size:16px;font-weight:900}.storefront-trust-strip strong{align-self:end;color:#173557;font-size:11px}.storefront-trust-strip small{align-self:start;color:#8995a6;font-size:9px;line-height:1.35;margin-top:2px}
@media(max-width:1050px){.storefront-hero{grid-template-columns:1fr}.storefront-hero-actions{justify-self:start}.storefront-filter-row{align-items:flex-start;flex-direction:column}.storefront-select{width:100%}.storefront-trust-strip{grid-template-columns:1fr}.storefront-media,.storefront-media>img{height:190px!important;min-height:190px!important;max-height:190px!important}}
@media(max-width:700px){.storefront-hero{padding:26px 22px}.storefront-hero h1{font-size:31px}.storefront-hero-meta{gap:6px}.storefront-hero-meta span{font-size:9px}.storefront-cart-btn{width:100%;min-width:0}.storefront-toolbar{padding:13px}.storefront-filter-group{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:3px}.storefront-filter{white-space:nowrap}.storefront-details-row{grid-template-columns:1fr 1fr}.storefront-details-row>div:last-child{grid-column:1/-1}.storefront-card-footer{align-items:flex-start}.storefront-actions{width:100%;justify-content:flex-start}.storefront-media,.storefront-media>img{height:175px!important;min-height:175px!important;max-height:175px!important}}

/* v1.20.1 Customer portal sidebar scrolling */
@media (min-width:1001px){
  .sidebar{
    display:flex;
    flex-direction:column;
    height:100vh;
    overflow:hidden;
  }
  .sidebar .brand,
  .sidebar .portal-context,
  .sidebar .sidebar-footer-card{
    flex:0 0 auto;
  }
  .sidebar .nav{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:6px;
    margin-right:-6px;
    scrollbar-width:thin;
    scrollbar-color:#bfd0e4 transparent;
  }
  .sidebar .nav::-webkit-scrollbar{width:7px}
  .sidebar .nav::-webkit-scrollbar-track{background:transparent}
  .sidebar .nav::-webkit-scrollbar-thumb{background:#c5d4e5;border-radius:999px}
  .sidebar .nav::-webkit-scrollbar-thumb:hover{background:#9fb6d0}
  .sidebar-footer-card{
    position:static;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top:14px;
  }
}
