/* components.css — shared component / page-family styles.
   Hoisted from per-page inline <style> blocks during CSS de-duplication:
   each rule below was byte-identical across >=2 page templates and absent
   from app/accessibility/responsive/aurora, so it now ships and caches once.
   Loaded LAST among the stylesheets, preserving the cascade position these
   rules held when they were inline (after the base sheets, before page tweaks).
   Rules are emitted in first-seen source order. */

.page-shell { display: flex; min-height: 100vh; position: relative; background: var(--canvas); isolation: isolate; overflow-x: hidden; }
.page-shell::before { content: ""; position: fixed; inset: -20% -10% auto -10%; height: 60vh; z-index: -1; background: radial-gradient(60% 80% at 18% 0%, rgba(15,155,142,0.22), transparent 60%), radial-gradient(55% 90% at 82% 8%, rgba(124,108,240,0.20), transparent 62%), radial-gradient(50% 70% at 55% 0%, rgba(246,166,9,0.16), transparent 58%); filter: blur(8px); pointer-events: none; }
.page-shell::after { content: ""; position: fixed; inset: 0; z-index: -1; background-image: radial-gradient(rgba(20,30,50,0.035) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; }
.main-content p, .main-content li, .main-content span, .main-content div, .main-content a, .main-content button { line-height: 1.5; }
.anim { opacity: 0; animation: rise 0.65s cubic-bezier(.18,.7,.2,1) forwards; }
.anim-1 { animation-delay: .02s; }
.anim-2 { animation-delay: .12s; }
.anim-3 { animation-delay: .22s; }
.anim-4 { animation-delay: .32s; }
.aurora-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,0.9); }
.panel-glyph { width: 50px; height: 50px; border-radius: 16px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.35); }
.panel-glyph.g-teal { background: linear-gradient(150deg, var(--teal), var(--teal-d)); box-shadow: 0 10px 22px -8px rgba(15,155,142,0.6); }
.panel-glyph.g-violet { background: linear-gradient(150deg, var(--violet), #5b49d8); box-shadow: 0 10px 22px -8px rgba(124,108,240,0.55); }
.panel-glyph.g-amber { background: linear-gradient(150deg, var(--amber), #d98a00); box-shadow: 0 10px 22px -8px rgba(246,166,9,0.5); }
.panel-glyph svg { width: 24px; height: 24px; }
.field-select { background-image: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6275' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>"); background-repeat: no-repeat; background-position: right 10px center; background-size: 14px; padding-right: 32px; }
.field-input:focus, .field-select:focus { outline: none; border-color: #0f9b8e; box-shadow: 0 0 0 3px rgba(15,155,142,0.15); }
.field-summary { font-size: 0.74rem; color: #6b7280; margin-top: 2px; }
.field-help { font-size: 0.74rem; color: #5a6275; margin-top: 4px; }
.wfh-chip-group { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.wfh-chip { position: relative; cursor: pointer; background: #fff; border: 1px solid rgba(20,30,50,0.10); border-radius: 10px; padding: 7px 4px; text-align: center; font-size: 0.74rem; font-weight: 800; color: #5a6275; transition: background .15s ease, border-color .15s ease, color .15s ease; user-select: none; }
.wfh-chip input { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.wfh-chip:hover { background: rgba(20,30,50,0.04); }
.wfh-chip:has(input:checked) { background: linear-gradient(150deg, #0f9b8e, #0a7a70); border-color: #0a7a70; color: #fff; box-shadow: 0 4px 10px -4px rgba(15,155,142,0.55); }
.wfh-chip:focus-within { outline: 2px solid #7c6cf0; outline-offset: 1px; }
.wfh-chip span { display: block; }
.search-dropdown { position: relative; }
.search-dropdown__button, .search-dropdown__search { width: 100%; appearance: none; background: #fff; border: 1px solid rgba(20,30,50,0.14); border-radius: 10px; color: #1d2433; font-family: inherit; font-size: 0.92rem; transition: border-color .15s ease, box-shadow .15s ease; }
.search-dropdown__button:focus, .search-dropdown__search:focus { outline: none; border-color: #0f9b8e; box-shadow: 0 0 0 3px rgba(15,155,142,0.15); }
.search-dropdown__button { min-height: 42px; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; cursor: pointer; }
.search-dropdown__summary { min-width: 0; color: #1d2433; font-weight: 600; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-dropdown__summary.is-placeholder { color: #6b7280; font-weight: 500; }
.search-dropdown__chevron { color: #5a6275; flex-shrink: 0; font-size: 0.9rem; }
.search-dropdown__panel { position: fixed; z-index: 100; display: none; }
.search-dropdown.is-open .search-dropdown__panel { display: block; }
.search-dropdown__panel-inner { border: 1px solid rgba(20,30,50,0.10); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,50,0.06), 0 18px 40px -18px rgba(20,30,50,0.30); padding: 10px; }
.search-dropdown__search { height: 38px; padding: 0 10px; margin-bottom: 8px; background: rgba(20,30,50,0.04); border-color: transparent; }
.search-dropdown__search:focus { background: #fff; }
.search-dropdown__options { max-height: 240px; overflow-y: auto; display: flex; flex-direction: column; gap: 4px; }
.search-dropdown__option { display: flex; align-items: flex-start; gap: 10px; border: 1px solid transparent; border-radius: 10px; padding: 8px 10px; background: transparent; cursor: pointer; }
.search-dropdown__option:hover { background: rgba(15,155,142,0.06); border-color: rgba(15,155,142,0.18); }
.search-dropdown__option.is-hidden { display: none; }
.search-dropdown__option input { margin-top: 2px; flex-shrink: 0; accent-color: #0f9b8e; }
.search-dropdown__option-text { min-width: 0; display: flex; flex-direction: column; }
.search-dropdown__option-primary { font-size: 0.88rem; font-weight: 700; color: #1d2433; word-break: break-word; }
.search-dropdown__option-secondary { font-size: 0.76rem; color: #5a6275; word-break: break-word; margin-top: 1px; }
.search-dropdown__empty { margin-top: 8px; padding: 10px 12px; border-radius: 10px; background: rgba(20,30,50,0.04); color: #5a6275; font-size: 0.84rem; }
.search-dropdown__empty.hidden { display: none; }
.ob-page { display: flex; flex-direction: column; gap: 1.25rem; padding: 1.5rem 0; max-width: 100%; }
.ob-flash-wrap { display: flex; flex-direction: column; gap: 0.5rem; }
.ob-flash { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 0.95rem; border-radius: 12px; font-size: 0.88rem; }
.ob-flash i.ph-duotone { font-size: 18px; line-height: 1; flex-shrink: 0; }
.ob-flash[data-tone="ok"] { background: rgba(16, 185, 129, 0.10); color: #047857; }
.ob-flash[data-tone="warning"] { background: rgba(245, 158, 11, 0.12); color: #92400e; }
.ob-flash[data-tone="error"] { background: rgba(244, 63, 94, 0.10); color: #be123c; }
.ob-detail-hero-left { display: flex; gap: 1rem; align-items: flex-start; min-width: 0; flex: 1; }
.ob-detail-meta { font-size: 0.9rem; color: #4b5563; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.ob-detail-meta i.ph-duotone { font-size: 14px; line-height: 1; margin-right: 3px; vertical-align: -2px; color: #6d28d9; }
.ob-detail-meta-sep { color: #64748b; }
.ob-avatar { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #8b5cf6, #6d28d9); color: #fff; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.02em; }
.ob-avatar-lg { width: 60px; height: 60px; border-radius: 16px; font-size: 1.2rem; }
.ob-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 10px; font-size: 0.85rem; font-weight: 600; text-decoration: none; border: 0; cursor: pointer; font-family: inherit; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.ob-btn i.ph-duotone { font-size: 16px; line-height: 1; }
.ob-btn-ghost { background: #fff; color: #374151; border: 1px solid rgba(20, 30, 50, 0.14); }
.ob-btn-ghost:hover { background: #f9fafb; border-color: rgba(20, 30, 50, 0.22); }
.ob-detail-progress { background: #fff; border: 1px solid rgba(20, 30, 50, 0.08); border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.ob-progress-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 1rem; }
.ob-pstat { display: flex; flex-direction: column; gap: 4px; }
.ob-pstat-value { font-size: 1.5rem; font-weight: 700; color: #111827; font-variant-numeric: tabular-nums; line-height: 1; }
.ob-pstat-value-violet { color: #6d28d9; }
.ob-pstat-pct { font-size: 0.85rem; font-weight: 700; margin-left: 2px; }
.ob-pstat-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #6b7280; }
.ob-pstat[data-tint="teal"] .ob-pstat-value { color: #047857; }
.ob-pstat[data-tint="amber"] .ob-pstat-value { color: #b45309; }
.ob-pstat[data-tint="slate"] .ob-pstat-value { color: #4b5563; }
.ob-progress { height: 8px; background: rgba(20, 30, 50, 0.06); border-radius: 999px; overflow: hidden; position: relative; }
.ob-progress-fill { height: 100%; background: linear-gradient(90deg, #6d28d9, #8b5cf6); border-radius: 999px; transition: width 0.4s ease; width: 0; }
.ob-filter-pills { display: flex; gap: 0.4rem; flex-wrap: wrap; align-self: flex-start; }
.ob-filter-pills-sm .ob-filter-pill { padding: 5px 10px; font-size: 0.78rem; }
.ob-filter-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 6px 11px; border-radius: 999px; background: rgba(20, 30, 50, 0.05); color: #4b5563; font-size: 0.8rem; font-weight: 600; text-decoration: none; transition: background 0.15s ease, color 0.15s ease; }
.ob-filter-pill:hover { background: rgba(20, 30, 50, 0.08); color: #1f2937; }
.ob-filter-pill.is-active { background: #6d28d9; color: #fff; }
.ob-filter-pill.is-active .ob-pill-count { color: rgba(255, 255, 255, 0.85); }
.ob-detail-tasks { background: #fff; border: 1px solid rgba(20, 30, 50, 0.08); border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.ob-detail-tasks-head { display: flex; gap: 0.9rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.ob-detail-tasks-title { display: flex; align-items: center; gap: 0.55rem; margin: 0; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #6b7280; }
.ob-detail-tasks-title i.ph-duotone { font-size: 16px; line-height: 1; color: #6d28d9; }
.ob-task-row::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 0 2px 2px 0; background: #94a3b8; }
.ob-task-row[data-tint="teal"]::before { background: #10b981; }
.ob-task-row[data-tint="amber"]::before { background: #f59e0b; }
.ob-task-row[data-tint="rose"]::before { background: #f43f5e; }
.ob-task-row[data-tint="violet"]::before { background: #8b5cf6; }
.ob-task-row[data-tint="blue"]::before { background: #3b82f6; }
.ob-task-row.is-state-done { background: rgba(16, 185, 129, 0.03); }
.ob-task-row.is-state-skipped { background: rgba(245, 158, 11, 0.03); }
.ob-task-row[data-tint="teal"] .ob-task-icon { background: rgba(16, 185, 129, 0.10); color: #0f9b8e; }
.ob-task-row[data-tint="amber"] .ob-task-icon { background: rgba(245, 158, 11, 0.10); color: #d97706; }
.ob-task-row[data-tint="rose"] .ob-task-icon { background: rgba(244, 63, 94, 0.10); color: #be123c; }
.ob-task-row[data-tint="violet"] .ob-task-icon { background: rgba(139, 92, 246, 0.10); color: #6d28d9; }
.ob-task-row[data-tint="blue"] .ob-task-icon { background: rgba(59, 130, 246, 0.10); color: #1d4ed8; }
.ob-task-row[data-tint="slate"] .ob-task-icon { background: rgba(148, 163, 184, 0.14); color: #475569; }
.ob-task-main { flex: 1 1 auto; min-width: 0; }
.ob-task-row.is-state-done .ob-task-title { color: #4b5563; text-decoration: line-through; }
.ob-task-row.is-state-skipped .ob-task-title { color: #6b7280; }
.ob-task-meta-sep { color: #64748b; }
.ob-task-skip-reason { margin-top: 7px; padding: 7px 11px; font-size: 0.82rem; color: #92400e; background: rgba(245, 158, 11, 0.08); border-left: 2px solid #f59e0b; border-radius: 0 6px 6px 0; display: flex; gap: 6px; align-items: flex-start; }
.ob-task-skip-reason i.ph-duotone { font-size: 14px; line-height: 1.4; flex-shrink: 0; color: #d97706; }
.ob-task-state { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; flex-shrink: 0; align-self: flex-start; }
.ob-task-state i.ph-duotone { font-size: 13px; line-height: 1; }
.ob-task-state[data-tint="teal"] { background: rgba(16, 185, 129, 0.10); color: #047857; }
.ob-task-state[data-tint="amber"] { background: rgba(245, 158, 11, 0.12); color: #92400e; }
.ob-task-state[data-tint="slate"] { background: rgba(148, 163, 184, 0.16); color: #475569; }
.ob-task-side { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-end; flex-shrink: 0; }
.ob-inline-form { display: inline-flex; margin: 0; padding: 0; }
.ob-task-action-btn { display: inline-flex; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 8px; font-size: 0.78rem; font-weight: 600; line-height: 1; border: 1px solid transparent; background: transparent; cursor: pointer; font-family: inherit; list-style: none; transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease; }
.ob-task-action-btn::-webkit-details-marker { display: none; }
.ob-task-action-btn i.ph-duotone { font-size: 14px; line-height: 1; }
.ob-task-action-btn-primary { background: rgba(16, 185, 129, 0.12); color: #047857; }
.ob-task-action-btn-primary:hover { background: rgba(16, 185, 129, 0.22); }
.ob-task-action-btn-amber { background: rgba(245, 158, 11, 0.14); color: #92400e; }
.ob-task-action-btn-amber:hover { background: rgba(245, 158, 11, 0.24); }
.ob-task-action-btn-ghost { color: #475569; background: rgba(148, 163, 184, 0.10); }
.ob-task-action-btn-ghost:hover { background: rgba(148, 163, 184, 0.22); color: #1f2937; }
.ob-skip-toggle { position: relative; }
.ob-skip-toggle[open] > summary.ob-task-action-btn { background: rgba(245, 158, 11, 0.24); color: #92400e; }
.ob-skip-form { position: absolute; right: 0; top: calc(100% + 4px); z-index: 5; min-width: 260px; padding: 0.85rem; background: #fff; border: 1px solid rgba(245, 158, 11, 0.30); border-radius: 10px; box-shadow: 0 12px 28px rgba(20, 30, 50, 0.16); display: flex; flex-direction: column; gap: 0.55rem; }
.ob-skip-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #6b7280; }
.ob-skip-optional { color: #6b7280; font-weight: 500; text-transform: none; letter-spacing: 0; }
.ob-skip-input { width: 100%; border: 1px solid rgba(20, 30, 50, 0.14); background: #fff; color: #111827; font-size: 0.88rem; padding: 8px 10px; border-radius: 8px; font-family: inherit; line-height: 1.4; resize: vertical; min-height: 50px; }
.ob-skip-input:focus { outline: 0; border-color: #d97706; box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.22); }
.ob-skip-actions { display: flex; justify-content: flex-end; }
.ob-empty-title { font-size: 0.95rem; font-weight: 600; color: #374151; margin: 0.55rem 0 0.25rem; }
.ob-empty-body { font-size: 0.85rem; color: #6b7280; margin: 0; line-height: 1.5; }
.ob-hero-icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: rgba(139, 92, 246, 0.10); color: #6d28d9; }
.ob-hero-icon i.ph-duotone { font-size: 24px; line-height: 1; }
.ob-kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6b7280; }
.ob-sub { font-size: 0.9rem; color: #6b7280; margin: 0; line-height: 1.5; max-width: 60ch; }
.ob-btn-primary { background: #6d28d9; color: #fff; }
.ob-btn-primary:hover { background: #5b21b6; }
.ob-empty-state { background: #fff; border: 1px dashed rgba(20, 30, 50, 0.14); border-radius: 16px; padding: 3rem 1.5rem; text-align: center; }
.ob-empty-state i.ph-duotone { font-size: 40px; color: #64748b; }
.ob-empty-state-title { font-size: 1.15rem; font-weight: 700; color: #374151; margin: 0.85rem 0 0.35rem; }
.ob-empty-state-body { font-size: 0.92rem; color: #6b7280; margin: 0 auto; max-width: 48ch; line-height: 1.5; }
.sch-page { display: flex; flex-direction: column; gap: 1.1rem; padding: 1.5rem 0; max-width: 100%; }
.sch-flash-wrap { display: flex; flex-direction: column; gap: 0.5rem; }
.sch-flash { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 0.95rem; border-radius: 12px; font-size: 0.88rem; }
.sch-flash i.ph-duotone { font-size: 18px; line-height: 1; flex-shrink: 0; }
.sch-flash[data-tone="ok"] { background: rgba(16, 185, 129, 0.10); color: #047857; }
.sch-flash[data-tone="warning"] { background: rgba(245, 158, 11, 0.12); color: #92400e; }
.sch-flash[data-tone="error"] { background: rgba(244, 63, 94, 0.10); color: #be123c; }
.sch-hero { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start; justify-content: space-between; background: #fff; border: 1px solid rgba(20, 30, 50, 0.08); border-radius: 20px; padding: 1.4rem 1.5rem; }
.sch-hero-left { display: flex; gap: 0.9rem; align-items: flex-start; min-width: 0; flex: 1 1 280px; }
.sch-hero-icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: rgba(59, 130, 246, 0.10); color: #1d4ed8; }
.sch-hero-icon i.ph-duotone { font-size: 24px; line-height: 1; }
.sch-kicker { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6b7280; }
.sch-title { font-size: 1.5rem; font-weight: 700; color: #111827; margin: 2px 0 4px; line-height: 1.15; }
.sch-hero-right { display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center; }
.sch-week-nav { display: inline-flex; align-items: center; gap: 2px; background: rgba(20, 30, 50, 0.04); padding: 4px; border-radius: 999px; }
.sch-week-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 999px; color: #4b5563; text-decoration: none; transition: background 0.12s ease, color 0.12s ease; }
.sch-week-btn:hover { background: #fff; color: #111827; }
.sch-week-btn i.ph-duotone { font-size: 16px; line-height: 1; }
.sch-week-today { padding: 6px 12px; font-size: 0.78rem; font-weight: 600; background: #fff; color: #1d4ed8; border-radius: 999px; text-decoration: none; }
.sch-week-today:hover { background: #f0f9ff; }
.sch-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 10px; font-size: 0.85rem; font-weight: 600; text-decoration: none; border: 0; cursor: pointer; font-family: inherit; transition: background 0.15s ease, color 0.15s ease; }
.sch-btn i.ph-duotone { font-size: 16px; line-height: 1; }
.sch-input, .sch-select, .sch-textarea { width: 100%; border: 1px solid rgba(20, 30, 50, 0.14); background: #fff; color: #111827; font-size: 0.88rem; padding: 8px 12px; border-radius: 10px; font-family: inherit; line-height: 1.4; }
.sch-field { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.sch-field-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #6b7280; }
.sch-field-wide { grid-column: 1 / -1; }
.sch-stat { background: #fff; border: 1px solid rgba(20, 30, 50, 0.08); border-radius: 12px; padding: 0.85rem 1rem; display: flex; flex-direction: column; gap: 4px; }
.sch-stat-value { font-size: 1.4rem; font-weight: 700; color: #111827; line-height: 1; font-variant-numeric: tabular-nums; }
.sch-stat-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #6b7280; }
.sch-stat-label[data-tint="teal"] { color: #047857; }
.sch-stat-label[data-tint="amber"] { color: #b45309; }
.sch-stat-label[data-tint="rose"] { color: #be123c; }
.sch-create-summary { list-style: none; cursor: pointer; display: flex; gap: 0.7rem; align-items: center; padding: 0.95rem 1.1rem; }
.sch-create-summary::-webkit-details-marker { display: none; }
.sch-create-icon i.ph-duotone { font-size: 18px; line-height: 1; }
.sch-create-titles { flex: 1; min-width: 0; }
.sch-create-title { display: block; font-size: 0.95rem; font-weight: 600; color: #111827; }
.sch-create-meta { display: block; font-size: 0.8rem; color: #6b7280; margin-top: 2px; line-height: 1.4; }
.sch-create-chev { color: #6b7280; transition: transform 0.2s ease; }
.sch-create-chev i.ph-duotone { font-size: 18px; line-height: 1; }
details.sch-create-card[open] > .sch-create-summary .sch-create-chev { transform: rotate(180deg); }
.sch-hero-text { min-width: 0; }
.sch-btn-secondary { background: rgba(245, 158, 11, 0.14); color: #b45309; }
.sch-btn-secondary:hover { background: rgba(245, 158, 11, 0.24); }
.sch-btn-ghost { background: rgba(20, 30, 50, 0.05); color: #374151; }
.sch-btn-ghost:hover { background: rgba(20, 30, 50, 0.10); }
.sch-stat-unit { font-size: 0.85rem; color: #6b7280; font-weight: 500; margin-left: 2px; }
.sch-stat-label[data-tint="blue"] { color: #1d4ed8; }
.sch-day-list { display: flex; flex-direction: column; gap: 0.6rem; }
.sch-day-block { background: #fff; border: 1px solid rgba(20, 30, 50, 0.08); border-radius: 14px; padding: 1rem 1.2rem; }
.sch-day-header { display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; margin-bottom: 0.7rem; }
.sch-day-header-left { display: flex; align-items: baseline; gap: 0.7rem; }
.sch-day-name { font-size: 0.95rem; font-weight: 700; color: #111827; }
.sch-day-date { font-size: 0.78rem; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 0.04em; }
.sch-day-cells { display: flex; flex-direction: column; gap: 0.5rem; }
.sch-shift-card-time { display: flex; align-items: center; gap: 7px; font-size: 0.95rem; font-weight: 600; color: #111827; font-variant-numeric: tabular-nums; }
.sch-shift-card-duration { margin-left: auto; font-size: 0.75rem; font-weight: 600; color: #6b7280; background: rgba(255, 255, 255, 0.7); padding: 2px 8px; border-radius: 999px; }
.sch-shift-card-meta { display: flex; gap: 0.8rem; flex-wrap: wrap; font-size: 0.82rem; color: #4b5563; }
.sch-shift-card-chunk { display: inline-flex; align-items: center; gap: 4px; }
.sch-shift-card-chunk i.ph-duotone { font-size: 14px; line-height: 1; color: #6b7280; }
.sch-shift-card-notes { font-size: 0.82rem; color: #4b5563; line-height: 1.45; }
.sch-empty-week { background: #fff; border: 1px dashed rgba(20, 30, 50, 0.14); border-radius: 16px; padding: 3rem 1.5rem; text-align: center; }
.sch-empty-title { font-size: 1.05rem; font-weight: 700; color: #374151; margin: 0.85rem 0 0.35rem; }
.sch-empty-body { font-size: 0.92rem; color: #6b7280; margin: 0 auto; max-width: 52ch; line-height: 1.5; }

/* ------------------------------------------------------------
   Utility classes generated from converted inline style="" attributes
   (CSP: style-src has no 'unsafe-inline', so attribute styles were blocked).
   Value-shared: identical declaration sets map to one class. Loaded last,
   Selector is repeated x3 (specificity 0,0,3,0) so each utility preserves the
   precedence its former inline style had — winning over component rules in
   page-level <style> blocks (incl. descendant and :hover selectors, max 0,0,2,0).
   ------------------------------------------------------------ */
.u-04b0b3.u-04b0b3.u-04b0b3 { display:flex; align-items:center; gap:12px; min-width:0; }
.u-07a953.u-07a953.u-07a953 { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin-bottom:6px; }
.u-11582d.u-11582d.u-11582d { display:flex; align-items:center; gap:12px; }
.u-150a87.u-150a87.u-150a87 { margin-top: 1.25rem; }
.u-16500a.u-16500a.u-16500a { font-size:.72rem; font-weight:700; color:#5a6275; }
.u-193935.u-193935.u-193935 { padding:8px 12px; text-align:left; font-size:0.84rem; display:flex; align-items:center; gap:8px; }
.u-19dedf.u-19dedf.u-19dedf { display:grid; gap:18px; }
.u-1a018b.u-1a018b.u-1a018b { display:flex; flex-direction:column; gap:.6rem; margin-bottom:18px; }
.u-1a9f26.u-1a9f26.u-1a9f26 { margin-top:4px; font-size:0.74rem; color:var(--rose,#f0506e); }
.u-1b5fb7.u-1b5fb7.u-1b5fb7 { width:44px; height:44px; border-radius:50%; background:linear-gradient(150deg,#f6efe8,#ece2d6); color:#5a6275; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:0.84rem; flex-shrink:0; overflow:hidden; }
.u-1c719f.u-1c719f.u-1c719f { padding-left: 20px; }
.u-1e5e83.u-1e5e83.u-1e5e83 { margin-bottom: 0; }
.u-229920.u-229920.u-229920 { width:100%; height:100%; object-fit:cover; }
.u-24b962.u-24b962.u-24b962 { margin-top: 1rem; }
.u-2761a6.u-2761a6.u-2761a6 { display:flex; align-items:center; gap:8px; }
.u-28bf14.u-28bf14.u-28bf14 { color:#064a47; }
.u-2ac17c.u-2ac17c.u-2ac17c { margin-top:3px; font-size:0.72rem; color:var(--ink-faint,#6b7280); }
.u-2d2594.u-2d2594.u-2d2594 { margin-top:3px; white-space:pre-line; }
.u-2fc379.u-2fc379.u-2fc379 { padding: 14px 18px 18px; }
.u-322c6f.u-322c6f.u-322c6f { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.u-3245fc.u-3245fc.u-3245fc { width:36px; height:36px; border-radius:11px; }
.u-340dbb.u-340dbb.u-340dbb { border:0; margin:0; padding:0; }
.u-3481ab.u-3481ab.u-3481ab { padding:48px 24px; }
.u-360ac0.u-360ac0.u-360ac0 { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px; }
.u-36cb94.u-36cb94.u-36cb94 { display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:4px 14px; }
.u-3a567f.u-3a567f.u-3a567f { margin-top:8px; display:flex; justify-content:flex-end; }
.u-3cb022.u-3cb022.u-3cb022 { color:#5b49d8; }
.u-3f9f96.u-3f9f96.u-3f9f96 { min-width:0; }
.u-410b9d.u-410b9d.u-410b9d { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:4px 14px; }
.u-42cc26.u-42cc26.u-42cc26 { background: rgba(20,30,50,0.04); display:flex; align-items:center; }
.u-4475a6.u-4475a6.u-4475a6 { min-width:0; flex:1; }
.u-46c219.u-46c219.u-46c219 { flex:1; display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; }
.u-493b1c.u-493b1c.u-493b1c { grid-column: 1 / -1; }
.u-4f0e77.u-4f0e77.u-4f0e77 { align-self:end; flex:0 0 auto; }
.u-529404.u-529404.u-529404 { color:var(--ts-slate-700); }
.u-53deb6.u-53deb6.u-53deb6 { color:#475569; }
.u-5a96ec.u-5a96ec.u-5a96ec { flex: 0 0 auto; padding: 9px 16px; }
.u-5bcd7a.u-5bcd7a.u-5bcd7a { margin-top: 12px; }
.u-5f09e8.u-5f09e8.u-5f09e8 { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px; border-top:1px solid rgba(20,30,50,0.06); padding-top:14px; }
.u-63e22f.u-63e22f.u-63e22f { padding-top:32px; }
.u-64c266.u-64c266.u-64c266 { margin-top: 0.5rem; }
.u-6ccc13.u-6ccc13.u-6ccc13 { color:var(--ts-slate-500); }
.u-6d5673.u-6d5673.u-6d5673 { width:100%; }
.u-722ae2.u-722ae2.u-722ae2 { border:0; margin-bottom:8px; background:transparent; padding:0; }
.u-742e54.u-742e54.u-742e54 { width:14px; height:14px; }
.u-77fcab.u-77fcab.u-77fcab { flex: 0 0 auto; }
.u-8249a8.u-8249a8.u-8249a8 { position:static; opacity:1; width:auto; height:auto; pointer-events:auto; accent-color:#0f9b8e; }
.u-82b956.u-82b956.u-82b956 { max-width:9rem; color:rgba(226,232,240,.7); }
.u-84c292.u-84c292.u-84c292 { display:grid; grid-template-columns:repeat(auto-fit, minmax(180px, 1fr)); gap:6px; }
.u-8aa300.u-8aa300.u-8aa300 { width:28px; height:28px; display:inline-block; margin-bottom:8px; }
.u-908c64.u-908c64.u-908c64 { color:#6b7280; }
.u-951dd6.u-951dd6.u-951dd6 { overflow-x: auto; margin: 0 -20px -20px; padding: 0 20px 14px; }
.u-990aa7.u-990aa7.u-990aa7 { border-color:var(--ts-slate-200); }
.u-9e3c4c.u-9e3c4c.u-9e3c4c { margin-top:6px; }
.u-a2f8bb.u-a2f8bb.u-a2f8bb { font-size:0.84rem; margin-top:6px; }
.u-a56e6b.u-a56e6b.u-a56e6b { display:flex; align-items:flex-start; gap:14px; min-width:0; flex:1; }
.u-a7a0f0.u-a7a0f0.u-a7a0f0 { font-size:0.8rem; font-weight:600; color:#5a6275; }
.u-a9e283.u-a9e283.u-a9e283 { -webkit-overflow-scrolling: touch; }
.u-b1c081.u-b1c081.u-b1c081 { margin:0 -6px; }
.u-b45265.u-b45265.u-b45265 { grid-column:1 / -1; }
.u-b47e13.u-b47e13.u-b47e13 { display:flex; gap:6px; flex-wrap:wrap; }
.u-be70d9.u-be70d9.u-be70d9 { width: 100%; }
.u-c997a9.u-c997a9.u-c997a9 { display: contents; }
.u-cb4589.u-cb4589.u-cb4589 { display:none; }
.u-d192c1.u-d192c1.u-d192c1 { display:flex; align-items:flex-start; gap:14px; }
.u-d2a652.u-d2a652.u-d2a652 { font-size:clamp(1.9rem,3.4vw,2.6rem); }
.u-d2dc0a.u-d2dc0a.u-d2dc0a { flex: 1; }
.u-d6cf16.u-d6cf16.u-d6cf16 { --p: 100%; }
.u-dcc05a.u-dcc05a.u-dcc05a { width:16px; height:16px; }
.u-dd0e4e.u-dd0e4e.u-dd0e4e { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; flex-wrap:wrap; }
.u-decf52.u-decf52.u-decf52 { max-width: 1100px; }
.u-e09171.u-e09171.u-e09171 { color:var(--ts-slate-900); }
.u-e18b26.u-e18b26.u-e18b26 { font-size:0.84rem; color:#5a6275; }
.u-eab9b2.u-eab9b2.u-eab9b2 { flex:0 0 auto; justify-content:flex-start; }
.u-eac4af.u-eac4af.u-eac4af { color:#8a5600; }
.u-eb6e4a.u-eb6e4a.u-eb6e4a { cursor:pointer; font-weight:500; }
.u-ec5ac5.u-ec5ac5.u-ec5ac5 { max-width:9rem; }
.u-ecac00.u-ecac00.u-ecac00 { margin-bottom: 1.25rem; }
.u-ed840f.u-ed840f.u-ed840f { display:inline-flex; align-items:center; gap:10px; }
.u-ee6ed7.u-ee6ed7.u-ee6ed7 { background: linear-gradient(150deg, #0f9b8e, #0a7a70); color: #fff; padding: 10px 18px; font-size: 0.9rem; min-height: 42px; }
.u-f7ef92.u-f7ef92.u-f7ef92 { display:flex; justify-content:flex-end; }
.u-f98fef.u-f98fef.u-f98fef { margin-bottom: 12px; }
