body.ncp-page { margin: 0; padding: 0; background: #f2f6fa; }
.ncp-page #nutra-panel-main { display: block; width: 100%; max-width: none; margin: 0; padding: 0; }
.ncp-skip { position: absolute; top: -100px; left: 16px; z-index: 100000; padding: 12px 20px; background: #fdfefe; color: #10384a; }
.ncp-skip:focus { top: 12px; }
.ncp {
    --ncp-ink: oklch(30% .055 235);
    --ncp-muted: oklch(48% .035 235);
    --ncp-accent: oklch(71% .17 140);
    --ncp-accent-hover: oklch(67% .17 140);
    --ncp-accent-ink: oklch(39% .095 140);
    --ncp-paper: oklch(99.8% .002 235);
    --ncp-canvas: oklch(97% .009 235);
    --ncp-soft: oklch(97% .018 140);
    --ncp-line: oklch(91% .015 235);
    --ncp-offset: 0px;
    width: 100%; max-width: none; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0;
    color: var(--ncp-ink); background: var(--ncp-canvas);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.55; text-align: left;
}
.ncp-page.admin-bar .ncp { --ncp-offset: 32px; }
.ncp *, .ncp *::before, .ncp *::after { box-sizing: border-box; }
.ncp [hidden] { display: none !important; }
.ncp h1, .ncp h2, .ncp h3, .ncp h4, .ncp p { color: inherit; font-family: inherit; letter-spacing: normal; text-transform: none; margin: 0; }
.ncp h1 { font-size: 32px; font-weight: 700; line-height: 1.2; letter-spacing: -.8px; }
.ncp h2 { font-size: 20px; line-height: 1.35; font-weight: 650; }
.ncp p { max-width: 70ch; }
.ncp a { color: inherit; text-decoration: none; box-shadow: none; }
.ncp button, .ncp input { font: inherit; letter-spacing: normal; text-transform: none; margin: 0; }
.ncp button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ncp-accent); background: var(--ncp-accent); color: var(--ncp-ink); padding: 11px 18px; min-height: 44px; border-radius: 8px; line-height: 1.4; font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: none; transition: background-color .18s ease-out; white-space: normal; }
.ncp button:hover { background: var(--ncp-accent-hover); }
.ncp button:disabled { cursor: wait; opacity: .55; }
.ncp :is(button, input, summary, a, [tabindex]):focus-visible { outline: 3px solid var(--ncp-ink); outline-offset: 3px; }
.ncp .ncp-secondary { background: var(--ncp-paper); color: var(--ncp-accent-ink); border-color: var(--ncp-line); }
.ncp .ncp-secondary:hover { background: var(--ncp-soft); border-color: var(--ncp-accent-ink); }
.ncp .ncp-link { background: transparent; color: var(--ncp-accent-ink); border: 0; padding: 8px 0; }
.ncp .ncp-link:hover, .ncp .ncp-link:active, .ncp .ncp-link:focus { background: transparent; color: var(--ncp-accent-ink); text-decoration: none; }
.ncp .ncp-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex: 0 0 auto; margin: 0; padding: 0; vertical-align: middle; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; font-size: 18px; line-height: 1; text-align: center; }
.ncp .ncp-icon::before { display: block; line-height: 1; }
.ncp-content { min-width: 0; }
.ncp-workspace { display: flex; flex-direction: column; min-width: 0; }
.ncp-workspace > .ncp-login { flex: 1; }
.ncp-layout { display: grid; grid-template-columns: 232px minmax(0, 1fr); min-height: min(850px, 100vh); }
.ncp-page .ncp-layout { min-height: calc(100dvh - var(--ncp-offset)); }
.ncp-sidebar { display: flex; flex-direction: column; padding: 28px 16px 24px; background: var(--ncp-paper); border-right: 1px solid var(--ncp-line); }
.ncp-brand { display: block; padding: 0 12px; margin-bottom: 44px; }
.ncp-brand > span { display: block; font-size: 29px; font-weight: 750; line-height: 1.2; letter-spacing: -1.2px; }
.ncp-brand b { color: #329b37; font-weight: inherit; }
.ncp-brand img { display: block; max-width: 100%; height: 48px; width: auto; object-fit: contain; object-position: left; }
.ncp-sidebar-body { display: flex; flex-direction: column; flex: 1; }
.ncp-nav { display: flex; flex-direction: column; gap: 8px; }
.ncp-nav button, .ncp-nav-preview { display: flex; align-items: center; justify-content: flex-start; gap: 14px; width: 100%; min-height: 52px; padding: 12px 16px; border: 0; border-radius: 8px; font-size: 15px; color: var(--ncp-ink); font-weight: 500; background: transparent; }
.ncp-nav button[aria-current="page"] { color: var(--ncp-accent-ink); background: var(--ncp-soft); font-weight: 650; }
.ncp-nav button:hover { background: var(--ncp-canvas); }
.ncp-nav small { margin-left: auto; padding: 1px 7px; border-radius: 20px; background: var(--ncp-soft); color: var(--ncp-accent-ink); font-size: 12px; }
.ncp-sidebar-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding: 24px 12px 0; }
.ncp-sidebar-bottom::before { content: ''; display: block; height: 1px; background: var(--ncp-line); margin-bottom: 12px; }
.ncp-sidebar-bottom a, .ncp-sidebar-bottom .ncp-link, .ncp-login-note { display: flex; align-items: center; justify-content: flex-start; gap: 12px; font-size: 14px; min-height: 44px; color: var(--ncp-ink); font-weight: 400; }
.ncp-sidebar-bottom a:hover, .ncp-sidebar-bottom .ncp-link:hover { background: transparent; color: var(--ncp-accent-ink); text-decoration: none; }
.ncp .ncp-menu-toggle { display: none; }
.ncp-main { min-width: 0; width: 100%; max-width: 1440px; padding: 40px; }
.ncp-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.ncp-tools { display: flex; align-items: center; gap: 20px; padding-top: 2px; }
.ncp-tools > span { display: flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 14px; }
.ncp .ncp-icon-button { padding: 10px; color: var(--ncp-ink); }
.ncp-subscription-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 0 0 22px; }
.ncp-subscription-summary > div { padding: 22px 26px; border: 1px solid var(--ncp-line); border-radius: 12px; background: var(--ncp-paper); }
.ncp-subscription-summary dt { color: var(--ncp-muted); font-size: 14px; }
.ncp-subscription-summary dd { margin: 6px 0 0; font-size: 30px; font-weight: 700; line-height: 1.3; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.ncp-subscription { margin-bottom: 22px; border: 1px solid var(--ncp-line); border-radius: 12px; background: var(--ncp-paper); overflow: hidden; }
.ncp-sub-header { display: flex; align-items: center; gap: 18px; padding: 24px 26px; }
.ncp-sub-header > div { min-width: 0; flex: 1; }
.ncp-sub-header .ncp-status { font-size: 14px; }
.ncp-sub-header h2 { overflow-wrap: anywhere; }
.ncp-feature-icon { display: flex; align-items: center; justify-content: center; background: var(--ncp-canvas); width: 54px; height: 54px; border-radius: 50%; flex: 0 0 54px; }
.ncp-feature-icon .ncp-icon { width: 28px; height: 28px; font-size: 24px; line-height: 28px; }
.ncp .ncp-cell-note { display: block; font-size: 14px; color: var(--ncp-muted); font-weight: 400; margin-top: 5px; }
.ncp-status { display: inline-flex; align-items: center; gap: 7px; background: var(--ncp-canvas); border-radius: 20px; padding: 5px 12px; font-size: 12px; white-space: nowrap; line-height: 1.5; }
.ncp-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ncp-status-paid { background: var(--ncp-soft); color: var(--ncp-accent-ink); }
.ncp-status-overdue { background: oklch(96% .02 30); color: oklch(40% .12 30); }
.ncp-sub-overview { display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 0 26px; padding: 22px 0; border-top: 1px solid var(--ncp-line); }
.ncp-sub-overview > div { padding: 0 24px; border-left: 1px solid var(--ncp-line); }
.ncp-sub-overview > div:first-child { padding-left: 0; border: 0; }
.ncp-sub-overview > div:last-child { padding-right: 0; }
.ncp-sub-overview span { display: block; color: var(--ncp-muted); font-size: 14px; }
.ncp-sub-overview strong { display: block; margin-top: 4px; font-size: 25px; font-weight: 650; line-height: 1.4; font-variant-numeric: tabular-nums; }
.ncp-sub-overview strong small { font: inherit; }
.ncp-sub-overview .ncp-overdue-date { color: oklch(42% .12 30); }
.ncp-progress { height: 6px; background: var(--ncp-line); border-radius: 6px; overflow: hidden; margin-top: 8px; }
.ncp-progress span { height: 100%; background: #40a940; border-radius: inherit; }
.ncp-account { display: flex; align-items: center; gap: 18px; padding: 20px; margin: 0 14px 16px; border-radius: 8px; background: var(--ncp-soft); }
.ncp-bank-icon { display: flex; justify-content: center; align-items: center; width: 46px; height: 46px; border-radius: 50%; background: oklch(94% .03 140); flex: 0 0 46px; }
.ncp-bank-icon .ncp-icon { width: 26px; height: 26px; font-size: 23px; line-height: 26px; }
.ncp-account-body { flex: 1; min-width: 0; }
.ncp-account-body > p { font-size: 13px; }
.ncp-account-number { display: block; margin-top: 4px; font-size: 18px; font-variant-numeric: tabular-nums; user-select: all; overflow-wrap: anywhere; line-height: 1.5; }
.ncp-account-body .ncp-account-meta { margin-top: 10px; font-size: 12px; color: var(--ncp-muted); }
.ncp-account-meta strong { font-weight: 600; }
.ncp-account button { flex-shrink: 0; border-color: oklch(75% .08 140); }
.ncp-account-unavailable { display: flex; align-items: center; gap: 10px; padding: 16px 26px; font-size: 14px; color: var(--ncp-muted); }
.ncp-schedule { border-top: 1px solid var(--ncp-line); }
.ncp-schedule summary { display: flex; align-items: center; gap: 12px; padding: 18px 26px; cursor: pointer; list-style: none; font-size: 14px; }
.ncp-schedule summary::-webkit-details-marker { display: none; }
.ncp-schedule summary:hover { background: var(--ncp-canvas); }
.ncp-schedule summary > .ncp-icon:last-child { margin-left: auto; width: 18px; color: var(--ncp-muted); transition: transform .18s ease-out; }
.ncp-schedule[open] summary > .ncp-icon:last-child { transform: rotate(180deg); }
.ncp-schedule-content { padding: 0; }
.ncp-schedule-content > p { padding: 0 26px 24px; }
.ncp-schedule .ncp-table-wrap { margin-top: 0; }
.ncp-schedule-table th:first-child, .ncp-schedule-table td:first-child { padding-left: 26px; }
.ncp-schedule-table th:last-child, .ncp-schedule-table td:last-child { padding-right: 26px; }
.ncp-schedule-table tbody tr:last-child td { border-bottom: 0; }
.ncp .ncp-scroll-hint { display: none; font-size: 12px; color: var(--ncp-muted); margin-top: 12px; }
.ncp-table-wrap { overflow-x: auto; margin-top: 14px; }
.ncp table { width: 100%; margin: 0; border: 0; border-collapse: collapse; font: inherit; }
.ncp th, .ncp td { padding: 14px 10px; border: 0; border-bottom: 1px solid var(--ncp-line); text-align: left; vertical-align: top; background: transparent; }
.ncp th { font-size: 12px; font-weight: 600; color: var(--ncp-muted); white-space: nowrap; }
.ncp td { font-size: 14px; }
.ncp-amount { white-space: nowrap; font-variant-numeric: tabular-nums; }
.ncp-schedule-table th { background: var(--ncp-canvas); padding-top: 12px; padding-bottom: 12px; }
.ncp-schedule-table td { padding-top: 18px; padding-bottom: 18px; vertical-align: middle; }
.ncp-schedule-table tbody tr:hover { background: var(--ncp-canvas); }
.ncp-schedule-table .ncp-remaining { font-weight: 750; font-size: 16px; }
.ncp .ncp-balance-paid { color: var(--ncp-accent-ink); }
.ncp .ncp-balance-overdue { color: oklch(43% .16 28); }
.ncp-schedule-table th:nth-child(n+3):nth-child(-n+5), .ncp-schedule-table td.ncp-amount { text-align: right; }
.ncp-order { display: flex; align-items: center; gap: 18px; padding: 24px; border-bottom: 1px solid var(--ncp-line); }
.ncp-orders { background: var(--ncp-paper); border: 1px solid var(--ncp-line); border-radius: 12px; overflow: hidden; }
.ncp-order:last-child { border: 0; }
.ncp-order-name { flex: 1; min-width: 0; }
.ncp-order h2 { font-size: 17px; overflow-wrap: anywhere; }
.ncp-order-amount { font-size: 16px; font-variant-numeric: tabular-nums; min-width: 110px; text-align: right; }
.ncp-vouchers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr)); gap: 24px; }
.ncp-voucher { position: relative; display: grid; grid-template-columns: 44% minmax(0, 1fr); background: var(--ncp-paper); border: 1px solid var(--ncp-line); border-radius: 12px; min-width: 0; }
.ncp-voucher::before, .ncp-voucher::after { content: ''; position: absolute; left: calc(44% - 11px); width: 22px; height: 22px; border: 1px solid var(--ncp-line); border-radius: 50%; background: var(--ncp-canvas); z-index: 1; pointer-events: none; }
.ncp-voucher::before { top: -12px; clip-path: inset(50% 0 0); }
.ncp-voucher::after { bottom: -12px; clip-path: inset(0 0 50%); }
.ncp-voucher-value { padding: 26px 22px; background: var(--ncp-soft); border-radius: 11px 0 0 11px; min-width: 0; }
.ncp-voucher-value > .ncp-icon { width: 28px; height: 28px; font-size: 24px; line-height: 28px; color: var(--ncp-accent-ink); margin-bottom: 14px; }
.ncp-voucher h2 { font-size: 30px; margin: 0 0 8px; font-variant-numeric: tabular-nums; }
.ncp-voucher-value .ncp-cell-note { font-size: 12px; }
.ncp-voucher-code { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; padding: 26px 20px; border-left: 1px dashed oklch(76% .035 140); min-width: 0; }
.ncp-voucher code { font: 650 18px/1.5 ui-monospace, monospace; letter-spacing: .8px; text-align: center; color: var(--ncp-ink); background: none; padding: 0; user-select: all; overflow-wrap: anywhere; max-width: 100%; }
.ncp-voucher-code button { font-size: 13px; padding: 10px 14px; }
.ncp-empty { padding: 70px 24px; text-align: center; }
.ncp-empty > .ncp-icon { width: 42px; height: 42px; font-size: 36px; line-height: 42px; color: var(--ncp-muted); margin-bottom: 24px; }
.ncp-empty p { max-width: 48ch; margin: 14px auto 24px; color: var(--ncp-muted); }
.ncp-store-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 600; }
.ncp-store-link .ncp-icon { transform: rotate(180deg); }
.ncp .ncp-fine { font-size: 13px; color: var(--ncp-muted); }
.ncp-login { display: flex; align-items: center; justify-content: center; padding: 64px 32px; border: 0; }
.ncp-form { display: flex; flex-direction: column; gap: 22px; width: 100%; max-width: 420px; margin: 0; padding: 0; }
.ncp-form > p { color: var(--ncp-muted); }
.ncp-form label { display: block; font-size: 14px; font-weight: 600; margin: 4px 0 0; }
.ncp .ncp-form input { display: block; width: 100%; margin-top: 10px; border: 1px solid oklch(78% .022 235); border-radius: 8px; background: var(--ncp-paper); color: var(--ncp-ink); padding: 14px; height: 54px; box-shadow: none; font-size: 17px; font-weight: 400; }
.ncp input::placeholder { color: var(--ncp-muted); opacity: 1; }
.ncp-form button[type="submit"] { min-height: 50px; font-size: 15px; }
.ncp-form-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.ncp-privacy { font-size: 12px; color: var(--ncp-muted); text-decoration: underline !important; }
.ncp .ncp-dev-notice { max-width: none; padding: 10px 24px; margin: 0; border: 0; background: #fff2d3; color: #65450d; font-size: 12px; }
.ncp-message { padding: 14px 24px; background: var(--ncp-soft); border-bottom: 1px solid var(--ncp-line); font-size: 14px; overflow-wrap: anywhere; }
.ncp-error { background: oklch(96% .015 25); color: oklch(40% .13 25); }
.ncp-loading { min-height: 60vh; display: grid; place-items: center; }
.ncp .ncp-loading-indicator { height: 32px; width: 32px; border: 0; border-radius: 0; background: none; box-shadow: none; font-size: 28px; color: var(--ncp-accent-ink); animation: ncp-spin 1s linear infinite; }
.ncp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes ncp-spin { to { transform: rotate(360deg); } }
@media (min-width: 801px) { .ncp-sidebar { position: sticky; top: var(--ncp-offset); height: calc(100dvh - var(--ncp-offset)); max-height: 1100px; } }
@media (max-width: 1150px) {
    .ncp-layout { grid-template-columns: 205px minmax(0, 1fr); }
    .ncp-main { padding: 30px 24px; }
    .ncp-heading { flex-direction: column; gap: 16px; }
    .ncp-tools { align-self: flex-end; }
    .ncp-account { gap: 12px; flex-wrap: wrap; }
    .ncp-account button { margin-left: 58px; }
}
@media (max-width: 800px) {
    .ncp-page.admin-bar .ncp { --ncp-offset: 46px; }
    .ncp-layout { display: block; min-height: 100vh; }
    .ncp-sidebar { padding: 18px 20px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 0 16px; border-right: 0; border-bottom: 1px solid var(--ncp-line); }
    .ncp-brand { padding: 0; margin: 0; }
    .ncp-brand > span { font-size: 24px; }
    .ncp-brand img { max-height: 36px; }
    .ncp .ncp-menu-toggle { display: inline-flex; }
    .ncp-sidebar-body { display: none; grid-column: 1 / -1; padding-top: 20px; }
    .ncp-menu-open .ncp-sidebar-body { display: flex; }
    .ncp-sidebar-bottom { padding-top: 12px; }
    .ncp-main { padding: 28px 20px; }
    .ncp h1 { font-size: 28px; }
    .ncp-heading { margin-bottom: 24px; }
    .ncp-tools { align-self: auto; width: 100%; justify-content: space-between; }
    .ncp-sub-header { display: grid; grid-template-columns: 42px minmax(0, 1fr); padding: 20px 18px; gap: 12px; }
    .ncp-feature-icon { width: 42px; height: 42px; flex-basis: 42px; }
    .ncp-feature-icon .ncp-icon { width: 24px; height: 24px; }
    .ncp-sub-header h2 { font-size: 18px; }
    .ncp-sub-header .ncp-status { grid-column: 2; justify-self: start; margin-left: 0; }
    .ncp-sub-overview { margin: 0 18px; padding: 18px 0; grid-template-columns: 1fr 1fr; gap: 20px; }
    .ncp-sub-overview > div { padding: 0; border: 0; }
    .ncp-sub-overview > div:last-child { grid-column: 1 / -1; }
    .ncp-sub-overview strong { font-size: 21px; }
    .ncp-sub-overview span { font-size: 12px; }
    .ncp-progress { max-width: none; }
    .ncp-account { margin: 0 10px 12px; padding: 16px; }
    .ncp-bank-icon { display: none; }
    .ncp-account-body { flex-basis: 100%; }
    .ncp-account-number { font-size: 17px; }
    .ncp-account button { margin-left: 0; width: 100%; }
    .ncp-schedule summary { padding: 16px 18px; }
    .ncp-subscription-summary { gap: 12px; }
    .ncp-subscription-summary > div { padding: 16px; }
    .ncp-subscription-summary dt { font-size: 12px; }
    .ncp-subscription-summary dd { font-size: 24px; }
    .ncp-schedule-content > p { padding: 0 18px 20px; }
    .ncp .ncp-scroll-hint { display: block; }
    .ncp .ncp-cell-note { font-size: 12px; }
    .ncp-order { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 20px 16px; }
    .ncp-order .ncp-status { grid-column: 2; justify-self: start; }
    .ncp-order-amount { grid-column: 2; text-align: left; }
    .ncp-vouchers { gap: 20px; }
    .ncp-voucher-value { padding: 22px 14px; }
    .ncp-voucher h2 { font-size: 24px; }
    .ncp-voucher-code { padding: 22px 12px; gap: 16px; }
    .ncp-voucher code { font-size: 15px; letter-spacing: 0; }
    .ncp-voucher-code button { padding: 10px; gap: 6px; }
    .ncp-login { padding: 54px 24px; }
    .ncp-form { max-width: 420px; }
    .ncp-empty { padding: 48px 8px; }
}
@media (max-width: 800px) {
    .ncp-schedule .ncp-scroll-hint { display: none; }
    .ncp-schedule .ncp-table-wrap { overflow: visible; }
    .ncp-schedule-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
    .ncp-schedule-table tbody { display: block; }
    .ncp-schedule-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; padding: 20px 18px; border-bottom: 1px solid var(--ncp-line); }
    .ncp-schedule-table tbody tr:last-child { border: 0; }
    .ncp-schedule-table td { display: block; border: 0; padding: 0; font-size: 14px; }
    .ncp-schedule-table td:first-child, .ncp-schedule-table td:last-child { padding: 0; }
    .ncp-schedule-table td[data-label]::before { content: attr(data-label); display: block; color: var(--ncp-muted); font-size: 12px; font-weight: 400; margin-bottom: 3px; }
    .ncp-schedule-table td.ncp-amount { text-align: left; }
    .ncp-schedule-table .ncp-installment-number { grid-column: 1; font-weight: 650; align-self: center; }
    .ncp-schedule-table .ncp-installment-number::before { display: inline; margin-right: 5px; color: var(--ncp-ink); font-size: inherit; font-weight: inherit; }
    .ncp-schedule-table .ncp-installment-status { grid-column: 2; grid-row: 1; justify-self: end; }
    .ncp-schedule-table td.ncp-remaining { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { .ncp * { transition: none !important; animation: none !important; } }

.ncp-summary-overdue { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; align-content: start; align-items: center; }
.ncp-summary-overdue dt { grid-column: 1 / -1; }
.ncp-subscription-summary dd.ncp-summary-action { margin-top: 6px; font-size: 14px; }
.ncp-installment-action { text-align: right; }
.ncp .ncp-installment-action button { min-height: 40px; padding: 8px 16px; }
@media (max-width: 800px) {
    .ncp-schedule-table .ncp-installment-action { grid-column: 1 / -1; }
    .ncp-installment-action button { width: 100%; }
    .ncp-subscription-summary:has(.ncp-summary-action) { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .ncp-summary-overdue { grid-template-columns: minmax(0, 1fr); }
    .ncp-subscription-summary dd.ncp-summary-action { margin-top: 12px; }
    .ncp-summary-action button { width: 100%; }
}

.ncp button:is([data-action="pay"], [data-action="pay-overdue"]) { color: #fff; background: #2f7d32; border-color: #2f7d32; }
.ncp button:is([data-action="pay"], [data-action="pay-overdue"]):hover { color: #fff; background: #256528; border-color: #256528; }
