.fr-reservation-wrapper {
    margin: 0 auto;
    max-width: 1410px;
    padding: 48px 24px 64px;
    background: linear-gradient(180deg, #fdf5f7 0%, #f8e6eb 100%);
}

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

.fr-alert {
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    padding: 14px 18px;
}

.fr-alert ul {
    margin: 0;
    padding-left: 18px;
}

.fr-alert-error {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #7f1d1d;
}

.fr-alert-success {
    background: #fde8ed;
    border: 1px solid #f5c3ce;
    color: #7a1022;
}

.fr-booking-wizard {
    background: #ffffff;
    border: none;
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.fr-wizard-shell {
    display: flex;
    flex-wrap: wrap;
}

.fr-stepper {
    background: #fdf7f8;
    border-right: 1px solid #f5dbe0;
    flex: 0 0 clamp(220px, 24vw, 268px);
    max-width: clamp(220px, 24vw, 268px);
    padding: clamp(32px, 3vw, 40px) clamp(24px, 2.8vw, 32px);
}

.fr-stepper-title {
    color: #0f172a;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 24px;
}

.fr-stepper-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fr-stepper-button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #4b5563;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 14px;
    justify-content: flex-start;
    padding: clamp(12px, 1.6vw, 16px) clamp(16px, 2.6vw, 24px);
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    width: 100%;
}

.fr-stepper-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(174, 21, 45, 0.35);
}

.fr-stepper-button:hover {
    background: linear-gradient(135deg, rgba(174, 21, 45, 0.2), rgba(174, 21, 45, 0.34));
    border-color: #ae152d;
    color: #ae152d;
}

.fr-stepper-button:hover .fr-stepper-index {
    background: #c51632;
    box-shadow: 0 10px 18px rgba(197, 22, 50, 0.28);
}

.fr-stepper-button.is-active {
    background: linear-gradient(135deg, rgba(174, 21, 45, 0.14), rgba(174, 21, 45, 0.26));
    border-color: #ae152d;
    box-shadow: 0 14px 32px rgba(174, 21, 45, 0.22);
    color: #6e0d1d;
}

.fr-stepper-button.is-complete {
    color: #ae152d;
}

.fr-stepper-index {
    align-items: center;
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(174, 21, 45, 0.32);
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    padding: 0 8px;
}

.fr-stepper-button.is-active .fr-stepper-index,
.fr-stepper-button.is-complete .fr-stepper-index {
    background: #8f1125;
    box-shadow: 0 10px 18px rgba(143, 17, 37, 0.32);
}

.fr-stepper-text {
    display: inline-block;
    white-space: nowrap;
}

.fr-step-content {
    background: #ffffff;
    flex: 1 1 0%;
    padding: 48px 56px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fr-step-form {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
}

.fr-step-panel {
    display: none;
}

.fr-step-panel.is-active {
    display: block;
}

.fr-step-panel-login {
    position: relative;
}

.fr-account-bar {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.95), rgba(253, 224, 230, 0.95));
    border: 1px solid #f5c3ce;
    border-radius: 24px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 36px;
    padding: 20px 28px;
    box-shadow: 0 18px 36px rgba(174, 21, 45, 0.08);
}

.fr-account-profile {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.fr-account-avatar {
    align-items: center;
    background: linear-gradient(135deg, #f8d7de, #f2b3c0);
    border-radius: 50%;
    color: #ae152d;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    text-transform: uppercase;
    width: 52px;
}

.fr-account-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.fr-account-name {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.fr-account-email {
    color: #64748b;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fr-account-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.fr-account-button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #f1cbd2;
    border-radius: 999px;
    color: #ae152d;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fr-account-button:hover,
.fr-account-button:focus-visible,
.fr-account-button:active {
    background: #fde9ed;
    border-color: #f1cbd2;
    box-shadow: 0 12px 24px rgba(174, 21, 45, 0.18);
    color: #ae152d;
}

.fr-account-button:focus {
    outline: none;
}

.fr-account-button--danger {
    border-color: #f0b9c3;
    background: #fff5f7;
}

.fr-account-button--danger:hover,
.fr-account-button--danger:focus-visible,
.fr-account-button--danger:active {
    background: #fbd6de;
    border-color: #f0b9c3;
}

.fr-account-layer {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: absolute;
    z-index: 20;
}

.fr-account-layer.is-visible {
    display: flex;
}

.fr-account-overlay {
    background: rgba(15, 23, 42, 0.35);
    inset: 0;
    position: absolute;
}

.fr-account-panel {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
    display: none;
    max-height: min(90vh, 720px);
    max-width: 560px;
    overflow-y: auto;
    padding: 36px 38px;
    position: relative;
    width: min(100%, 560px);
    z-index: 1;
}

.fr-account-panel.is-active {
    display: block;
}

.fr-account-panel[data-panel="reservations"] {
    max-width: 720px;
    width: min(100%, 720px);
}

.fr-account-panel-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.fr-account-panel-header h3 {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
}

.fr-account-close {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #ae152d;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 42px;
}

.fr-account-close:hover,
.fr-account-close:focus-visible {
    background: #fde9ed;
    color: #ae152d;
}

.fr-registration-layer {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 70;
}

.fr-registration-layer.is-visible {
    display: flex;
}

.fr-registration-backdrop {
    background: rgba(15, 23, 42, 0.32);
    border-radius: 36px;
    cursor: pointer;
    inset: clamp(0px, 2vw, 24px);
    position: absolute;
}

.fr-registration-shell {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.96), rgba(253, 224, 230, 0.96));
    border: 1px solid rgba(245, 195, 206, 0.85);
    border-radius: 34px;
    box-shadow: 0 34px 68px rgba(15, 23, 42, 0.28);
    display: flex;
    justify-content: center;
    max-height: min(90vh, 760px);
    max-width: min(100%, 780px);
    padding: clamp(22px, 4vw, 42px);
    position: relative;
    width: min(100%, 780px);
    z-index: 1;
}

.fr-registration-panel {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 28px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    max-height: calc(90vh - clamp(64px, 8vw, 110px));
    overflow-y: auto;
    padding: clamp(24px, 4vw, 38px);
    position: relative;
    width: 100%;
}

.fr-registration-header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.fr-registration-header h3 {
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
}

.fr-registration-close {
    align-items: center;
    background: #fce8ec;
    border: none;
    border-radius: 50%;
    color: #ae152d;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    transition: all 0.2s ease;
    width: 40px;
}

.fr-registration-close:hover,
.fr-registration-close:focus-visible,
.fr-registration-close:active {
    background: #f9d0d8;
    box-shadow: 0 12px 24px rgba(174, 21, 45, 0.18);
    color: #8f1125;
}

.fr-registration-close:focus {
    outline: none;
}

.fr-registration-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fr-registration-type {
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.96), rgba(253, 227, 233, 0.96));
    border: 1px solid #f5c3ce;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
}

.fr-registration-type-label {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
}

.fr-registration-toggle {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    padding: 6px;
}

.fr-registration-toggle-option {
    position: relative;
}

.fr-registration-toggle-option input {
    cursor: pointer;
    inset: 0;
    opacity: 0;
    position: absolute;
}

.fr-registration-toggle-option span {
    align-items: center;
    border-radius: 999px;
    color: #ae152d;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    transition: all 0.2s ease;
}

.fr-registration-toggle-option input:checked + span {
    background: linear-gradient(135deg, #f8d7de, #f2b3c0);
    box-shadow: 0 12px 24px rgba(174, 21, 45, 0.18);
    color: #8f1125;
}

.fr-registration-toggle-option input:focus-visible + span {
    outline: 2px solid #ae152d;
    outline-offset: 2px;
}

.fr-registration-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fr-registration-group {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.fr-registration-group.is-active {
    display: flex;
}

.fr-registration-group[hidden] {
    display: none !important;
}

.fr-registration-form label {
    color: #1f2937;
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.fr-registration-form input,
.fr-registration-form textarea {
    border: 1px solid #d0d7e2;
    border-radius: 12px;
    font-size: 15px;
    padding: 12px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.fr-registration-form textarea {
    min-height: 96px;
    resize: vertical;
}

.fr-registration-form input:focus,
.fr-registration-form textarea:focus {
    border-color: #ae152d;
    box-shadow: 0 0 0 3px rgba(174, 21, 45, 0.18);
    outline: none;
}

.fr-registration-actions {
    display: flex;
    justify-content: flex-end;
}

.fr-registration-submit {
    min-width: 200px;
}

.fr-account-form {
    display: grid;
    gap: 18px;
}

.fr-account-submit {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.fr-account-submit.button-primary {
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-color: #ae152d;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 26px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fr-account-submit.button-primary:hover,
.fr-account-submit.button-primary:focus-visible,
.fr-account-submit.button-primary:active {
    background: #fde9ed;
    border-color: #f1cbd2;
    box-shadow: 0 12px 24px rgba(174, 21, 45, 0.18);
    color: #ae152d;
}

.fr-account-reservations {
    display: grid;
    gap: 18px;
}

.fr-account-reservations-list {
    display: grid;
    gap: 18px;
}

.fr-account-reservations-accordion {
    background: linear-gradient(135deg, rgba(255, 246, 248, 0.96), rgba(253, 229, 234, 0.96));
    border: 1px solid #f1cbd2;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(174, 21, 45, 0.08);
    overflow: hidden;
}

.fr-account-reservations-accordion summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 12px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 18px 24px;
    position: relative;
    color: #ae152d;
}

.fr-account-reservations-accordion summary::-webkit-details-marker {
    display: none;
}

.fr-account-reservations-accordion summary:focus {
    outline: none;
}

.fr-account-reservations-accordion summary:focus-visible {
    outline: 2px solid rgba(174, 21, 45, 0.4);
    outline-offset: 4px;
}

.fr-account-reservations-accordion[open] summary {
    border-bottom: 1px solid #f1cbd2;
}

.fr-account-reservations-accordion .fr-account-reservations-list {
    padding: 20px 24px 24px;
}

.fr-account-accordion-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fr-account-accordion-count {
    background: #fde9ed;
    border-radius: 999px;
    color: #ae152d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 4px 12px;
}

.fr-account-reservation {
    background: linear-gradient(135deg, rgba(255, 246, 248, 0.95), rgba(253, 229, 234, 0.95));
    border: 1px solid #f1cbd2;
    border-left: 6px solid var(--facility-color, #ae152d);
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(174, 21, 45, 0.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 24px;
}

.fr-account-reservation.is-active {
    border-color: #c9edd6;
}

.fr-account-reservation.is-inactive {
    background: linear-gradient(135deg, rgba(248, 249, 252, 0.95), rgba(241, 243, 249, 0.95));
    border-left-color: #d4d4d8;
}

.fr-account-reservation-header {
    align-items: baseline;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.fr-account-reservation-header h4 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.fr-reservation-status {
    background: #fde9ed;
    border-radius: 999px;
    color: #ae152d;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fr-reservation-status--pending {
    background: #fff1f4;
    color: #c4334b;
}

.fr-reservation-status--cancelled {
    background: #f3f4f6;
    color: #64748b;
}

.fr-account-reservation-meta {
    display: grid;
    gap: 12px;
    margin: 0;
}

.fr-account-reservation-meta div {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.fr-account-reservation-meta dt {
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.fr-account-reservation-meta dd {
    color: #475569;
    font-size: 14px;
    margin: 0;
    text-align: right;
    word-break: break-word;
}

.fr-account-reservation-cancel {
    margin-top: 4px;
}

.fr-account-reservation-cancel .fr-account-button {
    width: 100%;
}

.fr-account-empty {
    color: #475569;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.fr-account-loading {
    color: #475569;
    font-size: 14px;
    margin: 12px 0 0;
    text-align: center;
}

.fr-step-heading {
    margin-bottom: 32px;
}

.fr-step-heading-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.fr-step-heading h3 {
    color: #0f172a;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 8px 0 0;
}

.fr-step-heading-tag {
    background: #fde8ed;
    border-radius: 999px;
    color: #ae152d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    text-transform: uppercase;
}

.fr-step-alert {
    border-radius: 10px;
    display: none;
    font-size: 14px;
    margin-bottom: 24px;
    padding: 12px 14px;
}

.fr-step-alert.is-visible {
    display: block;
}

.fr-step-alert.is-error {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #7f1d1d;
}

.fr-step-alert.is-info {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

.fr-step-alert.is-success {
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.fr-registration-trigger {
    align-items: center;
    background: #ffffff;
    border: 1px solid #f0cfd5;
    border-radius: 999px;
    color: #ae152d;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.01em;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.fr-registration-trigger:hover,
.fr-registration-trigger:focus-visible,
.fr-registration-trigger:active {
    background: rgba(174, 21, 45, 0.08);
    border-color: #e4a8b4;
    box-shadow: 0 10px 20px rgba(174, 21, 45, 0.18);
    color: #ae152d;
}

.fr-registration-trigger:focus {
    outline: none;
}

.fr-login-form form {
    display: grid;
    gap: 18px;
}

.fr-login-form label {
    color: #1f2937;
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.fr-login-form input {
    border: 1px solid #d0d7e2;
    border-radius: 12px;
    font-size: 15px;
    padding: 12px 14px;
    width: 100%;
}

.fr-login-form .button-primary {
    align-items: center;
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-color: #ae152d;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    padding: 12px 26px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fr-login-summary {
    align-items: center;
    background: #ffffff;
    border: 1px solid #f1cbd2;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 20px 22px;
}

.fr-login-summary p {
    margin: 0;
}

.fr-login-summary .button {
    align-items: center;
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-color: #ae152d;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    padding: 12px 26px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fr-login-form .button-primary:hover,
.fr-login-form .button-primary:focus-visible,
.fr-login-form .button-primary:active,
.fr-login-summary .button:hover,
.fr-login-summary .button:focus-visible,
.fr-login-summary .button:active {
    background: #fde9ed;
    border-color: #f1cbd2;
    color: #ae152d;
    box-shadow: 0 10px 20px rgba(174, 21, 45, 0.16);
}

.fr-facility-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fr-facility-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe7df;
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    color: #0f172a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 168px;
    padding: 26px 22px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.fr-facility-card:hover {
    border-color: rgba(174, 21, 45, 0.45);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
    transform: translateY(-6px);
}

.fr-facility-card.is-selected {
    background: linear-gradient(135deg, rgba(174, 21, 45, 0.18), rgba(174, 21, 45, 0.26));
    border-color: #ae152d;
    box-shadow: 0 22px 42px rgba(174, 21, 45, 0.25);
}

.fr-facility-card-icon {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(174, 21, 45, 0.2);
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.fr-facility-card-icon.fr-has-image {
    background-position: center;
    background-size: cover;
    box-shadow: none;
}

.fr-facility-card-title {
    font-size: 18px;
    font-weight: 700;
}

.fr-facility-card-meta {
    color: #64748b;
    font-size: 14px;
}

.fr-datetime-layout {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(340px, 1fr) minmax(280px, 360px);
    align-items: start;
}

.fr-calendar {
    --fr-calendar-gap: clamp(4px, 0.9vw, 12px);
    --fr-calendar-day-size: clamp(48px, 6vw, 64px);
    border: 1px solid #f1cbd2;
    border-radius: 22px;
    padding: clamp(22px, 3vw, 28px);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 100%;
}

.fr-calendar-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.fr-calendar-current {
    color: #0f172a;
    font-size: 19px;
    font-weight: 700;
}

.fr-calendar-nav {
    align-items: center;
    background: #f9e6eb;
    border: 1px solid #f1cbd2;
    border-radius: 12px;
    color: #0f172a;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 46px;
    position: relative;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.fr-calendar-nav-icon {
    color: currentColor;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fr-calendar-nav:hover,
.fr-calendar-nav:focus-visible,
.fr-calendar-nav:active {
    color: #ae152d;
    background: #fde9ed;
    border-color: #f1cbd2;
    transform: translateY(-1px);
}

.fr-calendar-nav:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(174, 21, 45, 0.25);
}

.fr-calendar-weekdays,
.fr-calendar-grid {
    display: grid;
    gap: var(--fr-calendar-gap);
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.fr-calendar-grid {
    grid-auto-rows: auto;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(var(--fr-calendar-day-size) * 7 + var(--fr-calendar-gap) * 6);
    width: 100%;
}

.fr-calendar-weekday {
    color: #94a3b8;
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: clamp(6px, 1.3vw, 10px) 2px;
}


.fr-calendar-day,
.fr-calendar-day-button,
.fr-calendar-day.is-empty {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.fr-calendar-day {
    pointer-events: none;
}

.fr-calendar-day.is-empty {
    border-radius: 12px;
    visibility: hidden;
}

.fr-calendar-day-button {
    align-items: center;
    background: #fdf2f4;
    border: 1px solid transparent;
    border-radius: 12px;
    box-sizing: border-box;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    font-size: clamp(12px, 1.6vw, 15px);
    font-weight: 600;
    justify-content: center;
    line-height: 1;
    min-width: 0;
    width: 100%;
    padding: clamp(6px, 1vw, 10px);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fr-calendar-day-button:not(.is-disabled):hover,
.fr-calendar-day-button:not(.is-disabled):focus-visible {
    background: #fde9ed;
    border-color: #f1cbd2;
    color: #ae152d;
}

.fr-calendar-day-button.is-selected {
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-color: #ae152d;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(174, 21, 45, 0.25);
}

.fr-calendar-day-button.is-disabled {
    background: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
    pointer-events: none;
}

.fr-slot-column {
    border: 1px solid #f1cbd2;
    border-radius: 20px;
    padding: 22px 20px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.fr-slot-heading h4 {
    color: #0f172a;
    font-size: 19px;
    margin: 0 0 16px;
}

.fr-slot-message {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 14px;
}

.fr-slot-options {
    display: grid;
    gap: 14px;
}

.fr-slot-options.is-loading {
    min-height: 120px;
    position: relative;
}

.fr-slot-options.is-loading::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(174, 21, 45, 0.25);
    border-top-color: #ae152d;
    animation: fr-spin 0.75s linear infinite;
}


.fr-slot-option {
    align-items: center;
    background: #fdf2f4;
    border: 1px solid #f1cbd2;
    border-radius: 14px;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    row-gap: 10px;
    justify-content: space-between;
    min-height: clamp(60px, 6.2vw, 68px);
    padding: 16px 22px;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    width: 100%;
}

.fr-slot-option:not(.is-disabled):hover,
.fr-slot-option:not(.is-disabled):focus-visible {
    background: #fde9ed;
    border-color: #f1cbd2;
    color: #ae152d;
}

.fr-slot-option.is-selected {
    background: linear-gradient(135deg, rgba(174, 21, 45, 0.18), rgba(174, 21, 45, 0.26));
    border-color: #ae152d;
    box-shadow: 0 16px 32px rgba(174, 21, 45, 0.24);
}

.fr-slot-option.is-disabled {
    background: #f5f0f1;
    border-color: #e7ccd1;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.75;
    pointer-events: none;
}

.fr-slot-option-info {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 16px;
    min-width: 0;
}

.fr-slot-option-status {
    align-items: center;
    background: rgba(174, 21, 45, 0.08);
    border-radius: 999px;
    color: #ae152d;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
}

.fr-slot-option-time {
    font-weight: 600;
    line-height: 1.2;
    min-width: 0;
}

.fr-slot-option-price {
    color: #ae152d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-left: auto;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
}

.fr-slot-option.is-disabled .fr-slot-option-price {
    color: #94a3b8;
}

.fr-slot-option--available .fr-slot-option-status {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.fr-slot-option--pending .fr-slot-option-status,
.fr-slot-option--confirmed .fr-slot-option-status,
.fr-slot-option--cancelled .fr-slot-option-status {
    background: rgba(174, 21, 45, 0.12);
    color: #ae152d;
}

.fr-slot-option.is-disabled .fr-slot-option-status {
    background: rgba(174, 21, 45, 0.08);
}

@keyframes fr-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.fr-details-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fr-details-extras {
    background: rgba(174, 21, 45, 0.06);
    border: 1px solid rgba(174, 21, 45, 0.18);
    border-radius: 18px;
    margin-top: 24px;
    padding: 20px 24px;
}

.fr-form-field--checkbox {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.fr-checkbox {
    align-items: center;
    color: #0f172a;
    display: inline-flex;
    font-weight: 600;
    gap: 12px;
    margin: 0;
}

.fr-checkbox input[type="checkbox"] {
    accent-color: #ae152d;
    height: 20px;
    width: 20px;
}

.fr-form-field--inline input {
    max-width: 160px;
}

.fr-help {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}

.fr-help-muted {
    color: #94a3b8;
}

.fr-step-inline-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.fr-step-inline-actions .button {
    min-width: 180px;
}

.fr-form-field label {
    color: #1f2937;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.fr-form-field input,
.fr-form-field textarea {
    border: 1px solid #d0d7e2;
    border-radius: 12px;
    font-size: 15px;
    padding: 12px 14px;
    width: 100%;
}

.fr-form-field textarea {
    resize: vertical;
}

.fr-summary-layout {
    display: flex;
    justify-content: center;
}

.fr-summary-actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.fr-summary-actions .button {
    min-width: 200px;
}

.fr-summary-card {
    border: 1px solid #f1cbd2;
    border-radius: 20px;
    max-width: 440px;
    padding: 28px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08);
}

.fr-summary-card h3 {
    color: #0f172a;
    font-size: 20px;
    margin: 0 0 18px;
}

.fr-summary-details {
    display: grid;
    gap: 12px;
}

.fr-summary-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

[data-summary-extras-row] .fr-summary-value {
    color: #ae152d;
    font-weight: 600;
}

.fr-summary-label {
    color: #64748b;
    font-size: 14px;
}

.fr-summary-value {
    color: #0f172a;
    font-weight: 600;
}

.fr-summary-value.fr-summary-price {
    color: #ae152d;
}

.fr-step-footer {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: auto;
    padding-top: 32px;
}

.fr-step-footer .button {
    border-radius: 999px;
    font-weight: 600;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fr-step-footer .button-primary {
    background: linear-gradient(135deg, #d6233f, #ae152d);
    border-color: #ae152d;
    color: #ffffff;
}

.fr-step-footer .button:not(:disabled):hover,
.fr-step-footer .button:not(:disabled):focus-visible,
.fr-step-footer .button:not(:disabled):active {
    background: #fde9ed;
    border-color: #f1cbd2;
    color: #ae152d;
    box-shadow: 0 12px 24px rgba(174, 21, 45, 0.18);
}

.fr-step-footer .button:focus {
    outline: none;
}

.fr-step-submit {
    display: none;
}

.fr-step-submit[style*="display: inline-block"],
.fr-step-submit[style*="display: inline"] {
    display: inline-block !important;
}

.fr-step-form.is-hidden {
    display: none;
}

@media (max-width: 720px) {
    .fr-stepper {
        padding: clamp(20px, 6vw, 28px) clamp(18px, 6vw, 24px);
    }

    .fr-step-heading-top {
        align-items: flex-start;
        gap: 12px;
    }

    .fr-stepper-list {
        flex-direction: row;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 6px;
        margin-bottom: -6px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .fr-stepper-button {
        flex: 0 0 auto;
        min-width: max-content;
        padding: clamp(12px, 3.6vw, 16px) clamp(16px, 6vw, 22px);
    }

    .fr-calendar {
        --fr-calendar-gap: clamp(2px, 1vw, 8px);
        --fr-calendar-day-size: clamp(44px, 8.5vw, 56px);
        padding: clamp(18px, 5vw, 24px);
    }

    .fr-account-panel {
        max-width: 100%;
        padding: 28px 24px;
    }

    .fr-account-panel[data-panel="reservations"] {
        padding: 32px 24px;
    }

    .fr-registration-shell {
        max-width: 100%;
        padding: clamp(20px, 6vw, 32px);
        border-radius: 28px;
    }

    .fr-registration-backdrop {
        border-radius: 28px;
        inset: clamp(0px, 4vw, 18px);
    }

    .fr-registration-panel {
        max-width: 100%;
        padding: 30px 24px;
    }

    .fr-registration-actions {
        justify-content: center;
    }

    .fr-account-avatar {
        height: 48px;
        width: 48px;
    }

    .fr-calendar-weekday {
        font-size: clamp(10px, 2.1vw, 12px);
        padding: clamp(4px, 1.8vw, 8px) 2px;
    }

    .fr-calendar-day-button {
        border-radius: 11px;
        font-size: clamp(12px, 2.8vw, 14px);
        padding: clamp(5px, 1.8vw, 8px);
    }
}

@media (max-width: 480px) {
    .fr-calendar {
        --fr-calendar-gap: clamp(2px, 1.4vw, 6px);
        --fr-calendar-day-size: clamp(44px, 12vw, 50px);
        padding: clamp(16px, 6vw, 20px);
    }

    .fr-registration-shell {
        padding: 18px;
        border-radius: 24px;
    }

    .fr-registration-backdrop {
        border-radius: 24px;
        inset: clamp(0px, 5vw, 12px);
    }

    .fr-registration-panel {
        padding: 24px 18px;
    }

    .fr-registration-type {
        padding: 16px 18px;
    }

    .fr-registration-toggle-option span {
        padding: 10px 14px;
    }

    .fr-calendar-weekday {
        font-size: clamp(10px, 2.8vw, 11px);
        padding: clamp(3px, 1.4vw, 6px) 0;
    }

    .fr-calendar-day-button {
        border-radius: 10px;
        font-size: clamp(12px, 3.6vw, 13px);
        padding: clamp(6px, 2.6vw, 8px);
    }
}

@media (max-width: 360px) {
    .fr-calendar {
        --fr-calendar-gap: clamp(1px, 0.9vw, 3px);
        --fr-calendar-day-size: clamp(44px, 14vw, 46px);
        padding: clamp(12px, 4.5vw, 16px);
    }

    .fr-calendar-day-button {
        font-size: clamp(11px, 4vw, 12px);
        padding: clamp(5px, 2.4vw, 6px);
    }
}

@media (max-width: 900px) {
    .fr-stepper {
        border-bottom: 1px solid #f5dbe0;
        border-right: none;
        flex: 1 1 100%;
        padding: clamp(24px, 5vw, 32px) clamp(20px, 6vw, 24px);
        max-width: none;
        width: 100%;
    }

    .fr-step-content {
        flex: 1 1 100%;
        padding: clamp(26px, 6vw, 36px) clamp(18px, 6vw, 24px);
    }

    .fr-account-bar {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .fr-account-actions {
        justify-content: flex-start;
    }

    .fr-step-footer {
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px clamp(18px, 6vw, 24px) 28px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 55%);
        box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.08);
        z-index: 5;
    }
}

@media (max-width: 860px) {
    .fr-datetime-layout {
        grid-template-columns: 1fr;
    }

    .fr-calendar {
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .fr-step-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .fr-step-footer .button {
        width: 100%;
    }

    .fr-datetime-layout {
        grid-template-columns: 1fr;
    }

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

    .fr-registration-shell {
        padding: 22px 18px;
        border-radius: 26px;
    }

    .fr-registration-backdrop {
        border-radius: 26px;
        inset: clamp(0px, 6vw, 14px);
    }

    .fr-registration-panel {
        padding: 28px 20px;
    }

    .fr-registration-type {
        padding: 18px 20px;
    }

    .fr-registration-submit {
        width: 100%;
    }

    .fr-summary-card {
        padding: 22px;
    }

    .fr-account-bar {
        padding: 18px 20px;
    }

    .fr-account-actions {
        gap: 10px;
        justify-content: center;
    }

    .fr-account-button {
        flex: 1 1 auto;
        justify-content: center;
    }

    .fr-account-layer {
        padding: 18px;
    }
}
