.fg-site-header{display:flex;align-items:center;justify-content:space-between;gap:var(--fg-space-lg);padding:var(--fg-space-md) var(--fg-space-lg);background:var(--fg-color-surface);border:1px solid var(--fg-color-border);border-radius:var(--fg-radius-lg);box-shadow:var(--fg-shadow-soft)}.fg-site-header__brand{display:flex;align-items:center;gap:var(--fg-space-md);min-width:0}.fg-site-header__logo{width:44px;height:44px;border-radius:14px;background:var(--fg-color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--fg-font-family);font-weight:800;font-size:15px;flex-shrink:0}.fg-site-header__title{margin:0;font-family:var(--fg-font-family);font-size:22px;line-height:1.15;font-weight:800;color:var(--fg-color-text)}.fg-site-header__subtitle{margin:4px 0 0;font-family:var(--fg-font-family);font-size:14px;line-height:1.35;color:var(--fg-color-muted)}.fg-site-header__button{border:0;border-radius:999px;padding:10px 18px;background:var(--fg-color-primary);color:#fff;font-family:var(--fg-font-family);font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.fg-site-header__button:hover{background:var(--fg-color-primary-hover)}@media(max-width:640px){.fg-site-header{align-items:flex-start;flex-direction:column}.fg-site-header__button{width:100%}}.fg-todays-plan{border:1px solid rgba(203,213,225,.95);border-radius:24px;background:#ffffffe0;padding:32px;box-shadow:0 18px 50px #0f172a0f}.fg-todays-plan__header h2{margin:0;color:#234f73;font-size:32px;line-height:1.1;font-weight:900;letter-spacing:-.03em}.fg-todays-plan__header p{margin:12px 0 0;color:#3bb873;font-size:16px;font-weight:600}.fg-todays-plan__list{display:grid;gap:10px;margin-top:22px}.fg-todays-plan__row{display:grid;grid-template-columns:110px 1fr;gap:28px;align-items:center;border:1px solid rgba(203,213,225,.95);border-radius:14px;background:#fff;padding:26px 28px}.fg-todays-plan__person{display:grid;justify-items:center;gap:10px}.fg-todays-plan__avatar{width:58px;height:58px;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900;overflow:hidden}.fg-todays-plan__avatar img{width:100%;height:100%;object-fit:cover}.fg-todays-plan__name{font-size:15px;color:#111827}.fg-todays-plan__details h3{margin:0;font-size:20px;line-height:1.2;font-weight:900;color:#111827}.fg-todays-plan__time{margin-top:10px;font-size:20px;font-weight:900;color:#111827}.fg-todays-plan__logistics{margin-top:10px;font-size:16px;color:#111827}@media(max-width:700px){.fg-todays-plan{padding:20px}.fg-todays-plan__row{grid-template-columns:1fr;gap:16px;text-align:center}}.schedule-import-page{--schedule-page-background: var(--color-background, #f7f8f6);--schedule-surface: var(--color-surface, #ffffff);--schedule-surface-soft: var(--color-surface-subtle, #f8faf8);--schedule-primary: var(--color-primary, #416355);--schedule-primary-hover: var(--color-primary-hover, #345247);--schedule-primary-soft: var(--color-primary-subtle, #edf3ef);--schedule-text: var(--color-text, #252b27);--schedule-text-muted: var(--color-text-muted, #68716b);--schedule-text-subtle: var(--color-text-subtle, #8b938e);--schedule-border: var(--color-border, #dde3df);--schedule-border-strong: var(--color-border-strong, #bcc7c0);--schedule-danger: var(--color-danger, #9d4037);--schedule-danger-soft: var(--color-danger-subtle, #fff3f1);--schedule-danger-border: var(--color-danger-border, #e9bdb7);--schedule-warning: #765317;--schedule-warning-soft: #fff8e7;--schedule-warning-border: #ead49d;--schedule-success: #356148;--schedule-success-soft: #eef8f1;--schedule-success-border: #b9d8c5;--schedule-radius-sm: var(--radius-sm, 8px);--schedule-radius-md: var(--radius-md, 12px);--schedule-radius-lg: var(--radius-lg, 16px);--schedule-radius-full: var(--radius-full, 999px);min-height:100%}.schedule-import-shell{width:min(780px,100%);margin:0 auto}.schedule-import-progress{display:flex;margin:24px 0 20px;align-items:center;padding:0 4px}.schedule-import-progress__step{display:flex;align-items:center;gap:8px;color:var(--schedule-text-muted);font-size:14px;font-weight:600;white-space:nowrap}.schedule-import-progress__step.is-active,.schedule-import-progress__step.is-complete{color:var(--schedule-primary)}.schedule-import-progress__number{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-full);background:var(--schedule-surface);color:var(--schedule-text-muted);font-size:13px;font-weight:700}.schedule-import-progress__number svg{width:15px;height:15px}.schedule-import-progress__step.is-active .schedule-import-progress__number{border-color:var(--schedule-primary);background:var(--schedule-primary);color:#fff}.schedule-import-progress__step.is-complete .schedule-import-progress__number{border-color:var(--schedule-success-border);background:var(--schedule-success-soft);color:var(--schedule-success)}.schedule-import-progress__line{height:1px;min-width:24px;flex:1;margin:0 12px;background:var(--schedule-border)}.schedule-import-progress__line.is-complete{background:var(--schedule-primary)}.schedule-import-card{padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-import-dropzone{display:flex;min-height:330px;padding:36px 24px;align-items:center;justify-content:center;flex-direction:column;border:1.5px dashed var(--schedule-border-strong);border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft);text-align:center;cursor:pointer;outline:none;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.schedule-import-dropzone:hover{border-color:var(--schedule-primary);background:var(--schedule-primary-soft)}.schedule-import-dropzone:focus-visible{border-color:var(--schedule-primary);box-shadow:0 0 0 3px #41635524}.schedule-import-dropzone.is-dragging{border-color:var(--schedule-primary);background:var(--schedule-primary-soft);box-shadow:0 0 0 3px #4163551f}.schedule-import-dropzone__icon{display:grid;width:62px;height:62px;margin-bottom:18px;place-items:center;border-radius:var(--schedule-radius-lg);background:var(--schedule-primary-soft);color:var(--schedule-primary)}.schedule-import-dropzone h2{margin:0;color:var(--schedule-text);font-size:20px;font-weight:700;line-height:1.3}.schedule-import-dropzone__description{margin:8px 0 0;color:var(--schedule-text-muted);font-size:15px;line-height:1.5}.schedule-import-dropzone__or{margin:14px 0;color:var(--schedule-text-subtle);font-size:13px}.schedule-import-dropzone__formats{margin:14px 0 0;color:var(--schedule-text-muted);font-size:13px;line-height:1.45}.schedule-import-file-input{display:none}.schedule-import-selected{display:flex;min-height:132px;padding:22px;align-items:center;gap:16px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft)}.schedule-import-selected__icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border-radius:var(--schedule-radius-md);background:var(--schedule-primary-soft);color:var(--schedule-primary)}.schedule-import-selected__content{min-width:0;flex:1}.schedule-import-selected__status{display:flex;margin-bottom:5px;align-items:center;gap:5px;color:var(--schedule-primary);font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.schedule-import-selected__check{display:grid;width:18px;height:18px;place-items:center}.schedule-import-selected__content h2{overflow:hidden;margin:0;color:var(--schedule-text);font-size:17px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.schedule-import-selected__content p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px}.schedule-import-remove{padding:8px 10px;border:0;border-radius:var(--schedule-radius-sm);background:transparent;color:var(--schedule-danger);font:inherit;font-size:14px;font-weight:650;cursor:pointer}.schedule-import-remove:hover:not(:disabled){background:var(--schedule-danger-soft)}.schedule-import-remove:disabled{opacity:.55;cursor:not-allowed}.schedule-import-remove:focus-visible{outline:3px solid rgb(157 64 55 / 14%);outline-offset:1px}.schedule-import-help{margin-top:18px;padding:16px 18px;border-radius:var(--schedule-radius-md);background:var(--schedule-primary-soft)}.schedule-import-help h3{margin:0;color:var(--schedule-text);font-size:15px;font-weight:700}.schedule-import-help p{margin:6px 0 0;color:var(--schedule-text-muted);font-size:14px;line-height:1.55}.schedule-import-processing{display:flex;margin-top:14px;padding:14px 16px;align-items:flex-start;gap:12px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-primary-soft);color:var(--schedule-text)}.schedule-import-processing strong{display:block;font-size:14px}.schedule-import-processing p{margin:4px 0 0;color:var(--schedule-text-muted);font-size:13px;line-height:1.45}.schedule-import-processing__spinner{width:19px;height:19px;flex:0 0 19px;margin-top:1px;border:2px solid rgb(65 99 85 / 22%);border-top-color:var(--schedule-primary);border-radius:50%;animation:schedule-import-spin .8s linear infinite}@keyframes schedule-import-spin{to{transform:rotate(360deg)}}.schedule-import-error{margin-top:14px;padding:12px 14px;border:1px solid var(--schedule-danger-border);border-radius:var(--schedule-radius-md);background:var(--schedule-danger-soft);color:var(--schedule-danger);font-size:14px;line-height:1.45}.schedule-import-actions{display:flex;margin-top:20px;justify-content:flex-end;gap:12px}.schedule-import-actions--review{justify-content:space-between}.schedule-import-button{display:inline-flex;min-width:116px;min-height:44px;padding:10px 24px;align-items:center;justify-content:center;border-radius:var(--schedule-radius-sm);font:inherit;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.schedule-import-button--primary{border:1px solid var(--schedule-primary);background:var(--schedule-primary);color:#fff}.schedule-import-button--primary:hover:not(:disabled){border-color:var(--schedule-primary-hover);background:var(--schedule-primary-hover)}.schedule-import-button--primary:focus-visible{outline:none;box-shadow:0 0 0 3px #4163552e}.schedule-import-button--primary:disabled{border-color:#c6cec9;background:#c6cec9;color:#fff;cursor:not-allowed}.schedule-import-button--secondary{border:1px solid var(--schedule-border-strong);background:var(--schedule-surface);color:var(--schedule-text)}.schedule-import-button--secondary:hover:not(:disabled){border-color:var(--schedule-primary);background:var(--schedule-primary-soft)}.schedule-import-button--secondary:focus-visible{outline:none;box-shadow:0 0 0 3px #41635524}.schedule-import-button--secondary:disabled{opacity:.6;cursor:not-allowed}.schedule-review-summary{padding:22px;border:1px solid var(--schedule-success-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-success-soft);box-shadow:0 8px 24px #1e2d250a}.schedule-review-summary__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.schedule-review-summary__eyebrow{display:block;margin-bottom:5px;color:var(--schedule-success);font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.schedule-review-summary h2{margin:0;color:var(--schedule-text);font-size:22px;line-height:1.25}.schedule-review-summary__title{margin:6px 0 0;color:var(--schedule-text-muted);font-size:14px}.schedule-review-summary__check{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-surface);color:var(--schedule-success)}.schedule-review-summary__facts{display:grid;margin-top:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-review-summary__fact{padding:12px 14px;border:1px solid rgb(53 97 72 / 12%);border-radius:var(--schedule-radius-md);background:#ffffffa6}.schedule-review-summary__fact--wide{grid-column:1 / -1}.schedule-review-summary__fact span{display:block;color:var(--schedule-text-muted);font-size:12px}.schedule-review-summary__fact strong{display:block;margin-top:3px;color:var(--schedule-text);font-size:14px;line-height:1.4}.schedule-review-alert{display:flex;margin-top:14px;padding:12px 14px;align-items:flex-start;gap:10px;border:1px solid var(--schedule-warning-border);border-radius:var(--schedule-radius-md);background:var(--schedule-warning-soft);color:var(--schedule-warning)}.schedule-review-alert svg{flex:0 0 auto;margin-top:1px}.schedule-review-alert strong{display:block;font-size:14px}.schedule-review-alert p{margin:3px 0 0;font-size:13px;line-height:1.45}.schedule-review-warnings{display:grid;margin-top:14px;gap:8px}.schedule-review-warning{display:flex;padding:10px 12px;align-items:flex-start;gap:9px;border-radius:var(--schedule-radius-md);background:#ffffff9e;color:var(--schedule-warning);font-size:13px;line-height:1.45}.schedule-review-warning svg{flex:0 0 auto;margin-top:1px}.schedule-review-events{margin-top:18px;padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-review-events__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.schedule-review-events__heading h2{margin:0;color:var(--schedule-text);font-size:18px}.schedule-review-events__heading p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px;line-height:1.45}.schedule-review-events__heading>span{flex:0 0 auto;padding:6px 10px;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:12px;font-weight:700}.schedule-review-events__list{display:grid;margin-top:16px;gap:10px}.schedule-event-card{display:flex;padding:16px;align-items:flex-start;gap:14px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-surface)}.schedule-event-card--review{border-color:var(--schedule-warning-border);background:var(--schedule-warning-soft)}.schedule-event-card__date{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:13px;font-weight:750}.schedule-event-card__content{min-width:0;flex:1}.schedule-event-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.schedule-event-card__day{margin:0 0 3px;color:var(--schedule-text-muted);font-size:12px;font-weight:650}.schedule-event-card h3{margin:0;color:var(--schedule-text);font-size:15px;line-height:1.35}.schedule-event-card__review-badge{flex:0 0 auto;padding:5px 8px;border-radius:var(--schedule-radius-full);background:#f6e8bd;color:var(--schedule-warning);font-size:11px;font-weight:750}.schedule-event-card__details{display:grid;margin-top:12px;grid-template-columns:minmax(150px,.7fr) minmax(0,1fr);gap:12px}.schedule-event-card__details span{display:block;color:var(--schedule-text-subtle);font-size:11px;font-weight:650;letter-spacing:.02em;text-transform:uppercase}.schedule-event-card__details strong{display:block;margin-top:3px;color:var(--schedule-text);font-size:13px;font-weight:650;line-height:1.4}.schedule-event-card__note{display:flex;margin-top:12px;padding:9px 10px;align-items:flex-start;gap:8px;border-radius:var(--schedule-radius-sm);background:#ffffffa6;color:var(--schedule-warning);font-size:12px;line-height:1.45}.schedule-event-card__note svg{width:16px;height:16px;flex:0 0 auto}@media(max-width:640px){.schedule-import-progress{margin-top:20px}.schedule-import-progress__step{gap:5px;font-size:12px}.schedule-import-progress__number{width:25px;height:25px;flex-basis:25px}.schedule-import-progress__line{margin:0 7px}.schedule-import-card,.schedule-review-events{padding:14px}.schedule-import-dropzone{min-height:300px;padding:30px 16px}.schedule-import-selected{padding:18px;align-items:flex-start;flex-wrap:wrap}.schedule-import-selected__content{width:calc(100% - 70px)}.schedule-import-remove{margin-left:70px}.schedule-import-actions,.schedule-import-actions--review{flex-direction:column-reverse}.schedule-import-button{width:100%}.schedule-review-summary{padding:18px}.schedule-review-summary__facts{grid-template-columns:1fr}.schedule-review-summary__fact--wide{grid-column:auto}.schedule-review-events__heading{flex-direction:column}.schedule-event-card{padding:14px}.schedule-event-card__heading{flex-direction:column}.schedule-event-card__details{grid-template-columns:1fr;gap:9px}}@media(prefers-reduced-motion:reduce){.schedule-import-dropzone,.schedule-import-button{transition:none}.schedule-import-processing__spinner{animation:none}}.schedule-review-sections{display:grid;margin-top:18px;gap:16px}.schedule-section-eyebrow{display:block;margin-bottom:5px;color:var(--schedule-success);font-size:12px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.schedule-pattern-card{padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-pattern-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.schedule-pattern-card__header h2{margin:0;color:var(--schedule-text);font-size:18px;line-height:1.3}.schedule-pattern-card__header p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px}.schedule-pattern-card__count{display:grid;min-width:34px;height:34px;padding:0 10px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:13px;font-weight:750}.schedule-pattern-card__details{display:grid;margin-top:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.schedule-pattern-card__details>div{min-width:0;padding:12px 13px;border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft)}.schedule-pattern-card__details span,.schedule-special-event__details span{display:block;color:var(--schedule-text-subtle);font-size:11px;font-weight:650;letter-spacing:.02em;text-transform:uppercase}.schedule-pattern-card__details strong,.schedule-special-event__details strong{display:block;margin-top:4px;color:var(--schedule-text);font-size:13px;line-height:1.4}.schedule-pattern-card__toggle{display:flex;width:100%;margin-top:14px;padding:11px 12px;align-items:center;justify-content:space-between;border:0;border-radius:var(--schedule-radius-sm);background:var(--schedule-primary-soft);color:var(--schedule-primary);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.schedule-pattern-card__toggle:hover{background:#e3eee7}.schedule-pattern-card__toggle svg{transition:transform .15s ease}.schedule-pattern-card__toggle svg.is-open{transform:rotate(180deg)}.schedule-pattern-dates{display:grid;margin-top:10px;gap:6px}.schedule-pattern-date{display:flex;padding:10px 12px;align-items:center;gap:10px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-sm);background:var(--schedule-surface)}.schedule-pattern-date__number{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:11px;font-weight:750}.schedule-pattern-date>div{min-width:0}.schedule-pattern-date strong{display:block;color:var(--schedule-text);font-size:13px}.schedule-pattern-date>div>span{display:block;margin-top:2px;color:var(--schedule-text-muted);font-size:12px}.schedule-follow-up{display:flex;padding:16px 18px;align-items:flex-start;gap:12px;border:1px solid var(--schedule-warning-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-warning-soft);color:var(--schedule-warning)}.schedule-follow-up>svg{flex:0 0 auto;margin-top:2px}.schedule-follow-up h2{margin:0;color:var(--schedule-warning);font-size:15px;line-height:1.35}.schedule-follow-up p{margin:5px 0 0;color:var(--schedule-warning);font-size:13px;line-height:1.5}.schedule-special-events{padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-special-events__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.schedule-special-events__heading h2{margin:0;color:var(--schedule-text);font-size:18px}.schedule-special-events__heading p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px}.schedule-special-events__heading>span{display:grid;min-width:34px;height:34px;padding:0 10px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:13px;font-weight:750}.schedule-special-events__list{display:grid;margin-top:16px;gap:10px}.schedule-special-event{padding:16px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft)}.schedule-special-event--review{border-color:var(--schedule-warning-border);background:var(--schedule-warning-soft)}.schedule-special-event__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.schedule-special-event__date{margin:0 0 4px;color:var(--schedule-text-muted);font-size:12px;font-weight:650}.schedule-special-event h3{margin:0;color:var(--schedule-text);font-size:15px;line-height:1.35}.schedule-special-event__badge{flex:0 0 auto;padding:5px 8px;border-radius:var(--schedule-radius-full);background:#f6e8bd;color:var(--schedule-warning);font-size:11px;font-weight:750}.schedule-special-event__details{display:grid;margin-top:12px;grid-template-columns:minmax(150px,.7fr) minmax(0,1fr);gap:12px}.schedule-special-event__helper{margin:12px 0 0;color:var(--schedule-text-muted);font-size:12px;line-height:1.45}.schedule-special-event__note{display:flex;margin-top:10px;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:var(--schedule-radius-sm);background:#ffffffa6;color:var(--schedule-warning);font-size:12px;line-height:1.45}.schedule-special-event__note svg{width:16px;height:16px;flex:0 0 auto}.schedule-review-summary__source-title{margin:3px 0 0;color:var(--schedule-text-subtle);font-size:12px}.schedule-pattern-date__title{display:block;margin-top:2px;color:var(--schedule-text);font-size:12px;font-weight:700}@media(max-width:640px){.schedule-pattern-card,.schedule-special-events{padding:14px}.schedule-pattern-card__details,.schedule-special-event__details{grid-template-columns:1fr}.schedule-pattern-card__header,.schedule-special-events__heading,.schedule-special-event__top{flex-direction:column}}.schedule-series-editor{margin-bottom:14px;padding:16px 18px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250a}.schedule-series-editor label,.schedule-edit-field{display:grid;gap:6px}.schedule-series-editor label>span,.schedule-edit-field>span{color:var(--schedule-text-muted);font-size:12px;font-weight:700}.schedule-series-editor input,.schedule-edit-field input{width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--schedule-border-strong);border-radius:var(--schedule-radius-sm);background:var(--schedule-surface);color:var(--schedule-text);font:inherit;font-size:14px;box-sizing:border-box}.schedule-series-editor input:focus,.schedule-edit-field input:focus{outline:none;border-color:var(--schedule-primary);box-shadow:0 0 0 3px #41635524}.schedule-edit-section{margin-top:16px;padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-edit-section__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.schedule-edit-section__heading h2{margin:0;color:var(--schedule-text);font-size:18px}.schedule-edit-section__heading p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px;line-height:1.5}.schedule-edit-section__heading>span{flex:0 0 auto;padding:6px 10px;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:12px;font-weight:750}.schedule-edit-list{display:grid;margin-top:16px;gap:8px}.schedule-edit-event{border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft);overflow:hidden}.schedule-edit-event--review{border-color:var(--schedule-warning-border)}.schedule-edit-event--excluded{opacity:.58}.schedule-edit-event__summary{display:flex;min-height:64px;padding:10px 12px;align-items:center;justify-content:space-between;gap:12px}.schedule-edit-event__include{display:flex;min-width:0;flex:1;align-items:center;gap:10px;cursor:pointer}.schedule-edit-event__include input,.schedule-edit-event__all-day input{width:17px;height:17px;flex:0 0 17px;accent-color:var(--schedule-primary)}.schedule-edit-event__number{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary-soft);color:var(--schedule-primary);font-size:11px;font-weight:750}.schedule-edit-event__summary-text{min-width:0}.schedule-edit-event__summary-text strong{display:block;overflow:hidden;color:var(--schedule-text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.schedule-edit-event__summary-text>span{display:block;margin-top:3px;color:var(--schedule-text-muted);font-size:12px}.schedule-edit-event__toggle{flex:0 0 auto;padding:7px 10px;border:1px solid var(--schedule-border-strong);border-radius:var(--schedule-radius-sm);background:var(--schedule-surface);color:var(--schedule-primary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.schedule-edit-event__toggle:hover{border-color:var(--schedule-primary);background:var(--schedule-primary-soft)}.schedule-edit-event__form{display:grid;padding:14px;border-top:1px solid var(--schedule-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:var(--schedule-surface)}.schedule-edit-field--wide{grid-column:1 / -1}.schedule-edit-event__all-day{display:flex;grid-column:1 / -1;align-items:center;gap:9px;color:var(--schedule-text);font-size:13px;font-weight:650;cursor:pointer}.schedule-edit-event__times{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.schedule-edit-event__review-note{display:flex;grid-column:1 / -1;padding:9px 10px;align-items:flex-start;gap:8px;border-radius:var(--schedule-radius-sm);background:var(--schedule-warning-soft);color:var(--schedule-warning);font-size:12px;line-height:1.45}.schedule-edit-event__review-note svg{flex:0 0 auto;margin-top:1px}.schedule-edit-field input:disabled{background:#f1f3f1;color:var(--schedule-text-subtle);cursor:not-allowed}@media(max-width:640px){.schedule-series-editor,.schedule-edit-section{padding:14px}.schedule-edit-section__heading{flex-direction:column}.schedule-edit-event__summary{align-items:flex-start}.schedule-edit-event__form,.schedule-edit-event__times{grid-template-columns:1fr}.schedule-edit-field--wide{grid-column:auto}}.schedule-assignment{margin-top:16px;padding:20px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-surface);box-shadow:0 8px 24px #1e2d250d}.schedule-assignment__heading h2{margin:0;color:var(--schedule-text);font-size:18px}.schedule-assignment__heading p{margin:5px 0 0;color:var(--schedule-text-muted);font-size:13px;line-height:1.5}.schedule-assignment__status{margin-top:14px;color:var(--schedule-text-muted);font-size:13px}.schedule-assignment__people{display:grid;margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-person-card{display:flex;min-width:0;min-height:72px;padding:12px;align-items:center;gap:11px;border:1px solid var(--schedule-border);border-radius:var(--schedule-radius-md);background:var(--schedule-surface-soft);color:var(--schedule-text);text-align:left;cursor:pointer}.schedule-person-card:hover{border-color:var(--schedule-primary);background:var(--schedule-primary-soft)}.schedule-person-card.is-selected{border-color:var(--schedule-primary);background:var(--schedule-primary-soft);box-shadow:0 0 0 2px #4163551a}.schedule-person-card__avatar{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-surface);color:var(--schedule-primary);font-size:14px;font-weight:800}.schedule-person-card__content{min-width:0;flex:1}.schedule-person-card__content strong{display:block;color:var(--schedule-text);font-size:14px}.schedule-person-card__content span{display:block;overflow:hidden;margin-top:3px;color:var(--schedule-text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.schedule-person-card__check{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-primary);color:#fff}.schedule-person-card__check svg{width:14px;height:14px}.schedule-assignment__confirmation{display:flex;margin-top:14px;padding:12px 14px;align-items:flex-start;gap:10px;border:1px solid var(--schedule-success-border);border-radius:var(--schedule-radius-md);background:var(--schedule-success-soft);color:var(--schedule-success)}.schedule-assignment__confirmation--warning{border-color:var(--schedule-warning-border);background:var(--schedule-warning-soft);color:var(--schedule-warning)}.schedule-assignment__confirmation>svg{flex:0 0 auto;margin-top:1px}.schedule-assignment__confirmation strong{display:block;font-size:13px}.schedule-assignment__confirmation span{display:block;margin-top:3px;font-size:12px;line-height:1.4}.schedule-import-complete{padding:34px 24px;border:1px solid var(--schedule-success-border);border-radius:var(--schedule-radius-lg);background:var(--schedule-success-soft);text-align:center;box-shadow:0 8px 24px #1e2d250d}.schedule-import-complete__icon{display:grid;width:58px;height:58px;margin:0 auto 16px;place-items:center;border-radius:var(--schedule-radius-full);background:var(--schedule-surface);color:var(--schedule-success)}.schedule-import-complete__icon svg{width:28px;height:28px}.schedule-import-complete h1{margin:0;color:var(--schedule-text);font-size:25px}.schedule-import-complete>p{margin:8px 0 0;color:var(--schedule-text-muted);font-size:14px;line-height:1.5}.schedule-import-complete__details{display:grid;max-width:480px;margin:20px auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.schedule-import-complete__details>div{padding:12px 14px;border-radius:var(--schedule-radius-md);background:#ffffffad}.schedule-import-complete__details span{display:block;color:var(--schedule-text-muted);font-size:12px}.schedule-import-complete__details strong{display:block;margin-top:3px;color:var(--schedule-text);font-size:13px}@media(max-width:640px){.schedule-assignment{padding:14px}.schedule-assignment__people,.schedule-import-complete__details{grid-template-columns:1fr}.schedule-import-complete{padding:28px 16px}}:root{--fg-color-bg: #f7f5ef;--fg-color-surface: #ffffff;--fg-color-text: #2f2a24;--fg-color-muted: #7b7168;--fg-color-border: #e5ded4;--fg-color-primary: #d9825b;--fg-color-primary-hover: #c97350;--fg-radius-md: 14px;--fg-radius-lg: 22px;--fg-space-xs: 6px;--fg-space-sm: 10px;--fg-space-md: 16px;--fg-space-lg: 24px;--fg-space-xl: 32px;--fg-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fg-shadow-soft: 0 8px 24px rgba(47, 42, 36, .08)}:root{--fg-blue: #0059D7;--fg-blue-hover: #004CC0;--fg-blue-soft: #E8F0FF;--fg-ink: #111827;--fg-slate: #4B5563;--fg-cloud: #F6F7FB;--fg-card: #FFFFFF;--fg-border: #E5E7EB;--fg-success: #16A34A;--fg-success-text: #15803D;--fg-warning: #F59E0B;--fg-warning-text: #B45309;--fg-danger: #DC2626;--fg-info: #2563EB;--fg-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--fg-maxw: 1100px;--fg-onboard-w: 600px;--fg-r-sm: 10px;--fg-r-md: 14px;--fg-r-lg: 18px;--fg-shadow-sm: 0 1px 2px rgba(17, 24, 39, .06);--fg-shadow-md: 0 8px 24px rgba(17, 24, 39, .08);--fg-focus: 0 0 0 4px rgba(0, 89, 215, .35);--fg-ease: cubic-bezier(.2, .8, .2, 1);--fg-fast: .12s;--fg-med: .2s}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--fg-font);color:var(--fg-ink);background:var(--fg-cloud);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
