main > .container {
    padding: 70px 15px 20px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.not-set {
    color: var(--bs-danger);
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px var(--bs-body-color);
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px var(--bs-body-color);
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: var(--bs-secondary-color);
}

.error-summary {
    color: var(--bs-danger-text-emphasis);
    background: var(--bs-danger-bg-subtle);
    border-left: 3px solid var(--bs-danger-border-subtle);
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align navbar brand baseline with nav links */
.navbar > .container,
.navbar > .container-fluid {
    align-items: baseline;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    color: var(--bs-navbar-color);
}

@media (max-width: 767.98px) {
    .navbar-nav .nav-link.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.admin-page { padding: 0; }
.narrow-page { max-width: 760px; margin: 0 auto; }
.admin-heading { align-items: end; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.5rem; }
.admin-heading h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.055em; margin: 0; }
.schedule-filters { align-items: end; background: #fff; border: 1px solid var(--bookme-line); border-radius: .8rem; display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem; padding: 1rem; }
.schedule-filters label { color: var(--bookme-muted); display: flex; flex: 1 1 150px; flex-direction: column; font-size: .68rem; font-weight: 800; gap: .3rem; text-transform: uppercase; }
.schedule-filters input, .schedule-filters select { border: 1px solid var(--bookme-line); border-radius: .35rem; color: var(--bookme-ink); font-size: .8rem; min-height: 2.35rem; padding: .4rem .55rem; text-transform: none; }
.filter-reset { color: var(--bookme-muted); font-size: .8rem; padding-bottom: .55rem; }
.admin-table-wrap, .form-panel { background: #fff; border: 1px solid var(--bookme-line); border-radius: .8rem; overflow-x: auto; }
.admin-table { border-collapse: collapse; min-width: 780px; width: 100%; }
.admin-table th { background: #f0f6f2; color: var(--bookme-muted); font-size: .7rem; letter-spacing: .08em; padding: .85rem 1rem; text-align: left; text-transform: uppercase; }
.admin-table td { border-top: 1px solid var(--bookme-line); font-size: .84rem; padding: 1rem; vertical-align: middle; }
.admin-table td small { color: var(--bookme-muted); display: block; font-size: .75rem; margin-top: .2rem; }
.table-actions { align-items: center; display: flex; gap: .65rem; white-space: nowrap; }
.inline-form { display: inline; }
.link-button { background: none; border: 0; color: var(--bookme-muted); cursor: pointer; font-size: .78rem; padding: 0; }
.link-button:hover { color: var(--bookme-ink); text-decoration: underline; }
.link-button-danger { color: #c1462f; }
.link-button-danger:hover { color: #8f2f1d; }
.form-panel { overflow: visible; padding: 1.5rem; }
.form-actions { border-top: 1px solid var(--bookme-line); display: flex; gap: .6rem; justify-content: end; margin-top: 1.5rem; padding-top: 1.2rem; }
.form-errors { background: #fff0eb; border: 1px solid #f4c2b2; border-radius: .6rem; color: #9a4c35; margin-bottom: 1rem; padding: .8rem 1rem; }
.form-errors div + div { margin-top: .25rem; }
.status-form { align-items: center; display: flex; gap: .4rem; min-width: 180px; }
.status-form .form-select { min-width: 110px; }
.check-list { border-top: 1px solid var(--bookme-line); }
.check-row { align-items: center; border-bottom: 1px solid var(--bookme-line); cursor: pointer; display: flex; gap: .8rem; padding: 1rem 0; }
.check-row input { accent-color: #4b9a70; height: 1.1rem; width: 1.1rem; }
.check-row strong, .check-row small { display: block; }
.check-row small { color: var(--bookme-muted); font-size: .78rem; margin-top: .2rem; }
.channel-note { background: var(--bookme-ink); border-radius: .6rem; color: #f6fbf8; margin-top: 1.3rem; padding: 1rem; }
.channel-note span, .channel-note small { color: #aabbb5; display: block; font-size: .75rem; }
.channel-note strong { display: block; margin: .25rem 0; }

@media (max-width: 767.98px) {
    .admin-page { padding: 0; }
    .admin-heading { align-items: start; flex-direction: column; }
    .admin-heading .btn { width: 100%; }
    .form-panel { padding: 1rem; }
}

.navbar-nav .nav-link.logout:focus,
.navbar-nav .nav-link.logout:hover {
    color: var(--bs-navbar-hover-color);
}

/* footer logo: light logo by default (light bg-body-tertiary), dark logo for dark theme */
.footer-logo-dark { display: none; }

[data-bs-theme="dark"] .footer-logo-light { display: none; }
[data-bs-theme="dark"] .footer-logo-dark  { display: inline-block; }

/* login inputs: seamless icon inside input (Volt style) */
.login-split-card .input-group {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-split-card .input-group .input-group-text {
    background: transparent;
    border: 0;
    padding-left: 1rem;
    padding-right: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-split-card .input-group .form-control {
    border: 0;
    background: transparent;
}

.login-split-card .input-group .form-control:focus {
    box-shadow: none;
}

.login-split-card .input-group:focus-within {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
}

/* validation styles for login split card (browsers with :has()) */
@supports selector(.input-group:has(.is-invalid)) {
    .login-split-card .input-group:has(.is-invalid) ~ .invalid-feedback {
        display: block;
        margin-top: .35rem;
        margin-bottom: .5rem;
    }

    .login-split-card .input-group:has(.is-invalid) {
        border-color: var(--bs-danger);
    }

    .login-split-card .input-group:has(.is-invalid):focus-within {
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    }
}

/* fallback validation styles for login split card (browsers without :has()) */
@supports not selector(.input-group:has(.is-invalid)) {
    .login-split-card .invalid-feedback:not(:empty) {
        display: block;
        margin-top: .35rem;
        margin-bottom: .5rem;
    }

    .login-split-card .input-group .form-control.is-invalid {
        border: var(--bs-border-width) solid var(--bs-danger);
    }

    .login-split-card .input-group .form-control.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    }
}

/* login split card */
.login-split-card {
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .10);
    background-color: var(--bs-gray-100);
    width: 100%;
    max-width: 900px;
}

.login-split-card-wide {
    max-width: 960px;
}

.login-brand-title {
    font-size: 1.75rem;
    line-height: 1.3;
}

.login-brand-mark { color: #fff; font-size: 1.15rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 1.5rem; }
.login-brand-mark-dark { color: var(--bookme-ink); margin-bottom: 0; }

.login-brand-text {
    font-size: .9rem;
}

.login-brand-panel {
    background: linear-gradient(135deg, #40B3D8 0%, #3a9cbd 40%, #83C933 100%);
    position: relative;
    min-height: 480px;
}

.login-brand-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(241, 138, 42, .25) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(131, 201, 51, .2) 0%, transparent 40%);
    pointer-events: none;
}

.login-btn {
    background: linear-gradient(135deg, #40B3D8, #3a9cbd);
    border: none;
    font-weight: 600;
    letter-spacing: .02em;
    transition: opacity .2s, transform .1s;
}

.login-btn:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.login-btn:active {
    transform: translateY(0);
}

/* dark mode login card */
[data-bs-theme="dark"] .login-split-card {
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 0 1px var(--bs-border-color), 0 4px 24px rgba(0, 0, 0, .4);
}

[data-bs-theme="dark"] .login-mobile-logo {
    filter: invert(1);
}

/* contact form textarea height */
.site-contact textarea.form-control {
    height: 140px;
}

/* captcha: blend with card background */
.site-contact img[src*="captcha"] {
    border-radius: var(--bs-border-radius);
    mix-blend-mode: multiply;
}

/* dark mode: invert captcha for visibility on dark background */
[data-bs-theme="dark"] .site-contact img[src*="captcha"] {
    mix-blend-mode: screen;
    filter: invert(1) hue-rotate(180deg);
}

/* centered page layout */
.site-login,
.site-contact,
.site-index,
.site-error,
.site-about,
.site-contact-success {
    flex: 1;
}

.site-error .site-error-content,
.site-about .site-about-content,
.site-contact-success .site-contact-success-content {
    width: 100%;
    max-width: 90%;
}

@media (min-width: 576px) {
    .site-error .site-error-content,
    .site-about .site-about-content,
    .site-contact-success .site-contact-success-content {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .site-error .site-error-content,
    .site-about .site-about-content,
    .site-contact-success .site-contact-success-content {
        max-width: 60%;
    }
}

/* BukByMi workspace */
:root {
    --bookme-ink: #172322;
    --bookme-muted: #71817d;
    --bookme-line: #dce6e1;
    --bookme-mint: #d8f0e3;
    --bookme-coral: #ee8b6b;
    --bookme-paper: #f7faf8;
}

body { background: var(--bookme-paper); color: var(--bookme-ink); }
.login-page { overflow: hidden; }
.login-page main > .container { padding-bottom: 1rem; padding-top: 1rem; }
.login-page .site-login { padding-bottom: 1rem !important; padding-top: 1rem !important; }
.public-page { background: #f6f8f4; }
.public-page main > .container { max-width: none; padding: 0; }
.public-booking-page { color: #172322; margin: 0 auto; max-width: 1440px; width: 100%; }
.public-simple-header { background: #fff; border-bottom: 1px solid var(--bookme-line); padding: 1.4rem clamp(1.5rem, 7vw, 7rem); }.public-simple-brand { color: var(--bookme-ink); font-size: .85rem; font-weight: 800; letter-spacing: .12em; }.public-simple-brand span { color: var(--bookme-muted); font-weight: 500; letter-spacing: .02em; }
.public-hero { align-items: center; background: #172322; color: #f6fbf8; display: flex; justify-content: space-between; min-height: 500px; overflow: hidden; padding: 5rem clamp(1.5rem, 7vw, 7rem); position: relative; }
.public-hero-copy { max-width: 610px; position: relative; z-index: 1; }
.public-brand { color: #95d6b1; font-size: .85rem; font-weight: 800; letter-spacing: .18em; margin-bottom: 3rem; }.public-brand span { color: #b6c7c0; font-weight: 500; letter-spacing: .04em; }
.public-hero h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.07em; line-height: .91; margin: 0; }
.public-hero h1 em { color: #ee8b6b; font-style: normal; }
.public-hero-copy > p { color: #b6c7c0; font-size: 1.05rem; line-height: 1.6; margin: 2rem 0 2.4rem; max-width: 370px; }
.hero-signals { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.hero-signals span { color: #95d6b1; font-size: .7rem; letter-spacing: .06em; }
.public-hero-orbit { align-items: center; display: flex; height: 350px; justify-content: center; margin-right: 4vw; position: relative; width: 350px; }
.orbit-ring { border: 1px solid #446159; border-radius: 50%; height: 350px; position: absolute; transform: rotate(-25deg); width: 210px; }
.orbit-ring::after { border: 1px solid #446159; border-radius: 50%; content: ''; inset: 26px -72px; position: absolute; }
.orbit-core { align-items: center; background: #ee8b6b; border-radius: 50%; color: #172322; display: flex; font-size: 5rem; font-weight: 800; height: 150px; justify-content: center; letter-spacing: -.1em; width: 150px; }
.orbit-note { color: #95d6b1; font-size: .68rem; letter-spacing: .08em; line-height: 1.3; position: absolute; text-transform: uppercase; }
.note-one { left: -1rem; top: 2.5rem; }.note-two { bottom: 2rem; right: -1rem; text-align: right; }
.booking-section { background: #fff; padding: 4.5rem clamp(1.5rem, 7vw, 7rem); }
.booking-section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 2rem; }
.section-number { color: #ee8b6b; display: block; font-size: .72rem; font-weight: 800; letter-spacing: .12em; margin-bottom: .7rem; }
.booking-section h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.06em; margin: 0; }
.booking-section-heading p { color: #71817d; margin: .5rem 0 0; }
.booking-open { color: #367553; font-size: .75rem; }.booking-open i { background: #55ad7f; border-radius: 50%; display: inline-block; height: .45rem; margin-right: .4rem; width: .45rem; }
.hp-field { left: -9999px; position: absolute; top: -9999px; }
.public-booking-form { border-top: 1px solid #dce6e1; padding-top: 1.8rem; }.booking-fields { display: grid; gap: 1.2rem; grid-template-columns: repeat(2, 1fr); }.booking-field { display: flex; flex-direction: column; gap: .45rem; }.booking-field-wide { grid-column: 1 / -1; }.booking-field label { color: #71817d; font-size: .75rem; font-weight: 800; }.booking-field label span { font-weight: 400; }.booking-field input, .booking-field select, .booking-field textarea { background: #f7faf8; border: 1px solid #dce6e1; border-radius: .3rem; color: #172322; font-size: .9rem; padding: .8rem .9rem; }.booking-field textarea { resize: vertical; }.booking-submit-row { align-items: center; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; margin-top: 1.5rem; }.booking-submit-row p { color: #71817d; flex: 1 1 260px; font-size: .73rem; margin: 0; }.booking-submit { background: #172322; border: 0; border-radius: .3rem; color: #fff; cursor: pointer; font-weight: 700; padding: .85rem 1.1rem; }.booking-submit span { color: #ee8b6b; font-size: 1.2rem; margin-left: .6rem; }.booking-submit:disabled { cursor: not-allowed; opacity: .45; }.public-errors, .public-success { border-radius: .35rem; margin-bottom: 1rem; padding: .8rem 1rem; }.public-errors { background: #fff0eb; color: #9a4c35; }.public-success { background: #d8f0e3; color: #367553; }
.slot-field { margin-bottom: 1.2rem; margin-top: 1.8rem; }.slot-picker-empty { color: #71817d; font-size: .85rem; margin: 0; }.slot-picker { display: flex; flex-direction: column; gap: 1.1rem; }.slot-day-label { color: #71817d; font-size: .72rem; font-weight: 800; letter-spacing: .06em; margin-bottom: .5rem; text-transform: uppercase; }.slot-day-grid { display: flex; flex-wrap: wrap; gap: .6rem; }.slot-radio { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }.slot-card { background: #f7faf8; border: 1px solid #dce6e1; border-radius: .5rem; cursor: pointer; display: flex; flex-direction: column; font-weight: 400; gap: .15rem; min-width: 8.5rem; padding: .7rem .9rem; transition: background .15s, border-color .15s, color .15s; }.slot-card strong { font-size: .88rem; font-weight: 700; }.slot-card span, .slot-card small { color: #71817d; font-size: .74rem; font-weight: 400; }.slot-card:hover { border-color: #172322; }.slot-radio:checked + .slot-card { background: #1f4d38; border-color: #1f4d38; color: #fff; }.slot-radio:checked + .slot-card span, .slot-radio:checked + .slot-card small { color: #b9d9c8; }.slot-radio:focus-visible + .slot-card { outline: 2px solid #ee8b6b; outline-offset: 2px; }
.slot-calendar { background: #f7faf8; border: 1px solid #dce6e1; border-radius: .6rem; margin-bottom: 1.2rem; max-width: 320px; padding: .85rem; }.slot-calendar-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: .8rem; }.slot-cal-month { color: #172322; font-size: .85rem; font-weight: 800; }.slot-cal-nav { background: #fff; border: 1px solid #dce6e1; border-radius: .3rem; color: #172322; cursor: pointer; font-size: .85rem; height: 1.5rem; line-height: 1; width: 1.5rem; }.slot-cal-nav:disabled { cursor: not-allowed; opacity: .35; }.slot-cal-weekdays { color: #71817d; display: grid; font-size: .56rem; font-weight: 800; grid-template-columns: repeat(7, 1fr); margin-bottom: .3rem; text-align: center; text-transform: uppercase; }.slot-cal-grid { display: grid; gap: .2rem; grid-template-columns: repeat(7, 1fr); }.slot-cal-pad { visibility: hidden; }.slot-cal-day { aspect-ratio: 1; background: transparent; border: 1px solid transparent; border-radius: .3rem; color: #c3ccc8; cursor: not-allowed; font-size: .7rem; }.slot-cal-day.has-slots { background: #fff; border-color: #dce6e1; color: #172322; cursor: pointer; font-weight: 700; }.slot-cal-day.has-slots:hover { border-color: #172322; }.slot-cal-day.is-active { background: #1f4d38; border-color: #1f4d38; color: #fff; }
.public-footer { align-items: center; color: #71817d; display: flex; font-size: .75rem; justify-content: space-between; padding: 1.5rem clamp(1.5rem, 7vw, 7rem); }.public-footer strong { color: #172322; letter-spacing: .12em; }
.home-section { padding: 4.5rem clamp(1.5rem, 7vw, 7rem); scroll-margin-top: -3rem; }
.home-section-heading { margin-bottom: 2.5rem; max-width: 640px; }
.home-section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.06em; margin: 0; }
.home-section-heading p { color: var(--bookme-muted); margin: .6rem 0 0; }
.feature-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(3, 1fr); }.contact-grid { grid-template-columns: minmax(0, 360px); }
.feature-card { background: #fff; border: 1px solid var(--bookme-line); border-radius: .9rem; padding: 1.6rem; }
.feature-card .feature-icon { align-items: center; background: var(--bookme-mint); border-radius: .6rem; display: flex; font-size: 1.3rem; height: 2.6rem; justify-content: center; margin-bottom: 1.1rem; width: 2.6rem; }
.feature-card h3 { font-size: 1.05rem; letter-spacing: -.02em; margin: 0 0 .5rem; }
.feature-card p { color: var(--bookme-muted); font-size: .85rem; line-height: 1.55; margin: 0; }
.pricing-section { background: var(--bookme-ink); color: #f6fbf8; }
.pricing-section .home-section-heading p { color: #b6c7c0; }
.pricing-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(3, 1fr); }
.pricing-card { background: #202e2c; border: 1px solid #34433f; border-radius: 1rem; display: flex; flex-direction: column; padding: 2rem 1.6rem; }
.pricing-card.is-featured { background: var(--bookme-coral); border-color: transparent; color: #2b1a12; }
.pricing-card .pricing-badge { color: #95d6b1; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pricing-card.is-featured .pricing-badge { color: #6d3013; }
.pricing-card h3 { font-size: 1.4rem; letter-spacing: -.03em; margin: .5rem 0 1rem; }
.pricing-card .pricing-price { font-size: 2.1rem; font-weight: 800; letter-spacing: -.04em; }
.pricing-card .pricing-price span { color: #b6c7c0; font-size: .75rem; font-weight: 500; letter-spacing: 0; }
.pricing-card.is-featured .pricing-price span { color: #6d3013; }
.pricing-card ul { list-style: none; margin: 1.4rem 0 1.8rem; padding: 0; }
.pricing-card li { border-top: 1px solid #34433f; color: #d7e4df; font-size: .82rem; padding: .65rem 0; }
.pricing-card.is-featured li { border-top-color: rgba(43, 26, 18, .15); color: #2b1a12; }
.pricing-card .btn-pricing { background: #fff; border: 0; border-radius: .4rem; color: var(--bookme-ink); font-weight: 700; margin-top: auto; padding: .8rem 1.1rem; text-align: center; text-decoration: none; }
.pricing-card.is-featured .btn-pricing { background: var(--bookme-ink); color: #fff; }
@media (max-width: 767.98px) { .public-hero { min-height: 590px; padding: 3rem 1.5rem; }.public-brand { margin-bottom: 3.5rem; }.public-hero h1 { font-size: 3.7rem; }.public-hero-copy > p { font-size: .92rem; }.public-hero-orbit { bottom: -7rem; height: 220px; opacity: .45; position: absolute; right: -3rem; width: 220px; }.orbit-ring { height: 220px; width: 130px; }.orbit-core { font-size: 3rem; height: 95px; width: 95px; }.orbit-note { display: none; }.booking-section { padding: 3rem 1.5rem; }.booking-section-heading { align-items: start; flex-direction: column; gap: 1rem; }.booking-fields { grid-template-columns: 1fr; }.booking-field-wide { grid-column: auto; }.booking-submit-row { align-items: stretch; flex-direction: column; gap: 1rem; justify-content: flex-start; }.booking-submit-row p { flex: none; }.booking-submit { width: 100%; }.public-footer { align-items: start; flex-direction: column; gap: .7rem; padding: 1.5rem; }.home-section { padding: 3rem 1.5rem; scroll-margin-top: -1.5rem; }.feature-grid, .pricing-grid { grid-template-columns: 1fr; } }
#header .navbar { background: var(--bookme-ink) !important; }
#header .navbar-brand { font-weight: 800; letter-spacing: -.03em; }
.dashboard-page { padding: 0; }
.dashboard-intro { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.dashboard-intro h1 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.055em; line-height: 1.05; margin: 0; }
.intro-copy { color: var(--bookme-muted); margin: .75rem 0 0; }
.date-chip { border: 1px solid var(--bookme-line); border-radius: 999px; color: var(--bookme-muted); font-size: .82rem; padding: .65rem .9rem; white-space: nowrap; }
.dashboard-intro-actions { align-items: end; display: flex; flex-direction: column; gap: .65rem; }.public-link { color: #367553; font-size: .76rem; font-weight: 800; text-decoration: none; }.public-link:hover { color: var(--bookme-ink); text-decoration: underline; }
.dot { background: #55ad7f; border-radius: 50%; display: inline-block; height: .45rem; margin-right: .45rem; width: .45rem; }
.stat-grid { display: grid; gap: .8rem; grid-template-columns: repeat(4, 1fr); margin-bottom: 1.3rem; }
.stat-card { background: #fff; border: 1px solid var(--bookme-line); border-radius: .8rem; padding: 1.25rem; }
.stat-card-primary { background: var(--bookme-mint); border-color: transparent; }
.stat-label, .stat-foot { color: var(--bookme-muted); display: block; font-size: .76rem; }
.stat-card strong { display: block; font-size: 2rem; letter-spacing: -.05em; margin: .45rem 0 .2rem; }
.workspace-grid { display: grid; gap: 1.3rem; grid-template-columns: minmax(0, 1fr); }
.schedule-panel, .reminder-panel { border: 1px solid var(--bookme-line); border-radius: .8rem; }
.schedule-panel { background: #fff; padding: 1.4rem; }
.panel-heading { align-items: start; display: flex; justify-content: space-between; margin-bottom: .8rem; }
.panel-heading h2, .reminder-panel h2 { font-size: 1.25rem; letter-spacing: -.03em; margin: 0; }
.text-link { color: var(--bookme-ink); font-size: .78rem; font-weight: 700; }
.schedule-row { align-items: center; border-top: 1px solid var(--bookme-line); display: grid; gap: 1rem; grid-template-columns: 4.5rem 1fr auto; padding: 1rem 0; }
.schedule-time strong, .schedule-detail strong { display: block; font-size: .92rem; }
.schedule-time span, .schedule-detail span { color: var(--bookme-muted); font-size: .78rem; }
.status-pill { background: var(--bookme-line); border-radius: 999px; color: var(--bookme-muted); font-size: .7rem; font-weight: 700; padding: .35rem .6rem; white-space: nowrap; }
.status-pill.open { background: var(--bookme-mint); color: #367553; }
.status-pill.closed { background: var(--bookme-line); color: var(--bookme-muted); }
.status-pill.pending_confirmation { background: #fff3d6; color: #a86a05; }
.status-pill.confirmed { background: #e3edf9; color: #2f6fa8; }
.status-pill.completed { background: #e6e9fb; color: #4a4fb0; }
.status-pill.cancelled { background: #fff0eb; color: #9a4c35; }
.status-pill.no_show { background: #fff6df; color: #93690a; }
.empty-state { color: var(--bookme-muted); padding: 2rem 0; }
.reminder-panel { background: var(--bookme-ink); color: #f6fbf8; padding: 1.5rem; }
.reminder-panel h2 span { color: var(--bookme-coral); }
.reminder-panel p { color: #aabbb5; font-size: .88rem; line-height: 1.6; }
.reminder-icon { align-items: center; background: var(--bookme-coral); border-radius: .6rem; display: flex; font-size: 1.4rem; height: 2.4rem; justify-content: center; margin-bottom: 2rem; width: 2.4rem; }
.reminder-preview { border-top: 1px solid #40514c; display: flex; justify-content: space-between; margin: 1.5rem 0; padding-top: 1rem; }
.reminder-preview span { color: #aabbb5; font-size: .75rem; }
.reminder-preview strong { color: #95d6b1; font-size: .75rem; }
.reminder-panel .btn-dark { background: #f6fbf8; border: 0; color: var(--bookme-ink); font-weight: 700; }
.role-note { align-items: center; border-top: 1px solid var(--bookme-line); display: flex; justify-content: space-between; margin-top: 1.3rem; padding-top: 1rem; }
.role-note strong, .role-note span { display: block; font-size: .78rem; }
.role-note span { color: var(--bookme-muted); margin-top: .2rem; }
.build-tag { background: var(--bookme-mint); border-radius: 999px; color: #367553 !important; padding: .35rem .6rem; }
.calendar-panel { background: #fff; border: 1px solid var(--bookme-line); border-radius: .8rem; margin-top: 1.3rem; padding: 1.4rem; }
.platform-stat-grid { margin-bottom: 1.4rem; }
.breakdown-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(2, 1fr); }
.breakdown-block h3 { color: var(--bookme-muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; margin: 0 0 .6rem; text-transform: uppercase; }
.breakdown-list { display: flex; flex-direction: column; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.breakdown-list li { align-items: center; border-bottom: 1px solid var(--bookme-line); display: flex; font-size: .85rem; justify-content: space-between; padding-bottom: .5rem; }
.breakdown-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.calendar-range { color: var(--bookme-muted); font-size: .78rem; }
.calendar-filter { align-items: end; display: flex; gap: .45rem; }
.calendar-filter label { color: var(--bookme-muted); display: flex; flex-direction: column; font-size: .64rem; font-weight: 700; gap: .25rem; text-transform: uppercase; }
.calendar-filter input { border: 1px solid var(--bookme-line); border-radius: .35rem; color: var(--bookme-ink); font-size: .76rem; padding: .4rem .45rem; text-transform: none; }
.calendar-reset { color: var(--bookme-muted); font-size: .74rem; padding-bottom: .45rem; }
.calendar-legend { display: flex; gap: 1rem; margin: 0 0 .8rem; }
.calendar-legend span { align-items: center; color: var(--bookme-muted); display: inline-flex; font-size: .7rem; gap: .35rem; }
.legend-dot { border-radius: 50%; display: inline-block; height: .55rem; width: .55rem; }
.legend-open { background: #55ad7f; }
.legend-closed { background: var(--bookme-coral); }
.booking-calendar { display: grid; grid-template-columns: repeat(7, minmax(125px, 1fr)); min-width: 880px; }
.calendar-day { border-left: 1px solid var(--bookme-line); min-height: 205px; padding: .75rem; }
.calendar-day:last-child { border-right: 1px solid var(--bookme-line); }
.calendar-day-head { align-items: center; border-bottom: 1px solid var(--bookme-line); display: flex; justify-content: space-between; margin-bottom: .75rem; padding-bottom: .65rem; }
.calendar-day-head span { color: var(--bookme-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calendar-day-head strong { align-items: center; background: #f0f6f2; border-radius: 50%; display: flex; font-size: .8rem; height: 1.8rem; justify-content: center; width: 1.8rem; }
.calendar-day.is-today { background: #f7fcf8; }
.calendar-day.is-today .calendar-day-head strong { background: var(--bookme-coral); color: #fff; }
.calendar-bookings { display: flex; flex-direction: column; gap: .5rem; }
.calendar-booking { background: var(--bookme-mint); border-left: 3px solid #55ad7f; border-radius: .35rem; display: flex; flex-direction: column; gap: .15rem; padding: .55rem; }
.calendar-booking strong { color: #367553; font-size: .7rem; }
.calendar-booking span { font-size: .76rem; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calendar-booking small { color: var(--bookme-muted); font-size: .66rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calendar-booking em { color: #367553; font-size: .62rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.calendar-booking.slot-closed { background: #fff0eb; border-left-color: var(--bookme-coral); }
.calendar-booking.slot-closed strong, .calendar-booking.slot-closed em { color: #a85e47; }
.calendar-booking.slot-closed span { color: #8c6559; }
.calendar-booking.status-pending_confirmation { background: #fff3d6; border-left-color: #d9a02b; }
.calendar-booking.status-pending_confirmation strong, .calendar-booking.status-pending_confirmation em { color: #a86a05; }
.calendar-booking.status-cancelled { background: #fff0eb; border-left-color: var(--bookme-coral); opacity: .75; }
.calendar-booking.status-cancelled strong { color: #a85e47; }
.calendar-booking.status-completed { background: #eef0f0; border-left-color: #8b9994; }
.calendar-empty { color: #b5c0bc; font-size: .8rem; text-align: center; }

@media (max-width: 767.98px) {
    .dashboard-page { padding: 0; }
    .dashboard-intro { align-items: start; flex-direction: column; }
    .date-chip { font-size: .74rem; }.dashboard-intro-actions { align-items: start; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-card { padding: 1rem; }
    .stat-card strong { font-size: 1.6rem; }
    .workspace-grid { grid-template-columns: 1fr; }
    .schedule-row { gap: .55rem; grid-template-columns: 3.7rem 1fr; }
    .schedule-row .status-pill { grid-column: 2; justify-self: start; }
    .role-note { align-items: start; flex-direction: column; gap: .8rem; }
    .calendar-panel { overflow-x: auto; padding: 1rem; }
    .calendar-panel .panel-heading { align-items: start; flex-direction: column; min-width: 880px; }
    .calendar-filter { flex-wrap: wrap; }
    .platform-panel { overflow-x: visible; }
    .platform-panel .panel-heading { min-width: 0; }
    .platform-stat-grid { grid-template-columns: 1fr; }
    .breakdown-grid { grid-template-columns: 1fr; }
}

@media (min-width: 992px) {
    .site-error .site-error-content,
    .site-about .site-about-content,
    .site-contact-success .site-contact-success-content {
        max-width: 50%;
    }
}

/* hero banner */
.hero-banner {
    background: linear-gradient(135deg, #83C933 0%, #3a9cbd 40%, #40B3D8 100%);
    position: relative;
}

.hero-lead {
    max-width: 520px;
}

.hero-logo {
    height: 120px;
    opacity: .45;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 15% 85%, rgba(241, 138, 42, .3) 0%, transparent 45%),
        radial-gradient(circle at 85% 15%, rgba(131, 201, 51, .25) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 50%, rgba(64, 179, 216, .15) 0%, transparent 60%);
    pointer-events: none;
}

/* extension cards */
.extension-card {
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

.extension-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12) !important;
}

.extension-icon {
    font-size: 1.5rem;
    line-height: 1;
}

/* dark mode: extension cards */
[data-bs-theme="dark"] .extension-card {
    background-color: var(--bs-body-bg);
    box-shadow: 0 0 0 1px var(--bs-border-color), 0 2px 8px rgba(0, 0, 0, .3);
}

[data-bs-theme="dark"] .extension-card:hover {
    box-shadow: 0 0 0 1px var(--bs-border-color), 0 8px 24px rgba(0, 0, 0, .4) !important;
}
