:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #fafbfc;--border: #e2e5ea;--border-strong: #cbd2da;--text: #1a1f26;--text-muted: #6b7480;--text-faint: #9aa2ac;--accent: #2563eb;--accent-soft: #eff4ff;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 4px 14px rgba(16, 24, 40, .1);--shadow-lg: 0 18px 44px rgba(16, 24, 40, .18);--radius: 8px;--radius-lg: 12px;--st-gray-main: #9199a4;--st-gray-bg: #f2f4f6;--st-gray-text: #4c545e;--st-blue-main: #2563eb;--st-blue-bg: #e3ecfd;--st-blue-text: #1a48a8;--st-sky-main: #38bdf8;--st-sky-bg: #e2f5fe;--st-sky-text: #0d6f95;--st-orange-main: #f5871f;--st-orange-bg: #fdefdd;--st-orange-text: #9a5209;--st-green-light-main: #4ade80;--st-green-light-bg: #ddfbe7;--st-green-light-text: #1b7a41;--st-green-dark-main: #15803d;--st-green-dark-bg: #c6f0d3;--st-green-dark-text: #0f5c2c;--st-red-main: #e5484d;--st-red-bg: #fde8e8;--st-red-text: #a01d21;--st-slate-main: #64748b;--st-slate-bg: #eef1f5;--st-slate-text: #475569;--team-col: 132px;--day-col: 96px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Assistant,Rubik,Segoe UI,Arial Hebrew,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit;direction:rtl}.app{display:flex;flex-direction:column;height:100%;overflow:hidden}.workspace{display:flex;flex:1;min-height:0;gap:0}.board-area{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--surface)}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:10px 18px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;box-shadow:var(--shadow-sm);z-index:30}.brand{display:flex;align-items:baseline;gap:10px}.brand h1{font-size:19px;margin:0;font-weight:700;letter-spacing:-.2px}.brand .brand-sub{font-size:12px;color:var(--text-faint)}.topbar-spacer{flex:1}.mode-switch{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px}.mode-switch button{border:0;background:transparent;padding:6px 14px;border-radius:999px;color:var(--text-muted);font-weight:600;font-size:13px;transition:all .12s ease;white-space:nowrap}.mode-switch button.active{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.mode-switch button.active.edit-active{background:#0f766e}.view-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 18px;border-bottom:1px solid var(--border);background:var(--surface-2)}.seg{display:inline-flex;border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.seg button{border:0;background:transparent;padding:6px 13px;font-size:13px;color:var(--text-muted);font-weight:500;border-inline-start:1px solid var(--border)}.seg button:first-child{border-inline-start:0}.seg button.active{background:var(--accent-soft);color:var(--accent);font-weight:700}.btn{border:1px solid var(--border-strong);background:var(--surface);border-radius:var(--radius);padding:6px 12px;font-size:13px;color:var(--text);font-weight:500;transition:background .12s ease}.btn:hover{background:var(--surface-2)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.primary:hover{background:#1d4ed8}.btn.danger{color:var(--st-red-text);border-color:#f3c2c3;background:var(--st-red-bg)}.btn.ghost{border-color:transparent;background:transparent;color:var(--text-muted)}a.btn{text-decoration:none;display:inline-flex;align-items:center}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:15px}.range-label{font-weight:700;font-size:15px;min-width:150px;text-align:center}.check-inline{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.search-input{border:1px solid var(--border-strong);border-radius:var(--radius);padding:6px 10px;min-width:180px;background:var(--surface)}.search-input:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.board-scroll{flex:1;overflow:auto;min-height:0}.week-block{margin-bottom:14px}.week-label{padding:7px 18px 5px;font-size:12.5px;font-weight:700;color:var(--text-muted);background:var(--surface-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.board-section{border-bottom:1px solid var(--border-strong)}.board-row{display:grid;border-bottom:1px solid var(--border)}.board-row.head{background:var(--surface);border-bottom:2px solid var(--border-strong)}.corner-cell,.team-cell{position:sticky;inset-inline-start:0;z-index:12;background:var(--surface);border-inline-end:2px solid var(--border-strong);padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:3px}.board-row.head .corner-cell{z-index:22;background:var(--surface);justify-content:flex-end}.corner-cell .corner-title{font-weight:700;font-size:13px}.corner-cell .corner-sub{font-size:11px;color:var(--text-faint)}.team-cell .team-name{font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:6px}.team-cell.inactive{background:var(--surface-2);color:var(--text-muted)}.day-cell.inactive-team{background:var(--surface-2);opacity:.75}.team-remove{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-muted);font-size:12px;line-height:1;padding:3px 6px;border-radius:5px;transition:background .12s ease,color .12s ease}.team-remove:hover{background:var(--st-red-bg);color:var(--st-red-text)}.team-cell .team-meta{font-size:11px;color:var(--text-faint)}.day-head{padding:6px 4px 7px;text-align:center;border-inline-start:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:2px;min-height:62px;justify-content:center}.day-head.today{background:var(--accent-soft);box-shadow:inset 0 -3px 0 var(--accent)}.day-head.out-of-range,.day-cell.out-of-range{background:var(--surface-2);color:var(--text-faint);pointer-events:none}.day-head.out-of-range .dh-dow,.day-head.out-of-range .dh-date{color:var(--text-faint);font-weight:500}.day-head.non-work{background:repeating-linear-gradient(45deg,#f7f8fa,#f7f8fa 6px,#f1f2f5 6px,#f1f2f5 12px)}.day-head .dh-dow{font-size:11px;color:var(--text-muted);font-weight:600}.day-head .dh-date{font-size:13px;font-weight:700}.day-head.today .dh-date{color:var(--accent)}.load-pill{font-size:10.5px;font-weight:700;padding:1px 7px;border-radius:999px;background:var(--st-gray-bg);color:var(--st-gray-text);white-space:nowrap}.load-pill.free{background:var(--st-green-light-bg);color:var(--st-green-light-text)}.load-pill.partial{background:var(--st-blue-bg);color:var(--st-blue-text)}.load-pill.full{background:var(--st-orange-bg);color:var(--st-orange-text)}.load-pill.over{background:var(--st-red-bg);color:var(--st-red-text)}.holiday-tag{font-size:10px;color:#7c5b1e;background:#fdf3d8;border:1px solid #f0dfae;border-radius:4px;padding:0 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holiday-tag.muslim{color:#17614f;background:#dff5ee;border-color:#b2e2d5}.day-cell{border-inline-start:1px solid var(--border);min-height:62px;position:relative;transition:background .1s ease}.day-cell.non-work{background:repeating-linear-gradient(45deg,#fafbfc,#fafbfc 6px,#f4f5f7 6px,#f4f5f7 12px)}.day-cell.today{background:#2563eb0a}.day-cell.free-day:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:1px dashed transparent;border-radius:6px;pointer-events:none}.day-cell.drop-ok{background:#e6f6ec;box-shadow:inset 0 0 0 2px #3fa96a}.day-cell.drop-warn{background:#fdf1e3;box-shadow:inset 0 0 0 2px var(--st-orange-main)}.day-cell.drop-bad{background:var(--st-red-bg);box-shadow:inset 0 0 0 2px var(--st-red-main)}.blocked-overlay{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:6px;background:repeating-linear-gradient(-45deg,#ececf0,#ececf0 5px,#dedee4 5px,#dedee4 10px);border:1px solid #cfcfd8;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#5c5c68;gap:4px;overflow:hidden;white-space:nowrap}.assign-bar{margin:4px;border-radius:6px;padding:5px 9px;font-size:12px;border:1px solid;border-inline-start-width:4px;display:flex;flex-direction:column;gap:1px;overflow:hidden;cursor:pointer;position:relative;z-index:4;min-height:54px;justify-content:center;box-shadow:var(--shadow-sm)}.assign-bar.drag-passthrough{pointer-events:none}.assign-bar.status-scheduled_temp{border-style:dashed}.assign-bar.status-completed{opacity:.7}.assign-bar .ab-customer{font-weight:800;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assign-bar.draggable{cursor:grab}.assign-bar.dragging{opacity:.4}.assign-bar .ab-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assign-bar .ab-sub{font-size:11px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assign-bar .ab-badge{font-size:10px;font-weight:700;display:inline-flex;align-items:center;gap:3px}.assign-bar.overload{outline:2px dashed var(--st-orange-main);outline-offset:-2px}.assign-bar.conflict{outline:2px solid var(--st-red-main);outline-offset:-2px}.fill-flag{position:absolute;top:2px;left:5px;font-size:11px;line-height:1;font-weight:700;opacity:.75}.fill-flag.partial{color:var(--st-orange-text);opacity:1}.day-cell.past-day{background:repeating-linear-gradient(45deg,#fbfbfc,#fbfbfc 8px,#f4f5f7 8px,#f4f5f7 16px)}.conflict-flag{position:absolute;top:2px;inset-inline-start:4px;font-size:10px;color:var(--st-red-text);font-weight:800}.tone-gray{background:var(--st-gray-bg);border-color:var(--st-gray-main);color:var(--st-gray-text)}.tone-blue{background:var(--st-blue-bg);border-color:var(--st-blue-main);color:var(--st-blue-text)}.tone-sky{background:var(--st-sky-bg);border-color:var(--st-sky-main);color:var(--st-sky-text)}.tone-orange{background:var(--st-orange-bg);border-color:var(--st-orange-main);color:var(--st-orange-text)}.tone-green-light{background:var(--st-green-light-bg);border-color:var(--st-green-light-main);color:var(--st-green-light-text)}.tone-green-dark{background:var(--st-green-dark-bg);border-color:var(--st-green-dark-main);color:var(--st-green-dark-text)}.tone-red{background:var(--st-red-bg);border-color:var(--st-red-main);color:var(--st-red-text)}.tone-slate{background:var(--st-slate-bg);border-color:var(--st-slate-main);color:var(--st-slate-text)}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:1px 8px;border-radius:999px;border:1px solid;white-space:nowrap}.queue{width:330px;flex-shrink:0;border-inline-end:1px solid var(--border);background:var(--surface-2);display:flex;flex-direction:column;min-height:0}.queue-head{padding:12px 14px 10px;border-bottom:1px solid var(--border);background:var(--surface)}.queue-head-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.queue-title{font-size:15px;font-weight:700;display:flex;align-items:center;gap:7px}.queue-count{background:var(--st-blue-bg);color:var(--st-blue-text);border-radius:999px;font-size:11px;font-weight:700;padding:1px 8px}.add-btn{width:30px;height:30px;border-radius:8px;border:0;background:var(--accent);color:#fff;font-size:19px;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.add-btn:hover{background:#1d4ed8}.queue-filters{display:flex;gap:6px;flex-wrap:wrap}.queue-list{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:9px;min-height:0}.req-card{background:var(--surface);border:1px solid var(--border);border-inline-start:4px solid var(--st-gray-main);border-radius:var(--radius);padding:9px 11px;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.req-card:hover{box-shadow:var(--shadow-md)}.req-card.draggable{cursor:grab}.req-card.dragging{opacity:.45}.req-card.not-schedulable{background:#fcfcfd}.req-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.req-customer{font-weight:700;font-size:13.5px}.req-project{font-size:13px;color:var(--text)}.req-site{font-size:12px;color:var(--text-muted);margin-top:1px}.req-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.chip{font-size:11px;padding:1px 7px;border-radius:5px;background:var(--st-gray-bg);color:var(--st-gray-text);border:1px solid var(--border);white-space:nowrap}.chip.warn{background:var(--st-orange-bg);color:var(--st-orange-text);border-color:#f2d3ad}.chip.danger{background:var(--st-red-bg);color:var(--st-red-text);border-color:#f3c2c3}.chip.info{background:var(--st-blue-bg);color:var(--st-blue-text);border-color:#c3d6f8}.req-notes{margin-top:6px;font-size:11.5px;color:var(--text-muted);border-top:1px dashed var(--border);padding-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.queue-empty{text-align:center;color:var(--text-faint);font-size:13px;padding:28px 12px}.legend{border-top:1px solid var(--border);background:var(--surface);padding:7px 18px;display:flex;gap:14px;flex-wrap:wrap;align-items:center;font-size:11.5px;color:var(--text-muted)}.legend-item{display:inline-flex;align-items:center;gap:5px}.legend-swatch{width:11px;height:11px;border-radius:3px;border:1px solid;display:inline-block}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:min(760px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal.small{width:min(440px,100%)}.modal-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head h2{margin:0;font-size:17px}.modal-body{padding:16px 18px;overflow-y:auto;flex:1}.modal-foot{padding:12px 18px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:flex-start;flex-wrap:wrap;background:var(--surface-2)}.modal-foot .spacer{flex:1}.form-section{margin-bottom:18px}.form-section h3{font-size:12px;text-transform:none;color:var(--text-faint);margin:0 0 8px;font-weight:700;letter-spacing:.3px;border-bottom:1px solid var(--border);padding-bottom:4px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px 14px}.form-field{display:flex;flex-direction:column;gap:3px}.form-field.full{grid-column:1 / -1}.form-field label{font-size:12px;color:var(--text-muted);font-weight:600}.form-field .req-star{color:var(--st-red-main)}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border-strong);border-radius:6px;padding:6px 9px;background:var(--surface);color:var(--text)}.form-field input:disabled,.form-field textarea:disabled,.form-field select:disabled{background:#f6f7f9;color:var(--text-muted)}.form-field textarea{min-height:62px;resize:vertical}.form-field .field-error{font-size:11px;color:var(--st-red-text)}.form-field input.invalid,.form-field select.invalid{border-color:var(--st-red-main)}.checks-row{display:flex;flex-wrap:wrap;gap:8px 16px}.check-box{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.info-line{display:flex;gap:8px;font-size:13px;padding:3px 0;border-bottom:1px dashed var(--border)}.info-line .il-label{color:var(--text-muted);min-width:130px}.info-line .il-value{font-weight:600;flex:1}.team-filter{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding-inline-start:10px;margin-inline-start:4px;border-inline-start:1px solid var(--border)}.team-filter-label{font-size:12.5px;color:var(--text-muted);white-space:nowrap}.chip.filter-chip{cursor:pointer;border-color:var(--border-strong);background:var(--surface);font-weight:600;transition:background .12s ease,color .12s ease,border-color .12s ease}.chip.filter-chip:hover{border-color:var(--accent)}.chip.filter-chip.on{background:var(--accent);border-color:var(--accent);color:#fff}.user-switch{display:flex;align-items:center;gap:8px}.user-switch label{font-size:13px;color:var(--text-muted);white-space:nowrap}.user-switch select{font-size:13.5px;padding:6px 10px;min-width:190px}.role-pill{font-size:12px;font-weight:700;border-radius:999px;padding:3px 11px;border:1px solid;white-space:nowrap}.role-pill.tone-blue{background:#dbeafe;border-color:#2563eb;color:#1e3a8a}.role-pill.tone-teal{background:#ccfbf1;border-color:#0d9488;color:#115e59}.role-pill.tone-amber{background:#fef3c7;border-color:#d97706;color:#92400e}.role-pill.tone-purple{background:#ede9fe;border-color:#7c3aed;color:#5b21b6}.modal.wide{max-width:940px}.tab-bar{display:flex;gap:4px;padding:0 20px;border-bottom:1px solid var(--border)}.tab-bar button{border:0;background:transparent;font-family:inherit;font-size:14.5px;font-weight:600;color:var(--text-muted);padding:11px 16px;border-bottom:2px solid transparent;cursor:pointer}.tab-bar button.active{color:var(--accent);border-bottom-color:var(--accent)}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th,.admin-table td{text-align:right;padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{font-size:12.5px;font-weight:700;color:var(--text-muted);background:var(--surface-2);white-space:nowrap}.admin-table tr.is-current td{background:var(--st-blue-bg)}.admin-table select,.cell-input{font-family:inherit;font-size:13.5px;padding:5px 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);max-width:100%}.cell-input{width:15ch;font-weight:600}.row-actions{display:flex;gap:6px;justify-content:flex-end}.add-user-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.add-user-row input{flex:1;min-width:160px;padding:7px 10px;border:1px solid var(--border);border-radius:7px;font-family:inherit;font-size:14px;background:var(--surface);color:var(--text)}.matrix-head{text-align:center}.matrix-cell{text-align:center;width:118px}.matrix-cell input{width:17px;height:17px;cursor:pointer}.perm-label{display:block;font-weight:700}.perm-note{display:block;font-size:12px;color:var(--text-muted)}.color-picker{display:flex;flex-wrap:wrap;gap:6px}.color-swatch{width:30px;height:30px;border-radius:7px;border:2px solid;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;padding:0;transition:transform .1s ease,box-shadow .1s ease}.color-swatch:hover:not(:disabled){transform:scale(1.1)}.color-swatch.selected{box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--text)}.color-swatch:disabled{cursor:default;opacity:.55}.team-manage-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--border)}.team-manage-info{display:flex;flex-direction:column;gap:2px}.team-manage-name{font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px}.team-manage-meta{font-size:12px;color:var(--text-muted)}.team-name-input{font-family:inherit;font-size:14px;font-weight:700;color:var(--text);background:transparent;border:1px solid transparent;border-radius:6px;padding:3px 7px;width:11ch;transition:border-color .12s ease,background .12s ease}.team-name-input:hover{border-color:var(--border);background:var(--surface)}.team-name-input:focus{border-color:var(--accent);background:var(--surface);outline:none;width:15ch}.alert{border-radius:var(--radius);padding:9px 12px;font-size:13px;border:1px solid;margin-bottom:12px;display:flex;gap:8px;align-items:flex-start}.alert.warn{background:var(--st-orange-bg);border-color:#f0cfa4;color:var(--st-orange-text)}.alert.info{background:var(--st-blue-bg);border-color:#c3d6f8;color:var(--st-blue-text)}.alert.danger{background:var(--st-red-bg);border-color:#f3c2c3;color:var(--st-red-text)}.toast-wrap{position:fixed;bottom:18px;inset-inline-start:18px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{background:#1f2937;color:#fff;padding:10px 15px;border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:13px;display:flex;gap:9px;align-items:center;max-width:420px;animation:toast-in .16s ease}.toast.warn{background:#92400e}.toast.success{background:#14532d}.toast.error{background:#7f1d1d}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.skeleton{background:linear-gradient(90deg,#eef0f3 25%,#e3e6ea 37%,#eef0f3 63%);background-size:400% 100%;animation:sk 1.3s ease infinite;border-radius:6px}@keyframes sk{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-board{padding:16px 18px;display:flex;flex-direction:column;gap:10px}.skeleton-row{height:52px}.mobile-board{display:none}.mobile-day{border-bottom:1px solid var(--border);padding:10px 14px;background:var(--surface)}.mobile-day.today{background:var(--accent-soft)}.mobile-day-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.mobile-day-title{font-weight:700;font-size:15px}.mobile-team-block{margin-bottom:8px}.mobile-team-label{font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:4px}.mobile-free-teams{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:2px 0 8px}.mobile-free-label{font-size:12px;color:var(--text-faint)}.mobile-tabs{display:none}@media (max-width: 860px){.workspace{flex-direction:column}.queue{width:100%;border-inline-end:0;border-top:1px solid var(--border)}.board-scroll{display:none}.mobile-board{display:block;flex:1;overflow-y:auto}.mobile-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface)}.mobile-tabs button{flex:1;border:0;background:transparent;padding:11px;font-weight:700;font-size:14px;color:var(--text-muted);border-bottom:3px solid transparent}.mobile-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.btn,.seg button{padding:9px 14px;font-size:14px}.add-btn{width:38px;height:38px;font-size:22px}.topbar{padding:9px 12px;gap:10px}.view-controls{padding:8px 12px}.legend,.queue-panel-hidden,.board-panel-hidden{display:none}}
