*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;background:var(--app-bg, #f6f7fb);color:var(--text, #111827)}button,input,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{background:var(--surface, #fff);border-right:1px solid var(--border, #e5e7eb);padding:18px 14px;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{font-size:18px;font-weight:800;margin-bottom:2px}.brand-sub{font-size:12px;color:var(--muted, #9ca3af);margin-bottom:18px}.nav-button{width:100%;text-align:left;padding:10px 12px;border:0;background:transparent;border-radius:8px;color:var(--text, #4b5563);cursor:pointer}.nav-button:hover{background:var(--surface-2, #f3f4f6)}.nav-button.active{background:var(--accent-soft, #e8f1ff);color:var(--accent, #1d4ed8);font-weight:700}.main{padding:18px;overflow-x:hidden;overflow-y:auto}.panel{background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:18px}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.toolbar>.title{margin-right:auto}.toolbar>.search-box{flex:0 1 300px;margin:0 auto}.toolbar>.toolbar-actions{margin-left:auto}.title{font-size:22px;font-weight:800;margin-right:auto}.input{height:36px;border:1px solid var(--border, #d1d5db);border-radius:8px;padding:0 12px;background:var(--surface, #fff)}.input-sm{height:30px;font-size:13px;width:100%}.edit-row td{padding:4px 8px}.edit-row .input-sm{min-width:60px}.button{height:36px;border-radius:8px;border:1px solid var(--border, #d1d5db);padding:0 14px;background:var(--surface, #fff);font-weight:600;cursor:pointer;white-space:nowrap}.button:hover{background:var(--surface-2, #f9fafb)}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{background:var(--accent, #2563eb);border-color:var(--accent, #2563eb);color:#fff}.button.primary:hover{background:var(--accent-hover, #1d4ed8)}.button.small{height:28px;font-size:12px;padding:0 10px}.button.danger{color:#dc2626;border-color:#fca5a5}.button.danger:hover{background:#fef2f2}.form-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;background:var(--surface-2, #f9fafb);padding:8px 12px;border-bottom:2px solid #e5e7eb;font-weight:600;color:var(--muted, #6b7280)}.table td{padding:8px 12px;border-bottom:1px solid #f3f4f6}.table tr:hover td{background:var(--surface-2, #f9fafb)}.badge{display:inline-block;padding:1px 8px;border-radius:9999px;font-size:12px;font-weight:600}.badge-new{background:#dbeafe;color:var(--accent, #1d4ed8)}.badge-on{background:#d1fae5;color:#065f46}.badge-off{background:#fee2e2;color:#991b1b}.muted{color:var(--muted, #9ca3af)}.error-msg{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:14px}.success-msg{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:14px}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:10px}.result-actions{display:flex;gap:8px}.group-text{background:var(--surface-2, #f9fafb);border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:12px;font-family:monospace;font-size:13px;white-space:pre-wrap;max-height:300px;overflow:auto}.checkbox-label{display:flex;align-items:center;gap:4px;font-size:14px;cursor:pointer}.rule-list{padding-left:20px;line-height:2}.rule-list li{margin-bottom:4px}summary{cursor:pointer;color:var(--muted, #6b7280);font-size:14px}.shift-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.shift-panel{min-width:0}.shift-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.shift-header h3{margin:0;font-size:16px}input[type=date].input{font-family:inherit}.staffing-table td{vertical-align:top;padding:10px 12px}.staffing-cell{min-width:260px}.sales-chip{padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.sales-chip.on{background:#dbeafe;color:var(--accent, #1d4ed8)}.sales-chip.off{background:var(--surface-2, #f3f4f6);color:var(--muted, #9ca3af)}.chip-toggle{padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid var(--border, #d1d5db);background:var(--surface, #fff);color:var(--muted, #6b7280);margin-right:4px}.chip-toggle:hover{background:var(--surface-2, #f3f4f6)}.shift-badge{font-size:12px;font-weight:600}.day-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.shift-col{min-width:0}.shift-subhead{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-weight:600;font-size:14px;border-bottom:2px solid #e5e7eb;margin-bottom:4px}.table-sm th,.table-sm td{font-size:13px;padding:4px 6px}.day-toggles{display:flex;gap:8px;margin-bottom:8px}.day-toggle{display:flex;align-items:center;gap:4px;padding:6px 14px;border-radius:8px;border:1px solid var(--border, #d1d5db);cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}.day-toggle.on{background:var(--accent, #2563eb);color:#fff;border-color:var(--accent, #2563eb)}.day-toggle.off{background:var(--surface, #fff);color:var(--muted, #6b7280)}.day-toggle input{display:none}.staffing-table td{vertical-align:top;padding:8px 10px}.staffing-cell{min-width:200px}.sales-chips{display:flex;flex-wrap:wrap;gap:4px}.chip-toggle{padding:2px 8px;border:1px solid var(--border, #d1d5db);border-radius:4px;background:var(--surface-2, #f9fafb);font-size:12px;cursor:pointer}.sales-chip{display:flex;align-items:center;gap:2px;padding:2px 8px;border-radius:4px;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.sales-chip.on{background:#dbeafe;color:var(--accent, #1d4ed8);border:1px solid #93c5fd}.sales-chip.off{background:var(--surface-2, #f3f4f6);color:var(--muted, #9ca3af);border:1px solid var(--border, #e5e7eb)}.sales-chip input{display:none}.shift-badge{font-size:12px;color:var(--muted, #6b7280)}.month-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.month-day{padding:8px 10px}.month-day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.month-day-counts{display:flex;gap:8px;font-size:13px;font-weight:600}.calendar-table th,.calendar-table td{text-align:center;padding:2px 4px;font-size:11px}.calendar-table thead th{background:var(--surface-2, #f9fafb);position:sticky;top:0;z-index:1}.month-title{font-weight:800;font-size:16px;color:var(--text, #111827)}.count-field{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#4b5563;font-weight:700}.count-input{width:76px;height:34px;padding:0 8px}.helper-text{margin:8px 0 12px;font-size:13px}.dual-schedule{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;align-items:start}.shift-week-panel{min-width:0;overflow:auto}.shift-week-panel h3{margin:0 0 10px;font-size:17px}.week-table-wrap{margin-bottom:16px}.week-caption{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:5px;font-size:13px}.fixed-week-table{table-layout:fixed;min-width:760px}.fixed-week-table th:first-child,.fixed-week-table td:first-child{width:86px;text-align:left}.fixed-week-table th:not(:first-child),.fixed-week-table td:not(:first-child){width:calc((100% - 86px) / 7)}.person-name{font-weight:700;color:var(--text, #111827)}.outside-month{background:#f9fafb!important;color:#cbd5e1!important}.empty-week{text-align:center!important;color:var(--muted, #9ca3af);padding:16px!important}.empty-day{color:#d1d5db}.person-chip{width:100%;min-height:28px;border:1px solid transparent;border-radius:6px;padding:3px 5px;font-size:12px;font-weight:700;cursor:pointer;white-space:normal;line-height:1.2}.week-settings{margin-bottom:14px}.week-settings-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:12px}.week-settings-head h3{margin:0}.week-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.week-setting-card{border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:12px;background:var(--surface, #fcfcfd)}.week-setting-title{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:13px}.week-person-list{display:grid;gap:8px}.week-person-row{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:8px;font-size:13px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border, #d1d5db);border-radius:7px;overflow:hidden;background:var(--surface, #fff)}.segmented button{height:28px;border:0;border-right:1px solid var(--border, #e5e7eb);background:var(--surface, #fff);cursor:pointer;font-size:12px;font-weight:700;color:var(--muted, #6b7280)}.segmented button:last-child{border-right:0}.segmented button.active{background:var(--accent, #2563eb);color:#fff}@media(max-width:1100px){.dual-schedule{grid-template-columns:1fr}}.compact-toolbar{align-items:center}.week-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:10px 0 14px}.week-tabs button{border:1px solid var(--border, #d1d5db);border-radius:8px;background:var(--surface, #fff);padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px;color:#4b5563}.week-tabs button.active{border-color:var(--accent, #2563eb);background:var(--accent-soft, #e8f1ff);color:var(--accent, #1d4ed8)}.week-tabs span{font-size:12px;color:var(--muted, #6b7280)}.weekly-roster-panel{margin-bottom:14px}.weekly-roster-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px 14px}.two-shift-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;align-items:start}.night-shift-bar{margin-top:14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.night-shift-bar>.shift-board{min-width:460px;max-width:100%}.shift-board{overflow:auto;padding:14px}.shift-board-head,.result-panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.shift-board-head h3,.result-panel-head h3{margin:0}.shift-board.blue .shift-board-head h3{color:var(--accent, #1d4ed8)}.shift-board.red .shift-board-head h3{color:#be123c}.shift-board.purple .shift-board-head h3{color:#7c3aed}.compact-week-table{table-layout:fixed;min-width:720px}.compact-week-table th,.compact-week-table td{padding:4px 5px;text-align:center;font-size:12px}.compact-week-table th:first-child,.compact-week-table td:first-child{width:78px;text-align:left}.compact-week-table small{display:block;font-size:10px;color:var(--muted, #9ca3af);margin-top:1px}.single-shift-chip{width:100%;min-height:26px;border-radius:6px;border:1px solid transparent;font-size:12px;font-weight:700;cursor:pointer;line-height:1.15}.single-shift-chip.blue.on{background:#dbeafe;border-color:#93c5fd;color:var(--morning-color, #1d4ed8)}.single-shift-chip.red.on{background:#ffe4e6;color:#be123c;border-color:#fecdd3}.single-shift-chip.purple.on{background:#ede9fe;color:#7c3aed;border-color:#ddd6fe}.single-shift-chip.off{background:var(--surface-2, #f3f4f6);border-color:#e5e7eb;color:var(--muted, #9ca3af);font-weight:600}.result-grid-single{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:14px}.result-panel{overflow:auto}.result-panel .table-sm{min-width:420px}@media(max-width:1100px){.two-shift-board,.result-grid-single{grid-template-columns:1fr}.week-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}.weekly-settings-table{overflow:auto}.weekly-settings-table .compact-week-table{min-width:760px}.weekly-settings-table .compact-week-table th:first-child,.weekly-settings-table .compact-week-table td:first-child{width:100px}.segmented.two-choice{grid-template-columns:repeat(2,1fr);min-width:96px}.segmented button.active.blue{background:var(--accent, #2563eb);color:#fff}.segmented button.active.red{background:#e11d48;color:#fff}.week-summary-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;color:#4b5563;font-size:13px;font-weight:700}.week-summary-row span{background:var(--surface-2, #f9fafb);border:1px solid var(--border, #e5e7eb);border-radius:7px;padding:6px 10px}.single-shift-chip.readonly{display:inline-flex;align-items:center;justify-content:center;cursor:default}.result-pager{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.day-page-tabs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;flex:1}.day-page-tabs button{min-width:54px;height:30px;border:1px solid var(--border, #d1d5db);border-radius:7px;background:var(--surface, #fff);color:var(--muted, #6b7280);cursor:pointer;font-weight:700}.day-page-tabs button.active{background:var(--accent, #2563eb);border-color:var(--accent, #2563eb);color:#fff}.paged-result{margin-top:14px;overflow:auto}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#0f172a5c;padding:18px}.confirm-dialog{width:min(420px,100%);background:var(--surface, #fff);color:var(--text, #111827);border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:20px;box-shadow:0 20px 48px #0f172a38;text-align:center}.confirm-dialog h3{margin:0 0 8px}.confirm-dialog p{margin:0 0 18px;color:var(--muted, #6b7280);line-height:1.6}.confirm-actions{display:flex;gap:10px}.confirm-actions.centered{justify-content:center}.appearance-panel{display:grid;gap:22px}.appearance-section h3{margin:0 0 12px}.theme-select{width:min(360px,100%);margin-bottom:14px;background:var(--input-bg, #fff);color:var(--text, #111827)}.theme-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.theme-card{min-height:74px;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff);color:var(--text, #111827);padding:10px;cursor:pointer;text-align:left;display:grid;gap:8px}.theme-card.active{border-color:var(--accent, #2563eb);box-shadow:0 0 0 2px var(--accent-soft, #e8f1ff)}.theme-sample{height:26px;border-radius:7px;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;padding:5px}.theme-sample i{width:38px;height:14px;border-radius:99px;display:block}.accent-swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px}.accent-swatch{min-height:62px;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff);color:var(--text, #111827);cursor:pointer;display:grid;place-items:center;gap:5px;padding:8px}.accent-swatch span{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.8);box-shadow:0 0 0 1px #0f172a1f}.accent-swatch em{font-style:normal;font-size:12px;font-weight:700}.accent-swatch.active{border-color:var(--accent, #2563eb);box-shadow:0 0 0 2px var(--accent-soft, #e8f1ff)}.input,.button,.segmented,.segmented button,.week-tabs button{background-color:var(--surface, #fff);color:var(--text, #111827)}.table th,.table td,.shift-subhead{border-color:var(--border, #e5e7eb)}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border, #e5e7eb)}.result-pager{align-items:stretch;flex-direction:column}}.button.primary,.segmented button.active,.day-toggle.on,.day-page-tabs button.active{background:var(--accent, #2563eb);border-color:var(--accent, #2563eb);color:#fff}.segmented button.active.red{background:#e11d48;border-color:#e11d48;color:#fff}.single-shift-chip.blue.on{color:#1d4ed8}.single-shift-chip.red.on{color:#be123c}.platform-tabs{display:flex;gap:8px;margin-bottom:14px}.platform-tabs button{padding:8px 20px;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--surface, #fff);color:var(--muted, #6b7280);font-weight:600;cursor:pointer}.platform-tabs button.active{background:var(--accent, #2374E1);color:#fff;border-color:var(--accent, #2374E1)}.platform-switch{width:100%;padding:12px;margin:8px 0 14px;border:none;border-radius:8px;background:var(--accent, #2374E1);color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:opacity .15s}.platform-switch:hover{opacity:.88}.copy-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;background:#16a34a;color:#fff;padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #00000026;pointer-events:none}.channel-block{padding:6px 0;border-bottom:1px solid var(--border, #eee)}.channel-name{font-weight:700;color:var(--accent, #2374E1);font-size:13px;margin-bottom:4px}.channel-people{display:flex;flex-wrap:wrap;gap:6px}.channel-person{background:var(--surface-2, #f3f4f6);padding:2px 8px;border-radius:4px;font-size:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#00000059;display:flex;align-items:center;justify-content:center}.modal-box{background:var(--surface, #fff);border-radius:12px;padding:24px 28px;max-width:420px;width:90%;box-shadow:0 8px 30px #0000002e}.modal-box h3{margin:0 0 12px;font-size:18px}.modal-box p{margin:0 0 8px;font-size:14px;color:var(--muted, #6b7280);line-height:1.6}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}
