:root {
    color-scheme: light;
    --vip-bg: #fff;
    --vip-soft: #f8f9fa;
    --vip-text: #202124;
    --vip-muted: #5f6368;
    --vip-line: #e3e6e8;
    --vip-green: #087f5b;
    --vip-green-dark: #066c4d;
    --vip-green-soft: #eaf6f0;
    --vip-gold: #c58a12;
    --vip-gold-dark: #765000;
    --vip-gold-soft: #fff8e4;
    --vip-danger: #b3261e;
    --vip-shadow: 0 2px 10px rgba(60, 64, 67, .08), 0 12px 36px rgba(60, 64, 67, .06);
    --vip-font: "Segoe UI", Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; background: var(--vip-bg); }
body.kc-vip-page { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--vip-bg); color: var(--vip-text); font-family: var(--vip-font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.kc-vip-page [hidden] { display: none !important; }
.kc-vip-page :where(a, button, input, summary) { font: inherit; }
.kc-vip-page :where(a) { color: inherit; text-decoration: none; }
.kc-vip-page :where(button) { cursor: pointer; }
.kc-vip-page :where(img) { display: block; max-width: 100%; }
.kc-vip-page :where(a, button, input, summary):focus-visible { outline: 3px solid rgba(8, 127, 91, .28); outline-offset: 3px; }
.vip-shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.vip-skip { position: fixed; inset-block-start: 8px; inset-inline-start: 12px; z-index: 1000; padding: 10px 16px; border-radius: 9px; background: var(--vip-text); color: #fff; transform: translateY(-150%); }
.vip-skip:focus { transform: translateY(0); }

.vip-brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.vip-brand img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; box-shadow: 0 2px 7px rgba(32, 33, 36, .16); }
.vip-brand span { display: grid; line-height: 1.2; }
.vip-brand strong { color: #b91f32; font-size: .88rem; letter-spacing: .06em; }
.vip-brand small { color: var(--vip-muted); font-size: .68rem; }

.vip-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 64px; min-height: 520px; padding-block: 54px 42px; }
.vip-kicker, .vip-eyebrow { color: var(--vip-green); font-size: .79rem; font-weight: 800; }
.vip-kicker { display: inline-flex; align-items: center; gap: 7px; margin-block-start: 44px; padding: 7px 12px; border: 1px solid #ead59e; border-radius: 999px; background: var(--vip-gold-soft); color: var(--vip-gold-dark); }
.vip-hero h1 { max-width: 760px; margin: 14px 0 0; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.vip-hero__copy > p { max-width: 680px; margin: 18px 0 0; color: var(--vip-muted); font-size: clamp(1rem, 2vw, 1.25rem); }
.vip-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 25px; }
.vip-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; text-align: center; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.vip-button:hover { transform: translateY(-1px); }
.vip-button:disabled { cursor: wait; opacity: .62; transform: none; }
.vip-button--primary { background: var(--vip-green); color: #fff; }
.vip-button--primary:hover { background: var(--vip-green-dark); }
.vip-button--secondary { border-color: var(--vip-green); background: #fff; color: var(--vip-green); }
.vip-button--secondary:hover { background: var(--vip-green-soft); }
.vip-text-button { min-height: 36px; border: 0; background: transparent; color: var(--vip-green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.vip-hero__facts { display: flex; margin: 30px 0 0; padding: 0; list-style: none; }
.vip-hero__facts li { min-width: 126px; padding-inline: 18px; border-inline-start: 1px solid var(--vip-line); text-align: center; }
.vip-hero__facts li:first-child { padding-inline-start: 0; border-inline-start: 0; }
.vip-hero__facts strong, .vip-hero__facts span { display: block; }
.vip-hero__facts strong { color: #3c4043; font-size: .92rem; }
.vip-hero__facts span { color: var(--vip-muted); font-size: .7rem; }

.vip-hero__visual { display: grid; place-items: center; }
.vip-emblem { position: relative; display: grid; width: 310px; aspect-ratio: 1; place-items: center; align-content: center; gap: 5px; overflow: hidden; border: 1px solid #ead59e; border-radius: 38px; background: linear-gradient(145deg, #fff 20%, #fff9e8 75%, #f5e2a9); box-shadow: var(--vip-shadow); }
.vip-emblem::before, .vip-emblem::after { position: absolute; border-radius: 50%; content: ""; }
.vip-emblem::before { inset: -30% 46% 40% -20%; background: rgba(8, 127, 91, .09); }
.vip-emblem::after { inset: 55% -18% -30% 40%; background: rgba(197, 138, 18, .16); }
.vip-emblem__halo { position: absolute; width: 210px; height: 210px; border: 1px solid rgba(197, 138, 18, .22); border-radius: 50%; box-shadow: 0 0 0 24px rgba(197, 138, 18, .05), 0 0 0 50px rgba(197, 138, 18, .035); }
.vip-emblem img { position: relative; z-index: 1; width: 126px; height: 126px; border-radius: 26px; object-fit: cover; box-shadow: 0 10px 26px rgba(60, 64, 67, .16); }
.vip-emblem strong { position: relative; z-index: 1; margin-block-start: 8px; color: var(--vip-gold-dark); font-size: 1.5rem; letter-spacing: .14em; }
.vip-emblem small { position: relative; z-index: 1; color: var(--vip-muted); font-weight: 700; }

.vip-section { padding-block: 50px; border-block-start: 1px solid var(--vip-line); }
.vip-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-block-end: 25px; }
.vip-section__head > div { max-width: 760px; }
.vip-section__head h2 { margin: 3px 0 0; font-size: clamp(1.75rem, 4vw, 2.55rem); line-height: 1.2; }
.vip-section__head p { margin: 9px 0 0; color: var(--vip-muted); }
.vip-section__head--center { justify-content: center; text-align: center; }

.vip-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.vip-plan { position: relative; display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 26px; border: 1px solid var(--vip-line); border-radius: 20px; background: #fff; box-shadow: 0 1px 3px rgba(60, 64, 67, .05); }
.vip-plan--featured { border-color: #d9b45f; background: linear-gradient(180deg, #fffdf6, #fff 36%); box-shadow: 0 10px 35px rgba(138, 91, 0, .1); }
.vip-plan__recommended { position: absolute; inset-block-start: -13px; inset-inline-start: 22px; padding: 5px 12px; border-radius: 999px; background: var(--vip-gold-dark); color: #fff; font-size: .7rem; font-weight: 850; }
.vip-plan__head { display: flex; align-items: center; gap: 12px; }
.vip-plan__mark { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 14px; background: var(--vip-green-soft); color: var(--vip-green); font-size: 1.2rem; font-weight: 900; }
.vip-plan--featured .vip-plan__mark { background: var(--vip-gold-soft); color: var(--vip-gold-dark); }
.vip-plan__head div { min-width: 0; }
.vip-plan__head small { color: var(--vip-green); font-size: .72rem; font-weight: 800; }
.vip-plan__head h3 { margin: 0; font-size: 1.45rem; line-height: 1.25; }
.vip-plan__duration { margin: 23px 0 0; color: var(--vip-muted); font-size: .82rem; font-weight: 700; }
.vip-plan__price { display: flex; align-items: end; gap: 10px; min-height: 58px; margin-block-start: 3px; }
.vip-plan__price strong { font-size: 2.8rem; line-height: 1; }
.vip-plan__price strong span { font-size: 1rem; vertical-align: top; }
.vip-plan__price del { color: #9aa0a6; font-size: .88rem; }
.vip-plan__saving { width: max-content; margin-block-start: 8px; padding: 4px 9px; border-radius: 999px; background: var(--vip-green-soft); color: var(--vip-green); font-size: .7rem; font-weight: 800; }
.vip-plan__features { display: grid; gap: 11px; min-height: 188px; margin: 24px 0; padding: 22px 0 0; border-block-start: 1px solid var(--vip-line); list-style: none; }
.vip-plan__features li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 7px; color: #3c4043; font-size: .86rem; }
.vip-plan__features li span { color: var(--vip-green); font-weight: 900; }
.vip-plan__account-check, .vip-plan__guest, .vip-plan__subscriber { margin-block-start: auto; }
.vip-plan__account-check { display: flex; min-height: 92px; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; background: var(--vip-soft); color: var(--vip-muted); font-size: .8rem; font-weight: 700; }
.vip-spinner { width: 17px; height: 17px; border: 2px solid #c4c7c5; border-block-start-color: var(--vip-green); border-radius: 50%; animation: vip-spin .8s linear infinite; }
@keyframes vip-spin { to { transform: rotate(360deg); } }
.vip-plan__guest, .vip-plan__subscriber { min-height: 92px; align-content: end; gap: 5px; }
.vip-plan__guest:not([hidden]), .vip-plan__subscriber:not([hidden]) { display: grid; }
.vip-plan__guest .vip-button, .vip-plan__subscriber > .vip-button { width: 100%; }
.vip-plan__secure { margin-block-start: 4px; color: var(--vip-muted); font-size: .68rem; text-align: center; }
.vip-paypal-buttons { min-height: 46px; }

.vip-members { background: linear-gradient(180deg, #fff, #fffdf7); }
.vip-podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 14px; max-width: 900px; margin: 0 auto; padding: 24px 0 0; list-style: none; }
.vip-member { position: relative; display: grid; min-height: 228px; place-items: center; align-content: center; gap: 5px; padding: 28px 16px 20px; border: 1px solid var(--vip-line); border-radius: 22px; background: #fff; box-shadow: var(--vip-shadow); text-align: center; }
.vip-member--rank-1 { min-height: 265px; border-color: #d9b45f; background: linear-gradient(180deg, #fff9e7, #fff); order: 2; }
.vip-member--rank-2 { order: 1; }
.vip-member--rank-3 { order: 3; }
.vip-member__rank { position: absolute; inset-block-start: 12px; inset-inline-end: 13px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--vip-soft); color: var(--vip-muted); font-weight: 900; }
.vip-member--rank-1 .vip-member__rank { background: var(--vip-gold-dark); color: #fff; }
.vip-member__avatar, .vip-member-list__avatar { display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: linear-gradient(145deg, var(--vip-green), #0ca779); color: #fff; font-weight: 900; }
.vip-member__avatar { width: 74px; height: 74px; margin-block-end: 5px; border: 3px solid #fff; box-shadow: 0 0 0 2px #d9b45f; font-size: 1.45rem; }
.vip-member__avatar img, .vip-member-list__avatar img { width: 100%; height: 100%; object-fit: cover; }
.vip-member > strong { max-width: 100%; overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
.vip-member__name, .vip-member-list__identity strong { display: flex; align-items: center; justify-content: center; gap: 5px; }
.vip-member__name > span:first-child, .vip-member-list__identity strong > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.vip-member__verification { width: 19px; height: 19px; flex-basis: 19px; }
.vip-member > span:not(.vip-member__rank):not(.vip-member__avatar) { color: var(--vip-gold-dark); font-size: .78rem; font-weight: 800; }
.vip-member > small { color: var(--vip-muted); }
.vip-member-list { display: grid; max-width: 900px; margin: 16px auto 0; padding: 0; overflow: hidden; border: 1px solid var(--vip-line); border-radius: 18px; background: #fff; list-style: none; }
.vip-member-list li { display: grid; grid-template-columns: 36px 46px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 70px; padding: 10px 16px; border-block-start: 1px solid var(--vip-line); }
.vip-member-list li:first-child { border-block-start: 0; }
.vip-member-list__rank { color: var(--vip-muted); font-weight: 900; text-align: center; }
.vip-member-list__avatar { width: 46px; height: 46px; }
.vip-member-list__identity { display: grid; min-width: 0; }
.vip-member-list__identity strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vip-member-list__identity small { color: var(--vip-gold-dark); font-weight: 700; }
.vip-member-list li > b { color: var(--vip-muted); font-size: .78rem; }
.vip-members__method { max-width: 900px; margin: 16px auto 0; color: var(--vip-muted); font-size: .72rem; text-align: center; }
[data-vip-member-open] { cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
[data-vip-member-open]:hover { border-color: #d9b45f; box-shadow: 0 8px 30px rgba(118, 80, 0, .1); }
[data-vip-member-open]:focus-visible { outline: 3px solid rgba(8, 127, 91, .28); outline-offset: 3px; }
.vip-member-list [data-vip-member-open]:hover { transform: none; background: #fffdf7; }

.vip-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.vip-benefits article { display: flex; min-height: 84px; align-items: center; gap: 12px; padding: 18px; border: 1px solid var(--vip-line); border-radius: 15px; background: #fff; }
.vip-benefits article span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--vip-green-soft); color: var(--vip-green); font-weight: 900; }
.vip-benefits article strong { font-size: .88rem; }

.vip-account-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-block: 20px 50px; padding: 32px; border: 1px solid #c9e2d7; border-radius: 22px; background: linear-gradient(135deg, var(--vip-green-soft), #fff); }
.vip-account-card h2 { margin: 4px 0 0; font-size: 1.7rem; }
.vip-account-card h2 { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.vip-account-card h2 .kc-verification-badge { width: 22px; height: 22px; flex-basis: 22px; }
.vip-account-card p { max-width: 660px; margin: 7px 0 0; color: var(--vip-muted); }
.vip-account-card [data-vip-account-actions] { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; }
.vip-account-identity { display: inline-flex; align-items: center; gap: 9px; }
.vip-account-identity > img, .vip-account-identity > b { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.vip-account-identity > b { display: grid; place-items: center; background: var(--vip-green); color: #fff; }

.vip-faq details { border-block-start: 1px solid var(--vip-line); }
.vip-faq details:last-child { border-block-end: 1px solid var(--vip-line); }
.vip-faq summary { position: relative; padding: 18px 2px; font-weight: 800; list-style: none; cursor: pointer; }
.vip-faq summary::-webkit-details-marker { display: none; }
.vip-faq summary::after { position: absolute; inset-inline-end: 2px; content: "+"; color: var(--vip-green); font-size: 1.3rem; }
.vip-faq details[open] summary::after { content: "−"; }
.vip-faq details p { max-width: 800px; margin: -4px 0 18px; color: var(--vip-muted); }
.vip-faq a { color: var(--vip-green); text-decoration: underline; }

.vip-empty { display: grid; place-items: center; gap: 8px; min-height: 220px; padding: 28px; border: 1px dashed #bdc1c6; border-radius: 18px; background: var(--vip-soft); text-align: center; }
.vip-empty h3, .vip-empty p { margin: 0; }
.vip-empty p { color: var(--vip-muted); }
.vip-empty--members > span { color: var(--vip-gold); font-size: 2rem; }

.vip-footer { margin-block-start: 24px; border-block-start: 1px solid var(--vip-line); background: var(--vip-soft); }
.vip-footer__inner { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 24px; }
.vip-footer nav { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--vip-muted); font-size: .8rem; font-weight: 700; }
.vip-footer nav a:hover { color: var(--vip-green); }

.vip-auth-dialog { width: min(480px, calc(100% - 24px)); max-height: calc(100dvh - 24px); padding: 0; overflow: auto; border: 0; border-radius: 22px; background: #fff; color: var(--vip-text); box-shadow: 0 24px 80px rgba(32, 33, 36, .28); }
.vip-auth-dialog::backdrop { background: rgba(32, 33, 36, .55); backdrop-filter: blur(3px); }
.vip-auth-dialog__panel { padding: 25px; }
.vip-auth-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.vip-auth-dialog header h2 { margin: 3px 0 0; font-size: 1.6rem; }
.vip-auth-dialog header p { margin: 7px 0 0; color: var(--vip-muted); font-size: .82rem; }
.vip-auth-dialog header > button { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 0; border-radius: 50%; background: var(--vip-soft); color: var(--vip-muted); font-size: 1.4rem; }
.vip-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0 18px; padding: 4px; border-radius: 11px; background: var(--vip-soft); }
.vip-auth-tabs button { min-height: 40px; border: 0; border-radius: 8px; background: transparent; color: var(--vip-muted); font-weight: 800; }
.vip-auth-tabs button[aria-selected="true"] { background: #fff; color: var(--vip-green); box-shadow: 0 1px 4px rgba(60, 64, 67, .12); }
.vip-auth-dialog form { display: grid; gap: 13px; }
.vip-auth-dialog label { display: grid; gap: 5px; }
.vip-auth-dialog label span { color: #3c4043; font-size: .78rem; font-weight: 750; }
.vip-auth-dialog input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdc1c6; border-radius: 9px; background: #fff; color: var(--vip-text); }
.vip-auth-dialog input:focus { border-color: var(--vip-green); outline: 2px solid rgba(8, 127, 91, .12); }
.vip-auth-error { margin: 0 0 13px; padding: 10px 12px; border-radius: 9px; background: #fce8e6; color: var(--vip-danger); font-size: .78rem; font-weight: 700; }
.vip-toast { position: fixed; inset-inline-start: 50%; inset-block-end: 28px; z-index: 300; max-width: min(520px, calc(100% - 30px)); padding: 12px 18px; border-radius: 10px; background: #202124; color: #fff; box-shadow: var(--vip-shadow); font-size: .84rem; font-weight: 700; transform: translateX(-50%); }
.vip-toast.is-error { background: var(--vip-danger); }

.vip-member-dialog { width: min(520px, calc(100% - 24px)); max-height: calc(100dvh - 24px); padding: 0; overflow: auto; border: 0; border-radius: 26px; background: #fff; color: var(--vip-text); box-shadow: 0 28px 90px rgba(32, 33, 36, .3); }
.vip-member-dialog::backdrop { background: rgba(32, 33, 36, .58); backdrop-filter: blur(4px); }
.vip-member-dialog__panel { position: relative; display: grid; justify-items: center; padding: 34px 30px 30px; text-align: center; }
.vip-member-dialog__close { position: absolute; inset-block-start: 15px; inset-inline-end: 15px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: var(--vip-soft); color: var(--vip-muted); font-size: 1.45rem; }
.vip-member-dialog__avatar { display: grid; width: 106px; height: 106px; place-items: center; overflow: hidden; border: 4px solid #fff; border-radius: 50%; background: linear-gradient(145deg, var(--vip-green), #0ca779); color: #fff; box-shadow: 0 0 0 3px #dfbd6c, 0 12px 28px rgba(60, 64, 67, .16); font-size: 2rem; font-weight: 900; }
.vip-member-dialog__avatar img { width: 100%; height: 100%; object-fit: cover; }
.vip-member-dialog h2 { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 17px 0 0; font-size: 1.7rem; }
.vip-member-dialog h2 .kc-verification-badge { width: 24px; height: 24px; flex-basis: 24px; }
.vip-member-dialog__subscription { display: flex; align-items: center; gap: 8px; margin-block-start: 13px; }
.vip-member-dialog__subscription span, .vip-member-dialog__subscription strong { padding: 6px 10px; border-radius: 999px; font-size: .75rem; }
.vip-member-dialog__subscription span { background: var(--vip-gold-soft); color: var(--vip-gold-dark); }
.vip-member-dialog__subscription strong { background: var(--vip-soft); color: var(--vip-muted); }
.vip-member-dialog section { width: 100%; margin-block-start: 24px; padding-block-start: 22px; border-block-start: 1px solid var(--vip-line); text-align: start; }
.vip-member-dialog__stars { color: #f0a500; font-size: 1.28rem; letter-spacing: .06em; }
.vip-member-dialog section p { margin: 9px 0 0; color: #3c4043; white-space: pre-wrap; }
.vip-member-dialog section time { display: block; margin-block-start: 8px; color: var(--vip-muted); font-size: .72rem; }
.vip-member-dialog__empty { width: 100%; margin: 24px 0 0; padding: 18px; border-block-start: 1px solid var(--vip-line); color: var(--vip-muted); font-size: .84rem; }

@media (max-width: 900px) {
    .vip-hero { grid-template-columns: minmax(0, 1fr) 280px; gap: 34px; }
    .vip-emblem { width: 260px; }
    .vip-plans { grid-template-columns: 1fr; }
    .vip-plan { display: grid; grid-template-columns: minmax(0, 1fr) 260px; column-gap: 28px; }
    .vip-plan__head, .vip-plan__duration, .vip-plan__price, .vip-plan__saving, .vip-plan__features { grid-column: 1; }
    .vip-plan__account-check, .vip-plan__guest, .vip-plan__subscriber { grid-column: 2; grid-row: 1 / span 5; align-self: center; width: 100%; }
    .vip-plan__features { min-height: 0; }
    .vip-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .vip-shell { width: calc(100% - 32px); }
    .vip-hero { display: block; min-height: 0; padding-block: 28px 26px; }
    .vip-kicker { margin-block-start: 26px; }
    .vip-hero h1 { font-size: clamp(2.6rem, 14vw, 4.2rem); }
    .vip-hero__visual { display: none; }
    .vip-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-inline: 0; padding-inline: 0; overflow: visible; }
    .vip-hero__facts li { min-width: 0; padding-inline: 8px; }
    .vip-section { padding-block: 34px; }
    .vip-plan { display: flex; padding: 22px 18px; }
    .vip-plan__features { min-height: 0; }
    .vip-plan__account-check, .vip-plan__guest, .vip-plan__subscriber { width: auto; }
    .vip-podium { grid-template-columns: 1fr; padding-block-start: 0; }
    .vip-member, .vip-member--rank-1 { min-height: 178px; order: initial; }
    .vip-member-list li { grid-template-columns: 30px 42px minmax(0, 1fr); gap: 9px; }
    .vip-member-list__avatar { width: 42px; height: 42px; }
    .vip-member-list li > b { grid-column: 3; }
    .vip-benefits { grid-template-columns: 1fr; }
    .vip-account-card { display: grid; margin-block: 8px 34px; padding: 24px 20px; }
    .vip-account-card [data-vip-account-actions] { display: grid; }
    .vip-footer__inner { display: grid; padding-block: 26px; }
    .vip-footer nav { gap: 9px 16px; }
    .vip-toast { inset-block-end: calc(82px + env(safe-area-inset-bottom)); }
    .vip-member-dialog__panel { padding: 30px 20px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

@media (forced-colors: active) {
    .vip-plan--featured, .vip-emblem { border: 2px solid CanvasText; }
}

@media print {
    .vip-hero__actions, .vip-plan__account-check, .vip-plan__guest, .vip-plan__subscriber, .vip-account-card, .vip-auth-dialog, .vip-toast, .vip-footer { display: none !important; }
}
