.booking-page { max-width: 720px; margin: 0 auto; padding: 16px 16px 100px; }
.booking-site-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.booking-page-shell {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-site-main {
    padding: 36px 20px 56px;
    background: var(--bg-light, #f9f9f9);
}
body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-page-shell {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.08);
}
body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-page {
    max-width: none;
    margin: 0;
    padding: 36px 40px 48px;
}
body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-app-header {
    display: none;
}
body.pwa-mobile-shell #nav-placeholder,
body.pwa-mobile-shell .site-footer,
body.app-has-bottom-nav #nav-placeholder,
body.app-has-bottom-nav .site-footer {
    display: none !important;
}
body.pwa-mobile-shell .booking-site-main,
body.app-has-bottom-nav .booking-site-main {
    min-height: 100vh;
    background: var(--tf-bg, #f9fafb);
}
@media (max-width: 640px) {
    body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-site-main {
        padding: 20px 12px 40px;
    }
    body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-page-shell {
        border-radius: 0;
        box-shadow: none;
    }
    body:not(.pwa-mobile-shell):not(.app-has-bottom-nav) .booking-page {
        padding: 24px 16px 40px;
    }
}
.booking-hero { margin-bottom: 20px; }
.booking-hero h2 { margin: 0 0 8px; color: #1E4B70; font-size: 1.4rem; }
.booking-hero p { margin: 0; color: #64748b; line-height: 1.5; font-size: 14px; }
.booking-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.booking-tab { flex: 1; text-align: center; padding: 12px; border-radius: 10px; border: 1px solid #cbd5e1; background: #fff; color: #1E4B70; font-weight: 700; text-decoration: none; }
.booking-tab.is-active { background: #1E4B70; color: #fff; border-color: #1E4B70; }
.booking-section-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #64748b; margin: 18px 0 10px; }
.booking-type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin-bottom: 16px; }
.booking-type-btn { border: 1px solid #e2e8f0; background: #fff; border-radius: 10px; padding: 14px 12px; cursor: pointer; text-align: left; }
.booking-type-btn.is-active { border-color: #1E4B70; background: #e3f2fd; }
.booking-type-btn strong { display: block; color: #1E4B70; margin-bottom: 4px; }
.booking-type-btn span { font-size: 12px; color: #64748b; }
.booking-slot-list { display: flex; flex-direction: column; gap: 10px; }
.booking-slot-btn { border: 1px solid #e2e8f0; background: #fff; border-radius: 10px; padding: 14px 16px; text-align: left; cursor: pointer; }
.booking-slot-btn:hover { border-color: #90caf9; background: #f8fbff; }
.booking-slot-btn.is-selected { border-color: #1E4B70; background: #e3f2fd; }
.booking-slot-btn .time { font-weight: 800; color: #1E4B70; }
.booking-slot-btn .meta { font-size: 13px; color: #64748b; margin-top: 4px; }
.booking-contact-grid { display: grid; gap: 10px; }
.booking-contact-btn { border: 1px solid #e2e8f0; background: #fff; border-radius: 10px; padding: 14px 16px; text-align: left; cursor: pointer; }
.booking-contact-btn.is-active { border-color: #1E4B70; background: #e3f2fd; }
.booking-input { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid #ddd; border-radius: 10px; font: inherit; margin-bottom: 12px; }
.booking-submit { width: 100%; border: none; background: #1E4B70; color: #fff; padding: 14px 18px; border-radius: 10px; font-weight: 800; cursor: pointer; }
.booking-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.booking-card { border: 1px solid #e2e8f0; background: #fff; border-radius: 12px; padding: 16px; margin-bottom: 12px; }
.booking-card h3 { margin: 0 0 8px; color: #1E4B70; font-size: 1rem; }
.booking-card p { margin: 4px 0; font-size: 14px; color: #475569; line-height: 1.5; }
.booking-status { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 4px 8px; border-radius: 12px; margin-left: 8px; }
.booking-status--pending { background: #fff3e0; color: #e65100; }
.booking-status--confirmed { background: #e3f2fd; color: #1565c0; }
.booking-status--completed { background: #e8f5e9; color: #2e7d32; }
.booking-status--cancelled { background: #f5f5f5; color: #757575; }
.booking-meet-btn { display: inline-block; margin-top: 10px; background: #1E4B70; color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 8px; font-weight: 700; font-size: 13px; }
.booking-meet-hint { font-size: 12px; color: #64748b; margin-top: 8px; }
.booking-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.booking-cancel-btn {
    border: 1px solid #fecaca;
    background: #fff5f5;
    color: #b91c1c;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.booking-cancel-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.booking-cancel-hint { font-size: 12px; color: #94a3b8; margin-top: 10px; line-height: 1.4; }
.booking-meet-join-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
}
.booking-meet-join-box h2 {
    margin: 0 0 8px;
    color: #1E4B70;
    font-size: 1.2rem;
}
.booking-meet-schedule {
    margin: 0 0 14px;
    color: #475569;
    font-weight: 600;
}
.booking-meet-lead {
    margin: 0 0 16px;
    color: #64748b;
    line-height: 1.5;
    font-size: 14px;
}
.booking-meet-tips {
    margin-top: 16px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 10px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.5;
}
.booking-meet-tips p { margin: 0 0 8px; }
.booking-meet-tips p:last-child { margin-bottom: 0; }
.booking-meet-tips ol {
    margin: 8px 0 0;
    padding-left: 18px;
}
.booking-meet-tips li { margin-bottom: 6px; }
.booking-meet-code-card {
    background: #f0f6fb;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
    text-align: center;
}
.booking-meet-code-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 8px;
}
.booking-meet-code-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1E4B70;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    word-break: break-all;
}
.booking-meet-copy-btn {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #1E4B70;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 700;
    cursor: pointer;
}
.booking-meet-secondary-btn {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #1E4B70;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}
.booking-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.booking-filter-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    font-weight: 600;
    margin: 0;
}
.booking-filter-check input {
    width: auto;
    margin: 0;
}
.booking-filter-count {
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
}
.booking-empty { text-align: center; color: #888; padding: 30px 10px; font-style: italic; }
.booking-guest-bar {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e3a5f;
    font-size: 14px;
    line-height: 1.5;
}
.booking-guest-bar p { margin: 0 0 8px; }
.booking-guest-bar a { color: #1E4B70; font-weight: 800; text-decoration: none; }
.booking-videocall-bar {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    color: #5d4037;
    font-size: 14px;
    line-height: 1.5;
}
.booking-videocall-bar p { margin: 0; }
.booking-videocall-bar a {
    display: inline-block;
    margin-top: 8px;
    color: #1E4B70;
    font-weight: 800;
    text-decoration: none;
}
.booking-videocall-bar--credit {
    background: #e3f2fd;
    border-color: #90caf9;
    color: #1E4B70;
}
.booking-slot-btn.is-preview {
    cursor: default;
    opacity: 0.92;
    border-style: dashed;
}
.booking-slot-btn.is-preview:hover {
    border-color: #e2e8f0;
    background: #fff;
}
.booking-confirm-box { background: #e8f5e9; border: 1px solid #c8e6c9; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.booking-confirm-box h2 { margin: 0 0 8px; color: #2e7d32; }
