#sidebar-wrapper .lf-nav-game.is-plan-locked .lf-game-toggle {
    border-color: rgba(255, 255, 255, .055);
}

#sidebar-wrapper .lf-nav-game.is-plan-locked .lf-game-toggle-icon,
#sidebar-wrapper .lf-nav-game.is-plan-locked .lf-game-toggle-copy {
    opacity: .68;
}

#sidebar-wrapper .lf-game-plan-lock {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .18rem .42rem;
    border: 1px solid rgba(241, 44, 76, .35);
    border-radius: 999px;
    background: rgba(241, 44, 76, .1);
    color: #ff7188;
    font: 700 .54rem/1.1 var(--bs-font-sans-serif);
    letter-spacing: .07em;
    text-transform: uppercase;
}

#sidebar-wrapper .js-sidebar-plan-locked {
    color: rgba(229, 231, 235, .48);
    cursor: pointer;
}

#sidebar-wrapper .js-sidebar-plan-locked::after {
    content: "\F47A";
    margin-left: auto;
    color: #ff7188;
    font-family: "bootstrap-icons";
    font-size: .72rem;
    opacity: .9;
}

#sidebar-wrapper .js-sidebar-plan-locked:hover {
    color: #fff;
    background: rgba(241, 44, 76, .09);
}

.lf-plan-modal {
    --sp-accent: #f12c4c;
    --sp-accent-rgb: 241, 44, 76;
}

.lf-plan-modal[data-game="crash"] {
    --sp-accent: #ffb020;
    --sp-accent-rgb: 255, 176, 32;
}

.lf-plan-modal[data-game="aviator"] {
    --sp-accent: #4c9ffe;
    --sp-accent-rgb: 76, 159, 254;
}

.lf-plan-modal .modal-content {
    overflow: hidden;
    border-radius: 1.15rem;
    color: #eef1f7;
    background:
        radial-gradient(circle at 100% 0, rgba(var(--sp-accent-rgb), .12), transparent 34%),
        linear-gradient(155deg, #1b1e24, #111318 62%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .07);
}

.lf-plan-modal__accent {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--sp-accent), transparent);
}

.lf-plan-modal .modal-header {
    padding: 1.25rem 1.35rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.lf-plan-modal .modal-body { padding: 1.2rem 1.35rem 1.4rem; }
.lf-plan-modal .modal-title { color: #fff; font-size: 1.22rem; font-weight: 800; }
.lf-plan-modal .modal-header p { color: #8e97a8; font-size: .8rem; }

.lf-plan-modal__hero {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(var(--sp-accent-rgb), .35);
    border-radius: .8rem;
    color: var(--sp-accent);
    background: rgba(var(--sp-accent-rgb), .12);
    box-shadow: 0 0 24px rgba(var(--sp-accent-rgb), .12);
}

.lf-plan-modal__eyebrow {
    margin-bottom: .12rem;
    color: var(--sp-accent);
    font: 800 .6rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .16em;
}

.lf-plan-modal__notice {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
    padding: .72rem .85rem;
    border: 1px solid rgba(var(--sp-accent-rgb), .2);
    border-radius: .72rem;
    color: #aeb6c5;
    background: rgba(var(--sp-accent-rgb), .055);
    font-size: .77rem;
}

.lf-plan-modal__notice i { color: var(--sp-accent); font-size: 1rem; }

.lf-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.lf-plan-loading {
    grid-column: 1 / -1;
    padding: 2.2rem;
    color: #929aaa;
    text-align: center;
}

.lf-plan-card {
    position: relative;
    display: flex;
    min-height: 12.5rem;
    flex-direction: column;
    padding: .95rem;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: .85rem;
    color: inherit;
    background: rgba(7, 9, 12, .32);
    text-align: left;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lf-plan-card:hover,
.lf-plan-card:focus-visible {
    outline: none;
    border-color: rgba(var(--sp-accent-rgb), .55);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3), 0 0 18px rgba(var(--sp-accent-rgb), .08);
    transform: translateY(-3px);
}

.lf-plan-card.is-best { border-color: rgba(var(--sp-accent-rgb), .32); }
.lf-plan-card__best {
    position: absolute;
    top: -.48rem;
    right: .65rem;
    padding: .18rem .42rem;
    border-radius: 999px;
    color: #fff;
    background: var(--sp-accent);
    font-size: .5rem;
    font-weight: 800;
    letter-spacing: .06em;
}

.lf-plan-card__cycle { color: #aab2c0; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.lf-plan-card__price { margin-top: .55rem; color: #fff; font-size: 1.35rem; line-height: 1; }
.lf-plan-card__days { margin-top: .3rem; color: #798293; font-size: .66rem; }
.lf-plan-card__saving { margin-top: .55rem; color: #32d583; font-size: .62rem; font-weight: 800; }
.lf-plan-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: .9rem;
    color: var(--sp-accent);
    font-size: .7rem;
    font-weight: 800;
}

.lf-plan-modal__footer-link {
    margin-top: 1rem;
    color: #747e90;
    text-align: center;
    font-size: .72rem;
}
.lf-plan-modal__footer-link a { color: #fff; font-weight: 700; }

.lf-plan-back {
    margin-bottom: .85rem;
    padding: 0;
    border: 0;
    color: #929baa;
    background: transparent;
    font-size: .72rem;
}
.lf-plan-back:hover { color: #fff; }

.lf-plan-order-summary {
    margin-bottom: 1rem;
    padding: .8rem 1rem;
    border: 1px solid rgba(var(--sp-accent-rgb), .24);
    border-radius: .75rem;
    color: #c8ced8;
    background: rgba(var(--sp-accent-rgb), .065);
    font-size: .8rem;
}
.lf-plan-order-summary strong { color: #fff; }

.lf-plan-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.lf-plan-method {
    position: relative;
    display: flex;
    min-height: 11rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .9rem;
    color: #fff;
    background: rgba(5, 7, 10, .34);
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.lf-plan-method:hover:not(:disabled) {
    border-color: rgba(var(--sp-accent-rgb), .5);
    background: rgba(var(--sp-accent-rgb), .06);
    transform: translateY(-2px);
}
.lf-plan-method:disabled { cursor: not-allowed; opacity: .35; }
.lf-plan-method > i { margin-bottom: .55rem; color: var(--sp-accent); font-size: 2rem; }
.lf-plan-method strong { font-size: .95rem; }
.lf-plan-method small { margin-top: .3rem; color: #80899a; font-size: .68rem; text-align: center; }
.lf-plan-method__badge {
    position: absolute;
    top: .65rem;
    right: .65rem;
    padding: .18rem .38rem;
    border-radius: 999px;
    color: var(--sp-accent);
    background: rgba(var(--sp-accent-rgb), .1);
    font-size: .5rem;
    font-weight: 800;
}

.lf-plan-provider-warning,
.lf-plan-error {
    margin-top: .9rem;
    padding: .7rem .8rem;
    border: 1px solid rgba(255, 176, 32, .25);
    border-radius: .65rem;
    color: #ffc85c;
    background: rgba(255, 176, 32, .07);
    font-size: .72rem;
}
.lf-plan-error { border-color: rgba(241, 44, 76, .3); color: #ff7a91; background: rgba(241, 44, 76, .08); }

.lf-plan-payment-loading {
    display: flex;
    min-height: 14rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: #fff;
}
.lf-plan-payment-loading .spinner-border { color: var(--sp-accent); }
.lf-plan-payment-loading small { color: #7e8797; }

.lf-plan-pix-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lf-plan-pix-content img {
    width: min(230px, 70vw);
    padding: .5rem;
    border-radius: .85rem;
    background: #fff;
}
.lf-plan-pix-content label,
.lf-plan-form-field label {
    align-self: stretch;
    margin: .8rem 0 .32rem;
    color: #aab2c0;
    font-size: .7rem;
    font-weight: 700;
}
.lf-plan-pix-content textarea,
.lf-plan-form-field input,
.lf-plan-form-field select,
.lf-plan-card-field {
    width: 100%;
    min-height: 2.65rem;
    padding: .66rem .75rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .58rem;
    outline: none;
    color: #f5f7fa;
    background: #0d1014;
    font-size: .78rem;
}
.lf-plan-pix-content textarea:focus,
.lf-plan-form-field input:focus,
.lf-plan-form-field select:focus {
    border-color: rgba(var(--sp-accent-rgb), .65);
    box-shadow: 0 0 0 3px rgba(var(--sp-accent-rgb), .09);
}

.lf-plan-primary-btn {
    margin-top: .8rem;
    padding: .68rem 1rem;
    border: 0;
    border-radius: .6rem;
    color: #fff;
    background: var(--sp-accent);
    font-size: .76rem;
    font-weight: 800;
}
.lf-plan-primary-btn:disabled { opacity: .55; }
.lf-plan-payment-status { margin-top: .8rem; color: #9099a9; font-size: .72rem; text-align: center; }
.lf-plan-payment-status.is-success { color: #32d583; }
.lf-plan-form-field { margin-bottom: .75rem; }
.lf-plan-form-field label { display: block; margin-top: 0; }

@media (max-width: 767.98px) {
    .lf-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lf-plan-card { min-height: 10.5rem; }
}

@media (max-width: 479.98px) {
    .lf-plan-modal .modal-header { align-items: flex-start; padding: 1rem; }
    .lf-plan-modal .modal-body { padding: 1rem; }
    .lf-plan-grid, .lf-plan-method-grid { grid-template-columns: 1fr; }
    .lf-plan-card { min-height: 8.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .lf-plan-card, .lf-plan-method { transition: none; }
}
