.fc-collapsible-toggle,.fc-customer-balance-value,.fc-earning-badge,.fc-earning-method-title,.fc-modal,.fc-modal-title,.fc-mult-factor-value,.fc-mult-info strong,.fc-pass-balance-value,.fc-pass-level-chip-text strong,.fc-pass-title,.fc-rate-equals,.fc-rate-input,.fc-rate-side-value,.fc-share-link-input,.fc-stepper-circle,.fc-type-card-name,.fc-wizard,.fc-wizard-advanced-summary,.fc-wizard-header-text h2,.fc-wizard-title {
    font-family: Montserrat,sans-serif
}

.custom-control-label::after,.custom-control-label::before {
    top: .15rem;
    left: -1.5rem;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    content: ""
}

.fc-earning-badge,.fc-pass-title {
    text-transform: uppercase;
    letter-spacing: .04em
}

.fc-activation-icon,.fc-balance-btn,.fc-challenge-icon,.fc-kpi-icon,.fc-level-badge,.fc-level-chip-badge,.fc-modal-close,.fc-mult-factor,.fc-pass-level-chip-icon,.fc-pass-logo,.fc-pass-qr,.fc-pass-stamp,.fc-share-qr,.fc-stepper-circle,.fc-tag button,.fc-wizard-header-icon,.fc-wizard-hero-icon,.fc-wizard-success-icon {
    place-items: center
}

.fc-admin-wallet,.fc-wallet,.fc-wizard {
    --w-card: #ffffff;
    --w-text: #1c1c1e;
    --w-muted: #8e8e93;
    --w-hairline: rgba(60, 60, 67, 0.1);
    --w-shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.04),0 8px 24px rgba(15, 23, 42, 0.06);
    --w-ease: cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-font-smoothing: antialiased
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin: 0 0 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-left: .5rem;
    line-height: 1.5;
    font-size: 14px;
    color: #525f7f;
    cursor: pointer;
    user-select: none
}

.mb-3,.term-cond {
    margin-bottom: 1rem!important
}

.custom-control-label::before {
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #cad1d7;
    box-shadow: none
}

.custom-control-label::after {
    position: absolute;
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .2rem
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(94,114,228,.15)
}

.custom-control-input:disabled~.custom-control-label {
    color: #8898aa
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.fc-area-section-title-spacer,.fc-points-name-block,.term-cond {
    margin-top: 1.25rem
}

.term-conditions a {
    color: #5e72e4;
    font-weight: 600
}

.term-conditions a:hover {
    color: #324cdd
}

.fc-terms-details {
    margin-top: 6px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef
}

.fc-terms-details summary {
    cursor: pointer;
    font-weight: 600
}

.fidelity-layout {
    display: grid;
    grid-template-columns: minmax(320px,380px) 1fr;
    gap: 1.5rem;
    align-items: start
}

.fidelity-preview-col {
    position: sticky;
    top: 1rem;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.btn,.card,.card-badge,.dropdown,.fc-pass,.fc-pass-balance,.fc-pass-foot,.fc-pass-head,.fc-pass-stamps,.fc-share-qr,.fc-wallet-hero,.fc-wizard-amount-input,.input-with-help,.tabs-scrollable,.tooltip {
    position: relative
}

.fc-customer-info,.fc-level-fields,.fc-mult-info,.fidelity-settings-col {
    min-width: 0
}

.fc-pass {
    width: 100%;
    height: 200px;
    max-width: 360px;
    border-radius: 18px;
    padding: 18px;
    color: var(--fc-fg,#fff);
    background: var(--fc-primary,#d3d19c);
    box-shadow: 5px 10px 12px 0 rgba(15,23,42,.35),0 0 0 rgba(15,23,42,.08);
    overflow: hidden;
    transition: background .35s,color .35s;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.fc-pass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.12) 60%,rgba(0,0,0,.22) 100%);
    z-index: 0;
    pointer-events: none;
    transition: background .35s
}

.fc-pass-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    z-index: 1
}

.fc-pass-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,.15);
    display: grid;
    overflow: hidden;
    flex-shrink: 0
}

.fc-pass-logo img,.fc-wallet-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fc-pass-logo i {
    font-size: 20px;
    color: rgba(255,255,255,.9)
}

.fc-pass-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.15;
    opacity: .9
}

.fc-pass-restaurant {
    font-size: 11px;
    font-weight: 500
}

.fc-pass-balance {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.fc-pass-balance-label {
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase
}

.fc-pass-balance-value {
    font-weight: 800;
    font-size: 25px;
    margin: 0 10px 0 0
}

.fc-pass-balance-points {
    font-size: 13px;
    font-weight: 800
}

.fc-field-hint i,.fc-level-step-text span,.fc-pass-customer,.fc-pass-stamp,.fc-wallet-active-coupons-label i,.fc-wallet-reward-redeem i {
    font-size: 12px
}

.fc-pass-stamps {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 6px;
    margin-top: 10px;
    z-index: 1
}

.fc-pass-stamp {
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px dashed rgba(255,255,255,.35);
    display: grid;
    color: rgba(255,255,255,.5)
}

.fc-pass-stamp.is-filled {
    background: rgba(255,255,255,.9);
    border-style: solid;
    border-color: rgba(255,255,255,.9);
    color: var(--fc-primary,#0d6efd);
    font-weight: 700
}

.fc-pass-foot {
    margin-top: 12px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    z-index: 1
}

.fc-pass-customer strong {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}

.fc-activation-title,.fc-area-brand span,.fc-area-userchip-avatar,.fc-confirm-restaurant,.fc-customer-name,.fc-inactive-banner-text h3,.fc-kpi-value,.fc-section-title,.fc-share-card-head-text strong,.fc-toggle-row-text strong,.fc-wizard-btn-back,.fc-wizard-btn-next,.slide-center .slide-title,.slide-title {
    font-weight: 700;
    font-family: Montserrat,sans-serif
}

.fc-pass-qr {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 8px;
    display: grid;
    color: #000;
    font-size: 26px
}

.fidelity-member-share {
    max-width: 380px;
    margin-top: 16px
}

.fc-share-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(60,60,67,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(15,23,42,.06);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fc-share-card-head,.fc-share-card-head-text {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.fc-share-card-head-text>i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg,#0d6efd,#6610f2);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0
}

.fc-share-card-head-text strong {
    display: block;
    font-size: 14px;
    color: #1f2d3d
}

.fc-share-card-head-text span {
    font-size: 12.5px;
    color: #6c757d;
    line-height: 1.4
}

.fc-share-qr {
    align-self: center;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1/1;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    display: grid;
    overflow: hidden;
    transition: opacity .15s,filter .15s
}

.fc-share-qr svg {
    width: 100%;
    height: 100%;
    display: block
}

.fc-share-qr.is-disabled svg {
    filter: grayscale(1) opacity(.35)
}

.fc-share-qr-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6c757d;
    text-align: center;
    padding: 0 12px
}

.fc-share-qr-overlay i {
    font-size: 22px;
    color: #1f2d3d
}

.fc-share-qr-overlay span {
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.3
}

.fc-share-qr-download {
    align-self: center;
    width: 100%;
    max-width: 220px;
    justify-content: center
}

.fc-share-qr-download:disabled {
    opacity: .5;
    cursor: not-allowed
}

.fc-share-link-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px dashed #e9ecef
}

.fc-share-link-input {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(60,60,67,.1);
    background: #f8f9fa;
    font-size: 12.5px;
    color: #1f2d3d;
    text-overflow: ellipsis;
    user-select: all
}

.fc-share-link-input:focus {
    outline: 0;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,.15)
}

.fc-share-link-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.fc-share-link-actions .btn {
    justify-content: center
}

.fc-preview-meta {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 12.5px;
    color: #495057
}

.fc-preview-meta-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0
}

.fc-preview-meta-row+.fc-preview-meta-row,.fc-validity-impact-row+.fc-validity-impact-row {
    border-top: 1px dashed #dee2e6
}

.fc-area-section-title i,.fc-preview-meta-row strong,.fc-rate-side-value {
    color: #1f2d3d
}

.fc-preview-modes {
    display: flex;
    gap: 6px;
    background: #eef0f3;
    padding: 4px;
    border-radius: 10px;
    align-self: stretch
}

.fc-preview-modes button {
    flex: 1;
    border: 0;
    background: 0 0;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 12px;
    color: #495057;
    cursor: pointer;
    font-weight: 600
}

.fc-preview-modes button.is-active {
    background: #fff;
    color: #0d6efd;
    box-shadow: 0 2px 6px rgba(0,0,0,.06)
}

.fc-settings-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
    padding-bottom: 6px
}

.fc-settings-tabs button {
    border: 0;
    background: 0 0;
    padding: 8px 14px;
    font-weight: 600;
    color: #6c757d;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-settings-tabs button.is-active {
    background: #fff;
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd
}

.fc-section {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.25rem 1.4rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(15,23,42,.04)
}

.fc-section-title {
    font-size: 15px;
    color: #1f2d3d;
    margin: 0 0 .25rem;
    display: flex;
    align-items: center;
    gap: 8px
}

.fc-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .5rem
}

.fc-earning-method:last-child,.fc-section-header .fc-section-title,.fc-wallet-level-path:not(:last-of-type) {
    margin-bottom: 0
}

.fc-section-subtitle {
    font-size: 13px;
    color: #6c757d;
    margin: 0 0 1rem
}

.fc-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: .75rem 1rem
}

.fc-earning-intro {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 3px solid #3b82f6;
    border-radius: 10px;
    padding: 10px 14px;
    margin: 0 0 1rem;
    font-size: 13px;
    line-height: 1.45;
    color: #1e40af
}

.fc-earning-intro i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #3b82f6
}

.fc-earning-method {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px
}

.fc-earning-method-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px
}

.fc-earning-method-title {
    font-weight: 600;
    font-size: 14px;
    color: #1f2d3d;
    display: flex;
    align-items: center;
    gap: 8px
}

.fc-earning-method-title i {
    color: #6366f1;
    font-size: 15px
}

.fc-earning-badge {
    font-size: 10.5px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
    white-space: nowrap
}

.fc-pass-level-chip-label,.fc-type-card-label {
    letter-spacing: .08em;
    text-transform: uppercase
}

.fc-earning-badge-required {
    background: #fee2e2;
    color: #991b1b
}

.fc-earning-badge-optional {
    background: #e5e7eb;
    color: #4b5563
}

.fc-earning-method-help {
    font-size: 12.5px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0 0 10px
}

.fc-field-hint {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    color: #9ca3af;
    cursor: help
}

.fc-field-hint:hover i {
    color: #6366f1
}

.fc-target-radio,.fc-validity-mode-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem
}

.fc-validity-mode-radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition: .15s;
    margin: 0
}

.fc-loyalty-radio label:hover,.fc-target-radio label:hover,.fc-validity-mode-radio label:hover {
    border-color: #adb5bd
}

.fc-loyalty-radio input:checked+.fc-loyalty-radio-card,.fc-target-radio label.is-checked,.fc-validity-mode-radio label.is-checked {
    border-color: #0d6efd;
    background: #eaf2ff;
    color: #0d6efd
}

.fc-dow-row input,.fc-loyalty-radio input,.fc-target-radio input,.fc-validity-mode-radio input {
    display: none
}

.fc-target-radio i,.fc-validity-mode-radio i {
    font-size: 22px
}

.btn-sm-size i,.dropdown-item,.fc-area-tab i,.fc-redeem-confirm-cost i,.fc-section .form-input,.fc-section .form-textarea,.fc-validity-mode-radio strong,.fc-wallet-activity-toggle>summary>span>i,.fc-wallet-brand i,.fc-wallet-hero-share i,.fc-wallet-hint-wallet-inner span,.fc-wallet-level-path>summary>span>i,.fc-wallet-rewards-toggle>summary>span>i,.table th {
    font-size: 14px
}

.fc-validity-impact {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 1.25rem
}

.fc-validity-impact-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13.5px
}

.fc-confirm-box .form-group+.form-group,.fc-validity-impact-explanations {
    margin-top: 1rem
}

.fc-mult-list {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.fc-mult-row {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 1rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem
}

.fc-mult-factor {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg,#f97316 0,#f59e0b 100%);
    color: #fff;
    display: grid;
    flex-shrink: 0
}

.fc-mult-factor-value {
    font-weight: 800;
    font-size: 18px
}

.fc-challenge-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #eaf2ff;
    color: #0d6efd;
    display: grid;
    font-size: 22px;
    flex-shrink: 0
}

.fc-mult-info strong {
    display: block;
    font-size: 15px;
    color: #1f2d3d
}

.fc-mult-status {
    text-align: right;
    flex-shrink: 0
}

.fc-mult-actions {
    display: flex;
    gap: .35rem;
    flex-shrink: 0
}

.fc-dow-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.fc-dow-row label {
    border: 1px solid #e9ecef;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 600;
    color: #6c757d;
    margin: 0;
    transition: .15s
}

.fc-dow-row label.is-checked {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd
}

#fcFidelityLoginModal #fcLoginCodeSub,.badge-warning,.dropdown-option,.fc-rate-helper,.fc-rate-input,.fc-rate-side,.fc-type-card,.fc-wizard-hero {
    text-align: center
}

.fc-levels-preview,.fc-section .horizontal-layout-right {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #e9ecef
}

.fc-levels-preview-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: .5rem
}

.fc-level-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 3px solid #0d6efd;
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%
}

.fc-level-chip-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 14px;
    flex-shrink: 0
}

.fc-level-chip-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15
}

.fc-level-chip-text strong {
    font-size: 13px;
    color: #1f2d3d
}

.fc-level-chip-text .text-small {
    font-size: 11px;
    color: #6c757d
}

.fc-levels-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem
}

.fc-level-row {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 1rem;
    align-items: start;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem
}

.fc-level-row-handle {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.fc-level-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0
}

.fc-level-row-actions {
    align-self: start
}

.fc-pass-level-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    position: relative;
    z-index: 1;
    flex-shrink: 0
}

.fc-pass-level-chip-icon {
    width: 28px;
    height: 28px;
    display: grid;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0
}

.fc-pass-level-chip-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

.fc-pass-level-chip-label {
    font-size: 9px;
    opacity: .85
}

.fc-pass-level-chip-text strong {
    font-weight: 700;
    font-size: 13px
}

.fc-card-level {
    border-left: 4px solid #0d6efd
}

.fc-level-progress {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    margin: 8px 0 6px;
    overflow: hidden
}

.fc-level-progress-bar {
    height: 100%;
    border-radius: 3px;
    transition: width .3s
}

.fc-tag-input {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 6px 8px;
    min-height: 40px
}

.fc-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #eaf2ff;
    color: #0d6efd;
    padding: 4px 6px 4px 10px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700
}

.fc-tag button {
    border: 0;
    background: 0 0;
    color: #0d6efd;
    cursor: pointer;
    display: grid;
    padding: 0;
    line-height: 1
}

.fc-tag-input-add {
    flex: 1;
    min-width: 80px;
    border: 0;
    outline: 0;
    font-size: 13px;
    padding: 4px
}

.slide-panel.slide-center.full-height[id^=fidelitySlide] .slide-close {
    top: 0
}

.fc-stepper {
    display: flex;
    align-items: center;
    gap: .5rem;
    max-width: 560px;
    margin: 0 auto 1.5rem;
    padding: .25rem 0 1.25rem
}

.fc-stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0
}

.fc-stepper-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e9ecef;
    color: #6c757d;
    display: grid;
    font-weight: 700;
    font-size: 14px;
    transition: .2s
}

.fc-stepper-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap
}

.fc-stepper-line {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    border-radius: 2px;
    transition: background .25s;
    margin-bottom: 22px
}

.fc-from-to,.fc-rate-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center
}

.fc-stepper-item.is-active .fc-stepper-circle {
    border-color: #0d6efd;
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 6px rgba(13,110,253,.12)
}

.fc-icon-info,.fc-stepper-item.is-active .fc-stepper-label {
    color: #0d6efd
}

.fc-stepper-item.is-done .fc-stepper-circle {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff
}

.fc-admin-wallet .fc-admin-action-activation,.fc-admin-wallet .fc-kpi-icon-earned,.fc-redeem-code-copy.is-copied,.fc-stepper-line.is-done,.fc-wallet-coupon-chip-copy.is-copied {
    background: #16a34a
}

.fc-wizard-body {
    margin: 0 auto
}

.fc-wizard-hero {
    margin-bottom: 1.75rem
}

.fc-wizard-hero-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #eaf2ff;
    color: #0d6efd;
    display: grid;
    font-size: 32px
}

.fc-wizard-hero-warning .fc-wizard-hero-icon {
    background: #fff7e6;
    color: #f59e0b
}

.fc-wizard-hero-danger .fc-wizard-hero-icon {
    background: #fff1f1;
    color: #d63333
}

.fc-icon-info {
    background: #eaf2ff
}

.fc-wizard-title {
    font-weight: 700;
    font-size: 18px;
    color: #1f2d3d;
    margin: 0 0 .35rem
}

.fc-wizard-subtitle {
    font-size: 13.5px;
    color: #6c757d;
    margin: 0;
    line-height: 1.45
}

.fc-from-to {
    gap: .75rem;
    margin-bottom: 1.5rem
}

.fc-type-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem
}

.fc-type-card-target {
    border-color: #0d6efd;
    background: #f4f9ff
}

.fc-type-card-label {
    font-size: 11px;
    color: #6c757d;
    font-weight: 700
}

.fc-type-card-icon {
    font-size: 28px;
    margin: 8px 0;
    color: #0d6efd
}

.fc-type-card-name {
    font-weight: 700;
    font-size: 15px;
    color: #1f2d3d
}

.fc-from-to-arrow {
    font-size: 20px;
    color: #adb5bd
}

.fc-rate-input,.fc-rate-side-value {
    font-size: 42px;
    font-weight: 800;
    line-height: 1
}

.fc-target-radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition: .15s;
    margin: 0
}

.fc-loyalty-radio-card span,.fc-target-radio span {
    font-weight: 700;
    font-size: 14px
}

.fc-rate-row {
    gap: 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem
}

.fc-rate-input-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem
}

.fc-rate-input {
    color: #0d6efd;
    width: 80px;
    flex-shrink: 0;
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #0d6efd;
    padding: 0;
    outline: 0;
    -moz-appearance: textfield
}

.fc-rate-input::-webkit-inner-spin-button,.fc-rate-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.fc-rate-input:focus {
    border-bottom-color: #0a58ca
}

.fc-rate-side-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6c757d;
    margin-top: 6px
}

.fc-rate-equals {
    font-weight: 800;
    font-size: 36px;
    color: #adb5bd
}

.fc-rate-helper {
    font-size: 12.5px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.fc-confirm-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 1.25rem
}

.fc-confirm-restaurant {
    font-size: 16px;
    color: #d63333;
    background: #fff1f1;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 6px 0 8px;
    display: inline-block;
    user-select: all
}

.fc-input-valid {
    border-color: #16a34a!important;
    background: #f0fdf4!important
}

.fc-input-error {
    border-color: #d63333!important;
    background: #fff1f1!important
}

.fc-confirm-error {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d63333;
    font-size: 13px;
    margin: 6px 0 0
}

.fc-confirm-hint {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 13px;
    margin: 10px 0 0
}


.fc-customer-meta i,.fc-wallet-coupon-chip-copy i,.fc-wallet-coupon-chip-meta i,.fc-wallet-history-meta i,.fc-wallet-reward-cta-hint i,.fc-wallet-welcome-copy i {
    font-size: 11px
}


.fc-balance-btn:disabled,.fc-wizard-btn-back:disabled {
    opacity: .4;
    cursor: not-allowed
}


.fc-customer-actions .btn,.fc-customer-actions .btn-icon,.fc-customer-redeem .horizontal-layout-right,.fc-wallet-redeemable-copy {
    flex-shrink: 0
}


/* 3.13.x — customer-detail loading placeholder (id-only open path). */
.fc-detail-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}
.fc-spinner {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #e5e7eb;
    border-top-color: #6d28d9;
    animation: fc-spin .7s linear infinite;
}
@keyframes fc-spin {
    to { transform: rotate(360deg); }
}


.fc-collapsible {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px
}

.fc-collapsible-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 0;
    background: 0 0;
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #1f2d3d;
    text-align: left
}

.fc-collapsible-toggle:hover {
    background: #f8f9fa
}

.fc-collapsible-toggle>span,.fc-wallet-activity-toggle>summary>span,.fc-wallet-level-path>summary>span,.fc-wallet-rewards-toggle>summary>span {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.fc-collapsible-count {
    background: #eaf2ff;
    color: #0d6efd;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    margin-left: 4px
}

.fc-collapsible-chevron {
    transition: transform .2s;
    color: #6c757d
}

.fc-collapsible.is-open .fc-collapsible-chevron,.fc-wallet-activity-toggle[open] .fc-wallet-activity-chevron,.fc-wallet-collapsible[open] .fc-wallet-collapsible-chevron,.fc-wallet-faq-item[open]>summary>i,.fc-wallet-level-path[open] .fc-wallet-level-path-chevron,.fc-wallet-redeemable-details[open] .fc-wallet-redeemable-chevron,.fc-wallet-rewards-toggle[open] .fc-wallet-rewards-chevron,.fc-wizard-advanced[open] .fc-wizard-advanced-chevron {
    transform: rotate(180deg)
}

.fc-collapsible-body {
    padding: 0 16px 16px;
    border-top: 1px solid #e9ecef
}

.fc-loyalty-radio label,.fc-loyalty-radio-card {
    padding: 14px;
    transition: .15s;
    cursor: pointer;
    text-align: center
}

.fc-form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem 1rem
}

@media (max-width: 575px) {
    .fc-form-grid-2,.fc-from-to,.fc-rate-row,.fc-validity-mode-radio {
        grid-template-columns:1fr
    }

    .fc-stepper-label {
        display: none
    }

    .fc-stepper-line {
        margin-bottom: 0
    }

    .fc-from-to-arrow {
        transform: rotate(90deg);
        margin: 0 auto
    }

    .fc-rate-row {
        text-align: center
    }

    .fc-rate-equals {
        margin: -.5rem 0
    }
}

.fc-loyalty-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    width: 100%
}

.fc-loyalty-radio label {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    display: block
}

.fc-wallet-level-bar>div,.fc-wallet-reward-bar>div,.fc-wallet-strip-bar>div {
    transition: width .4s var(--w-ease);
    height: 100%
}

.fc-loyalty-radio-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    margin: -16px
}

.fc-loyalty-radio-card i {
    font-size: 24px;
    display: block;
    margin-bottom: 4px
}

.fc-loyalty-radio-card small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--w-muted,#6b7280);
    line-height: 1.4
}

.fc-loyalty-radio-large {
    gap: 1rem;
    max-width: 720px;
    margin: 0 auto
}

.fc-loyalty-radio-large label {
    padding: 22px 18px
}

.fc-loyalty-radio-large .fc-loyalty-radio-card {
    padding: 22px 18px;
    margin: -24px -20px
}

.fc-loyalty-radio-large .fc-loyalty-radio-card i {
    font-size: 36px;
    margin-bottom: 8px
}

.fc-loyalty-radio-large .fc-loyalty-radio-card span {
    font-size: 16px
}

@media (max-width: 600px) {
    .fc-loyalty-radio-large {
        grid-template-columns:1fr
    }
}

.fc-wizard-panel-centered {
    max-width: 760px;
    margin: 0 auto
}

.fc-wizard-amount-config {
    margin-top: 1.5rem;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid var(--w-hairline,#e5e7eb);
    border-radius: 14px
}

.fc-wizard-amount-prefix {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: var(--w-muted,#6b7280);
    pointer-events: none;
    z-index: 1
}

.fc-checkbox-label,.fc-wizard-advanced-summary {
    font-weight: 600;
    user-select: none;
    cursor: pointer
}

.fc-wizard-amount-input .form-input {
    padding-left: 32px
}

.fc-wizard-advanced {
    margin-top: 1.25rem;
    border: 1px solid var(--w-hairline,#e5e7eb);
    border-radius: 14px;
    background: #fff;
    overflow: hidden
}

.fc-wizard-advanced-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    list-style: none;
    font-size: 14px;
    color: var(--w-text,#111827);
    transition: background .15s
}

.fc-wizard-advanced-summary::-webkit-details-marker {
    display: none
}

.fc-wizard-advanced-summary:hover {
    background: #f8fafc
}

.fc-wizard-advanced-summary>i:first-child {
    font-size: 15px;
    color: var(--w-muted,#6b7280)
}

.fc-inactive-banner-text,.fc-toggle-row .fc-toggle-text,.fc-wallet-bottombar-register .fc-wallet-bottombar-btn-book,.fc-wizard-advanced-summary>span {
    flex: 1
}

.fc-wizard-advanced-chevron {
    font-size: 14px;
    color: var(--w-muted,#6b7280);
    transition: transform .2s
}

.fc-wizard-advanced-body {
    padding: 18px 20px 22px;
    border-top: 1px solid var(--w-hairline,#e5e7eb);
    background: #f8fafc
}

.fc-color-row {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap
}

.fc-color-pick {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 6px 10px;
    background: #fff;
    flex: 1;
    min-width: 140px
}

.fc-color-pick label {
    font-size: 12px;
    color: #6c757d;
    margin: 0
}

.fc-color-pick input[type=color] {
    border: 0;
    width: 36px;
    height: 32px;
    background: 0 0;
    cursor: pointer;
    padding: 0
}

.fc-kpi-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    gap: .75rem;
    padding: 10px 0
}

.fc-kpi {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem
}

.fc-kpi-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eaf2ff;
    color: #0d6efd;
    display: grid;
    font-size: 17px
}

.fc-kpi-value {
    font-size: 18px;
    line-height: 1;
    color: #1f2d3d
}

.fc-kpi-label {
    font-size: 11.5px;
    color: #6c757d;
    margin-top: 2px
}

.fc-quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: .75rem;
    margin: 1rem 0
}

.fc-quick-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 0;
    font-size: 16px
}

.fc-inactive-banner {
    background: linear-gradient(120deg,#fff7e6 0,bisque 100%);
    border: 1px solid #ffd9a8;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem
}

.fc-inactive-banner i {
    font-size: 28px;
    color: #f59e0b
}

.fc-inactive-banner-text h3 {
    margin: 0 0 .25rem;
    color: #1f2d3d;
    font-size: 16px
}

.fc-inactive-banner-text p {
    margin: 0;
    color: #5a3e1b;
    font-size: 13.5px
}

.fc-activation-content {
    text-align: center;
    padding: 18px 4px 6px;
    max-width: 420px;
    margin: 0 auto
}

.fc-activation-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 22px;
    background: linear-gradient(135deg,#fef3c7 0,#fcd34d 100%);
    color: #b45309;
    display: grid;
    font-size: 30px;
    box-shadow: 0 8px 22px rgba(252,211,77,.45)
}

.fc-activation-hint,.fc-checkbox-label {
    display: inline-flex;
    align-items: center
}

.fc-activation-title {
    margin: 0 0 10px;
    font-size: 22px;
    color: var(--w-text,#111827);
    line-height: 1.25
}

.fc-activation-sub {
    margin: 0 auto 24px;
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.5;
    color: var(--w-muted,#6b7280)
}

.fc-activation-hint {
    margin: 18px auto 0;
    max-width: 38ch;
    font-size: 12.5px;
    color: var(--w-muted,#6b7280);
    gap: 6px
}

.fc-activation-hint i {
    font-size: 12.5px
}

.fc-checkbox-label,.fc-toggle-row-text strong {
    font-size: 13.5px;
    color: #1f2d3d
}

.fc-checkbox-label {
    gap: 8px
}

.fc-checkbox-label input[type=checkbox] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #0d6efd
}

.fc-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #fafbfc;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    margin-top: 1rem
}

.fc-toggle-row-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    flex: 1;
    min-width: 0
}

.fc-toggle-row-text span {
    font-size: 12.5px;
    color: #6c757d
}

.fc-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer
}

.fc-toggle input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.fc-toggle-track {
    position: absolute;
    inset: 0;
    background: #d1d5db;
    border-radius: 999px;
    transition: background .25s cubic-bezier(.16, 1, .3, 1)
}

.fc-toggle-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1)
}

.fc-toggle input[type=checkbox]:checked+.fc-toggle-track {
    background: #0d6efd
}

.fc-toggle input[type=checkbox]:checked+.fc-toggle-track .fc-toggle-thumb {
    transform: translateX(22px)
}

.fc-toggle input[type=checkbox]:focus-visible+.fc-toggle-track {
    box-shadow: 0 0 0 3px rgba(13,110,253,.25)
}

.fc-coupon-select-row {
    display: flex;
    gap: 8px;
    align-items: stretch
}

.fc-admin-wallet .fc-admin-hero-inner,.fc-coupon-select-row select,.fc-redeem-rules li span {
    flex: 1;
    min-width: 0
}

.fc-coupon-select-row .btn {
    flex-shrink: 0;
    white-space: nowrap
}

.fc-coupon-select-row select.is-required {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220,38,38,.1)
}

.fc-wizard-required-hint {
    margin: 8px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: #b91c1c
}

.fc-wizard-required-hint i {
    font-size: 12px;
    color: #dc2626
}

.fc-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(15,23,42,.55);
    backdrop-filter: saturate(180%) blur(6px);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem
}

.fc-modal {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 30px 60px -10px rgba(0,0,0,.35),0 8px 16px -4px rgba(0,0,0,.15);
    max-width: 600px;
    width: 100%;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.fc-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(60,60,67,.08);
    flex-shrink: 0
}

.fc-modal-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 17px;
    color: #1c1c1e
}

.fc-modal-title i {
    font-size: 18px;
    color: #6c757d
}

.fc-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,.05);
    color: #1c1c1e;
    border: 0;
    display: grid;
    cursor: pointer;
    transition: background .15s cubic-bezier(.16, 1, .3, 1);
    flex-shrink: 0
}

.fc-wizard,.fc-wizard-header-text h2 {
    color: var(--w-text)
}

.fc-modal-close:hover {
    background: rgba(0,0,0,.1)
}

.fc-modal-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1.25rem;
    -webkit-overflow-scrolling: touch
}

.fc-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(60,60,67,.08);
    flex-shrink: 0;
    background: #fafbfc
}

.fc-modal-enter-active,.fc-modal-leave-active {
    transition: opacity .25s cubic-bezier(.16, 1, .3, 1)
}

.fc-modal-enter-active .fc-modal,.fc-modal-leave-active .fc-modal {
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1)
}

.fc-modal-enter-from,.fc-modal-leave-to {
    opacity: 0
}

.fc-modal-enter-from .fc-modal,.fc-modal-leave-to .fc-modal {
    transform: scale(.92)
}

.fc-wizard {
    --w-bg: #f4f4f7;
    --w-radius: 22px;
    --w-radius-sm: 14px;
    background: var(--w-bg);
    overflow: hidden!important;
    display: flex!important;
    flex-direction: column
}

.fc-wizard-header {
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--w-hairline);
    padding: 1.25rem 1.5rem;
    flex-shrink: 0
}

.fc-wallet-topbar,.fc-wizard-footer {
    backdrop-filter: saturate(180%) blur(20px)
}

.fc-wizard-header-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto
}

.fc-wizard-intro,.fc-wizard-reminder {
    margin-bottom: 1.5rem
}

.fc-wizard-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg,#f59e0b,#f97316);
    color: #fff;
    display: grid;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(245,158,11,.25)
}

.fc-wizard-header-text h2 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.02em;
    margin: 0;
    line-height: 1.2
}

.fc-wizard-header-text p {
    font-size: 12.5px;
    color: var(--w-muted);
    margin: 2px 0 0;
    line-height: 1.3
}

.fc-wizard-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1.5rem;
    -webkit-overflow-scrolling: touch;
    width: 100%
}

.fc-wizard-body>.fc-wizard-panel,.fc-wizard-body>.fc-wizard-reminder {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.fc-wizard-reminder {
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ff4500;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    background: linear-gradient(135deg,#fff7e6 0,#fff0d6 100%);
    border: 1px solid rgba(245,158,11,.25)
}

.fc-area-hero-title,.fc-wizard-intro h3 {
    line-height: 1.2;
    font-family: Montserrat,sans-serif
}

.fc-wizard-form-col,.fc-wizard-preview-col {
    background: var(--w-card);
    padding: 1.5rem;
    box-shadow: var(--w-shadow-soft)
}

.fc-wizard-reminder i {
    flex-shrink: 0;
    font-size: 16px
}

.fc-wizard-panel {
    animation: fcWizardFadeIn .35s var(--w-ease)
}

@keyframes fcWizardFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fc-wizard-intro h3 {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -.02em;
    color: var(--w-text);
    margin: 0 0 8px
}

.fc-wizard-intro p {
    font-size: 14.5px;
    color: var(--w-muted);
    margin: 0;
    line-height: 1.5;
    max-width: 720px
}

.fc-wizard-2col {
    display: grid;
    grid-template-columns: minmax(280px,360px) 1fr;
    gap: 2rem;
    align-items: start
}

.fc-wizard-preview-col {
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius);
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

.fc-wizard-preview-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--w-muted);
    align-self: flex-start
}

.fc-wizard-preview-col .fc-pass {
    margin: 0 auto;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,.25),0 6px 12px -4px rgba(0,0,0,.1)
}

.fc-wizard-preview-hint {
    font-size: 12px;
    color: var(--w-muted);
    margin: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-wizard-form-col {
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius)
}

.fc-wizard-form-col-wide {
    max-width: 720px;
    margin: 0 auto
}

.fc-wizard-success {
    background: linear-gradient(135deg,#f0fdf4 0,#dcfce7 100%);
    border: 1px solid rgba(22,163,74,.25);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 1.5rem
}

.fc-wizard-success-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    display: grid;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(22,163,74,.3)
}

.form-group {
    margin-bottom: 20px
}

.fc-wizard-success>div {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    justify-content: center
}

.fc-wizard-success strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #166534
}

.fc-wizard-success span {
    font-size: 13px;
    color: #15803d
}

.fc-wizard-footer {
    background: rgba(255,255,255,.92);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-top: 1px solid var(--w-hairline);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0
}

.fc-wizard-footer-progress {
    font-size: 12px;
    font-weight: 600;
    color: var(--w-muted);
    text-transform: uppercase;
    letter-spacing: .06em
}

.fc-wizard-btn-back,.fc-wizard-btn-next {
    height: 44px;
    padding: 0 22px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .15s var(--w-ease),background .15s var(--w-ease),filter .15s var(--w-ease)
}

.fc-area-brand i,.fc-area-brand img {
    width: 32px;
    height: 32px;
    border-radius: 8px
}

.fc-wizard-btn-back {
    background: rgba(0,0,0,.06);
    color: var(--w-text)
}

.fc-wizard-btn-back:hover:not(:disabled) {
    background: rgba(0,0,0,.1);
    transform: translateY(-1px)
}

.fc-admin-wallet .fc-admin-action-activation:hover,.fc-wizard-btn-next {
    background: #16a34a;
    color: #fff
}

#fcFidelityFormModal .fc-form-modal-cta:hover,#fcFidelityLoginModal .fc-login-modal-cta:hover:not(:disabled),.fc-wizard-btn-next:hover:not(:disabled) {
    filter: brightness(1.08);
    transform: translateY(-1px)
}

.fc-wizard-btn-next:disabled {
    opacity: .6;
    cursor: not-allowed
}

.fc-wizard-btn-next>span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1
}

.fc-section .form-group {
    margin-bottom: .85rem
}

.fc-section .form-label {
    font-size: 12.5px;
    color: #495057;
    margin-bottom: 4px;
    font-weight: 600
}

.fc-helper {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px
}

.fc-toggle-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 10px
}

.fc-toggle-row .fc-toggle-text strong {
    display: block;
    font-size: 13.5px;
    color: #1f2d3d
}

.fc-toggle-row .fc-toggle-text span {
    font-size: 12px;
    color: #6c757d
}

@keyframes fc-spin {
    to {
        transform: rotate(360deg)
    }
}

.fc-area {
    --fc-area-bg: #f5f6fa;
    --fc-area-card-bg: #ffffff;
    --fc-area-border: #e8eaf0;
    --fc-area-text: #535f7f;
    --fc-area-muted: #6c757d;
    --fc-area-radius: 16px;
    background: var(--fc-area-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--fc-area-text)
}

.fc-area-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: rgba(255,255,255,.9);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--fc-area-border);
    transform: translateY(0);
    opacity: 1;
    transition: transform .25s,opacity .25s;
    will-change: transform,opacity
}

.fc-area-brand i,.fc-area-userchip-avatar {
    background: var(--fc-primary);
    color: #fff;
    place-items: center
}

.fc-area-brand span,.fc-area-userchip-name {
    color: var(--fc-area-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-quickaction:hover,.fc-rule:hover,.fc-stat-tile:hover {
    border-color: var(--fc-area-muted)
}

.fc-area-topbar.is-hidden,.fc-wallet-topbar.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none
}

.fc-area-topbar-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: .65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.fc-area-brand {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0
}

.fc-area-brand img {
    object-fit: cover;
    flex-shrink: 0
}

.fc-area-brand i {
    display: grid;
    font-size: 14px
}

.fc-area-brand span {
    font-size: 14px
}

.fc-area-userchip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 4px 12px 4px 4px;
    max-width: 60%;
    text-transform: uppercase
}

.fc-area-userchip-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    font-size: 11.5px;
    letter-spacing: .03em;
    flex-shrink: 0
}

.fc-area-userchip-name {
    font-size: 12.5px;
    font-weight: 600;
    max-width: 140px
}

.fc-area-hero {
    position: relative;
    background: #fff;
    color: #fff;
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    overflow: hidden
}

.fc-area-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 90% 10%,rgba(255,255,255,.15),transparent 60%),radial-gradient(50% 50% at 10% 90%,rgba(255,255,255,.12),transparent 60%);
    pointer-events: none
}

.fc-area-hero-greeting {
    position: relative;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 1.5rem;
    padding: 0
}

.fc-area-hello {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--fc-primary);
    background: rgba(13,110,253,.08);
    border: 1px solid rgba(13,110,253,.18);
    padding: 5px 14px;
    border-radius: 999px;
    margin: 0 0 1.25rem;
    font-weight: 700
}

.fc-profile-field dt,.fc-stat-tile-label {
    letter-spacing: .06em;
    text-transform: uppercase
}

.fc-area-rules,.fc-stat-tile {
    border: 1px solid var(--fc-area-border)
}

.fc-area-hero-title {
    font-weight: 800;
    font-size: 26px;
    margin: 0 0 .35rem;
    color: var(--fc-area-text)
}

.fc-area-hero-sub {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
    color: var(--fc-area-text)
}

.fc-area-pass-wrap {
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto
}

.fc-area-hero .fc-area-stats {
    max-width: 720px;
    margin: 1.5rem auto 0;
    text-align: left
}

.fc-area-main {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.fc-area-section-title {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--fc-area-text);
    margin: 0 0 .85rem
}

.fc-area-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .65rem
}

.fc-stat-tile {
    background: var(--fc-area-card-bg);
    border-radius: 14px;
    padding: .9rem .75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 0;
    transition: transform .15s,border-color .15s,box-shadow .15s
}

.fc-stat-tile:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15,23,42,.06)
}

.fc-stat-tile-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #32325d;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    margin-bottom: 2px;
    border: 1px solid #32325d
}

.fc-stat-tile-icon-balance {
    background: #0ea5e9;
    border-color: #0ea5e9
}

.fc-stat-tile-icon-level {
    background: #f59e0b;
    border-color: transparent
}

.fc-stat-tile-icon-earned {
    background: #16a34a;
    border-color: #16a34a
}

.fc-stat-tile-icon-since {
    background: #6d28d9;
    border-color: #6d28d9
}

.fc-stat-tile-label {
    font-size: 10.5px;
    color: var(--fc-area-muted);
    font-weight: 600
}

.fc-stat-tile-value {
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #32325d;
    line-height: 1.1;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.fc-stat-tile-unit {
    font-size: 11px;
    color: var(--fc-area-muted)
}

.fc-area-rules {
    background: var(--fc-area-card-bg);
    border-radius: var(--fc-area-radius);
    padding: 1.25rem
}

.fc-rules-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .55rem
}

.fc-rule {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .8rem .9rem;
    border: 1px solid var(--fc-area-border);
    border-radius: 12px;
    background: #fafbfc;
    transition: border-color .15s,background .15s
}

.fc-rule:hover {
    background: #fff
}

.fc-rule-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0
}

.fc-level-step-icon,.fc-milestone-icon {
    width: 40px;
    height: 40px;
    place-items: center
}

.btn-info.delivery,.fc-admin-wallet .fc-admin-action-customers,.fc-admin-wallet .fc-kpi-icon-customers,.fc-quickaction-icon-order,.fc-rule-order .fc-rule-icon,.fc-wallet-rule-order .fc-wallet-rule-icon,.new-indicator,.pointdelivery,.square-type.delivery {
    background: #1e90ff
}

.fc-quickaction-icon-book,.fc-rule-reservation .fc-rule-icon,.fc-wallet-action-icon-book,.fc-wallet-rule-reservation .fc-wallet-rule-icon {
    background: #059669
}

.fc-milestone-icon-level,.fc-rule-bonus .fc-rule-icon,.fc-wallet-rule-bonus .fc-wallet-rule-icon {
    background: linear-gradient(135deg,#f59e0b,#f97316)
}

.fc-admin-wallet .fc-admin-action-rewards,.fc-admin-wallet .fc-kpi-icon-rewards,.fc-rule-goal .fc-rule-icon,.fc-wallet-rule-goal .fc-wallet-rule-icon {
    background: #6d28d9
}

.fc-rule-note .fc-rule-icon {
    background: var(--fc-area-muted)
}

.fc-rule-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.35
}

.fc-reward-info strong,.fc-rule-text strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--fc-area-text)
}

.fc-rule-text span,.fc-rules-intro {
    font-size: 12.5px;
    color: var(--fc-area-muted)
}

.fc-rules-intro {
    margin: 0 0 .75rem;
    line-height: 1.5
}

.fc-levels-ladder {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.fc-levels-ladder::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: var(--fc-area-border);
    border-radius: 2px
}

.fc-wallet-ladder::before,.fc-wallet-level-path .fc-wallet-ladder::before {
    left: 42px;
    top: 30px;
    bottom: 30px
}

.fc-level-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .55rem 0
}

.fc-level-step-icon {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    display: grid;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(15,23,42,.12);
    opacity: .55;
    filter: grayscale(.4);
    transition: opacity .15s,filter .15s
}

.fc-level-step.is-reached .fc-level-step-icon,.fc-wallet-ladder-step.is-reached .fc-wallet-ladder-icon {
    opacity: 1;
    filter: none
}

.fc-level-step.is-current .fc-level-step-icon {
    box-shadow: 0 0 0 3px rgba(13,110,253,.25),0 4px 12px rgba(15,23,42,.15)
}

.fc-level-step-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    padding-top: 4px
}

.fc-level-step-text strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--fc-area-text);
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-level-step-text span,.fc-level-step:not(.is-reached) .fc-level-step-text strong {
    color: var(--fc-area-muted)
}

.fc-level-step-badge {
    background: var(--fc-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 2px 8px;
    border-radius: 999px
}

.fc-area-milestone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: .75rem
}

.fc-milestone-card {
    background: var(--fc-area-card-bg);
    border: 1px solid var(--fc-area-border);
    border-radius: var(--fc-area-radius);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .65rem
}

.fc-milestone-head,.fc-reward-head {
    display: flex;
    align-items: center;
    gap: .75rem
}

.fc-milestone-icon {
    border-radius: 12px;
    display: grid;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0
}

.fc-milestone-icon-reward {
    background: var(--fc-primary)
}

.fc-milestone-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.25
}

.fc-milestone-label {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--fc-area-muted);
    font-weight: 600
}

.fc-milestone-pct,.fc-milestone-text strong,.fc-quickaction strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

.fc-milestone-text strong {
    font-size: 14.5px;
    color: var(--fc-area-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-milestone-pct {
    font-size: 13px;
    color: #32325d;
    flex-shrink: 0
}

.fc-area-tab,.fc-quickaction {
    font-family: inherit;
    cursor: pointer
}

.fc-barcode-modal-title,.fc-empty strong,.fc-profile-field dd,.fc-wallet,.fc-wallet-add-btn,.fc-wallet-balance-chip,.fc-wallet-h1,.fc-wallet-hello,.fc-wallet-welcome-title {
    font-family: Montserrat,sans-serif
}

.fc-milestone-bar {
    height: 8px;
    background: #eef0f3;
    border-radius: 999px;
    overflow: hidden
}

.fc-milestone-bar-fill {
    height: 100%;
    background: var(--fc-primary);
    border-radius: 999px;
    transition: width .35s
}

.fc-milestone-foot {
    font-size: 14px;
    text-align: center
}

.fc-quickactions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
    gap: .65rem
}

.fc-quickaction {
    position: relative;
    background: var(--fc-area-card-bg);
    border: 1px solid var(--fc-area-border);
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-decoration: none;
    color: var(--fc-area-text);
    transition: transform .15s,border-color .15s,box-shadow .15s;
    text-align: left
}

.fc-quickaction-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(15,23,42,.06);
    color: var(--fc-area-muted);
    display: grid;
    place-items: center;
    font-size: 11px;
    transition: background .15s,color .15s,transform .15s
}

.fc-wallet-bottombar,.fc-wallet-topbar {
    left: 0;
    right: 0;
    will-change: transform,opacity
}

.fc-quickaction-icon,.fc-reward-icon-v2 {
    width: 38px;
    height: 38px;
    place-items: center
}

.fc-quickaction:hover .fc-quickaction-arrow {
    background: var(--fc-area-text);
    color: #fff;
    transform: translate(2px,-2px)
}

.fc-quickaction:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
    color: var(--fc-area-text)
}

.fc-quickaction-icon {
    border-radius: 10px;
    background: var(--fc-area-muted);
    color: #fff;
    display: grid;
    font-size: 15px;
    margin-bottom: 6px
}

.fc-quickaction-icon-share {
    background: #111
}

.fc-admin-wallet .fc-admin-action-analytics,.fc-admin-wallet .fc-kpi-icon-redeemed,.fc-quickaction-icon-help {
    background: #f59e0b
}

.fc-quickaction strong {
    font-size: 13.5px
}

.fc-quickaction-sub,.fc-reward-info span,.fc-reward-missing {
    font-size: 11.5px;
    color: var(--fc-area-muted)
}

.fc-area-tabs-wrap {
    background: var(--fc-area-card-bg);
    border: 1px solid var(--fc-area-border);
    border-radius: var(--fc-area-radius);
    max-height: 500px;
    overflow: auto
}

.fc-area-tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid var(--fc-area-border);
    background: #fafbfc;
    scrollbar-width: none;
    position: sticky;
    top: 0
}

.fc-area-tabs::-webkit-scrollbar {
    display: none
}

.fc-area-tab {
    flex: 1;
    min-width: max-content;
    padding: .85rem 1rem;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--fc-area-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    font-weight: 600;
    font-size: 13px;
    transition: color .15s,border-color .15s,background .15s
}

.fc-area-tab:hover {
    color: var(--fc-area-text);
    background: rgba(13,110,253,.04)
}

.fc-area-tab.is-active {
    color: #fff;
    border-bottom-color: #32325d;
    background: #32325d
}

.fc-area-tabpanel {
    padding: 1.1rem
}

.fc-rewards-grid {
    display: flex;
    flex-direction: column;
    gap: .65rem
}

.fc-reward-card-v2 {
    border: 1px solid var(--fc-area-border);
    border-radius: 12px;
    padding: .85rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    background: #fafbfc;
    transition: border-color .15s,background .15s
}

.fc-reward-card-v2.is-unlocked {
    border-color: #16a34a;
    background: linear-gradient(135deg,#f0fdf4,#fff)
}

.fc-reward-icon-v2 {
    border-radius: 10px;
    background: var(--fc-primary);
    color: #fff;
    display: grid;
    font-size: 14px;
    flex-shrink: 0
}

.fc-reward-card-v2.is-unlocked .fc-reward-icon-v2 {
    background: linear-gradient(135deg,#16a34a,#22c55e)
}

.fc-activity-text,.fc-reward-info,.fc-wallet-action-text,.fc-wallet-bigstat-level-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.3
}

.fc-reward-pill {
    background: #f1f3f5;
    color: var(--fc-area-muted);
    font-weight: 700;
    font-size: 11.5px;
    padding: 5px 10px;
    border-radius: 999px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.fc-reward-pill-ok,.fc-tx-bonus .fc-activity-icon,.fc-tx-earn .fc-activity-icon {
    background: #dcfce7;
    color: #166534
}

.fc-reward-progress {
    height: 6px;
    background: #eef0f3;
    border-radius: 999px;
    overflow: hidden
}

.fc-reward-progress-fill {
    height: 100%;
    background: var(--fc-primary);
    border-radius: 999px;
    transition: width .3s
}

.fc-reward-cta {
    font-size: 12px;
    color: #166534;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .35rem
}

.fc-activity-item {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .65rem .25rem;
    border-bottom: 1px solid var(--fc-area-border)
}

.fc-activity-item:last-child,.fc-wallet-collapsible:last-child {
    border-bottom: 0
}

.fc-activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f1f3f5;
    color: var(--fc-area-muted);
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0
}

.fc-activity-amount,.fc-activity-text strong {
    color: var(--fc-area-text);
    font-family: Montserrat,sans-serif
}

.fc-tx-redeem .fc-activity-icon {
    background: #ede9fe;
    color: #6d28d9
}

.fc-tx-expire .fc-activity-icon,.fc-tx-rollback .fc-activity-icon {
    background: #fee2e2;
    color: #b91c1c
}

.fc-tx-manual .fc-activity-icon {
    background: #fef3c7;
    color: #92400e
}

.fc-activity-text strong {
    font-weight: 700;
    font-size: 16px
}

.fc-activity-text span {
    font-size: 14px;
    color: var(--fc-area-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-activity-amount {
    font-weight: 800;
    font-size: 14.5px;
    flex-shrink: 0
}

.fc-tx-bonus .fc-activity-amount,.fc-tx-bonus .fc-wallet-list-amount,.fc-tx-earn .fc-activity-amount,.fc-tx-earn .fc-wallet-list-amount {
    color: #16a34a
}

.fc-tx-expire .fc-activity-amount,.fc-tx-expire .fc-wallet-list-amount,.fc-tx-redeem .fc-activity-amount,.fc-tx-redeem .fc-wallet-list-amount,.fc-tx-rollback .fc-activity-amount,.fc-tx-rollback .fc-wallet-list-amount {
    color: #b91c1c
}

.fc-profile-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    margin: 0
}

.fc-profile-field {
    background: #fafbfc;
    border: 1px solid var(--fc-area-border);
    border-radius: 12px;
    padding: .75rem .85rem
}

.fc-profile-field dt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--fc-area-muted);
    font-weight: 600;
    margin: 0 0 4px
}

.fc-profile-field dt i,.fc-profile-note i {
    color: #32325d
}

.fc-profile-field dd {
    margin: 0;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--fc-area-text);
    overflow-wrap: anywhere
}

.fc-profile-note {
    margin: 1rem 0 0;
    padding: .65rem .85rem;
    border-radius: 12px;
    font-size: 12.5px;
    color: var(--fc-area-muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    justify-content: center
}

.fc-empty {
    text-align: center;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.fc-empty i {
    font-size: 28px;
    color: var(--fc-area-muted);
    margin-bottom: 6px
}

.fc-empty strong {
    font-weight: 700;
    font-size: 14px;
    color: var(--fc-area-text)
}

.fc-empty span {
    font-size: 12.5px;
    color: var(--fc-area-muted);
    max-width: 320px
}

.fc-area-footer {
    padding: 1.25rem 1rem 2rem
}

.fc-area-footer .poweredby {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fc-area-footer .poweredby .text-little {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700
}

.fc-area-footer .poweredby .logo-by {
    background-image: url(/images/logo-success.png);
    background-size: 90px;
    height: 27px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto
}

.fc-wallet {
    --w-bg: #f4f4f7;
    --w-text-2: #3a3a3c;
    --w-radius: 22px;
    --w-radius-sm: 14px;
    --w-shadow-pass: 0 30px 60px -20px rgba(0, 0, 0, 0.45),0 12px 24px -12px rgba(0, 0, 0, 0.25);
    background: var(--w-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--w-text)
}

.fc-wallet-topbar {
    position: fixed;
    top: 0;
    z-index: 30;
    background: rgba(255,255,255,.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--w-hairline);
    transform: translateY(0);
    opacity: 1;
    transition: transform .35s var(--w-ease),opacity .35s var(--w-ease)
}

.fc-wallet-topbar-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.fc-wallet-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.fc-wallet-brand i,.fc-wallet-userchip-avatar {
    color: #fff;
    display: grid;
    background: var(--w-text);
    place-items: center
}

.fc-wallet-brand i,.fc-wallet-brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    object-fit: cover
}

.fc-wallet-brand span {
    font-weight: 600;
    font-size: 15px;
    color: var(--w-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fc-wallet-userchip-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .02em
}

.fc-wallet-topbar-side {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.fc-wallet-balance-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    height: 32px;
    border-radius: 999px;
    background: var(--w-bg);
    border: 1px solid var(--w-hairline);
    color: var(--w-text);
    line-height: 1
}

#fcFidelityFormModal .fc-form-modal-cta i,#fcFidelityLoginModal .fc-login-modal-cta i,.fc-redeem-coupon-hint i,.fc-wallet-balance-chip i {
    font-size: 13px
}

.fc-wallet-balance-chip strong {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -.01em;
    color: var(--w-text)
}

.fc-wallet-balance-chip span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--w-muted);
    font-weight: 600
}

.fc-wallet-hero {
    color: #fff;
    padding: 4rem 1rem 2.5rem;
    overflow: hidden;
    border-bottom-left-radius: 50px
}

.fc-wallet-h1,.fc-wallet-hello {
    color: #535f7f
}

.fc-wallet-hero::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: radial-gradient(60% 50% at 80% 0,rgba(255,255,255,.2),transparent 60%),radial-gradient(50% 50% at 0 100%,rgba(255,255,255,.12),transparent 60%);
    pointer-events: none
}

.fc-wallet-hero-inner {
    position: relative;
    max-width: 460px;
    margin: 0 auto
}

.fc-wallet-hero-header {
    text-align: center;
    margin-bottom: 1.5rem
}

.fc-wallet-hello {
    display: block;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0 0 4px
}

.fc-wallet-h1 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .01em;
    line-height: 1.4;
    margin: 0
}

.fc-wallet-pass-stage {
    position: relative;
    max-width: 360px;
    margin: 0 auto
}

.fc-wallet-pass-glow {
    position: absolute;
    inset: -20px -30px -40px -30px;
    background: radial-gradient(50% 60% at 50% 70%,rgba(255,255,255,.25),transparent 70%);
    pointer-events: none;
    filter: blur(8px);
    z-index: 0
}

.fc-wallet-pass-stage .fc-pass {
    position: relative;
    z-index: 1;
    box-shadow: var(--w-shadow-pass)
}

.fc-wallet-add-to-wallet {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

.fc-wallet-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .15s var(--w-ease),box-shadow .15s var(--w-ease);
    box-shadow: 0 6px 18px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.15);
    cursor: pointer
}

.fc-wallet-add-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0,0,0,.4);
    color: #fff
}

.fc-admin-wallet .fc-admin-action:active,.fc-wallet-add-btn:active,.fc-wallet-bottombar-btn:active {
    transform: translateY(0)
}

.fc-wallet-add-glyph {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: block
}

.fc-wallet-add-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.1
}

.fc-wallet-add-btn-line1 {
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .85
}

.fc-wallet-add-btn-line2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em
}

.fc-wallet-add-apple,.fc-wallet-add-google {
    background: #000
}

.card-primary .card-title,.fc-wallet-add-apple .fc-wallet-add-glyph {
    color: #fff
}

.fc-wallet-add-barcode {
    background: #111827;
    border-color: rgba(255,255,255,.18);
    flex: 0 0 auto;
    padding: 10px 16px;
    gap: 10px;
    justify-content: center
}

.fc-wallet-add-barcode:hover {
    background: #111827;
    filter: brightness(1.18)
}

.fc-wallet-add-barcode-icon {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.fc-barcode-modal {
    text-align: center;
    padding: 28px 22px 22px
}

.fc-barcode-modal-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: #111827;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 6px 18px rgba(17,24,39,.18)
}

.fc-barcode-modal-title {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 18px;
    color: var(--w-text,#111827)
}

.fc-barcode-modal-sub {
    margin: 0 auto 18px;
    max-width: 32ch;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--w-muted,#6b7280)
}

.fc-barcode-modal-bars {
    background: #fff;
    padding: 18px 12px;
    border-radius: 14px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 100px
}

.fc-barcode-modal-bars svg {
    max-width: 100%;
    height: auto;
    max-height: 90px
}

.fc-wallet-welcome-card {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-direction: column;
    /* White-shadow card style — matches `.fc-wallet-strip`, `.fc-wallet-section`
       containers and the other "tile" surfaces in the wallet UI. Lives on the
       base class so every welcome state (active / used / "other") inherits the
       same elevated look. */
    background: var(--w-card);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-soft);
    padding: 18px 20px;
    margin-bottom: 12px;
}

/* Active welcome bonus — surfaces the prize prominently to drive
   redemption. The `-prize-highlight` modifier upsizes the label. */
.fc-wallet-welcome-card-active {
    border: 1px solid #fed7aa;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
}

.fc-wallet-welcome-prize-highlight {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #c2410c;
    letter-spacing: -0.005em;
    margin-top: 2px;
}

.fc-wallet-welcome-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    color: var(--w-muted, #6b7280);
    margin-top: 4px;
}
.fc-wallet-welcome-meta i { font-size: 11px; margin-right: 4px; }

.fc-wallet-welcome-card-used {
    background: linear-gradient(135deg,#f9fafb 0,#f3f4f6 100%);
    border-color: #e5e7eb;
    opacity: .85
}

.fc-wallet-welcome-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fb923c;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(251,146,60,.35)
}

.fc-wallet-welcome-card-used .fc-wallet-welcome-icon {
    background: #9ca3af;
    box-shadow: none
}

.fc-wallet-welcome-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
    align-items: center
}

.fc-wallet-welcome-title {
    font-weight: 700;
    font-size: 14.5px;
    color: var(--w-text,#111827)
}

.fc-wallet-welcome-prize {
    font-size: 13px;
    font-weight: 500
}

.fc-wallet-welcome-code-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin: 25px 0;
    width: 100%;
    text-align: center;
    justify-content: space-between
}

.fc-wallet-welcome-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #fff;
    border: 1px dashed #fb923c;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    color: green
}

.fc-wallet-action+.fc-wallet-action,.fc-wallet-activity-toggle,.fc-wallet-activity-toggle .fc-wallet-list,.fc-wallet-bigstat-meta,.fc-wallet-bottombar,.fc-wallet-history-toggle,.fc-wallet-level-path,.fc-wallet-list-item+.fc-wallet-list-item,.fc-wallet-list-item.fc-wallet-reward-active-coupons+.fc-wallet-list-item,.fc-wallet-rewards-toggle,.fc-wallet-rewards-toggle .fc-wallet-list,.fc-wallet-rules,.fc-wallet-strip-foot {
    border-top: 1px solid var(--w-hairline)
}

.fc-wallet-welcome-code code {
    font-family: Menlo,Monaco,monospace;
    letter-spacing: .04em
}

.fc-wallet-welcome-expiry {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px
}

.fc-wallet-welcome-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--w-muted,#6b7280)
}

.fc-wallet-welcome-card-used .fc-wallet-welcome-status {
    color: #15803d
}

.fc-wallet-welcome-copy {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    padding: 6px 10px;
    font-size: 11.5px;
    line-height: 1
}

.fc-wallet-welcome-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 7px 10px;
    background: rgba(255,255,255,.6);
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 500;
    color: #92400e;
    line-height: 1.35
}

.fc-wallet-welcome-hint i {
    flex-shrink: 0;
    font-size: 13px;
    color: #d97706
}

.fc-wallet-strip {
    background: var(--w-card);
    border-radius: var(--w-radius);
    padding: 1.5rem 1.25rem 1.25rem;
    box-shadow: var(--w-shadow-soft);
    color: var(--w-text);
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 12px
}

.demo-form,.fc-wallet-main,.fc-wallet-strip-main,.slide-panel.whatsapp {
    flex-direction: column;
    display: flex
}

.fc-wallet-strip-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px 12px
}

.fc-wallet-strip-pct {
    font-family: Montserrat,sans-serif;
    font-weight: 200;
    font-size: 56px;
    letter-spacing: -.04em;
    line-height: 1;
    color: var(--w-text)
}

.fc-wallet-strip-unit {
    font-size: 16px;
    font-weight: 500;
    color: var(--w-muted);
    line-height: 1.35
}

.fc-wallet-strip-unit strong {
    font-weight: 700;
    color: var(--w-text)
}

.fc-wallet-level-bar,.fc-wallet-strip-bar {
    height: 8px;
    background: var(--w-hairline);
    border-radius: 999px;
    overflow: hidden
}

.fc-wallet-strip-bar>div {
    background: var(--w-text);
    border-radius: 999px
}

.fc-wallet-strip-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 18px;
    padding-top: 12px
}

.fc-wallet-bigstat-meta>span,.fc-wallet-strip-foot>span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--w-muted)
}

.fc-wallet-bigstat-meta i,.fc-wallet-history-toggle>summary>span>i,.fc-wallet-ladder-step:not(.is-reached) .fc-wallet-ladder-text strong,.fc-wallet-reward-redeem.is-locked i,.fc-wallet-reward-redeem:disabled i,.fc-wallet-strip-foot i {
    color: var(--w-muted)
}

.fc-wallet-main {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    padding: 1.5rem 1rem 2rem;
    gap: 1.75rem
}

.fc-admin-wallet .fc-admin-section,.fc-wallet-birthday-bonus-body,.fc-wallet-section {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fc-admin-wallet .fc-admin-section-title,.fc-wallet-section-title {
    margin: 0 4px 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--w-muted)
}

.fc-wallet-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 4px 4px
}

.fc-wallet-form-card .form-group,.fc-wallet-section-head .fc-wallet-section-title {
    margin: 0
}

.fc-wallet-section-link {
    font-size: 13px;
    color: var(--w-text);
    text-decoration: none;
    font-weight: 600
}

.fc-wallet-section-link:hover {
    text-decoration: underline
}

.fc-wallet-bigstat {
    background: var(--w-card);
    border-radius: var(--w-radius);
    padding: 1.5rem 1.25rem 1.25rem;
    box-shadow: var(--w-shadow-soft)
}

.fc-wallet-bigstat-main {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 12px
}

.fc-wallet-bigstat.has-level .fc-wallet-bigstat-row {
    flex: 0 0 auto;
    margin-bottom: 0
}

.fc-wallet-bigstat-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px
}

.fc-wallet-bigstat-value {
    font-family: Montserrat,sans-serif;
    font-weight: 200;
    font-size: 72px;
    letter-spacing: -.04em;
    line-height: 1;
    color: var(--w-text)
}

.fc-wallet-bigstat-unit {
    font-size: 18px;
    font-weight: 500;
    color: var(--w-muted);
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-wallet-unit-icon {
    font-size: 18px;
    color: var(--w-text);
    line-height: 1
}

.fc-wallet-bigstat-level {
    flex: 1 1 220px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 1.25rem;
    border-left: 1px solid var(--w-hairline)
}

.fc-wallet-bigstat-level-head {
    display: flex;
    align-items: center;
    gap: 10px
}

.fc-wallet-bigstat-level-emoji {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.12)
}

.fc-wallet-bigstat-level-info strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--w-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-wallet-bigstat-level-info span {
    font-size: 11.5px;
    color: var(--w-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-wallet-bigstat-level-pct {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--w-text);
    flex-shrink: 0
}

.fc-wallet-bigstat-level-bar,.fc-wallet-reward-bar {
    height: 6px;
    background: var(--w-hairline);
    border-radius: 999px;
    overflow: hidden
}

.fc-wallet-bigstat-level-bar>div {
    height: 100%;
    border-radius: 999px
}

.fc-wallet-bigstat-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    padding: 10px 0
}

.fc-wallet-bigstat-meta strong {
    color: var(--w-text);
    font-weight: 600
}

@media (max-width: 560px) {
    .fc-wallet-bigstat-main {
        align-items:stretch
    }

    .fc-wallet-bigstat-level {
        padding-left: 0;
        padding-top: 12px;
        border-left: 0;
        border-top: 1px solid var(--w-hairline)
    }
}

.fc-wallet-levelcard {
    background: var(--w-card);
    border-radius: var(--w-radius);
    padding: 18px;
    box-shadow: var(--w-shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fc-wallet-levelcard-head {
    display: flex;
    align-items: center;
    gap: 14px
}

.fc-wallet-level-emoji {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.15)
}

.fc-wallet-level-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column
}

.fc-wallet-level-info strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--w-text)
}

.fc-wallet-level-foot,.fc-wallet-level-info span {
    font-size: 13px;
    color: var(--w-muted)
}

.fc-wallet-level-pct {
    font-size: 18px;
    font-weight: 700;
    color: var(--w-text);
    flex-shrink: 0
}

.fc-wallet-level-pill {
    background: rgba(22,163,74,.12);
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 10px;
    border-radius: 999px;
    flex-shrink: 0
}

.fc-wallet-level-bar>div {
    border-radius: 999px
}

.fc-wallet-level-path+.fc-wallet-level-path {
    margin-top: 0
}

.fc-wallet-level-path>summary,.fc-wallet-rewards-toggle>summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--w-text);
    user-select: none
}

.fc-wallet-level-path>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-activity-chevron,.fc-wallet-collapsible-chevron,.fc-wallet-faq-item>summary>i,.fc-wallet-level-path-chevron,.fc-wallet-rewards-chevron {
    color: var(--w-muted);
    font-size: 12px;
    transition: transform .2s var(--w-ease)
}

.fc-wallet-level-path .fc-wallet-ladder {
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid var(--w-hairline);
    padding: 14px 18px 14px 22px;
    margin: 0
}

.fc-wallet-actions,.fc-wallet-howto,.fc-wallet-rewards-card {
    background: var(--w-card);
    border-radius: var(--w-radius);
    overflow: hidden;
    box-shadow: var(--w-shadow-soft)
}

.fc-wallet-action {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: 0 0;
    border: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: var(--w-text);
    cursor: pointer;
    font-family: inherit;
    transition: background .15s var(--w-ease)
}

.fc-wallet-action:hover {
    background: rgba(0,0,0,.025)
}

.fc-wallet-action:active {
    background: rgba(0,0,0,.05)
}

.fc-wallet-action-primary,.fc-wallet-action-primary:hover {
    background: var(--fc-primary);
    color: #fff
}

.fc-wallet-action-primary:hover {
    filter: brightness(1.05)
}

.fc-wallet-action-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #1e90ff;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0
}

.fc-wallet-action-primary .fc-wallet-action-icon {
    background: rgba(255,255,255,.22)
}

.fc-wallet-action-icon-share {
    background: #1c1c1e
}

.fc-wallet-action-text strong {
    font-weight: 600;
    font-size: 15px
}

.fc-wallet-action-text span {
    font-size: 12.5px;
    opacity: .75
}

.fc-wallet-action-primary .fc-wallet-action-text span {
    color: rgba(255,255,255,.85);
    opacity: 1
}

.fc-wallet-action-chevron {
    color: var(--w-muted);
    font-size: 13px;
    flex-shrink: 0
}

.fc-wallet-action-primary .fc-wallet-action-chevron {
    color: rgba(255,255,255,.85)
}

.fc-wallet-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--w-card);
    border-radius: var(--w-radius);
    overflow: hidden;
    box-shadow: var(--w-shadow-soft)
}

.fc-wallet-list.fc-wallet-list-flush {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.fc-wallet-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px
}

.fc-wallet-list-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(60,60,67,.08);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    flex-shrink: 0
}

.fc-tx-bonus .fc-wallet-list-icon,.fc-tx-earn .fc-wallet-list-icon {
    background: rgba(22,163,74,.12);
    color: #16a34a
}

.fc-tx-redeem .fc-wallet-list-icon {
    background: rgba(109,40,217,.12);
    color: #6d28d9
}

.fc-tx-expire .fc-wallet-list-icon,.fc-tx-rollback .fc-wallet-list-icon {
    background: rgba(185,28,28,.12);
    color: #b91c1c
}

.fc-tx-manual .fc-wallet-list-icon {
    background: rgba(146,64,14,.12);
    color: #92400e
}

.fc-wallet-list-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.fc-wallet-list-text strong {
    font-weight: 600;
    font-size: 14.5px;
    color: var(--w-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-wallet-form-card .fc-terms-details summary i,.fc-wallet-list-text span {
    font-size: 12px;
    color: var(--w-muted)
}

.fc-wallet-list-amount {
    font-weight: 700;
    font-size: 16px;
    color: var(--w-text);
    flex-shrink: 0;
    font-variant-numeric: tabular-nums
}

.fc-wallet-activity-toggle>summary,.fc-wallet-redeemable-details>summary {
    display: flex;
    align-items: center;
    user-select: none;
    position: sticky;
    top: 0;
    cursor: pointer;
    list-style: none
}

.fc-wallet-activity-card {
    background: var(--w-card);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-soft);
    max-height: 500px;
    overflow: auto
}

.fc-wallet-activity-toggle>summary {
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--w-text);
    background: #fff
}

.fc-wallet-activity-toggle>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-rewards-toggle>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-redeemable {
    background: var(--w-surface,#fff);
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(15,23,42,.04);
    overflow: hidden
}

.fc-wallet-redeemable-details>summary {
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    font-family: Montserrat,sans-serif;
    background: var(--fc-primary,#d3d19c);
    color: #fff;
    z-index: 1
}

.fc-wallet-redeemable-details>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-redeemable-summary-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600
}

.btn-lg i,.btn-xl,.fc-wallet-redeemable-summary-text>i {
    font-size: 18px
}

.fc-wallet-redeemable-count {
    font-weight: 500;
    opacity: .85
}

.fc-wallet-redeemable-chevron {
    font-size: 14px;
    transition: transform .25s;
    opacity: .9
}

.fc-wallet-redeemable-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--w-hairline,rgba(15,23,42,.08));
    max-height: 500px;
    overflow: auto
}

.fc-wallet-redeemable-item {
    padding: 14px 18px;
    border-bottom: 1px solid var(--w-hairline,rgba(15,23,42,.06));
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fc-wallet-redeemable-item:last-child {
    border-bottom: none
}

.fc-wallet-redeemable-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.fc-wallet-redeemable-source {
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--w-muted,#64748b);
    text-transform: uppercase;
    letter-spacing: .3px
}

.fc-wallet-redeemable-value {
    font-family: Montserrat,sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--fc-primary,#d3d19c)
}

.fc-wallet-birthday-bonus-code-row,.fc-wallet-redeemable-code-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.fc-wallet-redeemable-code {
    flex: 1;
    min-width: 0;
    padding: 8px 12px;
    background: rgba(15,23,42,.04);
    border-radius: 8px;
    font-family: Menlo,Consolas,monospace;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: .5px;
    word-break: break-all
}

.fc-wallet-redeemable-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    color: var(--w-muted,#64748b)
}

.fc-wallet-redeemable-meta>span {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.fc-wallet-redeemable-meta i {
    font-size: 12px;
    opacity: .8
}

.fc-wallet-list-rewards .fc-wallet-list-item {
    align-items: stretch;
    gap: 14px
}

.fc-wallet-reward-cost {
    flex-shrink: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 12px 10px;
    border-radius: 16px;
    border: 1px solid #000;
    text-align: center;
    line-height: 1
}

.fc-wallet-reward.is-unlocked .fc-wallet-reward-cost {
    background: linear-gradient(135deg,rgba(22,163,74,.1),rgba(34,197,94,.06));
    border-color: rgba(22,163,74,.25)
}

.fc-wallet-reward-cost-value {
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: var(--w-text);
    letter-spacing: -.02em
}

.fc-wallet-reward.is-unlocked .fc-wallet-reward-cost-value {
    color: #166534
}

.fc-wallet-reward-cost-unit {
    margin-top: 4px;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.fc-wallet-reward-cost-unit i {
    font-size: 10px
}

.fc-wallet-reward-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: center
}

.fc-wallet-reward-body strong {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--w-text);
    line-height: 1.3
}

.fc-wallet-reward-desc {
    color: teal;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fc-wallet-reward-prize {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--w-text-2);
    line-height: 1.4;
    margin-top: 2px;
    font-weight: 600
}

.fc-wallet-reward-prize i {
    font-size: 12px;
    flex-shrink: 0
}

.fc-wallet-reward-cta-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12px;
    color: #166534;
    font-weight: 600
}

.fc-wallet-reward-progress {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px
}

.fc-wallet-reward-bar>div {
    background: var(--fc-primary);
    border-radius: 999px
}

.fc-wallet-reward-missing-text {
    font-size: 12px;
    color: var(--w-muted);
    font-weight: 600
}

.fc-wallet-reward-redeem {
    background: #16a34a;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .02em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    align-self: center;
    box-shadow: 0 2px 6px rgba(22,163,74,.25);
    transform-origin: center;
    transition: filter .15s var(--w-ease),transform .15s var(--w-ease),box-shadow .15s var(--w-ease),background .15s var(--w-ease)
}

.fc-redeem-code-copy,.fc-wallet-coupon-chip-copy {
    transition: filter .15s var(--w-ease),background .15s var(--w-ease);
    cursor: pointer
}

.fc-wallet-reward-redeem.is-active {
    animation: 2.4s ease-in-out infinite fc-redeem-wobble
}

.fc-wallet-reward-redeem:hover:not(:disabled) {
    filter: brightness(1.08);
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 6px 18px rgba(22,163,74,.4);
    animation-play-state: paused
}

.fc-wallet-reward-redeem:active:not(:disabled) {
    transform: translateY(0) scale(.98);
    filter: brightness(.95)
}

.fc-wallet-reward-redeem.is-locked,.fc-wallet-reward-redeem:disabled {
    background: rgba(60,60,67,.1);
    color: var(--w-muted);
    box-shadow: none;
    cursor: not-allowed;
    animation: none
}

@keyframes fc-redeem-wobble {
    0%,100%,60%,93% {
        transform: rotate(0) scale(1)
    }

    65% {
        transform: rotate(-4deg) scale(1.04)
    }

    72% {
        transform: rotate(4deg) scale(1.04)
    }

    79% {
        transform: rotate(-3deg) scale(1.03)
    }

    86% {
        transform: rotate(2deg) scale(1.02)
    }
}

.fc-wallet-rewards-empty {
    margin: 0;
    padding: 18px 16px;
    text-align: center;
    font-size: 13.5px;
    color: var(--w-muted);
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.fc-wallet-rewards-empty i {
    color: #16a34a;
    font-size: 16px
}

.fc-wallet-list-item.fc-wallet-reward-active-coupons {
    display: block;
    padding: 0 16px 14px;
    background: 0 0;
    border-top: 0!important
}

.fc-wallet-active-coupons-wrap {
    background: rgba(22,163,74,.06);
    border: 1px solid rgba(22,163,74,.2);
    border-radius: 14px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fc-wallet-active-coupons-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #166534;
    text-transform: uppercase;
    letter-spacing: .04em
}

.fc-redeem-code-label,.fc-wallet-form-card .form-label,.fc-wallet-history-badge,.fc-wallet-ladder-badge {
    letter-spacing: .05em;
    text-transform: uppercase
}

.fc-wallet-coupon-chip {
    background: var(--w-card);
    border: 1px dashed rgba(22,163,74,.4);
    border-radius: 12px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    align-items: center
}

.fc-wallet-coupon-chip code {
    grid-column: 1;
    font-family: "SF Mono",Menlo,Monaco,Consolas,monospace;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--w-text);
    word-break: break-all;
    user-select: all;
    line-height: 1.2
}

.fc-wallet-coupon-chip-meta {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    color: var(--w-muted)
}

.fc-wallet-coupon-chip-copy,.fc-wallet-coupon-chip-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-wallet-coupon-chip-copy {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
    background: var(--w-text);
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 12px
}

.fc-redeem-code code,.fc-wallet-history-code {
    font-family: "SF Mono",Menlo,Monaco,Consolas,monospace;
    user-select: all
}

.fc-redeem-code-copy,.fc-redeem-success-title,.fc-wallet-hero-name,.fc-wallet-login-card-text strong {
    font-family: Montserrat,sans-serif
}

.fc-redeem-code-copy:hover,.fc-wallet-coupon-chip-copy:hover,.fc-wallet-login-card:hover .fc-wallet-login-card-cta {
    filter: brightness(1.1)
}

.fc-wallet-strip>.fc-wallet-history-toggle {
    margin: 0 -1.25rem -1.25rem;
    border-top: 1px solid var(--w-hairline);
    border-bottom-left-radius: var(--w-radius);
    border-bottom-right-radius: var(--w-radius);
    overflow: hidden
}

.fc-wallet-strip>.fc-wallet-history-toggle>summary {
    padding: 14px 1.25rem
}

.fc-wallet-history-count {
    margin-left: 6px;
    background: rgba(60,60,67,.1);
    color: var(--w-text);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    line-height: 1.5
}

.btn,.btn i,.fc-wallet-history-list .fc-wallet-history-item,.item-actions,.page-header-actions {
    align-items: center
}

.fc-wallet-history-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(22,163,74,.14);
    color: #166534;
    display: grid;
    place-items: center;
    font-size: 14px;
    flex-shrink: 0
}

.fc-wallet-history-badge-expired,.fc-wallet-history-item.is-expired .fc-wallet-history-icon {
    background: rgba(60,60,67,.1);
    color: var(--w-muted)
}

.fc-wallet-history-badge-used,.fc-wallet-history-item.is-used .fc-wallet-history-icon {
    background: rgba(13,110,253,.12);
    color: #1e40af
}

.fc-wallet-history-badge-manual,.fc-wallet-history-badge-redeemed,.fc-wallet-history-item.is-manual .fc-wallet-history-icon {
    background: rgba(22,163,74,.14);
    color: #166534
}

.fc-wallet-history-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--w-muted);
    margin-top: 2px
}

.fc-wallet-history-code {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--w-text);
    background: var(--w-bg);
    border: 1px dashed var(--w-hairline);
    border-radius: 8px;
    padding: 3px 8px;
    width: fit-content
}

.fc-wallet-history-code i {
    color: var(--w-muted);
    font-size: 10px
}

.fc-wallet-history-badge {
    flex-shrink: 0;
    align-self: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 800
}

#fcRedeemSlide.slide-center {
    height: auto;
    min-height: 0;
    max-height: 90vh;
    width: 460px
}

.fc-redeem-success {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.fc-redeem-success-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg,#16a34a,#15803d);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 38px;
    box-shadow: 0 12px 28px -8px rgba(22,163,74,.45);
    animation: fc-redeem-pop .55s var(--w-ease)
}

.fc-redeem-success-icon-manual {
    background: linear-gradient(135deg,#f59e0b,#ea580c);
    box-shadow: 0 12px 28px -8px rgba(234,88,12,.45)
}

.fc-redeem-success-icon .icon-bar-bottom {
    font-size: 35px
}

@keyframes fc-redeem-pop {
    0% {
        transform: scale(.6);
        opacity: 0
    }

    60% {
        transform: scale(1.08);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.fc-redeem-success-title {
    font-weight: 800;
    font-size: 22px;
    color: var(--w-text);
    margin: 0
}

.fc-redeem-success-sub {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--w-text)
}

.fc-redeem-success-desc {
    margin: 0;
    font-size: 13.5px;
    color: var(--w-muted);
    line-height: 1.5;
    max-width: 360px
}

.fc-redeem-instructions {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(245,158,11,.1);
    border-radius: 14px;
    text-align: left;
    color: #92400e
}

.fc-redeem-instructions i {
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px
}

.fc-redeem-instructions p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: #78350f;
    font-weight: 600
}

.fc-redeem-code-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
    text-align: left
}

.fc-redeem-code-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--w-muted)
}

.fc-redeem-code {
    display: flex;
    align-items: stretch;
    gap: 8px;
    background: var(--w-bg);
    border: 2px dashed var(--w-hairline);
    border-radius: 14px;
    padding: 14px 16px
}

.fc-redeem-code code {
    flex: 1;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .06em;
    color: var(--w-text);
    word-break: break-all;
    align-self: center
}

.fc-redeem-code-copy {
    background: var(--w-text);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-redeem-code-value {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--w-muted);
    text-align: center
}

.fc-redeem-rules {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.fc-redeem-rules li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(0,0,0,.04);
    font-size: 13.5px;
    color: var(--w-text);
    line-height: 1.35
}

.fc-redeem-rules li[hidden] {
    display: none
}

.fc-redeem-rules li i {
    flex-shrink: 0;
    font-size: 13px;
    color: var(--fc-primary,#0d6efd);
    width: 18px;
    text-align: center
}

.fc-redeem-success-pitch {
    margin: 4px 0 6px;
    font-size: 14px;
    color: var(--w-text-2);
    line-height: 1.5;
    max-width: 380px
}

.fc-redeem-success-howto {
    width: 100%;
    margin-top: 4px;
    padding: 12px 14px;
    background: rgba(22,163,74,.1);
    border: 1px solid rgba(22,163,74,.25);
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    font-size: 13px;
    color: #166534;
    font-weight: 600;
    line-height: 1.5;
    animation: 1.6s ease-in-out infinite fc-redeem-howto-blink
}

.fc-redeem-success-howto i {
    flex-shrink: 0;
    color: #16a34a;
    font-size: 14px;
    margin-top: 2px;
    animation: 1.6s ease-in-out infinite fc-redeem-howto-icon
}

@keyframes fc-redeem-howto-blink {
    0%,100% {
        background: rgba(22,163,74,.1);
        box-shadow: 0 0 0 0 rgba(22,163,74,.2)
    }

    50% {
        background: rgba(22,163,74,.22);
        box-shadow: 0 0 0 6px rgba(22,163,74,0)
    }
}

@keyframes fc-redeem-howto-icon {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.18)
    }
}

.fc-wallet-collapsible>summary>span>i,.fc-wallet-ladder-text strong {
    color: var(--w-text);
    font-size: 15px
}

.fc-wallet-ladder {
    list-style: none;
    margin: 0;
    padding: 18px 18px 18px 22px;
    background: var(--w-card);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-soft);
    position: relative
}

.fc-wallet-ladder::before {
    content: "";
    position: absolute;
    width: 2px;
    background: var(--w-hairline);
    border-radius: 2px
}

.fc-wallet-ladder-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 8px 0
}

.fc-wallet-ladder-icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    opacity: .55;
    filter: grayscale(.4);
    transition: opacity .2s var(--w-ease),filter .2s var(--w-ease)
}

.fc-wallet-ladder-step.is-current .fc-wallet-ladder-icon {
    box-shadow: 0 0 0 4px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.15)
}

.fc-wallet-ladder-text {
    flex: 1;
    min-width: 0;
    padding-top: 6px;
    display: flex;
    flex-direction: column
}

.fc-wallet-ladder-text strong {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.fc-wallet-ladder-text span {
    font-size: 12.5px;
    line-height: 1.4
}

.fc-wallet-ladder-badge {
    background: var(--w-text);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px
}

.fc-wallet-collapsible {
    border-bottom: 1px solid var(--w-hairline)
}

.fc-wallet-collapsible>summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
    font-size: 14.5px;
    color: var(--w-text)
}

.fc-wallet-collapsible>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-collapsible>summary>span {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.fc-wallet-rules {
    list-style: none;
    margin: 0;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.fc-wallet-rule {
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    background: var(--w-bg);
    border-radius: var(--w-radius-sm);
    align-items: center
}

.fc-wallet-rule-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0
}

.fc-wallet-rule-note .fc-wallet-rule-icon {
    background: var(--w-muted)
}

.fc-wallet-rule>div {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.fc-wallet-rule strong {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--w-text)
}

.fc-wallet-faq-inner {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fc-wallet-faq-item {
    background: var(--w-bg);
    border-radius: var(--w-radius-sm);
    overflow: hidden
}

.fc-wallet-faq-item>summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--w-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.fc-wallet-faq-item>summary::-webkit-details-marker {
    display: none
}

.fc-wallet-faq-item>p {
    margin: 0;
    padding: 0 14px 14px;
    font-size: 13px;
    color: #708090;
    font-weight: 500
}

.fc-wallet-footer {
    padding: 1rem 1rem 2rem
}

.fc-wallet:has(.fc-wallet-bottombar) .fc-wallet-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom,0px))
}

.fc-wallet-bottombar {
    position: fixed;
    bottom: 0;
    z-index: 25;
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    padding-bottom: env(safe-area-inset-bottom,0);
    transform: translateY(0);
    opacity: 1;
    transition: transform .35s var(--w-ease),opacity .35s var(--w-ease)
}

.fc-wallet-bottombar.is-hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none
}

.fc-wallet-bottombar-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    gap: 10px
}

.fc-wallet-bottombar-btn,.fc-wallet-hero-bonus {
    gap: 8px;
    font-weight: 700;
    font-family: Montserrat,sans-serif
}

.fc-wallet-bottombar-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 14px;
    background: rgba(0,0,0,.05);
    color: var(--w-text);
    text-decoration: none;
    font-size: 14.5px;
    transition: transform .15s var(--w-ease),background .15s var(--w-ease),box-shadow .15s var(--w-ease);
    border: 0;
    cursor: pointer;
    min-width: 0
}

.fc-admin-wallet .fc-admin-action>i,.fc-wallet-bottombar-btn>i {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0
}

.fc-admin-wallet .fc-admin-action>span,.fc-wallet-bottombar-btn>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fc-wallet-bottombar-btn:hover {
    background: rgba(0,0,0,.08);
    color: var(--w-text);
    transform: translateY(-1px)
}

.fc-wallet-bottombar-btn-primary {
    background: #6a5acd;
    color: #fff
}

.fc-wallet-bottombar-btn-primary:hover {
    background: var(--w-text);
    color: #fff;
    filter: brightness(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,.2)
}

.fc-wallet-bottombar-btn-book {
    background: #528a44;
    color: #fff
}

.fc-wallet-bottombar-btn-book:hover {
    background: #528a44;
    color: #fff;
    filter: brightness(1.08);
    box-shadow: 0 8px 20px rgba(82,138,68,.35)
}

.fc-wallet-footer .poweredby {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none!important;
    color: inherit;
    transition: opacity .15s
}

.fc-wallet-footer .poweredby:hover {
    opacity: .75
}

.fc-wallet-footer .text-little {
    font-size: 11px;
    font-weight: 600
}

.fc-wallet-footer .logo-by {
    background-image: url(/images/logo-success.png);
    background-size: 90px;
    height: 27px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50%
}

.fc-wallet-hero-restaurant {
    text-align: center;
    padding: 0 .75rem
}

.fc-wallet-hero-icon {
    width: 90px;
    height: 90px;
    border-radius: 25px;
    background: #fff;
    margin: 0 auto 1.1rem;
    overflow: hidden;
    display: grid;
    place-items: center;
    box-shadow: 0 22px 44px -12px rgba(0,0,0,.35),0 4px 12px rgba(0,0,0,.12);
    transition: transform .25s var(--w-ease)
}

.fc-wallet-hero-icon:hover {
    transform: translateY(-3px)
}

.fc-wallet-hero-icon i {
    font-size: 52px;
    color: var(--fc-primary,#0d6efd)
}

.fc-wallet-hero-name {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 .35rem;
    text-shadow: 0 2px 12px rgba(0,0,0,.18)
}

.fc-wallet-hero-tagline {
    margin: 0;
    font-size: 29px;
    color: rgba(255,255,255,.85);
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0,0,0,.18)
}

.fc-wallet-hero-bonus {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 9px 18px 9px 14px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .01em;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    animation: .55s cubic-bezier(.2,.7,.3,1.2) both fc-bonus-pop
}

.fc-wallet-hero-bonus i {
    font-size: 14px;
    color: #d97706
}

@keyframes fc-bonus-pop {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(.94)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.fc-wallet-main-register {
    max-width: 720px
}

.fc-wallet-register-single {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.fc-wallet-register-right {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0
}

.fc-wallet-hero-brand,.fc-wallet-hero-share {
    position: absolute;
    top: 18px;
    z-index: 2
}

.fc-wallet-hero-brand {
    left: 18px;
    display: inline-flex;
    align-items: center;
    text-decoration: none!important;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    border-radius: 999px;
    flex-direction: column
}

.fc-wallet-hero-brand:hover {
    opacity: .92;
    transform: translateY(-1px)
}

.fc-wallet-hero-brand-logo {
    display: block;
    width: 80px;
    height: 22px;
    background-image: url(/images/logo-success.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.fc-wallet-hero-share {
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    color: #1c1c1e;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 14px;
    line-height: 45px
}

.fc-wallet-hero-share:hover {
    background: #fff;
    transform: translateY(-1px)
}

.fc-wallet-hero-share:active {
    transform: scale(.95)
}

.fc-wallet-bottombar-register .fc-wallet-bottombar-btn-primary {
    flex: 2
}

.fc-wallet:has(.fc-wallet-bottombar-register) .fc-wallet-main {
    padding-bottom: calc(120px + env(safe-area-inset-bottom,0px))
}

.fc-wallet:has(.fc-wallet-bottombar-register) .fc-wallet-footer {
    padding-bottom: calc(120px + env(safe-area-inset-bottom,0px))
}

.fc-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .65s cubic-bezier(.16, 1, .3, 1),transform .65s cubic-bezier(.16, 1, .3, 1);
    will-change: opacity,transform
}

.fc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media (prefers-reduced-motion:reduce) {
    .fc-redeem-success-howto,.fc-redeem-success-howto i,.fc-wallet-hero-bonus,.fc-wallet-reward-redeem.is-active {
        animation: none
    }

    .fc-reveal {
        opacity: 1;
        transform: none;
        transition: none
    }
}

.fc-wallet-ladder-register .fc-wallet-ladder-icon {
    box-shadow: 0 4px 10px rgba(0,0,0,.12)
}

.fc-wallet-ladder-register .fc-wallet-ladder-text strong {
    color: var(--w-text)
}

.fc-wallet-reward-target {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12px;
    color: var(--w-muted);
    font-weight: 600
}

.fc-wallet-reward-target i {
    font-size: 11px;
    color: var(--w-muted)
}

.fc-wallet-welcome-msg {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px
}

.fc-wallet-welcome-msg>i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--fc-primary,#d3d19c);
    color: #fff;
    font-size: 14px;
    flex-shrink: 0
}

.fc-wallet-welcome-msg p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--w-text-2)
}

.fc-wallet-login-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: var(--w-card);
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius-sm);
    text-decoration: none!important;
    color: var(--w-text);
    transition: border-color .15s var(--w-ease),transform .15s var(--w-ease),box-shadow .15s var(--w-ease)
}

.fc-wallet-login-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(15,23,42,.06);
    color: var(--w-text);
    text-decoration: none!important
}

.fc-wallet-login-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    flex-shrink: 0
}

.fc-wallet-login-card-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    text-align: left
}

.fc-wallet-login-card-text strong {
    font-weight: 700;
    font-size: 14px;
    color: var(--w-text)
}

.fc-wallet-login-card-text span {
    font-size: 12.5px;
    color: var(--w-muted);
    line-height: 1.4
}

.fc-wallet-login-card-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--w-text);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: -.01em;
    transition: filter .15s var(--w-ease),transform .15s var(--w-ease)
}

.fc-admin-wallet .fc-admin-hero-title,.fc-wallet-form-title {
    letter-spacing: -.02em;
    line-height: 1.15;
    font-family: Montserrat,sans-serif
}

.fc-wallet-login-card-cta i {
    font-size: 11px;
    transition: transform .2s var(--w-ease)
}

.fc-wallet-login-card:hover .fc-wallet-login-card-cta i {
    transform: translateX(3px)
}

#fcFidelityFormModal {
    max-height: 90vh
}

#fcFidelityFormModal .container-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 30px 22px 26px;
    text-align: center;
    overflow-y: auto
}

#fcFidelityFormModal .fc-form-modal-title {
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #1c1c1e;
    margin: 0;
    line-height: 1.2
}

#fcFidelityFormModal .fc-form-modal-sub {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.45;
    margin: 0 0 6px;
    max-width: 380px
}

#fcFidelityFormModal .fc-form-modal-form {
    width: 100%;
    max-width: 480px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px
}

#fcFidelityFormModal .form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
    margin-bottom: 6px;
    display: block
}

#fcFidelityFormModal .form-input,#fcFidelityLoginModal .fc-login-modal-form .form-input {
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(60,60,67,.12);
    background: #f5f5f7;
    padding: 0 14px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    color: #1c1c1e;
    width: 100%;
    transition: border-color .15s,background .15s,box-shadow .15s;
    outline: 0
}

#fcFidelityFormModal .fc-form-modal-cta,#fcFidelityLoginModal .fc-login-modal-cta {
    cursor: pointer;
    transition: filter .15s,transform .15s;
    font-family: Montserrat,sans-serif
}

#fcFidelityFormModal .form-input:focus {
    background: #fff;
    border-color: var(--fc-primary,#0d6efd);
    box-shadow: 0 0 0 3px rgba(13,110,253,.15)
}

#fcFidelityFormModal .fc-form-modal-cta {
    margin-top: 6px;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 22px;
    border: 0;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 22px rgba(22,163,74,.25)
}

#fcFidelityFormModal .term-cond,.fc-wallet-already-wrap {
    margin-top: 8px
}

#fcFidelityFormModal .term-cond .custom-control-input {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
    opacity: 0!important;
    pointer-events: none!important;
    z-index: -1!important
}

#fcFidelityFormModal .fc-wallet-form-secure {
    margin: 6px 0 0;
    color: #6c757d;
    font-size: 12.5px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

#fcFidelityLoginModal .container-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 30px 24px;
    height: 100%;
    text-align: center
}

#fcFidelityLoginModal .fc-login-modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--fc-primary,#d3d19c);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 26px;
    box-shadow: 0 12px 28px -8px rgba(15,23,42,.25)
}

#fcFidelityLoginModal .fc-login-modal-title {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1c1c1e;
    margin: 0;
    line-height: 1.2
}

#fcFidelityLoginModal .fc-login-modal-sub {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.45;
    margin: 0;
    max-width: 360px
}

#fcFidelityLoginModal .fc-login-modal-form {
    width: 100%;
    max-width: 360px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px
}

#fcFidelityLoginModal .fc-login-modal-form .form-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
    display: block;
    margin: 0 auto
}

#fcFidelityLoginModal .fc-login-modal-error {
    margin: 0;
    padding: 10px 12px;
    background: rgba(220,38,38,.1);
    border: 1px solid rgba(220,38,38,.25);
    border-radius: 10px;
    color: #b91c1c;
    font-size: 13.5px;
    line-height: 1.4;
    text-align: center
}

#fcFidelityLoginModal .fc-login-modal-cta {
    margin-top: 6px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 14px 22px;
    border: 0;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

#fcFidelityLoginModal .fc-login-modal-cta:disabled {
    opacity: .65;
    cursor: progress
}

.fc-wallet-form-card {
    background: var(--w-card);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-soft);
    padding: 22px 20px
}

.fc-wallet-form-title {
    font-weight: 800;
    font-size: 28px;
    color: var(--w-text);
    margin: 0 0 8px
}

.fc-wallet-form-intro {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    margin: 0 auto 30px
}

.fc-wallet-form-grid,.fc-wallet-form-row-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px
}

.fc-wallet-form-grid .fc-wallet-form-full {
    grid-column: 1/-1
}

.fc-wallet-hint-wallet {
    padding: 0
}

.fc-wallet-hint-wallet-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    /* flex-wrap so the buttons block (when nested inside this inner
       card) can drop to a new line under the icon + copy row instead
       of fighting for horizontal space on the right. */
    flex-wrap: wrap;
    padding: 16px 18px;
    background: var(--w-card,#fff);
    border: 1px solid var(--w-hairline,#e5e7eb);
    border-radius: 14px;
    box-shadow: var(--w-shadow-soft,0 4px 18px rgba(0,0,0,.05))
}

/* 3.12.13.x — buttons nested inside the inner card: force them to a
   new row (flex-basis: 100%), keep the centered horizontal layout
   from the standalone rule, and tighten the top spacing so they
   read as belonging to the same card as the icon+copy above. */
.fc-wallet-hint-wallet-inner .fc-wallet-hint-wallet-buttons {
    flex-basis: 100%;
    width: 100%;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px dashed var(--w-hairline, #e5e7eb);
}

.fc-wallet-hint-wallet-inner>i {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg,#1d4ed8 0,#6366f1 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px
}

.fc-wallet-hint-wallet-inner strong {
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--w-text,#111827);
    margin-bottom: 2px
}

.fc-wallet-hint-wallet-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px
}

.fc-wallet-hint-wallet-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    cursor: default;
    user-select: none;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 4px 14px rgba(0,0,0,.18)
}

.fc-wallet-hint-wallet-google {
    background: #1a73e8;
    border-color: rgba(255,255,255,.15)
}

.fc-wallet-hint-wallet-glyph {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0
}

.fc-wallet-hint-wallet-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left
}

.fc-wallet-hint-wallet-line1 {
    font-size: 10px;
    font-weight: 500;
    opacity: .85;
    letter-spacing: .2px;
    text-transform: uppercase
}

.slide-center,.slide-overlay,.slide-overlay-center {
    opacity: 0;
    visibility: hidden
}

.fc-wallet-hint-wallet-line2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1px
}

.fc-birthdate-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1.2fr;
    gap: 8px;
    width: 100%
}

.fc-birthdate-select {
    width: 100%;
    min-width: 0;
    padding-right: 28px
}

@media (max-width: 360px) {
    .fc-birthdate-row {
        grid-template-columns:1fr 1.6fr 1fr;
        gap: 6px
    }
}

.fc-wallet-form-card .form-label {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--w-muted);
    margin-bottom: 6px;
    display: block
}

.fc-wallet-form-card .form-input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid var(--w-hairline);
    background: var(--w-bg);
    font-size: 14.5px;
    color: var(--w-text);
    font-family: Montserrat,sans-serif;
    transition: border-color .15s var(--w-ease),background .15s var(--w-ease),box-shadow .15s var(--w-ease);
    outline: 0;
    box-shadow: none
}

.fc-wallet-form-card .fc-helper,.fc-wallet-form-card .fc-helper i,.fc-wallet-form-secure i {
    color: var(--w-muted);
    font-size: 12px
}

.fc-wallet-form-card .form-input:focus {
    border-color: var(--fc-primary,#0d6efd);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--fc-primary,#0d6efd) 18%,transparent)
}

.fc-wallet-form-card .form-input.error {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220,38,38,.18)
}

.fc-wallet-form-card .fc-helper {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    gap: 6px
}

.fc-wallet-form-card .term-cond {
    margin: 16px 0 6px;
    display: flex;
    align-items: center;
    align-content: center
}

.fc-wallet-form-card .term-conditions {
    font-size: 13px;
    color: var(--w-text-2)
}

.fc-wallet-form-card .fc-terms-details {
    background: var(--w-bg);
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius-sm);
    margin-top: 6px;
    padding: 10px 12px
}

.fc-wallet-form-card .fc-terms-details summary {
    cursor: pointer;
    color: var(--w-text);
    font-weight: 600;
    font-size: 13px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.fc-wallet-form-card .fc-terms-details summary::-webkit-details-marker {
    display: none
}

.fc-wallet-form-cta {
    width: 100%;
    margin-top: 18px;
    padding: 0 20px;
    height: 52px;
    border-radius: 999px;
    background: var(--w-text);
    color: #fff;
    border: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    letter-spacing: .01em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
    transition: transform .15s var(--w-ease),filter .15s var(--w-ease),box-shadow .15s var(--w-ease)
}

.fc-admin-wallet .fc-kpi,.fc-wallet-already-card {
    background: var(--w-card);
}

.fc-wallet-form-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0,0,0,.22)
}

.fc-wallet-form-cta:active {
    transform: translateY(0);
    filter: brightness(.95)
}

.fc-wallet-form-cta i {
    font-size: 14px;
    line-height: 1
}

.fc-wallet-form-secure {
    margin: 14px 0 0;
    font-size: 12px;
    color: var(--w-muted);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.fc-wallet-already-card {
    border-radius: var(--w-radius);
    padding: 36px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px
}

.fc-wallet-already-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--fc-primary,#d3d19c);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 36px;
    box-shadow: 0 12px 28px -8px color-mix(in srgb,var(--fc-primary,#0d6efd) 50%,transparent)
}

.fc-wallet-already-title {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--w-text);
    margin: 0
}

.fc-wallet-already-msg {
    font-size: 14px;
    color: var(--w-muted);
    max-width: 360px;
    margin: 0;
    line-height: 1.5
}

.fc-wallet-already-spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid var(--w-hairline);
    border-top-color: var(--fc-primary,#0d6efd);
    animation: .9s linear infinite fc-spin
}

@media (max-width: 991px) {
    .fc-wallet-register-grid,.fidelity-layout {
        grid-template-columns:1fr
    }

    .fidelity-preview-col {
        position: relative;
        top: 0
    }

    .fc-pass {
        max-width: 320px;
        margin: 0 auto
    }

    .fc-wallet-main-register {
        max-width: 500px
    }

    .fc-wallet-register-grid {
        gap: 1.25rem;
        display: flex;
        flex-direction: column-reverse
    }

    .fc-wallet-register-left .fc-pass {
        max-width: 380px
    }
}

.fc-admin-wallet {
    --w-radius: 22px;
    --w-radius-sm: 14px;
    color: var(--w-text);
    font-family: Montserrat,sans-serif
}

.fc-admin-wallet .fc-admin-hero {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

.fc-admin-wallet .fc-admin-hero-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.fc-admin-wallet .fc-admin-hero-title {
    font-weight: 800;
    font-size: 26px;
    margin: 0 0 6px
}

.fc-admin-wallet .fc-admin-hero-sub {
    font-size: 14.5px;
    color: var(--w-muted);
    margin: 0;
    line-height: 1.5
}

.fc-admin-wallet .body-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.fc-admin-wallet .fc-kpi-strip {
    display: flex;
    gap: .75rem;
    width: 100%;
    overflow: auto
}

.fc-admin-wallet .fc-kpi {
    border: 1px solid;
    border-radius: var(--w-radius);
    padding: 1rem 1.1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
    transition: transform .15s var(--w-ease),border-color .15s var(--w-ease);
    min-width: 200px;
    width: 100%
}

.fc-admin-wallet .fc-kpi:hover {
    border: 1px solid #ddd;
}

.fc-admin-wallet .fc-kpi-icon {
    grid-row: 1;
    grid-column: 1;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    margin: 0
}

.fc-admin-wallet .fc-kpi-value {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    align-self: center;
    font-family: Montserrat,sans-serif;
    font-weight: 200;
    font-size: 32px;
    letter-spacing: -.03em;
    line-height: 1;
    color: var(--w-text);
    margin: 0
}

.fc-admin-wallet .fc-kpi-label {
    grid-row: 2;
    grid-column: 1/-1;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--w-muted);
    font-weight: 600;
    margin: 0
}

.fc-admin-wallet .fc-admin-actions-grid {
    display: flex;
    gap: 10px;
    overflow: auto;
    width: 100%
}

.fc-admin-wallet .fc-admin-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    width: 100%;
    min-width: 170px;
    padding: 0 18px;
    border-radius: 14px;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    cursor: pointer;
    transition: transform .15s var(--w-ease),filter .15s var(--w-ease)
}

.fc-admin-wallet .fc-admin-action:hover {
    transform: translateY(-1px);
    filter: brightness(1.08)
}

.fc-admin-wallet .fc-admin-action-walletpush {
    background: #ec4899
}

.fc-admin-wallet .fc-admin-action-rewards:hover {
    background: #6d28d9;
    color: #fff
}

.fc-admin-wallet .fc-admin-action-customers:hover {
    background: #1e90ff;
    color: #fff
}

.fc-admin-wallet .fc-admin-action-analytics:hover {
    background: #f59e0b;
    color: #fff
}

.fc-admin-wallet .fc-admin-action-walletpush:hover {
    background: #ec4899;
    color: #fff
}

.fc-admin-wallet .fc-inactive-banner {
    background: linear-gradient(135deg,#fff7e6 0,#fff0d6 100%);
    border: 1px solid rgba(245,158,11,.25);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-soft);
    padding: 1.25rem 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem
}

.fc-admin-wallet .fidelity-layout {
    gap: 1.5rem;
    margin-top: 8px
}

.fc-admin-wallet .fc-admin-section-flush>h2,.form-label,.help-steps li,.options-menu.open-upward {
    margin-bottom: 8px
}

.fc-admin-wallet .fc-section,.fc-admin-wallet .fc-settings-tabs {
    background: var(--w-card);
    margin-bottom: 1rem;
    box-shadow: var(--w-shadow-soft)
}

.fc-admin-wallet .fc-settings-tabs {
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius-sm);
    padding: 4px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    border-bottom: 0
}

.fc-admin-wallet .fc-settings-tabs button {
    flex: 1 1 auto;
    border: 0;
    background: 0 0;
    padding: 10px 14px;
    font-weight: 600;
    color: var(--w-muted);
    border-radius: 10px;
    cursor: pointer;
    font-size: 13.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .18s var(--w-ease),color .18s var(--w-ease)
}

.fc-admin-wallet .fc-settings-tabs button:hover {
    color: var(--w-text);
    background: rgba(0,0,0,.03);
    border-bottom: 0
}

.fc-admin-wallet .fc-settings-tabs button.is-active {
    background: #000;
    color: #fff;
    border-bottom: 0
}

.fc-admin-wallet .fc-section {
    border: 1px solid var(--w-hairline);
    border-radius: var(--w-radius);
    padding: 1.5rem
}

.fc-admin-wallet .fc-section-title {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--w-text);
    margin: 0 0 .5rem;
    letter-spacing: -.01em
}

.fc-admin-wallet .fc-section-subtitle {
    color: var(--w-muted);
    font-size: 13.5px
}

.fc-admin-wallet .fc-admin-hero-actions .btn {
    border-radius: 10px;
    font-weight: 600
}

.fc-barcode-card {
    background: var(--w-card,#fff);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    border-radius: 15px
}

.fc-barcode-bars {
    max-width: 360px;
    line-height: 0;
    background: #fff;
    padding: 6px 4px
}

.fc-barcode-bars svg {
    display: block;
    width: 100%;
    height: 70px
}

.fc-barcode-digits {
    font-family: "SF Mono",Menlo,Consolas,"Roboto Mono",monospace;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--w-text,#1a1a1a);
    user-select: all;
    text-align: center
}

.fc-barcode-hint {
    margin: 2px 0 0;
    font-size: 12.5px;
    color: var(--w-muted,#6b7280);
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.35
}

.fc-barcode-hint i {
    font-size: 12px;
    color: var(--w-muted,#6b7280)
}

#fcFidelityLoginModal .fc-login-step {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 50px
}

#fcFidelityLoginModal .fc-login-step[hidden] {
    display: none
}

#fcFidelityLoginModal .fc-login-code-input {
    text-align: center;
    font-family: Montserrat,sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 14px;
    padding: 16px 18px 16px 32px;
    text-indent: 0
}

#fcFidelityLoginModal .fc-login-code-input::placeholder {
    letter-spacing: 8px;
    font-size: 22px;
    font-weight: 500;
    color: #b8bdc6
}

#fcFidelityLoginModal .fc-login-code-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px
}

#fcFidelityLoginModal .fc-login-code-actions .fc-login-modal-cta {
    width: 100%
}

#fcFidelityLoginModal .fc-login-resend {
    background: #fff;
    border: 0;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 6px;
    cursor: pointer;
    text-align: center;
    text-underline-offset: 3px;
    transition: opacity .15s,color .15s
}

#fcFidelityLoginModal .fc-login-resend:hover:not(:disabled) {
    color: #1e90ff!important
}

#fcFidelityLoginModal .fc-login-resend:disabled {
    opacity: .55;
    cursor: not-allowed;
    text-decoration: none
}

#fcFidelityLoginModal .fc-login-resend-cooldown {
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--w-muted,#6b7280);
    padding: 8px 6px;
    text-align: center
}

@media (max-width: 540px) {
    .fc-wallet-list-rewards .fc-wallet-list-item {
        gap:10px
    }

    .fc-wallet-reward-cost {
        min-width: 64px;
        padding: 10px 8px;
        border-radius: 14px
    }

    .fc-wallet-reward-cost-value {
        font-size: 22px
    }

    .fc-wallet-reward-cost-unit {
        font-size: 9.5px
    }

    .fc-wallet-reward-body strong {
        font-size: 14px
    }

    .fc-wallet-reward-cta-hint,.fc-wallet-reward-prize {
        font-size: 11.5px
    }

    #fcRedeemSlide.slide-center {
        width: 100%
    }

    #fcFidelityFormModal .fc-form-modal-title,.fc-redeem-success-title {
        font-size: 20px
    }

    .fc-redeem-code code {
        font-size: 18px
    }

    .fc-wallet-login-card-text span {
        display: none
    }

    .fc-wallet-login-card {
        padding: 12px 14px;
        gap: 10px
    }

    .fc-wallet-login-card-cta {
        padding: 7px 12px;
        font-size: 12px
    }

    #fcFidelityFormModal .container-body {
        padding: 24px 16px
    }

    .fc-wallet-form-title {
        font-size: 24px
    }

    .fc-barcode-card {
        padding: 14px 12px 12px
    }

    .fc-barcode-bars svg {
        height: 60px
    }

    .fc-barcode-digits {
        font-size: 15.5px;
        letter-spacing: .8px
    }

    .fc-barcode-hint {
        font-size: 12px
    }

    #fcFidelityLoginModal .fc-login-code-input {
        font-size: 24px;
        letter-spacing: 12px;
        padding-left: 28px
    }
}

@keyframes pulse-blink {
    0%,to {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideDownCenter {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}

@keyframes slideUpCenter {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}

@keyframes animFw {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(4);
        opacity: 0
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOutToLeft {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideOutToTop {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideOutToBottom {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes slideInCenter {
    0% {
        transform: translate(-50%,-50%) scale(.7);
        opacity: 0
    }

    to {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }
}

@keyframes slideOutCenter {
    0% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(-50%,-50%) scale(.7);
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.btn-standard.small,.card-badge,.card-title,.delete-booking,.info-client,.page-title,.table-modern th,.type-order,button.nav-link.mb-sm-3.mb-md-0 {
    text-transform: uppercase
}

.badge,.btn,.dropdown-item,.dropdown-toggle,.form-control,.form-input,.form-label,.search-filter,.search-input,.settings-section-title,.sub-page-title,.tab-button,.table,.text-bold,.text-normal,.text-small,.widget-subtitle,h4.display-4 {
    font-family: Montserrat,sans-serif
}

.btn i,.card.noborder,.dropdown-menu.multilink.show,.filter-tab,.inline-align,.kiosk,.lf-section,.nav-pills .nav-link,.page-header,.section-logo-and-open-menu {
    align-content: center
}

.btn,.tab-button {
    white-space: nowrap
}

.btn,.dropdown-item,.name-activity-link,a {
    text-decoration: none
}

.icon-bar-bottom,div#loader {
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bar-bottom {
    font-size: 20px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 10px
}

.code-header,.filter-controls,.horizontal-layout-spaced,.link-topbar {
    justify-content: space-between
}

.btn,.top-act,.topbar-link {
    cursor: pointer
}

.slide-container,button {
    position: relative;
    overflow: hidden
}

.slide-panel {
    position: fixed;
    background: #fff;
    z-index: 1000;
    overflow: auto
}

.slide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,59,78,.7);
    z-index: 999;
    transition: opacity .3s,visibility .3s
}

.slide-left,.slide-right {
    width: 400px;
    height: 100%;
    top: 0
}

.slide-overlay-center.active,.slide-overlay.active {
    opacity: 1;
    visibility: visible
}

.slide-left {
    left: 0;
    transform: translateX(-100%)
}

.slide-left.slide-in {
    animation: .2s ease-out forwards slideInFromLeft
}

.slide-left.slide-out {
    animation: .3s ease-out forwards slideOutToLeft
}

.slide-right {
    right: 0;
    transform: translateX(100%)
}

.slide-right.large {
    width: 80%;
    min-width: 80%
}

.slide-right.slide-in {
    animation: .3s ease-out forwards slideInFromRight
}

.slide-right.slide-out {
    animation: .3s ease-out forwards slideOutToRight
}

.body-container {
    background: #fff;
    border-radius: 10px;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%
}

.btn {
    display: inline-flex;
    gap: 0 5px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: .2s;
    justify-content: center;
    min-width: fit-content
}

.btn:hover {
    opacity: .9
}

.btn i {
    font-size: 16px;
    display: grid;
    text-align: center
}

.btn-sm-size {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500
}

.btn-lg,.btn-xl {
    font-weight: 700
}

.btn-lg {
    padding: 16px 32px;
    font-size: 16px
}

.btn-xl.active,.btn.btn-standard.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb
}

.btn-xl.active:hover,.card-primary {
    background: #2563eb;
    color: #fff
}

.btn-xl {
    padding: 20px 40px;
    border-radius: 10px
}

.btn-xl i,.tracking-option-icon i,span.number.data {
    font-size: 20px
}

.btn-confirm,.btn-save {
    background-color: #059669;
    color: #fff
}

.btn-confirm:hover,.btn-save:hover {
    background-color: #047857;
    color: #fff
}

.btn.btn-save.small {
    padding: 5px;
    font-size: 13px
}

.btn-edit,.btn-primary {
    background-color: #2563eb;
    color: #fff
}

.btn.small {
    padding: 5px
}

.btn-edit:hover,.btn-primary:hover {
    background-color: #1d4ed8;
    color: #fff
}

.btn.btn-delete.small.light {
    padding: 5px;
    font-size: 13px;
    background: #ffbac7;
    color: #dc143c
}

.btn.btn-delete.small.light:hover {
    padding: 5px;
    font-size: 13px;
    background: #dc143c;
    color: #fff
}

.btn-call,.btn-delete {
    background-color: #dc2626;
    color: #fff
}

.btn-call:hover,.btn-delete:hover {
    background-color: #b91c1c;
    color: #fff
}

.btn-warning {
    background-color: #d97706;
    color: #fff
}

.btn-warning:hover {
    background-color: #b45309;
    color: #fff
}

.btn-secondary {
    background-color: #6b7280;
    color: #fff
}

.btn-secondary:hover {
    background-color: #4b5563;
    color: #fff
}

.btn-generic {
    background-color: #535f80;
    color: #fff
}

.btn-generic:hover {
    background-color: #1f2937;
    color: #fff
}

.btn-standard {
    background-color: #fff;
    color: #374151;
    border: 2px solid #e5e7eb
}

.btn-standard:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #374151
}

.btn-info {
    background-color: #0891b2;
    color: #fff!important
}

.btn-info:hover {
    background-color: #0e7490;
    color: #fff
}

.badge,.kiosk,.name-client.btnicon,.table th {
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-item.danger,.form-group.has-danger .form-control-label,.required-star {
    color: #dc2626
}

.badge {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
    width: max-content
}

.badge-danger {
    background-color: #ffd6d4;
    border: 1px solid #dc143c;
    color: #dc143c;
    display: flex
}

.badge-success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
    display: flex;
    margin: 0 auto
}

.badge-warning {
    background-color: #fcd0d8;
    color: #dc143c;
    border: 1px solid #dc143c
}

.badge-info {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #3b82f6
}

.column-title,.filter-tab,.page-title,.table-modern th {
    color: #535f7f
}

.page-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 21px;
    text-align: left
}

.page-subtitle,.text-normal {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.5;
    text-align: left
}

.text-normal {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    font-weight: 400
}

.text-bold {
    font-weight: 700;
    color: #111827
}

.text-small {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    text-align: left
}

.page-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    justify-content: space-between
}

.page-header-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.horizontal-layout,.horizontal-layout-center {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 60px
}

.horizontal-layout-left {
    min-height: 60px
}

.horizontal-layout-left,.horizontal-layout-right,.horizontal-layout-spaced {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.horizontal-layout-right {
    justify-content: flex-end;
    min-height: 60px
}

.horizontal-layout-spaced {
    flex-direction: row
}

.horizontal-layout-grouped {
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    min-height: 60px
}

.button-group,.card-clickable,.card.stats,.feature-item,.filter-controls,.horizontal-layout-grouped {
    display: flex;
    align-items: center
}

.card.stats {
    box-shadow: none;
    background: 0 0;
    transition: none;
    animation: none;
    padding: 20px 0
}

.card.stats:hover {
    transform: none;
    box-shadow: none
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.card.new-rsv,.card.rsv.just_created {
    background: #ffffe0;
    box-shadow: 0 0 0 2px #daa520
}

.card:hover {
    box-shadow: 0 0 0 2px #000
}

.card.container-table:hover {
    transition: .2s;
    opacity: 1;
    box-shadow: 0 0 0 5px #daa520
}

.card-icon i {
    height: auto
}

.card-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: rgba(243,244,246,.5);
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 23px;
    color: #6b7280;
    margin: 0 auto 10px;
    align-items: center
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #525f7f;
    margin: 0;
    line-height: 20px
}

.card-description {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 16px;
    font-weight: 500
}

.card-primary .card-icon {
    background: rgba(255,255,255,.2);
    color: #fff
}

.card-primary .card-description {
    color: rgba(255,255,255,.9)
}

.card-badge {
    top: 0;
    background: #cbe9d9;
    color: #1ea91e;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px 4px 8px;
    border-radius: 4px;
    letter-spacing: .5px
}

.card-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 16px;
    object-fit: cover
}

.card-clickable {
    cursor: pointer;
    background: #fff;
    border: 2px solid #e5e7eb;
    padding: 10px 0;
    justify-content: center
}

.card-clickable:hover {
    background: #f3f4f6;
    border-color: #d1d5db
}

.card-layout-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px
}

.card-layout-2,.card-layout-item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin: 20px 0
}

.card-layout-2x2,.card-layout-3,.card-layout-4,.card-layout-5 {
    display: grid;
    margin: 20px 0
}

.card-layout-3 {
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.card-layout-4 {
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.card-layout-2x2 {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 20px
}

@media (max-width: 1300px) {
    .card-layout-4 {
        grid-template-columns:repeat(4,1fr);
        gap: 20px
    }
}

@media (max-width: 768px) {
    .fc-mult-row {
        grid-template-columns:auto 1fr;
        grid-template-rows: auto auto auto
    }

    .fc-mult-status {
        grid-column: 1/-1;
        text-align: left
    }

    .fc-mult-actions {
        grid-column: 1/-1;
        justify-content: flex-end
    }


    .fc-wizard-2col {
        grid-template-columns: 1fr;
        gap: 1.25rem
    }

    .fc-wizard-preview-col {
        position: relative;
        top: 0
    }

    .fc-wizard-preview-col .fc-pass {
        max-width: 320px
    }

    .page-subtitle,h1.page-title {
        text-align: center
    }

    .card-layout-4.stats {
        grid-template-columns: repeat(2,1fr)
    }

    .card-layout-2,.card-layout-2x2,.card-layout-3 {
        grid-template-columns: repeat(2,1fr)!important
    }

    .card {
        padding: 20px;
        display: flex;
        min-height: 101px
    }

    .card-description {
        text-align: left;
        margin-top: 5px
    }

    .card-title {
        font-size: 15px;
        line-height: 20px;
        text-align: left
    }
}

@media (max-width: 640px) {
    .fc-wizard-body,.fc-wizard-header {
        padding:1rem
    }

    .fc-wizard-header-text h2 {
        font-size: 18px
    }

    .fc-wizard-intro h3 {
        font-size: 20px
    }

    .fc-wizard-footer {
        padding: .75rem 1rem
    }

    .fc-area-tab span,.fc-area-userchip-name,.fc-wizard-footer-progress {
        display: none
    }

    .fc-area-stats {
        grid-template-columns: repeat(2,1fr)
    }

    .fc-area-userchip {
        padding: 4px
    }

    .fc-admin-wallet .fc-admin-hero-title,.fc-area-hero-title {
        font-size: 22px
    }

    

    .fc-wallet-hero {
        padding: 3.5rem .75rem 2rem
    }

    .fc-wallet-hello,.fc-wallet-hero-name {
        font-size: 24px
    }

    .fc-wallet-hero-icon {
        width: 104px;
        height: 104px;
        border-radius: 24px
    }

    .fc-wallet-hero-icon i {
        font-size: 42px
    }

    .fc-wallet-hero-tagline {
        font-size: 13.5px
    }

    .fc-wallet-hero-bonus {
        margin-top: 10px;
        padding: 7px 14px 7px 12px;
        font-size: 12.5px
    }

    .fc-wallet-hero-bonus i {
        font-size: 12.5px
    }

    .fc-wallet-bigstat-value {
        font-size: 60px
    }

    .fc-wallet-main {
        padding: 20px;
        gap: 1.25rem
    }

    .fc-wallet-pass-stage {
        max-width: 320px
    }

    .fc-wallet-form-card {
        padding: 18px 16px
    }

    .fc-wallet-already-card {
        padding: 28px 20px
    }

    .fc-admin-wallet .body-container {
        gap: 1.25rem
    }

    .fc-admin-wallet .fc-kpi-value {
        font-size: 30px
    }

    .align-square,.card-layout-4 {
        grid-template-columns: repeat(2,1fr)!important
    }

    .page-header-content.live {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        gap: 10px
    }

    .card {
        display: flex;
        align-items: flex-start;
        padding: 20px 10px;
        height: auto!important;
        justify-content: center
    }

    .page-header-actions {
        justify-content: left;
        flex-wrap: nowrap;
        overflow: auto
    }

    .horizontal-layout-spaced {
        display: flex;
        flex-direction: column
    }

    .card-clickable {
        width: 100%!important;
        padding: 10px;
        min-height: 70px
    }

    .horizontal-layout,.horizontal-layout-center,.horizontal-layout-grouped,.horizontal-layout-left,.horizontal-layout-right {
        width: 100%;
        gap: 15px;
        min-height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center
    }

    .horizontal-layout .btn,.horizontal-layout-center .btn,.horizontal-layout-grouped .btn,.horizontal-layout-left .btn,.horizontal-layout-right .btn,.horizontal-layout-spaced .btn {
        width: 100%
    }

    .button-group {
        flex-direction: row;
        width: 100%;
        gap: 15px;
        display: flex
    }

    .button-group .btn {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .btn-xl {
        padding: 16px 24px;
        font-size: 13px
    }

    .btn-lg {
        padding: 14px 20px;
        font-size: 15px
    }

    .page-title {
        font-size: 28px
    }
}

@media (max-width: 989px) {
    .card-layout-3 {
        grid-template-columns:repeat(2,1fr)
    }
}

.slide-bottom,.slide-top {
    left: 0;
    width: 100%;
    height: auto;
    max-height: 80vh
}

.slide-top {
    top: 0;
    transform: translateY(-100%)
}

.slide-top.slide-in {
    animation: .3s ease-out forwards slideInFromTop
}

.slide-top.slide-out {
    animation: .3s ease-out forwards slideOutToTop
}

.slide-bottom {
    bottom: 0;
    transform: translateY(100%);
    border-radius: 30px 30px 0 0;
    max-width: 700px;
    margin: 0 auto;
    right: 0
}

.slide-bottom.slide-in {
    animation: .2s ease-out forwards slideInFromBottom
}

.slide-bottom.slide-out {
    animation: .3s ease-out forwards slideOutToBottom
}

.slide-fast {
    animation-duration: .2s!important
}

.slide-slow {
    animation-duration: .5s!important
}

.slide-small {
    width: 250px!important
}

.slide-medium {
    width: 400px!important
}

.slide-large {
    width: 600px!important
}

.slide-full {
    width: 100%!important
}

.slide-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff
}

/* Customers slide: header stacks the title row + a rules reminder. */
.fc-customers-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

 

.fc-rule-value {
    display: block;
    font-weight: 700;
    color: #6d28d9;
    font-size: 15px;
    line-height: 1.2;
}

.fc-rule-label {
    display: block;
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 3px;
    line-height: 12px;
}

/* 3.12.13.x — ordered "N° premio" reward rows (fidelitySlideRewardsList),
   rendered as a zebra-striped table mirroring the customers slide. Each row:
   ordinal label + assigned title (col 1) · type · required · status · actions.
   Empty rows are visually muted and preview the increasing default threshold. */
.fc-reward-slots-hint {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 14px;
    line-height: 1.4;
}

.fc-reward-slots {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.fc-reward-slot {
    display: grid;
    grid-template-columns: 1fr auto auto auto auto;
    align-items: center;
    gap: 1rem;
    padding: .85rem 1rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    transition: background .15s;
}

.fc-reward-slot:last-child { border-bottom: 0; }

/* Zebra striping scoped to the rewards slide, matching the customers slide
   (#fff / #eeedef alternating, soft indigo hover). Uses the Selectors L4
   `:nth-child(... of .fc-reward-slot)` form so only slot siblings count. */
#fidelitySlideRewardsList .fc-reward-slot:nth-child(odd of .fc-reward-slot) {
    background: #fff;
}
#fidelitySlideRewardsList .fc-reward-slot:nth-child(even of .fc-reward-slot) {
    background: #eeedef;
}
#fidelitySlideRewardsList .fc-reward-slot:hover {
    background: #eef2ff;
}

.fc-reward-slot-main { min-width: 0; }

.fc-reward-slot-ordinal {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #6d28d9;
}

.fc-reward-slot-empty .fc-reward-slot-ordinal { color: #9ca3af; }

/* 3.13.x — reward-form title subtitle: which "N° premio" is being configured. */
.fc-reward-form-slot {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #6d28d9;
    opacity: .85;
}

.fc-reward-slot-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2d3d;
    margin-top: 4px;
}

.fc-reward-slot-placeholder {
    font-weight: 500;
    color: #9ca3af;
    font-style: italic;
}

.fc-reward-slot-required {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.fc-reward-slot-required i { color: #f59e0b; font-size: 12px; }

.fc-reward-slot-required-default { color: #9ca3af; }
.fc-reward-slot-required-default i { color: #cbd5e1; }

.fc-reward-slot-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

/* Mobile: collapse the grid into a wrapping flex row, mirroring the
   customers slide so the table stays readable on phones. */
@media (max-width: 768px) {
    #fidelitySlideRewardsList .fc-reward-slot {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .5rem .85rem;
    }
    #fidelitySlideRewardsList .fc-reward-slot-main {
        flex: 1 1 100%;
    }
    #fidelitySlideRewardsList .fc-reward-slot-actions {
        margin-left: auto;
    }
}

.slide-title {
    font-size: 18px;
    color: #111827;
    margin: 0
}

.slide-close:hover {
    background: #e5e7eb
}

.slide-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 20px 0
}

.slide-content {
    padding: 30px 20px 0;
    height: calc(100% - 50px);
    width: 100%
}

.slide-center {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 550px;
    max-width: 90%;
    max-height: 550px;
    height: 100%;
    min-height: 550px;
    transform: translate(-50%,100%) scale(.7);
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    z-index: 1001;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

 

.slide-center.slide-in {
    animation: .3s cubic-bezier(.34,1.56,.64,1) forwards slideInCenter;
    visibility: visible
}

.slide-center.slide-out {
    animation: .25s ease-out forwards slideOutCenter
}

 

.slide-close,.tab-button {
    align-items: center;
    color: #535f7f;
    cursor: pointer
}

.slide-center .slide-title {
    font-size: 20px;
    color: #111827;
    margin: 0
}

.slide-close {
    width: 35px;
    min-width: 35px;
    min-height: 35px;
    height: 35px;
    max-height: 35px;
    max-width: 35px;
    border: 0;
    background: #e5e7eb;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    transition: .2s;
    font-size: 15px;
    line-height: 12px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 11
}

.slide-center .slide-close:hover {
    color: #535f7f;
    background: #d3d3d3
}

.slide-center .slide-content {
    padding: 20px 0px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.slide-center .slide-footer {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    bottom: -30px
}

.slide-overlay-center {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,59,78,.7);
    z-index: 1000;
    transition: .3s
}

.slide-panel.slide-bottom.medium {
    height: auto;
    min-height: auto;
    max-width: 800px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px 30px 0 0
}

.demo-form {
    gap: 16px
}

.slide-panel.whatsapp {
    align-items: center;
    height: 200px;
    max-height: 200px;
    justify-content: center;
    text-align: center
}

.card.noborder {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    padding: 0
}

.btn-order-act,.card.noborder,.rapid-order {
    height: 100%;
    align-items: center;
    display: flex
}

.card.container-table {
    padding: 0;
    box-shadow: 0 0 0 2px #007268;
    border-radius: 10px
}

.form-input:focus,.form-input:hover {
    background: #fff!important
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    transition: .2s;
    color: #111827;
    border-radius: 5px;
    border: 2px solid #ddd;
    background: #f6f6f6!important
}

textarea.form-input {
    resize: vertical;
    min-height: 80px;
    line-height: 1.5;
    color: #111827!important
}

.form-input:focus {
    box-shadow: 0 0 0 3px rgba(164,202,254,.45);
    border-color: #a4cafe
}

.form-group.has-danger .form-control,.form-input.is-invalid,.has-error .form-input {
    border-color: #dc2626
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    text-align: left
}

.form-label i {
    margin-right: 5px;
    color: #6b7280
}

select.form-input {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.badge-info {
    font-size: 11px;
    padding: 4px 8px
}

.code-content code,.domain-list-item,.input-with-help .form-input {
    font-family: Consolas,Monaco,"Courier New",monospace
}

@media (min-width: 768px) {
    .alignlist,.page-header.live {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .page-header-content.live {
        width: 30%;
        text-align: left
    }

    .horizontal-layout-grouped.live {
        width: 70%;
        justify-content: flex-end
    }

    .horizontal-layout-right.live {
        max-width: 100px;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .body-container {
        margin:0 auto
    }
}

@media (max-width: 480px) {
    .fc-wallet-balance-chip {
        padding:4px 10px;
        gap: 5px
    }

    .fc-wallet-balance-chip strong {
        font-size: 13px
    }

    .fc-wallet-balance-chip span {
        display: none
    }

    .fc-wallet-coupon-chip {
        grid-template-columns: 1fr
    }

    .fc-wallet-coupon-chip-copy {
        grid-column: 1;
        grid-row: auto;
        justify-content: center
    }

    .fc-wallet-hero-brand {
        left: 12px;
        padding: 5px 10px
    }

    .fc-wallet-hero-brand-logo {
        width: 70px;
        height: 20px
    }

    .fc-wallet-bottombar-register .fc-wallet-bottombar-btn-book,.fc-wallet-bottombar-register .fc-wallet-bottombar-btn-primary {
        flex: 1
    }

    .slide-center {
        position: fixed;
        right: 0;
        top: 50%;
        width: 100%;
        justify-content: unset;
        max-width: 100%!important
    }

    .button-group .btn {
        width: 100%;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .button-group,.table-pagination {
        align-items:center
    }
}

.button-group {
    gap: 12px;
    flex-wrap: wrap
}

.form-group,.form-group.center {
    display: flex
}

.form-group {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px
}

.form-group.center,.square-type {
    align-items: center;
    text-align: center
}

small.text-muted {
    display: block;
    margin-top: .5rem;
    font-size: 13px;
    color: #6b7280;
    font-weight: 400;
    line-height: 1.5
}

small.text-muted strong {
    font-weight: 600;
    color: #4b5563
}

.btn-info.dinein,.pointdinein,.square-type.tables {
    background: #daa520
}

.custom-control.custom-radio {
    background-color: #fff;
    color: #374151;
    border: 2px solid #e5e7eb!important;
    padding: 10px;
    border-radius: 10px
}

@media (max-width: 768px) {
    .page-header-content {
        text-align:center;
        width: 100%
    }

    .card-icon {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 19px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid rgba(255,255,255,.3);
        margin-bottom: 0
    }

    .alignlist,.code-header .btn,.slide-left,.slide-right {
        width: 100%
    }

    .slide-small {
        width: 200px!important
    }

    .slide-medium {
        width: 85%!important
    }

    .slide-large {
        width: 95%!important
    }

    .slide-title {
        font-size: 15px!important
    }

    .card.noborder {
        display: flex;
        flex-direction: row;
        height: 100px
    }

    .slide-bottom {
        width: 100%!important
    }

    .page-header-actions .btn {
        justify-content: center;
        min-width: fit-content
    }

    .horizontal-layout-grouped.live {
        width: 30%!important;
        display: contents
    }

    .page-title {
        font-size: 20px;
        line-height: 35px
    }

    .horizontal-layout-right.live {
        max-width: 100px
    }
}

.card-badge.total {
    background: #d2ebd1;
    color: #36b131
}

.btn-info.scheduled {
    background: #dc143c!important
}

.btn-info.pickup {
    background: #0a91b1
}

.btn-standard.small {
    width: 10%;
    color: #333c4f;
    border-radius: 5px;
    padding: 7px;
    font-weight: 600;
    font-size: 10px;
    min-width: max-content;
    gap: 5px
}

.slide-close.rvs:hover {
    background: #fff;
    color: #000
}

.card.rsv:first-child {
    border-top: 1px solid #b8bdc4
}

.card.rsv {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #b8bdc4;
    padding: 10px;
    background: #fff;
    width: 100%;
    margin: 10px auto
}

.btn-move,.split-bill-footer .btn-primary {
    background: #3b82f6;
    color: #fff
}

.split-bill-footer .btn {
    padding: 10px 20px;
    border-radius: 6px;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .2s
}

.split-bill-footer .btn-secondary {
    background: #6b7280;
    color: #fff
}

.split-bill-footer .btn-secondary:hover {
    background: #4b5563
}

.split-bill-footer .btn-primary:hover:not(:disabled) {
    background: #2563eb
}

.split-bill-footer .btn:disabled {
    background: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed
}

.slide-center,.slide-center .slide-content,.slide-panel,.slide-panel .slide-content {
    -webkit-overflow-scrolling: touch
}

.slide-overlay,.slide-overlay-center {
    touch-action: none
}

@media (min-width: 990px) {
    .navbar-collapse {
        transform:translateX(0)!important;
        width: 100px;
        z-index: 102;
        border-right: 1px solid #ddd;
        display: block!important
    }
}

.fc-wallet-hero-share.fc-wallet-hero-share--left {
    right: auto;
    left: 18px
}

.fc-redeem-confirm-cost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 14px;
    padding: 6px 14px;
    background: #fef3c7;
    color: #92400e;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600
}

.fc-pass-birthday-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .3px;
    border-radius: 999px;
    justify-content: center
}

.fc-pass-birthday-badge span:first-child {
    font-size: 16px;
    line-height: 1
}

.fc-wallet-birthday-bonus {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg,#fff7e6 0,#ffeec2 100%);
    border: 1px solid #f5d68a;
    color: #5b3b00
}

.fc-wallet-birthday-bonus-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.35
}

.fc-wallet-birthday-bonus-emoji {
    font-size: 22px;
    line-height: 1
}

.fc-wallet-birthday-bonus-value {
    font-weight: 600;
    font-size: 14px
}

.fc-wallet-birthday-bonus-code {
    font-family: ui-monospace,Menlo,Consolas,monospace;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 6px 10px;
    border: 1px dashed #c69c4c;
    border-radius: 8px;
    background: rgba(255,255,255,.7);
    color: #5b3b00
}

.fc-wallet-birthday-bonus-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600
}

.fc-wallet-birthday-bonus-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: #6b4a10
}

.fc-redeem-coupon-block .fc-wallet-redeemable-meta i,.fc-wallet-birthday-bonus-meta i {
    margin-right: 4px
}

.fc-redeem-coupon-block {
    margin: 16px 0 6px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg,#fff7e6 0,#ffeec2 100%);
    border: 1px solid #f5d68a;
    color: #5b3b00;
    text-align: left
}

.fc-redeem-coupon-value {
    font-weight: 700;
    font-size: 14px;
    color: #5b3b00;
    margin-bottom: 10px
}

.fc-redeem-coupon-block .fc-wallet-redeemable-code-row {
    margin: 6px 0
}

.fc-redeem-coupon-block .fc-wallet-redeemable-code {
    background: rgba(255,255,255,.7);
    border-color: #c69c4c;
    color: #5b3b00
}

.fc-redeem-coupon-block .fc-wallet-redeemable-meta {
    margin-top: 6px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: #6b4a10
}

.fc-redeem-coupon-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.4;
    color: #6b4a10
}

.fc-wallet-inline-cta-pair {
    /* Override the standard `.fc-wallet-section` constraint to keep the
       inline pair visually compact and centered on the page. */
    margin-bottom: 18px;
}
.fc-wallet-inline-cta-inner {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0;
}
.fc-wallet-inline-cta-inner .fc-wallet-bottombar-btn {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    min-width: 0;
}
