@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#09090b;--bg-2:#18181b;--surface:#121214;--surface-2:#27272a;--text:#fafafa;--muted:#a1a1aa;--accent:#fff;--accent-2:#3f3f46;--border:#27272a;--shadow:0 8px 32px #0006;--radius:12px;--font-body:"Inter", sans-serif;--font-display:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;margin-bottom:8px;font-weight:600}p{color:var(--muted);line-height:1.6}.app-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;gap:32px;height:100vh;padding:32px 24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:16px;display:flex}.brand-mark{background:var(--accent);width:40px;height:40px;color:var(--bg);letter-spacing:1px;border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.brand-title{letter-spacing:-.01em;font-size:16px;font-weight:600}.brand-subtitle{color:var(--muted);font-size:12px}.nav{flex-direction:column;gap:8px;display:flex}.nav a{color:var(--muted);border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.nav a.active{background:var(--surface-2);color:var(--accent)}.nav a:hover:not(.active){color:var(--text);background:#ffffff0d}.sidebar-footer{flex-direction:column;gap:16px;margin-top:auto;display:flex}.content{background:var(--surface);flex-direction:column;min-height:100vh;display:flex}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:10;background:#121214cc;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:sticky;top:0}.eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:12px;font-weight:600}.timezone{font-size:14px;font-weight:500}.main{flex:1;padding:40px}.page{flex-direction:column;gap:32px;animation:.4s forwards fadeUp;display:flex}.page-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;padding-bottom:24px;display:flex}.page-header h2{margin-bottom:4px;font-size:28px;font-weight:600}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:border-color .2s;box-shadow:0 1px 3px #0003}.card:hover{border-color:#3f3f46}.card.nested{background:var(--surface);margin-top:24px}.stat{flex-direction:column;gap:8px;display:flex}.stat-label{text-transform:uppercase;color:var(--muted);letter-spacing:.05em;font-size:13px;font-weight:600}.stat-value{letter-spacing:-.02em;font-size:36px;font-weight:700}.form{flex-direction:column;gap:20px;display:flex}.field{flex-direction:column;gap:8px;font-size:14px;font-weight:500;display:flex}.field span{color:var(--muted)}.field-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.checkbox{cursor:pointer;flex-direction:row;align-items:center;gap:12px}.input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:var(--muted);outline:none;box-shadow:0 0 0 2px #ffffff1a}.actions{gap:12px;margin-top:8px;display:flex}.btn{background:var(--accent);color:var(--bg);border:1px solid var(--accent);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{background:#e4e4e7}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.ghost{color:var(--text);border-color:var(--border);background:0 0}.btn.ghost:hover{background:var(--surface-2)}.link-button{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500;transition:color .2s}.link-button:hover{color:var(--text)}.link-button.danger{color:#ef4444}.link-button.danger:hover{color:#f87171}.table-wrapper{border:1px solid var(--border);border-radius:8px;margin-top:16px;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:14px}.table th{background:var(--surface);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);text-align:left;padding:16px;font-size:12px;font-weight:500}.table td{border-bottom:1px solid var(--border);padding:16px}.table tr:last-child td{border-bottom:none}.table-actions{gap:16px;display:flex}.alert{border-left:3px solid var(--muted);background:var(--surface-2);border-radius:8px;padding:16px;font-size:14px}.alert.error{color:#fca5a5;background:#ef44441a;border-left-color:#ef4444}.hint{color:var(--muted);margin-top:8px;font-size:13px}.tag{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.tag-row{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.pill{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:4px 10px;font-size:12px}.pill-list{flex-wrap:wrap;gap:8px;display:flex}.status{border:1px solid #0000;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.status.on{color:#4ade80;background:#22c55e1a;border-color:#22c55e33}.status.off{color:#f87171;background:#ef44441a;border-color:#ef444433}.list{color:var(--muted);padding:0;list-style:none}.list li{border-bottom:1px solid var(--border);padding:12px 0}.list li:last-child{border-bottom:none}.pmo-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);flex-direction:column;gap:16px;padding:24px;display:flex}.pmo-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pmo-header h4{margin-bottom:4px;font-size:18px}.stack{flex-direction:column;gap:20px;display:flex}.day-grid{flex-wrap:wrap;gap:10px;display:flex}.day-pill{background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background .2s;display:flex}.day-pill:hover{background:var(--surface)}.auth-page{background:var(--bg);grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-card{flex-direction:column;justify-content:center;gap:24px;width:100%;max-width:540px;margin:0 auto;padding:60px;display:flex}.auth-title h1{margin:16px 0 8px;font-size:32px}.auth-side{background:var(--surface);border-left:1px solid var(--border);justify-content:center;align-items:center;padding:40px;display:flex}.auth-side .card{max-width:400px;box-shadow:none;background:0 0;border:none}.auth-side h2{margin-bottom:16px;font-size:24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;position:relative}}@media (width<=768px){.auth-page{grid-template-columns:1fr}.auth-side{display:none}.main{padding:24px}.grid{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;width:100%;max-width:500px;max-height:calc(100dvh - 48px);padding:32px;animation:.3s forwards fadeUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000080}.modal-dialog{gap:20px}.modal-body{color:var(--muted);flex-direction:column;gap:12px;font-size:15px;line-height:1.6;display:flex}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.btn-danger{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}.btn-danger:hover{background:#ef4444!important;border-color:#ef4444!important}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-header h3{margin:0;font-size:20px}.close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1}.close-btn:hover{color:var(--text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.module-page{animation:.4s forwards fadeUp}.module-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;padding-bottom:24px;display:flex}.module-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.search-input{min-width:250px;background:var(--surface-2)!important}.btn-primary-gradient{font-weight:600;box-shadow:0 4px 12px #6366f133;color:#fff!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important}.btn-primary-gradient:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f14d;background:linear-gradient(135deg,#818cf8,#a78bfa)!important}.icon-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.icon-btn.delete-btn:hover{color:#ef4444;background:#ef444426}.empty-state{text-align:center;background:var(--surface);border:1px dashed var(--border);color:var(--muted);border-radius:12px;grid-column:1/-1;padding:60px 20px}.worker-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.worker-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:20px;padding:20px;transition:all .2s;display:flex}.worker-card:hover{border-color:#3f3f46;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.worker-card.inactive{opacity:.6}.worker-card-header{align-items:center;gap:16px;display:flex}.worker-avatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex}.worker-info{flex:1;overflow:hidden}.worker-info h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;overflow:hidden}.worker-initials-badge{color:var(--muted);letter-spacing:.5px;font-size:12px;font-weight:600}.worker-menu{gap:4px;display:flex}.worker-stats-row{background:var(--surface-2);border-radius:12px;justify-content:space-between;padding:12px 16px;display:flex}.worker-stat{flex-direction:column;gap:4px;display:flex}.stat-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.stat-val{color:var(--text);font-size:14px;font-weight:600}.status-dot{align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.status-dot:before{content:"";border-radius:50%;width:8px;height:8px;display:block}.status-dot.on{color:#4ade80}.status-dot.on:before{background:#4ade80;box-shadow:0 0 8px #4ade8066}.status-dot.off{color:var(--muted)}.status-dot.off:before{background:var(--muted)}.pmo-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;display:grid}.pmo-card-modern{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.pmo-card-modern:hover{border-color:#3f3f46;box-shadow:0 8px 24px #0003}.pmo-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.pmo-info-main h3{margin:0 0 6px;font-size:18px}.pmo-location{color:var(--muted);font-size:13px}.pmo-tags-container{flex-wrap:wrap;gap:8px;padding:16px 20px 0;display:flex}.pmo-tag-pill{color:#a5b4fc;letter-spacing:.02em;background:#6366f11a;border:1px solid #6366f133;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:600}.pmo-shifts-section{flex-direction:column;flex:1;padding:20px;display:flex}.pmo-shifts-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.pmo-shifts-header h4{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px}.btn-sm-ghost{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.btn-sm-ghost:hover{background:var(--surface-2)}.pmo-shifts-list{flex-direction:column;gap:10px;display:flex}.pmo-shift-item{background:var(--surface-2);border-left:3px solid #71717a;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;display:flex;position:relative}.pmo-shift-item.night{border-left-color:#f59e0b}.pmo-shift-item.day{border-left-color:#38bdf8}.pmo-shift-item.split{border-left-color:#ec4899}.shift-main-info{flex-direction:column;gap:4px;display:flex}.shift-label{font-size:14px;font-weight:600}.shift-time{color:var(--muted);font-family:SF Mono,monospace;font-size:12px}.shift-meta-info{flex-direction:column;align-items:flex-end;gap:4px;padding-right:28px;display:flex}.shift-days{color:var(--muted);font-size:12px}.shift-hours{color:var(--text);font-size:12px;font-weight:600}.shift-delete-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.shift-delete-btn:hover{color:#ef4444;background:#ef444426}.empty-shifts{color:var(--muted);text-align:center;border:1px dashed var(--border);background:#ffffff05;border-radius:10px;padding:20px 0;font-size:13px}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:flex-end;animation:.2s forwards fadeIn;display:flex;position:fixed;inset:0}.drawer-content{background:var(--bg);border-left:1px solid var(--border);width:100%;max-width:480px;height:100dvh;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideIn;display:flex;overflow:hidden;box-shadow:-10px 0 40px #00000080}.compact-drawer{width:min(460px,100%);height:min(640px,100dvh - 32px);max-height:calc(100dvh - 32px)}.compact-drawer .drawer-header{padding:20px 24px}.compact-drawer .drawer-body{gap:18px;padding:24px}.compact-drawer .drawer-footer{padding:20px 24px}.drawer-header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.drawer-header h3{margin:0;font-size:20px}.drawer-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;transition:color .2s}.drawer-close:hover{color:var(--text)}.drawer-form{flex-direction:column;flex:1;display:flex;overflow:hidden}.drawer-body{flex-direction:column;flex:1;gap:24px;min-height:0;padding:32px;display:flex;overflow-y:auto}.form-group{flex-direction:column;display:flex}.form-row{gap:16px;display:flex}.half-width{flex:1}.modern-input{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px 16px;font-size:15px;transition:all .2s}.modern-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.field-hint{color:var(--muted);margin-top:6px;font-size:12px}.radio-group{background:var(--surface-2);border-radius:12px;gap:8px;padding:4px;display:flex}.radio-pill{cursor:pointer;color:var(--muted);border-radius:8px;flex:1;justify-content:center;align-items:center;padding:10px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.radio-pill input[type=radio]{display:none}.radio-pill:hover{color:var(--text)}.radio-pill.active{background:var(--bg);color:var(--text);box-shadow:0 2px 8px #0003}.modern-day-grid{flex-wrap:wrap;gap:8px;display:flex}.day-chip{background:var(--surface-2);color:var(--muted);cursor:pointer;border:1px solid #0000;border-radius:100px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s}.day-chip:hover{background:var(--surface);color:var(--text)}.day-chip.selected{color:#a5b4fc;background:#6366f126;border-color:#6366f166}.hidden-checkbox{display:none}.toggle-group{background:var(--surface-2);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px;padding:20px}.toggle-info h4{margin:0 0 4px;font-size:15px}.toggle-info p{margin:0;font-size:12px}.switch{width:50px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--bg);border:1px solid var(--border);transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:var(--muted);width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}.switch input:checked+.slider{background-color:#10b981;border-color:#10b981}.switch input:checked+.slider:before{background-color:#fff;transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.drawer-footer{border-top:1px solid var(--border);background:var(--surface);z-index:1;flex-shrink:0;justify-content:flex-end;gap:12px;margin-top:auto;padding:24px 32px;display:flex;position:sticky;bottom:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.pmo-grid,.worker-grid{grid-template-columns:1fr}.drawer-content{max-width:100%}.compact-drawer{width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.compact-drawer .drawer-header,.compact-drawer .drawer-body,.compact-drawer .drawer-footer{padding-left:20px;padding-right:20px}.form-row{flex-direction:column;gap:24px}}.schedule-page{flex-direction:column;gap:12px;height:calc(100vh - 140px);animation:.4s forwards fadeUp;display:flex}.schedule-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.schedule-toolbar-left{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.schedule-title{letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:22px;font-weight:700}.schedule-date-inputs{align-items:center;gap:8px;display:flex}.schedule-input{width:150px;padding:8px 12px!important;font-size:13px!important}.schedule-date-sep{color:var(--muted);font-size:16px}.schedule-toolbar-right{align-items:center;gap:8px;display:flex}.schedule-btn-primary{letter-spacing:.02em;color:#fff!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border-color:#6366f1!important;padding:8px 18px!important;font-size:13px!important;font-weight:600!important}.schedule-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d;background:linear-gradient(135deg,#818cf8,#a78bfa)!important}.schedule-btn{padding:8px 14px!important;font-size:13px!important}.schedule-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:10px 16px;font-size:13px}.schedule-success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:10px 16px;font-size:13px;animation:.3s forwards fadeUp}.schedule-warnings{flex-wrap:wrap;gap:8px;display:flex}.schedule-warning-tag{color:#fcd34d;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.schedule-stats-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.schedule-stats-workers{flex-wrap:wrap;flex:1;gap:6px;display:flex}.schedule-worker-chip{cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:flex}.schedule-worker-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.schedule-worker-chip.selected{border-width:2px;transform:scale(1.05);box-shadow:0 0 12px #0006}.chip-initials{letter-spacing:.02em;font-weight:700}.chip-hours{opacity:.8;font-weight:500}.chip-dev{border-radius:4px;padding:1px 4px;font-size:10px;font-weight:700}.chip-dev.over{color:#fca5a5;background:#ef444433}.chip-dev.under{color:#93c5fd;background:#3b82f633}.schedule-view-toggle{border:1px solid var(--border);border-radius:8px;display:flex;overflow:hidden}.toggle-btn{background:var(--surface);cursor:pointer;color:var(--muted);border:none;padding:6px 12px;font-size:16px;transition:background .2s}.toggle-btn:first-child{border-right:1px solid var(--border)}.toggle-btn.active{background:var(--surface-2);color:var(--text)}.toggle-btn:hover:not(.active){background:#ffffff0d}.schedule-calendar{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cal-header{background:var(--surface);border-bottom:1px solid var(--border);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.cal-header-cell{border-right:1px solid var(--border);flex-direction:column;align-items:center;padding:10px 4px;display:flex}.cal-header-cell:last-child{border-right:none}.cal-day-name{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:11px;font-weight:600}.cal-day-num{color:var(--text);font-size:20px;font-weight:700;line-height:1.2}.cal-body{flex:1;grid-auto-columns:1fr;grid-auto-flow:column;display:grid;overflow-y:auto}.cal-day-col{border-right:1px solid var(--border);flex-direction:column;gap:4px;min-height:100%;padding:6px 4px;display:flex}.cal-day-col:last-child{border-right:none}.cal-day-col.weekend{background:#ffffff04}.cal-shift{cursor:default;border-left:3px solid #71717a;border-radius:6px;flex-direction:column;gap:2px;padding:6px 8px;transition:transform .15s,box-shadow .15s;display:flex}.cal-shift:hover{z-index:1;transform:scale(1.02);box-shadow:0 2px 8px #0000004d}.cal-shift.night{border-left-style:dashed}.cal-shift-time{color:var(--muted);letter-spacing:.02em;font-family:SF Mono,Fira Code,monospace;font-size:10px;font-weight:600}.cal-shift-pmo{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}.cal-shift-worker{margin-top:2px}.cal-worker-select{cursor:pointer;appearance:none;text-align:center;background:#00000040;border:1px solid #ffffff14;border-radius:4px;width:100%;padding:2px 4px;font-family:inherit;font-size:11px;font-weight:700;transition:border-color .2s}.cal-worker-select:hover{border-color:#fff3}.cal-worker-select:focus{border-color:#6366f180;outline:none}.cal-worker-select option{background:var(--bg);color:var(--text)}.cal-empty{height:100%;color:var(--muted);opacity:.5;justify-content:center;align-items:center;font-size:11px;display:flex}.schedule-table-view{flex:1;min-height:0;overflow:auto}.schedule-table th{z-index:2;position:sticky;top:0;padding:10px 12px!important;font-size:11px!important}.schedule-table td{font-size:13px;padding:8px 12px!important}.td-date{white-space:nowrap;font-weight:500}.td-day-label{color:var(--muted);text-transform:uppercase;margin-right:6px;font-size:11px}.td-mono{letter-spacing:.02em;font-family:SF Mono,Fira Code,monospace;font-size:12px}.td-center{text-align:center}.table-select{min-width:70px;padding:4px 8px!important;font-size:12px!important}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;display:grid}.summary-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;display:flex}@media (width<=1200px){.schedule-page{height:auto;min-height:calc(100vh - 140px)}.schedule-calendar{min-height:500px}.cal-shift-pmo{font-size:10px}}@media (width<=980px){.schedule-toolbar{flex-direction:column;align-items:stretch}.schedule-toolbar-left,.schedule-toolbar-right{justify-content:center}.schedule-stats-bar{flex-direction:column}.schedule-stats-workers{justify-content:center}}@media (width<=768px){.schedule-calendar{overflow-x:auto}.cal-header,.cal-body{min-width:700px}.schedule-page{gap:10px}.schedule-title{font-size:18px}}
