:root {
    --mybc-navy: #041e42;
    --mybc-blue: #f4633a;
    --mybc-orange: #f4633a;
    --mybc-beige: #ddd3ca;
    --mybc-beige-soft: #f1ede9;
    --mybc-ink: #041e42;
    --mybc-muted: #68788d;
    --mybc-line: #e4e8ec;
    --mybc-surface: #ffffff;
    --mybc-bg: #f8f6f4;
    --mybc-radius: 18px;
    --mybc-shadow: 0 18px 45px rgba(4, 30, 66, .10);
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--mybc-ink); background: var(--mybc-bg); font-family: Arial, Helvetica, sans-serif; }
.mybc-eyebrow { display: block; margin-bottom: 12px; color: var(--mybc-orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mybc-login-shell { min-height: 720px; padding: 90px 24px; background: radial-gradient(circle at 82% 15%, rgba(221,211,202,.42), transparent 29%), linear-gradient(135deg,#fbfaf9 0%,#f1ede9 100%); }
.mybc-login-card { display: grid; grid-template-columns: 1fr 1fr; width: min(1040px,100%); margin: 0 auto; overflow: hidden; border-radius: 26px; background: var(--mybc-surface); box-shadow: var(--mybc-shadow); }
.mybc-login-intro { min-height: 520px; padding: 70px 60px; color: #fff; background: linear-gradient(150deg,#041e42,#364b67); }
.mybc-login-intro h1 { margin: 0 0 24px; font-size: clamp(40px,5vw,66px); line-height: .98; letter-spacing: -.04em; }
.mybc-login-intro p { max-width: 420px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.mybc-login-form { display: flex; flex-direction: column; justify-content: center; padding: 70px 60px; }
.mybc-login-form label { margin: 18px 0 8px; font-size: 14px; font-weight: 700; }
.mybc-login-form input,.mybc-customer-switcher select { width: 100%; border: 1px solid #ccd2d9; border-radius: 10px; background: #fff; color: var(--mybc-ink); font: inherit; }
.mybc-login-form input { height: 52px; padding: 0 15px; }
.mybc-login-form input:focus,.mybc-customer-switcher select:focus { border-color: var(--mybc-orange); outline: 3px solid rgba(244,99,58,.14); }
.mybc-login-links { display: grid; justify-items: center; gap: 10px; margin-top: 18px; }
.mybc-login-links .mybc-forgot { margin: 0; }
.mybc-login-links .mybc-forgot--primary { color: #f4633a; font-weight: 600; }
.mybc-login-card--single .mybc-login-form > form { display: flex; flex-direction: column; }
.mybc-reset-success { margin-bottom: 22px; border: 1px solid #cce9df; border-radius: 13px; padding: 20px; color: #075d4b; background: #edf9f5; }
.mybc-reset-success strong { display: block; margin-bottom: 7px; font-size: 18px; }
.mybc-reset-success p { margin: 0; font-size: 14px; line-height: 1.55; }
.mybc-password-field { position: relative; }
.mybc-password-field input { padding-right: 90px; }
.mybc-password-toggle { position: absolute; top: 50%; right: 12px; border: 0; background: none; color: var(--mybc-blue); font-weight: 700; transform: translateY(-50%); cursor: pointer; }
.mybc-button { min-height: 52px; margin-top: 26px; border: 0; border-radius: 10px; padding: 0 22px; font-weight: 800; cursor: pointer; }
.mybc-button--primary { color: #fff; background: var(--mybc-orange); box-shadow: 0 10px 24px rgba(244,99,58,.22); }
.mybc-forgot { margin-top: 20px; color: var(--mybc-muted); font-size: 13px; text-align: center; }
.mybc-alert { border-radius: 10px; padding: 14px 16px; font-size: 14px; line-height: 1.45; }
.mybc-alert--error { color: #a32828; background: #fff0f0; }
.mybc-alert--warning { margin-bottom: 24px; color: #75520c; background: #fff7df; }

.mybc-app { display: flex; min-height: 850px; align-items: stretch; }
.mybc-sidebar { width: 255px; min-height: 100%; flex: 0 0 255px; align-self: stretch; padding: 36px 22px; color: #fff; background: var(--mybc-navy); }
.mybc-product-name { display: flex; align-items: center; gap: 9px; padding: 0 14px 32px; font-size: 22px; font-weight: 800; }
.mybc-product-name::after { content: "V1"; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; padding: 3px 7px; color: #c5b88d; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.mybc-sidebar nav { display: grid; gap: 6px; }
.mybc-sidebar nav a { display: flex; justify-content: space-between; align-items: center; min-height: 48px; border-radius: 10px; padding: 0 14px; color: rgba(255,255,255,.72); text-decoration: none; }
.mybc-sidebar nav a:hover,.mybc-sidebar nav a.is-active { color: #fff; background: rgba(221,211,202,.16); }
.mybc-sidebar nav em { font-size: 10px; font-style: normal; opacity: .55; }
.mybc-sidebar-support { margin-top: 90px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 18px; }
.mybc-sidebar-support strong,.mybc-sidebar-support span { display: block; }
.mybc-sidebar-support span { margin: 8px 0 15px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.mybc-sidebar-support a { color: #fff; font-size: 12px; font-weight: 800; }
.mybc-content { min-width: 0; flex: 1; }
.mybc-topbar { display: flex; align-items: center; min-height: 84px; padding: 14px 40px; border-bottom: 1px solid var(--mybc-line); background: #fff; }
.mybc-sidebar-toggle { display: none; }
.mybc-customer-switcher { display: flex; align-items: center; gap: 12px; }
.mybc-customer-switcher label,.mybc-current-company span { color: var(--mybc-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mybc-customer-switcher select { min-width: 240px; height: 44px; padding: 0 38px 0 12px; }
.mybc-current-company { display: grid; gap: 3px; }
.mybc-user-menu { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.mybc-user-menu div { display: grid; gap: 2px; }
.mybc-user-menu div span { color: var(--mybc-muted); font-size: 12px; }
.mybc-logout-form { margin-left: 10px; }
.mybc-logout-form button { border: 0; padding: 0; color: var(--mybc-muted); background: transparent; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }
.mybc-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--mybc-blue); font-size: 13px; font-weight: 800; }
.mybc-main { max-width: 1420px; margin: 0 auto; padding: 48px 40px 70px; }
.mybc-welcome { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; }
.mybc-welcome h1 { margin: 0 0 8px; font-size: clamp(34px,4vw,52px); letter-spacing: -.04em; }
.mybc-welcome p { margin: 0; color: var(--mybc-muted); font-size: 17px; }
.mybc-company-card { display: grid; min-width: 210px; gap: 4px; border-left: 3px solid var(--mybc-orange); padding: 8px 0 8px 18px; }
.mybc-company-card span,.mybc-company-card small { color: var(--mybc-muted); font-size: 12px; }
.mybc-company-card strong { font-size: 21px; }
.mybc-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.mybc-service-card { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 18px; min-height: 210px; border: 1px solid var(--mybc-line); border-radius: var(--mybc-radius); padding: 28px; background: #fff; box-shadow: 0 8px 28px rgba(20,36,59,.04); }
.mybc-service-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 15px; font-weight: 900; }
.mybc-service-icon--blue,.mybc-service-icon--orange,.mybc-service-icon--violet,.mybc-service-icon--green { color: #f4633a; background: #fdefeb; }
.mybc-card-kicker { color: var(--mybc-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mybc-service-card h2 { margin: 8px 0 10px; font-size: 21px; }
.mybc-service-card p { margin: 0; color: var(--mybc-muted); line-height: 1.55; }
.mybc-status { position: absolute; right: 22px; bottom: 20px; border-radius: 99px; padding: 7px 11px; color: #68788d; background: #f8f6f4; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mybc-info-panel { margin-top: 22px; border: 1px solid var(--mybc-line); border-radius: var(--mybc-radius); padding: 30px; background: #fff; }
.mybc-info-panel h2 { margin: 0; }
.mybc-info-panel dl { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin: 30px 0 0; }
.mybc-info-panel dl div { border-top: 1px solid var(--mybc-line); padding-top: 16px; }
.mybc-info-panel dt { margin-bottom: 8px; color: var(--mybc-muted); font-size: 12px; }
.mybc-info-panel dd { margin: 0; font-weight: 700; line-height: 1.5; }
.mybc-info-panel dd a { color: #041e42; text-decoration-color: #9aa5b3; text-underline-offset: 3px; }
.mybc-info-panel dd a:hover { color: #f4633a; }
.mybc-inline-badge { display: inline-flex; border-radius: 99px; padding: 5px 9px; color: #087a62; background: #e6f7f1; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mybc-direct-debit-panel { display: grid; grid-template-columns: 64px minmax(0,1fr) 230px; align-items: start; gap: 24px; margin-top: 16px; border: 1px solid #ddd3ca; border-radius: 16px; padding: 28px; background: linear-gradient(135deg,#f1ede9 0%,#fbfaf9 68%); }
.mybc-direct-debit-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; color: #f4633a; background: #fdefeb; }
.mybc-direct-debit-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-direct-debit-copy h2 { margin: 5px 0 10px; font-size: 25px; font-weight: 500; }
.mybc-direct-debit-copy > p { max-width: 830px; margin: 0; color: #68788d; line-height: 1.6; }
.mybc-direct-debit-copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 22px; margin: 24px 0 0; padding: 0; list-style: none; }
.mybc-direct-debit-copy li { position: relative; padding-left: 25px; }
.mybc-direct-debit-copy li::before { position: absolute; top: 1px; left: 0; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #fff; background: #f4633a; content: '✓'; font-size: 11px; font-weight: 700; }
.mybc-direct-debit-copy li strong,.mybc-direct-debit-copy li span { display: block; }
.mybc-direct-debit-copy li strong { margin-bottom: 4px; font-size: 14px; font-weight: 600; }
.mybc-direct-debit-copy li span { color: #68788d; font-size: 12px; line-height: 1.5; }
.mybc-direct-debit-action { display: flex; min-height: 100%; flex-direction: column; justify-content: center; gap: 10px; }
.mybc-direct-debit-action .mybc-button { display: block; text-align: center; text-decoration: none; }
.mybc-direct-debit-action small { color: #68788d; line-height: 1.45; text-align: center; }
.mybc-direct-debit-panel--invoice { grid-template-columns: 56px minmax(0,1fr) 230px; margin: 0 0 16px; padding: 22px 24px; }
.mybc-direct-debit-panel--invoice .mybc-direct-debit-icon { width: 52px; height: 52px; }
.mybc-direct-debit-panel--invoice .mybc-direct-debit-copy h2 { margin: 3px 0 7px; font-size: 21px; }
.mybc-direct-debit-panel--invoice .mybc-direct-debit-copy > p { font-size: 13px; line-height: 1.5; }
.mybc-direct-debit-reassurance { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; color: #364b67; font-size: 11px; font-weight: 600; }

/* Invoices */
.mybc-invoice-summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 16px; }
.mybc-document-count { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e4e8ec; border-radius: 99px; padding: 9px 14px; color: #68788d; background: #fff; font-size: 12px; white-space: nowrap; }
.mybc-document-count svg { width: 18px; height: 18px; fill: none; stroke: #f4633a; stroke-width: 1.7; }
.mybc-document-count strong { color: #041e42; font-size: 15px; font-weight: 600; }
.mybc-invoice-summary article { display: grid; min-height: 108px; grid-template-columns: 42px 1fr; align-content: center; column-gap: 14px; border: 1px solid #e4e8ec; border-radius: 15px; padding: 18px 20px; background: #fff; }
.mybc-invoice-summary article > span { display: grid; width: 42px; height: 42px; grid-row: 1 / span 2; place-items: center; border-radius: 12px; color: #f4633a; background: #fdefeb; }
.mybc-invoice-summary article > span svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-invoice-summary article small { align-self: end; color: #68788d; font-size: 12px; }
.mybc-invoice-summary article strong { align-self: start; margin-top: 4px; font-size: 23px; font-weight: 500; }
.mybc-invoice-summary article.is-overdue > span { color: #d86b20; background: #fff1e5; }
.mybc-invoice-summary article.is-paid > span { color: #08735c; background: #e4f6f0; }
.mybc-invoice-summary article.has-alert > span { color: #d84b35; background: #fff0ed; }
.mybc-invoice-summary article.has-alert strong { color: #c53e2c; }
.mybc-invoice-filters { display: grid; grid-template-columns: minmax(220px,1fr) 170px 220px auto; align-items: end; gap: 12px; margin: 0 0 16px; border: 1px solid #e4e8ec; border-radius: 15px; padding: 16px 18px; background: #fff; }
.mybc-filter-heading { display: flex; align-items: center; gap: 11px; align-self: center; }
.mybc-filter-heading > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: #f4633a; background: #fdefeb; }
.mybc-filter-heading svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.mybc-filter-heading strong,.mybc-filter-heading small { display: block; }
.mybc-filter-heading strong { font-size: 14px; font-weight: 600; }
.mybc-filter-heading small { margin-top: 2px; color: #68788d; font-size: 11px; }
.mybc-invoice-filters label { display: grid; gap: 6px; color: #68788d; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.mybc-invoice-filters select { min-width: 180px; height: 42px; border: 1px solid #ccd2d9; border-radius: 9px; padding: 0 36px 0 12px; color: #041e42; background: #fff; font-size: 14px; }
.mybc-button--secondary { height: 42px; min-height: 42px; border: 0; border-radius: 0 99px 99px 0; padding: 0 24px; color: #fff; background: #f4633a; font-weight: 600; cursor: pointer; }
.mybc-button--secondary:hover { background: #041e42; }
.mybc-invoice-table-wrap { overflow: hidden; border: 1px solid #e4e8ec; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(4,30,66,.035); }
.mybc-invoice-table { width: 100%; border-collapse: collapse; }
.mybc-invoice-table th { padding: 15px 16px; color: #68788d; background: #f8f6f4; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.mybc-invoice-table td { border-top: 1px solid #e4e8ec; padding: 17px 16px; font-size: 13px; vertical-align: middle; }
.mybc-invoice-table tbody tr:hover { background: #fbfaf9; }
.mybc-invoice-table td:first-child strong,.mybc-invoice-table td:first-child small { display: block; }
.mybc-invoice-table td:first-child strong { margin-bottom: 4px; font-size: 14px; font-weight: 600; }
.mybc-invoice-table td:first-child small { max-width: 230px; overflow: hidden; color: #68788d; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mybc-payment-badge { display: inline-flex; border-radius: 99px; padding: 6px 9px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.mybc-payment-badge--paid { color: #08735c; background: #e4f6f0; }
.mybc-payment-badge--due { color: #c64d1d; background: #fff0e8; }
.mybc-payment-badge--overdue { color: #b53b2a; background: #ffebe7; }
.mybc-payment-badge--partial { color: #364b67; background: #fdefeb; }
.mybc-payment-badge--credit { color: #f4633a; background: #fdefeb; }
.mybc-payment-badge--disputed { color: #a24700; background: #fff0df; }
.mybc-invoice-action { text-align: right; }
.mybc-invoice-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.mybc-invoice-action a { display: inline-flex; align-items: center; gap: 7px; color: #f4633a; font-weight: 600; text-decoration: none; }
.mybc-invoice-action a.mybc-pay-link { border-radius: 99px; padding: 8px 14px; color: #fff; background: #f4633a; }
.mybc-invoice-action a.mybc-pay-link:hover { background: #041e42; }
.mybc-invoice-action a.mybc-pay-link:hover span { text-decoration: none; }
.mybc-invoice-action a:hover span { text-decoration: underline; }
.mybc-invoice-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mybc-document-missing { color: #9aa5b3; font-size: 11px; }
.mybc-cell-muted { color: #9aa5b3; }

.mybc-payment-main { max-width: 1180px; }
.mybc-payment-heading { max-width: 760px; margin-bottom: 28px; }
.mybc-payment-heading h1 { margin: 9px 0 10px; font-size: clamp(36px,4vw,52px); font-weight: 500; letter-spacing: -.04em; }
.mybc-payment-heading p { margin: 0; color: #68788d; font-size: 16px; line-height: 1.55; }
.mybc-payment-layout { display: grid; grid-template-columns: minmax(230px,.7fr) minmax(270px,.82fr) minmax(0,1.45fr); gap: 18px; }
.mybc-payment-amount,.mybc-payment-qr,.mybc-payment-details { border: 1px solid #e4e8ec; border-radius: 16px; padding: 28px; background: #fff; box-shadow: 0 8px 28px rgba(4,30,66,.04); }
.mybc-payment-amount { display: flex; min-height: 260px; flex-direction: column; justify-content: center; color: #fff; border-color: #041e42; background: #041e42; }
.mybc-payment-amount span { color: #c9d1dc; font-size: 13px; }
.mybc-payment-amount strong { margin: 9px 0 14px; color: #fff; font-size: 42px; font-weight: 500; letter-spacing: -.035em; }
.mybc-payment-amount small { color: #c5b88d; }
.mybc-payment-details h2 { margin: 7px 0 20px; font-size: 25px; font-weight: 500; }
.mybc-payment-qr { display: flex; align-items: center; flex-direction: column; text-align: center; }
.mybc-payment-qr .mybc-card-kicker { align-self: flex-start; }
.mybc-payment-qr h2 { align-self: flex-start; margin: 7px 0 20px; font-size: 25px; font-weight: 500; text-align: left; }
.mybc-payment-qr-code { display: grid; width: 240px; min-height: 240px; place-items: center; border: 1px solid #e4e8ec; border-radius: 14px; padding: 9px; background: #fff; }
.mybc-payment-qr-code img,.mybc-payment-qr-code canvas { display: block; width: 220px!important; height: 220px!important; }
.mybc-payment-qr-code.is-unavailable { padding: 24px; color: #68788d; background: #f8f6f4; font-size: 12px; line-height: 1.5; }
.mybc-payment-qr > p { max-width: 250px; margin: 16px 0 0; color: #68788d; font-size: 11px; line-height: 1.5; }
.mybc-payment-details dl { margin: 0; }
.mybc-payment-details dl div { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 18px; border-top: 1px solid #e4e8ec; padding: 15px 0; }
.mybc-payment-details dt { color: #68788d; font-size: 12px; }
.mybc-payment-details dd { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 14px; margin: 0; font-weight: 500; }
.mybc-payment-details dd span { overflow-wrap: anywhere; }
.mybc-payment-details dd button { flex: 0 0 auto; border: 0; padding: 3px 0; color: #f4633a; background: transparent; font: inherit; font-size: 11px; font-weight: 600; cursor: pointer; }
.mybc-payment-details dd button:hover { text-decoration: underline; }
.mybc-payment-note { margin: 18px 0 0; border-radius: 10px; padding: 13px 15px; color: #68788d; background: #f8f6f4; font-size: 12px; line-height: 1.5; }

@media (max-width: 980px) {
    .mybc-login-card { grid-template-columns: 1fr; }
    .mybc-login-intro { min-height: auto; padding: 45px; }
    .mybc-login-form { padding: 45px; }
    .mybc-sidebar { position: fixed; z-index: 1000; top: 0; bottom: 0; left: -270px; transition: left .25s ease; }
    .mybc-sidebar-open .mybc-sidebar { left: 0; }
    .mybc-sidebar-toggle { display: inline-flex; margin-right: 18px; }
    .mybc-info-panel dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mybc-direct-debit-panel { grid-template-columns: 58px minmax(0,1fr); }
    .mybc-direct-debit-action { grid-column: 2; min-height: 0; align-items: flex-start; }
    .mybc-direct-debit-action small { text-align: left; }
    .mybc-direct-debit-panel--invoice { grid-template-columns: 52px minmax(0,1fr); }
    .mybc-invoice-table-wrap { overflow-x: auto; }
    .mybc-invoice-table { min-width: 980px; }
    .mybc-invoice-filters { grid-template-columns: 1fr 160px 210px auto; }
    .mybc-filter-heading small { display: none; }
}
@media (max-width: 700px) {
    .mybc-login-shell { padding: 40px 16px; }
    .mybc-login-intro,.mybc-login-form { padding: 34px 26px; }
    .mybc-topbar { padding: 12px 18px; }
    .mybc-customer-switcher label,.mybc-current-company { display: none; }
    .mybc-customer-switcher select { min-width: 130px; max-width: 180px; }
    .mybc-user-menu div { display: none; }
    .mybc-logout-form { margin: 0; }
    .mybc-main { padding: 34px 18px 50px; }
    .mybc-welcome { display: block; }
    .mybc-company-card { margin-top: 24px; }
    .mybc-service-grid { grid-template-columns: 1fr; }
    .mybc-service-card { grid-template-columns: 44px 1fr; padding: 22px; }
    .mybc-service-icon { width: 44px; height: 44px; }
    .mybc-info-panel dl { grid-template-columns: 1fr; }
    .mybc-direct-debit-panel { grid-template-columns: 1fr; padding: 23px; }
    .mybc-direct-debit-copy ul { grid-template-columns: 1fr; }
    .mybc-direct-debit-action { grid-column: auto; align-items: stretch; }
    .mybc-direct-debit-action small { text-align: center; }
    .mybc-direct-debit-panel--invoice { grid-template-columns: 1fr; }
    .mybc-invoice-summary { grid-template-columns: 1fr; }
    .mybc-invoice-filters { display: flex; align-items: stretch; flex-direction: column; }
    .mybc-invoice-filters select { width: 100%; }
}

/* Build 2 — Belcenter typography and lighter application proportions */
body {
    color: #041e42;
    font-family: "Baton Turbo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea { font-family: inherit; }

h1,
h2,
h3,
strong,
.mybc-product-name,
.mybc-button,
.mybc-sidebar nav a,
.mybc-login-form label { font-weight: 600; }

.mybc-eyebrow,
.mybc-card-kicker,
.mybc-status { font-weight: 500; }

/* Local authenticated header: independent from WordPress. */
.mybc-private-header { display: flex; height: 90px; min-height: 90px; align-items: center; justify-content: flex-end; padding: 0 34px; background: #041e42; }
.mybc-private-logo { display: inline-flex; height: 52px; align-items: center; gap: 13px; color: #fff; line-height: 1; text-decoration: none; }
.mybc-private-logo strong { font-size: 30px; font-weight: 600; letter-spacing: -.045em; }
.mybc-private-logo > span { display: grid; width: 43px; gap: 5px; }
.mybc-private-logo i { display: block; height: 5px; border-radius: 99px; background: #fff; }
.mybc-private-logo i:nth-child(1),.mybc-private-logo i:nth-child(5) { width: 29px; }
.mybc-private-logo i:nth-child(2),.mybc-private-logo i:nth-child(4) { width: 39px; }
.mybc-private-logo i:nth-child(3) { width: 34px; }

/* Keep the application sidebar visually connected to the official footer. */
.mybc-app-page #belcenter-footer,
.mybc-app-page #belcenter-footer .footer {
    margin-top: 0 !important;
}

/* Lighter login */
.mybc-login-shell {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px 84px;
    background: #f8f6f4;
}
.mybc-login-card {
    display: block;
    width: min(650px, 100%);
    overflow: visible;
    border: 1px solid rgba(4, 30, 66, .08);
    border-radius: 18px;
    padding: 48px 52px 46px;
    box-shadow: 0 18px 55px rgba(4, 30, 66, .09);
}
.mybc-login-intro {
    min-height: 0;
    padding: 0 0 26px;
    color: #041e42;
    background: transparent;
}
.mybc-login-intro h1 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.025em;
    white-space: nowrap;
}
.mybc-login-intro p {
    margin: 0;
    color: #68788d;
    font-size: 16px;
    line-height: 1.5;
}
.mybc-login-form { padding: 0; }
.mybc-login-form label { margin: 16px 0 7px; font-size: 14px; }
.mybc-login-form input {
    height: 48px;
    border-color: #e4e8ec;
    background: #fff;
}
.mybc-button {
    min-height: 48px;
    margin-top: 22px;
    background: #f4633a;
    box-shadow: none;
}
.mybc-button:hover { background: #041e42; }
.mybc-forgot { margin-top: 18px; }

/* Denser portal */
.mybc-sidebar { width: 242px; flex-basis: 242px; padding: 30px 18px; background: #041e42; }
.mybc-product-name { padding: 0 14px 26px; font-size: 21px; }
.mybc-sidebar nav a { min-height: 45px; font-weight: 400; }
.mybc-sidebar nav a.is-active { font-weight: 500; }
.mybc-sidebar nav a i {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    color: rgba(255, 255, 255, .68);
    font-style: normal;
}
.mybc-sidebar nav a i svg,
.mybc-support-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mybc-sidebar nav a span { flex: 1; margin-left: 11px; }
.mybc-sidebar nav a:hover i,
.mybc-sidebar nav a.is-active i { color: #fff; }
.mybc-sidebar-support { margin-top: 58px; }
.mybc-support-icon { display: block; margin-bottom: 13px; color: #f4633a; font-style: normal; }
.mybc-topbar { min-height: 76px; padding: 12px 34px; }
.mybc-main { padding: 38px 34px 60px; }
.mybc-welcome { margin-bottom: 28px; }
.mybc-welcome h1 { font-size: clamp(34px, 3.2vw, 46px); font-weight: 500; }
.mybc-service-grid { gap: 16px; }
.mybc-service-card {
    min-height: 178px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.mybc-service-card:hover {
    border-color: rgba(4, 30, 66, .18);
    box-shadow: 0 14px 34px rgba(4, 30, 66, .08);
    transform: translateY(-2px);
}
.mybc-service-icon { width: 48px; height: 48px; border-radius: 13px; }
.mybc-service-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mybc-service-card h2 { margin: 6px 0 8px; font-size: 20px; font-weight: 500; }
.mybc-service-card p { font-size: 15px; }
.mybc-status { right: 18px; bottom: 16px; letter-spacing: .035em; }
.mybc-info-panel { margin-top: 16px; border-radius: 15px; padding: 26px; }
.mybc-info-panel h2 { font-weight: 500; }
.mybc-avatar { font-weight: 600; }
.mybc-user-menu div strong { font-weight: 500; }

@media (max-width: 980px) {
    .mybc-private-header { height: 76px; min-height: 76px; padding: 0 20px; }
    .mybc-private-logo { transform: scale(.88); transform-origin: right center; }
    .mybc-login-card { padding: 42px; }
    .mybc-login-intro h1 { white-space: normal; }
}

/* Company choice immediately after login */
.mybc-company-shell {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 24px 80px;
    background: #f8f6f4;
}
.mybc-company-choice {
    width: min(660px, 100%);
    border: 1px solid rgba(4, 30, 66, .08);
    border-radius: 18px;
    padding: 44px 48px 46px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(4, 30, 66, .09);
}
.mybc-company-choice-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 14px;
    color: #f4633a;
    background: #fdefeb;
}
.mybc-company-choice-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.mybc-company-choice h1 { margin: 0 0 10px; font-size: 34px; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
.mybc-company-choice > p { margin: 0 0 28px; color: #68788d; line-height: 1.55; }
.mybc-company-list { display: grid; gap: 10px; }
.mybc-company-option { position: relative; display: flex; align-items: center; gap: 14px; min-height: 72px; border: 1px solid #e4e8ec; border-radius: 12px; padding: 14px 16px; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.mybc-company-option:hover { border-color: #9aa5b3; background: #fbfaf9; }
.mybc-company-option input { position: absolute; opacity: 0; pointer-events: none; }
.mybc-company-option-mark { width: 20px; height: 20px; flex: 0 0 20px; border: 1.5px solid #9aa5b3; border-radius: 50%; background: #fff; }
.mybc-company-option input:checked + .mybc-company-option-mark { border: 6px solid #f4633a; }
.mybc-company-option:has(input:checked) { border-color: #f4633a; background: #fbfaf9; }
.mybc-company-option-content { display: grid; gap: 4px; }
.mybc-company-option-content strong { font-weight: 500; }
.mybc-company-option-content small { color: #68788d; }
.mybc-company-list .mybc-button { width: 100%; }

@media (max-width: 700px) {
    .mybc-company-shell { min-height: 520px; padding: 42px 16px 58px; }
    .mybc-company-choice { padding: 32px 24px; }
    .mybc-company-choice h1 { font-size: 29px; }
}

/* Connectivity module */
.mybc-service-card--link,
.mybc-circuit-card { color: inherit; text-decoration: none; }
.mybc-status--available { color: #0b745b; background: #e5f6f0; }
.mybc-section-heading,
.mybc-detail-heading,
.mybc-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.mybc-section-heading { margin-bottom: 28px; }
.mybc-section-heading h1,
.mybc-detail-heading h1 { margin: 0 0 8px; font-size: clamp(34px, 3.2vw, 46px); font-weight: 500; letter-spacing: -.035em; }
.mybc-section-heading p,
.mybc-detail-heading p { margin: 0; color: #68788d; font-size: 16px; }
.mybc-count-badge { display: grid; min-width: 46px; height: 46px; place-items: center; border-radius: 50%; color: #fff; background: #f4633a; font-weight: 600; }
.mybc-circuit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mybc-circuit-card { position: relative; display: block; min-height: 292px; border: 1px solid #e4e8ec; border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 8px 28px rgba(4, 30, 66, .04); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.mybc-circuit-card:hover { border-color: rgba(244, 99, 58, .42); box-shadow: 0 16px 34px rgba(4, 30, 66, .09); transform: translateY(-2px); }
.mybc-circuit-card > header { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; }
.mybc-circuit-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #f4633a; background: #fdefeb; }
.mybc-circuit-card--fiber .mybc-circuit-icon { color: #f4633a; background: #fdefeb; }
.mybc-circuit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-tech-svg .mybc-icon-blue { stroke: #f4633a !important; }
.mybc-tech-svg .mybc-icon-orange { stroke: #f4633a !important; }
.mybc-tech-svg .mybc-icon-green { stroke: #ddd3ca !important; }
.mybc-tech-svg .mybc-icon-violet { stroke: #f4633a !important; }
.mybc-tech-svg .mybc-icon-dot-blue { fill: #f4633a !important; stroke: none !important; }
.mybc-tech-svg .mybc-icon-dot-green { fill: #ddd3ca !important; stroke: none !important; }
.mybc-tech-svg .mybc-icon-dot-orange { fill: #f4633a !important; stroke: none !important; }
.mybc-detail-facts .mybc-tech-svg .mybc-icon-blue { stroke: #f4633a !important; }
.mybc-detail-facts .mybc-tech-svg .mybc-icon-orange { stroke: #f4633a !important; }
.mybc-detail-facts .mybc-tech-svg .mybc-icon-violet { stroke: #f4633a !important; }
.mybc-circuit-card .mybc-card-kicker { font-size: 12px; }
.mybc-circuit-card h2 { margin: 5px 0 0; font-size: 21px; font-weight: 500; line-height: 1.2; }
.mybc-circuit-status { align-self: flex-start; border-radius: 99px; padding: 7px 11px; color: #08735c; background: #e4f6f0; font-size: 11px; font-weight: 500; }
.mybc-circuit-location { display: grid; min-height: 68px; gap: 4px; margin: 22px 0 18px; border-left: 2px solid #f4633a; padding: 7px 0 7px 14px; }
.mybc-circuit-location strong { font-size: 16px; font-weight: 500; line-height: 1.35; }
.mybc-circuit-location span { color: #68788d; font-size: 14px; }
.mybc-circuit-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 18px; margin: 0 0 32px; }
.mybc-circuit-card dl div { min-width: 0; }
.mybc-circuit-card dl .mybc-circuit-reference { grid-column: 1 / -1; }
.mybc-circuit-card dt { margin-bottom: 5px; color: #68788d; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.mybc-circuit-card dd { overflow: hidden; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mybc-circuit-open { position: absolute; right: 22px; bottom: 18px; color: #f4633a; font-size: 13px; font-weight: 600; }
.mybc-circuit-open b { margin-left: 5px; font-weight: 400; }
.mybc-empty-state { border: 1px dashed #ccd2d9; border-radius: 16px; padding: 70px 30px; background: #fff; text-align: center; }
.mybc-empty-state > span { display: inline-grid; width: 58px; height: 58px; place-items: center; border-radius: 16px; color: #f4633a; background: #fdefeb; }
.mybc-empty-state svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mybc-empty-state h2 { margin: 18px 0 8px; font-weight: 500; }
.mybc-empty-state p { margin: 0; color: #68788d; }

.mybc-back-link { display: inline-block; margin-bottom: 22px; color: #68788d; text-decoration: none; }
.mybc-back-link:hover { color: #f4633a; }
.mybc-detail-heading { margin-bottom: 28px; }
.mybc-detail-facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.mybc-detail-facts article { display: grid; min-height: 142px; align-content: start; border: 1px solid #e4e8ec; border-radius: 15px; padding: 20px; background: #fff; }
.mybc-detail-facts article > span { display: grid; width: 36px; height: 36px; margin-bottom: 16px; place-items: center; border-radius: 10px; color: #f4633a; background: #fdefeb; }
.mybc-detail-facts article svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-detail-facts small { margin-bottom: 5px; color: #68788d; font-size: 11px; text-transform: uppercase; letter-spacing: .055em; }
.mybc-detail-facts strong { overflow-wrap: anywhere; font-weight: 500; }
.mybc-detail-facts .mybc-connection-fact { grid-column: 1 / -1; min-height: 104px; grid-template-columns: 44px auto minmax(0,1fr); grid-template-rows: auto auto; align-content: center; align-items: center; column-gap: 16px; }
.mybc-detail-facts .mybc-connection-fact > span { grid-column: 1; grid-row: 1 / 3; margin-bottom: 0; }
.mybc-detail-facts .mybc-connection-fact > small { grid-column: 2; grid-row: 1; margin-bottom: 3px; }
.mybc-detail-facts .mybc-connection-fact > strong { grid-column: 2; grid-row: 2; }
.mybc-detail-facts .mybc-connection-fact > em { grid-column: 3; grid-row: 1 / 3; justify-self: end; color: #68788d; font-style: normal; text-align: right; }
.mybc-detail-panel { margin-top: 16px; border: 1px solid #e4e8ec; border-radius: 16px; padding: 26px; background: #fff; }
.mybc-panel-heading { align-items: center; }
.mybc-panel-heading h2 { margin: 0; font-size: 23px; font-weight: 500; }
.mybc-usage-legend { display: flex; gap: 16px; color: #68788d; font-size: 12px; }
.mybc-usage-legend span { display: flex; align-items: center; gap: 6px; }
.mybc-usage-legend i { width: 9px; height: 9px; border-radius: 2px; background: #041e42; }
.mybc-usage-legend i.exceed { background: #f4633a; }
.mybc-usage-chart { display: flex; height: 230px; align-items: flex-end; gap: clamp(7px, 1.8vw, 22px); margin-top: 28px; border-bottom: 1px solid #e4e8ec; padding: 0 10px; }
.mybc-usage-month { display: flex; height: 100%; min-width: 22px; flex: 1; flex-direction: column; justify-content: flex-end; align-items: center; gap: 9px; }
.mybc-usage-column { position: relative; width: min(34px, 75%); overflow: hidden; border-radius: 7px 7px 2px 2px; background: #041e42; transform-origin: bottom; animation: mybc-bar-rise .7s cubic-bezier(.22,.8,.32,1) both; transition: opacity .2s ease; }
.mybc-usage-value { color: #68788d; font-size: 10px; font-weight: 600; line-height: 1; white-space: nowrap; }
@keyframes mybc-bar-rise { from { transform: scaleY(0); opacity: .35; } to { transform: scaleY(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .mybc-usage-column { animation: none; } }
.mybc-usage-month:hover .mybc-usage-column { opacity: .78; }
.mybc-usage-exceed { position: absolute; right: 0; bottom: 0; left: 0; background: #f4633a; }
.mybc-usage-month small { color: #68788d; font-size: 11px; }
.mybc-usage-month.is-current small { color: #041e42; font-weight: 600; }
.mybc-usage-month.is-current .mybc-usage-column { box-shadow: 0 0 0 3px rgba(244, 99, 58, .16); }
.mybc-equipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.mybc-equipment-card { position: relative; min-height: 228px; border: 1px solid #e4e8ec; border-radius: 14px; padding: 20px; background: #fbfaf9; }
.mybc-equipment-icon { display: grid; width: 44px; height: 44px; margin-bottom: 16px; place-items: center; border-radius: 12px; color: #f4633a; background: #fff0eb; }
.mybc-equipment-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-equipment-title small { color: #68788d; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.mybc-equipment-title h3 { margin: 5px 0 17px; font-size: 18px; font-weight: 500; }
.mybc-equipment-card dl { display: grid; gap: 8px; margin: 0; }
.mybc-equipment-card dl div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #e4e8ec; padding-top: 8px; }
.mybc-equipment-card dt { color: #68788d; font-size: 12px; }
.mybc-equipment-card dd { overflow-wrap: anywhere; margin: 0; font-size: 12px; font-weight: 500; text-align: right; }
.mybc-equipment-card dl .mybc-wifi-password-row { align-items: center; }
.mybc-secret-field { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 7px; }
.mybc-secret-field input { width: 112px; min-width: 0; border: 0; padding: 0; color: #041e42; background: transparent; font: inherit; text-align: right; }
.mybc-secret-field button { border: 0; padding: 2px 0; color: #f4633a; background: transparent; font: inherit; font-weight: 600; cursor: pointer; }
.mybc-secret-field button:hover { text-decoration: underline; }
.mybc-muted-copy { margin: 22px 0 0; color: #68788d; }
.mybc-simple-error { max-width: 700px; margin: 80px auto; padding: 40px; text-align: center; }
.mybc-simple-error h1 { font-weight: 500; }

/* Mobile subscriptions */
.mybc-mobile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mybc-mobile-card { display: flex; min-width: 0; min-height: 430px; flex-direction: column; border: 1px solid #e4e8ec; border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 8px 28px rgba(4,30,66,.04); }
.mybc-mobile-card > header { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; }
.mybc-mobile-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #f4633a; background: #fdefeb; }
.mybc-mobile-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mybc-mobile-card .mybc-card-kicker { font-size: 12px; }
.mybc-mobile-card h2 { overflow: hidden; margin: 5px 0 0; font-size: 21px; font-weight: 500; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mybc-mobile-status { align-self: start; border-radius: 99px; padding: 6px 9px; font-size: 10px; font-weight: 600; }
.mybc-mobile-status--active { color: #08735c; background: #e4f6f0; }
.mybc-mobile-status--warning { color: #a24700; background: #fff0df; }
.mybc-mobile-status--inactive { color: #b53b2a; background: #ffebe7; }
.mybc-mobile-user { display: grid; min-height: 62px; gap: 4px; margin: 22px 0 18px; border-left: 2px solid #f4633a; padding: 7px 0 7px 14px; }
.mybc-mobile-user strong { font-size: 16px; font-weight: 500; line-height: 1.35; }
.mybc-mobile-user span { overflow: hidden; color: #68788d; font-size: 13px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mybc-mobile-card dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 18px; margin: 0 0 18px; }
.mybc-mobile-card dl div { min-width: 0; }
.mybc-mobile-card dt,.mybc-mobile-options small,.mybc-mobile-card footer small { display: block; margin-bottom: 5px; color: #68788d; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.mybc-mobile-card dd { overflow: hidden; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mybc-mobile-card dl .mybc-mobile-roaming { grid-column: 1 / -1; }
.mybc-mobile-card dl .mybc-mobile-roaming dd { display: -webkit-box; min-height: 38px; overflow: hidden; line-height: 1.35; text-overflow: clip; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mybc-mobile-consumption { margin-bottom: 16px; border-radius: 13px; padding: 16px; background: #f8f6f4; }
.mybc-mobile-consumption--loading { min-height: 126px; display: grid; place-items: center; }
.mybc-mobile-loading { display: flex; align-items: center; gap: 10px; color: #68788d; font-size: 11px; }
.mybc-mobile-loading i { width: 16px; height: 16px; border: 2px solid #ddd3ca; border-top-color: #f4633a; border-radius: 50%; animation: mybc-mobile-spin .75s linear infinite; }
@keyframes mybc-mobile-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .mybc-mobile-loading i { animation: none; } }
.mybc-mobile-data { display: grid; gap: 4px; }
.mybc-mobile-data small,.mybc-mobile-usage-stats small { color: #68788d; font-size: 11px; }
.mybc-mobile-data strong { color: #041e42; font-size: 24px; font-weight: 500; }
.mybc-mobile-data strong em { color: #68788d; font-size: 12px; font-style: normal; font-weight: 400; }
.mybc-mobile-data > span { color: #68788d; font-size: 11px; line-height: 1.45; }
.mybc-mobile-data-bar { height: 7px; overflow: hidden; margin-top: 11px; border-radius: 99px; background: #e4e8ec; }
.mybc-mobile-data-bar i { position: relative; display: block; height: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, #f4633a 0%, #ff805d 100%); transform: scaleX(0); transform-origin: left center; animation: mybc-mobile-bar-grow .9s cubic-bezier(.22,.8,.32,1) .08s forwards; }
.mybc-mobile-data-bar i::after { position: absolute; inset: 0; content: ''; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.46) 48%, transparent 76%); transform: translateX(-115%); animation: mybc-mobile-bar-shine .8s ease-out .55s forwards; }
@keyframes mybc-mobile-bar-grow { to { transform: scaleX(1); } }
@keyframes mybc-mobile-bar-shine { to { transform: translateX(115%); } }
@media (prefers-reduced-motion: reduce) {
    .mybc-mobile-data-bar i { transform: scaleX(1); animation: none; }
    .mybc-mobile-data-bar i::after { display: none; animation: none; }
}
.mybc-mobile-usage-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 13px; border-top: 1px solid #e4e8ec; padding-top: 11px; }
.mybc-mobile-usage-stats span { display: grid; gap: 3px; }
.mybc-mobile-usage-stats strong { font-size: 14px; font-weight: 500; }
.mybc-mobile-consumption-unavailable { margin-bottom: 16px; border-radius: 10px; padding: 13px; color: #68788d; background: #f8f6f4; font-size: 12px; text-align: center; }
.mybc-mobile-options { margin-bottom: 16px; border-top: 1px solid #e4e8ec; padding-top: 12px; }
.mybc-mobile-options span { overflow-wrap: anywhere; font-size: 13px; line-height: 1.4; }
.mybc-mobile-card footer { margin-top: auto; border-top: 1px solid #e4e8ec; padding-top: 12px; }
.mybc-mobile-card footer code { display: block; overflow: hidden; color: #68788d; font-family: inherit; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

/* Voice services */
.mybc-voice-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-bottom: 18px; }
.mybc-voice-summary article { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; border: 1px solid #e4e8ec; border-radius: 14px; padding: 18px; background: #fff; }
.mybc-voice-summary article > span { display: grid; width: 42px; height: 42px; grid-row: 1 / 3; place-items: center; border-radius: 12px; color: #f4633a; background: #fdefeb; }
.mybc-voice-summary svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-voice-summary small { color: #68788d; font-size: 13px; line-height: 1.3; }
.mybc-voice-summary strong { font-size: 25px; font-weight: 500; line-height: 1.1; }
.mybc-voice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.mybc-voice-card { position: relative; display: flex; min-width: 0; min-height: 288px; flex-direction: column; color: inherit; border: 1px solid #e4e8ec; border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 8px 28px rgba(4,30,66,.04); text-decoration: none; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.mybc-voice-card:hover { border-color: rgba(244,99,58,.42); box-shadow: 0 16px 34px rgba(4,30,66,.09); transform: translateY(-2px); }
.mybc-voice-card > header { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; }
.mybc-voice-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #f4633a; background: #fdefeb; }
.mybc-voice-card--uc .mybc-voice-icon { color: #041e42; background: #eee9e3; }
.mybc-voice-card--cloud .mybc-voice-icon { color: #b59f69; background: #f6f1e6; }
.mybc-voice-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mybc-voice-card .mybc-card-kicker { font-size: 12px; }
.mybc-voice-card h2 { overflow: hidden; margin: 5px 0 0; font-size: 21px; font-weight: 500; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.mybc-voice-status { align-self: start; border-radius: 99px; padding: 7px 11px; color: #08735c; background: #e4f6f0; font-size: 11px; font-weight: 600; }
.mybc-voice-identity { display: grid; min-height: 66px; align-content: center; gap: 5px; margin: 22px 0 18px; border-left: 2px solid #f4633a; padding: 8px 0 8px 14px; }
.mybc-voice-identity small { color: #68788d; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.mybc-voice-identity strong { overflow-wrap: anywhere; font-size: 21px; font-weight: 500; line-height: 1.2; }
.mybc-voice-card dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 18px; margin: 0 0 20px; }
.mybc-voice-card dl div { min-width: 0; }
.mybc-voice-card dt,.mybc-voice-card footer small { display: block; margin-bottom: 5px; color: #68788d; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.mybc-voice-card dd { overflow: hidden; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mybc-voice-card footer { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid #e4e8ec; padding-top: 13px; }
.mybc-voice-card footer small { margin: 0; }
.mybc-voice-card footer strong { overflow-wrap: anywhere; font-size: 11px; font-weight: 500; text-align: right; }
.mybc-voice-card-summary { padding-bottom: 28px; }
.mybc-voice-open { position: absolute; right: 22px; bottom: 19px; color: #f4633a; font-size: 13px; font-weight: 600; }
.mybc-voice-detail-main .mybc-detail-heading h1 { font-size: clamp(42px,4.2vw,64px); }
.mybc-voice-detail-main .mybc-detail-heading p { font-size: 17px; }
.mybc-voice-detail-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-bottom: 20px; }
.mybc-voice-detail-facts article { display: grid; min-width: 0; min-height: 118px; grid-template-columns: 44px minmax(0,1fr); align-content: center; align-items: center; gap: 14px; border: 1px solid #e2ddd7; border-radius: 15px; padding: 20px; background: linear-gradient(145deg,#fff 0%,#fbf9f7 100%); box-shadow: 0 7px 24px rgba(4,30,66,.035); }
.mybc-voice-detail-facts article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: #f4633a; background: #fdefeb; }
.mybc-voice-detail-facts article > span svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mybc-voice-detail-facts article > div { display: grid; min-width: 0; gap: 6px; }
.mybc-voice-detail-facts small { color: #68788d; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.mybc-voice-detail-facts strong { overflow-wrap: anywhere; color: #041e42; font-size: 18px; font-weight: 500; line-height: 1.25; }
.mybc-voice-detail-facts .mybc-voice-fact--wide { grid-column: span 2; }
.mybc-voice-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mybc-voice-detail-grid .mybc-detail-panel { margin-top: 0; }
.mybc-voice-detail-list { margin: 22px 0 0; }
.mybc-voice-detail-list div { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; border-top: 1px solid #e4e8ec; padding: 13px 0; }
.mybc-voice-detail-main .mybc-detail-panel { border-color: #e2ddd7; background: linear-gradient(145deg,#fff 0%,#fbf9f7 100%); }
.mybc-voice-detail-main .mybc-panel-heading h2 { color: #041e42; font-size: 25px; }
.mybc-voice-detail-list dt { color: #68788d; font-size: 14px; }
.mybc-voice-detail-list dd { overflow-wrap: anywhere; margin: 0; color: #041e42; font-size: 15px; font-weight: 500; text-align: right; }
.mybc-tariff-link { color: #f45f3a; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mybc-tariff-link:hover,.mybc-tariff-link:focus-visible { color: #d94a25; }
.mybc-number-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
.mybc-number-grid span { border: 1px solid #e4e8ec; border-radius: 10px; padding: 11px 13px; background: #fbfaf9; font-size: 12px; font-weight: 500; }

.mybc-document-page { width: min(920px,calc(100% - 40px)); min-height: 70vh; margin: 0 auto; padding: 70px 0; }
.mybc-document-page h1 { margin: 10px 0 8px; font-size: clamp(34px,4vw,48px); font-weight: 500; letter-spacing: -.035em; }
.mybc-document-page > p { margin: 0 0 28px; color: #68788d; }
.mybc-document-list { display: grid; gap: 10px; }
.mybc-document-list a { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 14px; border: 1px solid #e4e8ec; border-radius: 13px; padding: 16px 18px; color: #041e42; background: #fff; text-decoration: none; }
.mybc-document-list a:hover { border-color: rgba(244,99,58,.5); }
.mybc-document-list a > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; color: #f4633a; background: #fdefeb; }
.mybc-document-list svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mybc-document-list strong { display: grid; gap: 3px; font-size: 13px; font-weight: 500; }
.mybc-document-list strong small { color: #68788d; font-size: 11px; font-weight: 400; }
.mybc-document-list em { color: #f4633a; font-size: 12px; font-style: normal; font-weight: 600; }
.mybc-call-review { scroll-margin-top: 24px; }
.mybc-call-review .mybc-panel-heading { align-items: center; }
.mybc-call-review .mybc-panel-heading p { margin: 5px 0 0; color: #68788d; font-size: 12px; }
.mybc-voice-documents .mybc-panel-heading { align-items: center; }
.mybc-voice-documents .mybc-panel-heading p { margin: 5px 0 0; color: #68788d; font-size: 12px; }
.mybc-voice-months { display: grid; gap: 18px; margin-top: 22px; }
.mybc-voice-month-group { border-top: 1px solid #ded3c8; padding-top: 14px; }
.mybc-voice-month-group h3 { margin: 0 0 10px; color: #68788d; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.mybc-voice-month-group .mybc-document-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.mybc-call-filters { display: grid; grid-template-columns: minmax(220px,1fr) 170px 170px auto; align-items: end; gap: 12px; margin: 22px 0; border-radius: 13px; padding: 16px; background: #f8f6f4; }
.mybc-call-filters label { display: grid; gap: 6px; color: #68788d; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.mybc-call-filters input { width: 100%; height: 42px; border: 1px solid #ccd2d9; border-radius: 9px; padding: 0 12px; color: #041e42; background: #fff; font: inherit; font-size: 13px; }
.mybc-call-table-wrap { overflow-x: auto; border: 1px solid #e4e8ec; border-radius: 13px; }
.mybc-call-table { width: 100%; min-width: 920px; border-collapse: collapse; }
.mybc-call-table th { padding: 12px 14px; color: #68788d; background: #f8f6f4; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.mybc-call-table td { border-top: 1px solid #e4e8ec; padding: 13px 14px; font-size: 12px; white-space: nowrap; }
.mybc-call-table tbody tr:hover { background: #fbfaf9; }
.mybc-platform-badge { display: inline-flex; border-radius: 99px; padding: 5px 8px; color: #47586d; background: #edf0f3; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.mybc-platform-badge--uc { color: #08735c; background: #e4f6f0; }
.mybc-platform-badge--ip { color: #2356a8; background: #eaf1ff; }
.mybc-platform-badge--ac { color: #b53b2a; background: #ffebe7; }
.mybc-call-pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 15px; }
.mybc-call-pagination--top { margin: 15px 0; }
.mybc-call-pagination > span { color: #68788d; font-size: 12px; }
.mybc-call-pagination > div { display: flex; gap: 9px; }
.mybc-call-pagination a { border: 1px solid #ded3c8; border-radius: 99px; padding: 9px 14px; color: #041e42; background: #fff; font-size: 12px; font-weight: 600; text-decoration: none; }
.mybc-call-pagination a:hover { border-color: #f4633a; color: #f4633a; }

/* Routed IP and MRTG */
.mybc-connection-fact em { margin-top: 8px; color: #68788d; font-size: 12px; font-style: normal; overflow-wrap: anywhere; }
.mybc-connection-fact.is-connected strong { color: #08735c; }
.mybc-detail-facts .mybc-connection-fact.is-connected > em { color: #041e42; font-size: 18px; font-weight: 500; }
.mybc-connection-fact.is-disconnected strong { color: #b53b2a; }
.mybc-routing-table-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid #e4e8ec; border-radius: 13px; }
.mybc-routing-table { width: 100%; border-collapse: collapse; }
.mybc-routing-table th,.mybc-routing-table td { padding: 13px 16px; text-align: left; }
.mybc-routing-table th { color: #68788d; background: #f8f6f4; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.mybc-routing-table td { border-top: 1px solid #e4e8ec; font-size: 14px; }
.mybc-mrtg-periods { display: flex; gap: 5px; border-radius: 99px; padding: 4px; background: #f1ece7; }
.mybc-mrtg-periods button { border: 0; border-radius: 99px; padding: 8px 14px; color: #68788d; background: transparent; font: inherit; font-size: 12px; cursor: pointer; }
.mybc-mrtg-periods button.is-active { color: #fff; background: #041e42; }
.mybc-mrtg-panel { width: 100%; margin-left: auto; margin-right: auto; box-sizing: border-box; }
.mybc-mrtg-equipment-layout { display: grid; grid-template-columns: minmax(620px,1fr) minmax(300px,380px); align-items: start; gap: 16px; }
.mybc-mrtg-equipment-layout > .mybc-detail-panel { width: 100%; max-width: none !important; }
.mybc-mrtg-equipment-layout .mybc-equipment-grid { grid-template-columns: 1fr; }
.mybc-mrtg-grid { display: grid; gap: 14px; margin-top: 22px; }
.mybc-mrtg-grid article { width: 100%; margin: 0 auto; box-sizing: border-box; border: 1px solid #e4e8ec; border-radius: 14px; padding: 18px; background: #fff; }
.mybc-mrtg-grid article > div { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.mybc-mrtg-grid article > div span { color: #68788d; font-size: 12px; }
.mybc-mrtg-grid img { display: block; width: 100%; height: auto; margin: 0 auto; border-radius: 8px; background: #fff; }
.mybc-mrtg-grid p { color: #68788d; text-align: center; }

/* SEPA mandate */
.mybc-sepa-main { max-width: 1380px; }
.mybc-sepa-heading { max-width: 780px; margin-bottom: 28px; }
.mybc-sepa-heading h1 { margin: 10px 0 10px; color: #041e42; font-size: clamp(34px,4vw,52px); font-weight: 500; letter-spacing: -.04em; }
.mybc-sepa-heading p { margin: 0; color: #68788d; font-size: 17px; line-height: 1.55; }
.mybc-alert--success { display: grid; gap: 4px; margin-bottom: 22px; color: #08735c; background: #e4f6f0; }
.mybc-alert--warning ul { margin: 8px 0 0; padding-left: 20px; }
.mybc-sepa-form { display: grid; gap: 18px; }
.mybc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.mybc-sepa-intro,.mybc-sepa-creditor,.mybc-sepa-fields,.mybc-sepa-validity { border: 1px solid #e4e8ec; border-radius: 16px; padding: 28px; background: #fff; box-shadow: 0 8px 28px rgba(4,30,66,.035); }
.mybc-sepa-intro { border-color: #ded3c8; background: linear-gradient(120deg,#fbfaf9 0%,#f5f0eb 100%); }
.mybc-sepa-intro h2,.mybc-sepa-creditor h2,.mybc-sepa-fields h2,.mybc-sepa-validity h2 { margin: 6px 0 14px; color: #041e42; font-size: 24px; font-weight: 500; }
.mybc-sepa-intro p,.mybc-sepa-validity > p { max-width: 980px; margin: 8px 0 0; color: #68788d; line-height: 1.6; }
.mybc-sepa-columns { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.8fr); gap: 18px; align-items: stretch; }
.mybc-sepa-creditor { color: #fff; border-color: #041e42; background: #041e42; }
.mybc-sepa-creditor .mybc-card-kicker { color: #c5b88d; }
.mybc-sepa-creditor h2 { color: #fff; }
.mybc-sepa-creditor dl { display: grid; gap: 22px; margin: 28px 0 0; }
.mybc-sepa-creditor dl div { border-top: 1px solid rgba(255,255,255,.18); padding-top: 15px; }
.mybc-sepa-creditor dt { margin-bottom: 6px; color: #c9d1dc; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.mybc-sepa-creditor dd { margin: 0; font-size: 15px; line-height: 1.55; }
.mybc-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.mybc-form-grid label { display: grid; gap: 7px; color: #041e42; font-size: 12px; font-weight: 600; }
.mybc-form-grid label.is-wide { grid-column: 1 / -1; }
.mybc-form-grid label small { color: #8490a1; font-weight: 400; }
.mybc-form-grid input { width: 100%; min-height: 48px; border: 1px solid #d6dce3; border-radius: 10px; padding: 11px 13px; color: #041e42; background: #fff; font: inherit; font-size: 15px; font-weight: 400; outline: none; transition: border-color .18s ease,box-shadow .18s ease; }
.mybc-form-grid input:focus { border-color: #f4633a; box-shadow: 0 0 0 3px rgba(244,99,58,.13); }
.mybc-sepa-validity .mybc-form-grid { max-width: 620px; margin-top: 20px; }
.mybc-sepa-consent { display: flex; align-items: flex-start; gap: 13px; border: 1px solid #ded3c8; border-radius: 14px; padding: 20px 22px; color: #47586d; background: #fbfaf9; line-height: 1.5; cursor: pointer; }
.mybc-sepa-consent input { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; accent-color: #f4633a; }
.mybc-sepa-consent strong { display: block; margin-bottom: 3px; color: #041e42; }
.mybc-sepa-submit { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid #e4e8ec; padding: 22px 2px 4px; }
.mybc-sepa-submit .mybc-button { min-width: 220px; }
.mybc-sepa-submit small { max-width: 590px; color: #68788d; line-height: 1.5; text-align: right; }

@media (max-width: 1180px) {
    .mybc-mrtg-equipment-layout { grid-template-columns: 1fr; }
    .mybc-circuit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mybc-mobile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mybc-voice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mybc-voice-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mybc-voice-detail-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .mybc-number-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .mybc-detail-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mybc-equipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .mybc-circuit-grid { grid-template-columns: 1fr; }
    .mybc-mobile-grid { grid-template-columns: 1fr; }
    .mybc-voice-grid { grid-template-columns: 1fr; }
    .mybc-detail-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mybc-sepa-columns { grid-template-columns: 1fr; }
    .mybc-payment-layout { grid-template-columns: 1fr; }
    .mybc-voice-detail-grid { grid-template-columns: 1fr; }
    .mybc-voice-month-group .mybc-document-list { grid-template-columns: 1fr; }
    .mybc-call-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
    .mybc-section-heading, .mybc-detail-heading, .mybc-panel-heading { align-items: flex-start; flex-direction: column; }
    .mybc-detail-facts, .mybc-equipment-grid { grid-template-columns: 1fr; }
    .mybc-detail-facts .mybc-connection-fact { grid-template-columns: 44px minmax(0,1fr); grid-template-rows: auto auto auto; }
    .mybc-detail-facts .mybc-connection-fact > small,.mybc-detail-facts .mybc-connection-fact > strong { grid-column: 2; }
    .mybc-detail-facts .mybc-connection-fact > em { grid-column: 2; grid-row: 3; justify-self: start; margin-top: 5px; text-align: left; }
    .mybc-usage-legend { flex-wrap: wrap; }
    .mybc-usage-chart { height: 190px; gap: 5px; padding: 0; }
    .mybc-usage-column { width: 70%; }
    .mybc-voice-summary { grid-template-columns: 1fr; }
    .mybc-voice-detail-facts,.mybc-number-grid { grid-template-columns: 1fr; }
    .mybc-form-grid { grid-template-columns: 1fr; }
    .mybc-form-grid label.is-wide { grid-column: auto; }
    .mybc-sepa-intro,.mybc-sepa-creditor,.mybc-sepa-fields,.mybc-sepa-validity { padding: 22px; }
    .mybc-sepa-submit { align-items: stretch; flex-direction: column; }
    .mybc-sepa-submit .mybc-button { width: 100%; }
    .mybc-sepa-submit small { text-align: left; }
    .mybc-payment-details dl div { grid-template-columns: 1fr; gap: 7px; }
    .mybc-call-filters { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    .mybc-login-shell { min-height: 500px; padding: 42px 16px 58px; }
    .mybc-login-card { padding: 32px 24px; }
    .mybc-login-intro { padding: 0 0 18px; }
    .mybc-login-intro h1 { font-size: 31px; }
    .mybc-main { padding: 30px 18px 48px; }
    .mybc-service-card { min-height: 165px; grid-template-columns: 42px 1fr; padding: 20px; }
    .mybc-service-icon { width: 42px; height: 42px; }
}
