:root{color-scheme:light;font-family:Inter,-apple-system,system-ui,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;--bg: #f3f4f6;--surface: #ffffff;--surface-muted: #f9fafb;--border: #e5e7eb;--border-strong: #d1d5db;--text: #111827;--text-muted: #6b7280;--text-subtle: #9ca3af;--accent: #111827;--accent-contrast: #ffffff;--radius-lg: 12px;--radius: 8px;--radius-sm: 6px;--green-bg: #ecfdf3;--green-fg: #067647;--amber-bg: #fffaeb;--amber-fg: #b54708;--red-bg: #fef3f2;--red-fg: #b42318;--blue-bg: #eff8ff;--blue-fg: #175cd3;--gray-bg: #f2f4f7;--gray-fg: #475467;background:var(--bg);color:var(--text)}html[data-theme=amber]{--bg: #faf6ef;--surface: #fffdf9;--surface-muted: #f6efe2;--border: #ece3d5;--border-strong: #ddd0bb;--text: #2a2018;--text-muted: #7a6a55;--text-subtle: #a99c86;--accent: #b45309;--accent-contrast: #ffffff;--green-bg: #ecfdf3;--green-fg: #067647;--amber-bg: #fff3e0;--amber-fg: #b54708;--red-bg: #fef3f2;--red-fg: #b42318;--blue-bg: #eff8ff;--blue-fg: #175cd3;--gray-bg: #f1ece1;--gray-fg: #6b5d49}html[data-theme=red]{--bg: #fbf3ee;--surface: #fffaf6;--surface-muted: #f7e9e0;--border: #efd9cf;--border-strong: #e3c4b6;--text: #2a1a16;--text-muted: #7d5a4e;--text-subtle: #b09084;--accent: #b91c1c;--accent-contrast: #ffffff;--green-bg: #ecfdf3;--green-fg: #067647;--amber-bg: #fdf2dc;--amber-fg: #a06a14;--red-bg: #fdeceb;--red-fg: #b42318;--blue-bg: #eff8ff;--blue-fg: #175cd3;--gray-bg: #f3ebe6;--gray-fg: #6b5349}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,textarea,select,label{font:inherit}input,textarea,select{width:100%;padding:11px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text)}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}#root{min-height:100vh}.app-shell{position:relative;padding-bottom:32px}.page{padding:16px;max-width:760px;margin:0 auto;display:grid;gap:14px}.top-nav-actions{max-width:760px;margin:0 auto;padding:12px 16px 0;display:flex;justify-content:flex-end}.eyebrow{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);font-weight:600}.page-subtitle{margin:2px 0 0;color:var(--text-muted);font-size:.92rem}.page-header,.page-header-compact{display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-scheduler-block{display:grid;gap:14px}.date-timeline{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.date-chip{flex:0 0 auto;scroll-snap-align:start;border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;min-width:72px;display:grid;gap:2px;background:var(--surface);color:var(--text);text-align:center;cursor:pointer;transition:border-color .12s ease,background .12s ease}.date-chip:hover{border-color:var(--border-strong)}.date-chip span{font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums}.date-chip small{color:var(--text-muted);font-size:.78rem}.date-chip strong{color:var(--accent);font-size:.72rem;min-height:.9em}.date-chip-spacer{visibility:hidden}.date-chip.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.date-chip.active small,.date-chip.active strong{color:#ffffffd9}.meal-switcher{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.meal-switcher button{display:grid;gap:3px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.meal-switcher-label{font-size:1.05rem;font-weight:700}.meal-switcher button small{color:var(--text-muted);font-size:.82rem}.meal-switcher button strong{font-size:.8rem;color:var(--green-fg);font-weight:600}.meal-switcher button.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.meal-switcher button.active small,.meal-switcher button.active strong{color:#ffffffd9}.current-context-bar{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;border:1px solid var(--border);background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius);padding:10px 14px}.current-context-bar div{display:grid;gap:1px}.current-context-bar strong{font-size:.96rem}.current-context-bar span{color:var(--text-muted);font-size:.82rem}.context-counts{display:flex!important;align-items:center;gap:8px;grid-auto-flow:column;color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums}.dot{display:inline-block;width:9px;height:9px;border-radius:2px;margin-left:4px}.dot-available{background:var(--green-fg)}.dot-held{background:var(--amber-fg)}.dot-booked{background:var(--red-fg)}.dot-arrived{background:var(--blue-fg)}.filter-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px}.filter-button{flex:0 0 auto;border:1px solid var(--border);border-radius:999px;padding:7px 14px;background:var(--surface);color:var(--text-muted);white-space:nowrap;cursor:pointer;font-size:.88rem}.filter-button.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.slot-grid{display:grid;gap:10px}.slot-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border-strong);border-radius:var(--radius);padding:14px;display:grid;gap:10px}.slot-card.slot-available{border-left-color:var(--green-fg)}.slot-card.slot-held{border-left-color:var(--amber-fg)}.slot-card.slot-booked{border-left-color:var(--red-fg)}.slot-card.slot-arrived{border-left-color:var(--blue-fg)}.slot-card.slot-disabled{border-left-color:var(--gray-fg);opacity:.7}.slot-card header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.slot-card h3{margin:0;font-size:1.02rem}.slot-meta{margin:3px 0 0;color:var(--text-muted);font-size:.85rem}.slot-status{font-weight:700;margin:0}.status-pill{border-radius:var(--radius-sm);padding:4px 9px;font-size:.72rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.status-available{background:var(--green-bg);color:var(--green-fg)}.status-held{background:var(--amber-bg);color:var(--amber-fg)}.status-booked{background:var(--red-bg);color:var(--red-fg)}.status-arrived{background:var(--blue-bg);color:var(--blue-fg)}.status-disabled{background:var(--gray-bg);color:var(--gray-fg)}.booking-summary{display:grid;gap:4px;padding:10px;background:var(--surface-muted);border-radius:var(--radius-sm);font-size:.9rem}.hold-badge{display:grid;gap:3px;background:var(--amber-bg);border:1px solid #fde9b5;border-radius:var(--radius-sm);padding:10px 12px}.hold-badge strong{color:var(--amber-fg)}.hold-badge small{color:var(--text-muted)}.sms-status-chip{display:inline-flex;align-items:center;gap:6px;border-radius:var(--radius-sm);padding:3px 8px;background:var(--gray-bg);color:var(--gray-fg);font-size:.78rem;width:fit-content}.primary-button,.secondary-button{border-radius:var(--radius-sm);padding:11px 16px;text-decoration:none;text-align:center;cursor:pointer;font-weight:600;font-size:.92rem;display:inline-block}.primary-button{background:var(--accent);color:var(--accent-contrast);border:1px solid var(--accent)}.primary-button:hover{filter:brightness(1.12)}.secondary-button{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.secondary-button:hover{background:var(--surface-muted)}.action-row{display:grid;gap:8px}.sheet,.elevated-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:grid;gap:12px}.compact-panel{padding:12px}.sheet-switcher{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.sheet-switcher button{width:auto;padding:10px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;font-weight:600}.sheet-switcher button.active{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.detail-sheet,.confirm-sheet{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:grid;gap:12px}.confirm-sheet{background:var(--surface-muted);border-style:dashed}.detail-sheet-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.detail-sheet-header h2{margin:0;font-size:1.15rem}.detail-sheet-header p{margin:4px 0 0;color:var(--text-muted);font-size:.88rem}.detail-close-button{margin-top:4px}.sheet-block{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted)}.detail-context-controls{display:flex;gap:8px}.detail-context-controls input,.detail-context-controls select{width:auto}.log-panel{display:grid;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.log-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.log-panel-header h2{margin:0;font-size:1.1rem}.log-panel-header input{width:auto}.log-list{display:grid;gap:8px}.log-row{border:1px solid var(--border);border-left:3px solid var(--border-strong);border-radius:var(--radius-sm);padding:10px 12px;background:var(--surface)}.log-row.log-success{border-left-color:var(--green-fg)}.log-row.log-fail{border-left-color:var(--red-fg)}.log-row-main{display:grid;gap:3px}.log-row-line{display:flex;justify-content:space-between;align-items:center;gap:10px}.log-row-meta{color:var(--text-muted);font-size:.85rem}.log-row-time{color:var(--text-subtle);font-size:.78rem;font-variant-numeric:tabular-nums}.log-row-body{color:var(--text-subtle);font-size:.76rem;word-break:break-word}.settings-section{display:grid;gap:10px}.settings-section>h2{margin:0;font-size:1.1rem}.settings-section .page{padding:0}.tool-toggle-button{width:fit-content;opacity:.85;font-size:.85rem}.advanced-tools-block{border-style:dashed;border-color:var(--border-strong)}.error-text{color:var(--red-fg);margin:0;font-size:.9rem}.hint-text{color:var(--text-muted);margin:0;font-size:.88rem}.warning-text{color:var(--amber-fg);margin:0;font-size:.88rem}.success-text{color:var(--green-fg);margin:0;font-weight:600;font-size:.9rem}.checkbox-row{display:flex;align-items:center;gap:10px;font-size:.92rem}.checkbox-row input{width:auto}.notification-history-block{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:grid;gap:6px}.notification-history-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.notification-history-block h3{margin:0;font-size:.95rem}.theme-switcher{display:grid;gap:8px}.theme-options{display:flex;gap:8px;flex-wrap:wrap}.theme-option{flex:1 1 0;min-width:96px;display:grid;gap:6px;padding:10px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;text-align:left}.theme-option.active{outline:2px solid var(--accent);outline-offset:-1px}.theme-swatches{display:flex;gap:4px}.theme-swatch{width:18px;height:18px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.theme-option-name{font-size:.86rem;font-weight:600}.sms-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:var(--radius-sm);font-size:.72rem;font-weight:700;white-space:nowrap}.sms-badge.sms-success{background:var(--green-bg);color:var(--green-fg)}.sms-badge.sms-fail{background:var(--red-bg);color:var(--red-fg)}.sms-badge.sms-none{background:var(--gray-bg);color:var(--gray-fg)}.slot-card-badges{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.password-gate{min-height:100vh;display:grid;place-items:center;padding:24px}.password-card{width:100%;max-width:340px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 22px;display:grid;gap:16px;box-shadow:0 12px 40px #0000000f}.password-card h1{margin:0;font-size:1.25rem;text-align:center}.password-card form{display:grid;gap:12px}
