*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--success: #16a34a;--danger: #dc2626;--warning: #d97706;--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--sidebar-width: 240px;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}body{background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#2563eb);padding:1rem}.login-card{background:var(--surface);border-radius:16px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0003}.login-card h1{text-align:center;margin-bottom:.5rem;font-size:1.5rem}.login-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.lang-switch{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.lang-switch button{padding:.35rem .75rem;border:1px solid var(--border);background:var(--bg);border-radius:6px;font-size:.85rem}.lang-switch button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;bottom:0;inset-inline-start:0;z-index:100}.sidebar-header{padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h1{font-size:1.1rem;font-weight:600}.sidebar-header .user-info{font-size:.8rem;color:#fff9;margin-top:.25rem}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#ffffffbf;transition:all .15s;font-size:.95rem}.nav-link:hover{background:#ffffff14;color:#fff}.nav-link.active{background:#2563eb4d;color:#fff;border-inline-start:3px solid var(--primary)}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.5rem}.main-content{flex:1;margin-inline-start:var(--sidebar-width);padding:1.5rem 2rem;min-height:100vh}.mobile-header,.sidebar-backdrop{display:none}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:8px;background:transparent;color:#fff}.mobile-menu-icon,.mobile-menu-icon:before,.mobile-menu-icon:after{display:block;width:20px;height:2px;background:currentColor;border-radius:2px;position:relative}.mobile-menu-icon:before,.mobile-menu-icon:after{content:"";position:absolute;left:0}.mobile-menu-icon:before{top:-6px}.mobile-menu-icon:after{top:6px}.sidebar-open .mobile-menu-icon{background:transparent}.sidebar-open .mobile-menu-icon:before{top:0;transform:rotate(45deg)}.sidebar-open .mobile-menu-icon:after{top:0;transform:rotate(-45deg)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.page-header h2{font-size:1.5rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:500;color:var(--text)}.form-control{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;background:#fff;transition:border-color .15s}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.checkbox-item input{width:16px;height:16px;accent-color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;transition:all .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#15803d}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-warning{background:var(--warning);color:#fff}.btn-warning:hover{background:#b45309}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{background:var(--bg)}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.card-body{padding:1.25rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);box-shadow:var(--shadow)}.stat-card .label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.stat-card .value{font-size:1.75rem;font-weight:700;color:var(--primary)}.stat-card-subtitle{margin-top:.35rem;font-size:.8rem;color:var(--text-muted)}.dashboard-week-value{font-size:1.1rem!important}.dashboard-empty,.dashboard-week-card{margin-top:.5rem}.dashboard-week-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-week-header h3{margin:0;font-size:1.1rem}.dashboard-worker-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text-muted)}.dashboard-empty-text{margin:0;color:var(--text-muted)}.dashboard-shift-list{display:flex;flex-direction:column;gap:.65rem}.dashboard-shift-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.dashboard-shift-day{display:flex;flex-direction:column;gap:.15rem}.dashboard-shift-date{font-size:.8rem;color:var(--text-muted)}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 1rem;text-align:start;border-bottom:1px solid var(--border)}th{background:var(--bg);font-weight:600;font-size:.85rem;color:var(--text-muted);white-space:nowrap}tr:hover td{background:#f8fafc}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge-success{background:#dcfce7;color:#166534}.badge-danger{background:#fee2e2;color:#991b1b}.badge-morning{background:#fef3c7;color:#92400e}.badge-evening{background:#dbeafe;color:#1e40af}.badge-training{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7;font-size:.65rem;font-weight:600;padding:.1rem .35rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.shift-training-badge{font-size:.55rem;padding:.05rem .25rem}.action-btns{display:flex;gap:.5rem;flex-wrap:wrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--surface);border-radius:12px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-header h3{font-size:1.1rem}.modal-body{padding:1.25rem}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.75rem}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);line-height:1}.week-selector{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.week-selector select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;min-width:200px}.shifts-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem;align-items:stretch}.day-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:visible;min-width:0;display:flex;flex-direction:column;height:100%}.day-card-body{display:flex;flex-direction:column;flex:1;min-height:0}.shift-section{padding:.5rem .4rem;border-bottom:1px solid var(--border)}.shift-section:last-child{border-bottom:none}.shift-section-split{border:none;border-top:1px solid var(--border);margin:0 0 .4rem}.shift-section-morning{background:#fffbeb}.shift-section-evening{background:#ede9fe}.shift-section-friday-morning{flex:1 1 auto;min-height:2.5rem}.day-card-friday .shift-section-evening{margin-top:auto}.shift-section-title{font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.shift-slot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem;padding:.5rem 0;border-bottom:1px dashed var(--border)}.shift-slot-main{display:flex;align-items:center;gap:.35rem;min-width:0}.shift-slot-empty{background:#fff;border-radius:6px;margin:0 -.15rem;padding-inline:.15rem}.shift-slot-empty .autocomplete-input,.shift-slot-empty .autocomplete-disabled{background:#fff;border-color:#e2e8f0;color:#94a3b8}.shift-slot select{flex:1;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;font-size:.85rem}.shift-worker-select{flex:1;min-width:0;padding:.3rem .35rem;border:2px solid var(--border);border-radius:6px;font-size:.75rem;transition:background-color .15s,border-color .15s}.worker-color-dot{width:12px;height:12px;border-radius:999px;flex-shrink:0;border:1px solid rgba(0,0,0,.12)}.worker-color-dot-lg{width:18px;height:18px;display:inline-block}.worker-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1.25rem}.worker-legend-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem}.day-card-header{background:#f8fafc;padding:.6rem .5rem;font-weight:600;font-size:.85rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem;text-align:center}.day-note{font-size:.75rem;font-weight:500;color:var(--text-muted)}.field-note{display:block;margin-top:.35rem;font-size:.8rem;color:var(--text-muted)}.shift-slot-actions{display:flex;gap:.25rem;flex-shrink:0}.shift-delete-btn{min-width:18px;width:18px;height:18px;padding:0;font-size:.85rem;line-height:1;border:none;border-radius:4px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.shift-delete-btn:hover{background:var(--bg);color:var(--danger)}.autocomplete{position:relative;flex:1;min-width:0}.autocomplete-input{width:100%;padding:.3rem .35rem;border:2px solid var(--border);border-radius:6px;font-size:.75rem;background:#fff}.autocomplete-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1f}.autocomplete-disabled{padding:.3rem .35rem;border:2px solid var(--border);border-radius:6px;font-size:.75rem;background:var(--bg);color:var(--text-muted)}.autocomplete-list{position:absolute;top:calc(100% + 4px);inset-inline:0;z-index:20;max-height:180px;overflow-y:auto;margin:0;padding:.25rem 0;list-style:none;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #0000001f}.autocomplete-option{display:flex;align-items:center;gap:.4rem;padding:.45rem .55rem;font-size:.78rem;cursor:pointer}.autocomplete-option:hover,.autocomplete-option.selected{background:var(--bg)}.autocomplete-empty{color:var(--text-muted);cursor:default}.form-control-autocomplete .autocomplete-input,.form-control-autocomplete.autocomplete-disabled{padding:.6rem .75rem;font-size:.95rem;border-width:1px;border-radius:8px}.shifts-export-container{position:fixed;left:-10000px;top:0;width:1200px;pointer-events:none;z-index:-1}.shifts-export-sheet{background:#fff;padding:1.25rem;color:var(--text)}.shifts-export-header{text-align:center;margin-bottom:1rem}.shifts-export-header h3{font-size:1.25rem;margin-bottom:.25rem}.shifts-export-header p{color:var(--text-muted);font-size:.95rem}.shifts-export-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.shifts-export-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem}.shift-export-slot{display:flex;align-items:center;gap:.4rem;padding:.4rem .45rem;margin-bottom:.35rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.78rem;min-height:28px}.shift-export-slot.shift-slot-empty{background:#fff;color:#94a3b8}.weekly-summary{margin-top:1.25rem}.weekly-summary h3{font-size:1.05rem;margin-bottom:.75rem}.weekly-summary-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.summary-stat{display:flex;flex-direction:column;gap:.15rem;min-width:120px}.summary-stat .label{font-size:.8rem;color:var(--text-muted)}.summary-stat .value{font-size:1.25rem;font-weight:700;color:var(--primary)}.weekly-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.weekly-summary-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border:2px solid var(--border);border-radius:8px}.weekly-summary-item-content{display:flex;flex-direction:column;gap:.1rem;min-width:0}.weekly-summary-name{font-weight:600;font-size:.9rem}.weekly-summary-count{font-size:.8rem;color:var(--text-muted)}.weekly-summary-item.under-quota{box-shadow:inset 0 0 0 1px #fca5a5}.weekly-summary-item.met-quota .weekly-summary-count{color:#166534;font-weight:600}.week-preference-required{color:var(--primary);font-weight:600}.shifts-export-summary{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.shifts-export-summary h4{font-size:.95rem;margin-bottom:.65rem}.add-slot-btn{margin-top:.5rem;width:100%}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.setting-day-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.setting-day-card h4{margin-bottom:.75rem;font-size:.95rem}.setting-day-card .form-group{margin-bottom:.75rem}.setting-day-card .form-group:last-child{margin-bottom:0}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state p{margin-bottom:1rem}@media(max-width:768px){.mobile-header{display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:110;padding:.65rem 1rem;padding-top:max(.65rem,env(safe-area-inset-top));background:#1e293b;color:#fff;box-shadow:0 2px 8px #00000026}.mobile-header-title{font-weight:600;font-size:1rem;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-header-user{font-size:.75rem;color:#ffffffb3;max-width:35%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:115;border:none;padding:0;background:#0f172a8c;cursor:pointer}.sidebar{width:min(280px,85vw);position:fixed;top:0;bottom:0;inset-inline-start:0;z-index:120;transform:translate(calc(-100% * var(--sidebar-slide, 1)));transition:transform .25s ease;box-shadow:4px 0 24px #0003}[dir=rtl] .sidebar{--sidebar-slide: -1;box-shadow:-4px 0 24px #0003}.sidebar.open{transform:translate(0)}.main-content{margin-inline-start:0;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.app-layout{flex-direction:column}.page-header{flex-direction:column;align-items:stretch}.page-header h2{font-size:1.25rem}.page-header .btn{width:100%;min-height:44px}.workers-page-card{padding:.75rem}.workers-table-wrap{overflow:visible;margin:0}.workers-table thead{display:none}.workers-table tbody{display:flex;flex-direction:column;gap:.75rem}.workers-table tr{display:block;border:1px solid var(--border);border-radius:10px;padding:.85rem;background:var(--surface);box-shadow:var(--shadow)}.workers-table tr:hover td{background:transparent}.workers-table td{display:grid;grid-template-columns:minmax(5.5rem,38%) minmax(0,1fr);align-items:center;gap:.5rem .75rem;padding:.45rem 0;border-bottom:1px dashed var(--border);font-size:.9rem}.workers-table td:last-child{border-bottom:none;padding-bottom:0}.workers-table td:before{content:attr(data-label);font-weight:600;font-size:.78rem;color:var(--text-muted)}.workers-table-name{font-weight:600;font-size:1rem}.workers-table-linked{word-break:break-word}.workers-table-actions{flex-direction:row;width:100%}.workers-table-actions .btn{flex:1;min-height:40px}.action-btns{flex-direction:column}.action-btns .btn{width:100%}.form-row{grid-template-columns:1fr}.week-selector{flex-direction:column;align-items:stretch;gap:.65rem}.week-selector label{font-weight:500}.week-selector select{width:100%;min-width:0;min-height:44px}.week-selector .btn{width:100%;min-height:44px}.shifts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-bottom:1rem}.day-card{border-radius:8px}.day-card-header{font-size:.7rem;padding:.35rem .25rem;gap:.1rem}.day-card-header .day-note{font-size:.55rem;line-height:1.2}.shift-section{padding:.25rem .2rem}.shift-section-split{margin:.1rem 0 .25rem;border-top:2px dashed #94a3b8;opacity:.7}.shift-section-morning{background:#fffbeb;border-radius:4px 4px 0 0}.shift-section-friday-morning{flex:1 1 auto;min-height:2rem}.shift-section-evening{background:#ede9fe;border-radius:0 0 4px 4px}.day-card-friday .shift-section-evening{margin-top:auto}.shift-section-title{margin-bottom:.2rem}.shift-section-title .badge{font-size:.55rem;padding:.1rem .25rem}.shift-slot{padding:.15rem 0;gap:.15rem;border-bottom-style:dotted}.shift-slot-main{gap:.15rem}.shift-slot-empty{margin:0;padding-inline:0}.shift-worker-select,.shift-worker-select-mobile{padding:.1rem .15rem;border-width:1px;font-size:.65rem}.shift-worker-select .autocomplete-input,.shift-worker-select-mobile .autocomplete-input{font-size:.65rem!important;padding:.1rem .2rem;min-height:1.35rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-delete-btn{width:1.25rem;height:1.25rem;font-size:.85rem;line-height:1}.worker-legend{flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding:.5rem .75rem;margin-bottom:.75rem;-webkit-overflow-scrolling:touch}.worker-legend-item{flex:0 0 auto;font-size:.7rem;gap:.25rem}.worker-legend-item .worker-color-dot{width:8px;height:8px}.weekly-summary-grid{grid-template-columns:1fr}.weekly-summary-stats{flex-direction:column;gap:.65rem}.dashboard-shift-item{flex-direction:column;align-items:flex-start;gap:.5rem}.preference-grid{grid-template-columns:1fr}.preference-status-btn{font-size:.78rem;padding:.45rem .5rem;min-height:40px}.preferences-actions{flex-direction:column}.preferences-actions .btn{width:100%;min-height:44px}.preferences-summary-grid{grid-template-columns:1fr}.week-preferences-header{flex-direction:column;align-items:stretch}.week-preferences-controls{flex-wrap:wrap}.week-preferences-controls .btn{flex:1;min-width:calc(50% - .25rem);min-height:44px}.week-preference-item summary{flex-direction:column;align-items:flex-start;gap:.35rem}.worker-availability-grid{grid-template-columns:1fr}.week-locked-banner,.week-hidden-banner{flex-direction:column;align-items:flex-start;gap:.5rem}.table-container{margin:0 -.25rem}th,td{padding:.6rem .5rem;font-size:.85rem}.modal{max-height:85vh;border-radius:12px 12px 0 0;align-self:flex-end}.modal-overlay{align-items:flex-end;padding:0}.login-card{padding:1.75rem 1.25rem}.ai-chat-widget{inset-inline-end:1rem;bottom:max(1rem,env(safe-area-inset-bottom))}.ai-chat-toggle{width:52px;height:52px}.ai-chat-panel{width:calc(100vw - 2rem);max-width:360px;inset-inline-end:0;bottom:4.25rem;max-height:min(70vh,520px)}.btn{min-height:44px}.btn-sm{min-height:40px}.card-body{padding:1rem}.stats-grid{grid-template-columns:1fr}}@media(min-width:481px)and (max-width:768px){.preference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.main-content{padding:.75rem}.page-header h2{font-size:1.15rem}.week-preferences-controls .btn{min-width:100%}}.ai-chat-widget{position:fixed;inset-inline-end:1.5rem;bottom:1.5rem;z-index:200}.ai-chat-toggle{width:56px;height:56px;border-radius:999px;box-shadow:0 8px 24px #2563eb59;font-weight:700}.ai-chat-panel{position:absolute;inset-inline-end:0;bottom:4.5rem;width:360px;max-height:520px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #0000002e}.ai-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--border);background:var(--bg)}.ai-chat-subtitle{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.ai-chat-close{background:none;border:none;font-size:1.4rem;line-height:1;color:var(--text-muted)}.ai-chat-messages{flex:1;overflow-y:auto;padding:.85rem;display:flex;flex-direction:column;gap:.65rem;min-height:220px;max-height:280px}.ai-chat-empty{color:var(--text-muted);font-size:.85rem;line-height:1.5}.ai-chat-message{padding:.65rem .75rem;border-radius:10px;font-size:.85rem;line-height:1.45;white-space:pre-wrap}.ai-chat-message.user{background:#dbeafe;align-self:flex-start}.ai-chat-message.assistant{background:var(--bg);border:1px solid var(--border);align-self:stretch}.ai-chat-message-group{display:flex;flex-direction:column;gap:.35rem}.ai-chat-applied-note{font-size:.75rem;color:var(--success);padding:0 .25rem}.ai-chat-applied-note.reverted{color:var(--text-muted)}.ai-chat-revert-btn{align-self:flex-start;margin-top:.15rem}.ai-chat-error{padding:0 .85rem .5rem;color:var(--danger);font-size:.8rem}.ai-chat-actions{padding:0 .85rem .75rem}.ai-chat-input-row{display:flex;gap:.5rem;padding:.85rem;border-top:1px solid var(--border);background:#fff}.ai-chat-input{flex:1;resize:none;border:1px solid var(--border);border-radius:8px;padding:.55rem .65rem;font-size:.85rem;font-family:inherit}.ai-chat-input:focus{outline:none;border-color:var(--primary)}.preferences-week-label{font-size:.95rem;color:var(--text-muted)}.preferences-required-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.preferences-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;margin-bottom:1rem}.preferences-summary-card{display:flex;flex-direction:column;gap:.25rem}.preferences-summary-card.under-quota{border-color:#fca5a5;background:#fef2f2}.preferences-summary-card.met-quota{border-color:#86efac;background:#f0fdf4}.preferences-summary-card.met-quota strong{color:#166534}.preferences-summary-card.under-quota strong{color:#991b1b}.preferences-summary-label,.preferences-required-label{color:var(--text-muted);font-size:.9rem}.preferences-summary-card strong,.preferences-required-card strong{color:var(--primary);font-size:1.35rem}.preferences-summary-note{font-size:.75rem;color:var(--text-muted)}.preferences-summary-warning{margin:-.35rem 0 1rem;color:#991b1b;font-size:.85rem}.preferences-required-card strong{font-size:1.15rem}.preferences-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.preferences-legend-item{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;border:1px solid var(--border);font-size:.8rem;font-weight:600}.preference-slot.status-prefer{background:#f0fdf4;border-color:#86efac}.preference-slot.status-available{background:#fefce8;border-color:#fde047}.preference-slot.status-unavailable{background:#fef2f2;border-color:#fca5a5}.preference-slot.status-empty{background:#fff;border-color:var(--border)}.preferences-help{margin:0 0 1rem;color:var(--text-muted);font-size:.9rem}.preference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.85rem;margin-bottom:1.25rem}.preference-day-card{border:1px solid var(--border);border-radius:12px;padding:.75rem;background:var(--surface)}.preference-day-header{font-weight:600;margin-bottom:.6rem;display:flex;flex-direction:column;gap:.2rem}.preference-slot{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:.45rem;padding:.55rem .65rem;margin-bottom:.5rem;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:start}.preference-slot:last-child{margin-bottom:0}.preference-slot.read-only{cursor:default}.preference-slot-actions{display:flex;flex-wrap:wrap;gap:.3rem}.preference-status-btn{flex:1;min-width:0;padding:.28rem .35rem;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:.7rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap}.preference-status-btn:disabled{cursor:default;opacity:.85}.preference-status-btn.status-prefer{color:#166534;border-color:#86efac;background:#f0fdf4}.preference-status-btn.status-prefer.selected{background:#22c55e;border-color:#16a34a;color:#fff}.preference-status-btn.status-available{color:#854d0e;border-color:#fde047;background:#fefce8}.preference-status-btn.status-available.selected{background:#eab308;border-color:#ca8a04;color:#fff}.preference-status-btn.status-unavailable{color:#991b1b;border-color:#fca5a5;background:#fef2f2}.preference-status-btn.status-unavailable.selected{background:#ef4444;border-color:#dc2626;color:#fff}.preferences-notes{margin-bottom:1rem}.preferences-actions{display:flex;gap:.65rem;flex-wrap:wrap}.worker-availability-panel{margin:1.5rem 0}.worker-availability-header{margin-bottom:1rem}.worker-availability-header h3{margin:0 0 .25rem}.worker-availability-subtitle{display:block;font-size:.85rem;color:var(--text-muted)}.worker-availability-meta{display:block;margin-top:.25rem;font-size:.8rem;color:var(--text-muted)}.worker-availability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem}.worker-availability-day{border:1px solid var(--border);border-radius:12px;padding:.75rem;background:var(--bg)}.worker-availability-day-header{font-weight:600;margin-bottom:.6rem;display:flex;flex-direction:column;gap:.2rem}.worker-availability-slot{border:1px solid var(--border);border-radius:10px;padding:.55rem .65rem;margin-bottom:.5rem;background:#fff}.worker-availability-slot:last-child{margin-bottom:0}.availability-group{margin-top:.45rem}.availability-group-label{display:block;font-size:.72rem;font-weight:600;color:var(--text-muted);margin-bottom:.25rem}.availability-worker-list{display:flex;flex-wrap:wrap;gap:.35rem}.availability-worker-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .45rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:.78rem}.availability-empty{font-size:.78rem;color:var(--text-muted)}.week-preferences-panel{margin-bottom:1.5rem}.week-preferences-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.week-preferences-header h3{margin:0 0 .25rem}.week-preferences-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.preferences-window-badge{font-size:.8rem;font-weight:600;padding:.25rem .55rem;border-radius:999px}.preferences-window-badge.open{background:#dcfce7;color:#166534}.preferences-window-badge.closed{background:#fee2e2;color:#991b1b}.week-locked-banner{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.week-locked-badge{font-size:.8rem;font-weight:600;padding:.25rem .55rem;border-radius:999px;background:#ffedd5;color:#c2410c;white-space:nowrap}.week-hidden-banner{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;background:#f5f3ff;border:1px solid #c4b5fd;color:#5b21b6}.week-hidden-badge{font-size:.8rem;font-weight:600;padding:.25rem .55rem;border-radius:999px;background:#ede9fe;color:#6d28d9;white-space:nowrap}.preferences-status-banner{margin-bottom:1rem;font-size:.95rem}.preferences-status-banner.open{background:#f0fdf4;border-color:#86efac;color:#166534}.preferences-status-banner.closed{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.preferences-readonly-note{margin:0;color:var(--text-muted);font-size:.9rem}.week-preferences-meta{font-size:.85rem;color:var(--text-muted)}.week-preferences-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.week-preference-item{border:1px solid var(--border);border-radius:10px;padding:.65rem .85rem;background:var(--bg)}.week-preference-item.submitted{border-color:#86efac}.week-preference-item.missing{border-color:#fcd34d}.week-preference-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.week-preference-worker{display:inline-flex;align-items:center;gap:.45rem}.week-preference-summary{font-size:.8rem;color:var(--text-muted)}.week-preference-body{margin-top:.85rem}.week-preference-notes,.week-preference-updated{margin-top:.75rem;font-size:.85rem;color:var(--text-muted)}.week-confirmations-panel{margin-top:1.25rem}.shift-confirmation-card{margin-bottom:1.25rem}.shift-confirmation-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem}.shift-confirmation-header h3{margin:0;flex:1 1 100%;font-size:1rem;line-height:1.4}.shift-confirmation-badge{font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;flex:0 0 auto}.shift-confirmation-badge.confirmed{background:#dcfce7;color:#166534}.shift-confirmation-badge.pending{background:#fef3c7;color:#92400e}.shift-confirmation-help,.shift-confirmation-meta{margin:0 0 .75rem;font-size:.9rem;line-height:1.45;color:var(--text-muted)}.shift-confirmation-alert{margin:.75rem 0 0;font-size:.9rem;color:var(--primary)}
