/* Generated from frontend/css/pages/booking-plan.css by scripts/build_frontend.mjs. */
.plan-frame { width: min(1160px, 100%); margin: 0 auto; padding: 28px 24px 60px; }
.plan-heading { max-width: 700px; margin-bottom: 36px; }
.plan-eyebrow { color: var(--fb-color-evergreen); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan-heading h1 { margin: 14px 0 20px; font-family: var(--fb-font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; }
.plan-heading h1 em { color: var(--fb-color-evergreen); font-weight: 400; }
.plan-heading > p:last-child { max-width: 620px; color: var(--fb-color-muted); font-size: 1.0625rem; line-height: 1.7; }
.plan-layout { display: grid; grid-template-columns: 1.2fr 1fr; align-items: start; gap: 28px; }
.plan-editor { min-width: 0; padding: 30px; background: var(--fb-color-surface); border: 1px solid var(--fb-color-border); border-radius: 18px; }
.plan-section-title { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.plan-section-title span { color: var(--fb-color-muted); font-size: .75rem; }
.plan-section-title h2 { margin: 0; font-size: 1.2rem; }
.plan-section-title--group { margin-top: 32px; }
.plan-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.plan-fields > *, .plan-editor .fb-field, .plan-summary { min-width: 0; }
.plan-editor input, .plan-editor select { width: 100%; max-width: 100%; min-width: 0; min-height: 48px; }
.plan-window { min-width: 0; border: 0; margin: 28px 0 0; padding: 0; }
.plan-window legend { font-weight: 600; }
.plan-window > p { color: var(--fb-color-muted); margin: 8px 0 0; font-size: .875rem; }
.plan-window .plan-fields { margin-top: 14px; }
.plan-partners { margin-top: 20px; display: grid; gap: 16px; }
.plan-optional { color: var(--fb-color-muted); font-size: .75rem; font-weight: 400; }
.plan-save-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; border-top: 1px solid var(--fb-color-border); margin-top: 28px; padding-top: 22px; }
.plan-save-row span { color: var(--fb-color-muted); font-size: .8125rem; }
.plan-summary { position: sticky; top: 24px; border: 1px solid var(--fb-color-border); border-radius: 18px; padding: 30px; background: #eef3ed; }
.plan-summary-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.plan-draft-badge { border: 1px solid #c4d0c3; color: #38533c; padding: 5px 8px; border-radius: 5px; font-size: .6875rem; }
.plan-summary h2 { font-family: var(--fb-font-display); font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.15; margin: 28px 0 18px; }
.plan-preview-course { font-size: 1rem; font-weight: 600; overflow-wrap: anywhere; }
.plan-preview-time { display: flex; flex-direction: column; gap: 8px; margin: 28px 0; }
.plan-preview-time strong { font-family: var(--fb-font-display); font-size: 3rem; font-weight: 400; }
.plan-preview-time span { font-size: .875rem; color: var(--fb-color-muted); }
.plan-preview-details { margin: 0; display: grid; gap: 18px; }
.plan-preview-details > div { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12px; border-bottom: 1px solid #d6dfd4; padding-bottom: 15px; font-size: .8125rem; line-height: 1.5; }
.plan-preview-details dt { color: var(--fb-color-muted); }
.plan-preview-details dd { margin: 0; text-align: right; font-weight: 600; }
.plan-release-note, .plan-next-step p, .plan-footnote { color: var(--fb-color-muted); font-size: .8125rem; line-height: 1.65; }
.plan-release-note { margin: 18px 0 26px; }
.plan-next-step { border-top: 1px solid #d6dfd4; padding-top: 22px; }
.plan-next-step > span { color: var(--fb-color-muted); font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.plan-next-step h3 { font-size: 1.0625rem; margin: 10px 0; }
.plan-continue { width: 100%; margin-top: 16px; white-space: normal; text-align: center; }
.plan-footnote { text-align: center; font-size: .6875rem; margin-bottom: 0; }
.plan-notice { padding: 16px 20px; background: var(--fb-color-sage); border: 1px solid var(--fb-color-border); border-radius: 10px; margin-bottom: 24px; line-height: 1.6; }
.plan-notice--error { background: var(--fb-color-danger-bg); color: var(--fb-color-danger); border-color: var(--fb-color-danger); }
.plan-confirm { display: flex; align-items: start; gap: 10px; margin-top: 12px; font-size: .875rem; line-height: 1.6; }
.plan-confirm input { width: 20px; min-height: 20px; margin-top: 3px; flex-shrink: 0; }

@media (width <= 800px) {
    .plan-layout { grid-template-columns: 1fr; }
    .plan-summary { position: static; }
    .plan-heading { margin-bottom: 26px; }
}

@media (width <= 440px) {
    .plan-frame { padding: 16px 16px 40px; }
    .plan-editor, .plan-summary { padding: 22px 18px; }
    .plan-fields { gap: 16px; grid-template-columns: 1fr; }
    .plan-editor .fb-field__label { font-size: .8125rem; }
    .plan-heading h1 { font-size: 2.75rem; }
}

.plan-signout { color: var(--fb-color-muted); background: transparent; border: 0; padding: 8px; font: inherit; cursor: pointer; text-decoration: underline; }

.plan-account-label { color: var(--fb-color-muted); font-size: .8125rem; margin: 0 0 24px; overflow-wrap: anywhere; }

.fb-plan-page .fb-auth-footer nav { flex-wrap: wrap; justify-content: center; gap: 12px 24px; }

.fb-plan-page .fb-auth-footer a { min-height: 44px; display: inline-flex; align-items: center; }
