/* Generated by tools/build_assets.mjs. Edit the sources listed in assets/manifest.json. */
/* Source: assets/css/src/shared/base.css */
:root {
    --ink: #1d2146;
    --muted: #6d7682;
    --line: #dfe8e2;
    --field: #359957;
    --field-dark: #247a43;
    --field-rgb: 53,153,87;
    --field-light: #edf8f1;
    --field-soft: #eef8f1;
    --field-contrast: #ffffff;
    --accent: #56c87d;
    --accent-rgb: 86,200,125;
    --accent-light: #eefaf2;
    --accent-contrast: #18251d;
    --surface: #ffffff;
    --soft: #f6faf8;
    --soft-rgb: 246,250,248;
    --theme-border: #cde6d6;
}

@media (max-width: 767.98px) {
  .booking-collection-payment-table,
  .booking-collection-payment-table tbody,
  .booking-collection-payment-table tr,
  .booking-collection-payment-table td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .booking-collection-payment-table {
    border-collapse: separate;
    border-spacing: 0 10px;
  }

  .booking-collection-payment-table thead {
    display: none;
  }

  .booking-collection-payment-table tbody tr {
    background: #fff;
    border: 1px solid #d8e7df;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 12px;
  }

  .booking-collection-payment-table tbody td {
    border: 0;
    overflow-wrap: anywhere;
    padding: 7px 0;
  }

  .booking-collection-payment-table tbody td::before {
    color: #607067;
    content: attr(data-label);
    display: block;
    font-size: .7rem;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .booking-collection-payment-entries {
    min-width: 0;
  }
}

body {
    background: var(--soft);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 12%, rgba(var(--accent-rgb), .20), transparent 30%),
        radial-gradient(circle at 82% 4%, rgba(var(--field-rgb), .14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(var(--soft-rgb), 1));
}

.app-nav {
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(16,32,26,.08);
    backdrop-filter: blur(12px);
}

.public-nav-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.public-nav-toggle {
    align-items: center;
    background: rgba(53,153,87,.10);
    border: 1px solid rgba(53,153,87,.22);
    border-radius: 999px;
    color: var(--field-dark);
    display: none;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
}

.public-nav-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    left: 13px;
    position: absolute;
    transition: opacity .18s ease, transform .18s ease, top .18s ease;
    width: 18px;
}

.public-nav-toggle span:nth-child(1) {
    top: 14px;
}

.public-nav-toggle span:nth-child(2) {
    top: 21px;
}

.public-nav-toggle span:nth-child(3) {
    top: 28px;
}

.app-nav.is-public-menu-open .public-nav-toggle span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.app-nav.is-public-menu-open .public-nav-toggle span:nth-child(2) {
    opacity: 0;
}

.app-nav.is-public-menu-open .public-nav-toggle span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
}

.language-switcher {
    align-items: center;
    background: rgba(29,33,70,.05);
    border: 1px solid rgba(29,33,70,.08);
    border-radius: 999px;
    display: inline-flex;
    gap: 3px;
    padding: 3px;
}

.language-switcher a {
    border-radius: 999px;
    color: #3f4b45;
    font-size: .8rem;
    font-weight: 650;
    line-height: 1;
    padding: 7px 10px;
    text-decoration: none;
}

.language-switcher a.active {
    background: var(--field-dark);
    color: #fff;
}

.language-switcher a:hover {
    color: var(--field-dark);
}

.language-switcher a.active:hover {
    color: #fff;
}

.login-language-switcher {
    flex: 0 0 auto;
}

.sidebar-language-switcher {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.14);
    margin-top: 14px;
}

.sidebar .sidebar-language-switcher a {
    border-radius: 999px;
    color: rgba(255,255,255,.76);
    display: inline-flex;
    font-size: .78rem;
    padding: 7px 10px;
}

.sidebar .sidebar-language-switcher a.active {
    background: #fff;
    color: var(--field-dark);
}

.public-support-link {
    align-items: center;
    background: rgba(53,153,87,.10);
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 999px;
    color: var(--field-dark);
    display: inline-flex;
    gap: 7px;
    padding: 6px 11px;
    text-decoration: none;
}

.public-support-link span {
    color: #314139;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.public-support-link strong {
    font-size: .9rem;
}

.public-support-link:hover {
    background: rgba(53,153,87,.16);
    color: var(--field-dark);
}

.public-management-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--field), var(--field-dark));
    border: 1px solid rgba(36,122,67,.34);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(36,122,67,.18);
    color: #fff !important;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 650;
    gap: 8px;
    justify-content: center;
    min-height: 38px;
    padding: .48rem .9rem;
}

.public-management-btn::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 7px;
    opacity: .9;
    transform: rotate(45deg);
    width: 7px;
}

.public-management-btn:hover,
.public-management-btn:focus {
    background: linear-gradient(135deg, var(--field-dark), #166536);
    border-color: rgba(36,122,67,.48);
    box-shadow: 0 12px 26px rgba(36,122,67,.24);
    color: #fff !important;
}

.public-home-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 650;
    justify-content: center;
    min-height: 38px;
    padding: .48rem .9rem;
}

.public-open-account-btn,
.landing-open-account-btn {
    background: #e88700;
    border: 1px solid #e88700;
    box-shadow: 0 12px 28px rgba(232,135,0,.26);
    color: #fff !important;
}

.public-open-account-btn:hover,
.public-open-account-btn:focus,
.landing-open-account-btn:hover,
.landing-open-account-btn:focus {
    background: #c96f00;
    border-color: #c96f00;
    box-shadow: 0 14px 32px rgba(232,135,0,.32);
    color: #fff !important;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--field), var(--accent));
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(255,255,255,.8), 0 8px 18px rgba(53,153,87,.22);
}

.brand-wordmark {
    width: 164px;
    max-width: 100%;
    height: auto;
    display: block;
}

.landing-home-logo {
    height: 80px;
    width: auto;
}

.sidebar .brand-wordmark {
    width: 222px;
}

.management-brand-link {
    display: inline-block;
    line-height: 1;
}

.management-brand-link:focus-visible {
    border-radius: 8px;
    box-shadow: 0 0 0 .18rem rgba(255,255,255,.28);
    outline: 0;
}

/* Source: assets/css/src/shared/marketing.css */
.landing-hero {
    align-items: flex-end;
    background:
        linear-gradient(135deg, #103d2b 0%, #247a43 62%, #359957 100%);
    border-radius: 8px;
    color: #fff;
    display: flex;
    min-height: 430px;
    margin: 28px 0 22px;
    overflow: hidden;
    padding: 42px;
}

.landing-kicker {
    color: #c7f7d6;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.landing-hero h1 {
    font-size: clamp(2rem, 5vw, 4.4rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 16px;
    max-width: 980px;
}

html[lang="bn"] .landing-hero h1 {
    font-size: clamp(1.75rem, 4.2vw, 3.55rem);
    line-height: 1.32;
}

.landing-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: 1.08rem;
    line-height: 1.55;
    margin: 0;
    max-width: 760px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.app-download-btn {
    align-items: center;
    display: inline-flex;
    gap: 9px;
}

.store-icon-row {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 5px;
}

.play-store-icon {
    align-items: center;
    background: #fff;
    border-radius: 7px;
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.play-store-icon svg,
.app-store-icon svg {
    display: block;
    height: 20px;
    width: 20px;
}

.app-store-icon {
    align-items: center;
    background: #fff;
    border-radius: 7px;
    color: #111827;
    display: inline-flex;
    flex: 0 0 auto;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.app-store-icon svg {
    fill: #111827;
}

.play-store-blue { fill: #00a0ff; }
.play-store-green { fill: #00d084; }
.play-store-yellow { fill: #ffce00; }
.play-store-red { fill: #ff3d00; }

.landing-section {
    padding: 8px 0 42px;
}

.landing-section-muted {
    background: rgba(255,255,255,.54);
    border: 1px solid rgba(53,153,87,.10);
    border-radius: 8px;
    margin-bottom: 42px;
    padding: 28px;
}

.landing-visual-section {
    padding-top: 0;
}

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

.landing-section-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0 0 4px;
}

.landing-section-copy {
    color: var(--muted);
    margin: 0;
}

.landing-feature-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-feature {
    background: #fff;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(9,45,30,.08);
    padding: 18px;
}

.landing-feature strong {
    color: var(--field-dark);
    display: block;
    font-size: 1.02rem;
    margin-bottom: 6px;
}

.landing-feature span {
    color: var(--muted);
    display: block;
    line-height: 1.45;
}

.landing-growth-section {
    background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(232,246,238,.82));
}

.landing-growth-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-growth-card {
    background: #fff;
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(9,45,30,.07);
    padding: 18px;
}

.landing-growth-card strong {
    color: var(--field-dark);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.landing-growth-card span {
    color: var(--muted);
    display: block;
    line-height: 1.45;
}

.landing-pricing {
    align-items: stretch;
    background: linear-gradient(135deg, rgba(36,122,67,.96), rgba(16,61,43,.96));
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    margin-bottom: 42px;
    padding: 26px;
}

.landing-pricing .landing-kicker,
.landing-pricing .landing-section-copy {
    color: rgba(255,255,255,.78);
}

.landing-pricing .landing-section-title {
    color: #fff;
}

.landing-pricing-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-width: 0;
}

.landing-price-badge {
    align-items: baseline;
    align-self: flex-start;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    padding: 10px 13px;
}

.landing-price-badge span,
.landing-price-badge small {
    color: rgba(255,255,255,.78);
    font-weight: 700;
}

.landing-price-badge .landing-price-label {
    flex-basis: 100%;
    color: #fff;
}

.landing-price-badge strong {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
}

.platform-fee-price {
    align-items: baseline;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.platform-fee-price del {
    color: rgba(255,255,255,.58);
    font-weight: 700;
    text-decoration-thickness: 2px;
}

.landing-pricing-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-pricing-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    padding: 16px;
}

.landing-pricing-card strong {
    color: #fff;
    display: block;
    font-size: 1rem;
    margin-bottom: 7px;
}

.landing-pricing-card span {
    color: rgba(255,255,255,.78);
    display: block;
    line-height: 1.45;
}

.landing-steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-step {
    background: #fff;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    padding: 18px;
}

.landing-step span {
    align-items: center;
    background: var(--field-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    margin-bottom: 12px;
    width: 30px;
}

.landing-step strong,
.landing-faq strong {
    color: var(--ink);
    display: block;
    font-size: 1rem;
    margin-bottom: 7px;
}

.landing-step p,
.landing-faq p {
    color: var(--muted);
    line-height: 1.45;
    margin: 0;
}

.landing-split {
    align-items: start;
    background: #fff;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(9,45,30,.08);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    padding: 24px;
}

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

.landing-ops-side {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.landing-check-list div {
    background: #f6faf8;
    border: 1px solid rgba(53,153,87,.12);
    border-radius: 8px;
    color: var(--field-dark);
    font-weight: 700;
    padding: 12px 14px;
}

.landing-product-visual {
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(9,45,30,.08);
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.landing-faq-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-faq {
    background: #fff;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    padding: 18px;
}

.landing-contact {
    align-items: center;
    background: linear-gradient(135deg, #103d2b, #247a43);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 28px;
}

.landing-contact h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.landing-contact p {
    color: rgba(255,255,255,.78);
    margin: 0;
}

.landing-contact-actions {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.landing-contact .public-support-link,
.landing-address {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.22);
    color: #fff;
}

.landing-parent-company {
    color: rgba(255,255,255,.72);
    font-size: .9rem;
    grid-column: 1 / -1;
}

.landing-parent-company a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.landing-parent-company a:hover,
.landing-parent-company a:focus {
    text-decoration: underline;
}

.landing-contact .public-support-link {
    align-items: flex-start;
    border-radius: 8px;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    min-height: 48px;
    padding: 8px 13px;
}

.landing-contact .app-download-link {
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.app-download-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.landing-contact .public-support-link > span,
.landing-contact .app-download-copy > span,
.landing-address span {
    color: rgba(255,255,255,.82);
}

.landing-address {
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
    padding: 8px 13px;
}

.landing-address span {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.landing-address strong,
.landing-contact .public-support-link strong,
.landing-contact .app-download-copy strong {
    color: #fff;
}

/* Source: assets/css/src/auth/onboarding.css */
.onboarding-shell {
    padding-bottom: 56px;
}

.onboarding-hero {
    align-items: end;
    background: linear-gradient(135deg, #103d2b 0%, #247a43 64%, #359957 100%);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 28px 0 18px;
    padding: 36px;
}

.onboarding-hero h1 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 12px;
}

.onboarding-hero p {
    color: rgba(255,255,255,.84);
    font-size: 1.06rem;
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.onboarding-hero-note {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 8px;
    min-width: 220px;
    padding: 16px;
}

.onboarding-hero-note strong,
.onboarding-hero-note span {
    display: block;
}

.onboarding-hero-note strong {
    font-size: .82rem;
    letter-spacing: .08em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.onboarding-hero-note span {
    color: #dffbe8;
    font-size: 1.08rem;
    font-weight: 700;
}

.onboarding-hero-note .platform-fee-price {
    align-items: baseline;
    display: inline-flex;
}

.onboarding-hero-note .platform-fee-price del {
    color: rgba(255,255,255,.58);
    font-size: .92rem;
}

.onboarding-hero-note .platform-fee-price strong {
    color: #fff;
    display: inline;
    font-size: 1.42rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.onboarding-benefits {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(9,45,30,.07);
    margin-bottom: 18px;
    padding: 16px;
}

.onboarding-benefits-heading {
    color: var(--field-dark);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.onboarding-benefit-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onboarding-benefit-grid div {
    background: #f6faf8;
    border: 1px solid rgba(53,153,87,.13);
    border-radius: 8px;
    color: #34483d;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.45;
    padding: 12px;
}

.onboarding-form-card,
.onboarding-success {
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(9,45,30,.10);
}

.onboarding-form-card {
    display: grid;
    gap: 18px;
    padding: 20px;
}

.onboarding-form-card.is-submitting {
    opacity: .82;
}

.onboarding-submit-button {
    color: #fff;
    min-width: 178px;
}

.onboarding-submit-button:hover,
.onboarding-submit-button:focus,
.onboarding-submit-button:active,
.onboarding-submit-button:disabled {
    color: #fff;
}

.onboarding-submit-row .onboarding-submit-button span {
    color: inherit;
    display: inline-block;
    margin-top: 0;
}

.onboarding-section {
    background: linear-gradient(180deg, #ffffff, #fbfdfb);
    border: 1px solid rgba(16,32,26,.09);
    border-radius: 8px;
    padding: 20px;
}

.onboarding-section-heading {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.onboarding-section-heading > span {
    align-items: center;
    background: var(--field-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.onboarding-section-heading h2 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 3px;
}

.onboarding-section-heading p {
    color: var(--muted);
    margin: 0;
}

.onboarding-logo-field {
    align-items: center;
    background: #f6faf8;
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    display: flex;
    gap: 16px;
    padding: 14px;
}

.onboarding-logo-preview {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(53,153,87,.12), rgba(36,122,67,.08));
    background-position: center;
    background-size: cover;
    border: 1px dashed rgba(36,122,67,.36);
    border-radius: 8px;
    color: var(--field-dark);
    display: inline-flex;
    flex: 0 0 86px;
    font-size: .82rem;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.onboarding-logo-preview.has-image {
    border-style: solid;
}

.onboarding-logo-preview.has-image span {
    display: none;
}

.onboarding-logo-input {
    flex: 1 1 auto;
    min-width: 0;
}

.onboarding-logo-help {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 9px;
}

.onboarding-logo-help span {
    background: #fff;
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 999px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 5px 9px;
}

.onboarding-otp-mobile-row .btn {
    font-weight: 700;
    white-space: nowrap;
}

.onboarding-otp-panel {
    align-items: end;
    background: #eef8f1;
    border: 1px solid rgba(36,122,67,.22);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 260px) auto 1fr;
    padding: 14px;
}

.onboarding-otp-panel.is-verified {
    background: #e8f6ee;
    border-color: rgba(36,122,67,.34);
}

.onboarding-otp-panel .btn {
    font-weight: 700;
    min-height: 42px;
}

.onboarding-otp-status {
    align-self: center;
    color: var(--muted);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.35;
}

.onboarding-submit-row {
    align-items: center;
    background: #f6faf8;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 18px 20px;
}

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

.onboarding-submit-row span {
    color: var(--muted);
    margin-top: 3px;
}

.onboarding-success {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    padding: 22px;
}

.onboarding-success h2 {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
}

.onboarding-success p {
    color: var(--muted);
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.55;
    margin: 0;
}

/* Source: assets/css/src/shared/workspace.css */
.booking-panel,
.admin-panel,
.toolbar-card {
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(var(--field-rgb), .12);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(9,45,30,.10);
}

.booking-panel {
    padding: 20px;
}

.booking-hold-timer-shell {
    display: flex;
    justify-content: center;
    margin: 0 0 12px;
    pointer-events: none;
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 20px);
    z-index: 1042;
}

.booking-hold-timer-shell.d-none {
    display: none !important;
}

.booking-hold-timer {
    align-items: center;
    background: linear-gradient(135deg, #fff8e8, #fff);
    border: 1px solid rgba(var(--accent-rgb), .36);
    border-radius: 999px;
    box-shadow: 0 16px 38px rgba(9,45,30,.14);
    color: var(--field-dark);
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    max-width: calc(100% - 24px);
    padding: 10px 16px;
    pointer-events: auto;
    position: relative;
    width: max-content;
}

.booking-hold-timer.d-none {
    display: none !important;
}

.booking-hold-timer.is-warning {
    background: linear-gradient(135deg, #fff0e5, #fff);
    border-color: rgba(232, 135, 0, .50);
    color: #9a4f00;
}

.booking-hold-timer-label {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.booking-hold-timer strong {
    align-items: center;
    background: var(--field-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 70px;
    padding: 7px 10px;
}

.booking-hold-timer.is-warning strong {
    background: #e88700;
}

.public-resource-info-strip {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.public-resource-info-strip.d-none {
    display: none !important;
}

.public-resource-info-pill {
    align-items: center;
    background: rgba(var(--field-rgb), .1);
    border: 1px solid rgba(var(--field-rgb), .22);
    border-radius: 999px;
    color: var(--field-dark);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    min-height: 30px;
    padding: 6px 10px;
}

.public-resource-notice-strip {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(var(--field-rgb), .08), #fff);
    border: 1px solid rgba(var(--field-rgb), .24);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(9,45,30,.08);
    color: var(--field-dark);
    display: flex;
    gap: 10px;
    line-height: 1.45;
    margin: 0 0 16px;
    padding: 12px 14px;
}

.public-resource-notice-strip.d-none {
    display: none !important;
}

.public-resource-notice-icon {
    align-items: center;
    background: var(--field-dark);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: .78rem;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    width: 24px;
}

.public-resource-notice-copy {
    flex: 1 1 auto;
    font-size: .95rem;
    font-weight: 700;
    min-width: 0;
    white-space: pre-line;
}

@media (max-width: 575px) {
    .booking-hold-timer-shell {
        margin-bottom: 10px;
        top: calc(env(safe-area-inset-top, 0px) + 12px);
    }

    .booking-hold-timer {
        border-radius: 16px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 12px;
        text-align: center;
        width: 100%;
    }

    .booking-hold-timer strong {
        min-width: 76px;
    }
}

.public-booking-tabs-section {
    align-items: center;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(var(--field-rgb), .16);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(9,45,30,.10), inset 0 1px 0 rgba(255,255,255,.86);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
    padding: 10px 10px 12px;
}

.public-booking-main-tabs {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.public-booking-main-tab {
    align-items: center;
    background: var(--field-soft);
    border: 1px solid rgba(var(--field-rgb), .16);
    border-radius: 8px;
    color: #4d665a;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 10px 15px;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
    white-space: nowrap;
}

.public-booking-main-tab:hover {
    background: var(--field-light);
    border-color: rgba(var(--field-rgb), .30);
    color: var(--field-dark);
}

.public-booking-main-tab.active {
    background: linear-gradient(135deg, var(--field-dark), var(--field));
    border-color: var(--field-dark);
    box-shadow: 0 12px 28px rgba(var(--field-rgb), .26);
    color: var(--field-contrast);
    font-weight: 700;
    position: relative;
}

.public-booking-main-tab.active::after {
    background: var(--field-dark);
    border-radius: 999px;
    bottom: -7px;
    content: "";
    height: 4px;
    left: 18px;
    position: absolute;
    right: 18px;
}

.public-booking-main-tab strong {
    align-items: center;
    background: var(--accent);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(var(--accent-rgb), .26);
    color: var(--accent-contrast);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 7px;
}

.public-booking-main-tab:hover strong,
.public-booking-main-tab.active strong {
    background: #fff;
    border-color: rgba(255,255,255,.92);
    color: var(--field-dark);
}

.public-booking-resource-row {
    align-items: center;
    background: linear-gradient(180deg, rgba(var(--field-rgb), .08), rgba(255,255,255,.9));
    border: 1px solid rgba(var(--field-rgb), .16);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}

.public-booking-resource-row::before {
    background: var(--field-dark);
    border-radius: 999px;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 4px;
}

.public-resource-tab-list {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.public-resource-tab {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(var(--field-rgb), .16);
    border-radius: 999px;
    color: #456659;
    display: flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 9px 14px;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
    white-space: nowrap;
}

.public-resource-tab:hover {
    background: var(--field-light);
    border-color: rgba(var(--field-rgb), .30);
    color: var(--field-dark);
}

.public-resource-tab.active {
    background: var(--field-light);
    border-color: var(--field-dark);
    box-shadow: inset 0 0 0 1px rgba(var(--field-rgb), .12);
    color: var(--field-dark);
    font-weight: 700;
}

.public-resource-tab:disabled {
    cursor: not-allowed;
    opacity: .58;
}

.public-tournament-resource-row {
    background: linear-gradient(180deg, rgba(var(--accent-rgb), .14), rgba(255,255,255,.92));
    border-color: rgba(var(--accent-rgb), .26);
}

.public-tournament-resource-row::before {
    background: var(--accent);
}

.public-tournament-date-row {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(var(--field-rgb), .07), rgba(255,255,255,.94));
    border: 1px solid rgba(var(--field-rgb), .14);
    border-radius: 8px;
    display: flex;
    flex: 1 1 100%;
    gap: 12px;
    padding: 12px;
    width: 100%;
}

.public-tournament-date-field {
    min-width: min(100%, 390px);
}

.public-tournament-date-field .form-label {
    color: var(--field-dark);
    margin-bottom: 7px;
}

.public-tournament-card.d-none,
.public-tournament-empty-filter.d-none {
    display: none !important;
}

.public-tournament-workspace {
    align-items: flex-start;
}

.public-tournament-card-grid {
    align-items: stretch;
}

.public-tournament-card-grid.is-filtering .public-tournament-card,
.public-tournament-card-grid.is-filtering .public-tournament-empty-filter {
    display: none !important;
}

.public-tournament-card {
    color: var(--ink);
    display: grid;
    gap: 7px;
    min-height: 170px;
}

.public-tournament-card.active {
    background: linear-gradient(135deg, var(--field-light), #fff);
}

.public-tournament-card-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.public-tournament-card-meta > span:not(.slot-price) {
    background: #f4faf6;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 999px;
    color: #52665c;
    font-size: .78rem;
    font-weight: 700;
    padding: 5px 8px;
}

.public-tournament-card-description {
    color: var(--muted);
    display: block;
    font-size: .86rem;
    line-height: 1.42;
    margin-top: 2px;
}

.public-tournament-empty-filter {
    border-style: dashed;
    color: #5f7569 !important;
    grid-column: 1 / -1;
}

.public-tournament-sidebar {
    position: sticky;
    top: 18px;
}

.public-selected-tournament-description {
    background: #fff;
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    color: #4f6258;
    font-size: .9rem;
    line-height: 1.48;
    padding: 10px 12px;
}

.booking-workspace {
    align-items: start;
    margin-top: 0;
    row-gap: 1.25rem;
}

.booking-workspace > * {
    margin-top: 0;
}

.booking-toolbar {
    background: linear-gradient(180deg, #fff, #fbfcfa);
    border: 1px solid rgba(16,32,26,.08);
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 -1px 0 rgba(53,153,87,.06);
}

.booking-toast {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(29,33,70,.10);
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(9,45,30,.16);
    color: var(--ink);
    display: flex;
    gap: 10px;
    max-width: min(420px, calc(100vw - 28px));
    padding: 12px;
    position: fixed;
    right: 18px;
    top: calc(env(safe-area-inset-top, 0px) + 78px);
    width: max-content;
    z-index: 1080;
}

.booking-toast-icon {
    align-items: center;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: .72rem;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    width: 28px;
}

.booking-toast-message {
    flex: 1 1 auto;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.4;
    min-width: 0;
}

.booking-toast-close {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #66736b;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 1.2rem;
    height: 28px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 28px;
}

.booking-toast-close:hover,
.booking-toast-close:focus {
    background: rgba(29,33,70,.06);
    color: var(--ink);
}

.booking-toast-success {
    border-color: rgba(36,122,67,.22);
}

.booking-toast-success .booking-toast-icon {
    background: var(--field-dark);
}

.booking-toast-warning {
    border-color: rgba(232,135,0,.30);
}

.booking-toast-warning .booking-toast-icon {
    background: #e88700;
}

.booking-toast-danger {
    border-color: rgba(132,32,41,.28);
}

.booking-toast-danger .booking-toast-icon {
    background: #842029;
}

.booking-sidebar {
    display: grid;
    gap: 14px;
}

#selectedBookingBox {
    scroll-margin-top: 18px;
}

.toolbar-card {
    padding: 14px;
}

.admin-panel {
    padding: 18px;
}

/* Source: assets/css/src/shared/slots.css */
.slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
    border-radius: 10px;
    transition: background .18s ease, box-shadow .18s ease, outline-color .18s ease;
}

.slot-resource-section {
    background: #f8fcfa;
    border: 1px solid #dcefe4;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
    padding: 12px;
}

.slot-resource-section-head {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.slot-resource-section-head h3 {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.slot-resource-section-head span {
    background: #eef8f1;
    border: 1px solid #cfe7d6;
    border-radius: 999px;
    color: #24593a;
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 700;
    padding: 5px 8px;
}

.slot-resource-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.slot-grid.needs-selection {
    background: rgba(255, 248, 232, .72);
    box-shadow: 0 14px 30px rgba(232,135,0,.12);
    outline: 2px solid rgba(232,135,0,.72);
    outline-offset: 6px;
}

.slot-grid.attention-pulse {
    animation: customerPulse 1.15s ease;
}

.slot-grid.is-slot-flashing,
.package-card-grid.is-slot-flashing,
.direct-booking-slot-cards.is-slot-flashing {
    position: relative;
}

.slot-grid.is-slot-flashing::after,
.package-card-grid.is-slot-flashing::after,
.direct-booking-slot-cards.is-slot-flashing::after {
    animation: slotFlashSweep .28s ease-out both;
    background: linear-gradient(90deg, transparent, rgba(53,153,87,.18), transparent);
    border-radius: inherit;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    z-index: 1;
}

.slot-grid.slot-flash .slot-card,
.slot-grid.slot-flash .slot-empty-state,
.package-card-grid.slot-flash .public-package-card,
.package-card-grid.slot-flash .public-tournament-card,
.direct-booking-slot-cards.slot-flash .direct-booking-slot-card,
.direct-booking-slot-cards.slot-flash .direct-slot-card-empty {
    animation: slotFlashIn .26s ease-out both;
}

.direct-booking-slot-select.slot-flash {
    animation: slotSelectFlash .26s ease-out both;
}

@keyframes slotFlashIn {
    0% {
        box-shadow: 0 0 0 0 rgba(53,153,87,.24);
        filter: brightness(1.035);
    }
    55% {
        box-shadow: 0 0 0 4px rgba(53,153,87,.12);
        filter: brightness(1.02);
    }
    100% {
        box-shadow: inherit;
        filter: none;
    }
}

@keyframes slotSelectFlash {
    0% {
        box-shadow: 0 0 0 0 rgba(36,112,63,.0);
        filter: brightness(.985);
    }
    62% {
        box-shadow: 0 0 0 .18rem rgba(36,112,63,.24);
        filter: brightness(.965);
    }
    100% {
        box-shadow: none;
        filter: none;
    }
}

@keyframes slotFlashSweep {
    0% {
        opacity: 0;
        transform: translateX(-120%);
    }
    24% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(120%);
    }
}

.slot-empty-state {
    align-items: center;
    background: #fff8e8;
    border: 1px solid #f1c96c;
    border-radius: 8px;
    color: #704900;
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    padding: 16px;
}

.slot-empty-state strong,
.slot-empty-state span {
    display: block;
}

.slot-empty-state strong {
    font-size: 1rem;
    font-weight: 700;
}

.slot-empty-state span {
    color: #86611a;
    font-size: .9rem;
    margin-top: 2px;
}

.slot-empty-icon {
    align-items: center;
    background: #e88700;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex !important;
    flex: 0 0 34px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    margin: 0 !important;
    width: 34px;
}

.public-empty-resource-state {
    align-items: center;
    background:
        radial-gradient(circle at 14% 18%, rgba(var(--accent-rgb), .18), transparent 28%),
        linear-gradient(135deg, rgba(var(--field-rgb), .08), rgba(255,255,255,.98));
    border: 1px solid rgba(var(--field-rgb), .18);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(9,45,30,.08);
    color: var(--field-dark);
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 4px 0;
    min-height: 220px;
    padding: 32px;
}

.public-empty-resource-icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(var(--field-rgb), .16);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(9,45,30,.10);
    color: var(--accent);
    display: inline-flex;
    font-size: 2.2rem;
    height: 76px;
    justify-content: center;
    width: 76px;
}

.public-empty-resource-icon svg {
    height: 36px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 36px;
}

.public-empty-resource-copy {
    display: grid;
    gap: 8px;
}

.public-empty-resource-label {
    color: var(--accent);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.public-empty-resource-copy strong {
    color: var(--field-dark);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.05;
}

.public-empty-resource-copy p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
    max-width: 560px;
}

@media (max-width: 575.98px) {
    .public-booking-body #slotGrid,
    .public-booking-body #slotGrid .slot-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slot-resource-section-head {
        flex-direction: column;
    }

    .slot-resource-section-head span {
        align-self: flex-start;
    }

    .public-empty-resource-state {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 24px 18px;
        text-align: center;
    }

    .public-empty-resource-copy p {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .slot-grid.is-slot-flashing::after,
    .package-card-grid.is-slot-flashing::after,
    .direct-booking-slot-cards.is-slot-flashing::after,
    .slot-grid.slot-flash .slot-card,
    .slot-grid.slot-flash .slot-empty-state,
    .package-card-grid.slot-flash .public-package-card,
    .package-card-grid.slot-flash .public-tournament-card,
    .direct-booking-slot-cards.slot-flash .direct-booking-slot-card,
    .direct-booking-slot-cards.slot-flash .direct-slot-card-empty,
    .direct-booking-slot-select.slot-flash {
        animation: none !important;
    }
}

.date-stepper {
    --date-control-height: 48px;
    display: grid;
    grid-template-columns: var(--date-control-height) minmax(180px, 1fr) var(--date-control-height);
    gap: 8px;
    align-items: center;
    max-width: 390px;
}

.date-stepper .form-control {
    height: var(--date-control-height);
    min-height: var(--date-control-height);
}

.date-picker-shell {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    height: var(--date-control-height);
    min-height: var(--date-control-height);
    position: relative;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.date-picker-shell .native-date-control {
    background: transparent;
    border: 0;
    caret-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 100%;
    inset: 0;
    min-height: var(--date-control-height);
    opacity: .01;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.date-picker-shell .native-date-control::-webkit-datetime-edit,
.date-picker-shell .native-date-control::-webkit-datetime-edit-fields-wrapper,
.date-picker-shell .native-date-control::-webkit-datetime-edit-text,
.date-picker-shell .native-date-control::-webkit-datetime-edit-month-field,
.date-picker-shell .native-date-control::-webkit-datetime-edit-day-field,
.date-picker-shell .native-date-control::-webkit-datetime-edit-year-field {
    color: transparent;
}

.date-picker-shell .native-date-control::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

.date-picker-shell .native-date-control::-webkit-calendar-picker-indicator {
    cursor: pointer;
    height: auto;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: auto;
}

.date-display-text {
    align-items: center;
    color: var(--field-dark);
    display: flex;
    font-weight: 700;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 2;
    padding: .62rem 2rem;
    width: 100%;
}

.date-picker-shell:focus-within {
    background-color: #fff;
    border-color: var(--field);
    box-shadow: 0 0 0 .22rem rgba(53,153,87,.14);
}

.date-picker-shell.is-disabled {
    background-color: #f3f7f5;
    border-color: #dce7e1;
    cursor: not-allowed;
}

.date-stepper .btn {
    align-items: center;
    border-color: #cfdcd4;
    color: var(--field-dark);
    display: inline-flex;
    height: var(--date-control-height);
    justify-content: center;
    min-height: var(--date-control-height);
    padding-left: 0;
    padding-right: 0;
    width: var(--date-control-height);
}

.date-stepper .btn:hover,
.date-stepper .btn:focus {
    background: rgba(53,153,87,.10);
    border-color: var(--field);
    color: var(--field-dark);
}

.date-stepper .btn:disabled {
    background: #eef1ed;
    border-color: #dce5df;
    color: #a2ada6;
    opacity: 1;
    cursor: not-allowed;
}

.public-slot-action-row {
    display: flex;
    margin-top: 10px;
}

.public-multi-slot-toggle {
    align-items: center;
    border-color: rgba(var(--field-rgb), .24);
    color: var(--field-dark);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 8px;
    min-height: 38px;
    padding: .42rem .75rem;
}

.public-multi-slot-toggle svg {
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 18px;
}

.public-multi-slot-toggle:hover,
.public-multi-slot-toggle:focus,
.public-multi-slot-toggle.active {
    background: rgba(var(--field-rgb), .10);
    border-color: var(--field);
    color: var(--field-dark);
}

.public-multi-slot-toggle.active {
    box-shadow: 0 0 0 .18rem rgba(var(--field-rgb), .12);
}

.date-nav-btn::before {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    display: block;
    height: 11px;
    width: 11px;
}

.date-nav-prev::before {
    transform: rotate(-135deg);
}

.date-nav-next::before {
    transform: rotate(45deg);
}

.slot-card {
    min-height: 110px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    text-align: left;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.slot-card:not(:disabled):hover,
.slot-card.active {
    border-color: var(--field);
    box-shadow: 0 10px 24px rgba(var(--field-rgb), .16);
    transform: translateY(-1px);
}

.slot-card.needs-selection:not(:disabled) {
    border-color: #e88700;
    box-shadow: 0 12px 26px rgba(232,135,0,.18);
}

.slot-card.is-combined-single:not(:disabled) {
    border-color: #e88700;
    box-shadow: 0 12px 26px rgba(232,135,0,.14);
}

.slot-card:disabled {
    opacity: .55;
    background: #eef1ed;
}

.slot-card.active:disabled {
    background: #fff;
    border-color: var(--field);
    box-shadow: 0 10px 24px rgba(var(--field-rgb), .16);
    opacity: 1;
}

.slot-time {
    font-weight: 700;
    display: block;
}

.slot-time-row {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    min-width: 0;
}

.slot-time-row .slot-time {
    min-width: 0;
    overflow-wrap: anywhere;
}

.slot-public-time-icon {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 27px;
    height: 27px;
    justify-content: center;
    margin-top: -2px;
    width: 27px;
}

.slot-public-time-icon svg {
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 16px;
}

.slot-public-time-icon-day {
    background: #fff4d8;
    border-color: #f5d486;
    color: #a96000;
}

.slot-public-time-icon-night {
    background: #edf1ff;
    border-color: #cbd5ff;
    color: #3659c9;
}

@media (max-width: 575.98px) {
    .slot-public-time-icon {
        flex-basis: 24px;
        height: 24px;
        width: 24px;
    }

    .slot-public-time-icon svg {
        height: 15px;
        width: 15px;
    }
}

.public-booking-body .slot-time {
    font-size: calc(1rem - 1px);
}

.slot-price {
    color: var(--field-dark);
    font-weight: 700;
}

.slot-price,
.direct-slot-info-badge.is-fee {
    gap: .35rem;
}

.public-booking-body .slot-card:not(.slot-card-state-available) .slot-price {
    color: var(--muted);
}

.public-booking-body .slot-card:not(.slot-card-state-available) .slot-price strong {
    color: inherit;
}

.public-booking-body .slot-card.slot-card-state-booked:disabled {
    border-color: #e88700;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(232, 135, 0, .18);
}

.slot-original-rate {
    color: #7d8b85;
    font-weight: 700;
    margin-right: .35rem;
    text-decoration-thickness: 2px;
}

.slot-special-rate-label {
    display: block;
    margin-top: 3px;
    color: #137343;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

/* Source: assets/css/src/shared/selection.css */
.slot-combined-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: .45rem;
    padding: .22rem .55rem;
    border-radius: 999px;
    background: rgba(47, 132, 89, .1);
    color: #1f6f4d;
    font-size: .78rem;
    font-weight: 700;
}

.slot-card.is-combined-single .slot-combined-count {
    background: rgba(232,135,0,.13);
    color: #9a5200;
}

.slot-state-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 10px;
}

.slot-state-available {
    background: rgba(53,153,87,.12);
    border: 1px solid rgba(53,153,87,.22);
    color: var(--field-dark);
}

.slot-state-waitlist {
    background: #fff4d6;
    border: 1px solid #e4bf62;
    color: #714c00;
}

.slot-state-booked {
    background: #f8d7da;
    border: 1px solid #efadb5;
    color: #842029;
}

.slot-state-overlapped {
    background: #eef2ff;
    border: 1px solid #b7c6ff;
    color: #33478f;
}

.slot-state-otp_pending {
    background: #fff7e8;
    border: 1px solid #f4c36b;
    color: #8a5200;
}

.slot-state-payment_pending {
    background: #e8f1ff;
    border: 1px solid #99bff7;
    color: #0f4f96;
}

.slot-state-blocked {
    background: #f8d7da;
    border: 1px solid #efadb5;
    color: #842029;
}

.booking-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    gap: 6px;
    flex: 1 1 540px;
}

.step-pill {
    align-items: center;
    background: #f3f8f5;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #66756e;
    display: flex;
    font-size: .9rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 8px 12px;
    position: relative;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.step-pill span {
    align-items: center;
    background: rgba(109,118,130,.12);
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    height: 24px;
    justify-content: center;
    min-width: 24px;
}

.step-pill.active {
    background: #fff;
    box-shadow: 0 8px 22px rgba(53,153,87,.14);
    color: var(--field-dark);
    border-color: var(--field);
}

.step-pill.active span {
    background: var(--field);
    color: #fff;
}

.btn.is-loading {
    cursor: wait;
    pointer-events: none;
}

.summary-box {
    background: linear-gradient(180deg, #fbfdfb, #f5faf7);
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    box-shadow: inset 4px 0 0 rgba(53,153,87,.18);
    padding: 14px 16px;
}

.booking-selection-summary {
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.booking-selection-kicker {
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.booking-selection-title {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.booking-selection-details {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.booking-selected-row {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 9px 10px;
}

.booking-selected-row span {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
}

.booking-selected-row strong {
    color: var(--ink);
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: right;
}

.booking-selected-cost-breakdown {
    display: grid;
    gap: 6px;
}

.booking-selected-cost-breakdown.d-none {
    display: none !important;
}

.booking-selected-cost-row {
    align-items: center;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(53,153,87,.14);
    border-radius: 8px;
    color: #597064;
    display: flex;
    font-size: .86rem;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 8px 10px;
}

.booking-selected-cost-row strong {
    color: var(--field-dark);
    font-weight: 700;
}

.booking-selected-discount-row strong {
    color: #247a43;
}

.booking-selected-total {
    background: rgba(53,153,87,.12);
    border: 1px solid rgba(53,153,87,.24);
    border-radius: 8px;
    color: var(--field-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 12px;
    transform-origin: center left;
}

.booking-selected-total.fee-flash {
    animation: bookingFeeFlash .78s ease;
}

.booking-selected-minimum {
    background: rgba(232,135,0,.11);
    border: 1px solid rgba(232,135,0,.22);
    border-radius: 8px;
    color: #955500;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 8px 10px;
}

.booking-date-area {
    transition: background .18s ease, box-shadow .18s ease, outline-color .18s ease, transform .18s ease;
}

.booking-date-area.needs-selection {
    background: rgba(255, 248, 232, .78);
    box-shadow: 0 14px 30px rgba(232,135,0,.12);
    outline: 2px solid #e88700;
    outline-offset: 6px;
}

.booking-date-area.attention-pulse {
    animation: customerPulse 1.15s ease;
}

.booking-selection-summary.has-date {
    background: linear-gradient(135deg, #f0fff5, #ffffff);
    border-color: rgba(53,153,87,.42);
    box-shadow: 0 12px 28px rgba(53,153,87,.12), inset 4px 0 0 var(--field);
}

.booking-selection-summary.is-selected {
    background: linear-gradient(135deg, #e7fff0, #ffffff);
    border-color: var(--field);
    box-shadow: 0 16px 34px rgba(53,153,87,.18), inset 4px 0 0 var(--field-dark);
    transform: translateY(-1px);
}

.booking-selection-summary.needs-selection {
    background: linear-gradient(135deg, #fff8e8, #ffffff);
    border-color: #e88700;
    box-shadow: 0 16px 34px rgba(232,135,0,.14), inset 4px 0 0 #e88700;
}

.booking-selection-summary.attention-pulse {
    animation: customerPulse 1.15s ease;
}

.form-stage {
    background: linear-gradient(180deg, #ffffff, #fbfdfb);
    border: 1px solid rgba(16,32,26,.10);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(9,45,30,.05);
    padding: 18px;
}

#capacityStage {
    background: linear-gradient(135deg, #e9f9ef 0%, #ffffff 68%);
    border-color: rgba(53,153,87,.42);
    box-shadow: 0 16px 34px rgba(53,153,87,.14), inset 5px 0 0 var(--field);
}

#capacityStage .form-stage-title,
#packageCapacityStage .form-stage-title {
    color: var(--field-dark);
}

#packageCapacityStage {
    background: linear-gradient(135deg, #f0faf4 0%, #ffffff 72%);
    border-color: rgba(53,153,87,.32);
    box-shadow: 0 12px 28px rgba(53,153,87,.10), inset 4px 0 0 var(--field);
}

.package-capacity-list {
    display: grid;
    gap: 14px;
}

.package-capacity-item {
    border-top: 1px solid rgba(16,32,26,.10);
    display: grid;
    gap: 10px;
    padding-top: 14px;
}

.package-capacity-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.package-capacity-item-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.package-capacity-item-head strong {
    color: var(--ink);
    font-size: .88rem;
    line-height: 1.3;
}

.package-capacity-remaining {
    color: var(--field-dark);
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 700;
}

.package-capacity-fields {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-capacity-fields.is-single {
    grid-template-columns: minmax(0, 1fr);
}

.package-capacity-field label {
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.form-stage .row {
    --bs-gutter-x: .9rem;
    --bs-gutter-y: .9rem;
}

.customer-stage {
    opacity: .74;
    transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease, background-color .18s ease;
}

.customer-stage.is-ready {
    background: linear-gradient(180deg, #ffffff, #f6fff9);
    border-color: rgba(53,153,87,.52);
    box-shadow: 0 14px 34px rgba(53,153,87,.18), inset 4px 0 0 var(--field);
    opacity: 1;
}

.customer-stage.is-ready .form-stage-title {
    color: var(--field-dark);
}

.customer-stage.attention-pulse {
    animation: customerPulse 1.15s ease;
}

.next-step-hint {
    background: #e9f9ee;
    border: 1px solid rgba(53,153,87,.24);
    border-radius: 8px;
    color: #183f2a;
    margin-bottom: 14px;
    padding: 12px 14px;
}

.next-step-kicker {
    color: var(--field-dark);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.stage-confirmation {
    background: #ecfdf3;
    border: 1px solid rgba(53,153,87,.30);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(53,153,87,.12);
    padding: 14px 16px;
}

.stage-confirmation-title {
    color: var(--field-dark);
    font-weight: 700;
}

.stage-confirmation-copy {
    color: #334a3d;
    margin-top: 2px;
}

.form-stage-muted {
    background: #fbfcfa;
}

.form-stage-title {
    align-items: center;
    color: var(--field-dark);
    display: flex;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.form-label {
    color: #26372f;
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.form-label-row {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 7px;
    min-height: 22px;
}

.field-inline-help {
    background: #f4f6f5;
    border: 1px solid #dce3df;
    border-radius: 999px;
    color: #63736a;
    display: inline-flex;
    flex: 0 1 auto;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.05;
    max-width: 68%;
    overflow: hidden;
    padding: .25rem .48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.field-inline-help:empty {
    display: none;
}

.permanent-block-days + .field-inline-help {
    align-items: flex-start;
    border-radius: 8px;
    display: flex;
    line-height: 1.25;
    max-width: 100%;
    overflow: visible;
    white-space: normal;
}

.customer-suggestion-anchor {
    position: relative;
}

.customer-suggestion-menu {
    background: #ffffff;
    border: 1px solid #cfe0d5;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(18, 49, 34, .16);
    max-height: min(360px, calc(100vh - 96px));
    overflow: auto;
    position: fixed;
    z-index: 1085;
}

.customer-suggestion-header {
    align-items: center;
    background: #f2f8f4;
    border-bottom: 1px solid #dbe9e0;
    color: #243b31;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 9px 11px;
}

.customer-suggestion-header strong {
    font-size: .78rem;
    font-weight: 700;
}

.customer-suggestion-header span {
    color: #607369;
    font-size: .7rem;
    font-weight: 600;
}

.customer-suggestion-item {
    align-items: flex-start;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #edf2ef;
    color: #26372f;
    display: grid;
    gap: 9px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 10px 11px;
    text-align: left;
    width: 100%;
}

.customer-suggestion-item:last-child {
    border-bottom: 0;
}

.customer-suggestion-item:hover,
.customer-suggestion-item:focus-visible {
    background: #f7fbf8;
}

.customer-suggestion-icon {
    align-items: center;
    background: #e7f5ec;
    border-radius: 10px;
    color: #247a43;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.customer-suggestion-body {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.customer-suggestion-line {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.customer-suggestion-line strong {
    color: #17261f;
    font-size: .9rem;
    font-weight: 700;
}

.customer-suggestion-line span,
.customer-suggestion-body small,
.customer-suggestion-meta {
    color: #63736a;
    font-size: .74rem;
    font-weight: 600;
}

.customer-suggestion-body small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-suggestion-meta {
    white-space: nowrap;
}

.form-control,
.form-select {
    background-color: #fbfdfb;
    border-color: #d4e1d9;
    border-radius: 8px;
    border-width: 1px;
    min-height: 44px;
    padding: .62rem .78rem;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.form-control:hover,
.form-select:hover {
    border-color: #b8d5c3;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: var(--field);
    box-shadow: 0 0 0 .22rem rgba(53,153,87,.14);
}

.form-control::placeholder {
    color: #9aa8a1;
}

.theme-color-field {
    align-items: stretch;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.theme-color-field .theme-color-text {
    flex: 1 1 auto;
    min-width: 0;
}

.theme-color-picker {
    background: #fff;
    border: 1px solid #d4e1d9;
    border-radius: 8px;
    cursor: pointer;
    flex: 0 0 48px;
    height: 44px;
    min-height: 44px;
    padding: 4px;
    width: 48px;
}

/* Source: assets/css/src/shared/payment-controls.css */
.theme-color-picker::-webkit-color-swatch-wrapper {
    padding: 0;
}

.theme-color-picker::-webkit-color-swatch {
    border: 0;
    border-radius: 6px;
}

.theme-color-picker::-moz-color-swatch {
    border: 0;
    border-radius: 6px;
}

.theme-color-field .form-control-sm + .theme-color-picker,
.theme-color-field .form-control-sm ~ .theme-color-picker {
    flex-basis: 40px;
    height: 38px;
    min-height: 38px;
    width: 40px;
}

.wallet-clipboard-group {
    align-items: stretch;
    flex-wrap: nowrap;
}

.wallet-clipboard-group > .form-control {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
}

.wallet-clipboard-group > .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 46px;
}

.selected-wallet-number {
    align-items: center;
    background: #f3fbf6;
    border: 1px solid rgba(53,153,87,.20);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 8px;
    padding: 8px 10px;
}

.selected-wallet-number .wallet-method-logo {
    align-items: center;
    display: block;
    font-size: .7rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    height: auto;
    max-height: 34px;
    max-width: 98px;
    object-fit: contain;
    padding: 0;
    white-space: nowrap;
    width: auto;
}

.selected-wallet-number .wallet-method-logo-bkash {
    max-width: 34px;
}

.selected-wallet-number .wallet-method-logo-nagad {
    max-width: 96px;
}

.selected-wallet-number > span {
    color: #607067;
    font-size: .78rem;
    font-weight: 700;
}

.selected-wallet-number > strong {
    color: var(--field-dark);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .01em;
    margin-right: auto;
}

.selected-wallet-number .btn {
    align-items: center;
    display: inline-flex;
    gap: 5px;
    line-height: 1;
}

.direct-booking-slot-select {
    color: #173528;
    font-weight: 700;
}

.direct-booking-slot-select option {
    color: #173528;
    font-weight: 650;
}

.direct-booking-slot-select option:disabled {
    color: #8a968f;
}

.direct-slot-selected-card {
    align-items: center;
    background: linear-gradient(180deg, #f7fbf8, #eef8f1);
    border: 1px solid rgba(53, 153, 87, .22);
    border-radius: 10px;
    box-shadow: inset 4px 0 0 rgba(53, 153, 87, .22);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 8px;
    min-height: 0;
    padding: 8px 10px;
    scroll-margin-block: 16px;
}

.direct-slot-selected-main {
    min-width: 0;
}

.direct-slot-selected-title {
    color: #173528;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.22;
    overflow-wrap: anywhere;
}

.direct-slot-selected-time {
    color: #5d7066;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 3px;
}

.direct-slot-selected-badges {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.direct-slot-selected-badges-only {
    justify-content: flex-start;
    width: 100%;
}

.direct-slot-info-badge {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(53, 153, 87, .18);
    border-radius: 999px;
    color: #334a3d;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1.1;
    padding: .34rem .52rem;
    white-space: nowrap;
}

.direct-slot-info-badge.is-fee {
    background: rgba(53, 153, 87, .13);
    border-color: rgba(53, 153, 87, .26);
    color: var(--field-dark);
}

.direct-booking-slot-card:not(.is-available) .direct-slot-info-badge.is-fee {
    background: #eef1ef;
    border-color: #d2d9d5;
    color: #65736b;
}

.direct-booking-slot-card.is-booked {
    border-color: #e88700;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(232, 135, 0, .16);
}

.direct-slot-info-badge.is-minimum {
    background: rgba(232, 135, 0, .12);
    border-color: rgba(232, 135, 0, .24);
    color: #955500;
}

.direct-slot-info-badge.is-capacity {
    background: rgba(37, 99, 235, .10);
    border-color: rgba(37, 99, 235, .22);
    color: #1d4ed8;
}

.direct-slot-info-badge.is-resource {
    background: rgba(29, 33, 70, .07);
    border-color: rgba(29, 33, 70, .14);
    color: var(--ink);
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.direct-slot-info-badge.is-state {
    background: #eef4f0;
    border-color: #d9e6de;
    color: #53645b;
}

.direct-slot-info-badge.is-available {
    background: rgba(53, 153, 87, .14);
    border-color: rgba(53, 153, 87, .28);
    color: var(--field-dark);
}

.direct-slot-info-badge.is-overlapped {
    background: #eef2ff;
    border-color: #b7c6ff;
    color: #33478f;
}

.admin-date-stepper {
    max-width: none;
    width: 100%;
}

.direct-booking-slot-field .form-label-row {
    align-items: center;
}

.direct-booking-slot-field .field-inline-help {
    max-width: min(44vw, 360px);
}

.direct-slot-view-toggle,
.direct-slot-multi-toggle,
.direct-slot-refresh {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.direct-slot-view-toggle.active {
    background: rgba(53, 153, 87, .12);
    border-color: rgba(53, 153, 87, .42);
    color: var(--field-dark);
}

.direct-booking-slot-cards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
}

.direct-booking-slot-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dfe9e3;
    border-radius: 12px;
    color: #173528;
    display: grid;
    gap: 9px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 118px;
    padding: 12px;
    position: relative;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 100%;
}

.direct-booking-slot-card:not(:disabled):hover {
    border-color: rgba(53, 153, 87, .42);
    box-shadow: 0 10px 22px rgba(24, 52, 40, .08);
    transform: translateY(-1px);
}

.direct-booking-slot-card.is-selected {
    background: linear-gradient(180deg, #f7fbf8, #edf8f1);
    border-color: var(--field);
    box-shadow: 0 12px 26px rgba(53, 153, 87, .13);
}

.direct-booking-slot-card:disabled {
    background: #f7f8f7;
    color: #65746b;
    cursor: not-allowed;
    opacity: .84;
}

.direct-booking-slot-card:disabled .direct-slot-card-title {
    text-decoration: line-through;
}

.direct-slot-card-main {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.direct-slot-card-title {
    color: inherit;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.direct-slot-card-time {
    color: #61766b;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
}

.direct-slot-card-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    margin-top: auto;
    min-width: 0;
}

.direct-slot-card-badges .direct-slot-info-badge {
    font-size: .68rem;
    padding: .28rem .45rem;
}

.direct-slot-card-empty {
    background: #fff7e8;
    border: 1px solid #f2c879;
    border-radius: 12px;
    color: #8a5200;
    font-weight: 700;
    padding: 12px 14px;
    text-align: center;
}

.direct-slot-booking-modal .modal-body {
    background: #f6faf8;
}

.direct-slot-booking-dialog-card {
    box-shadow: none;
}

.direct-slot-booking-dialog-card .booking-card-body {
    grid-template-columns: 1fr;
}

.direct-slot-booking-dialog-card .booking-card-info em {
    color: #607067;
    display: block;
    font-size: .84rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.direct-capacity-quantity {
    align-items: center;
    background: #f8fbff;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 10px;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(90px, auto) minmax(92px, 130px) 1fr;
    margin-top: 8px;
    padding: 8px 10px;
}

.direct-capacity-quantity .form-control {
    min-height: 38px;
    padding-block: .42rem;
}

.direct-capacity-quantity-help {
    color: #1d4ed8;
    font-size: .82rem;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .direct-capacity-quantity {
        grid-template-columns: 1fr;
    }
}

.direct-slot-info-badge.is-booked,
.direct-slot-info-badge.is-payment_pending,
.direct-slot-info-badge.is-otp_pending {
    background: #fff7e8;
    border-color: #f4c36b;
    color: #8a5200;
}

.direct-slot-info-badge.is-blocked,
.direct-slot-info-badge.is-disabled,
.direct-slot-info-badge.is-past {
    background: #f8d7da;
    border-color: #efadb5;
    color: #842029;
}

@media (max-width: 575.98px) {
    .direct-booking-slot-field .form-label-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .direct-booking-slot-field .form-label-row .ms-auto {
        flex-flow: row wrap !important;
        margin-left: 0 !important;
        min-width: 0;
        width: 100%;
    }

    .direct-booking-slot-field .field-inline-help {
        border-radius: 6px;
        flex: 1 0 100%;
        line-height: 1.35;
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .direct-booking-slot-field .form-label-row button {
        flex: 0 0 34px;
        width: 34px !important;
    }

    .direct-slot-selected-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .direct-slot-selected-badges {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .direct-booking-slot-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 359.98px) {
    .direct-booking-slot-cards {
        grid-template-columns: 1fr;
    }
}

textarea.form-control {
    min-height: 104px;
    resize: vertical;
}

.form-text {
    color: #6c7771;
    font-size: .82rem;
    margin-top: 6px;
}

.account-turf-field-required .form-label {
    color: #842029;
}

.account-create-form {
    align-items: flex-start !important;
    margin-top: 0;
}

.account-create-form #accountUsernameHelp {
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 100%;
    white-space: normal;
}

.account-password-group {
    display: block;
    position: relative;
}

.account-password-group .form-control {
    min-width: 0;
    padding-right: 3rem;
}

.account-password-group.has-generate .form-control {
    padding-right: 5.75rem;
}

.account-password-group .password-generate-btn,
.account-password-group .password-visibility-btn {
    align-items: center;
    background: rgba(53,153,87,.10);
    border: 1px solid rgba(53,153,87,.20);
    border-radius: 8px;
    color: var(--field-dark);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
    width: 36px;
}

.account-password-group .password-generate-btn {
    right: 6px;
}

.account-password-group .password-visibility-btn {
    background: rgba(29,33,70,.05);
    border-color: rgba(29,33,70,.10);
    color: #51635b;
    right: 6px;
}

.account-password-group.has-generate .password-generate-btn {
    right: 48px;
}

.account-password-group .password-generate-btn:hover,
.account-password-group .password-generate-btn:focus,
.account-password-group .password-visibility-btn:hover,
.account-password-group .password-visibility-btn:focus {
    background: rgba(53,153,87,.18);
    border-color: rgba(53,153,87,.34);
    color: var(--field-dark);
    outline: 0;
}

.account-password-group .password-generate-btn:focus-visible,
.account-password-group .password-visibility-btn:focus-visible {
    box-shadow: 0 0 0 .18rem rgba(53,153,87,.18);
}

.account-password-group .password-generate-btn svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.account-password-group .password-visibility-btn i {
    line-height: 1;
}

.account-password-group-sm .password-visibility-btn,
.account-password-group-sm .password-generate-btn {
    border-radius: 7px;
    height: 28px;
    right: 4px;
    width: 28px;
}

.booking-actions {
    display: grid;
    gap: 8px;
}

.booking-actions .btn {
    font-weight: 700;
    min-height: 48px;
}

.booking-submit-guard {
    cursor: not-allowed;
    display: grid;
}

.booking-submit-guard .btn:disabled {
    background: #e6f1ea;
    border-color: #c9ddd0;
    color: #63806e;
    pointer-events: none;
    opacity: 1;
}

.payment-instruction-box {
    background: linear-gradient(135deg, #f3fbf6, #ffffff);
    border-color: rgba(53,153,87,.32);
    box-shadow: 0 14px 30px rgba(53,153,87,.10), inset 4px 0 0 var(--field);
}

.payment-instruction-title {
    color: var(--field-dark);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}

.payment-instruction-steps {
    display: grid;
    gap: 10px;
}

.payment-instruction-step {
    align-items: flex-start;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    padding: 11px;
}

.payment-instruction-number {
    align-items: center;
    background: var(--field);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: .82rem;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
}

.payment-instruction-step-body {
    color: #334a3d;
    min-width: 0;
}

.payment-instruction-step-body span,
.payment-instruction-step-body strong,
.payment-instruction-step-body small {
    display: block;
}

.payment-instruction-step-body > span {
    color: #607067;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.payment-instruction-step-body > strong {
    color: #173f29;
    font-size: 1.05rem;
    line-height: 1.25;
}

.payment-instruction-step-body > small {
    color: #8a5b00;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
}

.payment-instruction-wallets {
    display: grid;
    gap: 6px;
}

.payment-instruction-wallet {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.payment-instruction-wallet span {
    background: #e9f9ee;
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 999px;
    color: var(--field-dark);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px 8px;
}

.payment-instruction-wallet strong {
    color: #173f29;
    font-size: 1.02rem;
    letter-spacing: .01em;
}

.tournament-registration-card {
    margin-top: 6px;
}

.public-tournament-selected-card {
    background: linear-gradient(135deg, rgba(53,153,87,.09), rgba(255,255,255,.96));
    border: 1px solid rgba(53,153,87,.2);
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 12px;
}

.public-tournament-selected-card div {
    display: grid;
    gap: 3px;
}

.public-tournament-selected-card span {
    color: #607067;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.public-tournament-selected-card strong {
    color: var(--ink);
    font-size: .94rem;
    line-height: 1.3;
}

.public-tournament-rich-text {
    color: var(--ink);
    line-height: 1.55;
    margin: 0;
}

.public-tournament-rich-text ul,
.public-tournament-rich-text ol {
    margin: 8px 0 0 20px;
    padding: 0;
}

.public-tournament-video-box {
    overflow: hidden;
}

.public-tournament-video-frame {
    aspect-ratio: 16 / 9;
    background: #0f241b;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.public-tournament-video-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.public-tournament-registration-form .form-label {
    color: #173f29;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.public-tournament-registration-form .form-control,
.public-tournament-registration-form .form-select {
    min-height: 46px;
    width: 100%;
}

.public-tournament-registration-form .btn {
    white-space: normal;
}

.public-team-card-picker {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.public-team-card-option {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(53,153,87,.20);
    border-radius: 8px;
    color: #173f29;
    cursor: pointer;
    display: flex;
    gap: 9px;
    line-height: 1.25;
    min-height: 48px;
    padding: 10px 11px;
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.public-team-card-option input {
    appearance: none;
    background: #fff;
    border: 2px solid #b8d6c3;
    border-radius: 999px;
    flex: 0 0 16px;
    height: 16px;
    margin: 0;
    width: 16px;
}

.public-team-card-option span {
    font-size: .92rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.public-team-card-name {
    flex: 1 1 auto;
}

.public-team-card-status {
    background: #ecf8f1;
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 999px;
    color: var(--field-dark);
    flex: 0 0 auto;
    font-size: .72rem !important;
    line-height: 1.15;
    padding: 4px 7px;
}

.public-team-card-option:hover {
    background: #f2fbf5;
    border-color: rgba(53,153,87,.42);
}

.public-team-card-option.active,
.public-team-card-option:has(input:checked) {
    background: var(--field);
    border-color: var(--field);
    box-shadow: 0 10px 22px rgba(53,153,87,.18);
    color: #fff;
}

.public-team-card-option.active input,
.public-team-card-option:has(input:checked) input {
    background: #fff;
    border-color: #fff;
    box-shadow: inset 0 0 0 4px var(--field);
}

.public-team-card-option:has(input:disabled) {
    cursor: not-allowed;
    opacity: .58;
}

.public-team-card-option.is-unavailable .public-team-card-status,
.public-team-card-option:has(input:disabled) .public-team-card-status {
    background: #f1f4f2;
    border-color: #d8e0dc;
    color: #718078;
}

.public-tournament-payment-card {
    background: #f7fcf9;
    box-shadow: none;
    margin: 0;
    padding: 14px;
}

.public-sidebar-payment-card {
    background: linear-gradient(180deg, #f8fcf9, #eef8f2);
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 10px;
    box-shadow: inset 4px 0 0 rgba(53,153,87,.18);
    display: grid;
    gap: 11px;
    padding: 12px;
}

.public-sidebar-payment-subtitle {
    color: #607067;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.25;
}

.public-sidebar-payment-fee {
    background: #fff;
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 999px;
    color: var(--field-dark);
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.15;
    padding: 6px 10px;
    text-align: right;
    white-space: nowrap;
}

.public-sidebar-payment-card .selected-wallet-number {
    margin-top: 8px;
}

.public-sidebar-payment-card .selected-wallet-number > span {
    max-width: 100%;
}

.public-tournament-wallets {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(53,153,87,.16);
    border-radius: 8px;
    padding: 10px;
}

.public-tournament-otp-panel {
    background: #f4fbf7;
    border: 1px solid #cfe9da;
    border-radius: 8px;
    padding: 12px;
}

.public-tournament-otp-panel.is-verified {
    background: #e9f8ef;
    border-color: #9bd5ad;
}

.public-tournament-otp-panel.is-error {
    background: #fff7ed;
    border-color: #fdba74;
}

.public-tournament-otp-message {
    color: #52645b;
    font-size: .92rem;
    margin-top: 2px;
}

.public-tournament-success {
    align-items: flex-start;
    background: #ecf9f0;
    border: 1px solid #a9ddb8;
    border-radius: 10px;
    color: #173f29;
    display: flex;
    gap: 12px;
    padding: 14px;
}

.public-tournament-success .success-mark {
    align-items: center;
    background: #2f9d58;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
}

.public-tournament-success-grid {
    color: #49645a;
    display: grid;
    gap: 3px;
    margin-top: 8px;
}

.tournament-payment-history {
    display: grid;
    gap: 8px;
}

.tournament-payment-mini-card {
    background: #f8fcfa;
    border: 1px solid #dcefe4;
    border-radius: 8px;
    padding: 9px;
}

.public-tournament-grid {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.public-tournament-section {
    box-shadow: inset 4px 0 0 rgba(53,153,87,.2), 0 12px 28px rgba(20,67,43,.05);
    min-width: 0;
}

.public-tournament-section .table-responsive {
    min-width: 0;
}

.count-pill {
    align-items: center;
    background: #e8f7ee;
    border: 1px solid rgba(53,153,87,.2);
    border-radius: 999px;
    color: #173f29;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-width: 34px;
    padding: 5px 11px;
}

.public-team-list,
.public-fixture-list,
.public-round-list {
    display: grid;
    gap: 10px;
}

.public-team-card,
.public-fixture-card {
    background: #fff;
    border: 1px solid rgba(53,153,87,.18);
    border-radius: 8px;
    padding: 12px;
}

.public-team-card {
    display: grid;
    gap: 9px;
}

.public-team-main {
    display: grid;
    gap: 2px;
}

.public-team-main strong {
    color: #132318;
    font-size: 1rem;
    line-height: 1.25;
}

.public-team-main span,
.public-team-meta,
.public-fixture-meta {
    color: #62736a;
    font-size: .88rem;
}

.public-team-badges,
.public-team-meta,
.public-fixture-head,
.public-fixture-meta,
.public-fixture-result {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.public-fixture-head {
    justify-content: space-between;
}

.public-fixture-head strong,
.public-round-title {
    color: #132318;
    font-weight: 700;
}

.public-round-block {
    display: grid;
    gap: 8px;
}

.public-round-title {
    background: #edf8f1;
    border: 1px solid rgba(53,153,87,.2);
    border-radius: 8px;
    padding: 7px 10px;
}

.public-match-sides {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin-top: 10px;
}

.public-match-team {
    background: #f6fbf8;
    border: 1px solid rgba(53,153,87,.15);
    border-radius: 8px;
    color: #173f29;
    font-weight: 700;
    min-width: 0;
    padding: 8px 9px;
}

.public-match-team:last-child {
    text-align: right;
}

.public-match-team.is-winner {
    background: #dff7e7;
    border-color: rgba(53,153,87,.45);
}

.public-match-vs {
    color: #7a8a82;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.public-fixture-meta,
.public-fixture-result {
    margin-top: 9px;
}

.public-fixture-result {
    color: #173f29;
}

.public-standings-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 640px;
}

.public-standings-table th {
    color: #52665b;
    font-size: .78rem;
    text-transform: uppercase;
}

.public-standings-table td,
.public-standings-table th {
    border-bottom-color: #e3efe8;
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .public-team-badges,
    .public-team-meta,
    .public-fixture-head,
    .public-fixture-meta,
    .public-fixture-result {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-match-sides {
        grid-template-columns: 1fr;
    }

    .public-match-team:last-child {
        text-align: left;
    }

    .public-match-vs {
        justify-self: start;
    }
}

.booking-success {
    align-items: flex-start;
    background: linear-gradient(135deg, #e9f9ee, #ffffff);
    border: 1px solid rgba(53,153,87,.32);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(53,153,87,.16);
    color: #183f2a;
    display: flex;
    gap: 14px;
    margin-top: 16px;
    padding: 18px;
}

.booking-success.d-none {
    display: none !important;
}

.success-mark {
    align-items: center;
    background: var(--field);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 1.25rem;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 1;
}

.success-title {
    color: var(--field-dark);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
}

.success-copy {
    color: #334a3d;
    margin-top: 3px;
}

.success-meta {
    color: #607067;
    font-size: .9rem;
    margin-top: 8px;
}

.success-amount-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin-bottom: 10px;
}

.success-amount-pill {
    background: #ffffff;
    border: 1px solid rgba(53,153,87,.20);
    border-radius: 8px;
    padding: 10px 11px;
}

.success-amount-pill span,
.success-amount-pill strong {
    display: block;
}

.success-amount-pill span {
    color: #607067;
    font-size: .78rem;
    font-weight: 700;
}

.success-amount-pill strong {
    color: #183f2a;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 2px;
}

.success-amount-pill.is-due {
    background: #fff8e8;
    border-color: #f1c96c;
}

.success-amount-pill.is-due strong {
    color: #9a5a00;
}

.success-amount-pill.is-clear {
    background: #ecfdf3;
}

.success-meta-line + .success-meta-line {
    margin-top: 3px;
}

.credit-warning-strip {
    align-items: center;
    background: #fff8e1;
    border: 1px solid #f2d27b;
    border-radius: 8px;
    color: #6b4b00;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 16px;
}

.metric-label {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.metric-help {
    align-items: center;
    background: rgba(53,153,87,.10);
    border: 1px solid rgba(53,153,87,.20);
    border-radius: 999px;
    color: var(--field-dark);
    cursor: help;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

@keyframes customerPulse {
    0% { transform: translateY(0); }
    35% { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(53,153,87,.24), inset 4px 0 0 var(--field); }
    100% { transform: translateY(0); }
}

@keyframes bookingFeeFlash {
    0% {
        background: rgba(53,153,87,.12);
        border-color: rgba(53,153,87,.24);
        box-shadow: none;
        transform: scale(1);
    }
    35% {
        background: #fff3cd;
        border-color: #e88700;
        box-shadow: 0 12px 28px rgba(232,135,0,.22);
        color: #704900;
        transform: scale(1.02);
    }
    100% {
        background: rgba(53,153,87,.12);
        border-color: rgba(53,153,87,.24);
        box-shadow: none;
        transform: scale(1);
    }
}

/* Source: assets/css/src/shared/forms.css */
.admin-panel.row {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    row-gap: 16px;
}

.admin-panel.row > [class*="col-"] {
    min-width: 0;
}

.admin-panel.row > .admin-form-action-col {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
}

.admin-panel.row > .admin-form-action-col .btn {
    white-space: nowrap;
}

.admin-panel.row > .accessory-create-action {
    align-items: flex-start;
    padding-top: 30px;
}

.admin-panel .row {
    --bs-gutter-x: .95rem;
    --bs-gutter-y: 1rem;
    align-items: flex-start;
}

.admin-panel .form-label,
.toolbar-card .form-label {
    color: #31463b;
    font-size: .82rem;
    letter-spacing: .01em;
    margin-bottom: 6px;
}

.admin-panel .form-control,
.admin-panel .form-select,
.toolbar-card .form-control,
.toolbar-card .form-select {
    background-color: #fbfdfb;
    width: 100%;
}

.amount-input-group {
    flex-wrap: nowrap;
    min-width: 0;
}

.admin-panel .amount-input-group > .form-control,
.toolbar-card .amount-input-group > .form-control {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
}

.amount-input-group > .input-group-text {
    flex: 0 0 auto;
    white-space: nowrap;
}

.turf-qr-panel {
    overflow: hidden;
}

.turf-qr-preview {
    width: min(100%, 220px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 14px;
    border: 1px solid rgba(36, 122, 67, .18);
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 6px #f6faf8;
}

.turf-qr-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.turf-qr-turf-select {
    max-width: 420px;
}

.turf-qr-downloads {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px 14px;
}

.turf-qr-download-group {
    display: grid;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(36, 122, 67, .14);
    border-radius: 10px;
    background: #fbfdfb;
}

.toolbar-card {
    align-items: flex-start !important;
    row-gap: 12px !important;
}

.toolbar-card > div {
    flex: 1 1 190px;
    min-width: min(100%, 190px);
}

.toolbar-card .btn {
    white-space: nowrap;
}

.past-discount-filter-toolbar .past-discount-per-page {
    flex: 0 1 130px;
    min-width: 110px;
}

.past-discount-filter-toolbar .past-discount-filter-actions {
    align-self: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 0;
    width: auto;
}

@media (max-width: 575.98px) {
    .past-discount-filter-toolbar .past-discount-per-page,
    .past-discount-filter-toolbar .past-discount-filter-actions {
        flex: 1 1 100%;
        margin-left: 0;
        width: 100%;
    }

    .past-discount-filter-toolbar .past-discount-filter-actions > * {
        flex: 1 1 auto;
    }
}

.block-filter-toolbar {
    align-items: flex-end !important;
    gap: 12px 14px !important;
    margin-bottom: 1rem !important;
}

.block-filter-toolbar > div {
    min-width: 0;
}

.block-filter-toolbar .block-filter-type {
    flex: 0 1 340px;
    max-width: 100%;
}

.block-filter-toolbar .block-filter-action {
    flex: 0 0 auto;
}

.block-filter-toolbar .btn {
    min-height: 44px;
    min-width: 96px;
}

.block-create-form {
    margin-top: 1rem !important;
}

.permanent-block-panel {
    border-color: rgba(234, 88, 12, .16);
    box-shadow: 0 16px 34px rgba(15, 44, 31, .06);
}

.permanent-block-form {
    background: #fff8ed;
    border: 1px solid rgba(234, 88, 12, .14);
    border-radius: 14px;
    margin: 0;
    padding: 14px;
}

.permanent-block-table .table {
    margin-bottom: 0;
}

.block-date-field {
    flex-wrap: nowrap;
    position: relative;
}

/* Source: assets/css/src/shared/wallet-accounts.css */
.wallet-account-row {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 128px;
}

.wallet-account-row-sm {
    grid-template-columns: minmax(0, 1fr) 116px;
}

.wallet-account-row .form-control,
.wallet-account-row .form-select {
    min-width: 0;
}

/* Source: assets/css/src/shared/accessories.css */
.booking-accessory-list {
    display: grid;
    gap: 10px;
}

.booking-accessory-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.booking-accessory-picker {
    background: #f7fbf8;
    border: 1px solid rgba(53, 153, 87, .14);
    border-radius: 12px;
    padding: 12px;
}

.booking-accessory-picker .form-label {
    color: #173528;
    margin-bottom: 10px !important;
}

.booking-accessory-picker .row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: .75rem;
}

.booking-accessory-picker .row > [class*="col-"] {
    display: flex;
}

.accessory-qty-card,
.booking-accessory-option {
    align-items: center;
    background: #f8fbf8;
    border: 1px solid rgba(53, 153, 87, .18);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 11px 12px;
}

.accessory-thumb,
.accessory-photo-preview {
    background: #ffffff;
    border: 1px solid rgba(53, 153, 87, .18);
    border-radius: 10px;
    flex: 0 0 auto;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.accessory-thumb-empty,
.accessory-photo-empty {
    align-items: center;
    color: #6d8175;
    display: inline-flex;
    justify-content: center;
}

.accessory-thumb-empty::before,
.accessory-photo-empty::before {
    content: "\26BD";
    font-size: 1.1rem;
}

.accessory-photo-admin {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 220px;
}

.accessory-photo-admin .form-control {
    min-width: 150px;
}

.accessory-qty-card {
    cursor: pointer;
    flex: 1 1 auto;
    min-height: 68px;
    width: 100%;
}

.booking-accessory-option {
    cursor: pointer;
    min-height: 68px;
    width: 100%;
}

.accessory-qty-card > span {
    flex: 1 1 auto;
    min-width: 0;
}

.booking-accessory-option > span:not(.accessory-thumb) {
    flex: 1 1 auto;
    min-width: 0;
}

.accessory-qty-card:hover,
.booking-accessory-option:hover {
    border-color: rgba(53, 153, 87, .36);
}

.accessory-qty-card .form-control,
.booking-accessory-option .form-control {
    flex: 0 0 82px;
    max-width: 82px;
    text-align: center;
}

.booking-accessory-option .form-control {
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.accessory-qty-card strong,
.booking-accessory-option strong {
    color: #173528;
    display: block;
    font-size: .96rem;
    line-height: 1.2;
}

.accessory-qty-card small,
.booking-accessory-option small {
    color: #64756c;
    display: block;
    font-weight: 700;
    margin-top: 2px;
}

.booking-service-picker {
    border-top: 1px solid #dce3df;
    padding-top: 12px;
}

.service-option {
    border-radius: 8px;
    background: #fff;
    height: 100%;
    overflow-wrap: anywhere;
}

.service-option:has(input:checked) {
    border-color: #359957;
    background: #f1f8f3;
}

.service-option:focus-within {
    outline: 2px solid #359957;
    outline-offset: 2px;
}

.service-option .form-check-input {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0;
}

.service-option .service-description {
    font-weight: 400;
    white-space: pre-line;
}

.accessory-create-form {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: 18px 20px;
    padding: 20px;
}

.accessory-create-form > div {
    grid-column: 1 / -1;
    min-width: 0;
}

.accessory-create-form > .accessory-create-type,
.accessory-create-form > .accessory-create-price {
    grid-column: span 3;
}

.accessory-create-form > .accessory-create-name,
.accessory-create-form > .accessory-create-resource,
.accessory-create-form > .accessory-create-unit {
    grid-column: span 6;
}

.accessory-create-form .form-label,
.service-catalog-fields .form-label {
    display: block;
    font-size: .82rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 6px;
}

.accessory-create-form .form-control,
.accessory-create-form .form-select,
.service-catalog-fields .form-control,
.service-catalog-fields .form-select {
    min-width: 0;
    width: 100%;
}

.accessory-create-form .form-text,
.service-catalog-fields .form-text {
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.accessory-photo-upload {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 8px 20px;
}

.accessory-photo-upload .form-text {
    margin: 0;
}

.accessory-create-service-options,
.accessory-create-action {
    border-top: 1px solid #dce3df;
    padding-top: 18px;
}

.accessory-create-action {
    display: flex;
    justify-content: flex-end;
}

.accessory-create-action .btn {
    min-width: 120px;
}

.service-catalog-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px 24px;
    min-width: 0;
}

.service-catalog-fields > div,
.service-catalog-fields fieldset {
    min-width: 0;
}

.service-catalog-channels,
.service-resource-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 8px;
}

.service-catalog-fields .form-check {
    min-width: 0;
    margin: 0;
}

.service-resource-options {
    max-height: 160px;
    overflow-y: auto;
}

.service-catalog-scope {
    display: grid;
    gap: 16px;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.service-catalog-options summary {
    color: #28643d;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 600;
    padding: 6px 0;
}

.service-catalog-options[open] {
    padding-bottom: 12px;
}

.accessory-catalog-table .form-label {
    display: block;
}

.accessory-catalog-table .accessory-photo-admin {
    flex-wrap: wrap;
    min-width: 180px;
}

.accessory-catalog-table .accessory-photo-admin .form-text {
    flex: 1 0 100%;
}

.service-catalog-fields .form-check,
.service-catalog-fields .form-label {
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.accessory-catalog-table td {
    vertical-align: top;
}

@media (max-width: 767.98px) {
    .accessory-create-form {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding: 16px;
    }

    .accessory-create-form > [class] {
        grid-column: 1 / -1;
    }

    .accessory-photo-upload {
        grid-template-columns: minmax(0, 1fr);
    }

    .accessory-create-action .btn {
        width: 100%;
    }

    .service-catalog-fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .service-catalog-scope {
        grid-column: auto;
        grid-row: auto;
    }

    .accessory-catalog-table,
    .accessory-catalog-table tbody,
    .accessory-catalog-table tr,
    .accessory-catalog-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .accessory-catalog-table thead {
        display: none;
    }

    .accessory-catalog-table tbody tr {
        border-bottom: 1px solid #dce3df;
        padding: 12px 0;
    }

    .accessory-catalog-table td {
        border: 0;
    }

    .accessory-catalog-table td::before {
        content: attr(data-label);
        display: block;
        font-size: .8rem;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .accessory-catalog-table td.is-service-hidden {
        display: none;
    }

    .accessory-catalog-table td:not([data-label])::before {
        display: none;
    }

    .accessory-catalog-table .accessory-photo-admin {
        min-width: 0;
        flex-wrap: wrap;
    }
}

/* Source: assets/css/src/shared/discount-controls.css */
.admin-panel .form-check-label,
.admin-panel .form-check {
    color: #334a3d;
    font-weight: 700;
}

.turf-create-toggle-col {
    align-self: flex-end;
}

.turf-create-toggle-col .form-check {
    width: 100%;
}

.discount-toggle-cell {
    align-items: flex-end;
    align-self: flex-start;
    display: flex;
    min-height: 73px;
    padding-top: 0;
}

.admin-panel .discount-icon-btn {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 42px;
}

.admin-panel .discount-icon-btn.has-value,
.admin-panel .discount-icon-btn.is-expanded {
    background: rgba(53,153,87,.12);
    border-color: rgba(53,153,87,.42);
    color: var(--field-dark);
}

.discount-field {
    min-width: min(100%, 220px);
}

/* Source: assets/css/src/shared/file-inputs.css */
.form-control[type="file"] {
    padding-bottom: .52rem;
    padding-top: .52rem;
}

/* Source: assets/css/src/shared/buttons-and-status.css */
.table td:last-child .btn,
.table td:last-child form {
    margin-bottom: 4px;
}

.table td:last-child .slot-row-actions .btn,
.table td:last-child .slot-row-actions form {
    margin-bottom: 0 !important;
}

.admin-panel .btn,
.toolbar-card .btn {
    font-weight: 700;
    min-height: 42px;
}

.btn-primary {
    --bs-btn-bg: var(--field);
    --bs-btn-border-color: var(--field);
    --bs-btn-hover-bg: var(--field-dark);
    --bs-btn-hover-border-color: var(--field-dark);
}

.btn-warning {
    --bs-btn-bg: var(--accent);
    --bs-btn-border-color: var(--accent);
}

.table thead th {
    color: #607067;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.status-badge {
    border-radius: 999px;
    padding: .35rem .6rem;
    font-weight: 700;
    font-size: .78rem;
}

/* Source: assets/css/src/shared/programs.css */
/* Training programs */
.public-program-type {
    color: #315b8a;
    display: block;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 3px;
    text-transform: uppercase;
}

.public-program-summary {
    background: #f2f6fb;
    border-bottom: 1px solid #dbe5f0;
    color: #31506d;
    display: grid;
    font-size: .72rem;
    font-weight: 750;
    gap: 5px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    line-height: 1.3;
    padding: 9px 12px;
}

.public-program-summary span:last-child {
    color: #5c6470;
    grid-column: 1 / -1;
}

.public-program-schedule-line .public-package-line-index {
    background: #eef3f9;
    border-color: #d8e2ed;
    color: #315b8a;
}

#trainingProgramStage {
    background: #eef5fb;
    border: 1px solid #cbddeb;
    border-left: 4px solid #315b8a;
    border-radius: 8px;
    padding: 14px;
}

#trainingProgramStage .form-stage-title {
    color: #1f425f;
}

#programSeatsRemaining {
    color: #315b8a;
    font-weight: 750;
}

#programParticipantNameList {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.program-participant-name-field {
    min-width: 0;
}

.program-participant-name-field .form-label {
    font-size: .78rem;
    font-weight: 700;
}

.training-program-form,
.training-program-overview,
.program-admission-panel {
    border-left: 4px solid #315b8a;
}

.training-program-form-head,
.training-program-title-row,
.program-section-head,
.program-slot-picker-head,
.training-program-card-head,
.training-program-card-actions,
.program-managed-session-actions {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.training-program-form-head {
    border-bottom: 1px solid #e0e8ee;
    padding-bottom: 14px;
}

.program-number-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-number-grid > div,
.training-program-workspace > *,
.training-program-card,
.training-program-overview-main {
    min-width: 0;
}

.program-price-preview {
    background: #f7f4ec;
    border: 1px solid #e7dcc4;
    border-radius: 7px;
    color: #665b46;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 10px 12px;
    width: 100%;
}

.program-price-preview strong {
    color: #183f2a;
}

.program-price-preview s {
    color: #7c7060;
    font-weight: 600;
    margin-right: 6px;
}

.program-lifecycle-settings {
    border: 1px solid #d9e3ea;
    border-radius: 8px;
    overflow: hidden;
}

.program-lifecycle-settings-head {
    background: #eef3f8;
    border-bottom: 1px solid #d9e3ea;
    display: grid;
    gap: 2px;
    padding: 11px 13px;
}

.program-lifecycle-settings-head span,
.program-lifecycle-setting small {
    color: #65747d;
    font-size: .76rem;
}

.program-lifecycle-setting-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program-lifecycle-setting {
    align-items: center;
    border-bottom: 1px solid #e3e9ed;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    padding: 11px 13px;
}

.program-lifecycle-setting:nth-child(odd) {
    border-right: 1px solid #e3e9ed;
}

.program-lifecycle-setting > span:first-child {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.program-lifecycle-setting .form-check-input {
    height: 1.15rem;
    margin: 0;
    width: 2.1rem;
}

.program-reminder-setting {
    border-bottom: 1px solid #e3e9ed;
    grid-column: 1 / -1;
    padding: 12px 13px 13px;
}

.program-reminder-setting-head {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 10px;
}

.program-reminder-setting-head > span:first-child {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.program-reminder-setting-head small,
.program-reminder-channel small,
.program-notification-history-table small {
    color: #65747d;
    display: block;
    font-size: .76rem;
    line-height: 1.35;
}

.program-reminder-setting-head .program-lifecycle-number {
    grid-column: auto;
}

.program-reminder-channel-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-reminder-channel {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #dde6eb;
    border-radius: 7px;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    padding: 10px;
}

.program-reminder-channel > span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.program-reminder-channel .form-check-input {
    height: 1.15rem;
    margin: 0;
    width: 2.1rem;
}

.program-notification-history-table td > small {
    margin-top: 3px;
}

.program-lifecycle-number {
    align-items: center;
    display: flex;
    gap: 7px;
    grid-column: 1 / -1;
}

.program-lifecycle-number .form-control {
    flex: 0 0 76px;
}

.program-slot-picker-head {
    align-items: center;
    margin-bottom: 10px;
}

.program-slot-picker {
    border: 1px solid #dce6ec;
    border-radius: 8px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 420px;
    overflow: auto;
}

.program-slot-option {
    background: #fff;
    border-bottom: 1px solid #e4ebef;
    display: grid;
    gap: 0;
    min-width: 0;
}

.program-slot-option:nth-child(odd) {
    border-right: 1px solid #e4ebef;
}

.program-slot-option.is-selected {
    background: #edf7f1;
}

.program-slot-option-main {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 9px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-width: 0;
    padding: 10px 12px 8px;
}

.program-slot-option-main > span:nth-child(2) {
    display: grid;
    min-width: 0;
}

.program-slot-option strong,
.program-slot-option small {
    overflow-wrap: anywhere;
}

.program-slot-option small {
    color: #65756d;
}

.program-slot-day-picker {
    border: 0;
    border-top: 1px solid #e4ebef;
    margin: 0 12px;
    min-width: 0;
    padding: 7px 0 9px;
}

.program-slot-day-picker legend {
    color: #53676f;
    float: left;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0 8px 0 0;
    width: auto;
}

.program-slot-day-picker > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.program-slot-day {
    align-items: center;
    background: #f7f9fa;
    border: 1px solid #d8e2e7;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 600;
    gap: 5px;
    min-height: 28px;
    padding: 3px 7px;
}

.program-slot-day .form-check-input {
    height: 0.9rem;
    margin: 0;
    width: 0.9rem;
}

.program-slot-option:not(.is-selected) .program-slot-day-picker {
    opacity: 0.55;
}

.program-form-schedule-preview {
    border-top: 1px solid #dbe5e9;
    padding-top: 14px;
}

.program-form-schedule-preview-head {
    align-items: start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.program-form-schedule-preview-head > div {
    min-width: 0;
}

.program-form-schedule-preview-head > strong {
    color: #244e36;
    font-size: 0.82rem;
    max-width: 55%;
    text-align: right;
}

.program-form-schedule-status {
    background: #f1f5f7;
    border-left: 3px solid #78909c;
    color: #43545d;
    font-size: 0.82rem;
    font-weight: 650;
    margin-top: 10px;
    padding: 8px 10px;
}

.program-form-schedule-status.is-warning {
    background: #fff8e6;
    border-left-color: #c68a18;
    color: #745315;
}

.program-form-schedule-status.is-danger {
    background: #fff0f0;
    border-left-color: #c74242;
    color: #7b2828;
}

.program-cohort-strip {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-cohort-item {
    background: #fff;
    border: 1px solid #dce5e1;
    border-radius: 8px;
    color: #253b30;
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 10px 12px;
    text-decoration: none;
}

.program-cohort-item:hover,
.program-cohort-item.is-active {
    background: #edf7f1;
    border-color: #7eaa91;
    color: #183f2a;
}

.program-cohort-item span,
.program-cohort-item small {
    overflow-wrap: anywhere;
}

.program-cohort-item span {
    font-size: 0.78rem;
    font-weight: 700;
}

.program-cohort-item strong {
    font-size: 1.15rem;
}

.program-cohort-item small {
    color: #61736a;
    font-size: 0.72rem;
}

.program-participant-filters {
    align-items: end;
    display: grid;
    gap: 9px;
    grid-template-columns: minmax(180px, 1.4fr) repeat(4, minmax(130px, 0.8fr)) auto;
}

.program-participant-filter-actions {
    display: flex;
    gap: 6px;
}

.program-participant-table td > strong,
.program-participant-table td > small,
.program-participant-detail td > small {
    display: block;
}

.program-participant-table td > small,
.program-participant-detail td > small {
    color: #687870;
    font-size: 0.74rem;
    margin-top: 2px;
}

.program-progress-cell {
    display: grid;
    gap: 5px;
    min-width: 110px;
}

.program-progress-cell > div {
    background: #e5ece8;
    border-radius: 5px;
    height: 6px;
    overflow: hidden;
}

.program-progress-cell > div > i {
    background: #2e7d4f;
    display: block;
    height: 100%;
}

.program-participant-detail-metrics {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.program-participant-detail-metrics > div {
    border-bottom: 1px solid #dfe8e3;
    display: grid;
    gap: 3px;
    padding: 8px 4px;
}

.program-participant-detail-metrics span {
    color: #67776f;
    font-size: 0.75rem;
    font-weight: 700;
}

.program-participant-detail-metrics strong {
    color: #213c2d;
    font-size: 1rem;
}

.program-participant-actions {
    border-bottom: 1px solid #dfe8e3;
    border-top: 1px solid #dfe8e3;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 0;
}

.program-participant-profile > summary {
    list-style: none;
}

.program-participant-profile > summary::-webkit-details-marker {
    display: none;
}

.program-participant-profile-form {
    border-bottom: 1px solid #dfe8e3;
    border-top: 1px solid #dfe8e3;
    padding: 12px 0;
}

.program-participant-actions form {
    align-items: end;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.program-participant-actions form:nth-child(2) {
    grid-template-columns: minmax(130px, 0.8fr) minmax(110px, 0.6fr) minmax(0, 1fr) auto;
}

.training-program-card-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.training-program-card {
    display: grid;
    gap: 12px;
}

.training-program-card-head > div {
    min-width: 0;
}

.training-program-card-head h2 {
    overflow-wrap: anywhere;
}

.training-program-card-head > div > span {
    color: #5f6f79;
    font-size: .8rem;
    font-weight: 700;
}

.training-program-card-price {
    align-items: baseline;
    background: #f2f6fb;
    border-left: 3px solid #315b8a;
    color: #536474;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 9px 11px;
}

.training-program-card-price strong {
    color: #183f2a;
    font-size: 1.15rem;
}

.training-program-card-price s {
    color: #76818a;
    font-size: .85rem;
}

.training-program-card-price span {
    font-size: .74rem;
    font-weight: 700;
}

.training-program-card-meta,
.training-program-metrics {
    display: grid;
    gap: 8px;
}

.training-program-card-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.training-program-card-meta span {
    align-items: center;
    border-bottom: 1px solid #e5ece8;
    color: #42584c;
    display: flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 7px;
    padding-bottom: 7px;
}

.training-program-card-meta i {
    color: #315b8a;
}

.training-program-card-rules,
.training-program-rule-list,
.program-session-preview-list,
.program-managed-session-list,
.program-attendance-grid {
    display: grid;
    gap: 8px;
}

.training-program-card-rules > div,
.training-program-rule-list > div {
    display: grid;
    gap: 2px;
}

.training-program-card-rules strong,
.training-program-card-rules span,
.training-program-rule-list strong,
.training-program-rule-list small {
    overflow-wrap: anywhere;
}

.training-program-card-rules strong,
.training-program-rule-list strong {
    color: #2d4437;
    font-size: .82rem;
}

.training-program-card-rules span,
.training-program-rule-list small {
    color: #687971;
    font-size: .76rem;
}

.training-program-card-actions {
    border-top: 1px solid #e5ece8;
    justify-content: flex-end;
    padding-top: 11px;
}

.training-program-overview {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
}

.training-program-metrics {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    margin-top: 16px;
}

.training-program-metrics > div {
    border-left: 2px solid #d9e5ed;
    display: grid;
    gap: 2px;
    padding-left: 9px;
}

.training-program-metrics span,
.training-program-metrics s {
    color: #65747d;
    font-size: .72rem;
    font-weight: 700;
}

.training-program-metrics strong {
    color: #183f2a;
    font-size: 1rem;
}

.program-dashboard-band {
    background: #172b3a;
    border-left: 4px solid #e3a72f;
    color: #fff;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: hidden;
}

.program-dashboard-band > div {
    background: #203847;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 11px 12px;
}

.program-dashboard-band span {
    color: #c8d5dc;
    font-size: .7rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.program-dashboard-band strong {
    color: #fff;
    font-size: .96rem;
    overflow-wrap: anywhere;
}

.training-program-rule-list {
    border-left: 1px solid #dde6eb;
    padding-left: 16px;
}

.training-program-rule-list > div {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
}

.training-program-rule-list i {
    color: #315b8a;
    margin-top: 2px;
}

.training-program-rule-list span {
    display: grid;
}

.training-program-workspace {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
}

.program-section-head {
    align-items: center;
}

.program-session-preview-list {
    margin-top: 12px;
    max-height: 390px;
    overflow: auto;
}

.program-session-preview-list > div {
    align-items: center;
    border-bottom: 1px solid #e4ebe7;
    display: grid;
    gap: 8px;
    grid-template-columns: 28px minmax(105px, .7fr) minmax(0, 1.3fr);
    padding: 7px 0;
}

.program-session-preview-list > div > span {
    align-items: center;
    background: #eef3f9;
    border-radius: 6px;
    color: #315b8a;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.program-session-preview-list small {
    color: #67776f;
}

.program-enrollment-table td > small,
.program-enrollment-table td > strong {
    display: block;
}

.program-enrollment-table td > small {
    color: #687870;
    font-size: .74rem;
    margin-top: 2px;
    max-width: 240px;
    overflow-wrap: anywhere;
}

.program-waitlist-table td > small,
.program-waitlist-table td > strong {
    display: block;
}

.program-waitlist-table td > small {
    color: #687870;
    font-size: .74rem;
    margin-top: 2px;
    max-width: 240px;
    overflow-wrap: anywhere;
}

.program-waitlist-actions,
.program-waitlist-update {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

.program-waitlist-update .form-select {
    min-width: 110px;
}

.program-waitlist-update .form-control {
    min-width: 150px;
}

.program-managed-session {
    align-items: center;
    border-bottom: 1px solid #e3ebe6;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 0;
}

.program-managed-session-main {
    display: grid;
    gap: 2px;
}

.program-managed-session-main span,
.program-managed-session-main small {
    color: #64756c;
    font-size: .8rem;
}

.program-reschedule-details {
    position: relative;
}

.program-reschedule-details > summary {
    list-style: none;
}

.program-reschedule-details > summary::-webkit-details-marker {
    display: none;
}

.program-reschedule-details > form {
    background: #fff;
    border: 1px solid #d7e2e9;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(24, 48, 36, .16);
    display: grid;
    gap: 8px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    width: min(310px, 82vw);
    z-index: 5;
}

.program-attendance-row {
    align-items: center;
    border-bottom: 1px solid #e4ebe7;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1fr) minmax(130px, .45fr) minmax(180px, .75fr);
    padding: 9px 0;
}

.program-attendance-row > div {
    display: grid;
}

.program-attendance-row small {
    color: #697971;
    font-size: .75rem;
}

@media (max-width: 991.98px) {
    .training-program-overview,
    .training-program-workspace {
        grid-template-columns: 1fr;
    }

    .training-program-rule-list {
        border-left: 0;
        border-top: 1px solid #dde6eb;
        padding-left: 0;
        padding-top: 14px;
    }

    .training-program-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-dashboard-band {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .program-cohort-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-participant-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .program-participant-filter-actions {
        grid-column: auto;
    }

    .program-participant-actions,
    .program-participant-actions form,
    .program-participant-actions form:nth-child(2) {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .training-program-card-grid,
    .program-slot-picker,
    .program-number-grid,
    .program-lifecycle-setting-grid {
        grid-template-columns: 1fr;
    }

    .program-lifecycle-setting:nth-child(odd) {
        border-right: 0;
    }

    .program-reminder-setting-head,
    .program-reminder-channel-grid {
        grid-template-columns: 1fr;
    }

    .program-reminder-setting-head .program-lifecycle-number {
        justify-content: space-between;
    }

    .program-dashboard-band {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-cohort-strip,
    .program-participant-filters,
    .program-participant-detail-metrics {
        grid-template-columns: 1fr;
    }

    .program-participant-filter-actions,
    .program-participant-filter-actions .btn {
        width: 100%;
    }

    .program-waitlist-actions,
    .program-waitlist-update {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .program-slot-option:nth-child(odd) {
        border-right: 0;
    }

    .program-slot-option-main {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .program-slot-option-main > .status-badge {
        grid-column: 2;
        justify-self: start;
    }

    .program-form-schedule-preview-head {
        flex-direction: column;
        gap: 6px;
    }

    .program-form-schedule-preview-head > strong {
        max-width: none;
        text-align: left;
    }

    .program-managed-session,
    .program-attendance-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .program-managed-session-actions,
    .program-managed-session-actions .btn {
        align-items: stretch;
        width: 100%;
    }

    .program-managed-session-actions > * {
        flex: 1 1 150px;
    }

    .program-reschedule-details > form {
        left: 0;
        right: auto;
    }
}

@media (max-width: 575.98px) {
    #programParticipantNameList,
    .public-program-summary,
    .training-program-card-meta,
    .training-program-metrics {
        grid-template-columns: 1fr;
    }

    .program-dashboard-band {
        grid-template-columns: 1fr;
    }

    .public-program-summary span:last-child {
        grid-column: auto;
    }

    .training-program-form-head,
    .training-program-title-row,
    .program-section-head,
    .program-slot-picker-head {
        align-items: stretch;
        flex-direction: column;
    }

    .program-session-preview-list > div {
        align-items: start;
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .program-session-preview-list small {
        grid-column: 2;
    }
}

/* Source: assets/css/src/shared/status-colors.css */
.status-pending_otp { background: #fff3cd; color: #8a6500; }
.status-pending { background: #fff3cd; color: #8a6500; }
.status-payment_pending { background: #dff3ff; color: #075985; }
.status-payment_verification { background: #ede9fe; color: #5b21b6; }
.status-checkout_created { background: #e0f2fe; color: #075985; }
.status-info { background: #e0f2fe; color: #075985; }
.status-blocked { background: #ffedd5; color: #9a3412; }
.status-confirmed { background: #d8f3dc; color: #166534; }
.status-active { background: #d8f3dc; color: #166534; }
.status-paused { background: #fff3cd; color: #795b00; }
.status-completed { background: #d9f3ee; color: #116357; }
.status-dropped { background: #f8d7da; color: #842029; }
.status-verified { background: #d8f3dc; color: #166534; }
.status-paid { background: #d8f3dc; color: #166534; }
.status-credit { background: #dcfce7; color: #166534; }
.status-debit { background: #fee2e2; color: #991b1b; }
.status-adjustment { background: #dbeafe; color: #1d4ed8; }
.status-amount_mismatch,
.status-expired,
.status-check_failed,
.status-failed,
.status-reversed,
.status-rejected,
.status-cancelled { background: #f8d7da; color: #842029; }

.section-title-with-icon {
    align-items: center;
    display: inline-flex;
    gap: .5rem;
}

.section-status-icon {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .78rem;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

.section-status-icon-paid {
    background: #d8f3dc;
    color: #166534;
}

/* Source: assets/css/src/auth/login.css */
.login-brand-block {
    text-align: center;
}

.login-brand-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: min(320px, 92%);
    width: 320px;
}

.login-support {
    color: var(--muted);
}

.login-support a {
    color: var(--field-dark);
    font-weight: 700;
    text-decoration: none;
}

.login-captcha-box {
    align-items: center;
    background: #f6faf8;
    border: 1px solid rgba(53,153,87,.22);
    border-radius: 8px;
    color: var(--field-dark);
    display: flex;
    font-size: 1.12rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 8px;
    min-height: 48px;
}

/* Source: assets/css/src/shared/responsive.css */
@media (max-width: 1199px) {
    .booking-card-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .health-channel-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .app-nav .container {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }

    .app-nav .navbar-brand {
        justify-content: flex-start;
        margin-right: 0;
        min-width: 0;
        width: auto;
    }

    .app-nav .landing-home-logo {
        height: 76px;
        margin-left: 0;
        margin-right: 0;
        max-width: min(230px, calc(100vw - 92px));
    }

    .public-menu-collapsible .public-nav-toggle {
        display: inline-flex;
    }

    .public-nav-actions {
        align-items: stretch;
        display: grid;
        flex-basis: 100%;
        gap: 9px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
        padding-top: 8px;
        transition: max-height .22s ease, opacity .18s ease, padding .18s ease, transform .18s ease;
        width: 100%;
    }

    .public-menu-collapsible .app-nav:not(.is-public-menu-open) .public-nav-actions {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        pointer-events: none;
        transform: translateY(-4px);
    }

    .public-menu-collapsible .app-nav.is-public-menu-open .public-nav-actions {
        background: rgba(255,255,255,.94);
        border: 1px solid rgba(53,153,87,.16);
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(29,33,70,.10);
        margin-top: 2px;
        max-height: 260px;
        opacity: 1;
        padding: 12px;
        pointer-events: auto;
        transform: translateY(0);
    }

    .public-nav-actions .language-switcher {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .public-nav-actions .public-support-link {
        border-radius: 8px;
        grid-column: 1 / -1;
        justify-content: center;
        min-height: 44px;
        width: 100%;
    }

    .public-nav-actions .public-home-btn,
    .public-nav-actions .public-management-btn {
        min-width: 0;
        white-space: normal;
        width: 100%;
    }

    .sidebar {
        min-height: auto;
        position: static;
        top: auto;
        z-index: auto;
        padding: 12px !important;
    }

    .management-sidebar-top {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 0 !important;
        width: 100%;
    }

    .management-nav-toggle {
        display: inline-flex;
    }

    .management-sidebar-panel {
        max-height: calc(100vh - 82px);
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        pointer-events: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        transform: translateY(0);
        transition: max-height .24s ease, opacity .18s ease, padding .18s ease, transform .18s ease;
    }

    .sidebar:not(.is-management-menu-open) .management-sidebar-panel {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        pointer-events: none;
        transform: translateY(-6px);
    }

    .sidebar a.management-brand-link {
        display: flex;
        justify-content: flex-start;
        min-width: 0;
        width: auto;
    }

    .sidebar .brand-wordmark {
        margin: 0 !important;
        width: min(222px, calc(100vw - 92px));
    }

    .sidebar-account {
        margin-bottom: 12px !important;
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .sidebar-menu-search {
        margin-bottom: 10px;
    }

    .sidebar-account-turf {
        justify-content: center;
    }

    .sidebar nav {
        align-items: stretch;
        display: grid !important;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        overflow-x: visible;
        padding-bottom: 0;
        width: 100%;
    }

    .sidebar nav.sidebar-nav {
        grid-template-columns: 1fr;
    }

    .sidebar nav.sidebar-nav .sidebar-nav-group {
        grid-column: 1 / -1;
        width: 100%;
    }

    .sidebar nav.sidebar-nav .sidebar-nav-group-toggle {
        min-height: 42px;
        padding: 10px 12px;
    }

    .sidebar nav.sidebar-nav .sidebar-nav-group-links {
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        padding: 6px;
    }

    .sidebar nav a,
    .sidebar nav .small {
        align-items: center;
        width: auto;
        display: flex;
        flex: 1 1 auto;
        max-width: 100%;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 999px;
        background: rgba(255,255,255,.08);
        color: rgba(255,255,255,.86);
        font-size: .86rem;
        font-weight: 700;
        justify-content: center;
        line-height: 1.1;
        min-height: 42px;
        padding: 9px 11px;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

    .sidebar nav > a {
        justify-content: center;
    }

    .sidebar nav.sidebar-nav .sidebar-nav-group-links a {
        justify-content: center;
    }

    .sidebar-nav-badge {
        margin-left: 6px;
    }

    .sidebar .sidebar-credit-balance {
        justify-content: center;
        justify-self: center;
        width: min(100%, 260px);
    }

    .sidebar nav a.active,
    .sidebar nav a:hover {
        background: #fff;
        border-color: #fff;
        color: var(--ink);
    }

    .sidebar nav .small {
        color: #d6f8de !important;
        background: rgba(36,122,67,.46);
    }

    .sidebar-support {
        align-items: center;
        display: flex;
        gap: 8px;
        margin-top: 10px !important;
        padding: 9px 11px;
    }

    .sidebar-support-label {
        font-size: .72rem;
    }

    .sidebar-support a {
        padding-top: 0;
        white-space: nowrap;
    }

    .cache-refresh-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .cache-refresh-button {
        width: 100%;
    }

    .health-volume-strip {
        justify-content: flex-start;
    }

    .health-gateway-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .health-login-grid {
        grid-template-columns: 1fr;
    }

    .health-retention-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-band {
        padding-top: 28px;
    }

    .landing-hero {
        min-height: 390px;
        margin-top: 18px;
        padding: 26px;
    }

    .landing-actions .btn {
        width: 100%;
    }

    .landing-hero .app-download-btn {
        justify-content: center;
        text-align: center;
    }

    .landing-feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-section-muted {
        padding: 18px;
    }

    .landing-section-heading,
    .landing-contact {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .landing-pricing,
    .landing-growth-grid,
    .landing-steps,
    .landing-faq-grid,
    .landing-split {
        grid-template-columns: 1fr;
    }

    .landing-pricing {
        padding: 20px;
    }

    .landing-pricing-grid {
        grid-template-columns: 1fr;
    }

    .onboarding-hero {
        align-items: stretch;
        grid-template-columns: 1fr;
        margin-top: 18px;
        padding: 26px;
    }

    .onboarding-hero-note {
        min-width: 0;
    }

    .onboarding-benefit-grid {
        grid-template-columns: 1fr;
    }

    .public-tournament-selected-card {
        grid-template-columns: 1fr;
    }

    .public-tournament-registration-form {
        --bs-gutter-y: .95rem;
    }

    .public-tournament-registration-form > [class*="col-"],
    .public-tournament-registration-form .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .public-tournament-registration-form .btn,
    .public-tournament-registration-form .btn-lg,
    .public-tournament-otp-panel .btn {
        width: 100%;
    }

    .public-tournament-otp-panel > .d-flex {
        align-items: stretch !important;
        flex-direction: column;
    }

    .public-tournament-payment-card {
        padding: 12px;
    }

    .onboarding-submit-row,
    .onboarding-success {
        align-items: stretch;
        flex-direction: column;
    }

    .onboarding-logo-field {
        align-items: stretch;
        flex-direction: column;
    }

    .onboarding-logo-preview {
        flex-basis: auto;
        width: 86px;
    }

    .onboarding-otp-mobile-row {
        align-items: stretch;
        flex-direction: column;
    }

    .onboarding-otp-mobile-row .btn,
    .onboarding-otp-panel .btn {
        border-radius: 8px !important;
        width: 100%;
    }

    .onboarding-otp-panel {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .onboarding-submit-row .btn {
        width: 100%;
    }

    .landing-contact-actions {
        justify-content: flex-start;
    }

    .landing-contact-actions > * {
        flex: 1 1 100%;
    }

    .landing-contact,
    .landing-contact .public-support-link,
    .landing-contact .app-download-link,
    .landing-address {
        text-align: left;
    }

    .landing-contact .public-support-link,
    .landing-contact .app-download-link,
    .landing-address {
        justify-content: flex-start;
    }

    .hero-identity {
        align-items: flex-start;
        gap: 12px;
    }

    .hero-identity-row {
        gap: 10px;
    }

    .public-hero-language-switcher a {
        padding: 6px 8px;
    }

    .hero-actions {
        align-items: flex-end;
        flex-direction: column;
        gap: 6px;
    }

    .public-booking-guide-button {
        min-height: 34px;
        padding: 4px 9px 4px 6px;
    }

    .public-booking-guide-icon {
        height: 24px;
        width: 24px;
    }

    .hero-phone-list {
        align-items: flex-end;
        flex-direction: column;
        gap: 5px;
        max-width: min(48vw, 190px);
    }

    .hero-phone-link {
        min-height: 34px;
        padding: 5px 9px 5px 7px;
    }

    .hero-phone-icon {
        height: 22px;
        width: 22px;
    }

    .hero-phone-number {
        font-size: .84rem;
    }

    .turf-hero-logo {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }

    .dashboard-main {
        padding: 16px !important;
    }

    .admin-panel,
    .toolbar-card {
        padding: 14px;
    }

    .admin-panel.row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 12px;
    }

    .admin-panel.row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .toolbar-card {
        align-items: stretch !important;
    }

    .toolbar-card > div,
    .toolbar-card .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .toolbar-card .turf-search-input,
    .toolbar-card .turf-sort-input,
    .turf-search-toolbar .turf-search-button,
    .turf-selector-combobox,
    .toolbar-card .booking-search-input,
    .booking-search-toolbar .booking-search-button,
    .toolbar-card .date-filter-input,
    .date-filter-toolbar .date-filter-button {
        flex: 1 1 100%;
        min-width: 0;
        width: 100%;
    }

    .current-turf-header {
        align-items: stretch;
        flex-direction: column;
        padding: 13px;
    }

    .current-turf-actions {
        justify-content: flex-start;
    }

    .current-turf-actions .btn {
        width: 100%;
    }

    .current-turf-name {
        white-space: normal;
    }

    .turf-account-list-panel {
        padding: 10px;
    }

    .turf-account-summary {
        align-items: stretch;
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .turf-account-summary-logo {
        height: 46px;
        width: 46px;
    }

    .turf-account-summary-meta {
        justify-content: flex-start;
    }

    .turf-account-summary-toggle {
        justify-self: flex-start;
    }

    .turf-account-body {
        padding: 12px;
    }

    .turf-account-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .turf-account-actions .btn,
    .turf-account-actions form {
        width: 100%;
    }

    .admin-panel .btn,
    .toolbar-card .btn {
        width: 100%;
    }

    .report-view-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .report-view-buttons {
        justify-content: stretch;
    }

    .report-view-buttons .btn {
        flex: 1 1 100%;
    }

    .booking-management-card {
        padding: 12px;
    }

    .booking-card-header {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .booking-card-badges {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .booking-card-body,
    .booking-card-money {
        grid-template-columns: 1fr;
    }

    .booking-card-actions {
        justify-content: stretch;
    }

    .booking-card-actions form,
    .booking-card-actions .btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .admin-panel .discount-toggle-cell {
        flex: 0 0 auto;
        max-width: max-content;
        width: auto;
    }

    .admin-panel .discount-icon-btn {
        flex: 0 0 42px;
        width: 42px;
    }

    .health-volume-strip {
        justify-content: flex-start;
    }

    .health-card-head {
        align-items: stretch;
        flex-direction: column;
    }

    .health-status-pill {
        align-self: flex-start;
    }

    .health-card-metrics,
    .health-queue-grid {
        grid-template-columns: 1fr;
    }

    .report-actions .report-email-form .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .report-email-actions .report-email-btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .admin-panel .d-flex.align-items-end,
    .admin-panel .d-flex.justify-content-end {
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    .admin-panel.row > .admin-form-action-col {
        align-items: stretch;
    }

    .admin-panel.row > .accessory-create-action {
        padding-top: 0;
    }

    .admin-panel .d-flex.gap-1,
    .admin-panel .d-flex.gap-2 {
        flex-wrap: wrap;
    }

    .admin-panel .form-check {
        width: 100%;
    }

    .admin-panel.table-responsive {
        overflow-x: visible;
        padding: 10px;
    }

    .slot-admin-table,
    .turf-admin-table,
    .account-admin-table,
    .slot-admin-table tbody,
    .turf-admin-table tbody,
    .account-admin-table tbody,
    .slot-admin-table tr,
    .turf-admin-table tr,
    .account-admin-table tr,
    .slot-admin-table td {
        display: block;
        width: 100%;
    }

    .turf-admin-table td,
    .account-admin-table td {
        display: block;
        width: 100%;
    }

    .slot-admin-table {
        border-collapse: separate;
        border-spacing: 0 12px;
        table-layout: auto;
    }

    .turf-admin-table,
    .account-admin-table {
        border-collapse: separate;
        border-spacing: 0 12px;
        min-width: 0;
        width: 100%;
    }

    .slot-admin-table thead,
    .turf-admin-table thead,
    .account-admin-table thead {
        display: none;
    }

    .slot-admin-table tbody tr,
    .turf-admin-table tbody tr,
    .account-admin-table tbody tr {
        background: #fff;
        border: 1px solid rgba(53,153,87,.14);
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(9,45,30,.06);
        margin-bottom: 12px;
        overflow: hidden;
        padding: 12px;
    }

    .slot-admin-table tbody td,
    .turf-admin-table tbody td,
    .account-admin-table tbody td {
        border: 0;
        padding: 9px 0;
    }

    .slot-admin-table tbody td::before,
    .turf-admin-table tbody td::before,
    .account-admin-table tbody td::before {
        color: #607067;
        content: attr(data-label);
        display: block;
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .05em;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .slot-admin-table tbody td:not([data-label])::before,
    .turf-admin-table tbody td:not([data-label])::before,
    .account-admin-table tbody td:not([data-label])::before {
        display: none;
    }

    .slot-admin-table tbody td:empty,
    .turf-admin-table tbody td:empty,
    .account-admin-table tbody td:empty {
        display: none;
    }

    .turf-admin-table .turf-compact-input,
    .account-admin-table .form-control,
    .account-admin-table .form-select {
        max-width: none;
        text-align: left;
        width: 100%;
    }

    .turf-admin-table .brand-mark {
        height: 36px;
        width: 36px;
    }

    .turf-admin-table input[type="file"] {
        font-size: .84rem;
    }

    .wallet-account-row,
    .wallet-account-row-sm {
        grid-template-columns: 1fr;
    }

    .turf-admin-table .form-check,
    .account-admin-table .form-check {
        align-items: center;
        background: #f6faf8;
        border: 1px solid rgba(53,153,87,.12);
        border-radius: 8px;
        display: flex;
        min-height: 38px;
        padding: 8px 10px;
    }

    .account-admin-table td[data-label="Active"] .form-check-input,
    .turf-admin-table td[data-label="Active"] .form-check-input,
    .account-admin-table td[data-label="সক্রিয়"] .form-check-input,
    .turf-admin-table td[data-label="সক্রিয়"] .form-check-input {
        margin-left: 0;
    }

    .row-action-cell {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
    }

    .turf-admin-table td[data-label] .btn,
    .account-admin-table td[data-label] .btn {
        margin: 0;
        width: 100%;
    }

    .turf-admin-table td[data-label] form,
    .account-admin-table td[data-label] form {
        display: block;
        margin: 0;
        width: 100%;
    }

    .turf-admin-table td[data-label] .turf-credit-add-form .btn {
        flex: 0 0 auto;
        width: auto;
    }

    .slot-admin-table .slot-time-inputs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .slot-admin-table .slot-duration-value {
        justify-content: flex-start;
        width: auto;
    }

    .slot-admin-table .slot-day-checks {
        gap: 6px !important;
    }

    .slot-admin-table .slot-day-checks .btn {
        min-height: 32px;
        padding: .36rem .58rem;
    }

    .slot-row-actions {
        gap: 8px;
    }

    .credit-warning-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-timeline-item {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-timeline-money {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        text-align: left !important;
        width: 100%;
    }

    .booking-timeline-money > div {
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .public-booking-tabs-section {
        gap: 10px;
        margin-bottom: 12px;
        padding: 10px;
    }

    .public-booking-main-tabs,
    .public-booking-resource-row,
    .public-resource-tab-list {
        width: 100%;
    }

    .public-booking-main-tab,
    .public-resource-tab {
        flex: 1 1 auto;
        min-height: 40px;
        white-space: normal;
    }

    .public-booking-main-tab.active::after {
        bottom: -7px;
        left: 12px;
        right: 12px;
    }

    .public-booking-resource-row {
        padding-left: 12px;
    }

    .public-booking-resource-row::before {
        height: 58%;
        top: 21%;
    }

    .public-tournament-date-row {
        align-items: stretch;
        padding: 10px;
    }

    .public-tournament-date-field {
        min-width: 0;
        width: 100%;
    }

    .public-tournament-sidebar {
        position: static;
    }

    .booking-panel {
        padding: 14px;
    }

    .booking-toolbar {
        padding: 12px;
    }

    .booking-toast {
        left: 14px;
        right: 14px;
        top: calc(env(safe-area-inset-top, 0px) + 70px);
        width: auto;
    }

    .date-stepper {
        --date-control-height: 42px;
        gap: 6px;
        grid-template-columns: var(--date-control-height) minmax(210px, 1fr) var(--date-control-height);
        max-width: 100%;
        width: 100%;
    }

    .date-display-text {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .booking-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .step-pill {
        text-align: center;
        padding: 8px;
    }

    .form-stage {
        padding: 14px;
    }

    .form-label {
        font-size: .84rem;
    }

    .form-control,
    .form-select {
        min-height: 46px;
    }

    .btn-lg {
        --bs-btn-padding-y: .65rem;
        --bs-btn-font-size: 1rem;
    }
}

/* Source: assets/css/src/shared/package-layout.css */
.package-booking-panel {
    background: linear-gradient(135deg, #f4fbf6, #fff);
    border-color: #cfe9d8;
}

.package-card-grid,
.package-items,
.package-item-list {
    display: grid;
    gap: 14px;
}

.package-card {
    display: grid;
    gap: 16px;
}

/* Source: assets/css/src/shared/package-cards.css */
.package-card {
    gap: 0;
}

.package-card-head,
.package-title-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.package-card-head > :first-child {
    flex: 1 1 300px;
    min-width: 0;
}

.package-card-slot-list {
    display: grid;
    gap: 4px;
    margin-top: 8px;
}

.package-card-slot-summary {
    align-items: center;
    color: #5b6c62;
    display: flex;
    flex-wrap: wrap;
    font-size: .86rem;
    gap: 5px;
    line-height: 1.35;
    min-width: 0;
}

.package-card-slot-summary .bi {
    color: #35704d;
    flex: 0 0 auto;
}

.package-card-slot-summary strong {
    color: #263d30;
    font-weight: 700;
}

.package-card-slot-summary strong + span::before,
.package-card-slot-summary span + span::before {
    color: #8a9a90;
    content: '\00b7';
    margin-right: 5px;
}

.package-card-slot-days {
    color: #66776d;
}

.package-card-side {
    align-items: flex-end;
    display: grid;
    flex: 1 1 420px;
    gap: 10px;
    justify-items: end;
    min-width: 0;
}

.package-summary-chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.package-summary-chips span,
.package-item-meta {
    background: #f3faf6;
    border: 1px solid #d7ebdf;
    border-radius: 6px;
    color: #24593a;
    font-size: .82rem;
    font-weight: 700;
    padding: 6px 9px;
}

/* Source: assets/css/src/shared/package-responsive.css */
@media (max-width: 1199.98px) {
    .package-item-primary {
        grid-template-columns: minmax(240px, 2fr) 100px minmax(150px, 1fr);
    }

    .package-item-primary > :last-child {
        grid-column: 3;
    }

    .package-item-title-field {
        grid-column: 1 / 3;
    }

    .package-item-secondary {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
}

@media (max-width: 767.98px) {
    .expense-category-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .expense-category-row .btn {
        width: 100%;
    }

    .expense-wallet-ledger-head,
    .expense-wallet-ledger-row {
        align-items: stretch;
        flex-direction: column;
    }

    .expense-wallet-ledger-totals,
    .expense-wallet-ledger-row-side {
        align-items: start;
        text-align: left;
    }

    .package-card-head,
    .booking-package-public-head,
    .package-title-row {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-panel .package-copy-card-select {
        align-self: flex-start;
        width: auto;
    }

    .package-bulk-copy-controls,
    .package-copy-map-row,
    .package-bulk-edit-grid,
    .package-generator-groups,
    .package-generator-settings {
        grid-template-columns: 1fr;
    }

    .package-bulk-edit-wide {
        grid-column: auto;
    }

    .package-bulk-copy-controls .btn,
    .package-copy-mapping-actions .btn,
    .package-copy-mapping-actions > div,
    .package-bulk-action-buttons,
    .package-bulk-action-buttons form,
    .package-bulk-action-buttons .btn,
    .package-bulk-edit-actions .btn,
    .package-generator-actions .btn {
        width: 100%;
    }

    .package-generator-summary {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .package-generator-summary .status-badge {
        display: none;
    }

    .package-copy-map-arrow {
        transform: rotate(90deg);
    }

    .package-card-side {
        align-items: stretch;
        justify-items: stretch;
    }

    .package-summary-chips {
        justify-content: flex-start;
    }

    .package-item-primary {
        grid-template-areas:
            "slot slot"
            "offset price"
            "title title";
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .package-item-slot-field {
        grid-area: slot;
    }

    .package-item-offset-field {
        grid-area: offset;
    }

    .package-item-title-field {
        grid-area: title;
    }

    .package-item-price-field,
    .package-item-primary > :last-child {
        grid-area: price;
        grid-column: auto;
    }

    .package-item-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-item-secondary .form-label {
        align-items: flex-end;
        display: flex;
        min-height: 2.5em;
    }

    .tournament-series-item {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .tournament-series-actions,
    .tournament-series-actions .btn,
    .tournament-series-extend-form {
        align-items: stretch;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .package-item-row-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .package-item-meta {
        width: 100%;
    }

    .package-item-row-actions,
    .package-item-row-actions > .btn,
    .package-item-status-form,
    .package-item-status-form .btn {
        width: 100%;
    }

    .package-item-row-actions > .btn,
    .package-item-status-form {
        flex: 1 1 140px;
    }

    .package-form-actions .btn,
    .package-item-form-actions .btn,
    .package-status-form .btn {
        width: 100%;
    }
}

@media (max-width: 419.98px) {
    .package-item-primary {
        grid-template-areas: none;
        grid-template-columns: 1fr;
    }

    .package-item-slot-field,
    .package-item-offset-field,
    .package-item-title-field,
    .package-item-price-field,
    .package-item-primary > :last-child {
        grid-area: auto;
        grid-column: auto;
    }
}
