.Chat-module-scss-module__RdAtza__page{background-color:#f8fafc;flex-direction:column;height:calc(100vh - 80px);min-height:500px;font-family:Outfit,Inter,sans-serif;display:flex}.Chat-module-scss-module__RdAtza__wrapper{background:#fff;border:1px solid #e2e8f0cc;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.Chat-module-scss-module__RdAtza__convSidebar{background:#fff;flex-direction:column;width:340px;min-width:340px;display:flex}.Chat-module-scss-module__RdAtza__convHeader{box-sizing:border-box;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;border-right:1px solid #0003;justify-content:space-between;align-items:center;height:72px;padding:0 20px;display:flex}.Chat-module-scss-module__RdAtza__convHeaderLeft{flex-direction:column;justify-content:center;display:flex}.Chat-module-scss-module__RdAtza__convTitle{color:#fff;letter-spacing:-.02em;font-size:17px;font-weight:700;line-height:1.2}.Chat-module-scss-module__RdAtza__unreadTotal{color:var(--primary-color,#0ea5e9);background:rgba(var(--primary-color,#0ea5e9), .15);border-radius:4px;width:fit-content;margin-top:3px;padding:1px 6px;font-size:10.5px;font-weight:600}.Chat-module-scss-module__RdAtza__newChatBtn{background:linear-gradient(90deg, var(--theme-color,#0ea5e9), var(--theme-color-hover,#14b8a6));color:var(--theme-color-text,#0f172a);cursor:pointer;box-shadow:0 4px 10px var(--theme-color-light,#facc1533);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:11.5px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.Chat-module-scss-module__RdAtza__newChatBtn:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 6px 14px #facc1559}.Chat-module-scss-module__RdAtza__newChatBtn:active{transform:translateY(0)scale(.98)}.Chat-module-scss-module__RdAtza__searchWrapper{background:#fff;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;padding:14px 16px;position:relative}.Chat-module-scss-module__RdAtza__searchWrapper svg{color:#94a3b8;pointer-events:none;transition:color .15s;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.Chat-module-scss-module__RdAtza__searchInput{width:100%;color:var(--text-primary,#0f172a);box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;outline:none;padding:10px 12px 10px 38px;font-family:inherit;font-size:13.5px;transition:all .2s}.Chat-module-scss-module__RdAtza__searchInput:focus{border-color:var(--primary-hover,#0284c7);box-shadow:0 0 0 3px rgba(var(--primary-color,#0ea5e9), .15);background:#fff}.Chat-module-scss-module__RdAtza__searchInput:focus+svg{color:var(--primary-hover,#0284c7)}.Chat-module-scss-module__RdAtza__searchInput::placeholder{color:#94a3b8}.Chat-module-scss-module__RdAtza__roomList{border-right:1px solid #f1f5f9;flex:1;padding:8px 0;overflow-y:auto}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar{width:5px}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-track{background:0 0}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.Chat-module-scss-module__RdAtza__roomList::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.Chat-module-scss-module__RdAtza__roomItem{cursor:pointer;border-bottom:1px solid #f1f5f980;border-left:4px solid #0000;align-items:center;gap:12px;padding:12px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__roomItem:hover{background:#f8fafc}.Chat-module-scss-module__RdAtza__roomItem:hover div[style*="display: inline-flex"]{transition:transform .2s;transform:scale(1.03)}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active{border-left-color:var(--primary-hover,#0284c7);background:#edf2f7;padding-left:20px;box-shadow:inset 0 2px 4px #00000008}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__roomName{color:#0f172a;font-weight:700}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__lastMsg{color:#1e293b;font-weight:500}.Chat-module-scss-module__RdAtza__roomItem.Chat-module-scss-module__RdAtza__active .Chat-module-scss-module__RdAtza__roomTime{color:var(--primary-hover,#0284c7);font-weight:600}.Chat-module-scss-module__RdAtza__roomInfo{flex:1;min-width:0}.Chat-module-scss-module__RdAtza__roomTopRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.Chat-module-scss-module__RdAtza__roomName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:600;transition:color .15s;overflow:hidden}.Chat-module-scss-module__RdAtza__roomTime{color:#94a3b8;flex-shrink:0;font-size:11px;font-weight:500}.Chat-module-scss-module__RdAtza__roomBottomRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__lastMsg{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;transition:color .15s;overflow:hidden}.Chat-module-scss-module__RdAtza__unreadBadge{background:linear-gradient(90deg, var(--theme-color,#0ea5e9), var(--theme-color-hover,#14b8a6));color:var(--theme-color-text,#0f172a);text-align:center;min-width:18px;box-shadow:0 2px 6px var(--theme-color-light,#facc154d);border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700;line-height:1.4}.Chat-module-scss-module__RdAtza__emptyRooms{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;padding:52px 24px;display:flex}.Chat-module-scss-module__RdAtza__emptyRoomsIcon{background:rgba(var(--primary-color,#0ea5e9), .08);border:1px solid rgba(var(--primary-color,#0ea5e9), .16);width:64px;height:64px;color:var(--primary-hover,#0284c7);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.Chat-module-scss-module__RdAtza__emptyRoomsTitle{color:#0f172a;margin:0;font-size:15px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyRoomsDesc{color:#64748b;max-width:250px;margin:0;font-size:13px;line-height:1.6}.Chat-module-scss-module__RdAtza__emptyNewBtn{background:linear-gradient(90deg, var(--theme-color,#0ea5e9), var(--theme-color-hover,#14b8a6));color:var(--theme-color-text,#0f172a);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:20px;align-items:center;gap:6px;margin-top:10px;padding:10px 20px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s;display:inline-flex}.Chat-module-scss-module__RdAtza__emptyNewBtn:hover{transform:translateY(-1.5px);box-shadow:0 6px 18px #facc1566}.Chat-module-scss-module__RdAtza__thread{background:#f8fafc;flex-direction:column;flex:1;min-width:0;display:flex}.Chat-module-scss-module__RdAtza__threadHeader{box-sizing:border-box;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:14px;height:72px;padding:0 20px;display:flex;box-shadow:0 2px 10px #0000000d}.Chat-module-scss-module__RdAtza__threadHeader span{border-color:#1f2735!important}.Chat-module-scss-module__RdAtza__backBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.Chat-module-scss-module__RdAtza__backBtn:hover{background:#ffffff26;transform:scale(1.05)}.Chat-module-scss-module__RdAtza__threadHeaderInfo{flex:1;min-width:0}.Chat-module-scss-module__RdAtza__threadName{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700;line-height:1.2;overflow:hidden}.Chat-module-scss-module__RdAtza__threadMeta{color:#ffffff80;align-items:center;gap:6px;margin-top:3px;font-size:12px;font-weight:500;display:flex}.Chat-module-scss-module__RdAtza__onlineDot{background:var(--status-success-text,#10b981);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__activePulse;display:inline-block}.Chat-module-scss-module__RdAtza__onlineDot.Chat-module-scss-module__RdAtza__offline{background:#d1d5db;animation:none}.Chat-module-scss-module__RdAtza__onlineDot.Chat-module-scss-module__RdAtza__online{background:var(--status-success-text,#10b981);animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__activePulse}@keyframes Chat-module-scss-module__RdAtza__activePulse{0%{box-shadow:0 0 0 0 rgba(var(--status-success-text,#10b981), .6)}70%{box-shadow:0 0 0 6px rgba(var(--status-success-text,#10b981), 0)}to{box-shadow:0 0 0 0 rgba(var(--status-success-text,#10b981), 0)}}.Chat-module-scss-module__RdAtza__messages{overflow-anchor:auto;background-color:#f8fafc;flex-direction:column;flex:1;gap:16px;padding:24px 32px;display:flex;overflow-y:auto}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar{width:5px}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-track{background:0 0}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.Chat-module-scss-module__RdAtza__messages::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.Chat-module-scss-module__RdAtza__emptyMessages{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__emptyMessages span{border-color:#f8fafc!important}.Chat-module-scss-module__RdAtza__emptyMessagesIcon{margin-bottom:8px;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__bounce}@keyframes Chat-module-scss-module__RdAtza__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Chat-module-scss-module__RdAtza__emptyMessagesTitle{color:#0f172a;margin:0;font-size:16px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyMessagesDesc{color:#64748b;margin:0;font-size:13.5px}.Chat-module-scss-module__RdAtza__dateDivider{align-items:center;gap:16px;margin:8px 0;display:flex}.Chat-module-scss-module__RdAtza__dateDivider span{color:#94a3b8;white-space:nowrap;letter-spacing:.8px;text-transform:uppercase;background:#edf2f7;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600}.Chat-module-scss-module__RdAtza__dateDivider:before,.Chat-module-scss-module__RdAtza__dateDivider:after{content:"";background:#e2e8f0;flex:1;height:1px}@keyframes Chat-module-scss-module__RdAtza__msgReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Chat-module-scss-module__RdAtza__msgRow{align-items:flex-end;gap:10px;margin-bottom:2px;display:flex}.Chat-module-scss-module__RdAtza__msgRow[data-new=true]{animation:.25s cubic-bezier(.16,1,.3,1) both Chat-module-scss-module__RdAtza__msgReveal}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own{flex-direction:row-reverse}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own .Chat-module-scss-module__RdAtza__bubble{color:#fff;background:linear-gradient(135deg,#1c212d 0%,#313d54 100%);border:1.5px solid #1e293b;border-radius:16px 16px 4px;box-shadow:0 4px 12px #1c212d1f}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__own .Chat-module-scss-module__RdAtza__msgTime{text-align:right}.Chat-module-scss-module__RdAtza__msgRow.Chat-module-scss-module__RdAtza__other .Chat-module-scss-module__RdAtza__bubble{color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #00000005}.Chat-module-scss-module__RdAtza__msgContent{flex-direction:column;max-width:65%;display:flex}.Chat-module-scss-module__RdAtza__senderName{color:#64748b;margin-bottom:4px;padding:0 4px;font-size:11px;font-weight:600}.Chat-module-scss-module__RdAtza__bubble{word-break:break-word;padding:10px 14px;font-family:inherit;font-size:13px;line-height:1.45}.Chat-module-scss-module__RdAtza__line{background:#eef2f6;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__msgTime{color:#94a3b8;margin-top:4px;padding:0 6px;font-size:10px;font-weight:500}.Chat-module-scss-module__RdAtza__inputArea{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:flex-end;gap:12px;padding:16px 24px;display:flex;box-shadow:0 -4px 20px #00000005}.Chat-module-scss-module__RdAtza__inputWrapper{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:24px;flex:1;transition:all .2s}.Chat-module-scss-module__RdAtza__inputWrapper:focus-within{border-color:var(--primary-hover,#0284c7);box-shadow:0 0 0 3px rgba(var(--primary-color,#0ea5e9), .15);background:#fff}.Chat-module-scss-module__RdAtza__msgInput{color:#0f172a;resize:none;box-sizing:border-box;background:0 0;border:none;border-radius:24px;outline:none;width:100%;min-height:44px;max-height:120px;padding:12px 20px;font-family:inherit;font-size:14px;line-height:1.45;display:block}.Chat-module-scss-module__RdAtza__msgInput::placeholder{color:#94a3b8}.Chat-module-scss-module__RdAtza__sendBtn{background:linear-gradient(90deg, var(--theme-color,#0ea5e9), var(--theme-color-hover,#14b8a6));width:44px;height:44px;color:var(--theme-color-text,#0f172a);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__sendBtn svg{transform:translate(1px,-.5px)}.Chat-module-scss-module__RdAtza__sendBtn:hover:not(:disabled){transform:scale(1.06)translateY(-1px);box-shadow:0 6px 18px #facc1566}.Chat-module-scss-module__RdAtza__sendBtn:active:not(:disabled){transform:scale(.95)}.Chat-module-scss-module__RdAtza__sendBtn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#f1f5f9}.Chat-module-scss-module__RdAtza__emptyThread{text-align:center;background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__emptyThreadIllustration{background:rgba(var(--primary-color,#0ea5e9), .08);border:1px solid rgba(var(--primary-color,#0ea5e9), .2);width:96px;height:96px;color:var(--primary-hover,#0284c7);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex;box-shadow:0 8px 16px #facc150d}.Chat-module-scss-module__RdAtza__emptyThreadTitle{color:#0f172a;margin:0;font-size:19px;font-weight:700}.Chat-module-scss-module__RdAtza__emptyThreadDesc{color:#64748b;max-width:300px;margin:0;font-size:14px;line-height:1.6}.Chat-module-scss-module__RdAtza__emptyStartBtn{background:linear-gradient(90deg, var(--theme-color,#0ea5e9), var(--theme-color-hover,#14b8a6));color:var(--theme-color-text,#0f172a);cursor:pointer;box-shadow:0 4px 12px var(--theme-color-light,#facc1540);border:none;border-radius:20px;align-items:center;gap:8px;margin-top:8px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.Chat-module-scss-module__RdAtza__emptyStartBtn:hover{transform:translateY(-1.5px);box-shadow:0 6px 18px #facc1566}@keyframes Chat-module-scss-module__RdAtza__shimmer{0%,to{opacity:1}50%{opacity:.4}}@keyframes Chat-module-scss-module__RdAtza__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Chat-module-scss-module__RdAtza__convSidebar{width:100%;min-width:100%}.Chat-module-scss-module__RdAtza__hideMobile{display:none!important}.Chat-module-scss-module__RdAtza__thread{display:none}.Chat-module-scss-module__RdAtza__mobileThreadView .Chat-module-scss-module__RdAtza__thread{width:100%;display:flex}.Chat-module-scss-module__RdAtza__mobileThreadView .Chat-module-scss-module__RdAtza__backBtn{display:flex}.Chat-module-scss-module__RdAtza__hideMobileThread{display:none!important}}.Chat-module-scss-module__RdAtza__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;justify-content:center;align-items:center;animation:.2s Chat-module-scss-module__RdAtza__fadeIn;display:flex;position:fixed;inset:0}@keyframes Chat-module-scss-module__RdAtza__fadeIn{0%{opacity:0}to{opacity:1}}.Chat-module-scss-module__RdAtza__modal{background:#fff;border:1px solid #e2e8f0cc;border-radius:18px;flex-direction:column;width:520px;max-width:95vw;max-height:86vh;animation:.25s cubic-bezier(.16,1,.3,1) Chat-module-scss-module__RdAtza__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}@keyframes Chat-module-scss-module__RdAtza__slideUp{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Chat-module-scss-module__RdAtza__modalHeader{background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:14px;height:72px;padding:0 24px;display:flex}.Chat-module-scss-module__RdAtza__modalHeaderIcon{background:rgba(var(--primary-color,#0ea5e9), .12);border:1px solid rgba(var(--primary-color,#0ea5e9), .2);width:38px;height:38px;color:var(--primary-color,#0ea5e9);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Chat-module-scss-module__RdAtza__modalHeaderLeft{flex-direction:column;flex:1;gap:2px;display:flex}.Chat-module-scss-module__RdAtza__modalTitle{color:#fff;margin:0;font-size:16px;font-weight:700}.Chat-module-scss-module__RdAtza__modalSubtitle{color:#ffffff73;margin:0;font-size:12px}.Chat-module-scss-module__RdAtza__modalClose{color:#ffffffa6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Chat-module-scss-module__RdAtza__modalClose:hover{color:#fff;background:#ffffff26}.Chat-module-scss-module__RdAtza__chipsRow{background:rgba(var(--primary-color,#0ea5e9), .03);border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;padding:12px 24px;display:flex}.Chat-module-scss-module__RdAtza__chipsLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:11px;font-weight:700}.Chat-module-scss-module__RdAtza__chipsList{flex-wrap:wrap;flex:1;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__chip{color:var(--primary-color,#0ea5e9);letter-spacing:.01em;background:#1c212d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px 4px 4px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 2px 4px #0000001a}.Chat-module-scss-module__RdAtza__chipRemove{color:#ffffffa6;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:all .12s;display:flex}.Chat-module-scss-module__RdAtza__chipRemove:hover{color:#fff;background:#ffffff40}.Chat-module-scss-module__RdAtza__clearAll{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;transition:color .12s}.Chat-module-scss-module__RdAtza__clearAll:hover{color:var(--status-error-text,#ef4444)}.Chat-module-scss-module__RdAtza__dropdownSelectorWrapper{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:16px 24px;display:flex;position:relative}.Chat-module-scss-module__RdAtza__dropdownSelector{color:#0f172a;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 18px;font-size:14px;transition:all .2s;display:flex}.Chat-module-scss-module__RdAtza__dropdownSelector:hover{background:#fff;border-color:#cbd5e1}.Chat-module-scss-module__RdAtza__dropdownSelector.Chat-module-scss-module__RdAtza__active{border-color:var(--primary-hover,#0284c7);box-shadow:0 0 0 3px rgba(var(--primary-color,#0ea5e9), .15);background:#fff}.Chat-module-scss-module__RdAtza__dropdownSelectorPlaceholder{color:#94a3b8;flex:1}.Chat-module-scss-module__RdAtza__dropdownSelectorIcon,.Chat-module-scss-module__RdAtza__dropdownSelectorArrow{color:#64748b}.Chat-module-scss-module__RdAtza__empList{flex:1;min-height:0;padding:6px 0;overflow-y:auto}.Chat-module-scss-module__RdAtza__empList::-webkit-scrollbar{width:4px}.Chat-module-scss-module__RdAtza__empList::-webkit-scrollbar-thumb{background:var(--border-primary,#e2e8f0);border-radius:10px}.Chat-module-scss-module__RdAtza__empListLoading{padding:8px 0}.Chat-module-scss-module__RdAtza__empSkeleton{align-items:center;gap:12px;padding:10px 20px;display:flex}.Chat-module-scss-module__RdAtza__empSkeletonAvatar{background:var(--bg-muted,#f1f5f9);border-radius:50%;flex-shrink:0;width:42px;height:42px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__empSkeletonText{flex-direction:column;flex:1;gap:7px;display:flex}.Chat-module-scss-module__RdAtza__empSkeletonLine{background:var(--bg-muted,#f1f5f9);border-radius:6px;height:10px;animation:1.5s ease-in-out infinite Chat-module-scss-module__RdAtza__shimmer}.Chat-module-scss-module__RdAtza__empListEmpty{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px 20px;display:flex}.Chat-module-scss-module__RdAtza__empListEmpty svg{color:#64748b66;margin-bottom:4px}.Chat-module-scss-module__RdAtza__empListEmpty p{max-width:320px;margin:0;font-size:13.5px;line-height:1.55}.Chat-module-scss-module__RdAtza__empItem{cursor:pointer;border-bottom:1px solid rgba(var(--sidebar-border,#e2e8f0), .5);align-items:center;gap:12px;padding:10px 20px;transition:background .1s;display:flex}.Chat-module-scss-module__RdAtza__empItem:last-child{border-bottom:none}.Chat-module-scss-module__RdAtza__empItem:hover{background:rgba(var(--primary-color,#0ea5e9), .04)}.Chat-module-scss-module__RdAtza__empItemSelected{background:rgba(var(--primary-color,#0ea5e9), .06)}.Chat-module-scss-module__RdAtza__empItemSelected .Chat-module-scss-module__RdAtza__empItemName{color:var(--bg-black,#0f172a);font-weight:700}.Chat-module-scss-module__RdAtza__empItemInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Chat-module-scss-module__RdAtza__empItemName{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;transition:all .1s;overflow:hidden}.Chat-module-scss-module__RdAtza__empItemSub{color:var(--text-secondary,#64748b);font-size:11.5px}.Chat-module-scss-module__RdAtza__empCheckbox{border:2px solid var(--border-primary,#e2e8f0);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__empCheckboxChecked{background:var(--bg-black,#0f172a);border-color:var(--bg-black,#0f172a);color:var(--primary-color,#0ea5e9);transform:scale(1.1)}.Chat-module-scss-module__RdAtza__loadMoreBtn{text-align:center;border:none;border-top:1px solid var(--sidebar-border,#e2e8f0);width:100%;color:var(--primary-hover,#0284c7);cursor:pointer;background:0 0;padding:12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .12s}.Chat-module-scss-module__RdAtza__loadMoreBtn:hover:not(:disabled){background:rgba(var(--primary-color,#0ea5e9), .05)}.Chat-module-scss-module__RdAtza__loadMoreBtn:disabled{color:var(--text-secondary,#64748b);cursor:default}.Chat-module-scss-module__RdAtza__modalFooter{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:16px 24px;display:flex}.Chat-module-scss-module__RdAtza__cancelBtn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s}.Chat-module-scss-module__RdAtza__cancelBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.Chat-module-scss-module__RdAtza__createBtn{color:var(--primary-color,#0ea5e9);cursor:pointer;background:linear-gradient(135deg,#1c212d 0%,#293245 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:11px 24px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #1c212d26}.Chat-module-scss-module__RdAtza__createBtn:hover:not(:disabled){background:linear-gradient(135deg,#242c3d 0%,#364259 100%);transform:translateY(-1px);box-shadow:0 6px 16px #1c212d40}.Chat-module-scss-module__RdAtza__createBtn:active:not(:disabled){transform:translateY(0)}.Chat-module-scss-module__RdAtza__createBtn:disabled{color:#94a3b8;box-shadow:none;cursor:not-allowed;background:#e2e8f0}.Chat-module-scss-module__RdAtza__spinnerDot{border:2px solid rgba(var(--primary-color,#0ea5e9), .3);border-top-color:var(--primary-color,#0ea5e9);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite Chat-module-scss-module__RdAtza__spin}.Chat-module-scss-module__RdAtza__callActions{align-items:center;gap:10px;display:flex}.Chat-module-scss-module__RdAtza__callBtn{color:#fffffff2;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__callBtn:hover{background:rgba(var(--primary-color,#0ea5e9), .15);border-color:rgba(var(--primary-color,#0ea5e9), .4);color:var(--primary-color,#0ea5e9);box-shadow:0 0 12px rgba(var(--primary-color,#0ea5e9), .25);transform:scale(1.08)}.Chat-module-scss-module__RdAtza__callBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callWindow{color:#fff;-webkit-user-select:none;user-select:none;background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;min-width:320px;min-height:240px;animation:.22s cubic-bezier(.16,1,.3,1) Chat-module-scss-module__RdAtza__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 60px -8px #0000008c,0 0 0 1px #ffffff0a}.Chat-module-scss-module__RdAtza__callWindowTitle{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom:1px solid #ffffff12;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;display:flex}.Chat-module-scss-module__RdAtza__callWindowTitleLeft{color:#ffffffd9;align-items:center;gap:7px;min-width:0;font-size:13px;font-weight:600;display:flex}.Chat-module-scss-module__RdAtza__callWindowTitleLeft svg{color:var(--primary-color,#0ea5e9);flex-shrink:0}.Chat-module-scss-module__RdAtza__callWindowTitleLeft span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Chat-module-scss-module__RdAtza__callWindowActiveBadge{color:#4ade80!important;letter-spacing:.02em!important;background:#22c55e26!important;border-radius:99px!important;flex-shrink:0!important;padding:2px 7px!important;font-size:10px!important;font-weight:700!important}.Chat-module-scss-module__RdAtza__callWindowControls{flex-shrink:0;align-items:center;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__callWindowIconBtn{color:#ffffffa6;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__callWindowIconBtn:hover{color:#fff;background:#ffffff2e}.Chat-module-scss-module__RdAtza__callWindowEndBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:flex}.Chat-module-scss-module__RdAtza__callWindowEndBtn:hover{background:#dc2626}.Chat-module-scss-module__RdAtza__callWindowBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Chat-module-scss-module__RdAtza__callWindowConnecting{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;padding:24px 20px;display:flex}.Chat-module-scss-module__RdAtza__resizeHandle{z-index:10000;position:absolute}.Chat-module-scss-module__RdAtza__resizeN{cursor:n-resize;height:6px;top:0;left:8px;right:8px}.Chat-module-scss-module__RdAtza__resizeS{cursor:s-resize;height:6px;bottom:0;left:8px;right:8px}.Chat-module-scss-module__RdAtza__resizeE{cursor:e-resize;width:6px;top:8px;bottom:8px;right:0}.Chat-module-scss-module__RdAtza__resizeW{cursor:w-resize;width:6px;top:8px;bottom:8px;left:0}.Chat-module-scss-module__RdAtza__resizeNE{cursor:ne-resize;width:14px;height:14px;top:0;right:0}.Chat-module-scss-module__RdAtza__resizeNW{cursor:nw-resize;width:14px;height:14px;top:0;left:0}.Chat-module-scss-module__RdAtza__resizeSE{cursor:se-resize;width:14px;height:14px;bottom:0;right:0}.Chat-module-scss-module__RdAtza__resizeSW{cursor:sw-resize;width:14px;height:14px;bottom:0;left:0}.Chat-module-scss-module__RdAtza__callOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;animation:.25s ease-out Chat-module-scss-module__RdAtza__fadeIn;display:flex;position:fixed;inset:0}.Chat-module-scss-module__RdAtza__callModal{color:#fff;text-align:center;background:#1e293b;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:480px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Chat-module-scss-module__RdAtza__callModal:before{content:"";background:radial-gradient(circle, rgba(var(--primary-color,#0ea5e9), .06) 0%, transparent 70%);pointer-events:none;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Chat-module-scss-module__RdAtza__callTitle{letter-spacing:-.01em;margin:0 0 8px;font-size:22px;font-weight:700}.Chat-module-scss-module__RdAtza__callSubtitle{color:#94a3b8;justify-content:center;align-items:center;gap:6px;margin:0 0 36px;font-size:14px;display:flex}.Chat-module-scss-module__RdAtza__callConnectionContainer{justify-content:center;align-items:center;gap:24px;width:100%;margin-bottom:48px;display:flex;position:relative}.Chat-module-scss-module__RdAtza__callUserNode{flex-direction:column;align-items:center;gap:12px;width:100px;display:flex}.Chat-module-scss-module__RdAtza__callAvatarRing{width:80px;height:80px;box-shadow:0 0 0 4px rgba(var(--primary-color,#0ea5e9), .2);background:#0f172a;border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite Chat-module-scss-module__RdAtza__pulseRing;display:flex;position:relative}@keyframes Chat-module-scss-module__RdAtza__pulseRing{0%{box-shadow:0 0 0 0 rgba(var(--primary-color,#0ea5e9), .4)}70%{box-shadow:0 0 0 16px rgba(var(--primary-color,#0ea5e9), 0)}to{box-shadow:0 0 0 0 rgba(var(--primary-color,#0ea5e9), 0)}}.Chat-module-scss-module__RdAtza__callUserName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:13.5px;font-weight:600;overflow:hidden}.Chat-module-scss-module__RdAtza__connectorSvg{flex:1;max-width:160px;overflow:visible}.Chat-module-scss-module__RdAtza__dashedLine{stroke:var(--primary-color,#0ea5e9);animation:1.5s linear infinite Chat-module-scss-module__RdAtza__dash}@keyframes Chat-module-scss-module__RdAtza__dash{to{stroke-dashoffset:-20px}}.Chat-module-scss-module__RdAtza__callEndBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;box-shadow:0 8px 20px #ef444466}.Chat-module-scss-module__RdAtza__callEndBtn:hover{background:#dc2626;transform:scale(1.08);box-shadow:0 10px 24px #ef44448c}.Chat-module-scss-module__RdAtza__callEndBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callAcceptBtn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;box-shadow:0 8px 20px #22c55e66}.Chat-module-scss-module__RdAtza__callAcceptBtn:hover{background:#16a34a;transform:scale(1.08);box-shadow:0 10px 24px #22c55e8c}.Chat-module-scss-module__RdAtza__callAcceptBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__callActionRow{gap:24px;margin-top:10px;display:flex}.Chat-module-scss-module__RdAtza__videoCallContainer{background:#0f172a;border-radius:0;flex:1;width:100%;min-height:180px;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #0009}.Chat-module-scss-module__RdAtza__remoteVideo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.Chat-module-scss-module__RdAtza__localVideo{object-fit:cover;z-index:10;background:#1e293b;border:2px solid #ffffff40;border-radius:12px;width:100px;height:130px;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0006}.Chat-module-scss-module__RdAtza__videoControlsOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#0f172aa6;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:16px;padding:8px 16px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px -5px #0006}.Chat-module-scss-module__RdAtza__controlBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__controlBtn:hover{background:#ffffff40;transform:scale(1.08)}.Chat-module-scss-module__RdAtza__controlBtn:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__controlBtn.Chat-module-scss-module__RdAtza__muted{color:#fff;background:#ef4444}.Chat-module-scss-module__RdAtza__controlBtn.Chat-module-scss-module__RdAtza__muted:hover{background:#dc2626}.Chat-module-scss-module__RdAtza__controlBtnEnd{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Chat-module-scss-module__RdAtza__controlBtnEnd:hover{background:#dc2626;transform:scale(1.08);box-shadow:0 0 12px #ef444480}.Chat-module-scss-module__RdAtza__controlBtnEnd:active{transform:scale(.95)}.Chat-module-scss-module__RdAtza__avatarWrapper{flex-shrink:0;display:inline-flex;position:relative}.Chat-module-scss-module__RdAtza__avatarInner{letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Outfit,Inter,sans-serif;font-weight:800;display:flex;overflow:hidden}.Chat-module-scss-module__RdAtza__avatarStatus{border:2px solid #fff;border-radius:50%;position:absolute;bottom:0;right:0}.Chat-module-scss-module__RdAtza__avatarStatus.Chat-module-scss-module__RdAtza__online{background-color:#10b981}.Chat-module-scss-module__RdAtza__avatarStatus.Chat-module-scss-module__RdAtza__offline{background-color:#d1d5db}.Chat-module-scss-module__RdAtza__groupNameField{padding:8px 20px 14px}.Chat-module-scss-module__RdAtza__groupNameLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.Chat-module-scss-module__RdAtza__groupNameInput{color:#1e293b;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.Chat-module-scss-module__RdAtza__groupNameInput:focus{border-color:var(--primary-hover,#0284c7)}.Chat-module-scss-module__RdAtza__callSubIcon{margin-right:4px}.Chat-module-scss-module__RdAtza__modalBody{flex-direction:column;gap:20px;max-height:400px;padding:24px;display:flex;overflow-y:auto}.Chat-module-scss-module__RdAtza__groupMembersHeader{justify-content:space-between;align-items:center;display:flex}.Chat-module-scss-module__RdAtza__groupMembersTitle{color:#334155;font-size:14px;font-weight:600}.Chat-module-scss-module__RdAtza__addMemberBtn{color:var(--primary-hover,#0284c7);background:var(--theme-color-light,#eab3081a);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.Chat-module-scss-module__RdAtza__addMemberBtn:hover{background:var(--theme-color-light,#eab3082e)}.Chat-module-scss-module__RdAtza__addMemberBtn:active{transform:scale(.98)}.Chat-module-scss-module__RdAtza__addMemberSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.Chat-module-scss-module__RdAtza__searchWrapper{margin-bottom:12px;position:relative}.Chat-module-scss-module__RdAtza__searchIcon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Chat-module-scss-module__RdAtza__searchInput{color:#1e293b;background:#fff;border:1px solid #cbd5e1;outline:none;width:100%;padding:8px 12px 8px 36px;font-size:13px;transition:border-color .15s,box-shadow .15s}.Chat-module-scss-module__RdAtza__searchInput:focus{border-color:var(--primary-hover,#0284c7);box-shadow:0 0 0 2px var(--theme-color-light,#eab30826)}.Chat-module-scss-module__RdAtza__membersList{flex-direction:column;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__memberItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.Chat-module-scss-module__RdAtza__memberLeft{align-items:center;gap:12px;display:flex}.Chat-module-scss-module__RdAtza__memberDetails{flex-direction:column;display:flex}.Chat-module-scss-module__RdAtza__memberNameWrapper{align-items:center;gap:6px;display:flex}.Chat-module-scss-module__RdAtza__memberName{color:#0f172a;font-size:13.5px;font-weight:600}.Chat-module-scss-module__RdAtza__adminBadge{color:#d97706;background:#eab30826;align-items:center;gap:3px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex}.Chat-module-scss-module__RdAtza__memberEmail{color:#64748b;font-size:11px}.Chat-module-scss-module__RdAtza__removeMemberBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px;transition:background .15s,color .15s,transform .1s;display:flex}.Chat-module-scss-module__RdAtza__removeMemberBtn:hover{background:#ef444414}.Chat-module-scss-module__RdAtza__removeMemberBtn:active{transform:scale(.92)}.Chat-module-scss-module__RdAtza__modalFooterEnd{justify-content:flex-end}.Chat-module-scss-module__RdAtza__loadingText{color:#64748b;font-size:13px}.Chat-module-scss-module__RdAtza__addIcon{color:var(--primary-hover,#0284c7)}.Chat-module-scss-module__RdAtza__groupNameEditWrapper{align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__groupNameEditInput{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;outline:none;padding:2px 6px;font-family:inherit;font-size:15px}.Chat-module-scss-module__RdAtza__groupNameEditInput:focus{border-color:var(--primary-hover,#0284c7)}.Chat-module-scss-module__RdAtza__renameCheckBtn{color:var(--primary-hover,#0284c7);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:transform .1s;display:flex}.Chat-module-scss-module__RdAtza__renameCheckBtn:active{transform:scale(.9)}.Chat-module-scss-module__RdAtza__groupNameDisplayWrapper{align-items:center;gap:8px;display:flex}.Chat-module-scss-module__RdAtza__renameEditBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:color .15s,transform .1s;display:flex}.Chat-module-scss-module__RdAtza__renameEditBtn:hover{color:#fff}.Chat-module-scss-module__RdAtza__renameEditBtn:active{transform:scale(.9)}.Chat-module-scss-module__RdAtza__permissionBanner{z-index:9999;color:#f8fafc;background:#1e293b;border-radius:10px;align-items:center;gap:12px;width:calc(100vw - 48px);max-width:480px;padding:12px 18px;font-size:13px;line-height:1.5;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.Chat-module-scss-module__RdAtza__permissionBannerClose{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;display:flex}.Chat-module-scss-module__RdAtza__permissionBannerClose:hover{color:#f8fafc}.Chat-module-scss-module__RdAtza__noAnimation{animation:none!important}.Chat-module-scss-module__RdAtza__callControlsRow{gap:16px;margin-top:12px;display:flex}.Chat-module-scss-module__RdAtza__translucentBg{background:#ffffff0d!important}.Chat-module-scss-module__RdAtza__avatarImg{object-fit:cover;width:100%;height:100%}.main-content:has(.chat-page-container){overflow:auto!important}.content-container:has(.chat-page-container){width:100%!important;max-width:none!important;height:100%!important;margin:0!important;padding:0!important}
.dropdown-menu{z-index:10000;border-radius:12px;flex-direction:column;margin-top:4px;padding:6px;animation:.2s ease-out slideDown;display:flex;position:absolute;top:100%;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;background-color:var(--bg-white,#fff)!important;color:var(--text-primary,#111827)!important;border:1.5px solid var(--border-primary,#e2e8f0)!important}.dropdown-menu .dropdown-list::-webkit-scrollbar{width:5px}.dropdown-menu .dropdown-list::-webkit-scrollbar-track{background:0 0}.dropdown-menu .dropdown-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px;transition:background .3s}.dropdown-menu .dropdown-list::-webkit-scrollbar-thumb:hover{background:#0003}.dropdown-menu .dropdown-list{scrollbar-width:thin;scrollbar-color:#0000001a #0000}.dropdown-menu .dropdown-item{cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:8px;margin-bottom:2px;padding:8px 12px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex;color:var(--text-primary,#111827)!important}.dropdown-menu .dropdown-item:hover{background:var(--theme-color-light,#0ea5e914)!important;color:var(--theme-color,#0ea5e9)!important}.dropdown-menu .dropdown-item.selected{font-weight:700;background:var(--theme-color-light,#0ea5e924)!important;color:var(--theme-color,#0ea5e9)!important}.dropdown-menu .dropdown-item:active{opacity:.8;background:var(--theme-color-light,#0ea5e924)!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.ImportEmployeeModal-module-scss-module__OnIIGW__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ImportEmployeeModal-module-scss-module__OnIIGW__overlayFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes ImportEmployeeModal-module-scss-module__OnIIGW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent{background:var(--bg-white,#fff);width:950px;max-width:92vw;height:650px;max-height:90vh;box-shadow:0 24px 60px #0003,0 0 0 1px var(--border-primary,#ffffff14);border-radius:20px;flex-direction:column;padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) ImportEmployeeModal-module-scss-module__OnIIGW__modalSlideIn;display:flex;position:relative}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header{border-bottom:1px solid var(--border-primary,#e2e8f0);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header h2{color:var(--text-primary,#1e293b);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample{color:var(--theme-color,#0084ff);cursor:pointer;background:var(--theme-color-light,#f0f7ff);border:1px solid #0084ff26;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample:hover{background:var(--theme-color,#0084ff);color:#fff}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample.ImportEmployeeModal-module-scss-module__OnIIGW__disabled{cursor:not-allowed;opacity:.7;background:var(--bg-soft,#f1f5f9)!important}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__header .ImportEmployeeModal-module-scss-module__OnIIGW__downloadSample .ImportEmployeeModal-module-scss-module__OnIIGW__spinner{border:2px solid #0000001a;border-top-color:var(--theme-color,#0084ff);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ImportEmployeeModal-module-scss-module__OnIIGW__spin;display:inline-block}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea{border:2px dashed var(--border-primary,#cbd5e1);cursor:pointer;background:var(--bg-soft,#f8fafc);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:64px 32px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea:hover{border-color:var(--theme-color,#0084ff);background:var(--bg-white,#fff);transform:translateY(-2px);box-shadow:0 8px 24px #0084ff14}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea .ImportEmployeeModal-module-scss-module__OnIIGW__icon{color:var(--theme-color,#0084ff);margin-bottom:16px}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea p{color:var(--text-muted,#64748b);text-align:center;margin:0;font-size:14px;line-height:1.5}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea p strong{color:var(--theme-color,#0084ff)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__uploadArea .ImportEmployeeModal-module-scss-module__OnIIGW__fileName{color:var(--text-primary,#1e293b);background:var(--theme-color-light,#e0f2fe);border:1px solid #0284c733;border-radius:20px;margin-top:14px;padding:5px 14px;font-size:13px;font-weight:600}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer{flex-direction:column;gap:8px;margin-top:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressLabel{color:var(--text-primary,#475569);justify-content:space-between;font-size:13px;font-weight:600;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarWrapper{background:var(--border-primary,#e2e8f0);border-radius:4px;width:100%;height:8px;overflow:hidden}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressContainer .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarWrapper .ImportEmployeeModal-module-scss-module__OnIIGW__progressBarFill{background:var(--theme-color,#0084ff);border-radius:4px;height:100%;transition:width .3s ease-out}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressBox{border:1px solid var(--border-primary,#e2e8f0);background:var(--bg-soft,#f8fafc);border-radius:14px;flex-direction:column;align-items:center;gap:20px;width:100%;padding:32px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__progressBox .ImportEmployeeModal-module-scss-module__OnIIGW__fileIndicator{color:var(--text-primary,#1e293b);background:var(--bg-white,#fff);border:1px solid var(--border-primary,#e2e8f0);border-radius:20px;align-items:center;gap:10px;padding:8px 16px;font-size:14px;font-weight:600;display:flex;box-shadow:0 1px 3px #0000000d}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper.ImportEmployeeModal-module-scss-module__OnIIGW__success{color:#10b981;background:#10b9811f}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__iconWrapper.ImportEmployeeModal-module-scss-module__OnIIGW__warning{color:#f59e0b;background:#f59e0b1f}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen h3{color:var(--text-primary,#1e293b);margin:0;font-size:18px;font-weight:700}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__resultSummary{color:var(--text-primary,#475569);background:var(--bg-soft,#f1f5f9);border:1px solid var(--border-primary,#e2e8f0);word-break:break-all;border-radius:8px;max-width:100%;margin:8px 0;padding:10px 20px;font-size:14px;font-weight:600}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__errorDownloadBtn{color:#b45309;cursor:pointer;background:#f59e0b1f;border:1px dashed #f59e0b;border-radius:8px;outline:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__resultScreen .ImportEmployeeModal-module-scss-module__OnIIGW__errorDownloadBtn:hover{background:#f59e0b38;transform:translateY(-1px)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer{border-bottom:2px solid var(--border-primary,#e2e8f0);flex-shrink:0;gap:24px;margin-bottom:24px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab{color:var(--text-muted,#64748b);cursor:pointer;background:0 0;border:none;outline:none;padding:8px 4px 12px;font-size:15px;font-weight:600;transition:all .2s;position:relative}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab:hover{color:var(--text-primary,#1e293b)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab.ImportEmployeeModal-module-scss-module__OnIIGW__active{color:var(--theme-color,#0084ff)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__tabsContainer .ImportEmployeeModal-module-scss-module__OnIIGW__tab.ImportEmployeeModal-module-scss-module__OnIIGW__active:after{content:"";background:var(--theme-color,#0084ff);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__bodyContainer{flex-direction:column;flex-grow:1;min-height:0;display:flex;overflow-y:auto}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer{border:1px solid var(--border-primary,#e2e8f0);background:var(--bg-white,#fff);border-radius:12px;flex-grow:1;width:100%;max-height:380px;margin-top:8px;overflow-y:auto}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable{border-collapse:collapse;text-align:left;width:100%}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable th{background:var(--bg-soft,#f8fafc);color:var(--text-primary,#475569);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border-primary,#e2e8f0);z-index:10;padding:12px 16px;font-size:13px;font-weight:700;position:sticky;top:0}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable td{color:var(--text-primary,#334155);border-bottom:1px solid var(--border-primary,#f1f5f9);vertical-align:middle;padding:14px 16px;font-size:13px}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable tr:last-child td{border-bottom:none}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__logsTableContainer .ImportEmployeeModal-module-scss-module__OnIIGW__logsTable tr:hover td{background-color:var(--bg-soft,#f8fafc)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__shortTaskId{background:var(--bg-soft,#f1f5f9);border:1px solid var(--border-primary,#e2e8f0);color:var(--text-muted,#475569);border-radius:6px;padding:4px 8px;font-family:monospace;font-size:12px;font-weight:500}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__downloadActionBtn{cursor:pointer;color:var(--theme-color,#0084ff);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:inline-flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__downloadActionBtn:hover{background:var(--theme-color-light,#f1f5f9)}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__emptyState{text-align:center;color:var(--text-muted,#94a3b8);flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:12px;padding:64px 32px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__emptyState span{font-size:14px;font-weight:500}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__loaderWrapper{flex-grow:1;justify-content:center;align-items:center;width:100%;padding:64px;display:flex}.ImportEmployeeModal-module-scss-module__OnIIGW__modalContent .ImportEmployeeModal-module-scss-module__OnIIGW__footer{border-top:1px solid var(--border-primary,#e2e8f0);justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}@keyframes ImportEmployeeModal-module-scss-module__OnIIGW__modalSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ImportEmployeeModal-module-scss-module__OnIIGW__spin{to{transform:rotate(360deg)}}
.HRDashboard-module-scss-module__z1w-IG__dashboardContainer{background-color:var(--bg-soft,#f8fafc);flex-direction:column;gap:16px;min-height:calc(100vh - 64px);padding:8px 0;font-family:Inter,sans-serif;display:flex}.HRDashboard-module-scss-module__z1w-IG__glass{background:var(--bg-white,#fff)!important;border:1px solid var(--border-primary,#cbd5e1)!important}.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(6,1fr);gap:16px;width:100%;display:grid}@media (max-width:1440px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.HRDashboard-module-scss-module__z1w-IG__overviewStatsGrid{grid-template-columns:1fr}}.HRDashboard-module-scss-module__z1w-IG__miniStatCard{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);cursor:pointer;border-radius:16px;flex-direction:column;gap:8px;padding:12px 16px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a05,0 8px 16px -4px #0f172a08}.HRDashboard-module-scss-module__z1w-IG__miniStatCard:hover{border-color:#0ea5e966;transform:translateY(-2px);box-shadow:0 8px 20px -4px #0ea5e91f}.HRDashboard-module-scss-module__z1w-IG__miniStatCard:hover .HRDashboard-module-scss-module__z1w-IG__viewLink{color:#0ea5e9;opacity:1}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardTitle{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.06em;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent{align-items:center;gap:10px;margin:2px 0;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__iconBox{background:var(--icon-bg);width:32px;height:32px;color:var(--icon-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .25s;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue{align-items:center;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue h3{color:var(--text-primary,#0f172a);letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800;line-height:1}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill{border-radius:20px;align-items:center;gap:3px;padding:2px 6px;font-size:9px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill.HRDashboard-module-scss-module__z1w-IG__up{color:#166534;background:#f0fdf4}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__cardContent .HRDashboard-module-scss-module__z1w-IG__cardValue .HRDashboard-module-scss-module__z1w-IG__trendPill.HRDashboard-module-scss-module__z1w-IG__down{color:#991b1b;background:#fef2f2}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow{border-top:1px solid #00000005;justify-content:space-between;align-items:center;padding-top:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__subText{color:var(--text-muted,#64748b);margin:0;font-size:10.5px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__viewLink{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:9.5px;font-weight:700;transition:all .2s}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini{align-items:center;display:flex}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini img{border:1.5px solid var(--bg-white,#fff);border-radius:50%;width:18px;height:18px;margin-left:-6px}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini img:first-child{margin-left:0}.HRDashboard-module-scss-module__z1w-IG__miniStatCard .HRDashboard-module-scss-module__z1w-IG__bottomRow .HRDashboard-module-scss-module__z1w-IG__aStackMini .HRDashboard-module-scss-module__z1w-IG__aPlusMini{background:var(--bg-soft,#f8fafc);width:18px;height:18px;color:var(--text-muted,#475569);border:1.5px solid var(--bg-white,#fff);border-radius:50%;justify-content:center;align-items:center;margin-left:-6px;font-size:8px;font-weight:700;display:flex}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent{align-items:flex-start;gap:16px;width:100%;display:flex}@media (max-width:1200px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent{flex-direction:column;align-items:stretch}}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__leftMainContent{flex-direction:column;flex:2.2;gap:16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__twoColumnGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:768px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__twoColumnGrid{grid-template-columns:1fr}}.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__rightSidebar{flex-direction:column;flex:1;gap:16px;min-width:320px;display:flex}@media (max-width:1200px){.HRDashboard-module-scss-module__z1w-IG__mainDashboardContent .HRDashboard-module-scss-module__z1w-IG__rightSidebar{min-width:100%}}.HRDashboard-module-scss-module__z1w-IG__wideCard{width:100%}.HRDashboard-module-scss-module__z1w-IG__card{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);border-radius:16px;flex-direction:column;padding:20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 3px #0f172a05,0 8px 24px -4px #0f172a08}.HRDashboard-module-scss-module__z1w-IG__card:hover{border-color:rgba(var(--primary-color,#0ea5e9), .3);box-shadow:0 16px 32px -10px #0f172a0f,0 0 0 1px rgba(var(--primary-color,#0ea5e9), .05);transform:translateY(-2px)}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader{border-bottom:1px solid var(--border-primary,#cbd5e1);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader h3{color:var(--text-muted,#475569);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:750}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__actionBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;height:28px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;color:#1f6f64!important;background:#fff!important;border:1px solid #1f6f64!important;border-radius:5px!important;padding:4px 12px!important;font-size:10.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__actionBtn:hover{box-shadow:0 2px 8px #1f6f641a;background:#1f6f640d!important}.HRDashboard-module-scss-module__z1w-IG__card .HRDashboard-module-scss-module__z1w-IG__cardHeader .HRDashboard-module-scss-module__z1w-IG__staticBadge{cursor:default;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;height:28px;display:flex;border:1px solid var(--border-primary,#cbd5e1)!important;color:var(--text-muted,#475569)!important;background:#f8fafc!important;border-radius:5px!important;padding:4px 12px!important;font-size:10.5px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem{border:1px solid var(--border-primary,#cbd5e1);background:var(--bg-white,#fff);border-radius:8px;margin-bottom:10px;padding:13px 14px;transition:border-color .18s,box-shadow .18s}.HRDashboard-module-scss-module__z1w-IG__approvalItem:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__approvalItem:hover{border-color:var(--border-primary,#cbd5e1);box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader{align-items:center;gap:11px;margin-bottom:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__deptBadge{color:#0284c7;white-space:nowrap;background:#e0f2fe;border:1px solid #0284c726;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__nameBadgeRow .HRDashboard-module-scss-module__z1w-IG__typeBadge{background-color:var(--badge-bg,#00a2ed);color:var(--badge-color,#fff);border:1px solid var(--badge-border,transparent);white-space:nowrap;border-radius:8px;padding:3.5px 10px;font-size:11px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__metaRow{align-items:center;gap:10px;margin-top:3px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__requesterInfo .HRDashboard-module-scss-module__z1w-IG__metaRow .HRDashboard-module-scss-module__z1w-IG__metaItem{color:var(--text-muted,#64748b);align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions{flex-shrink:0;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__approveTextBtn{transition:all .2s;color:#16a34a!important;background:#e6f4ea!important;border:1px solid #34a85366!important;border-radius:9px!important;height:36px!important;padding:0 16px!important;font-size:12px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__approveTextBtn:hover{color:#fff!important;background:#16a34a!important;border-color:#16a34a!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__declineTextBtn{transition:all .2s;color:#dc2626!important;background:#fef2f2!important;border:1px solid #ef444466!important;border-radius:9px!important;height:36px!important;padding:0 16px!important;font-size:12px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__itemHeader .HRDashboard-module-scss-module__z1w-IG__itemActions .HRDashboard-module-scss-module__z1w-IG__declineTextBtn:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock{background:var(--bg-soft,#f8fafc);border-radius:6px;padding:7px 11px;font-size:11.5px;line-height:1.45}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock .HRDashboard-module-scss-module__z1w-IG__reasonLabel{color:var(--text-muted,#64748b);font-weight:600}.HRDashboard-module-scss-module__z1w-IG__approvalItem .HRDashboard-module-scss-module__z1w-IG__reasonBlock .HRDashboard-module-scss-module__z1w-IG__reasonText{color:var(--text-muted,#475569);font-weight:500}.HRDashboard-module-scss-module__z1w-IG__trendSummary{background:var(--bg-soft,#f8fafc);border:1px solid var(--border-primary,#cbd5e1);border-radius:8px;align-items:center;gap:14px;margin-bottom:12px;padding:8px 12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem{flex-direction:column;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem .HRDashboard-module-scss-module__z1w-IG__val{color:var(--text-primary,#0f172a);letter-spacing:-.04em;font-size:20px;font-weight:800;line-height:1}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__sumItem .HRDashboard-module-scss-module__z1w-IG__lbl{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:9.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__divider{background:var(--border-primary,#cbd5e1);flex-shrink:0;width:1px;height:32px}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend{flex-direction:column;gap:4px;margin-left:auto;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend .HRDashboard-module-scss-module__z1w-IG__leg{color:var(--text-muted,#64748b);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.HRDashboard-module-scss-module__z1w-IG__trendSummary .HRDashboard-module-scss-module__z1w-IG__legend .HRDashboard-module-scss-module__z1w-IG__leg .HRDashboard-module-scss-module__z1w-IG__dot{border-radius:2px;flex-shrink:0;width:7px;height:7px}.HRDashboard-module-scss-module__z1w-IG__chartArea{height:200px}.HRDashboard-module-scss-module__z1w-IG__distSplit{align-items:center;gap:16px;padding:4px 0 12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf{flex-shrink:0;width:110px;height:110px;position:relative}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter span{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;font-size:8.5px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__chartHalf .HRDashboard-module-scss-module__z1w-IG__chartCenter strong{color:var(--text-primary,#0f172a);letter-spacing:-.02em;font-size:17px;font-weight:900}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf{flex-direction:column;flex:1;gap:6px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem{background:var(--bg-soft,#f8fafc);border:1px solid var(--border-primary,#cbd5e1);border-radius:8px;justify-content:space-between;align-items:center;padding:7px 10px;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__labelRow{color:var(--text-muted,#475569);align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__labelRow .HRDashboard-module-scss-module__z1w-IG__dot{background:var(--dot-color);border-radius:50%;width:6px;height:6px}.HRDashboard-module-scss-module__z1w-IG__distSplit .HRDashboard-module-scss-module__z1w-IG__legendHalf .HRDashboard-module-scss-module__z1w-IG__legItem .HRDashboard-module-scss-module__z1w-IG__count{color:var(--text-primary,#0f172a);font-size:12px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__statusFooter{border-top:1px solid var(--border-primary,#cbd5e1);gap:8px;margin-top:8px;padding-top:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem{background:var(--bg-soft,#f8fafc);border:1px solid var(--border-primary,#cbd5e1);border-radius:8px;flex:1;padding:9px 10px}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem span{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.4px;margin-bottom:2px;font-size:9px;font-weight:800;display:block}.HRDashboard-module-scss-module__z1w-IG__statusFooter .HRDashboard-module-scss-module__z1w-IG__fItem strong{color:var(--text-primary,#0f172a);letter-spacing:-.02em;font-size:16px;font-weight:900}.HRDashboard-module-scss-module__z1w-IG__frequentLateContainer{width:100%}.HRDashboard-module-scss-module__z1w-IG__frequentLateGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (max-width:640px){.HRDashboard-module-scss-module__z1w-IG__frequentLateGrid{grid-template-columns:1fr}}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem{background:var(--bg-soft,#f8fafc);border:1px solid var(--border-primary,#cbd5e1);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem:hover{background:#fff;border-color:#f43f5e66;transform:translateY(-1px);box-shadow:0 4px 12px #f43f5e14}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem .HRDashboard-module-scss-module__z1w-IG__itemMain{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13.5px;font-weight:700;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#64748b);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11.5px;font-weight:500;display:block;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem .HRDashboard-module-scss-module__z1w-IG__itemMeta{flex-shrink:0}.HRDashboard-module-scss-module__z1w-IG__frequentLateCardItem .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__lateCaseBadge{white-space:nowrap;letter-spacing:.02em;border-radius:8px;padding:4px 12px;font-size:11px;font-weight:700;color:#fff!important;background:#f97316!important;border:none!important}.HRDashboard-module-scss-module__z1w-IG__celebrationsTwoRowsContainer{flex-direction:column;gap:18px;padding-top:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__celebrationRowSection{flex-direction:column;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader{justify-content:space-between;align-items:center;padding:0 2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__subHeaderTitle{align-items:center;gap:7px;display:flex}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__subHeaderTitle .HRDashboard-module-scss-module__z1w-IG__rowDotIndicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__subHeaderTitle h4{color:var(--text-primary,#0f172a);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11.5px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__subHeaderTitle .HRDashboard-module-scss-module__z1w-IG__rowBadgeCount{color:#d97706;background:#fef3c7;border:1px solid #d9770640;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__subHeaderTitle .HRDashboard-module-scss-module__z1w-IG__rowBadgeCountBlue{color:#0284c7;background:#0284c71a;border:1px solid #0284c733;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__rowCarouselNav{align-items:center;gap:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__rowCarouselNav .HRDashboard-module-scss-module__z1w-IG__miniNavBtn{border:1px solid var(--border-primary,#cbd5e1);background:var(--bg-white,#fff);width:24px;height:24px;color:var(--text-primary,#0f172a);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__rowCarouselNav .HRDashboard-module-scss-module__z1w-IG__miniNavBtn:hover{background:var(--theme-color-light,#0ea5e91a);border-color:var(--theme-color,#0ea5e9);color:var(--theme-color,#0ea5e9)}.HRDashboard-module-scss-module__z1w-IG__rowSubHeader .HRDashboard-module-scss-module__z1w-IG__rowCarouselNav .HRDashboard-module-scss-module__z1w-IG__miniNavCounter{color:var(--text-muted,#64748b);padding:0 3px;font-size:10.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__emptyRowNote{background:var(--bg-soft,#f8fafc);border:1px dashed var(--border-primary,#cbd5e1);text-align:center;border-radius:12px;padding:12px}.HRDashboard-module-scss-module__z1w-IG__emptyRowNote p{color:var(--text-muted,#64748b);margin:0;font-size:11.5px;font-weight:500}.HRDashboard-module-scss-module__z1w-IG__headerTitleGroup{align-items:center;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__carouselCardContainer{flex-direction:column;gap:12px;padding:4px 0 0;display:flex}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem{border:1px solid var(--border-primary,#cbd5e1);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-radius:16px;flex-direction:column;gap:14px;padding:18px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px -4px #0000000a}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem.HRDashboard-module-scss-module__z1w-IG__isTodayCard{background:linear-gradient(135deg,#fff 40%,#fef3c759 100%);border-color:#f59e0b59;box-shadow:0 6px 20px -4px #f59e0b24}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardTopBar{justify-content:space-between;align-items:center;display:flex}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardTopBar .HRDashboard-module-scss-module__z1w-IG__categoryBadge{text-transform:none;letter-spacing:normal;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;color:#0284c7!important;background:#e0f2fe!important;border:1px solid #bae6fd!important}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardTopBar .HRDashboard-module-scss-module__z1w-IG__categoryBadge.HRDashboard-module-scss-module__z1w-IG__todayBadge{color:#d97706!important;background:#fef3c7!important;border:1px solid #fde68a!important}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardTopBar .HRDashboard-module-scss-module__z1w-IG__eventTypePill{border-radius:6px;padding:3px 9px;font-size:11px;font-weight:700;color:#475569!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__celebrantProfileGroup{align-items:center;gap:14px;display:flex}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__celebrantProfileGroup .HRDashboard-module-scss-module__z1w-IG__avatarWrapper{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);border-radius:50%;flex-shrink:0;padding:2.5px;position:relative;box-shadow:0 4px 12px #0ea5e933}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__celebrantProfileGroup .HRDashboard-module-scss-module__z1w-IG__celebrantInfo{flex-direction:column;gap:3px;min-width:0;display:flex}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__celebrantProfileGroup .HRDashboard-module-scss-module__z1w-IG__celebrantInfo .HRDashboard-module-scss-module__z1w-IG__celebrantName{color:var(--text-primary,#0f172a);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15.5px;font-weight:800;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__celebrantProfileGroup .HRDashboard-module-scss-module__z1w-IG__celebrantInfo .HRDashboard-module-scss-module__z1w-IG__celebrantRole{color:var(--text-muted,#64748b);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:500;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow{width:100%}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:38px;font-size:12.5px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #0ea5e940}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px);box-shadow:0 6px 18px #0ea5e959}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn:disabled,.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn.HRDashboard-module-scss-module__z1w-IG__wishedBtn{color:#64748b!important;cursor:not-allowed!important;box-shadow:none!important;background:#e2e8f0!important;transform:none!important}.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn:disabled:hover,.HRDashboard-module-scss-module__z1w-IG__celebrationCardItem .HRDashboard-module-scss-module__z1w-IG__cardActionRow .HRDashboard-module-scss-module__z1w-IG__sendWishPrimaryBtn.HRDashboard-module-scss-module__z1w-IG__wishedBtn:hover{box-shadow:none!important;background:#e2e8f0!important;transform:none!important}.HRDashboard-module-scss-module__z1w-IG__carouselDotsRow{justify-content:center;align-items:center;gap:6px;padding-top:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__carouselDotsRow .HRDashboard-module-scss-module__z1w-IG__carouselDot{background:var(--border-primary,#cbd5e1);cursor:pointer;border-radius:50%;width:7px;height:7px;transition:all .2s}.HRDashboard-module-scss-module__z1w-IG__carouselDotsRow .HRDashboard-module-scss-module__z1w-IG__carouselDot.HRDashboard-module-scss-module__z1w-IG__activeDot{background:var(--theme-color,#0ea5e9);border-radius:10px;width:20px}.HRDashboard-module-scss-module__z1w-IG__sectionTitle{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.05em;margin:14px 0 8px 2px;font-size:11px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__birthdayItem{border:1px solid var(--border-primary,#cbd5e1);background:var(--bg-white,#fff);cursor:pointer;border-radius:12px;align-items:center;gap:14px;margin-bottom:10px;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.HRDashboard-module-scss-module__z1w-IG__birthdayItem:hover{background:var(--bg-soft,#f8fafc);border-color:var(--theme-color,#0ea5e9);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.HRDashboard-module-scss-module__z1w-IG__birthdayItem:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta{align-items:center;gap:6px;margin-top:3px;display:flex}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#64748b);font-size:12px;font-weight:500}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemDivider{color:var(--border-primary,#cbd5e1);font-size:12px}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__itemDate{color:var(--theme-color,#0ea5e9);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn,.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight{white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;transition:all .2s;display:flex;background:var(--theme-color-light,#0ea5e91f)!important;border:1px solid var(--border-primary,#0ea5e940)!important;color:var(--theme-color,#0ea5e9)!important;border-radius:8px!important;height:34px!important;padding:0 16px!important;font-size:12px!important;font-weight:700!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtn:hover,.HRDashboard-module-scss-module__z1w-IG__birthdayItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight:hover{box-shadow:0 4px 10px #0ea5e940;background:var(--theme-color,#0ea5e9)!important;color:#fff!important;border-color:var(--theme-color,#0ea5e9)!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem{background:var(--theme-color-light,#0ea5e914);border:1.5px solid var(--theme-color,#0ea5e9)}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a)}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#64748b)}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemDate{color:var(--theme-color,#0ea5e9);font-weight:800}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__itemDivider{color:var(--border-primary,#cbd5e1)}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight{background:var(--theme-color,#0ea5e9)!important;color:#fff!important;border:none!important}.HRDashboard-module-scss-module__z1w-IG__birthdayItem.HRDashboard-module-scss-module__z1w-IG__highlightedItem .HRDashboard-module-scss-module__z1w-IG__sendBtnHighlight:hover{opacity:.9;box-shadow:0 4px 12px #0ea5e94d}.HRDashboard-module-scss-module__z1w-IG__clockInRow{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);border-radius:8px;flex-direction:column;margin-bottom:8px;transition:all .22s;display:flex;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__clockInRow:last-child{margin-bottom:0}.HRDashboard-module-scss-module__z1w-IG__clockInRow:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0f172a0d}.HRDashboard-module-scss-module__z1w-IG__clockInRow.HRDashboard-module-scss-module__z1w-IG__expanded{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61f}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow{cursor:pointer;align-items:center;gap:14px;width:100%;padding:12px 16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin:0;font-size:13.5px;font-weight:700;overflow:hidden}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#64748b);font-size:11px;font-weight:500}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateLabel{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateVal{color:#ef4444;align-items:center;gap:4px;font-size:11.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__lateTag{background:rgba(var(--primary-color,#0ea5e9), .12);color:var(--status-pending-text,#92400e);border:1px solid rgba(var(--primary-color,#0ea5e9), .3);text-transform:uppercase;letter-spacing:.6px;border-radius:5px;align-items:center;gap:4px;padding:2.5px 8px;font-size:9.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__statusBadge{color:#0ea5e9;letter-spacing:.2px;background:#0ea5e914;border:1px solid #0ea5e933;border-radius:6px;align-items:center;gap:6px;padding:3.5px 10px;font-size:11.5px;font-weight:800;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__mainRow .HRDashboard-module-scss-module__z1w-IG__itemStatus .HRDashboard-module-scss-module__z1w-IG__statusBadge:before{content:"";background:#0ea5e9;border-radius:50%;width:5px;height:5px;box-shadow:0 0 4px #0ea5e966}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail{background:var(--bg-soft,#f8fafc);border-top:1px solid var(--border-primary,#cbd5e1);justify-content:space-around;align-items:center;padding:12px 16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem{flex-direction:column;align-items:center;gap:4px;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label:before{content:"";border-radius:50%;width:7px;height:7px}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__clockIn:before{background:#0ea5e9}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__clockOut:before{background:#ef4444}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__label.HRDashboard-module-scss-module__z1w-IG__production:before{background:var(--primary-color,#0ea5e9)}.HRDashboard-module-scss-module__z1w-IG__clockInRow .HRDashboard-module-scss-module__z1w-IG__expandedDetail .HRDashboard-module-scss-module__z1w-IG__detailItem .HRDashboard-module-scss-module__z1w-IG__timeValue{color:var(--text-primary,#0f172a);letter-spacing:-.01em;font-size:15px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__lateArrivalsGrid{grid-template-columns:1fr;gap:8px;display:grid}.HRDashboard-module-scss-module__z1w-IG__sectionHeader{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.7px;margin:14px 0 8px 2px;font-size:10.5px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__footerButton{width:100%;height:38px;margin-top:12px;transition:all .18s;background:var(--bg-black,#0f172a)!important;border:1px solid var(--bg-black,#0f172a)!important;color:var(--primary-color,#0ea5e9)!important;border-radius:8px!important;font-size:12.5px!important;font-weight:600!important}.HRDashboard-module-scss-module__z1w-IG__footerButton:hover{background:var(--sidebar-bg-active,#f0f9ff)!important;border-color:var(--sidebar-bg-active,#f0f9ff)!important}.HRDashboard-module-scss-module__z1w-IG__utilityBtn{letter-spacing:.4px;height:28px;transition:all .2s;color:#1f6f64!important;background:#fff!important;border:1px solid #1f6f64!important;align-items:center!important;gap:8px!important;padding:0 16px!important;font-size:11px!important;font-weight:700!important;display:flex!important}.HRDashboard-module-scss-module__z1w-IG__utilityBtn:hover{box-shadow:0 2px 8px #1f6f641a;background:#1f6f640d!important}.HRDashboard-module-scss-module__z1w-IG__container{flex-direction:column;gap:20px;display:flex}.HRDashboard-module-scss-module__z1w-IG__header{flex-direction:column;align-items:flex-start;gap:12px;display:flex}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__header{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title h1{margin-bottom:4px}.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title p{color:var(--text-muted,#475569);margin:0;font-size:13px}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__header .HRDashboard-module-scss-module__z1w-IG__title p{font-size:14px}}.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:576px){.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HRDashboard-module-scss-module__z1w-IG__statsGrid{grid-template-columns:repeat(4,1fr)}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer{background:var(--bg-white,#fff);-webkit-overflow-scrolling:touch;white-space:nowrap;border:1px solid var(--border-primary,#cbd5e1);border-radius:12px;gap:8px;width:100%;max-width:fit-content;margin-bottom:4px;padding:6px;display:flex;overflow-x:auto;box-shadow:0 1px 2px #0000000a}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__tabsContainer{width:fit-content;overflow-x:visible}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer::-webkit-scrollbar{display:none}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab{color:var(--text-muted,#475569);cursor:pointer;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}@media (min-width:768px){.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab{font-size:14px}}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab:hover{color:#0ea5e9;background:#0ea5e90d}.HRDashboard-module-scss-module__z1w-IG__tabsContainer .HRDashboard-module-scss-module__z1w-IG__tab.HRDashboard-module-scss-module__z1w-IG__active{color:#fff;background:#0ea5e9;box-shadow:0 2px 8px #0ea5e933}.HRDashboard-module-scss-module__z1w-IG__approvalList{flex-direction:column;gap:16px;display:flex}.HRDashboard-module-scss-module__z1w-IG__sectionTitle{color:var(--text-primary,#0f172a);margin-bottom:12px;font-size:16px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__emptyState{text-align:center;color:var(--text-muted,#64748b);background:var(--bg-white,#fff);border:1px dashed var(--border-primary,#cbd5e1);border-radius:12px;padding:40px}.HRDashboard-module-scss-module__z1w-IG__paginationWrapper{border-top:1px solid var(--border-primary,#cbd5e1);margin-top:20px;padding-top:20px;padding-bottom:20px}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);border-radius:12px;flex-direction:column;gap:16px;margin:12px 0;padding:16px;display:flex;box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser{align-items:center;gap:12px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo{flex:1}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo .HRDashboard-module-scss-module__z1w-IG__userName{color:var(--text-primary,#0f172a);letter-spacing:-.01em;text-align:left;margin:0;font-size:16px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryUser .HRDashboard-module-scss-module__z1w-IG__userInfo .HRDashboard-module-scss-module__z1w-IG__userRole{color:var(--text-muted,#64748b);text-align:left;font-size:12px;font-weight:500;display:block}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid{border-top:1px solid var(--border-primary,#cbd5e1);grid-template-columns:repeat(2,1fr);gap:16px;padding-top:12px;display:grid}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem{text-align:left;flex-direction:column;gap:2px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem label{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryGrid .HRDashboard-module-scss-module__z1w-IG__summaryItem strong{color:var(--text-primary,#0f172a);font-size:14px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason{text-align:left;flex-direction:column;gap:8px;display:flex}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason label{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__modalSummaryCard .HRDashboard-module-scss-module__z1w-IG__summaryReason .HRDashboard-module-scss-module__z1w-IG__reasonText{background:var(--bg-soft,#f8fafc);color:var(--text-muted,#475569);border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;line-height:1.5}.HRDashboard-module-scss-module__z1w-IG__emptyState{text-align:center;color:var(--text-muted,#64748b);background:var(--bg-soft,#f8fafc);border:1px dashed var(--border-primary,#cbd5e1);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:10px 0;padding:40px 20px;display:flex}.HRDashboard-module-scss-module__z1w-IG__emptyState svg{color:var(--border-primary,#cbd5e1);font-size:24px}.HRDashboard-module-scss-module__z1w-IG__emptyState p{color:var(--text-muted,#475569);letter-spacing:-.01em;margin:0;font-size:13px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__emptySubText{color:var(--text-muted,#64748b);text-align:center;border:1px dashed var(--border-primary,#cbd5e1);background:rgba(var(--bg-soft,#f8fafc), .5);letter-spacing:.3px;text-transform:uppercase;border-radius:8px;margin:8px 0;padding:16px;font-size:11px;font-weight:600}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow{background:var(--bg-white,#fff);border:1px solid var(--border-primary,#cbd5e1);border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:10px 14px;transition:all .2s;display:flex}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow:hover{border-color:var(--border-primary,#cbd5e1);transform:translate(4px);box-shadow:0 1px 2px #0000000a}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain{flex:1;min-width:0}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemName{color:var(--text-primary,#0f172a);margin:0;font-size:13.5px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMain .HRDashboard-module-scss-module__z1w-IG__itemSub{color:var(--text-muted,#64748b);margin-top:1px;font-size:11px;display:block}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta{text-align:right;flex-direction:column;display:flex}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__dateLabel{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__dateValue{color:#0ea5e9;font-size:11px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__newJoineeRow .HRDashboard-module-scss-module__z1w-IG__itemMeta .HRDashboard-module-scss-module__z1w-IG__lateCaseValue{color:#ef4444;font-size:11px;font-weight:800}.HRDashboard-module-scss-module__z1w-IG__operationalList{flex-direction:column;gap:4px;max-height:480px;padding:4px 2px;display:flex;overflow:hidden auto}.HRDashboard-module-scss-module__z1w-IG__operationalList::-webkit-scrollbar{width:4px}.HRDashboard-module-scss-module__z1w-IG__operationalList::-webkit-scrollbar-thumb{background:var(--border-primary,#cbd5e1);border-radius:4px}
.forgotPassword-module-scss-module__6PPy3G__formInnerCard{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;padding:40px 36px;box-shadow:0 20px 40px -15px #0f172a12,0 10px 20px -5px #0ea5e90d,inset 0 0 0 1px #fffc}@media (max-width:480px){.forgotPassword-module-scss-module__6PPy3G__formInnerCard{border-radius:16px;padding:28px 20px}}.forgotPassword-module-scss-module__6PPy3G__logoBadge{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;align-items:center;gap:10px;margin-bottom:22px;padding:6px 14px;display:inline-flex}.forgotPassword-module-scss-module__6PPy3G__logoBadge .forgotPassword-module-scss-module__6PPy3G__companyLogoImg{object-fit:contain;border-radius:4px;flex-shrink:0;width:24px;height:24px}.forgotPassword-module-scss-module__6PPy3G__logoBadge .forgotPassword-module-scss-module__6PPy3G__logo_icon{color:#0ea5e9;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.forgotPassword-module-scss-module__6PPy3G__logoBadge .forgotPassword-module-scss-module__6PPy3G__logo_text{color:#0f172a;letter-spacing:-.3px;text-transform:capitalize;font-size:16px;font-weight:800}.forgotPassword-module-scss-module__6PPy3G__header_section{text-align:left;margin-bottom:20px}.forgotPassword-module-scss-module__6PPy3G__title{color:#0f172a;letter-spacing:-.5px;margin-bottom:6px;font-size:26px;font-weight:800}.forgotPassword-module-scss-module__6PPy3G__subtitle{color:#64748b;margin-bottom:24px;font-size:13.5px;line-height:1.5}.forgotPassword-module-scss-module__6PPy3G__field{text-align:left;margin-bottom:22px}.forgotPassword-module-scss-module__6PPy3G__fieldIcon{color:#64748b;font-size:16px}.forgotPassword-module-scss-module__6PPy3G__input{width:100%}.forgotPassword-module-scss-module__6PPy3G__input>div:first-child{margin-bottom:6px}.forgotPassword-module-scss-module__6PPy3G__input label span{color:#334155!important;letter-spacing:.1px!important;font-size:13px!important;font-weight:600!important}.forgotPassword-module-scss-module__6PPy3G__input input{color:#0f172a!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;padding:12px 14px!important;font-size:14px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.forgotPassword-module-scss-module__6PPy3G__input input:hover{background:#fff!important;border-color:#94a3b8!important}.forgotPassword-module-scss-module__6PPy3G__input input:focus{background:#fff!important;border-color:#0ea5e9!important;box-shadow:0 0 0 4px #0ea5e924!important}.forgotPassword-module-scss-module__6PPy3G__input input::placeholder{color:#94a3b8!important}.forgotPassword-module-scss-module__6PPy3G__input input[class*=withPrefix],.forgotPassword-module-scss-module__6PPy3G__input div[class*=inputContainer] input[class*=withPrefix]{padding-left:42px!important}.forgotPassword-module-scss-module__6PPy3G__loginBtn{width:100%!important}.forgotPassword-module-scss-module__6PPy3G__loginBtn button{cursor:pointer;color:#fff!important;letter-spacing:.2px!important;background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%)!important;border:none!important;border-radius:10px!important;width:100%!important;height:46px!important;font-size:15px!important;font-weight:700!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 14px #0ea5e959!important}.forgotPassword-module-scss-module__6PPy3G__loginBtn button:hover{transform:translateY(-1.5px);background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)!important;box-shadow:0 8px 22px #0ea5e973!important}.forgotPassword-module-scss-module__6PPy3G__loginBtn button:active{transform:translateY(0)}.forgotPassword-module-scss-module__6PPy3G__loginBtn button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none!important}.forgotPassword-module-scss-module__6PPy3G__success_container{text-align:left;flex-direction:column;padding:8px 0;display:flex}.forgotPassword-module-scss-module__6PPy3G__success_icon_wrapper{justify-content:flex-start;margin-bottom:20px;display:flex}.forgotPassword-module-scss-module__6PPy3G__success_icon_bg{background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;box-shadow:0 8px 16px #0ea5e91f}.forgotPassword-module-scss-module__6PPy3G__success_icon_bg .forgotPassword-module-scss-module__6PPy3G__mail_icon{color:#0ea5e9;font-size:32px}.forgotPassword-module-scss-module__6PPy3G__success_icon_bg .forgotPassword-module-scss-module__6PPy3G__check_badge{color:#fff;background:linear-gradient(135deg,#0ea5e9 0%,#14b8a6 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 4px 10px #0000001f}.forgotPassword-module-scss-module__6PPy3G__success_subtitle{color:#64748b;margin-bottom:24px;font-size:14px;line-height:1.6}.forgotPassword-module-scss-module__6PPy3G__email_highlight{color:#0f172a;padding:0 2px;font-weight:700;display:inline-block;position:relative}.forgotPassword-module-scss-module__6PPy3G__email_highlight:after{content:"";z-index:-1;background:#0ea5e926;border-radius:2px;width:100%;height:6px;position:absolute;bottom:2px;left:0}.forgotPassword-module-scss-module__6PPy3G__resend_text{color:#64748b;text-align:left;margin-top:14px;font-size:13px;font-weight:500}.forgotPassword-module-scss-module__6PPy3G__resend_link{color:#0ea5e9;cursor:pointer;font-weight:700;text-decoration:none;transition:all .2s}.forgotPassword-module-scss-module__6PPy3G__resend_link:hover{color:#0284c7;text-decoration:underline}.forgotPassword-module-scss-module__6PPy3G__back_to_login_container{justify-content:flex-start;margin-top:22px;display:flex}.forgotPassword-module-scss-module__6PPy3G__backToLogin{color:#64748b;cursor:pointer;align-items:center;gap:6px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.forgotPassword-module-scss-module__6PPy3G__backToLogin:hover{color:#0ea5e9;transform:translate(-3px)}
