.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-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(760px,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{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__step.is-active .schedule-import-progress__number{border-color:var(--schedule-primary);background:var(--schedule-primary);color:#fff}.schedule-import-progress__line{height:1px;min-width:24px;flex:1;margin:0 12px;background:var(--schedule-border)}.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{background:var(--schedule-danger-soft)}.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-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-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{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}@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{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{flex-direction:column-reverse}.schedule-import-button{width:100%}}@media(prefers-reduced-motion:reduce){.schedule-import-dropzone,.schedule-import-button{transition:none}}: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}
