:root {
    color-scheme: light;
    --bg: #f4f7fb;
    --panel: #ffffff;
    --text: #111827;
    --muted: #667085;
    --line: #d8e0ec;
    --primary: #1463ff;
    --primary-dark: #0c48bf;
    --success-bg: #eaf8f0;
    --success-text: #17633a;
    --error-bg: #fff0f0;
    --error-text: #a62525;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
}

a {
    color: inherit;
}

[hidden] {
    display: none !important;
}

.account-login-page {
    color: #edf5ff;
    background:
        radial-gradient(circle at 22% 18%, rgba(52, 121, 255, 0.26), transparent 36%),
        radial-gradient(circle at 78% 24%, rgba(14, 164, 255, 0.16), transparent 38%),
        linear-gradient(135deg, #082657 0%, #061936 47%, #020916 100%);
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(12px, 3vh, 30px) 16px;
    place-items: center;
    position: relative;
}

.login-shell {
    align-items: center;
    display: grid;
    gap: clamp(12px, 2.4vh, 22px);
    justify-items: center;
    position: relative;
    width: min(100%, 680px);
    z-index: 1;
}

.login-bg-grid {
    background:
        radial-gradient(circle at 16% 20%, rgba(90, 152, 255, 0.22) 1px, transparent 2px),
        radial-gradient(circle at 72% 26%, rgba(90, 152, 255, 0.16) 1px, transparent 2px),
        radial-gradient(circle at 30% 76%, rgba(90, 152, 255, 0.15) 1px, transparent 2px),
        linear-gradient(120deg, transparent 0 76%, rgba(55, 130, 255, 0.08) 76% 100%);
    background-size: 118px 118px, 144px 144px, 168px 168px, 100% 100%;
    inset: 0;
    opacity: 0.9;
    pointer-events: none;
    position: fixed;
}

.login-language {
    background: rgba(13, 33, 77, 0.72);
    border: 1px solid rgba(133, 176, 255, 0.24);
    border-radius: 999px;
    box-shadow: 0 18px 56px rgba(5, 20, 54, 0.28);
    display: inline-flex;
    gap: 6px;
    padding: 6px;
}

.login-language button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: rgba(235, 244, 255, 0.88);
    cursor: pointer;
    font: inherit;
    font-size: clamp(14px, 2.1vw, 18px);
    font-weight: 750;
    min-width: 118px;
    padding: 9px 20px;
}

.login-language button.active {
    background: linear-gradient(135deg, #2ea3ff, #306cff);
    box-shadow: 0 12px 32px rgba(43, 126, 255, 0.42);
    color: #fff;
}

.login-panel,
.section-block,
.profile-card,
.plan-group,
.empty-state {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.login-panel {
    background:
        radial-gradient(circle at 25% 18%, rgba(55, 119, 225, 0.34), transparent 44%),
        linear-gradient(145deg, rgba(12, 35, 79, 0.94), rgba(3, 12, 30, 0.96));
    border: 1px solid rgba(116, 165, 255, 0.26);
    border-radius: 24px;
    box-shadow: 0 44px 120px rgba(0, 8, 26, 0.58);
    max-width: 620px;
    overflow: hidden;
    padding: clamp(24px, 5vh, 46px) clamp(20px, 6vw, 48px);
    position: relative;
    text-align: center;
    width: 100%;
}

.login-panel::before {
    background:
        radial-gradient(circle at center, rgba(31, 161, 255, 0.18), transparent 55%),
        linear-gradient(90deg, transparent, rgba(120, 179, 255, 0.16), transparent);
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 0;
}

.login-logo {
    display: block;
    margin: 0 auto clamp(10px, 2vh, 16px);
    width: clamp(82px, 14vh, 128px);
}

.login-logo img {
    display: block;
    filter: drop-shadow(0 22px 48px rgba(0, 163, 255, 0.38));
    height: auto;
    width: 100%;
}

.login-kicker {
    color: #7bbcff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.login-panel h1 {
    color: #f4f8ff;
    font-size: clamp(28px, 5vh, 42px);
    line-height: 1.04;
    margin-bottom: 12px;
}

.login-lead {
    color: rgba(229, 239, 255, 0.76);
    font-size: clamp(14px, 2.35vh, 18px);
    line-height: 1.45;
    margin: 0 auto clamp(16px, 3vh, 24px);
    max-width: 500px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    height: 32px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.muted,
.fineprint,
.section-heading p,
.order-row span,
.plan-row span {
    color: var(--muted);
}

.provider-list {
    display: grid;
    gap: 10px;
    margin: 0 auto 16px;
    max-width: 380px;
}

.telegram-widget {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(138, 183, 255, 0.22);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
    justify-items: center;
    min-height: 52px;
    padding: 8px 12px;
}

.telegram-widget iframe {
    max-width: 100%;
}

.provider-button,
.button,
.ghost-link,
.download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--line);
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.provider-button {
    width: 100%;
    background: linear-gradient(135deg, rgba(46, 163, 255, 0.95), rgba(48, 108, 255, 0.95));
    border: 1px solid rgba(145, 190, 255, 0.22);
    box-shadow: 0 16px 38px rgba(32, 105, 245, 0.32);
    color: #fff;
    gap: 12px;
    min-height: 52px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.provider-button.provider-google {
    background: #fff;
    border-color: rgba(218, 225, 235, 0.95);
    box-shadow: 0 16px 38px rgba(7, 18, 38, 0.18);
    color: #1f2937;
}

.provider-button.provider-google .provider-icon {
    background: #fff;
    border-color: #dbe3ef;
    color: #2563eb;
}

.provider-button.provider-google:hover {
    box-shadow: 0 22px 52px rgba(7, 18, 38, 0.24);
}

.provider-button:hover {
    box-shadow: 0 22px 52px rgba(32, 105, 245, 0.42);
    transform: translateY(-2px);
}

.provider-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 850;
    height: 32px;
    justify-content: center;
    min-width: 32px;
}

.provider-button:disabled,
.button:disabled {
    cursor: not-allowed;
    filter: saturate(0.45);
    opacity: 0.52;
}

.provider-button-compact {
    max-width: 260px;
    min-height: 44px;
    width: auto;
}

.consent-shell {
    width: min(100%, 620px);
}

.consent-panel {
    max-width: 560px;
}

.consent-form {
    display: grid;
    gap: 12px;
    margin: 0 auto 14px;
    max-width: 430px;
    text-align: left;
}

.legal-checkbox {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(138, 183, 255, 0.24);
    border-radius: 12px;
    color: rgba(235, 244, 255, 0.9);
    display: flex;
    gap: 10px;
    line-height: 1.35;
    padding: 12px 14px;
}

.legal-checkbox input {
    accent-color: #2e8fff;
    flex: 0 0 auto;
    height: 18px;
    margin: 1px 0 0;
    width: 18px;
}

.legal-checkbox a {
    color: #9fd0ff;
    font-weight: 800;
    text-decoration: none;
}

.legal-checkbox a:hover {
    color: #d5ecff;
}

.consent-submit {
    margin-top: 2px;
}

.account-login-page .fineprint {
    color: rgba(218, 232, 255, 0.62);
    font-size: 13px;
    line-height: 1.4;
    margin: 0 auto 10px;
    max-width: 440px;
}

.login-back-link {
    color: #8fc4ff;
    display: inline-flex;
    font-weight: 750;
    text-decoration: none;
}

.login-back-link:hover {
    color: #c9e3ff;
}

@media (max-height: 820px) {
    .account-login-page {
        padding: 10px 14px;
    }

    .login-shell {
        gap: 10px;
    }

    .login-language {
        padding: 4px;
    }

    .login-language button {
        font-size: 14px;
        min-width: 106px;
        padding: 7px 14px;
    }

    .login-panel {
        border-radius: 22px;
        max-width: 580px;
        padding: 22px 34px;
    }

    .login-logo {
        margin-bottom: 8px;
        width: 76px;
    }

    .login-kicker {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .login-panel h1 {
        font-size: clamp(24px, 5vh, 34px);
        margin-bottom: 8px;
    }

    .login-lead {
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 14px;
        max-width: 450px;
    }

    .provider-list {
        gap: 8px;
        margin-bottom: 10px;
        max-width: 360px;
    }

    .provider-button,
    .telegram-widget {
        min-height: 46px;
    }

    .telegram-widget {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 6px 10px;
    }

    .provider-icon {
        border-radius: 8px;
        font-size: 12px;
        height: 28px;
        min-width: 28px;
    }

    .account-login-page .fineprint {
        display: none;
    }

    .login-back-link {
        font-size: 12px;
    }
}

@media (max-height: 640px) {
    .account-login-page {
        padding: 8px 12px;
    }

    .login-shell {
        gap: 8px;
    }

    .login-language button {
        font-size: 13px;
        min-width: 96px;
        padding: 6px 12px;
    }

    .login-panel {
        max-width: 540px;
        padding: 16px 28px;
    }

    .login-logo {
        width: 56px;
    }

    .login-kicker,
    .login-lead,
    .account-login-page .fineprint {
        display: none;
    }

    .login-panel h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .provider-list {
        gap: 7px;
        margin-bottom: 8px;
    }

    .provider-button,
    .telegram-widget {
        min-height: 42px;
    }

    .provider-button {
        padding: 7px 12px;
    }
}

@media (max-width: 520px) {
    .account-login-page {
        padding: 10px;
    }

    .login-shell {
        width: 100%;
    }

    .login-language {
        width: min(100%, 320px);
    }

    .login-language button {
        flex: 1 1 0;
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-panel {
        border-radius: 20px;
        padding: 22px 16px;
    }

    .provider-list {
        max-width: 100%;
    }

    .telegram-widget {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr);
    }

    .telegram-widget .provider-icon {
        display: none;
    }

    .login-panel h1 {
        font-size: clamp(26px, 8vw, 34px);
    }
}

.button.primary {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.button.secondary,
.ghost-link {
    background: #fff;
    color: var(--primary-dark);
}

.alert {
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-weight: 650;
}

.alert.success {
    background: var(--success-bg);
    color: var(--success-text);
}

.alert.error {
    background: var(--error-bg);
    color: var(--error-text);
}

.account-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px clamp(16px, 4vw, 40px);
    background: rgba(244, 247, 251, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.header-actions,
.hero-actions,
.card-actions,
.row-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.user-chip {
    padding: 8px 12px;
    border-radius: 8px;
    background: #eaf0fa;
    color: #344054;
    font-weight: 700;
}

.account-layout {
    width: min(1180px, calc(100% - 32px));
    margin: 28px auto 64px;
}

.hero-strip {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 28px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #10233f;
    color: #fff;
}

.hero-strip h1 {
    margin-bottom: 0;
}

.eyebrow {
    margin-bottom: 8px;
    color: #9cc2ff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}

.section-block {
    padding: 24px;
    margin-top: 20px;
}

.section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section-heading h2 {
    margin-bottom: 6px;
}

.profile-grid,
.plan-grid,
.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.subscription-list {
    display: grid;
    gap: 10px;
}

.subscription-row {
    align-items: center;
    background: #fbfcfe;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    gap: 10px 14px;
    grid-template-columns: minmax(180px, 1.1fr) minmax(220px, 1.4fr) minmax(180px, auto);
    padding: 12px 14px;
}

.row-primary {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}

.row-meta {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 650;
    gap: 8px 12px;
    min-width: 0;
}

.row-meta span {
    position: relative;
}

.row-meta span + span::before {
    color: #c5cfdd;
    content: "·";
    margin-right: 12px;
}

.row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.row-actions-awg {
    align-items: center;
}

.inline-name-field {
    display: grid;
    flex: 1 1 auto;
    gap: 4px;
    min-width: 0;
}

.inline-name-input {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    min-height: 36px;
    min-width: 0;
    padding: 6px 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    width: 100%;
}

.inline-name-input:hover {
    border-color: #c8d4e6;
}

.inline-name-input:focus {
    background: #fff;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(20, 99, 255, 0.12);
    outline: none;
}

.inline-name-input.is-saving {
    opacity: 0.65;
}

.inline-name-input.is-error {
    border-color: #d14343;
}

.inline-name-input.is-saved {
    border-color: #1f9d55;
}

.inline-name-note {
    color: var(--error-text);
    font-size: 12px;
    font-weight: 650;
}

.button-compact {
    min-height: 36px;
    padding: 7px 12px;
}

.select-compact {
    max-width: 180px;
    min-height: 36px;
    padding: 6px 8px;
}

.row-backend-form {
    margin: 0;
    min-width: 0;
}

.qr-popover {
    position: relative;
}

.qr-popover summary {
    list-style: none;
}

.qr-popover summary::-webkit-details-marker {
    display: none;
}

.qr-image-small {
    height: 148px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 148px;
    z-index: 2;
}

.section-compact .section-heading {
    margin-bottom: 12px;
}

.section-compact .section-heading p {
    margin-bottom: 0;
}

.profile-picker-shell {
    display: grid;
    gap: 12px;
}

.profile-picker-label {
    display: grid;
    gap: 6px;
    max-width: min(100%, 480px);
}

.profile-picker-label > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.profile-picker {
    width: 100%;
}

.profile-picker-panels .subscription-row {
    grid-template-columns: 1fr;
}

.profile-picker-panels .row-actions {
    justify-content: flex-start;
}

.profile-picker-panel[hidden] {
    display: none !important;
}

.tiny {
    font-size: 12px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.plan-grid {
    align-items: start;
}

.profile-card,
.plan-group,
.empty-state {
    padding: 18px;
    box-shadow: none;
}

.profile-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.status-pill {
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
}

.status-pill.active {
    background: var(--success-bg);
    color: var(--success-text);
}

.status-pill.expired {
    background: var(--error-bg);
    color: var(--error-text);
}

.profile-facts {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.profile-facts div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
}

.profile-facts dt {
    color: var(--muted);
}

.profile-facts dd {
    margin: 0;
    font-weight: 700;
}

.code-label {
    display: block;
    color: var(--muted);
    margin-bottom: 6px;
}

.copy-code {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 12px;
    border-radius: 8px;
    background: #f1f5fb;
    border: 1px solid var(--line);
    font-size: 13px;
}

.card-actions {
    margin-top: 14px;
}

.awg-card {
    display: flex;
    flex-direction: column;
}

.qr-panel {
    min-width: 88px;
}

.qr-panel summary {
    list-style: none;
}

.qr-panel summary::-webkit-details-marker {
    display: none;
}

.qr-image {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: block;
    height: 196px;
    margin-top: 10px;
    padding: 10px;
    width: 196px;
}

.backend-form {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.backend-form label {
    color: var(--muted);
    font-weight: 700;
}

.backend-controls {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.select-field {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--text);
    min-height: 42px;
    min-width: 0;
    padding: 8px 10px;
    width: 100%;
}

.backend-empty {
    border-top: 1px solid var(--line);
    margin: auto 0 0;
    padding-top: 14px;
}

.order-list,
.identity-list,
.identity-actions {
    display: grid;
    gap: 10px;
}

.order-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.order-row strong,
.order-row span {
    display: block;
}

.plan-group {
    overflow: hidden;
    padding: 0;
}

.plan-group-summary {
    align-items: center;
    cursor: default;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    padding: 16px;
}

.plan-group-summary::-webkit-details-marker {
    display: none;
}

.plan-group-summary::after {
    content: none;
}

.plan-group[open] .plan-group-summary::after {
    transform: rotate(180deg);
}

.plan-group-summary span {
    color: var(--text);
    font-size: 22px;
    font-weight: 850;
}

.plan-group-summary small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
    margin-left: auto;
    white-space: nowrap;
}

.plan-group-form {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 10px;
    padding: 14px 16px 16px;
}

.plan-mode-toggle {
    background: #edf3fb;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px;
}

.plan-mode-toggle label {
    min-width: 0;
    position: relative;
}

.plan-mode-toggle label.disabled {
    opacity: 0.45;
}

.plan-mode-toggle input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.plan-mode-toggle span {
    align-items: center;
    border-radius: 6px;
    color: #475467;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
    padding: 7px 8px;
    text-align: center;
    white-space: nowrap;
}

.plan-mode-toggle input:checked + span {
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    color: var(--primary-dark);
}

.plan-renew-select {
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    width: 100%;
}

.plan-renew-select:disabled {
    display: none;
}

.plan-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid var(--line);
}

.plan-row strong,
.plan-row span {
    display: block;
}

.plan-row strong {
    font-size: 15px;
    line-height: 1.15;
}

.plan-price-line {
    font-size: 15px;
    line-height: 1.2;
}

.plan-price-line em {
    color: var(--success-text);
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    margin-left: 8px;
}

.download-link {
    min-height: 54px;
    background: #f8fbff;
}

.identity-list span {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8fbff;
}

.identity-actions {
    align-items: start;
    grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
    margin-top: 12px;
}

@media (max-width: 720px) {
    .account-header,
    .hero-strip,
    .section-heading,
    .order-row {
        align-items: stretch;
        flex-direction: column;
    }

    .subscription-row {
        grid-template-columns: 1fr;
    }

    .row-actions,
    .row-actions-awg {
        justify-content: flex-start;
    }

    .select-compact {
        max-width: none;
        width: 100%;
    }

    .row-backend-form {
        flex: 1 1 100%;
        width: 100%;
    }

    .qr-image-small {
        position: static;
    }

    .profile-facts div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .backend-controls {
        grid-template-columns: 1fr;
    }

    .qr-image {
        height: min(196px, calc(100vw - 92px));
        width: min(196px, calc(100vw - 92px));
    }

    .plan-grid {
        grid-template-columns: 1fr;
    }

    .plan-group-summary {
        cursor: pointer;
        padding: 13px 14px;
    }

    .plan-group-summary::after {
        color: var(--muted);
        content: "⌄";
        flex: 0 0 auto;
        font-size: 18px;
        line-height: 1;
        transform: rotate(0deg);
        transition: transform 0.18s ease;
    }

    .plan-group-summary span {
        font-size: 18px;
    }

    .plan-group-summary small {
        font-size: 11px;
    }

    .plan-group-form {
        padding: 10px 12px 12px;
    }

    .plan-row {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 9px 0;
    }

    .plan-row .button {
        min-height: 44px;
        padding: 8px 12px;
    }

    .plan-price-line em {
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }
}
