:root{--accent: #8B0000;--accent-10: rgba(139, 0, 0, .1);--accent-15: rgba(139, 0, 0, .15);--accent-20: rgba(139, 0, 0, .2);--accent-35: rgba(139, 0, 0, .35);--accent-60: rgba(139, 0, 0, .6);--accent-65: rgba(139, 0, 0, .65);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;contain:layout paint style}html,body{overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:transparent}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:2px solid #8B0000;outline-offset:2px}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.rightSheet[aria-label="Assign Shift"] .sheetHeroMini,.rightSheet[aria-label="Edit Shift"] .sheetHeroMini{margin:0 12px 2px}.rightSheet.modern{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);border-left:1px solid #2a2a2a;box-shadow:-8px 0 32px #0006;position:fixed;top:0;right:0;bottom:0;width:min(520px,92vw);z-index:50;display:flex;flex-direction:column;transform:translate(100%);transition:transform .42s cubic-bezier(.22,1,.36,1);will-change:transform}.rightSheet.modern.open{transform:translate(0);animation:sheetEnter .42s cubic-bezier(.22,1,.36,1)}.sheetHeader.modern{background:linear-gradient(135deg,#1a1a1a,#222);border-bottom:1px solid #333;padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.sheetTitleGroup{display:flex;align-items:center;gap:12px}.sheetIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#374151,#4b5563);border-radius:10px;color:#fff;box-shadow:0 4px 12px #3741514d}.sheetTitle{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.02em}.headerButton.modern{width:36px;height:36px;border-radius:8px;background:transparent;border:1px solid #333;color:#999;transition:all .2s ease}.headerButton.modern:hover{background:#333;border-color:#444;color:#fff}.sheetContent.modern{padding:24px;display:flex;flex-direction:column;gap:24px}.errorBanner{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:8px;color:#fca5a5;font-size:14px;font-weight:500}.formField.modern{display:flex;flex-direction:column;gap:8px}.fieldLabel.modern{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#e5e5e5}.labelText{display:flex;align-items:center;gap:4px}.required{color:#ef4444;font-weight:700}.optional{color:#6b7280;font-size:12px;font-weight:500}.inputWrapper{position:relative;display:flex;align-items:center}.input.modern{width:100%;padding:12px 16px 12px 44px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:15px;font-weight:500;transition:all .2s ease;box-sizing:border-box}.input.modern:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.input.modern:disabled{opacity:.5;cursor:not-allowed}.input.modern::placeholder{color:#6b7280}.inputIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.selectWrapper,.textareaWrapper{position:relative}.textarea.modern{width:100%;padding:12px 16px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:15px;font-weight:500;font-family:inherit;resize:vertical;min-height:80px;transition:all .2s ease;box-sizing:border-box}.textarea.modern:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.textarea.modern::placeholder{color:#6b7280}.charCount{position:absolute;bottom:8px;right:12px;font-size:11px;color:#6b7280;font-weight:500}.helperText.modern{font-size:12px;color:#6b7280;font-weight:500;margin-top:4px}.sheetFooter.modern{background:linear-gradient(135deg,#1a1a1a,#222);border-top:1px solid #333;padding:20px 24px}.footerActions{display:flex;align-items:center;justify-content:space-between;gap:16px}.primaryActions{display:flex;align-items:center;gap:12px}.btnSecondary{padding:10px 20px;background:transparent;border:1px solid #333;border-radius:8px;color:#999;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btnSecondary:hover{background:#333;border-color:#444;color:#fff}.btnPrimary.modern{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#374151,#4b5563);border:none;border-radius:8px;color:#fff!important;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3741514d}.btnPrimary.modern:hover{background:linear-gradient(135deg,#4b5563,#6b7280);box-shadow:0 6px 16px #37415166;transform:translateY(-1px)}.btnPrimary.modern:active{transform:translateY(0)}.btnDanger{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:1px solid #dc2626;border-radius:8px;color:#fca5a5;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btnDanger:hover{background:#dc26261a;border-color:#ef4444;color:#fca5a5}.rightSheet.modern .colorPickerWrap.modern{width:100%}.rightSheet.modern .colorPickBtn.modern{width:100%;padding:12px 16px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.rightSheet.modern .colorPickBtn.modern:hover{border-color:#444}.rightSheet.modern .colorPickBtn.modern:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.selectContent{display:flex;align-items:center;gap:12px;flex:1}.selectIcon{display:flex;align-items:center;justify-content:center;color:#6b7280}.rightSheet.modern .colorPickLabel{color:#fff;font-weight:500}.rightSheet.modern .chevIcon{color:#6b7280;transition:transform .2s ease}.rightSheet.modern .pickerPanel.modern{background:#1a1a1a;border:1px solid #333;border-radius:10px;box-shadow:0 8px 32px #0006;overflow:hidden}.rightSheet.modern .selectItem.modern{padding:12px 16px;color:#e5e5e5;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #222;display:flex;align-items:center;justify-content:space-between}.rightSheet.modern .selectItem.modern:last-child{border-bottom:none}.rightSheet.modern .selectItem.modern:hover{background:#222;color:#fff}.rightSheet.modern .selectItem.modern.active{background:#333;color:#fff}.rightSheet.modern .selectItem.modern.selected{background:#6b72801a;color:#d1d5db}.selectItemContent{display:flex;align-items:center;gap:10px;flex:1}.selectItemIcon{display:flex;align-items:center;justify-content:center;color:#6b7280}.rightSheet.modern .selectItem.modern.selected .selectItemIcon{color:#d1d5db}.rightSheet.modern .selectCheck{display:flex;align-items:center;justify-content:center;color:#d1d5db}@media (max-width: 820px){.rightSheet.modern{width:100%;max-width:100%;border-left:none;border-top:1px solid #2a2a2a}.sheetHeader.modern{padding:16px 20px}.sheetContent.modern{padding:20px;gap:20px}.sheetFooter.modern{padding:16px 20px}.footerActions{flex-direction:column;align-items:stretch;gap:12px}.primaryActions{justify-content:stretch}.btnSecondary,.btnPrimary.modern{flex:1;justify-content:center}}.rightSheet[aria-label="Assign Shift"] .sheetHeroCenter{gap:4px;transform:translateY(-36px)}.rightSheet[aria-label="Assign Shift"] .sheetHeroName{font-size:15px}.rightSheet[aria-label="Assign Shift"] .sheetContent{gap:8px;overflow:hidden;padding:16px 20px}.rightSheet[aria-label="Assign Shift"] .editorGrid{margin-top:-8px;gap:12px}.rightSheet[aria-label="Assign Shift"] .editorGrid .formCard.card:first-child{padding-top:10px}.rightSheet[aria-label="Assign Shift"] .previewCard.card{padding-left:16px!important;padding-right:16px!important}.rightSheet[aria-label="Assign Shift"] .previewColBody{padding:10px 16px}.rightSheet[aria-label="Edit Shift"] .sheetContent{overflow:hidden;padding:16px 20px;gap:12px}.rightSheet[aria-label="Edit Shift"] .editorGrid{gap:10px}.rightSheet[aria-label="Edit Shift"] .previewCard.card{padding-left:16px!important;padding-right:16px!important}.rightSheet[aria-label="Edit Shift"] .previewColBody{padding:10px 16px}body{background:linear-gradient(180deg,#0a0a0a,#111)!important}#root{max-width:100%;width:100%;margin:0 auto;padding:0}.auth-spinner{animation:spin 1s linear infinite}.siteHeader{position:fixed;top:0;left:0;right:0;z-index:30;background:linear-gradient(135deg,#0b0b0b,#111 50%,#0b0b0b);border-bottom:2px solid #222;padding:12px 16px 12px 8px;display:flex;align-items:center;gap:12px;color:#fff;box-shadow:0 8px 24px #00000059;transition:transform .22s ease,opacity .16s ease;will-change:transform;box-sizing:border-box}.contentWrap.withSidebar .siteHeader{left:260px;width:calc(100% - 260px)}html.scroll-down .siteHeader,body.scroll-down .siteHeader{transform:translateY(-100%);opacity:.98}html.scroll-up .siteHeader,body.scroll-up .siteHeader{transform:translateY(0);opacity:1}.siteHeader.is-hidden{transform:translateY(-100%);opacity:.98}.siteHeader.is-shown{transform:translateY(0);opacity:1}.siteHeader.hideBrand .brand{opacity:0;pointer-events:none}.brand{display:flex;align-items:center;gap:10px}.brandLogo{width:48px;height:48px}.brandName{font-weight:800;letter-spacing:.3px;font-size:22px;line-height:1}.siteHeader .brandName{color:#fff}.headerButton{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid transparent;background:transparent;color:#111;border-radius:6px;cursor:pointer}.siteHeader .headerButton{color:#fff;border-color:transparent}.siteHeader .headerButton:hover{background:#ffffff0f}.headerButton:hover{border-color:transparent}.headerButton:focus,.headerButton:focus-visible{outline:none;box-shadow:none;border-color:transparent}.headerButton:active{outline:none;border-color:transparent}.headerButton{-webkit-tap-highlight-color:transparent}.headerButton:disabled{opacity:.6;cursor:not-allowed}.container{display:flex;flex-direction:column;gap:16px;padding:84px 88px 64px}.profilePage.container{padding-top:70px}.contentWrap.withSidebar .container{padding-left:16px;padding-right:16px}.hide-on-mobile{display:block}.gridWrap{width:100%;padding-right:8px;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden;transition:height .32s ease;contain:layout paint;scroll-behavior:auto}.month-view .gridWrap{overflow-x:auto;scrollbar-width:thin;-ms-overflow-style:auto;scrollbar-color:#000 #2a2a2a}.month-view .gridWrap::-webkit-scrollbar{height:6px;background:transparent}.month-view .gridWrap::-webkit-scrollbar-track{background:#2a2a2a;border-radius:999px}.month-view .gridWrap::-webkit-scrollbar-thumb{background:#000;border-radius:999px;border:1px solid #222}.month-view .gridWrap::-webkit-scrollbar-thumb:hover{background:#111}.card{border:1px solid #e5e5e5;padding:8px;border-radius:8px;margin:0 8px}.headerCard{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px}.stats{display:flex;align-items:center;gap:16px;font-size:12px;color:#555}.stats .dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.stats .blue{background:#1e90ff}.stats .green{background:#1aaa55}.weekNav{display:flex;align-items:center;gap:8px}.weekNavBtn{padding:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;color:#000;border-radius:8px;font-weight:400;transition:none}.weekNavBtn:hover{background:transparent}.weekNavBtn:focus{outline:none;box-shadow:none}.link{color:#111;font-size:12px;cursor:pointer;text-decoration:none}button.link{background:transparent;border:none;padding:0;color:#111;border-radius:0}.row{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:8px;margin-bottom:8px}input{padding:8px;border:1px solid #ccc;border-radius:6px}button{padding:8px 12px;border:1px solid transparent;background:transparent;color:inherit;border-radius:6px;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.list{list-style:none;padding:0;display:grid;gap:8px}.item{border:1px solid #eee;padding:12px;border-radius:8px;background:#f9fafb}.title{font-weight:600;color:#222}.sub{color:#555}.meta{color:#666;font-size:12px}.col-today{background:transparent}.col-past{opacity:.6}.shiftBox{display:inline-flex;align-items:center;justify-content:center;border:2px solid #2a2a2a;border-radius:12px;background:#f3f4f6;color:#111;width:100%;height:48px;box-sizing:border-box}.month-view .shiftBox,.month-view .emptySlot{height:44px}.shiftContent{display:flex;flex-direction:column;align-items:center;gap:2px;transform-origin:center}.shiftTitle{font-weight:600;font-size:12px}.shiftTime{font-size:10px}.shiftBox,.shiftBox *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shiftBox.selectedShift{border-color:#dc2626;background:#dc262629;color:#111;box-shadow:0 0 0 2px #dc262647;font-weight:600}.shiftBox.selectedShift .shiftTitle,.shiftBox.selectedShift .shiftTime{color:inherit;font-weight:700}.emptySlot,.emptySlot *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scheduleTable thead th,.month-view .scheduleTable thead th,.empName,.month-view .empName{font-size:12px}.empSub,.month-view .empSub{font-size:10px}.avatar{width:26px;height:26px;font-size:11px}.emptySlot{font-size:12px}.emptySlot{border:2px dashed #d7d7d7;border-radius:10px;height:48px;display:flex;align-items:center;justify-content:center;color:#bbb;background:#f9fafb}.emptySlot.multiSelected{border-style:solid;border-color:#2563eb;background:#2563eb29;color:#1d4ed8;font-weight:600}.emptySlot.past{background:#f8f8f8}.multiAssignModal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1200;padding:clamp(16px,4vw,48px);pointer-events:none}.multiAssignModal.open{display:flex;pointer-events:auto}.multiAssignShell{width:min(1100px,100%);height:min(760px,100%);background:#111111fa;border-radius:28px;border:2px solid #222;box-shadow:0 30px 110px #0000008c;display:flex;flex-direction:column;overflow:hidden;color:#fff}.multiAssignHeader{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 32px 18px;border-bottom:2px solid #222;gap:24px;background:#0f0f0f80}.multiAssignTitle{font-size:24px;font-weight:700;letter-spacing:-.01em;color:#fff}.multiAssignSubtitle{font-size:14px;color:#fff9;margin-top:6px}.multiAssignHeaderActions{display:flex;align-items:center;gap:12px}.multiAssignHeaderActions .btnGhost{padding:6px 12px;border-radius:10px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff}.multiAssignHeaderActions .btnGhost:hover{background:#ffffff14;border-color:#ffffff26}.multiAssignHeader .headerButton{color:#fff;border-color:transparent}.multiAssignHeader .headerButton:hover{background:#ffffff1a;border-color:transparent}.multiAssignBody{flex:1;display:flex;gap:20px;padding:20px 28px 24px;overflow:hidden}.multiAssignSidebar{width:320px;flex-shrink:0;background:#14141499;border:2px solid #222;border-radius:18px;padding:18px 18px 20px;display:flex;flex-direction:column;gap:14px}.sidebarHeader{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.sidebarList{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding-right:6px;scrollbar-width:none;-ms-overflow-style:none}.sidebarList::-webkit-scrollbar{display:none}.sidebarGroup{display:flex;flex-direction:column;gap:10px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebarGroup:last-child{border-bottom:none}.sidebarGroupTitle{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:14px;color:#fff}.sidebarWarning{font-size:11px;font-weight:600;color:#fbbf24;text-transform:uppercase;letter-spacing:.05em}.sidebarChips{display:flex;flex-wrap:wrap;gap:8px}.sidebarChip{border-radius:12px;padding:7px 11px;background:#ffffff0f;border:1px solid rgba(220,38,38,.65);box-shadow:0 0 0 1px #dc26262e;color:#e5e7eb;display:flex;align-items:center;gap:8px;font-size:12px;cursor:pointer;transition:all .12s ease}.sidebarChip .chipLabel{font-weight:600}.sidebarChip .chipDate,.sidebarChip .chipRemove{font-size:11px;opacity:.75}.sidebarChip:hover{background:#ffffff1a;border-color:#dc2626d9;box-shadow:0 0 0 1px #dc262647;transform:translateY(-1px)}.sidebarChip.warning{background:#facc152e;border-color:#dc2626d9;box-shadow:0 0 0 1px #dc262652;color:#facc15}.sidebarFooterWarning{font-size:12px;color:#fbbf24;background:#facc151f;border-radius:12px;padding:10px 12px}.multiAssignContent{flex:1;background:#14141499;border:2px solid #222;border-radius:18px;padding:20px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.multiAssignContent::-webkit-scrollbar{display:none}.multiAssignCard{background:#181818eb;border:2px solid rgba(255,255,255,.05);border-radius:14px;padding:16px 18px}.multiAssignRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.multiAssignCard .colorPickerWrap{width:100%}.multiAssignCard .selectTrigger{width:100%;justify-content:space-between;height:44px;border:2px solid rgba(80,80,80,.6);background:#14141499;color:#fff;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 12px}.multiAssignCard .selectTrigger .chevIcon{margin-left:auto;color:#9ca3af}.multiAssignCard .selectTrigger:hover{border-color:#fff3}.multiAssignCard .selectTrigger:focus{outline:none;border-color:#a50000cc;box-shadow:0 0 0 6px #a5000026}.multiAssignCard .colorPickLabel{color:#ffffffd9}.multiAssignCard .pickerPanel.selectMenu{background:#181818fa;border-color:#222}.multiAssignCard .pickerPanel.selectMenu>.input{background:#14141499;color:#fff;border:2px solid rgba(80,80,80,.6);border-radius:12px;padding:10px 12px}.multiAssignCard .pickerPanel.selectMenu>.input::placeholder{color:#ffffff73}.multiAssignCard .pickerPanel.selectMenu>.input:focus{outline:none;border-color:#a50000cc;box-shadow:0 0 0 6px #a5000026}.multiAssignCard .selectItem{color:#e5e7eb}.multiAssignCard .selectItem:hover,.multiAssignCard .selectItem.active{background:#ffffff0f}.multiAssignCard .selectItem.selected{color:#fff}.multiAssignCard .selectCheck{color:#10b981;font-weight:800;margin-left:8px}.bulkEditEmployeeSelect.pickerPanel.selectMenu{background:#181818fa;border-color:#222}.bulkEditEmployeeSelect.pickerPanel.selectMenu>.input{background:#14141499;color:#fff;border:2px solid rgba(80,80,80,.6);border-radius:12px;padding:10px 12px}.bulkEditEmployeeSelect.pickerPanel.selectMenu>.input::placeholder{color:#ffffff73}.bulkEditEmployeeSelect.pickerPanel.selectMenu>.input:focus{outline:none;border-color:#a50000cc;box-shadow:0 0 0 6px #a5000026}.bulkEditEmployeeSelect .selectItem{color:#e5e7eb}.bulkEditEmployeeSelect .selectItem:hover,.bulkEditEmployeeSelect .selectItem.active{background:#ffffff0f}.bulkEditEmployeeSelect .selectItem.selected{color:#fff}.bulkEditEmployeeSelect .selectCheck{color:#10b981}.multiAssignCard .assign-time-picker{width:100%}.multiAssignCard .assign-time-picker .selectTrigger{height:44px;border:2px solid rgba(80,80,80,.6);background:#14141499;color:#fff;border-radius:12px}.multiAssignCard .assign-time-picker .selectTrigger:focus{border-color:#a50000cc;box-shadow:0 0 0 6px #a5000026}.previewCard{background:#181818eb;border:2px solid rgba(255,255,255,.05);border-radius:14px;padding:16px 18px}.previewSummary{display:flex;flex-direction:column;gap:14px}.previewLabel{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.previewContext{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;background:#ffffff08;border-radius:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.06)}.previewPill{border-radius:12px;padding:12px 18px;font-weight:600;min-width:200px;color:#111827;box-shadow:inset 0 0 0 1px #ffffff26;margin-left:24px;margin-right:24px}.multiAssignFooter{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px 22px;border-top:2px solid #222;background:#0f0f0f80}.footerSummary{font-size:13px;color:#fff9}.footerActions{display:flex;gap:12px}.footerActions .btnGhost{border-radius:10px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff}.footerActions .btnGhost:hover{background:#ffffff14;border-color:#ffffff26}.multiAssignFooter .btnPrimary{padding:10px 18px;border-radius:12px;font-size:13px;font-weight:700;background:#181818eb;border:2px solid #2a2a2a;color:#fff;box-shadow:0 6px 16px #00000059,inset 0 1px #ffffff0f}.multiAssignFooter .btnPrimary:hover{background:#181818fa;border-color:#3a3a3a;box-shadow:0 8px 22px #00000073,inset 0 1px #ffffff14;transform:translateY(-1px)}.multiAssignFooter .btnPrimary:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 1080px){.multiAssignShell{height:100%;border-radius:0}}@media (max-width: 900px){.multiAssignBody{flex-direction:column}.multiAssignSidebar{width:100%;border-radius:16px}.multiAssignContent{width:100%;border-radius:16px;padding:22px}.multiAssignFooter{flex-direction:column;align-items:stretch}.footerActions{width:100%}.footerActions button{flex:1}}.scheduleTable{table-layout:fixed;width:max-content;border-collapse:separate;border-spacing:0;will-change:transform;transition:transform .36s cubic-bezier(.22,1,.36,1);transform-origin:left top}.scheduleTable{--day-col-w: 160px}.scheduleTable thead th:not(.empCol){width:var(--day-col-w)}.month-view .scheduleTable{--day-col-w: 110px}.scheduleTable thead th{border-bottom:2px solid #e0e0e0;border-top:1px solid #e0e0e0}.scheduleTable thead th.highlighted{position:relative;background:#ef44442e;box-shadow:inset 0 -3px #ef444480;color:#fee2e2;border-left:0;border-right:0;border-bottom:0}.scheduleTable thead th.highlighted:after{content:"";position:absolute;inset:0;background:#ef44442e;pointer-events:none;border-top:2px solid rgba(220,38,38,.45);border-left:0;border-right:0;border-bottom:0}.scheduleTable thead th.highlighted.highlight-start{border-left:2px solid rgba(220,38,38,.45)}.scheduleTable thead th.highlighted.highlight-end{border-right:2px solid rgba(220,38,38,.45)}.scheduleTable thead th.highlighted.highlight-start:after{border-left:2px solid rgba(220,38,38,.45)}.scheduleTable thead th.highlighted.highlight-end:after{border-right:2px solid rgba(220,38,38,.45)}.scheduleTable thead th+th{border-left:1px solid #e0e0e0}.scheduleTable thead th.col-today{background:transparent;color:inherit}.scheduleTable tbody td.col-today{background:transparent}.scheduleTable thead th.col-today{box-shadow:inset 0 0 0 2px var(--accent);border-color:transparent;outline:2px solid transparent;outline-offset:-2px}.scheduleTable tbody tr.empRow:first-child td{border-top:1px solid #e0e0e0}.empRow td:first-child{border-left:1px solid #e0e0e0;border-radius:0}.empRow td:last-child{border-right:1px solid #e0e0e0;border-radius:0}.empRow td{border-bottom:1px solid #e0e0e0;background:#f9fafb}.dayCell,.empCell{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.dayCell{border-left:1px solid #e0e0e0}.dayCell.highlighted{position:relative;border-left:0;border-right:0;border-top:0;border-bottom:0}.dayCell.highlighted:before{content:"";position:absolute;inset:0;background:#ef44442e;pointer-events:none;border-left:0;border-right:0;border-top:0;border-bottom:0}.dayCell.highlighted.highlight-start:before{border-left:2px solid rgba(220,38,38,.4)}.dayCell.highlighted.highlight-end:before{border-right:2px solid rgba(220,38,38,.4)}.dayCell.highlighted.row-first:before{border-top:2px solid rgba(220,38,38,.4)}.dayCell.highlighted.row-last:before{border-bottom:2px solid rgba(220,38,38,.4)}.dayCell:last-child{border-right:1px solid #e0e0e0}.empCol{width:clamp(140px,16vw,200px)}.month-view .empCol{width:160px}.month-view .scheduleTable thead th.empCol,.month-view .scheduleTable tbody td.empCol{position:sticky;left:0;z-index:3;box-shadow:6px 0 8px -6px #00000080;background-clip:padding-box}.month-view .scheduleTable thead th.empCol{z-index:6;background:#0f0f0f;border-right:2px solid #222}.month-view .scheduleTable tbody td.empCol{z-index:5;background:#111;border-right:2px solid #222}.month-view .deptSection .gridWrap{padding-left:0}.empInfo{display:flex;align-items:center;gap:8px}.avatar{width:28px;height:28px;border-radius:8px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.avatarImg{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.empName{font-size:13px;font-weight:600;color:#111}.empSub{font-size:11px;color:#777}.legend{background:#111111fa;border:2px solid #222;border-radius:12px;padding:10px 12px;margin:0 8px 24px;color:#e5e7eb}.legendRow{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:12px}.legendItem{display:inline-flex;align-items:center;gap:8px}.legendBox{width:16px;height:16px;border-radius:6px;border:2px dashed #2a2a2a;background:#ffffff0a}.legendBox.assigned{border:2px solid #2a2a2a;background:#ffffff0f}.legendBox.today{border-color:var(--accent-60);background:var(--accent-15)}.legendBox.past{border-color:#2a2a2a;background:#ffffff08}.employeesPage{display:flex;flex-direction:column;gap:16px}.empHero.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 4px 12px #0000004d;padding:16px 20px;margin:0 8px;display:flex;align-items:center;justify-content:space-between}.employeesPage .pageTitle{color:#fff;font-size:18px;font-weight:700;letter-spacing:-.01em}.employeesPage .pageSub{color:#fff9;font-size:13px;font-weight:500}.employeesPage .stats{color:#ffffffb3}.empFilter.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;margin:0 8px;box-shadow:0 2px 8px #0003}.employeesPage .input{box-sizing:border-box;height:44px;padding:0 16px;border-radius:8px;background:#14141466;color:#fff;border:1px solid rgba(255,255,255,.08);font-size:14px;transition:all .18s ease}.employeesPage .input::placeholder{color:#fff6}.employeesPage .input:focus{outline:none;border-color:#8b000080;background:#14141499;box-shadow:0 0 0 3px #8b00001a}.employeesPage .filterRow{align-items:center}.employeesPage .filterRow .input,.employeesPage .filterRow .selectTrigger{height:44px}.employeesPage .filterRow .tabBtn{height:44px;display:inline-flex;align-items:center}.employeesPage .filterRow .empPrimaryBtn{height:44px;padding-top:10px;padding-bottom:10px}.employeesPage .link,.employeesPage button.link{color:#fffc}.employeesPage button.link:hover{background:#ffffff0f;color:#fff;border-color:#ffffff1f}.employeesPage .empList.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#e5e7eb;box-shadow:0 2px 8px #0003}.employeesPage .title{color:#fff}.employeesPage .meta{color:#fff9}.employeesPage .empCard{padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:linear-gradient(180deg,#181818,#1a1a1a);color:#e5e7eb}.employeesPage .empCard:hover{border-color:#ffffff1f;background:linear-gradient(180deg,#1a1a1a,#1b1b1b)}.employeesPage .empName{color:#fff}.employeesPage .empSub{color:#ffffffa6}.employeesPage .badge{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981e6}.employeesPage .item{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e5e7eb}.employeesPage .btnPrimary{background:#8b000026;border:1px solid rgba(139,0,0,.5);color:#fff;border-radius:8px;font-weight:700}.employeesPage .btnPrimary:hover{background:#8b000040;border-color:#8b000099;box-shadow:0 0 0 3px #8b000026}.employeesPage .tabBtn{padding:8px 12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffd9;border-radius:8px;font-weight:700}.employeesPage .tabBtn:hover{background:#ffffff14;color:#fff;border-color:#ffffff29}.employeesPage .tabBtn.active{background:#8b000033;border-color:#8b000073;color:#fff;box-shadow:0 0 0 3px #8b000026;border-radius:8px}.employeesPage .tabBtn:disabled{opacity:.6;cursor:not-allowed}.employeesPage .selectInput{width:220px}.employeesPage .selectTrigger{width:220px;height:44px;border:1px solid rgba(255,255,255,.08);background:#14141466;color:#fff;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 16px;text-align:left;font-size:14px;transition:all .18s ease}.employeesPage .selectTrigger:hover{background:#14141499;border-color:#ffffff1f}.employeesPage .selectTrigger .chevIcon{margin-left:auto}.employeesPage .pickerPanel.selectMenu{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:8px}.employeesPage .selectList{max-height:220px}.employeesPage .selectItem{color:#fffc;transition:all .18s ease}.employeesPage .selectItem:hover,.employeesPage .selectItem.active{background:#ffffff0f;color:#fff}.employeesPage .selectItem.selected{color:#fff}.employeesPage .selectCheck{color:#10b981cc;font-weight:600;margin-left:8px}.employeesPage .badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;background:#8b00001a;border:1px solid rgba(139,0,0,.2);color:#8b0000e6;font-size:12px;font-weight:500}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#f5f5f5;border:1px solid #e5e5e5;font-size:12px}.templateEditorPage .selectedDaysWrap{display:flex;justify-content:center;margin-top:12px}.templateEditorPage .selectedDaysWrap .badge{background:#8b00001a;border:1px solid rgba(139,0,0,.2);color:#8b0000cc;font-weight:600;padding:8px 14px;border-radius:6px;font-size:13px}.employeeGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;align-items:stretch}.employeeCard{padding:16px;display:flex;flex-direction:column;gap:12px;height:240px;box-sizing:border-box;overflow:hidden;transition:all .18s ease;cursor:pointer}.employeeCard.empCardDark{background:linear-gradient(180deg,#181818,#1a1a1a)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 2px 8px #0000004d;border-radius:12px}.employeeCard.empCardDark:hover{border-color:#ffffff1f!important;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.employeeCard.empCardDark .empTitle{color:#fff;font-size:16px;font-weight:600;letter-spacing:-.01em}.employeeCard.empCardDark .empId{color:#fff9;font-size:12px;font-weight:500}.empCardHeader{display:flex;align-items:center;gap:16px}.empAvatar{width:48px;height:48px;border-radius:12px;background:#8b0000cc;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;overflow:hidden;box-shadow:0 2px 8px #8b00004d}.empAvatarImg{width:100%;height:100%;object-fit:cover;display:block}.empHeaderMain{min-width:0;flex:1}.empId{font-size:12px;color:#9aa3af;margin-top:2px}.statusPill{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;background:#10b9811a;color:#10b981cc;border:1px solid rgba(16,185,129,.2);font-size:11px;font-weight:600}.statusPill .dot{width:8px;height:8px;border-radius:999px;background:#10b981;display:inline-block}.statusPill.active{background:#10b98126;color:#10b981e6;border-color:#10b9814d}.statusPill.active .dot{background:#10b981}.statusPill.inactive{background:#9ca3af1a;color:#9ca3afcc;border-color:#9ca3af33}.employeeCard .statusPill .dot{display:none}.empDetails{display:flex;flex-direction:column;gap:8px;padding-top:4px;flex:1;min-height:0}.detailRow{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffb3}.detailIcon{width:16px;height:16px;color:#ffffff80}.detailText{font-weight:600}.detailValue{font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empDivider{height:1px;background:#ffffff0f;margin:12px 0}.empPrimaryBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 12px;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-weight:600;font-size:13px;margin-top:auto;align-self:stretch;transition:all .18s ease}.empPrimaryBtn:hover{background:#ffffff14;border-color:#ffffff1f}.empPrimaryBtn .btnIcon{width:16px;height:16px;color:#fff9}.profileHeroEnhanced{background:linear-gradient(135deg,#0f0f0ff2,#141414f2);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;margin-bottom:16px;position:relative;box-shadow:0 6px 24px #0000004d,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profileHeroEnhanced{margin-top:20px}.profileHeroLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loadingSpinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top:2px solid rgba(139,0,0,.8);border-radius:50%;animation:spin 1s linear infinite}.loadingText{color:#fff9;font-size:14px;font-weight:500}.profileHeroContent{display:flex;align-items:flex-start;gap:16px;padding-top:8px}.profileAvatarSection{flex-shrink:0}.profileAvatarContainer{position:relative;width:80px;height:80px}.profileAvatarImg{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.profileAvatarInitials{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#8b0000cc,#8b000099);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px;border:2px solid rgba(255,255,255,.1)}.profileAvatarBorder{position:absolute;inset:-6px;border-radius:50%;background:radial-gradient(circle,rgba(139,0,0,.4) 0%,rgba(139,0,0,.2) 40%,rgba(139,0,0,.1) 70%,transparent 100%);z-index:-1;filter:blur(2px)}.profileInfoSection{flex:1;min-width:0}.profileNameContainer{margin-bottom:12px}.profileName{font-size:24px;font-weight:700;color:#fff;margin:0 0 6px;letter-spacing:-.02em;line-height:1.2}.profileIdContainer{display:flex;align-items:center;gap:8px}.profileId{font-size:14px;color:#fff9;font-weight:500}.profileMetaInfo{display:flex;gap:12px;flex-wrap:wrap}.metaItem{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:12px;color:#fffc;font-weight:500}.profilePage .card{border:2px solid #222;background:linear-gradient(180deg,#181818e6,#121212e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff08}.sectionTitle{font-weight:800;font-size:16px;color:#fff;display:flex;align-items:center;gap:8px;margin:8px 0 12px}.profileSection{color:#e5e7eb;border-radius:12px;padding:16px;margin-bottom:12px}.profileGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.fieldBlock{display:flex;flex-direction:column;gap:8px}.fieldLabel{font-size:13px;font-weight:600;color:#ffffffbf;letter-spacing:-.01em}.fieldValueBox{background:#181818b3;border:1px solid rgba(60,60,60,.5);border-radius:10px;padding:11px 14px;font-weight:500;color:#ffffffe6}.rightSheet.dark .input,.rightSheet.dark .fieldValueBox{background:#181818b3;color:#ffffffe6;border:1px solid rgba(60,60,60,.5);border-radius:10px;padding:11px 14px;font-size:14px;transition:all .2s ease}.rightSheet.dark .input::placeholder{color:#fff6}.rightSheet.dark .input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-20);background:#181818d9}.rightSheet.dark .input:hover:not(:focus){border-color:#505050b3}.rightSheet.dark .fieldValueBox{padding:11px 14px;font-weight:500}.profileGrid select.input{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px 44px 12px 14px;font-weight:600;color:#111;height:auto;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 20 12' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 2 L10 10 L2 2'/></svg>");background-repeat:no-repeat;background-position:right 18px center}.selectTrigger{width:100%;height:44px;border:2px solid #000;background:#f8fafc;color:#111;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left}.selectTrigger .chevIcon{margin-left:auto}.selectItem{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;border-radius:8px;font-size:14px;line-height:1.2;transition:background .16s ease,transform .16s ease}.selectItem:hover,.selectItem.active{background:#f3f4f6;transform:translate(2px)}.selectCheck{color:#111;font-weight:800;margin-left:8px}.personalBox{position:relative}.personalBox .sectionBadge{position:absolute;top:16px;right:16px;background:#1f2937;color:#fff;border:1px solid rgba(0,0,0,.2)}.shiftsPage{display:flex;flex-direction:column;gap:12px}.shiftsHero{display:flex;align-items:center;justify-content:space-between;padding:12px}.shiftsHero.card{border:2px solid #222;background:linear-gradient(180deg,#181818e6,#121212e6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 12px;margin:0 8px 8px;border-radius:12px;box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff08}.shiftsHero .stats{color:#fffc}.shiftsHero .stats .blue{background:#111}.shiftsPage .pageTitle{color:#fff;font-size:24px;font-weight:800}.shiftsPage .pageSub{color:#ffffffa6}.filterBar{padding:12px;display:flex;flex-direction:column;gap:10px}.filterBar.card{border:none;background:transparent;padding:8px;margin:0 8px 8px}.filterRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.searchInput{flex:1;min-width:240px}.chipsRow{display:flex;gap:8px;flex-wrap:wrap}.choiceChip{padding:6px 10px;border-radius:999px;border:1px solid #222;background:#181818;color:#e5e7eb;font-size:12px;font-weight:700}.choiceChip.active{background:linear-gradient(180deg,var(--accent-20),var(--accent-10));color:#fff;border-color:var(--accent-60);box-shadow:0 0 0 3px var(--accent-20)}.deptPage{padding:16px 16px 24px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh}.deptCountBadge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px}.createButtonSmall{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffffe6;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.createButtonSmall:hover{background:#ffffff1a;border-color:#ffffff26;color:#fff}.createButtonSmall:active{transform:translateY(1px)}.deptList{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-top:12px}.deptCard{padding:20px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .2s ease;cursor:pointer}.deptCard:hover{background:#ffffff0a;border-color:#ffffff1f;transform:translateY(-2px)}.deptCard.inactive{opacity:.6;background:#ffffff03}.deptCard.inactive:hover{background:#ffffff05}@media (max-width: 768px){.deptPage{padding:16px}.deptList{grid-template-columns:1fr;gap:12px;margin-top:16px}.deptCard{padding:16px}}.filterMeta{display:flex;align-items:center;gap:8px}.btnPrimary{padding:8px 12px;border:1px solid #000;background:#000;color:#fff;border-radius:12px;font-weight:800}.btnDanger{padding:8px 12px;border:2px solid #2a2a2a;background:#181818eb;color:#fff;border-radius:12px;font-weight:700;box-shadow:0 6px 16px #00000059,inset 0 1px #ffffff0f;font-size:13px}.btnDanger:hover{background:#181818fa;border-color:#3a3a3a;box-shadow:0 8px 22px #00000073,inset 0 1px #ffffff14;transform:translateY(-1px)}.btnDanger:disabled{opacity:.6;cursor:not-allowed}.btnPrimary,.btnDanger{transition:box-shadow .16s ease,transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.rightSheet.dark .btnDanger{border-color:var(--accent-60);background:transparent;color:var(--accent-65)}.rightSheet.dark .btnDanger:hover{background:var(--accent-10);border-color:var(--accent);color:#fff;box-shadow:0 0 0 3px var(--accent-20)}.toastContainer{position:fixed;top:20px;right:20px;z-index:60;display:flex;flex-direction:column;gap:10px}.toast{padding:12px 16px;border-radius:16px;border:1px solid #222;background:#181818fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #00000059;display:inline-flex;align-items:center;gap:12px;color:#e5e7eb;transition:opacity .22s ease,transform .22s ease}.toast.success{border-color:#10b9814d}.toast.error{border-color:var(--accent-20)}.toastIcon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.toast.success .toastIcon{background:#10b9811a;border:1px solid rgba(16,185,129,.2)}.toast.error .toastIcon{background:#ef44441f;border:1px solid rgba(239,68,68,.35);box-shadow:0 0 0 1px #ef444440}.toast.info .toastIcon{background:#3b82f61f;border:1px solid rgba(59,130,246,.2)}.toastText{display:flex;flex-direction:column}.toastTitle{font-weight:800;color:#fff;font-size:15px}.toast.success .toastTitle{font-size:13px;font-weight:700;letter-spacing:.1px}.toast.success .toastSub{font-size:12px}.toast.dismissed{opacity:0;transform:translateY(-12px)}.toastSub{font-size:12px;color:#ffffffb3}.sheetOverlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:49;opacity:0;animation:overlayFadeIn .28s ease forwards}.rightSheet{position:fixed;top:0;right:0;bottom:0;width:min(480px,90vw);background:#f9fafb;border-left:1px solid #e5e7eb;transform:translate(100%);transition:transform .36s cubic-bezier(.22,1,.36,1);z-index:50;display:flex;flex-direction:column;will-change:transform}.rightSheet.open{transform:translate(0);animation:sheetEnter .36s cubic-bezier(.22,1,.36,1)}.rightSheet.dark{background:#111111fe;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:1px solid rgba(34,34,34,.8);box-shadow:-4px 0 20px #0000004d}.pickerPanel.selectMenu{overscroll-behavior:contain}.pickerPanel.selectMenu .timeCol,.pickerPanel.selectMenu .timeCol *{touch-action:pan-y}.selectItem{transition:background .14s ease,transform .14s ease}.selectItem:active{transform:translateY(1px)}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetEnter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sheetEnterModern{0%{transform:translate(100%);opacity:.8}to{transform:translate(0);opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sheetHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eef2f6}.rightSheet.dark .sheetHeader{border-bottom-color:#2229;background:#111c}.sheetTitle{font-weight:700;color:#111;font-size:18px;letter-spacing:-.01em}.rightSheet.dark .sheetTitle{color:#fffffff2}.sheetContent{padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;flex:1}.rightSheet.dark .sheetContent{color:#ffffffd9}.empContent{padding-top:1px;gap:16px}.sheetFooter{display:flex;align-items:center;gap:10px;padding:16px 20px;border-top:1px solid #eef2f6;background:#1116}.rightSheet.dark .sheetFooter{border-top-color:#2229;background:#1119}.modalOverlay{position:fixed;inset:0;background:#11111173;z-index:70;animation:overlayFadeIn .2s ease forwards}.modal{position:fixed;z-index:71;top:50%;left:50%;transform:translate(-50%,-50%);width:min(480px,92vw);border-radius:14px;background:#111111fa;border:2px solid #222;box-shadow:0 24px 60px #00000080,0 8px 24px #00000059;color:#e5e7eb;overflow:hidden}.modalHeader{padding:14px;border-bottom:1px solid #222}.modalTitle{font-weight:700;color:#ffffffeb;font-size:15px;letter-spacing:.2px}.modalBody{padding:14px;color:#fffc;font-size:13px;line-height:1.55}.modalFooter{padding:12px;border-top:1px solid #222;display:flex;justify-content:flex-end;gap:8px}.modal .btnPrimary,.modal .btnDanger{font-size:13px;font-weight:700;background:#181818eb;border:2px solid #2a2a2a;color:#fff;border-radius:12px;box-shadow:0 6px 16px #00000059,inset 0 1px #ffffff0f}.modal .btnPrimary:hover,.modal .btnDanger:hover{background:#181818fa;border-color:#3a3a3a;box-shadow:0 8px 22px #00000073,inset 0 1px #ffffff14;transform:translateY(-1px)}.sheetHeroMini{position:relative;margin:0 12px 6px}.sheetHeroCover{height:84px;border-radius:12px;background:linear-gradient(135deg,#0b1220,#111827 50%,#1f2937)}.rightSheet.dark .sheetHeroCover{background:#0f0f0fcc;border:1px solid rgba(40,40,40,.6);box-shadow:0 4px 12px #00000040}.sheetHeroRow{display:flex;align-items:center;gap:12px;transform:translateY(-26px);padding:0 12px}.sheetHeroCenter{display:flex;flex-direction:column;align-items:center;gap:6px;transform:translateY(-28px)}.sheetHeroCenter .sheetHeroId{margin-left:0}.sheetHeroAvatar{width:56px;height:56px;border-radius:50%;border:4px solid #fff;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;overflow:hidden}.sheetHeroName{font-weight:800;font-size:16px;color:#111}.sheetHeroId{margin-left:auto;font-size:12px;color:#6b7280}.rightSheet.dark .sheetHeroName{color:#fff}.rightSheet.dark .sheetHeroId{color:#fff9}.rightSheet.dark .sheetHeroAvatar{width:72px;height:72px;border-width:4px}.positionCards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;padding:0 8px}.positionCard{border-radius:14px;padding:0;border:1px solid #e5e7eb;background:#f9fafb;display:flex;flex-direction:column;min-height:200px}.hoverCard{transition:box-shadow .2s ease,transform .2s ease}.hoverCard:hover{box-shadow:0 6px 22px #0000000f}.skeletonCard{position:relative;overflow:hidden}.skeletonCard .skeletonBar{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:8px}.posSwatchFloating{position:absolute;top:12px;left:12px;width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.06)}.posHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 12px 0}.kebabWrap{position:relative}.kebabBtn{padding:8px;border-radius:10px;background:transparent;border:1px solid transparent;color:#6b7280}.kebabBtn:hover{background:#f3f4f6}.kebabIcon{width:16px;height:16px}.kebabWrap:hover .kebabMenu{opacity:1;visibility:visible;transform:translateY(0)}.kebabMenu{position:absolute;right:0;top:calc(100% + 6px);background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 24px #00000014;width:180px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .16s ease;z-index:10}.kebabItem{display:block;padding:8px 12px;color:#111827;font-size:14px;text-decoration:none}.kebabItem:hover{background:#f9fafb}.posCenterName{display:flex;align-items:center;justify-content:center;padding:10px 14px 0}.posHeader{display:flex;align-items:center;justify-content:space-between}.posTitleXL{font-size:22px;font-weight:800;color:#0f172a}.statusChip{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.statusChip.active{background:#10b98133;color:#a7f3d0;border:1px solid rgba(16,185,129,.35)}.statusChip.inactive{background:#9ca3af26;color:#e5e7eb;border:1px solid rgba(156,163,175,.35)}.posInfo{padding:0 14px}.posRow{display:flex;align-items:center;gap:10px;color:#334155;margin-top:10px}.posIcon{width:18px;height:18px;color:#64748b}.posText{font-size:16px;font-weight:700}.posTextSm{font-size:15px;font-weight:700}.posDivider{display:none}.posFooter{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 14px;border-top:1px solid #eef2f6;margin-top:auto}.posMetaSmall{font-size:12px;color:#6b7280}.posActions{display:flex;justify-content:flex-start;padding:0 14px 14px}.posActions .posEditBtn{background:#000;color:#fff;border-color:#000;border-radius:10px;font-weight:700}.segmented{display:inline-flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.segmented{border-color:#222}.segBtn{padding:8px 12px;background:#181818;border:none;border-right:1px solid #222;color:#e5e7eb;cursor:pointer}.segBtn.active{background:linear-gradient(180deg,var(--accent-20),var(--accent-10));color:#fff;box-shadow:inset 0 0 0 1px var(--accent-35)}.sortControls{display:inline-flex;gap:8px;align-items:center}.alert{border-radius:10px;padding:10px 12px;border:1px solid;margin-bottom:12px;font-size:14px}.alert.error{background:#fef2f2;color:#8b0000;border-color:#fca5a5}.alert.success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.banner{border-radius:12px;padding:12px 14px;border:1px solid;font-weight:600}.banner.error{background:#fef2f2;color:#8b0000;border-color:#fecaca}.banner.success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.banner.info{background:#eff6ff;color:#1e3a8a;border-color:#bfdbfe}.swatchRow{display:flex;gap:8px}.swatch{width:28px;height:28px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer}.swatch.active{outline:2px solid #111;outline-offset:2px}.helperText{margin-top:4px;font-size:12px;color:#ffffff8c;line-height:1.4}.rightSheet.dark .helperText{color:#ffffff8c}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.editorGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.editorGrid .formCard.card{grid-column:1 / span 2}.rightSheet.dark .formCard.card,.rightSheet.dark .previewCard.card{border:none;background:transparent}.rightSheet.dark .previewCard.card{padding-left:20px;padding-right:20px}.colorRow{display:flex;align-items:center;gap:10px}.colorInput{width:42px;height:42px;padding:0;border:none;background:transparent}.colorHex{width:120px}.pillPreview{padding:10px 0;display:flex;justify-content:center}.previewPill{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;border:2px solid rgba(255,255,255,.2);padding:10px 16px;min-width:240px;height:56px;background:#ffffff0f;color:#111;box-shadow:inset 0 1px #ffffff14;margin-left:24px;margin-right:24px}.rightSheet.dark .previewPill{border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#111;box-shadow:0 2px 6px #0003}.previewDateWrap{display:flex;justify-content:center;margin-bottom:8px}.previewDateBox{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;background:#0f0f0f;color:#fff;border:1px solid #222;border-radius:10px;box-shadow:none}.previewDateBox .previewDow{font-weight:800}.previewDateBox .previewDom{font-size:18px;font-weight:700}.previewColumn{width:100%;max-width:480px;margin:0 auto;border:1px solid rgba(40,40,40,.6);border-radius:10px;overflow:hidden;background:#111c}.previewColHeader{background:#0f0f0fe6;color:#fffffff2;border-bottom:1px solid rgba(40,40,40,.6);text-align:center;padding:12px 0}.previewColHeader .dow{font-weight:800}.previewColHeader .dom{font-weight:700}.previewColBody{padding:12px 24px;display:flex;justify-content:center;align-items:center}.previewPill .shiftTitle,.previewPill .shiftTime{color:#111}.editSplit{display:grid;grid-template-columns:1fr 1fr;gap:12px}.formCard{padding:12px}.previewCard{padding:12px;position:relative}.saveDock{position:sticky;bottom:12px;display:flex;gap:8px;justify-content:flex-start;padding-top:10px}.btnGhost{padding:8px 12px;border:1px solid #e5e7eb;background:#f9fafb;color:#111;border-radius:8px;font-weight:600}.rightSheet.dark .btnGhost{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;font-size:13px;font-weight:600;padding:10px 16px;border-radius:10px;transition:all .2s ease}.rightSheet.dark .btnGhost:hover{background:#ffffff1a;border-color:#ffffff2e;color:#fff}.rightSheet.dark .btnGhost:active{transform:translateY(0)}.rightSheet.dark .btnPrimary,.rightSheet.dark .btnDanger{font-size:13px;font-weight:600;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:10px;padding:10px 18px;box-shadow:0 2px 8px #8b000040;transition:all .2s ease}.rightSheet.dark .btnPrimary:hover,.rightSheet.dark .btnDanger:hover{background:#9d0000;border-color:#9d0000;box-shadow:0 4px 12px #8b000059;transform:translateY(-1px)}.rightSheet.dark .btnPrimary:active,.rightSheet.dark .btnDanger:active{transform:translateY(0);box-shadow:0 1px 4px #8b00004d}.rightSheet.dark .btnPrimary:disabled,.rightSheet.dark .btnDanger:disabled{background:#3c3c3c80;border-color:#3c3c3c80;color:#fff6;box-shadow:none;cursor:not-allowed;transform:none}.rightSheet[aria-label="Assign Shift"].dark .btnPrimary,.rightSheet[aria-label="Edit Shift"].dark .btnPrimary{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.12)!important;color:#ffffffd9!important;font-size:13px;font-weight:600;padding:10px 16px;border-radius:10px;transition:all .2s ease;box-shadow:none!important}.rightSheet[aria-label="Assign Shift"].dark .btnPrimary:hover,.rightSheet[aria-label="Edit Shift"].dark .btnPrimary:hover{background:#ffffff1a!important;border-color:#ffffff2e!important;color:#fff!important;transform:none!important;box-shadow:none!important}.rightSheet[aria-label="Assign Shift"].dark .btnPrimary:active,.rightSheet[aria-label="Edit Shift"].dark .btnPrimary:active{background:#ffffff1f!important;transform:scale(.98)!important;box-shadow:none!important}.rightSheet[aria-label="Assign Shift"].dark .btnPrimary:disabled,.rightSheet[aria-label="Edit Shift"].dark .btnPrimary:disabled{background:#ffffff08!important;border-color:#ffffff14!important;color:#fff6!important;opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.rightSheet[aria-label="Edit Shift"].dark .btnDanger{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.12)!important;color:#ffffffd9!important;font-size:13px;font-weight:600;padding:10px 16px;border-radius:10px;transition:all .2s ease;box-shadow:none!important}.rightSheet[aria-label="Edit Shift"].dark .btnDanger:hover{background:#ffffff1a!important;border-color:#ffffff2e!important;color:#fff!important;transform:none!important;box-shadow:none!important}.rightSheet[aria-label="Edit Shift"].dark .btnDanger:active{background:#ffffff1f!important;transform:scale(.98)!important;box-shadow:none!important}.rightSheet[aria-label="Edit Shift"].dark .btnDanger:disabled{background:#ffffff08!important;border-color:#ffffff14!important;color:#fff6!important;opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.colorPickerWrap{position:relative}.colorPickBtn{width:100%;height:44px;border:1px solid rgba(60,60,60,.5);background:#181818b3;color:#ffffffe6;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left;transition:all .2s ease}.colorPickBtn:hover{border-color:#505050b3;background:#181818cc}.colorPickBtn:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-20)}.colorPreviewDot{width:24px;height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.15);flex-shrink:0;background:#000}.colorPickLabel{font-size:14px;color:#ffffffe6;flex:1;font-weight:500}.chevIcon{width:16px;height:16px;color:#9ca3afb3;transition:transform .2s ease}.colorPickBtn[aria-expanded=true] .chevIcon{transform:rotate(180deg)}.pickerPanel{position:absolute;top:calc(100% + 8px);left:0;background:#141414fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(40,40,40,.8);border-radius:10px;box-shadow:0 8px 24px #0006;padding:12px;z-index:50;min-width:280px;overflow:hidden}.pickerGroup{margin-bottom:10px}.pickerLabel{display:block;font-size:12px;font-weight:700;color:#ffffffb3;margin-bottom:6px}.pickerGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pickerSwatch{width:48px;height:48px;border-radius:8px;border:1px solid rgba(60,60,60,.6);transition:all .16s ease}.pickerSwatch:hover{transform:scale(1.08);border-color:#646464cc}.pickerSwatch.active{border-color:var(--accent);border-width:2px;box-shadow:0 0 0 2px var(--accent-20)}.pickerRow{display:flex;align-items:center;gap:8px}.pickerError{font-size:12px;color:#fca5a5;margin-top:4px}.pickerActions{display:flex;gap:8px;padding-top:10px;border-top:1px solid #e5e7eb}.kebabItem[role=option]{cursor:pointer}.selectMenu{padding:6px 8px}.selectList{margin-top:0;overflow-x:hidden}.pickerPanel.selectMenu .selectList{scrollbar-width:none;-ms-overflow-style:none}.pickerPanel.selectMenu .selectList::-webkit-scrollbar{display:none}.selectItem{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;cursor:pointer;border-radius:8px;font-size:14px;line-height:1.2}.selectItem:hover,.selectItem.active{background:#f9fafb}.selectItem.selected{font-weight:700}.selectCheck{color:#16a34a;font-weight:800;margin-left:8px}.selectSectionHeader{padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.02em;color:#6b7280;text-transform:uppercase;cursor:default}.rightSheet.dark .selectSectionHeader{color:#ffffff80;font-size:11px;font-weight:700;letter-spacing:.03em;padding:8px 14px 4px}.pickerPanel.selectMenu>.input{width:calc(100% - 16px);display:block;box-sizing:border-box;margin:0 8px 10px}.rightSheet.dark .selectTrigger{width:100%;height:44px;border:1px solid rgba(60,60,60,.5);background:#181818b3;color:#ffffffe6;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left;transition:all .2s ease}.rightSheet.dark .selectTrigger:hover{border-color:#505050b3;background:#181818cc}.rightSheet.dark .selectTrigger:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-20)}.rightSheet.dark .selectTrigger .chevIcon{margin-left:auto;color:#9ca3afb3;transition:transform .2s ease}.rightSheet.dark .selectTrigger[aria-expanded=true] .chevIcon{transform:rotate(180deg)}.rightSheet.dark .colorPickLabel{color:#ffffffe6;font-weight:500}.rightSheet.dark .pickerPanel.selectMenu{background:#141414fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(40,40,40,.8);box-shadow:0 8px 24px #0006}.rightSheet.dark .selectList{max-height:240px}.rightSheet.dark .selectItem{color:#fffc;padding:10px 14px;border-radius:8px;transition:all .15s ease}.rightSheet.dark .selectItem:hover,.rightSheet.dark .selectItem.active{background:#ffffff14;color:#fffffff2}.rightSheet.dark .selectItem.selected{color:#fff;font-weight:600}.rightSheet.dark .selectCheck{color:var(--accent);font-weight:700;margin-left:8px}.rightSheet[aria-label="Assign Shift"] .colorPickerWrap{display:block}.rightSheet[aria-label="Assign Shift"] .selectTrigger{width:100%}.rightSheet[aria-label="Assign Shift"] .pickerPanel.selectMenu{min-width:280px;max-width:100%}.timeColsWrap{display:grid;grid-template-columns:1fr 1fr;gap:8px}.timeInline{width:100%}.timeInlinePanel{background:#141414f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(40,40,40,.6);border-radius:10px;padding:8px}.timeCol{position:relative}.timeSelectionBar{position:absolute;left:6px;right:6px;top:50%;transform:translateY(-50%);height:44px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0d;pointer-events:none;z-index:0}.timeSelectionBar.anim{background:#8b000026;border-color:var(--accent-35)}.timeColScroll{position:relative;z-index:1;height:140px;overflow-y:auto;padding:44px 0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto}.timeColScroll{scroll-snap-type:y mandatory}.timeColScroll::-webkit-scrollbar{display:none}.timeRow{height:44px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;color:#ffffffbf;border-radius:8px;cursor:pointer;transition:all .16s ease;margin:0 6px;scroll-snap-align:center;scroll-snap-stop:always}.timeRow:hover{background:#ffffff0f;color:#ffffffe6}.timeRow.selected{color:#fff;font-weight:700;transform:scale(1.05)}.timeEditInput{width:56px;height:32px;text-align:center;font-weight:800;font-size:16px;background:transparent;border:none;outline:none;color:#fff}.timeFadeTop,.timeFadeBottom{position:absolute;left:0;right:0;height:44px;pointer-events:none;z-index:2}.timeFadeTop{top:0;background:linear-gradient(to bottom,rgba(24,24,24,.98),rgba(24,24,24,.6),transparent)}.timeFadeBottom{bottom:0;background:linear-gradient(to top,rgba(24,24,24,.98),rgba(24,24,24,.6),transparent)}.rmpNoIndicators>div:last-child{display:none!important}.profileGridEnhanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:16px}.fieldCard{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:16px}.fieldCardWide{grid-column:1 / -1}.fieldHeader{display:flex;align-items:center;gap:8px;margin-bottom:12px}.fieldHeader .fieldLabel{font-size:13px;color:#ffffffb3;font-weight:600;letter-spacing:.01em}.fieldValueBoxEnhanced{background:#14141466;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 14px;min-height:48px;display:flex;align-items:center}.fieldValueBoxWide{padding:16px 18px}.fieldValue{color:#fff;font-weight:600;font-size:14px}.profileInput{background:transparent;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:inherit;width:100%;border:none;outline:none;padding:0}.profileInput::placeholder{color:#fff6}.selectTriggerEnhanced{width:100%;height:auto;min-height:48px;border:1px solid rgba(255,255,255,.08);background:#14141466;color:#fff;border-radius:10px;display:flex;align-items:center;gap:10px;padding:12px 14px;text-align:left;box-sizing:border-box;transition:all .18s ease}.selectTriggerEnhanced:hover{border-color:#ffffff1f;background:#14141499}.selectTriggerEnhanced .chevIcon{margin-left:auto;color:#9ca3af}.contactInfo{display:flex;align-items:center;width:100%}.workosStatus{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.workosLinked,.workosUnlinked{display:flex;align-items:center;gap:12px;flex:1}.statusIndicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.statusIndicator.success{background:#10b981;box-shadow:0 0 0 2px #10b98133}.statusIndicator.neutral{background:#6b7280;box-shadow:0 0 0 2px #6b728033}.statusContent{flex:1;min-width:0}.statusTitle{color:#fff;font-weight:600;font-size:14px;margin-bottom:2px}.statusSubtitle{color:#fff9;font-size:12px;font-weight:500}.btnConnect{display:inline-flex;align-items:center;padding:8px 16px;background:#8b000026;border:1px solid rgba(139,0,0,.3);color:#8b0000e6;border-radius:8px;font-weight:600;font-size:13px;transition:all .18s ease;white-space:nowrap}.btnConnect:hover{background:#8b000040;border-color:#8b000080;transform:translateY(-1px);box-shadow:0 4px 8px #8b000033}.enhancedDropdown{position:relative;width:100%}.enhancedDropdownTrigger{width:100%;height:auto;min-height:48px;background:#14141466;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .18s ease;color:#fff;font-size:14px;font-weight:600}.enhancedDropdownTrigger:hover{background:#14141499;border-color:#ffffff1f;transform:translateY(-1px)}.enhancedDropdownTrigger:focus{outline:none;border-color:#8b000080;box-shadow:0 0 0 3px #8b000026}.dropdownContent{display:flex;align-items:center;justify-content:space-between;width:100%}.dropdownLabel{color:#fff;font-weight:600;font-size:14px;flex:1;text-align:left}.dropdownChevron{width:16px;height:16px;color:#fff9;transition:transform .18s ease;flex-shrink:0}.enhancedDropdownTrigger[aria-expanded=true] .dropdownChevron{transform:rotate(180deg)}.enhancedDropdownMenu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#181818fa;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 8px 32px #0006,0 4px 16px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;overflow:hidden}.enhancedDropdownList{max-height:240px;overflow-y:auto;overflow-x:hidden;padding:8px}.enhancedDropdownItem{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .16s ease;margin-bottom:2px;color:#fffc;font-size:14px;font-weight:500}.enhancedDropdownItem:hover,.enhancedDropdownItem.active{background:#ffffff0f;color:#fff;transform:translate(2px)}.enhancedDropdownItem.selected{background:#8b00001a;color:#fff;border:1px solid rgba(139,0,0,.2)}.dropdownItemLabel{flex:1;text-align:left}.dropdownCheck{width:16px;height:16px;color:#8b0000cc;flex-shrink:0;margin-left:8px}.enhancedDropdownList{scrollbar-width:none;-ms-overflow-style:none}.enhancedDropdownList::-webkit-scrollbar{display:none}.profilePage .selectTrigger{width:100%;height:auto;min-height:48px;border:2px solid rgba(80,80,80,.6);background:#14141499;color:#fff;border-radius:12px;display:flex;align-items:center;gap:10px;padding:12px 14px;text-align:left;box-sizing:border-box}.profilePage .selectTrigger .chevIcon{margin-left:auto;color:#9ca3af}.profilePage .colorPickLabel{color:#ffffffd9;font-weight:700;line-height:1.5}.profilePage .pickerPanel.selectMenu{background:#181818fa;border-color:#222;z-index:80}.profilePage .selectList{overflow-x:hidden}.profilePage .selectList{max-height:220px}.profilePage .selectItem{color:#e5e7eb}.profilePage .selectItem:hover,.profilePage .selectItem.active{background:#ffffff0f}.profilePage .selectItem.selected{color:#fff}.profilePage .selectCheck{color:#10b981;font-weight:800;margin-left:8px}html,body,#root{height:100%}body{overflow:hidden}.contentWrap{position:fixed;inset:0;transition:left .24s ease,width .24s ease;overflow:auto}.contentWrap.withSidebar{left:260px;width:calc(100% - 260px)}html,body{scrollbar-width:thin;scrollbar-color:#000 #2a2a2a}body::-webkit-scrollbar{width:6px;background:transparent}body::-webkit-scrollbar-track{background:#2a2a2a;border-radius:999px}body::-webkit-scrollbar-thumb{background:#000;border-radius:999px;border:1px solid #222}body::-webkit-scrollbar-thumb:hover{background:#111}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;transform:translate(-100%);transition:transform .22s cubic-bezier(.33,1,.68,1);will-change:transform;background:linear-gradient(180deg,#0f0f0f,#111);border-right:1px solid rgba(255,255,255,.08);z-index:20;display:flex;flex-direction:column;box-shadow:2px 0 16px #0006;overflow-y:auto}.sidebar.open{transform:translate(0)}.sidebarOverlay{position:fixed;inset:0;background:#00000059;z-index:19;opacity:0;pointer-events:none;transition:opacity .22s cubic-bezier(.33,1,.68,1)}.sidebarOverlay.show{opacity:1;pointer-events:auto}.sidebarBrand{display:flex;align-items:center;gap:12px;padding:20px 16px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.brandLabel{display:flex;flex-direction:column}.sidebarBrand .brandName{color:#fff;font-size:18px;font-weight:700;letter-spacing:-.02em}.brandSub{font-size:10px;color:#ffffff80;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.brandLogo{width:32px;height:32px;border-radius:8px;background:#8b00001a;display:flex;align-items:center;justify-content:center}.sidebarNav{padding:8px 12px;display:flex;flex-direction:column;gap:2px}.sidebarItem{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:transparent;border:none;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease;position:relative;text-align:left}.sidebarItem:hover{background:#ffffff0a;color:#ffffffe6}.sidebarItem.active{background:#8b00001a;color:#fff;box-shadow:0 0 0 1px #8b00004d}.sidebarItem.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#8b0000;border-radius:0 2px 2px 0}.sidebarIcon{width:18px;height:18px;flex-shrink:0;opacity:.7;transition:opacity .18s ease}.sidebarItem:hover .sidebarIcon,.sidebarItem.active .sidebarIcon{opacity:1}.sidebar .btnPrimary{margin:8px 12px 12px;font-size:13px;padding:10px 16px;border-radius:8px;background:#8b00001a;border:1px solid rgba(139,0,0,.3);color:#8b0000e6;font-weight:600}.sidebar .btnPrimary:hover{background:#8b000026;border-color:#8b000080}.sidebarFooter{margin-top:auto;padding:16px 12px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center}.footerBrand{text-align:center}.footerTitle{color:#fff6;font-weight:500;font-size:11px;letter-spacing:.02em}.footerSub{font-size:10px;color:#ffffff4d;font-weight:400;letter-spacing:.01em;margin-top:2px}.deptPage{display:flex;flex-direction:column;gap:16px}.deptPage .pageTitle{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em}.deptPage .pageSub{font-size:13px;color:#fff9;font-weight:500}.deptAddRow{display:flex;align-items:center;gap:8px}.deptList{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:0 8px}.deptCard{display:flex;flex-direction:column;padding:0;border-radius:12px;min-height:160px;cursor:pointer;transition:all .18s ease}.deptCard.inactive{opacity:.6}.deptMain{display:flex;align-items:baseline;gap:8px}.deptName{font-weight:700;color:#0f172a}.deptSub{font-size:12px;color:#6b7280}.deptActions{display:flex;gap:8px}.deptSwatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.06)}.deptSection{border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;margin:0 12px 12px;padding:8px}.schedSection.card{background:#181818!important;border:2px solid #222!important;box-shadow:0 12px 30px -8px #000000b3,0 8px 15px -8px #0009,inset 0 1px #ffffff08}.schedSection .deptHeader{color:#fff}.clipboardWrapper{position:fixed;left:16px;top:16px;z-index:1000;display:flex;justify-content:flex-start;max-width:calc(100% - 48px)}.clipboardWrapper .dragOverlayGroup.card{background:#111117;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:6px 10px;box-shadow:0 4px 12px #00000040;color:#f9fafb;min-width:180px;max-width:240px;gap:6px}.clipboardWrapper .dragOverlayGroupInfo{gap:2px}.clipboardWrapper .dragOverlayGroupTitle{font-size:11px;font-weight:600;color:#d1d5db;text-transform:uppercase;letter-spacing:.05em}.clipboardWrapper .dragOverlayGroupHint{font-size:10px;color:#9ca3af}.clipboardWrapper .dragOverlayButtons{gap:4px}.clipboardWrapper .dragOverlayButtons .btnGhost{padding:4px 8px;font-size:11px;min-width:auto;background:#0006;border:1px solid rgba(255,255,255,.08);color:#9ca3af}.clipboardWrapper .dragOverlayButtons .btnGhost:hover:not(:disabled){background:#0009;border-color:#ffffff1f;color:#d1d5db}.dragOverlayWrapper{position:fixed;right:24px;bottom:24px;z-index:1000;display:flex;justify-content:flex-end;max-width:calc(100% - 48px)}.dragOverlayPanel.card{background:#111117;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 18px;box-shadow:0 18px 45px #00000073;color:#f9fafb;min-width:240px;max-width:320px;display:flex;flex-direction:column;gap:12px}.dragOverlayHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.dragOverlayTitle{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af}.dragOverlayBadge{background:#ffffff1a;color:#d1d5db;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;white-space:nowrap}.dragOverlaySummary{display:flex;flex-wrap:wrap;gap:6px}.dragOverlayChip{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;color:#e5e7eb}.dragOverlaySections{display:flex;flex-direction:column;gap:10px}.dragOverlayGroup{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:#0c0c12cc;border:1px solid rgba(255,255,255,.06);border-radius:14px}.dragOverlayGroupInfo{display:flex;flex-direction:column;gap:3px}.dragOverlayGroupTitle{font-size:13px;font-weight:600;color:#f3f4f6}.dragOverlayGroupHint{font-size:11px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dragOverlayButtons{display:flex;gap:6px;flex-wrap:wrap}.dragOverlayButtons .btnPrimary,.dragOverlayButtons .btnSecondary,.dragOverlayButtons .btnGhost{flex:1 0 auto;min-width:80px;padding:6px 10px;font-size:12px;background:#0006;border:1px solid rgba(255,255,255,.08);color:#d1d5db;border-radius:8px;font-weight:600}.dragOverlayButtons .btnPrimary:hover:not(:disabled),.dragOverlayButtons .btnSecondary:hover:not(:disabled),.dragOverlayButtons .btnGhost:hover:not(:disabled){background:#0009;border-color:#ffffff1f;color:#f3f4f6}.dragOverlayButtons .btnPrimary:disabled,.dragOverlayButtons .btnSecondary:disabled,.dragOverlayButtons .btnGhost:disabled{opacity:.4;cursor:not-allowed}.dragOverlayFooter{display:flex;gap:8px}.dragOverlayFooter .btnGhost,.dragOverlayFinish{flex:1;justify-content:center;padding:8px 12px;font-size:13px;background:#0006;border:1px solid rgba(255,255,255,.08);color:#d1d5db;border-radius:8px;font-weight:600}.dragOverlayFooter .btnGhost:hover:not(:disabled),.dragOverlayFinish:hover:not(:disabled){background:#0009;border-color:#ffffff1f;color:#f3f4f6}.dragOverlayFinish{box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.clipboardWrapper{left:12px;right:12px;top:12px}.clipboardWrapper .dragOverlayGroup.card{width:auto;max-width:240px;padding:6px 10px}.dragOverlayWrapper{right:16px;left:16px;bottom:16px}.dragOverlayPanel.card{width:100%;max-width:none;padding:14px 16px}.dragOverlayButtons{flex-direction:column}.dragOverlayButtons .btnPrimary,.dragOverlayButtons .btnSecondary,.dragOverlayButtons .btnGhost{width:100%}.dragOverlayFooter{flex-direction:column-reverse}.dragOverlayFooter .btnGhost,.dragOverlayFinish{width:100%}}.deptHeader{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-weight:800;color:#111}.deptHeader .stats{font-weight:600;color:#6b7280}.deptSection .gridWrap{padding:2px 8px 6px 4px}.schedSection .gridWrap{width:100%}.schedSection table.scheduleTable{width:max-content;min-width:100%}.deptCard .posHeaderRow{padding:12px 16px 0;justify-content:flex-end}.deptCard .posCenterName{padding:20px 16px}.deptCard .posCenterName.noPadTop{padding-top:8px}.deptCard .posDivider{margin:0 16px;height:1px;background:#ffffff0f}.deptCard .posFooter{padding:14px 16px;border-top:1px solid rgba(255,255,255,.06)}.empAvatarSection{position:relative;display:flex;align-items:center;justify-content:center}.empAvatarWithImage{position:relative}.empAvatarInitials{background:linear-gradient(135deg,#8b0000cc,#8b000099)}.empStatusIndicator{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;border:2px solid #111;z-index:2}.empStatusIndicator.active{background:#10b981;box-shadow:0 0 0 2px #10b9814d}.empStatusIndicator.inactive{background:#6b7280;box-shadow:0 0 0 2px #6b72804d}.empStatusBadge{margin-top:8px;display:flex;align-items:center}.empStatusBadge .statusPill{margin-left:0;font-size:11px;padding:3px 8px}.empStatusBadge .statusDot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px}.empStatusBadge .statusPill.active .statusDot{background:#10b981}.empStatusBadge .statusPill.inactive .statusDot{background:#6b7280}.filterMeta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.metaLabel{font-size:12px;color:#fff9;font-weight:500}.searchBadge{background:#8b00001a;border:1px solid rgba(139,0,0,.2);color:#8b0000e6}.statusBadge{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981e6}.badgeRemoveBtn{background:transparent;border:none;color:inherit;cursor:pointer;padding:0;margin-left:6px;font-size:14px;font-weight:600;transition:all .18s ease;border-radius:2px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.badgeRemoveBtn:hover{background:#0000001a}.clearAllBtn{display:inline-flex;align-items:center;color:#ffffffb3;font-size:12px;font-weight:500;transition:all .18s ease}.clearAllBtn:hover{color:#fff;background:#ffffff0d;border-radius:4px;padding:4px 8px}.tabBtn{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#ffffffd9;border-radius:8px;font-weight:600;font-size:13px;transition:all .18s ease}.tabBtn:hover{background:#ffffff14;color:#fff;border-color:#ffffff29}.tabBtn.active,.tabBtn[aria-pressed=true]{background:#8b000033;border-color:#8b000073;color:#fff;box-shadow:0 0 0 3px #8b000026}.inviteBtn{display:inline-flex;align-items:center;background:#8b000026;border:1px solid rgba(139,0,0,.3);color:#8b0000e6;transition:all .18s ease}.inviteBtn:hover{background:#8b000040;border-color:#8b000080;transform:translateY(-1px);box-shadow:0 4px 8px #8b000033}.pageHeader{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;margin:0 8px 16px;box-shadow:0 4px 12px #0000004d}.pageHeaderTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pageTitleSection{flex:1}.pageTitle{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.employeeCountBadge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px}.countNumber{font-size:13px;font-weight:600;color:#fffc}.countLabel{font-size:10px;font-weight:500;color:#ffffff80;text-transform:lowercase}.inviteButtonSmall{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;border-radius:6px;font-weight:500;font-size:13px;transition:all .18s ease;cursor:pointer;height:40px;box-sizing:border-box}.inviteButtonSmall:hover{background:#ffffff14;border-color:#ffffff26;color:#ffffffe6}.pageHeaderBottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.searchSection{display:flex;align-items:center;gap:12px;flex:1;min-width:300px}.searchInputWrapper{position:relative;flex:1;min-width:200px}.searchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffffff80;pointer-events:none;z-index:1}.searchInput{width:100%;height:40px;padding:0 40px;background:#14141466;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:14px;transition:all .18s ease;box-sizing:border-box}.searchInput:focus{outline:none;border-color:#8b000080;background:#14141499;box-shadow:0 0 0 3px #8b00001a}.clearSearchBtn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;border-radius:4px;transition:all .18s ease;z-index:1}.clearSearchBtn:hover{background:#ffffff1a;color:#fffc}.tabSection{display:flex;gap:4px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:4px}.tabButton{padding:8px 16px;background:transparent;border:none;color:#ffffffb3;border-radius:6px;font-weight:600;font-size:14px;transition:all .18s ease;cursor:pointer}.tabButton:hover{background:#ffffff0f;color:#ffffffe6}.tabButton.active{background:#8b000033;color:#fff;box-shadow:0 0 0 1px #8b00004d}.activeFilters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.filterLabel{font-size:12px;color:#fff9;font-weight:500}.filterTag{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background:#8b00001a;border:1px solid rgba(139,0,0,.2);color:#8b0000e6;border-radius:6px;font-size:12px;font-weight:500}.filterRemove{background:transparent;border:none;color:inherit;cursor:pointer;padding:0;font-size:14px;font-weight:600;transition:all .18s ease;border-radius:2px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.filterRemove:hover{background:#0000001a}.clearFilters{background:transparent;border:none;color:#ffffffb3;cursor:pointer;font-size:12px;font-weight:500;transition:all .18s ease;padding:4px 8px;border-radius:4px}.clearFilters:hover{color:#fff;background:#ffffff0d}.shiftCountBadge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px}.shiftCountBadge .countNumber{font-size:13px;font-weight:600;color:#fffc}.shiftCountBadge .countLabel{font-size:10px;font-weight:500;color:#ffffff80;text-transform:lowercase}.statusFilter{display:flex;align-items:center}.segmented{display:inline-flex;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;background:#ffffff0a}.segBtn{padding:6px 12px;background:transparent;border:none;color:#ffffffb3;font-size:13px;font-weight:500;cursor:pointer;transition:all .18s ease;border-right:1px solid rgba(255,255,255,.08)}.segBtn:last-child{border-right:none}.segBtn:hover{background:#ffffff0f;color:#ffffffe6}.segBtn.active{background:#8b000033;color:#fff;box-shadow:0 0 0 1px #8b00004d}.regionSection{display:flex;align-items:center}.regionChips{display:flex;gap:6px;flex-wrap:wrap}.regionChip{padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#ffffffb3;font-size:12px;font-weight:500;cursor:pointer;transition:all .18s ease}.regionChip:hover{background:#ffffff14;border-color:#ffffff1f;color:#ffffffe6}.regionChip.active{background:#8b00001a;border-color:#8b000033;color:#8b0000e6}@media (max-width: 768px){.employeeGrid{grid-template-columns:1fr;gap:12px}.empCardHeader{flex-direction:column;align-items:center;text-align:center;gap:12px}.empAvatarSection{margin-bottom:8px}.pageHeaderTop{flex-direction:column;align-items:flex-start;gap:12px}.pageHeaderBottom{flex-direction:column;align-items:stretch;gap:12px}.searchSection{min-width:100%}.tabSection{align-self:flex-start}}.schedulesHero{background:linear-gradient(180deg,#181818e6,#121212e6);border:2px solid #222;color:#fff;box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff08;margin-top:12px;margin-bottom:12px}.schedulesHero .pageTitle{color:#fff}.schedulesHero .pageSub{color:#ffffffa6}.schedulesHero .weekNavBtn{color:#fff;background:transparent;border-color:transparent}.schedulesHero .weekNavBtn:hover{background:transparent}.schedulesHero .link{color:#fff9;font-size:11px}.schedulesMeta{border:2px solid #222;background:#18181899;color:#e5e7eb;box-shadow:0 8px 20px #0000004d,inset 0 1px #ffffff08;margin-bottom:12px}.schedulesMeta .stats{color:#fffc}.publishBar{margin-left:auto;display:flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px}.publishMessage{display:flex;align-items:center;gap:6px;color:#ffffffe6;font-size:13px;font-weight:500}.publishMonth{color:#fff;font-weight:600;font-size:14px}.publishText{color:#ffffffb3}.schedulesPage .card .pageTitle{font-size:18px;font-weight:800}.schedulesPage .card .pageSub{font-size:13px}.emptyStateIcon{width:64px;height:64px;margin:4px auto 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid #222;color:#cbd5e1}.emptyStateIcon svg{width:34px;height:34px}.schedulesPage .scheduleTable thead th{background:#0f0f0f;color:#fff;border-color:#222}.schedulesPage .scheduleTable thead th{border-top-color:#222;border-bottom-color:#222}.schedulesPage .dayCell,.schedulesPage .empCell{background:#111;border-color:#222}.schedulesPage .empRow td{background:#111;border-bottom-color:#222}.vacantSection .empCol,.vacantSection .dayCell{background:#111;color:#e5e7eb}.vacantSection.card{border:2px solid #222;border-radius:12px}.vacantSection .empName{color:#fff}.vacantSection .empSub{color:#ffffffb3}.vacantSection .emptySlot{border-color:#2a2a2a;background:#ffffff0a;color:#9ca3af}.vacantSection .empRow td{background:#111;border-bottom-color:#222}.vacantSection .scheduleTable thead th{background:#0f0f0f;color:#fff;border-top-color:#222;border-bottom-color:#222}.vacantSection .scheduleTable thead th+th{border-left-color:#222}.vacantSection .scheduleTable tbody tr.empRow:first-child td{border-top-color:#222}.vacantSection .empRow td:first-child{border-left-color:#222}.vacantSection .empRow td:last-child{border-right-color:#222}.vacantSection .dayCell,.vacantSection .empCell{border-top-color:#222;border-bottom-color:#222}.vacantSection .dayCell:last-child{border-right-color:#222}.vacantSection th,.vacantSection td{border-color:#222!important}.schedulesPage .scheduleTable tbody tr.empRow:first-child td{border-top-color:#222}.schedulesPage .empRow td:first-child{border-left-color:#222}.schedulesPage .empRow td:last-child{border-right-color:#222}.schedulesPage .dayCell{border-left-color:#222}.schedulesPage .dayCell:last-child{border-right-color:#222}.schedulesPage .empName{color:#fff}.schedulesPage .empSub{color:#ffffffbf}.schedulesPage .emptySlot{background:#ffffff0a;border-color:#2a2a2a;color:#9ca3af}.schedulesPage .shiftBox{border-color:#2a2a2a;background:#f3f4f6;color:#111;box-shadow:inset 0 1px #ffffff14}.schedulesPage .shiftTitle,.schedulesPage .shiftTime{color:#111}.schedulesPage .shiftBox.selectedShift{border-color:#dc2626;background:#dc262629;color:#111;box-shadow:0 0 0 2px #dc262647}.schedulesPage .shiftBox.selectedShift .shiftTitle,.schedulesPage .shiftBox.selectedShift .shiftTime{color:inherit}.schedulesPage .scheduleTable thead th.col-today{background:#0f0f0f;color:#fff;border-bottom-color:#222;box-shadow:inset 0 0 0 2px var(--accent-65);outline:2px solid transparent;outline-offset:-2px}.schedulesPage .dayCell.col-today{background:#111;box-shadow:none}.schedulesPage .scheduleTable thead th.col-today{border-color:transparent}.schedulesPage .dayCell.col-today .emptySlot{background:#ffffff0a;border-color:#2a2a2a}.deptPage .headerCard{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);color:#fff;box-shadow:0 4px 12px #0000004d;border-radius:12px}.deptPage .pageHeader{padding:12px;margin:0 8px 8px}.deptPage .pageHeaderTop{margin-bottom:1px;align-items:center}.deptPage .pageTitle{color:#fff}.deptPage .pageSub{color:#fff9}.deptPage .stats{color:#ffffffb3;align-items:center;height:40px}.deptPage .stats .blue{background:#8b0000cc}.deptPage .badge{background:#8b00001a;border-color:#8b00004d;color:#8b0000cc;border-radius:6px;font-weight:600}.deptPage .btnPrimary{background:#8b00001a;border:1px solid rgba(139,0,0,.3);color:#8b0000e6;border-radius:8px;font-weight:600;font-size:14px;padding:8px 16px;transition:all .18s ease}.deptPage .createButtonSmall{height:40px;align-items:center}.deptPage .btnPrimary:hover{background:#8b000026;border-color:#8b000080;transform:translateY(-1px);box-shadow:0 4px 8px #8b000033}.deptPage .deptCard.card{background:linear-gradient(180deg,#181818,#1a1a1a)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 2px 8px #0000004d;border-radius:12px}.deptPage .deptCard.card:hover{border-color:#ffffff1f!important;box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.deptPage .posTitleXL{color:#fff;font-size:20px;font-weight:600;letter-spacing:-.01em}.deptPage .posFooter{border-top-color:#ffffff0f;padding:14px 16px}.deptPage .posMetaSmall{color:#fff9;font-size:13px;font-weight:500}.deptPage .statusChip.active{background:#10b98126;color:#10b981e6;border-color:#10b9814d;border-radius:6px;font-weight:600;font-size:11px}.deptPage .statusChip.inactive{background:#9ca3af1a;color:#9ca3afcc;border-color:#9ca3af33;border-radius:6px;font-weight:600;font-size:11px}.shiftPoolPage{padding:16px 16px 24px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh}.shiftPoolPage .pageHeader{margin-bottom:16px}.shiftPoolPage .shiftPoolItem{background:linear-gradient(180deg,#181818,#1a1a1a)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 2px 8px #0000004d;transition:all .18s ease}.shiftPoolPage .shiftPoolItem:hover{border-color:#ffffff1f!important;box-shadow:0 4px 16px #0006;transform:translateY(-1px)}.requestsPage{padding:16px 16px 24px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh}.requestsPage .pageHeader{margin-bottom:16px}.requestsPage .card{background:linear-gradient(180deg,#0f0f0f,#111)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 4px 12px #0000004d;transition:all .18s ease}.requestsPage .requestItem{transition:all .18s ease}.requestsPage .requestItem:hover{background:#ffffff0d!important;border-color:#ffffff1f!important;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.requestsPage .emptyState{background:transparent!important;border:none!important;box-shadow:none!important}@media (max-width: 820px){.shiftPoolPage .shiftPoolItem{flex-direction:column;align-items:stretch!important;gap:12px!important}.shiftPoolPage .shiftPoolItem>div:last-child{width:100%}.shiftPoolPage .shiftPoolItem>div:last-child>div{width:100%;justify-content:stretch}.shiftPoolPage .shiftPoolItem button{width:100%}.requestsPage .requestItem{flex-direction:column;align-items:stretch!important;gap:12px!important}.requestsPage .requestItem>div:last-child{width:100%;justify-content:stretch}.requestsPage .requestItem button{flex:1}}.deptPage .kebabBtn{color:#fff9;border-color:transparent;background:transparent;border-radius:6px;padding:6px;transition:all .18s ease}.deptPage .kebabBtn:hover{background:#ffffff14;color:#fffc}.deptPage .kebabMenu{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #0006;border-radius:8px;min-width:160px}.deptPage .kebabItem{color:#fffc;padding:10px 12px;font-size:14px;font-weight:500;border-radius:6px;transition:all .18s ease}.deptPage .kebabItem:hover{background:#ffffff0f;color:#fff}.shiftsListContainer{background:linear-gradient(180deg,#181818e6,#121212e6);border:2px solid #222;border-radius:12px;box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff08;overflow:hidden;margin:0 8px}.shiftsList{list-style:none;padding:0;margin:0}.shiftItem{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;transition:background .16s ease,transform .14s ease;position:relative}.shiftItem:last-child{border-bottom:none}.shiftItem:hover{background:#ffffff0a}.shiftItem:active{transform:translate(2px)}.shiftItemLeft{display:flex;align-items:center;gap:12px;flex:1}.shiftDot{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1px solid rgba(255,255,255,.2)}.shiftName{font-size:16px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.shiftItemRight{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.shiftEditIcon{color:#9ca3af;transition:all .16s ease;opacity:0;transform:scale(.9)}.shiftItem:hover .shiftEditIcon{opacity:1;transform:scale(1);color:#fff}.deptPage .rightSheet,.shiftsPage .rightSheet{background:#111111fa;border-left:2px solid #222}.deptPage .sheetHeader,.shiftsPage .sheetHeader{border-bottom-color:#222}.rightSheet .sheetHeader .headerButton{color:#ffffffb3;border-color:transparent;background:transparent;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease}.rightSheet .sheetHeader .headerButton:hover{background:#ffffff14;color:#ffffffe6;border-color:transparent}.rightSheet .sheetHeader .headerButton:active{background:#ffffff1f;transform:scale(.95)}.deptPage .sheetTitle,.shiftsPage .sheetTitle{color:#fff}.deptPage .sheetContent,.shiftsPage .sheetContent{color:#e5e7eb}.deptPage .fieldLabel,.shiftsPage .fieldLabel{color:#ffffffb3}.deptPage .input,.shiftsPage .input{background:#14141499;color:#fff;border:2px solid rgba(80,80,80,.6);border-radius:12px}.deptPage .input::placeholder,.shiftsPage .input::placeholder{color:#ffffff73}.deptPage .input:focus,.shiftsPage .input:focus{outline:none;border-color:#a50000cc;box-shadow:0 0 0 6px #a5000026}.deptPage .helperText,.shiftsPage .helperText{color:#fff9}.deptPage .sheetFooter,.shiftsPage .sheetFooter{border-top-color:#222}.deptPage .btnGhost,.shiftsPage .btnGhost{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.deptPage .btnGhost:hover,.shiftsPage .btnGhost:hover{background:#ffffff14}.deptPage .pickerPanel.selectMenu{background:#181818fa;border-color:#222}.deptPage .selectItem{color:#e5e7eb}.deptPage .selectItem:hover,.deptPage .selectItem.active{background:#ffffff0f}.deptPage .selectItem.selected{color:#fff}.deptPage .selectCheck{color:#10b981}@media (max-width: 1024px){.container{padding:84px 24px 48px}.empCol{width:clamp(120px,26vw,160px)}.scheduleTable{--day-col-w: 120px}.profileHeroContent{flex-direction:column;align-items:center;text-align:center;gap:12px}.profileInfoSection{width:100%}.profileMetaInfo{justify-content:center}}@media (max-width: 640px){.brandName{font-size:18px}.container{padding:84px 12px 28px;gap:10px}.scheduleTable{--day-col-w: 92px}.month-view .scheduleTable{--day-col-w: 88px}.empCol{width:clamp(108px,34vw,150px)}.shiftBox,.emptySlot{height:40px;border-radius:10px}.shiftTitle{font-size:11px}.shiftTime{font-size:10px}.profileHeroEnhanced{padding:12px;margin-bottom:12px}.profileAvatarContainer{width:60px;height:60px}.profileAvatarInitials{font-size:16px}.profileName{font-size:20px}.profileMetaInfo{flex-direction:column;gap:6px;align-items:center}.metaItem{font-size:11px;padding:3px 6px}}.month-view .gridWrap,.deptSection .gridWrap,.card .gridWrap{-webkit-overflow-scrolling:touch;scroll-behavior:auto}.shiftBox{transition:transform .14s ease,box-shadow .14s ease}.shiftBox:active{transform:scale(.98)}.hoverCard{transition:box-shadow .18s ease,transform .18s ease}.hoverCard:active{transform:translateY(1px)}@media (max-width: 640px){.month-view .gridWrap::-webkit-scrollbar{height:4px}}:root{--focus-ring: 0 0 0 3px rgba(139,0,0,.25)}.shiftBox:focus,button:focus,.button:focus,.input:focus,.selectTrigger:focus{outline:none;box-shadow:var(--focus-ring)}@media (prefers-reduced-motion: reduce){.gridWrap,.scheduleTable,.shiftBox,.hoverCard{transition:none!important}}.body-lock{overflow:hidden!important;touch-action:none}.templatesPage .pageTitle{color:#fff;font-size:22px;font-weight:800}.templatesPage .pageSub{color:#ffffffa6}.templatesPage .filterBar.card{border:none;background:transparent;margin:0 8px 8px}.templatesPage .input{padding:10px 12px;border-radius:12px;background:#14141499;color:#fff;border:2px solid rgba(80,80,80,.6)}.templatesPage .input::placeholder{color:#ffffff73}.templatesLikeDept .deptList{display:grid;grid-template-columns:repeat(auto-fill,minmax(560px,1fr));gap:12px;padding:0 8px}.templatesLikeDept .deptCard.card{background:#181818!important;border:2px solid #222!important;box-shadow:0 12px 30px -8px #000000b3,0 8px 15px -8px #0009,inset 0 1px #ffffff08}.templatesLikeDept .deptCard.card:hover{border-color:#64646480;box-shadow:0 16px 40px -8px #0009,0 12px 20px -8px #00000080,inset 0 1px #ffffff14}.templatesLikeDept .posTitleXL{color:#fff}.templatesLikeDept .posFooter{border-top-color:#222}.templatesLikeDept .posMetaSmall{color:#ffffffb3}.templatesLikeDept .deptCard.card{position:relative;overflow:hidden}.templatesLikeDept .templateCardHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 8px;border-bottom:none}.templatesLikeDept .templateTitle{font-size:22px;font-weight:800;color:#fff}.templatesLikeDept .templateTimeRow{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#e5e7eb}.templatesLikeDept .templateTimeRow.small{padding:8px 16px;font-size:13px}.templatesLikeDept .templateTimeRow svg{color:#9ca3af}.templatesLikeDept .templateDivider{height:1px;background:#222;margin:0}.templatesLikeDept .templateMetaRow{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.templatesLikeDept .templateMetaRow.small{padding:8px 16px}.templatesLikeDept .templateSectionLabel{font-weight:800;color:#e5e7eb}.templatesLikeDept .templateInstances{color:#9ca3af}.templatesLikeDept .dayPillsWrap{display:flex;gap:8px;padding:0 16px 12px;flex-wrap:wrap}.templatesLikeDept .dayPillsWrap.compact{gap:6px;padding-bottom:8px}.templatesLikeDept .dayPill{background:#000;color:#fff;border-radius:12px;padding:6px 10px;font-weight:800;border:1px solid #222}.templatesLikeDept .dayPill.small{padding:4px 8px;font-size:12px}.templatesLikeDept .templateEditRow{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.templatesLikeDept .templateEditRow.single{justify-content:center}.templatesLikeDept .btnOutline{padding:12px 18px;border:1px solid #2a2a2a;color:#e5e7eb;background:#ffffff0f;border-radius:12px;font-weight:800}.templatesLikeDept .btnOutline:hover{background:#ffffff14}.audit-page{display:flex;flex-direction:column;gap:16px;padding:16px}.audit-header{background:linear-gradient(180deg,#181818,#1a1a1a);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000004d}.audit-title-section{display:flex;flex-direction:column;gap:4px}.audit-title{font-size:24px;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em}.audit-subtitle{font-size:14px;color:#fff9;margin:0;font-weight:500}.audit-stats{display:flex;gap:24px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-number{font-size:20px;font-weight:800;color:#fff;line-height:1}.stat-label{font-size:12px;color:#fff9;font-weight:500}.audit-controls{background:linear-gradient(180deg,#181818,#1a1a1a);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px #0000004d}.audit-controls .audit-toolbar{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:12px;width:100%}.audit-controls .audit-search{position:relative;min-width:0;max-width:100%;overflow:visible}.audit-controls .audit-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#fff6;pointer-events:none}.audit-controls .audit-search-input{width:100%;height:36px;padding:0 48px 0 40px;background:#14141499;border:1px solid rgba(80,80,80,.6);border-radius:6px;color:#fff;font-size:14px;transition:all .18s ease}.audit-controls .audit-search-input::placeholder{color:#ffffff73}.audit-controls .audit-search-input:focus{outline:none;border-color:#8b0000cc;box-shadow:0 0 0 3px #8b000026}.audit-controls .audit-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff6;cursor:pointer;padding:4px;border-radius:4px;transition:all .18s ease}.audit-controls .audit-search-clear:hover{color:#fffc;background:#ffffff1a}.audit-controls .audit-filter-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;height:36px;background:#14141499;border:1px solid rgba(80,80,80,.6);border-radius:6px;color:#fffc;font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease;flex-shrink:0;min-width:96px}.audit-controls .audit-filter-btn:hover{border-color:#8b000099;color:#fff}.audit-controls .audit-filter-btn.active{border-color:#8b0000cc;background:#8b00001a;color:#fff}.filters-section{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:20px}.filter-card{background:#14141466;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:16px;transition:all .18s ease}.filter-card:hover{border-color:#8b00004d;background:#14141499}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.filter-header svg{color:#8b0000cc;flex-shrink:0}.filter-title{font-size:13px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px}.filter-dropdown{position:relative}.modern-select{width:100%;height:40px;padding:0 40px 0 12px;background:#14141499;border:2px solid rgba(80,80,80,.6);border-radius:6px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.modern-select:focus{outline:none;border-color:#8b0000cc;box-shadow:0 0 0 3px #8b000026}.modern-select:hover{border-color:#8b000099}.modern-select option{background:#1a1a1a;color:#fff;padding:8px 12px}.filter-actions{display:flex;justify-content:center;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.clear-filters-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444e6;font-size:14px;font-weight:600;cursor:pointer;transition:all .18s ease}.clear-filters-btn:hover{background:#ef444426;border-color:#ef444480;color:#ef4444;transform:translateY(-1px)}.clear-filters-btn svg{flex-shrink:0}.audit-list{background:linear-gradient(180deg,#181818,#1a1a1a);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:0;box-shadow:0 2px 8px #0000004d;overflow:hidden}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#fff9}.empty-state svg{color:#ffffff4d;margin-bottom:16px}.empty-state h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.empty-state p{font-size:14px;color:#fff9;margin:0}.audit-entries{display:flex;flex-direction:column}.audit-entry{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .18s ease}.audit-entry:hover{background:#ffffff08}.audit-entry:last-child{border-bottom:none}.audit-entry.failed{background:#ef44440d;border-left:3px solid #ef4444}.actor-section{display:flex;align-items:center;gap:8px}.actor-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.employee-section{display:flex;align-items:center;gap:6px}.employee-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}.entry-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.entry-main-text{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:14px;line-height:1.4}.actor-name{font-weight:600;color:#fff}.action-verb{color:#fffc;font-weight:500}.position-name{font-weight:600;color:#8b0000e6;background:#8b00001a;padding:2px 6px;border-radius:4px;border:1px solid rgba(139,0,0,.3);font-size:12px}.action-prep{color:#fff9;font-weight:400}.employee-name{font-weight:600;color:#fff}.entry-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#fff9}.entry-time{font-weight:500}.shift-time{font-family:monospace;font-weight:600;color:#ffffffe6;background:#8b00001a;padding:2px 6px;border-radius:4px;border:1px solid rgba(139,0,0,.3)}.error-code{color:#ef4444;font-weight:500;background:#ef44441a;padding:2px 6px;border-radius:4px}.entry-timestamp{display:flex;align-items:center;justify-content:flex-end;min-width:120px;flex-shrink:0}.event-time{font-size:12px;color:#fff9;font-weight:500;text-align:right}.audit-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.audit-modal{background:linear-gradient(180deg,#181818,#1a1a1a);border:1px solid rgba(255,255,255,.08);border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-header h2{font-size:20px;font-weight:700;color:#fff;margin:0}.modal-close{background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;border-radius:4px;transition:all .18s ease}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-content{padding:24px 24px 60px;overflow:auto;flex:1;min-height:0;max-height:none;-webkit-overflow-scrolling:touch}.audit-modal .modal-content{scrollbar-width:none;-ms-overflow-style:none}.audit-modal .modal-content::-webkit-scrollbar{width:0;height:0;display:none}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{font-size:12px;color:#fff9;font-weight:500}.detail-item span{font-size:14px;color:#fff;font-weight:500}.detail-item .error-code{color:#ef4444;background:#ef44441a;padding:4px 8px;border-radius:4px;font-family:monospace}.detail-item .correlation-id{font-family:monospace;background:#ffffff0d;padding:4px 8px;border-radius:4px}.details-json{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px;overflow-x:auto}.details-json pre{margin:0;font-size:12px;color:#e5e7eb;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.audit-page{padding:12px;gap:12px}.audit-header{flex-direction:column;align-items:flex-start;gap:16px;padding:16px 20px}.audit-stats{width:100%;justify-content:space-between}.search-section{flex-direction:column;align-items:stretch;gap:12px}.search-box{max-width:none}.filter-row{grid-template-columns:1fr;gap:12px}.audit-entry{padding:12px 16px;gap:12px}.entry-header{flex-direction:column;align-items:flex-start;gap:4px}.entry-time{align-self:flex-end}.audit-modal{margin:10px;max-height:90vh}.modal-content{padding:16px 16px 60px;flex:1;min-height:0;max-height:none;-webkit-overflow-scrolling:touch}.detail-grid{grid-template-columns:1fr;gap:12px}}.templatesLikeDept .btnOutline.full{width:100%}.templatesLikeDept .btnOutline:hover{background:#7f1d1d14}.templateEditorPage .pageTitle{color:#fff;font-size:20px;font-weight:700;letter-spacing:-.01em}.templateEditorPage .pageSub{color:#fff9;font-size:13px;font-weight:500}.templateEditorPage .card{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0f0f0f,#111);color:#e5e7eb;box-shadow:0 4px 12px #0000004d;border-radius:12px}.templateEditorPage{padding-left:20px;padding-right:20px}.templateEditorPage .card{margin-left:16px;margin-right:16px;padding:20px}.templateEditorPage .editorHeader{margin-bottom:20px}.contentWrap.withSidebar .templateEditorPage{padding-left:12px;padding-right:12px}.contentWrap.withSidebar .templateEditorPage .card{margin-left:8px;margin-right:8px}.contentWrap.withSidebar .templateEditorPage .editorFooterBar{margin:12px;padding-left:12px;padding-right:12px}.templateEditorPage .editorFooterBar{position:sticky;bottom:0;display:flex;gap:12px;align-items:center;padding:16px 20px;margin:20px 16px;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#0f0f0f,#111);border-radius:12px;box-shadow:0 4px 12px #0000004d}.templateEditorPage .editorFooterBar .btnGhost{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fffc;border-radius:8px;font-weight:600;font-size:14px;padding:10px 16px;transition:all .18s ease}.templateEditorPage .editorFooterBar .btnGhost:hover{background:#ffffff14;border-color:#ffffff1f}.templateEditorPage .input{padding:12px 16px;border-radius:8px;background:#14141466;color:#fff;border:1px solid rgba(255,255,255,.08);font-size:14px;transition:all .18s ease}.templateEditorPage .input::placeholder{color:#fff6}.templateEditorPage .input:focus{outline:none;border-color:#8b000080;background:#14141499;box-shadow:0 0 0 3px #8b00001a}.templateEditorPage .fieldBlock{display:flex;flex-direction:column;gap:8px}.templateEditorPage .fieldLabel{font-size:13px;color:#ffffffb3;font-weight:600;letter-spacing:.01em}.templateEditorPage .helperText{color:#ffffff80;font-size:12px;font-weight:500}.templateEditorPage .btnPrimary{background:#8b00001a;border:1px solid rgba(139,0,0,.3);color:#8b0000e6;border-radius:8px;font-weight:600;font-size:14px;padding:10px 16px;transition:all .18s ease}.templateEditorPage .btnPrimary:hover{background:#8b000026;border-color:#8b000080;transform:translateY(-1px);box-shadow:0 4px 8px #8b000033}.templateEditorPage .btnGhost{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fffc;border-radius:8px;font-weight:600;font-size:14px;padding:10px 16px;transition:all .18s ease}.templateEditorPage .btnGhost:hover{background:#ffffff14;border-color:#ffffff1f}.templateEditorPage .timePickerBig .selectTrigger{height:52px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#14141466;color:#fff;transition:all .18s ease}.templateEditorPage .timePickerBig .selectTrigger:hover{background:#14141499;border-color:#ffffff1f}.templateEditorPage .timePickerBig .colorPickLabel{color:#ffffffe6;font-weight:600}.templateEditorPage .timePickerBig .chevIcon{color:#fff9}.templateEditorPage .timePickerBig .pickerPanel.selectMenu{min-width:320px;background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:8px}.templateEditorPage .timePickerBig .timeColScroll{height:160px}.templateEditorPage .timePickerBig .timeRow{font-size:16px;height:44px}.templateEditorPage .timePickerBig .timeSelectionBar{height:44px}.templateEditorPage .selectTrigger.templateBig{width:100%;height:52px;border:1px solid rgba(255,255,255,.08);background:#14141466;color:#fff;border-radius:8px;display:flex;align-items:center;gap:12px;padding:0 16px;text-align:left;font-size:14px;transition:all .18s ease}.templateEditorPage .selectTrigger.templateBig:hover{background:#14141499;border-color:#ffffff1f}.templateEditorPage .selectTrigger.templateBig .chevIcon{margin-left:auto;color:#fff9}.templateEditorPage .pickerPanel.selectMenu{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 8px 24px #0006}.templateEditorPage .selectItem{color:#fffc;transition:all .18s ease}.templateEditorPage .selectItem:hover,.templateEditorPage .selectItem.active{background:#ffffff0f;color:#fff}.templateEditorPage .selectItem.selected{color:#fff}.templateEditorPage .selectCheck{color:#10b981cc;font-weight:600;margin-left:8px}.daySelectorGrid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:12px}.daySelectorGrid .dayCell{background:#1414144d;color:#fff9;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 8px;text-align:center;transition:all .18s ease;cursor:pointer}.daySelectorGrid .dayCell:hover{background:#14141480;border-color:#ffffff1f;color:#fffc}.daySelectorGrid .dayCell.active{background:#ffffff1a;color:#fff;border-color:#ffffff4d;box-shadow:0 0 0 1px #fff3}.dayTitle{font-weight:700;font-size:14px;margin-bottom:6px;letter-spacing:.01em}.dayPreview{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:8px 6px}.dayCell.active .dayPreview{background:#ffffff14;border-color:#ffffff26}.prevName{opacity:.9;font-size:12px;font-weight:400}.prevTime{opacity:.9;font-size:12px;margin-top:4px}.dateInputWrapper{position:relative}.dateInputField{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding-right:32px}.dateInputField:after{content:"📅";position:absolute;right:12px;pointer-events:none;font-size:14px;opacity:.6}.datePickerDropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px}.datePickerContent{background:linear-gradient(135deg,#191919f2,#0f0f0ff2);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px;box-shadow:0 8px 24px #0000004d;min-width:240px;max-width:280px}.customDatePicker{width:100%}.datePickerHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dateNavBtn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;font-size:14px;font-weight:600}.dateNavBtn:hover{background:#ffffff1a;border-color:#fff3}.dateMonthYear{color:#fff;font-weight:600;font-size:16px;flex:1;text-align:center}.dateWeekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.dateWeekdays div{text-align:center;color:#fff9;font-size:12px;font-weight:500;padding:8px 0}.dateGrid{display:flex;flex-direction:column;gap:4px}.dateRow{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.dateCell{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;cursor:pointer;transition:all .18s ease;font-size:13px;font-weight:500;color:#fffc;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.dateCell:hover{background:#ffffff14;border-color:#ffffff1f}.dateCell.disabled{color:#ffffff4d;cursor:not-allowed}.dateCell.disabled:hover{background:#ffffff08;border-color:#ffffff0f}.dateCell.selected{background:#ffffff26;color:#fff;border-color:#ffffff4d;box-shadow:0 0 0 1px #fff3}.dateCell.today{border-color:#dc262666}.dateCell.today:not(.selected){color:#dc2626e6}.data-explorer-container{display:flex;flex-direction:column;height:100vh;background:#000;color:#e5e7eb}.data-explorer-header{background:#000;border-bottom:1px solid #333333;padding:24px 32px}.header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.back-button-container{padding:16px 32px 0}.back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fffc;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.back-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff;transform:translate(-2px)}.back-button:focus-visible{outline:2px solid #8B0000;outline-offset:2px}.header-title h1{color:#fff;font-size:28px;font-weight:800;margin:0 0 8px;background:linear-gradient(135deg,#fff,#8b0000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{color:#9ca3af;font-size:14px;margin:0}.header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.action-buttons{display:flex;gap:12px}.modern-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none}.modern-btn.primary{background:linear-gradient(135deg,#8b0000,#a00000);color:#fff;box-shadow:0 2px 8px #8b00004d}.modern-btn.primary:hover{background:linear-gradient(135deg,#a00000,#c00000);box-shadow:0 4px 12px #8b000066;transform:translateY(-1px)}.modern-btn.secondary{background:#111;color:#e5e7eb;border-color:#222}.modern-btn.secondary:hover{background:#1a1a1a;border-color:#333}.modern-btn.danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 2px 8px #dc26264d}.modern-btn.danger:hover{background:linear-gradient(135deg,#ef4444,#f87171)}.permissionsPage{padding:24px;max-width:1400px;margin:0 auto;min-height:100vh}.permissionsHeader{position:relative;margin-bottom:40px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#0f0f0ff2,#1a1a1af2);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 12px 32px #0003}.headerBackground{position:absolute;inset:0;background:transparent;pointer-events:none}.headerPattern{position:absolute;inset:0;background:transparent;opacity:.6}.headerContent{position:relative;padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:32px}.headerMain{display:flex;align-items:center;gap:24px;flex:1}.headerIconContainer{position:relative;flex-shrink:0}.headerIcon{position:relative;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);border-radius:16px;color:#fff;box-shadow:0 8px 24px #8b000066;z-index:2}.headerIcon svg{width:28px;height:28px}.iconGlow{position:absolute;inset:-4px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);border-radius:20px;opacity:.3;filter:blur(8px);z-index:1}.headerText{flex:1;min-width:0}.headerBadge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#8b000026;border:1px solid rgba(139,0,0,.3);border-radius:20px;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.headerBadge svg{width:12px;height:12px}.headerTitle{font-size:36px;font-weight:800;margin:0 0 8px;line-height:1.4;display:flex;align-items:baseline;gap:8px}.titleMain{color:#fff;letter-spacing:-.02em}.titleAccent{background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.headerSubtitle{display:flex;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:500;color:#ffffffb3}.subtitleText{color:#ffffffb3}.subtitleDot{color:#fff6;font-weight:700}.subtitleCount{color:var(--accent);font-weight:600}.headerActions{flex-shrink:0}.actionStats{display:flex;align-items:center;gap:24px;padding:16px 24px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.statItem{text-align:center}.statNumber{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.statLabel{font-size:12px;color:#ffffff80;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.statDivider{width:1px;height:32px;background:#ffffff1a}.permissionsContent{flex:1}.permissionsGrid{display:grid;grid-template-columns:400px 1fr;gap:24px;height:calc(100vh - 200px)}.userListPanel{background:linear-gradient(135deg,#181818f2,#121212f2);border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;overflow:hidden}.panelHeader{padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.panelTitle{font-size:18px;font-weight:600;color:#fff;margin:0 0 16px;letter-spacing:-.01em}.searchContainer{position:relative;display:flex;align-items:center}.searchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#fff6;pointer-events:none;z-index:1}.searchIcon svg{width:16px;height:16px}.searchInput{width:100%;padding:12px 12px 12px 40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px;font-weight:500;transition:all .2s ease;box-sizing:border-box}.searchInput:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #8b00001a;background:#ffffff14}.searchInput::placeholder{color:#fff6}.userList{flex:1;overflow-y:auto;padding:8px 0}.userItem{display:flex;align-items:center;gap:12px;padding:12px 24px;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.userItem:hover{background:#ffffff08}.userItem.selected{background:#8b00001a;border-left-color:var(--accent)}.userAvatar{flex-shrink:0}.avatarInitial{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;box-shadow:0 2px 8px #8b000033}.avatarImage{width:40px;height:40px;border-radius:10px;object-fit:cover;box-shadow:0 2px 8px #8b000033}.userInfo{flex:1;min-width:0}.userName{font-weight:600;color:#fff;font-size:14px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userEmail{font-size:12px;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userDepartment{font-size:11px;color:#fff6;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedIndicator{flex-shrink:0;color:var(--accent)}.selectedIndicator svg{width:16px;height:16px}.emptyState{padding:40px 24px;text-align:center;color:#ffffff80}.emptyIcon{margin:0 auto 16px;width:48px;height:48px;color:#ffffff4d}.emptyText{font-size:14px;margin:0;font-weight:500}.permissionDetailsPanel{background:linear-gradient(135deg,#181818f2,#121212f2);border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;overflow:hidden}.emptySelectionState{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center}.emptyIcon{margin-bottom:24px;width:64px;height:64px;color:#ffffff4d}.emptyIcon svg{width:100%;height:100%}.emptyTitle{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px}.emptyDescription{color:#fff9;font-size:14px;margin:0;max-width:300px;line-height:1.5}.permissionDetails{flex:1;display:flex;flex-direction:column;overflow:hidden}.userHeader{padding:24px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:16px}.userHeaderInfo{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.userHeaderAvatar{flex-shrink:0;overflow:hidden;border-radius:10px}.userHeaderAvatar .avatarInitial{width:48px;height:48px;font-size:18px}.userHeaderAvatar .avatarImage{width:48px;height:48px;border-radius:10px;object-fit:cover;box-shadow:0 2px 8px #8b000033}.userHeaderName{font-size:20px;font-weight:700;color:#fff;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userHeaderEmail{font-size:14px;color:#ffffff80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grantPermissionBtn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fffc;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.grantPermissionBtn:hover:not(:disabled){background:#ffffff14;border-color:#fff3;color:#fff;transform:translateY(-1px)}.grantPermissionBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.grantPermissionBtn svg{width:16px;height:16px}.permissionsSection{flex:1;display:flex;flex-direction:column;overflow:hidden}.sectionHeader{padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.sectionTitle{font-size:16px;font-weight:600;color:#fff;margin:0}.permissionCount{font-size:12px;color:#ffffff80;background:#ffffff0d;padding:4px 8px;border-radius:6px;font-weight:500}.permissionsList{flex:1;overflow-y:auto;padding:8px 0}.permissionItem{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.04);transition:all .2s ease}.permissionItem:hover{background:#ffffff05}.permissionInfo{flex:1;min-width:0}.permissionName{font-weight:600;color:#fff;font-size:14px;margin-bottom:4px}.permissionMeta{font-size:12px;color:#ffffff80;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.metaText{color:#ffffff80}.metaActor{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 2px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px}.actorPhoto{width:16px;height:16px;border-radius:50%;object-fit:cover;flex-shrink:0}.actorName{color:#fffc;font-weight:500;font-size:12px}.revokeBtn{flex-shrink:0;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.revokeBtn:hover:not(:disabled){background:#dc26261a;border-color:#dc26264d;color:#ef4444}.revokeBtn:disabled{opacity:.5;cursor:not-allowed}.revokeBtn svg{width:16px;height:16px}.noPermissionsState{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.noPermissionsState .emptyIcon{margin-bottom:16px;width:48px;height:48px}.noPermissionsState .emptyText{font-size:14px;color:#ffffff80;margin:0}.grantDialogOverlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.grantDialog{background:linear-gradient(135deg,#181818fa,#121212fa);border:1px solid rgba(255,255,255,.08);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0000004d;max-width:1000px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;position:relative;z-index:10000}.dialogHeader{padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.dialogTitle{font-size:20px;font-weight:700;color:#fff;margin:0}.dialogCloseBtn{width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dialogCloseBtn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;color:#fff}.dialogCloseBtn:disabled{opacity:.5;cursor:not-allowed}.dialogCloseBtn svg{width:12px;height:12px;stroke-width:2.5}.dialogContent{padding:24px;flex:1;overflow-y:auto}.permissionGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:24px}.permissionCard{padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;transition:all .2s ease}.permissionCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-1px)}.permissionCard.selected{background:#8b00001a;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.cardHeader{display:flex;align-items:center;gap:12px;margin-bottom:8px;position:relative}.cardIcon{width:32px;height:32px;background:#8b000026;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.cardIcon svg{width:16px;height:16px}.cardTitle{font-size:14px;font-weight:600;color:#fff;line-height:1.3;flex:1}.cardCheckmark{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #8b00004d}.cardCheckmark svg{width:12px;height:12px}.cardDescription{font-size:12px;color:#fff9;line-height:1.4;margin:8px 0 8px 44px}.cardNote{font-size:11px;color:#ffffff80;font-style:italic;margin-left:44px;margin-top:4px}.departmentSection{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.sectionTitle{font-size:16px;font-weight:600;color:#fff;margin:0 0 16px}.departmentGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.departmentCard{padding:12px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative}.departmentCard:hover{background:#ffffff0d;border-color:#ffffff1a}.departmentCard.selected{background:#8b00001a;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.departmentCard.disabled{opacity:.4;cursor:not-allowed;background:#ffffff03;border-color:#ffffff08}.departmentCard.disabled:hover{background:#ffffff03;border-color:#ffffff08}.departmentCard.disabled .deptName{color:#ffffff4d}.deptName{font-size:14px;font-weight:500;color:#fff}.deptLockIcon{position:absolute;top:8px;right:8px;width:16px;height:16px;color:#ffffff4d}.deptLockIcon svg{width:16px;height:16px}.deptCheckmark{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #8b00004d}.deptCheckmark svg{width:10px;height:10px}.dialogFooter{padding:16px 24px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:12px;justify-content:flex-end}.cancelBtn{padding:12px 20px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:10px;color:#fffc;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancelBtn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;color:#fff}.grantBtn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8b00004d}.grantBtn:hover:not(:disabled){background:linear-gradient(135deg,rgba(139,0,0,.8) 0%,var(--accent) 100%);box-shadow:0 4px 12px #8b000066;transform:translateY(-1px)}.grantBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.confirmDialog{max-width:700px}.confirmDialog .dialogHeader{display:flex;align-items:flex-start;gap:16px;padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.dialogHeaderIcon{width:40px;height:40px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#22c55e;flex-shrink:0}.dialogHeaderIcon svg{width:20px;height:20px}.dialogHeaderText{flex:1}.dialogSubtitle{font-size:14px;color:#fff9;margin-top:4px;line-height:1.4}.confirmationSummary{display:flex;flex-direction:column;gap:24px}.summaryUser{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px}.summaryUser .userAvatar{width:48px;height:48px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.summaryUser .avatarInitial{font-size:18px;font-weight:700;color:#fff}.summaryUser .avatarImage{width:48px;height:48px;border-radius:12px;object-fit:cover}.userInfo{flex:1}.summaryUserName{font-size:16px;font-weight:600;color:#fffffff2;margin-bottom:4px}.summaryUserEmail{font-size:13px;color:#ffffff80}.changesContainer{display:flex;flex-direction:column;gap:20px}.changeSection{display:flex;flex-direction:column;gap:16px}.changeSectionHeader{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px}.sectionIcon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sectionIcon svg{width:16px;height:16px}.sectionText{flex:1}.sectionTitle{font-size:16px;font-weight:600;margin-bottom:2px}.sectionCount{font-size:13px;opacity:.7}.addSection .changeSectionHeader{background:#22c55e14;border:1px solid rgba(34,197,94,.15)}.addSection .sectionIcon{background:#22c55e26;color:#22c55e}.addSection .sectionTitle{color:#22c55e}.removeSection .changeSectionHeader{background:#ef444414;border:1px solid rgba(239,68,68,.15)}.removeSection .sectionIcon{background:#ef444426;color:#ef4444}.removeSection .sectionTitle{color:#ef4444}.changeList{display:flex;flex-direction:column;gap:8px;padding:0 8px}.changeItem{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:all .2s ease}.changeItem:hover{background:#ffffff0a;border-color:#ffffff1a}.changeItemIcon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.changeItemIcon svg{width:14px;height:14px}.addIcon{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.25)}.removeIcon{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.25)}.changeItemText{flex:1;display:flex;flex-direction:column;gap:6px}.changeItemName{font-size:14px;font-weight:500;color:#ffffffe6;line-height:1.3}.changeItemDept{display:flex;align-items:center;gap:6px;font-size:12px}.deptLabel{color:#fff6}.deptName{color:#fff9;font-weight:500}.noChanges{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.emptyIcon{width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff6;margin-bottom:16px}.emptyIcon svg{width:24px;height:24px}.emptyText{font-size:16px;font-weight:500;color:#ffffffb3;margin-bottom:4px}.emptySubtext{font-size:13px;color:#fff6}.confirmBtn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.confirmBtn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.confirmBtn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26;color:#ffffffe6}.confirmBtn:hover:not(:disabled):before{left:100%}.confirmBtn:active:not(:disabled){background:#ffffff0f;border-color:#ffffff1f}.confirmBtn:disabled{opacity:.5;cursor:not-allowed;background:#ffffff08;border-color:#ffffff0f}.confirmBtn svg{width:16px;height:16px}.cancelBtn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancelBtn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26;color:#ffffffe6}.cancelBtn:disabled{opacity:.5;cursor:not-allowed}.cancelBtn svg{width:16px;height:16px}.loadingSpinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.departmentDialog{max-width:500px}.selectedPermissionInfo{margin-bottom:24px;padding:16px;background:#8b00001a;border:1px solid rgba(139,0,0,.2);border-radius:12px}.permissionPreview{display:flex;align-items:flex-start;gap:12px}.previewIcon{width:32px;height:32px;background:#8b000026;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.previewIcon svg{width:16px;height:16px}.previewText{flex:1}.previewTitle{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.previewDescription{font-size:12px;color:#fff9;line-height:1.4}.doneBtn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,var(--accent) 0%,rgba(139,0,0,.8) 100%);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #8b00004d}.doneBtn:hover:not(:disabled){background:linear-gradient(135deg,rgba(139,0,0,.8) 0%,var(--accent) 100%);box-shadow:0 4px 12px #8b000066;transform:translateY(-1px)}.doneBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1024px){.permissionsGrid{grid-template-columns:350px 1fr;gap:20px}}@media (max-width: 820px){.permissionsPage{padding:16px}.permissionsGrid{grid-template-columns:1fr;gap:16px;height:auto}.userListPanel{order:2;max-height:300px}.permissionDetailsPanel{order:1;min-height:400px}.permissionsHeader{margin-bottom:24px;border-radius:16px}.headerContent{padding:24px 20px;flex-direction:column;align-items:flex-start;gap:20px}.headerMain{gap:16px;width:100%}.headerIcon{width:48px;height:48px;border-radius:12px}.headerIcon svg{width:20px;height:20px}.headerTitle{font-size:28px;flex-direction:column;align-items:flex-start;gap:0}.headerSubtitle{flex-direction:column;align-items:flex-start;gap:4px}.subtitleDot{display:none}.headerActions{width:100%}.actionStats{justify-content:space-around;padding:12px 16px}.statNumber{font-size:20px}.userHeader{padding:20px;flex-direction:column;align-items:flex-start;gap:16px}.userHeaderInfo{width:100%}.grantPermissionBtn{width:100%;justify-content:center}.grantDialogOverlay{padding:16px}.grantDialog{max-height:95vh;max-width:calc(100vw - 32px)}.permissionGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.permissionCard{padding:12px}.cardHeader{gap:8px}.cardIcon{width:28px;height:28px}.cardTitle{font-size:13px}.cardDescription{font-size:11px;margin-left:36px}.departmentGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.dialogContent{padding:20px}.dialogFooter{padding:16px 20px 20px;flex-direction:column}.cancelBtn,.grantBtn,.doneBtn{width:100%;justify-content:center}.confirmDialog{max-width:calc(100vw - 32px)}.confirmDialog .dialogHeader{padding:20px 20px 16px;gap:12px}.dialogHeaderIcon{width:36px;height:36px}.dialogHeaderIcon svg{width:18px;height:18px}.dialogTitle{font-size:18px}.dialogSubtitle{font-size:13px}.summaryUser{padding:16px;gap:12px}.userAvatar{width:40px;height:40px}.avatarInitial{font-size:16px}.summaryUserName{font-size:15px}.summaryUserEmail{font-size:12px}.changeSectionHeader{padding:12px 16px;gap:10px}.sectionIcon{width:28px;height:28px}.sectionIcon svg{width:14px;height:14px}.sectionTitle{font-size:15px}.sectionCount{font-size:12px}.changeItem{padding:12px;gap:10px}.changeItemIcon{width:24px;height:24px}.changeItemIcon svg{width:12px;height:12px}.changeItemName{font-size:13px}.changeItemDept{font-size:11px}.confirmBtn,.cancelBtn{padding:14px 24px;font-size:14px}.confirmBtn{gap:8px}.confirmBtn svg,.cancelBtn svg{width:16px;height:16px}.departmentDialog{max-width:calc(100vw - 32px)}.selectedPermissionInfo{padding:12px}.permissionPreview{gap:8px}.previewIcon{width:28px;height:28px}.previewIcon svg{width:14px;height:14px}.previewTitle{font-size:13px}.previewDescription{font-size:11px}}@media (max-width: 480px){.permissionsPage{padding:12px}.permissionsHeader{margin-bottom:20px;border-radius:12px}.headerContent{padding:20px 16px}.headerMain{gap:12px}.headerIcon{width:40px;height:40px;border-radius:10px}.headerIcon svg{width:18px;height:18px}.headerTitle{font-size:24px}.headerSubtitle{font-size:14px}.actionStats{padding:10px 12px;gap:16px}.statNumber{font-size:18px}.statLabel{font-size:11px}.panelHeader{padding:16px 20px 12px}.userItem{padding:12px 20px}.userHeader{padding:16px 20px}.sectionHeader{padding:16px 20px 12px}.permissionItem{padding:12px 20px}.grantDialog{max-width:calc(100vw - 24px)}.permissionGrid{gap:6px}.permissionCard{padding:10px}.cardIcon{width:24px;height:24px}.cardIcon svg{width:12px;height:12px}.cardTitle{font-size:12px}.cardDescription,.cardNote{font-size:10px;margin-left:28px}.departmentGrid{grid-template-columns:1fr;gap:6px}.departmentCard{padding:10px 12px}.deptName{font-size:13px}.dialogHeader{padding:20px 20px 12px}.dialogContent{padding:16px 20px}.dialogFooter{padding:12px 20px 20px}.departmentDialog{max-width:calc(100vw - 24px)}.selectedPermissionInfo{padding:10px}.previewIcon{width:24px;height:24px}.previewIcon svg{width:12px;height:12px}.previewTitle{font-size:12px}.previewDescription{font-size:10px}}.status-indicator.success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.status-indicator.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.info-card{display:flex;align-items:center;gap:12px;padding:16px;background:#8b00000d;border:1px solid rgba(139,0,0,.2);border-radius:8px;color:#9ca3af;font-size:13px}.info-card svg{color:#8b0000;flex-shrink:0}.data-explorer-nav{display:flex;background:#000;border-bottom:1px solid #333333;padding:0 32px;overflow-x:auto}.nav-tab{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;white-space:nowrap}.nav-tab:hover{color:#e5e7eb;background:#111}.nav-tab.active{color:#8b0000;border-bottom-color:#8b0000;background:#8b00001a}.data-explorer-content{flex:1;overflow:auto;padding:24px 32px}.overview-tab{display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.stat-card{background:#111;border:1px solid #222222;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s ease}.stat-card:hover{border-color:#8b00004d;box-shadow:0 4px 20px #00000080;transform:translateY(-2px)}.stat-card.highlight{border-color:#8b0000;background:#8b00001a}.contentWrap.withSidebar .data-explorer-content .stats-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px}.contentWrap.withSidebar .data-explorer-content .stat-card{padding:16px;gap:12px}.contentWrap.withSidebar .data-explorer-content .stat-icon{width:40px;height:40px}.contentWrap.withSidebar .data-explorer-content .stat-number{font-size:24px}.contentWrap.withSidebar .data-explorer-content .stat-label{font-size:12px}.stat-icon{width:48px;height:48px;background:#8b00001a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#8b0000;flex-shrink:0}.stat-content{flex:1}.stat-number{font-size:32px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.stat-label{font-size:14px;color:#9ca3af;font-weight:500}.stat-percentage{font-size:12px;color:#8b0000;font-weight:600;margin-top:4px}.overview-charts{display:grid;grid-template-columns:1fr;gap:20px}.chart-card{background:#111;border:1px solid #222222;border-radius:12px;padding:24px}.chart-card h3{color:#fff;font-size:18px;font-weight:700;margin:0 0 20px}.sync-status-chart{display:flex;flex-direction:column;gap:16px}.sync-item{display:flex;align-items:center;gap:16px}.sync-label{min-width:160px;font-size:14px;color:#e5e7eb;font-weight:500}.sync-bar{flex:1;height:8px;background:#222;border-radius:4px;overflow:hidden}.sync-fill{height:100%;background:linear-gradient(90deg,#8b0000,#a00000);border-radius:4px;transition:width .3s ease}.sync-fill.warning{background:linear-gradient(90deg,#f59e0b,#d97706)}.sync-value{min-width:40px;text-align:right;font-size:14px;font-weight:600;color:#fff}.modern-section{background:#111;border:1px solid #222222;border-radius:12px;overflow:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#0a0a0a;border-bottom:1px solid #222222}.section-title{display:flex;align-items:center;gap:12px}.section-title h2{color:#fff;font-size:20px;font-weight:700;margin:0}.section-count{background:#8b00001a;color:#8b0000;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.section-controls{display:flex;align-items:center;gap:12px}.search-box{position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:12px;color:#6b7280;z-index:1}.search-input{background:#111;border:1px solid #222222;border-radius:8px;padding:10px 12px 10px 36px;color:#e5e7eb;font-size:14px;width:280px;transition:all .2s ease}.search-input:focus{outline:none;border-color:#8b0000;background:#1a1a1a;box-shadow:0 0 0 3px #8b00001a}.search-input::placeholder{color:#6b7280}.clear-search{position:absolute;right:8px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s ease}.clear-search:hover{color:#9ca3af}.modern-table-container{overflow-x:auto}.modern-table{width:100%;border-collapse:collapse;color:#e5e7eb;table-layout:fixed}.table-header{background:#0a0a0a;border-bottom:1px solid #222222;padding:0;position:sticky;top:0;z-index:10}.header-content{padding:8px 16px;font-size:13px;font-weight:600;color:#9ca3af;text-align:left;text-transform:capitalize;letter-spacing:.5px;display:flex;align-items:center;height:100%}.table-row{border-bottom:1px solid #222222;transition:background .2s ease}.table-row:hover{background:#0a0a0a}.table-cell{padding:12px 16px;font-size:13px;vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cell-content{color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;cursor:pointer;position:relative}.cell-content:hover{background:#8b00001a;border-radius:4px;padding:2px 4px;margin:-2px -4px}.table-cell:nth-child(1){width:8%}.table-cell:nth-child(2){width:12%}.table-cell:nth-child(3){width:10%}.table-cell:nth-child(4){width:10%}.table-cell:nth-child(5){width:8%}.table-cell:nth-child(6){width:12%}.table-cell:nth-child(7){width:10%}.table-cell:nth-child(8){width:8%}.table-cell:nth-child(9){width:10%}.table-cell:nth-child(10){width:8%}.table-cell:nth-child(11){width:4%}.raw-cell .cell-content{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;color:#6b7280;background:#0003;padding:8px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#6b7280}.empty-state svg{color:#4b5563;margin-bottom:16px}.empty-state h3{color:#9ca3af;font-size:18px;font-weight:600;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}@media (max-width: 768px){.data-explorer-header{padding:16px 20px}.header-content{flex-direction:column;align-items:flex-start;gap:16px}.back-button-container{padding:12px 20px 0}.back-button{font-size:13px;padding:6px 12px}.header-actions{align-items:flex-start;width:100%}.action-buttons{flex-direction:column;width:100%}.modern-btn{justify-content:center}.data-explorer-nav{padding:0 20px}.nav-tab{padding:12px 16px;font-size:13px}.data-explorer-content{padding:16px 20px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.search-input{width:100%}.table-cell{padding:8px 12px;font-size:12px}.cell-content{font-size:12px}.table-cell:nth-child(1){width:12%}.table-cell:nth-child(2){width:18%}.table-cell:nth-child(3){width:15%}.table-cell:nth-child(4){width:15%}.table-cell:nth-child(5){width:10%}.table-cell:nth-child(6){width:15%}.table-cell:nth-child(7){width:15%}.table-cell:nth-child(8){width:0%;display:none}.table-cell:nth-child(9){width:0%;display:none}.table-cell:nth-child(10){width:0%;display:none}.table-cell:nth-child(11){width:0%;display:none}}.settingsPage{display:flex;flex-direction:column;gap:16px;padding:0 8px}.settingsHero.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px}.settingsLayout{display:grid;grid-template-columns:280px 1fr;gap:16px;min-height:600px}.settingsSidebar.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;height:fit-content}.settingsNav{display:flex;flex-direction:column;gap:4px}.settingsNavItem{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:transparent;border:none;color:#ffffffb3;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.settingsNavItem:hover{background:#ffffff0d;color:#ffffffe6}.settingsNavItem.active{background:#8b000026;color:#fff;border:1px solid rgba(139,0,0,.3)}.navItemContent{flex:1}.navItemTitle{font-weight:600;font-size:14px;margin-bottom:2px}.navItemDescription{font-size:12px;color:#ffffff80;line-height:1.3}.settingsContent.card{background:linear-gradient(180deg,#0f0f0f,#111);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px}.settingsHeader{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.settingsTitle{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}.settingsDescription{font-size:14px;color:#fff9}.settingsSection{display:flex;flex-direction:column;gap:20px}.settingItem{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.05)}.settingItem:last-child{border-bottom:none}.settingItem.danger{border-left:3px solid #dc2626;padding-left:16px;background:#dc26260d;border-radius:8px;margin:8px 0}.settingInfo{flex:1;margin-right:16px}.settingTitle{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.settingDescription{font-size:14px;color:#fff9;line-height:1.4}.settingSelect{background:#14141499;border:2px solid rgba(80,80,80,.6);border-radius:8px;padding:8px 12px;color:#fff;font-size:14px;min-width:120px;cursor:pointer}.settingSelect:focus{outline:none;border-color:#8b0000}.settingToggle{position:relative;display:inline-block;width:48px;height:24px;cursor:pointer}.settingToggle input{opacity:0;width:0;height:0}.toggleSlider{position:absolute;cursor:pointer;inset:0;background-color:#333;transition:.3s;border-radius:24px}.toggleSlider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.settingToggle input:checked+.toggleSlider{background-color:#8b0000}.settingToggle input:checked+.toggleSlider:before{transform:translate(24px)}.themeOptions{display:flex;gap:8px}.themeOption{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;background:#14141499;border:2px solid rgba(80,80,80,.6);border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s ease;min-width:80px}.themeOption:hover{border-color:#ffffff4d;color:#fff}.themeOption.active{border-color:#8b0000;background:#8b00001a;color:#fff}.themePreview{width:32px;height:24px;border-radius:4px;border:1px solid rgba(255,255,255,.2)}.themePreview.dark{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)}.themePreview.light{background:linear-gradient(135deg,#fff,#f0f0f0)}.colorOptions{display:flex;gap:8px}.colorOption{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.colorOption:hover{border-color:#ffffff4d;transform:scale(1.1)}.colorOption.active{border-color:#fff;box-shadow:0 0 0 2px #ffffff4d}@media (max-width: 768px){.settingsLayout{grid-template-columns:1fr;gap:12px}.settingsSidebar.card{order:2}.settingsContent.card{order:1}.settingsNav{flex-direction:row;overflow-x:auto;gap:8px}.settingsNavItem{min-width:120px;flex-direction:column;padding:8px 12px;text-align:center}.navItemDescription{display:none}}.timeOffRequestModal{position:relative}.timeOffRequestModalHeader{flex-shrink:0}.timeOffMonthNavBtn:focus-visible{outline:2px solid #8B0000;outline-offset:2px}.timeOffRequestModal .timeOffRequestModalHeader .headerButton{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.timeOffRequestModal .timeOffRequestModalHeader .headerButton:hover{background:#ffffff1a;transform:scale(1.1)}.timeOffRequestModal .timeOffRequestModalHeader .headerButton:focus-visible{outline:2px solid #8B0000;outline-offset:2px}@media (max-width: 1024px){.timeOffRequestModal{width:min(95vw,900px)!important}.timeOffRequestModal>div:last-child{grid-template-columns:1fr 300px!important;gap:16px!important;padding:16px!important}}@media (max-width: 768px){.timeOffRequestModal{width:min(98vw,100%)!important;max-height:calc(100vh - 20px)!important}.timeOffRequestModal>div:last-child{grid-template-columns:1fr!important;gap:20px!important;padding:16px!important}.timeOffRequestModal>div:last-child>div:last-child{max-height:300px}.timeOffRequestModalHeader{padding:16px!important}.timeOffRequestModalHeader>div:first-child>div{min-width:150px!important;font-size:18px!important}}@media (max-width: 480px){.timeOffRequestModalHeader{flex-wrap:wrap;gap:12px}.timeOffRequestModalHeader>div:first-child{width:100%;justify-content:center}.timeOffRequestModalHeader>div:last-child{width:100%;justify-content:space-between}.timeOffRequestModal>div:last-child>div:first-child>div:last-child{gap:6px!important}.timeOffRequestModal>div:last-child>div:last-child>div:nth-child(2){grid-template-columns:repeat(2,1fr)!important}}.timeOffSelectedDaysScroll{scrollbar-width:none;-ms-overflow-style:none}.timeOffSelectedDaysScroll::-webkit-scrollbar{display:none}.timeOffLegendBar{max-width:min(1000px,calc(96vw - 40px));box-sizing:border-box}@media (max-width: 1024px){.timeOffLegendBar{width:min(95vw,900px)!important;max-width:calc(95vw - 40px)!important}}@media (max-width: 768px){.timeOffLegendBar{width:min(98vw,100%)!important;max-width:calc(98vw - 40px)!important;bottom:10px!important;padding:10px 16px!important}}@media (max-width: 480px){.timeOffLegendBar{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;bottom:10px!important;padding:8px 12px!important;gap:12px!important}.timeOffLegendBar span:first-child{font-size:11px!important}.timeOffLegendBar>div{font-size:12px!important}}@media (max-width: 820px){input:focus,select:focus,textarea:focus,.input:focus,.selectTrigger:focus{font-size:16px!important}button,.button,[role=button],.btnPrimary,.btnDanger,.btnGhost,input,select,textarea,.input,.selectTrigger{min-height:44px!important}.schedulesHero{display:none!important}.container,.sheetContent,.modalBody{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.gridWrap{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.deptSection{margin-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.employeesPage .colorPickerWrap,.employeesPage .stats,.shiftsPage .segmented,.shiftsPage .stats,.deptPage .stats{display:none!important}.deptPage .btnPrimary{position:relative;font-size:0;padding:12px;min-width:48px;min-height:48px}.deptPage .btnPrimary:after{content:"+";font-size:18px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sidebarNav .sidebarItem:last-child{display:none!important}.publishBar{display:none!important}.previewColumn{max-width:100%!important;width:100%!important}.previewPill{min-width:200px!important;max-width:calc(100vw - 80px)!important;height:48px!important;padding:8px 12px!important}.previewColHeader{padding:8px 0!important}.previewColHeader .dow{font-size:14px!important;font-weight:700!important}.previewColHeader .dom{font-size:18px!important;font-weight:800!important}.previewColBody{padding:8px 16px!important}.previewPill .shiftTitle{font-size:12px!important;font-weight:600!important}.previewPill .shiftTime{font-size:11px!important;font-weight:500!important}.mobileWeekNav{gap:4px!important;transform:scale(.85)!important;transform-origin:center!important}.mobileWeekNav .headerButton{width:32px!important;height:32px!important;font-size:14px!important}.mobileWeekLabel{font-size:13px!important;font-weight:500!important}.shiftsPage .shiftItem{cursor:pointer!important;transition:background-color .2s ease!important}.shiftsPage .shiftItem:hover{background-color:#ffffff05!important}.shiftsPage .shiftItem:active{background-color:#ffffff0a!important}.shiftsPage .shiftEditIcon{color:#fff6!important;opacity:.7!important;transition:opacity .2s ease!important}.shiftsPage .shiftItem:hover .shiftEditIcon{opacity:1!important}.profilePage{transform:none!important}.profilePage .profileHero{margin:0!important;border-radius:0!important;padding:24px 20px 48px!important;padding-top:calc(84px + env(safe-area-inset-top,0px))!important;background:linear-gradient(135deg,#0b0b0b,#111,#0b0b0b)!important;position:relative!important;overflow:visible!important;border:none!important;box-shadow:none!important}.profilePage .profileHeroBack{position:absolute!important;top:calc(74px + env(safe-area-inset-top,0px))!important;left:16px!important;z-index:10!important}.profilePage .profileHeroBack .headerButton{background:#ffffff1a!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;width:44px!important;height:44px!important;border-radius:12px!important;font-size:18px!important;font-weight:600!important;box-shadow:0 4px 12px #00000026!important;transition:all .2s ease!important}.profilePage .profileHeroBack .headerButton:hover{background:#ffffff26!important;transform:scale(1.05)!important}.profilePage .profileHeroBack .headerButton:active{transform:scale(.95)!important}.profilePage .profileCover{height:120px!important;margin-bottom:0!important;background:transparent!important;border:none!important;box-shadow:none!important;position:relative!important}.profilePage .profileAvatarCenter{position:static!important;transform:none!important;width:100px!important;height:100px!important;border-radius:20px!important;border:4px solid #fff!important;background:var(--accent)!important;box-shadow:0 8px 24px #00000040,0 4px 8px #8b000033!important;margin:0 auto 32px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.profilePage .profileAvatarCenter:hover{transform:scale(1.05)!important;box-shadow:0 12px 32px #0000004d,0 6px 12px #8b000040!important}.profilePage .empAvatarImg{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:16px!important}.profilePage .profileName{font-size:28px!important;font-weight:700!important;color:#fff!important;text-align:center!important;margin-bottom:12px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:-.02em!important}.profilePage .profileId{font-size:16px!important;color:#ffffffb3!important;text-align:center!important;font-weight:500!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.profilePage .profileSection{margin:0 16px 20px!important;padding:24px!important;border-radius:16px!important;background:linear-gradient(135deg,#181818f2,#121212f2)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 24px #00000026,0 2px 8px #0000001a!important;transition:all .3s ease!important}.profilePage .profileSection:hover{transform:translateY(-2px)!important;box-shadow:0 12px 32px #0003,0 4px 12px #00000026!important}.profilePage .sectionTitle{font-size:18px!important;font-weight:600!important;color:#fff!important;margin-bottom:20px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:-.01em!important;position:relative!important}.profilePage .sectionTitle:after{content:""!important;position:absolute!important;bottom:-8px!important;left:0!important;width:40px!important;height:2px!important;background:linear-gradient(90deg,var(--accent),rgba(139,0,0,.3))!important;border-radius:1px!important}.profilePage .profileGrid{display:flex!important;flex-direction:column!important;gap:16px!important}.profilePage .fieldBlock{padding:16px!important;background:#ffffff05!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.05)!important;transition:all .2s ease!important}.profilePage .fieldBlock:hover{background:#ffffff0a!important;border-color:#ffffff1a!important}.profilePage .fieldLabel{font-size:12px!important;font-weight:600!important;color:#fff9!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:8px!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.profilePage .fieldValueBox{font-size:16px!important;font-weight:500!important;color:#fff!important;line-height:1.4!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.profilePage .colorPickerWrap{margin-top:8px!important}.profilePage .selectTrigger{width:100%!important;min-height:48px!important;border:1px solid rgba(255,255,255,.2)!important;background:#ffffff0d!important;color:#fff!important;border-radius:12px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;box-shadow:0 2px 8px #0000001a!important;transition:all .2s ease!important}.profilePage .selectTrigger:hover{background:#ffffff14!important;border-color:#ffffff4d!important}.profilePage .selectTrigger .chevIcon{color:#fff9!important;transition:transform .2s ease!important}.profilePage .selectTrigger[aria-expanded=true] .chevIcon{transform:rotate(180deg)!important}.profilePage .pickerPanel.selectMenu{background:#181818fa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;box-shadow:0 12px 32px #00000040!important;margin-top:4px!important}.profilePage .selectItem{color:#fffc!important;padding:14px 16px!important;border-radius:8px!important;transition:all .2s ease!important}.profilePage .selectItem:hover,.profilePage .selectItem.active{background:#ffffff0f!important;color:#fff!important}.profilePage .selectItem.selected{background:#8b00001a!important;color:#fff!important}.profilePage .selectCheck{color:var(--accent)!important}.profilePage .profileSection.personalBox.card,.profilePage .profileSection.card{margin:0 16px 20px!important;padding:24px!important}.profilePage .profileSection:last-child{margin-bottom:calc(40px + env(safe-area-inset-bottom,0px))!important}.profilePage .container{padding:0!important;padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))!important;gap:0!important;min-height:calc(100vh - 64px)!important}.contentWrap .profilePage .container{padding-top:0!important}.contentWrap{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.contentWrap:has(.profilePage){padding-top:0!important}.contentWrap .profilePage{margin-top:0!important;padding-top:0!important}@media (max-height: 600px){.profilePage .profileHero{padding-top:calc(72px + env(safe-area-inset-top,0px))!important;padding-bottom:36px!important}.profilePage .profileHeroBack{top:calc(62px + env(safe-area-inset-top,0px))!important}.profilePage .profileAvatarCenter{width:80px!important;height:80px!important;border-radius:16px!important;margin-bottom:24px!important}.profilePage .profileName{font-size:24px!important;margin-bottom:8px!important}.profilePage .profileId{font-size:14px!important}}.scheduleTable{margin-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.editorGrid{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.deptList,.positionCards{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.card{margin-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}.pageContent,.contentWrap{padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))!important}.sheetFooter,.modalFooter{margin-bottom:env(safe-area-inset-bottom,0px)!important}html,body{height:100dvh!important;min-height:100dvh!important}*{-webkit-overflow-scrolling:touch!important}body{overscroll-behavior:none!important}#root{min-height:100dvh!important}.modal{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;margin:16px!important;border-radius:16px!important;border:2px solid #222!important}.modalBody{max-height:calc(100vh - 200px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}@media (max-width: 480px){.modalFooter{flex-direction:column!important;gap:8px!important}.modalFooter .btnPrimary,.modalFooter .btnDanger,.modalFooter .btnGhost{width:100%!important;margin:0!important}}.colorPickerWrap{position:relative!important}.colorPickerWrap:not(.assign-time-picker) .pickerPanel{position:absolute!important;width:min(400px,calc(100vw - 48px))!important;max-width:min(400px,calc(100vw - 48px))!important;border-radius:16px!important;border:2px solid #222!important;max-height:calc(100vh - 140px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;z-index:1000!important;left:50%!important;transform:translate(-50%)!important;display:block!important;visibility:visible!important;opacity:1!important}.assign-time-picker .pickerPanel{border-radius:16px!important;border:2px solid #222!important;max-height:calc(100vh - 140px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;z-index:1000!important;display:block!important;visibility:visible!important;opacity:1!important}.selectList{max-height:calc(100vh - 180px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.selectItem{padding:12px 16px!important;min-height:44px!important}.pickerGrid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.pickerSwatch{width:48px!important;height:48px!important}.rightSheet{width:100vw!important;left:0!important;right:0!important;border-radius:0!important;border:none!important;border-top:1px solid #222!important}.sheetContent{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;max-height:calc(100vh - 140px)!important}.sheetHeader,.sheetContent{padding:16px!important}.sheetFooter{padding:16px!important;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}.input,.selectTrigger,.colorPickBtn{height:44px!important;font-size:16px!important}.btnPrimary,.btnDanger,.btnGhost{height:44px!important;font-size:14px!important}.selectItem:active,.pickerSwatch:active,.btnPrimary:active,.btnDanger:active,.btnGhost:active{opacity:.8!important}.timeRow{height:48px!important;padding:12px 16px!important}.editorGrid{grid-template-columns:1fr!important;gap:16px!important}.sidebar{width:min(85vw,300px)!important}.sidebarItem{padding:14px 16px!important;font-size:15px!important;min-height:44px!important}@media (max-width: 480px){.modal{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;margin:8px!important}.modalFooter{flex-direction:column!important;gap:8px!important}.modalFooter .btnPrimary,.modalFooter .btnDanger,.modalFooter .btnGhost{width:100%!important;margin:0!important}}}.tutorial-overlay{position:fixed;inset:0;background:#000000b3;z-index:9998;animation:tutorial-overlay-appear .3s ease-out;pointer-events:none}@keyframes tutorial-overlay-appear{0%{opacity:0}to{opacity:1}}.tutorial-spotlight{position:fixed;border-radius:8px;box-shadow:0 0 0 4px #8b000080,0 0 0 9999px #000000b3;z-index:9999;pointer-events:none;transition:all .3s ease-in-out;animation:tutorial-pulse 2s infinite}@keyframes tutorial-pulse{0%,to{box-shadow:0 0 0 4px #8b000080,0 0 0 9999px #000000b3}50%{box-shadow:0 0 0 4px #8b0000cc,0 0 0 8px #8b00004d,0 0 0 9999px #000000b3}}.tutorial-tooltip{position:fixed;max-width:360px;background:#1a1a1af2;border:2px solid #8B0000;border-radius:16px;box-shadow:0 8px 32px #000c;z-index:10000;animation:tutorial-tooltip-appear .3s ease-out;pointer-events:auto}@keyframes tutorial-tooltip-appear{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.tutorial-tooltip:before{content:"";position:absolute;width:0;height:0;border:10px solid transparent}.tutorial-tooltip-top:before{bottom:-20px;left:50%;transform:translate(-50%);border-top-color:#8b0000}.tutorial-tooltip-bottom:before{top:-20px;left:50%;transform:translate(-50%);border-bottom-color:#8b0000}.tutorial-tooltip-left:before{right:-20px;top:50%;transform:translateY(-50%);border-left-color:#8b0000}.tutorial-tooltip-right:before{left:-20px;top:50%;transform:translateY(-50%);border-right-color:#8b0000}.tutorial-tooltip-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.tutorial-tooltip-title{font-size:18px;font-weight:700;color:#fff}.tutorial-tooltip-close{background:none;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.tutorial-tooltip-close:hover{background:#ffffff1a;color:#fff}.tutorial-tooltip-content{padding:16px 20px}.tutorial-tooltip-narration{font-size:15px;font-weight:500;color:#fffffff2;margin:0;line-height:1.5;min-height:1.5em}.tutorial-typing-cursor{display:inline-block;margin-left:2px;animation:tutorial-cursor-blink 1s infinite;color:#8b0000;font-weight:400}@keyframes tutorial-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.tutorial-tooltip-description{font-size:14px;color:#ffffffb3;margin:0;line-height:1.5}.tutorial-tooltip-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1)}.tutorial-tooltip-progress{margin-bottom:16px}.tutorial-tooltip-step-count{display:block;font-size:12px;font-weight:600;color:#fff9;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.tutorial-tooltip-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.tutorial-tooltip-progress-fill{height:100%;background:linear-gradient(90deg,#8b0000,#c41e1e);border-radius:2px;transition:width .3s ease-out}.tutorial-tooltip-actions{display:flex;gap:12px;justify-content:flex-end}.tutorial-tooltip-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;outline:none}.tutorial-tooltip-btn-secondary{background:#ffffff1a;color:#fff}.tutorial-tooltip-btn-secondary:hover:not(:disabled){background:#ffffff26}.tutorial-tooltip-btn-secondary:disabled{opacity:.3;cursor:not-allowed}.tutorial-tooltip-btn-primary{background:#8b0000;color:#fff}.tutorial-tooltip-btn-primary:hover{background:#a30000;transform:translateY(-1px);box-shadow:0 4px 12px #8b000066}.tutorial-tooltip-btn-primary:active{transform:translateY(0)}.tutorial-start-badge{position:fixed;bottom:24px;right:24px;background:#8b0000;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 4px 16px #8b000066;z-index:9997;animation:tutorial-badge-bounce 2s infinite;cursor:pointer;transition:all .2s;border:2px solid transparent}.tutorial-start-badge:hover{background:#a30000;transform:translateY(-2px);box-shadow:0 6px 20px #8b000080;border-color:#fff3}@keyframes tutorial-badge-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.tutorial-start-badge-text{display:flex;align-items:center;gap:8px}.tutorial-start-badge-icon{font-size:18px}.tutorial-cursor{position:fixed;pointer-events:none;z-index:10001;transform:translate(-2px,-2px);transition:all .6s cubic-bezier(.25,.1,.25,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.tutorial-cursor.clicking{transform:translate(-2px,-2px) scale(.9);transition:transform .1s ease-out}.tutorial-click-ripple{position:fixed;width:40px;height:40px;border:3px solid #8B0000;border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%) scale(0);animation:tutorial-ripple .6s ease-out}@keyframes tutorial-ripple{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.tutorial-keypress-display{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;z-index:10002;animation:tutorial-keypress-appear .3s ease-out}@keyframes tutorial-keypress-appear{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tutorial-key{background:linear-gradient(180deg,#fff,#e0e0e0);border:2px solid #999;border-radius:8px;padding:16px 24px;font-size:24px;font-weight:700;color:#333;box-shadow:0 4px #666,0 8px 16px #0000004d;animation:tutorial-key-press .6s ease-in-out;min-width:60px;text-align:center}@keyframes tutorial-key-press{0%,to{transform:translateY(0);box-shadow:0 4px #666,0 8px 16px #0000004d}50%{transform:translateY(4px);box-shadow:0 0 #666,0 4px 8px #0000004d}}.tutorial-key-plus{font-size:28px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.tutorial-controls{position:fixed;bottom:24px;left:24px;right:auto;width:340px;background:#0f0f0ffa;border:1px solid #2a2a2a;border-radius:16px;box-shadow:0 12px 32px #00000080;z-index:10000;color:#fff;overflow:hidden}.tutorial-controls-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.tutorial-controls-title{font-size:15px;font-weight:800}.tutorial-controls-close{background:none;border:none;color:#fff9;cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.tutorial-controls-close:hover{background:#ffffff1a;color:#fff}.tutorial-controls-progress{padding:12px 14px 0}.tutorial-controls-step-count{display:block;font-size:12px;font-weight:700;color:#fff9;margin-bottom:8px;text-transform:uppercase;letter-spacing:.02em}.tutorial-controls-progress-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.tutorial-controls-progress-fill{height:100%;background:linear-gradient(90deg,#8b0000,#c41e1e);border-radius:2px;transition:width .3s ease-out}.tutorial-controls-actions{display:flex;gap:10px;justify-content:flex-end;padding:12px 14px 14px}.tutorial-controls-btn{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;border:none;outline:none}.tutorial-controls-btn-secondary{background:#ffffff1a;color:#fff}.tutorial-controls-btn-secondary:hover:not(:disabled){background:#ffffff26}.tutorial-controls-btn-secondary:disabled{opacity:.4;cursor:not-allowed}.tutorial-controls-btn-primary{background:#8b0000;color:#fff}.tutorial-controls-btn-primary:hover{background:#a30000;transform:translateY(-1px);box-shadow:0 4px 12px #8b000066}.tutorial-controls-btn-primary:active{transform:translateY(0)}@media (max-width: 768px){.tutorial-tooltip{max-width:calc(100vw - 32px)}.tutorial-tooltip-narration{font-size:14px}.tutorial-controls{width:calc(100vw - 32px);bottom:16px;right:16px;left:16px}.tutorial-start-badge{bottom:16px;right:16px;left:16px;text-align:center}.tutorial-key{padding:12px 18px;font-size:18px;min-width:45px}.tutorial-key-plus{font-size:20px}}
