._layout_99bvc_1{display:flex;min-height:100vh}._sidebar_99bvc_3{width:240px;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;flex-shrink:0}._logo_99bvc_12{padding:24px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.1)}._logoIcon_99bvc_19{font-size:24px}._logoText_99bvc_20{font-size:18px;font-weight:700;letter-spacing:-.5px}._nav_99bvc_22{padding:12px 8px;flex:1}._navItem_99bvc_24{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#ffffffb3;font-size:14px;transition:all .15s;text-decoration:none}._navItem_99bvc_24:hover{background:var(--sidebar-hover);color:#fff;text-decoration:none}._navItem_99bvc_24._active_99bvc_36{background:var(--sidebar-active);color:#fff;font-weight:500}._navIcon_99bvc_37{font-size:18px;width:24px;text-align:center}._main_99bvc_39{flex:1;display:flex;flex-direction:column;min-width:0}._header_99bvc_41{height:60px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}._breadcrumb_99bvc_51{font-size:15px;font-weight:500;color:var(--text-secondary)}._headerRight_99bvc_52{display:flex;align-items:center;gap:16px}._userName_99bvc_53{font-size:14px;color:var(--text)}._logoutBtn_99bvc_54{background:transparent;color:var(--text-secondary);font-size:13px;padding:6px 12px}._logoutBtn_99bvc_54:hover{color:var(--danger)}._content_99bvc_62{flex:1;padding:24px;overflow-y:auto}._container_id5dw_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af)}._card_id5dw_9{background:#fff;border-radius:16px;padding:40px;width:400px;max-width:90vw;box-shadow:0 20px 60px #0003}._card_id5dw_9 h1{font-size:28px;font-weight:700;text-align:center;margin-bottom:8px}._subtitle_id5dw_25{text-align:center;color:var(--text-secondary);margin-bottom:28px;font-size:14px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--danger: #dc2626;--danger-hover: #b91c1c;--success: #16a34a;--warning: #f59e0b;--bg: #f3f4f6;--sidebar-bg: #0f172a;--sidebar-hover: #1e293b;--sidebar-active: #2563eb;--card-bg: #ffffff;--text: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--border: #e5e7eb;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:14px;border:none;border-radius:var(--radius);padding:8px 16px;transition:all .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{background:var(--bg)}input,select,textarea{font-family:inherit;font-size:14px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);font-size:14px}.table th{font-weight:600;color:var(--text-secondary);background:#f9fafb}.table tr:hover td{background:#f9fafb}.badge{display:inline-block;padding:2px 10px;border-radius:100px;font-size:12px;font-weight:500}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px;color:var(--text-secondary)}.pagination{display:flex;align-items:center;gap:8px;margin-top:16px;justify-content:flex-end}.pagination span{font-size:14px;color:var(--text-secondary)}.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}.modal{background:#fff;border-radius:12px;padding:32px;width:520px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal h2{margin-bottom:20px;font-size:20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.loading{text-align:center;padding:40px;color:var(--text-muted)}.error-msg{color:var(--danger);font-size:14px;margin-top:4px}.empty{text-align:center;padding:40px;color:var(--text-muted);font-size:14px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700}.filters{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filters input,.filters select{width:auto;min-width:160px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.stat-card .stat-label{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.stat-card .stat-value{font-size:28px;font-weight:700}.stat-card .stat-value.primary{color:var(--primary)}.stat-card .stat-value.success{color:var(--success)}.stat-card .stat-value.danger{color:var(--danger)}.stat-card .stat-value.warning{color:var(--warning)}.schedule-page-header{margin-bottom:18px}.schedule-page-header p{margin-top:2px;color:var(--text-secondary);font-size:14px}.schedule-refresh{display:inline-flex;align-items:center;gap:6px}.schedule-refresh:disabled,.schedule-today:disabled{cursor:not-allowed;opacity:.5}.schedule-toolbar{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:16px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.schedule-month-nav{display:grid;grid-template-columns:38px 124px 38px;align-items:center;overflow:hidden;flex:0 0 auto;border:1px solid var(--border);border-radius:var(--radius)}.schedule-month-nav button{height:38px;padding:0;border-radius:0;background:#fff;color:var(--text-secondary);font-size:24px;line-height:1}.schedule-month-nav button:hover{background:#f8fafc;color:var(--primary)}.schedule-month-nav strong{text-align:center;font-size:15px;line-height:38px;border-inline:1px solid var(--border)}.schedule-today{height:40px;white-space:nowrap}.schedule-shift-picker{display:flex;align-items:center;gap:8px;margin-left:8px}.schedule-shift-picker label{color:var(--text-secondary);font-size:13px;white-space:nowrap}.schedule-shift-picker select{width:150px;height:40px;padding-block:0;font-weight:500}.schedule-rest-toggle{height:40px;padding:0 14px;border:1px solid #fecaca;background:#fff;color:#b91c1c;white-space:nowrap}.schedule-rest-toggle:hover,.schedule-rest-toggle.active{border-color:#ef4444;background:#fef2f2;box-shadow:0 0 0 2px #ef444414}.schedule-batch-button{height:40px;width:auto;white-space:nowrap}.schedule-help{display:flex;align-items:center;gap:6px;margin-left:auto;color:var(--text-secondary);font-size:13px}.schedule-calendar{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:auto;max-height:calc(100vh - 238px);scrollbar-color:#cbd5e1 transparent}.schedule-calendar table{border-collapse:separate;border-spacing:0;min-width:100%}.schedule-calendar th,.schedule-calendar td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:7px 8px;text-align:center;font-size:13px;white-space:nowrap}.schedule-calendar th{position:sticky;top:0;z-index:2;height:56px;background:#f8fafc;font-weight:600}.schedule-calendar tr:last-child td{border-bottom:0}.schedule-calendar th:last-child,.schedule-calendar td:last-child{border-right:0}.schedule-calendar .schedule-name-col{position:sticky;left:0;z-index:1;min-width:172px;max-width:172px;background:#fff;font-weight:500;text-align:left;box-shadow:1px 0 0 var(--border)}.schedule-calendar th.schedule-name-col{z-index:3;background:#f8fafc;text-align:center}.schedule-employee-name{display:inline-block;max-width:108px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.schedule-month-action{float:right;padding:3px 7px;border:1px solid #bfdbfe;border-radius:5px;background:#eff6ff;color:var(--primary);font-size:11px}.schedule-month-action:hover{background:#dbeafe}.schedule-day-number{display:block;line-height:20px;font-size:14px}.schedule-weekday{display:block;font-weight:400;color:var(--text-muted);font-size:11px}.schedule-calendar th.weekend{background:#fffaf0}.schedule-calendar th.today{color:var(--primary);background:#eff6ff;box-shadow:inset 0 3px 0 var(--primary)}.schedule-cell{cursor:pointer;min-width:76px;height:46px;transition:background .12s,color .12s}.schedule-cell:hover{background:#dbeafe!important;color:#1d4ed8}.schedule-cell.weekend{background:#fffcf5}.schedule-cell.today{background:#f5f9ff}.schedule-cell span{display:block;max-width:68px;overflow:hidden;text-overflow:ellipsis}.schedule-cell.rest,.schedule-cell.empty{color:var(--text-muted)}.schedule-empty-row{height:140px;color:var(--text-muted);text-align:center}.schedule-month-modal{width:520px;padding:0;overflow:hidden}.schedule-modal-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid var(--border)}.schedule-modal-heading h2{margin:0}.schedule-modal-heading p{margin-top:3px;color:var(--text-secondary);font-size:13px}.schedule-modal-close{padding:0 6px;background:transparent;color:var(--text-muted);font-size:26px;line-height:1}.schedule-modal-field{padding:18px 24px 0}.schedule-modal-field>label{display:block;margin-bottom:8px;color:var(--text);font-size:13px;font-weight:600}.schedule-modal-field select{height:42px}.schedule-weekday-options{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.schedule-weekday-options button{padding:9px 0;border:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:12px}.schedule-weekday-options button:hover{border-color:#93c5fd}.schedule-weekday-options button.active{border-color:var(--primary);background:#eff6ff;color:var(--primary);font-weight:600}.schedule-field-tip{margin-top:7px;color:var(--text-muted);font-size:12px}.schedule-holiday-option{display:flex;align-items:flex-start;gap:10px;margin:18px 24px 0;padding:13px 14px;border:1px solid var(--border);border-radius:9px;cursor:pointer}.schedule-holiday-option input{width:16px;margin-top:3px;accent-color:var(--primary)}.schedule-holiday-option span{display:flex;flex-direction:column}.schedule-holiday-option strong{font-size:13px}.schedule-holiday-option small{color:var(--text-secondary);font-size:12px}.schedule-modal-preview{display:flex;flex-direction:column;gap:3px;margin:18px 24px 0;padding:12px 14px;border-radius:8px;background:#f8fafc}.schedule-modal-preview span{color:var(--text-muted);font-size:11px}.schedule-modal-preview strong{font-size:13px}.schedule-month-modal .modal-actions{padding:18px 24px 22px;margin-top:0}.schedule-month-modal .modal-actions .btn-primary{width:auto}@media (max-width: 900px){.schedule-toolbar{align-items:stretch;flex-wrap:wrap}.schedule-help{order:3;width:100%;margin-left:0}.schedule-shift-picker{margin-left:auto}.schedule-batch-button{order:2}.schedule-calendar{max-height:calc(100vh - 300px)}}@media (max-width: 640px){.schedule-page-header{align-items:flex-start}.schedule-month-nav{grid-template-columns:34px 108px 34px}.schedule-shift-picker{width:100%;margin-left:0}.schedule-shift-picker select{flex:1}.schedule-calendar .schedule-name-col{min-width:142px;max-width:142px}.schedule-employee-name{max-width:80px}}
