.demoProgressBar-module-scss-module__K4rbGG__progressContainer{background:#ffffffb3;border:1px solid #0000000d;border-radius:16px;width:100%;max-width:720px;margin:0 auto 28px;padding:12px 8px 16px;overflow-x:auto}.demoProgressBar-module-scss-module__K4rbGG__progressTrack{justify-content:space-between;align-items:flex-start;min-width:520px;margin:0;padding:0;list-style:none;display:flex}.demoProgressBar-module-scss-module__K4rbGG__progressItem{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;position:relative}.demoProgressBar-module-scss-module__K4rbGG__progressItem.demoProgressBar-module-scss-module__K4rbGG__active .demoProgressBar-module-scss-module__K4rbGG__stepCircle{animation:2s ease-out infinite demoProgressBar-module-scss-module__K4rbGG__demo-step-pulse}.demoProgressBar-module-scss-module__K4rbGG__progressItem:last-child .demoProgressBar-module-scss-module__K4rbGG__progressLine{display:none}.demoProgressBar-module-scss-module__K4rbGG__stepCircle{color:#999;z-index:1;background:#ececec;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;transition:background .35s cubic-bezier(.34,1.2,.64,1),color .35s,transform .35s;display:flex}.demoProgressBar-module-scss-module__K4rbGG__stepCircleCurrent{transform:scale(1.08)}.demoProgressBar-module-scss-module__K4rbGG__stepCircleActive{color:#fff;border-color:#ffffff59}.demoProgressBar-module-scss-module__K4rbGG__stepCircleActive.demoProgressBar-module-scss-module__K4rbGG__accent_green{background:#53c87b;box-shadow:0 4px 14px #53c87b59}.demoProgressBar-module-scss-module__K4rbGG__stepCircleActive.demoProgressBar-module-scss-module__K4rbGG__accent_purple{background:#9138f4;box-shadow:0 4px 14px #9138f459}.demoProgressBar-module-scss-module__K4rbGG__progressLabel{color:#9c9c9c;max-width:72px;margin-top:10px;font-size:10px;line-height:1.3;transition:color .25s,font-weight .25s}.demoProgressBar-module-scss-module__K4rbGG__progressLabel.demoProgressBar-module-scss-module__K4rbGG__activeLabel{font-weight:700}.demoProgressBar-module-scss-module__K4rbGG__progressLabel.demoProgressBar-module-scss-module__K4rbGG__activeLabel.demoProgressBar-module-scss-module__K4rbGG__accent_green{color:#53c87b}.demoProgressBar-module-scss-module__K4rbGG__progressLabel.demoProgressBar-module-scss-module__K4rbGG__activeLabel.demoProgressBar-module-scss-module__K4rbGG__accent_purple{color:#9138f4}.demoProgressBar-module-scss-module__K4rbGG__progressLabel.demoProgressBar-module-scss-module__K4rbGG__completedLabel{opacity:.85}.demoProgressBar-module-scss-module__K4rbGG__progressLine{z-index:0;background:#e8e8e8;border-radius:999px;width:calc(100% - 34px);height:3px;transition:background .4s;position:absolute;top:17px;left:calc(50% + 17px)}.demoProgressBar-module-scss-module__K4rbGG__progressLine.demoProgressBar-module-scss-module__K4rbGG__progressLineActive.demoProgressBar-module-scss-module__K4rbGG__accent_green{background:linear-gradient(90deg,#53c87b,#53c87b80)}.demoProgressBar-module-scss-module__K4rbGG__progressLine.demoProgressBar-module-scss-module__K4rbGG__progressLineActive.demoProgressBar-module-scss-module__K4rbGG__accent_purple{background:linear-gradient(90deg,#9138f4,#9138f480)}@keyframes demoProgressBar-module-scss-module__K4rbGG__demo-step-pulse{0%,to{box-shadow:0 4px 14px #00000014}50%{box-shadow:0 4px 20px #00000024}}
.jobPipelineStepper-module-scss-module__h_EzSq__timeline{--timeline-progress:0%;padding:6px 0 2px;position:relative}.jobPipelineStepper-module-scss-module__h_EzSq__timeline:before,.jobPipelineStepper-module-scss-module__h_EzSq__timeline:after{content:"";border-radius:999px;height:3px;position:absolute;top:20px;left:16px;right:16px}.jobPipelineStepper-module-scss-module__h_EzSq__timeline:before{background:#e2e8f0}.jobPipelineStepper-module-scss-module__h_EzSq__timeline:after{width:calc(var(--timeline-progress)*1);background:linear-gradient(90deg,#22c55e,#10b981);max-width:calc(100% - 32px);transition:width .25s;right:auto;box-shadow:0 0 16px #22c55e40}.jobPipelineStepper-module-scss-module__h_EzSq__stepper{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.jobPipelineStepper-module-scss-module__h_EzSq__step{z-index:1;color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:8px;font-size:12px;line-height:1.3;display:flex;position:relative}.jobPipelineStepper-module-scss-module__h_EzSq__marker{background:#f8fafc;border:2px solid #e2e8f0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:31px;height:31px;transition:border-color .2s,background .2s,transform .2s;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.jobPipelineStepper-module-scss-module__h_EzSq__markerCore{background:#cbd5e1;border-radius:999px;width:9px;height:9px;transition:background .2s,transform .2s}.jobPipelineStepper-module-scss-module__h_EzSq__stepActive{color:#0f172a}.jobPipelineStepper-module-scss-module__h_EzSq__stepActive .jobPipelineStepper-module-scss-module__h_EzSq__marker{background:#d1fae5;border-color:#22c55e5c}.jobPipelineStepper-module-scss-module__h_EzSq__stepActive .jobPipelineStepper-module-scss-module__h_EzSq__markerCore{background:#10b981}.jobPipelineStepper-module-scss-module__h_EzSq__stepCompleted .jobPipelineStepper-module-scss-module__h_EzSq__markerCore{transform:scale(1.15)}.jobPipelineStepper-module-scss-module__h_EzSq__stepCurrent .jobPipelineStepper-module-scss-module__h_EzSq__label{font-weight:800}.jobPipelineStepper-module-scss-module__h_EzSq__radarMarker{background:radial-gradient(circle,#22c55e38 0 22%,#0000 23%),#ecfdf5;border-color:#22c55e8c;position:relative;overflow:hidden;transform:translateY(-1px)}.jobPipelineStepper-module-scss-module__h_EzSq__radarMarker:before{content:"";background:conic-gradient(#22c55e00,#22c55ec7,#22c55e00);border-radius:50%;animation:1.35s linear infinite jobPipelineStepper-module-scss-module__h_EzSq__radarSweep;position:absolute;inset:3px}.jobPipelineStepper-module-scss-module__h_EzSq__radarMarker:after{content:"";border:1px solid #22c55e42;border-radius:50%;animation:1.35s ease-out infinite jobPipelineStepper-module-scss-module__h_EzSq__radarPulse;position:absolute;inset:5px}.jobPipelineStepper-module-scss-module__h_EzSq__radarMarker .jobPipelineStepper-module-scss-module__h_EzSq__markerCore{z-index:1;background:#16a34a;width:8px;height:8px;position:relative;box-shadow:0 0 0 4px #22c55e29}.jobPipelineStepper-module-scss-module__h_EzSq__label{max-width:150px}@keyframes jobPipelineStepper-module-scss-module__h_EzSq__radarSweep{to{transform:rotate(360deg)}}@keyframes jobPipelineStepper-module-scss-module__h_EzSq__radarPulse{0%{opacity:.85;transform:scale(.72)}to{opacity:0;transform:scale(1.35)}}@media (max-width:1024px){.jobPipelineStepper-module-scss-module__h_EzSq__timeline:before,.jobPipelineStepper-module-scss-module__h_EzSq__timeline:after{display:none}.jobPipelineStepper-module-scss-module__h_EzSq__stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.jobPipelineStepper-module-scss-module__h_EzSq__step{text-align:left;flex-direction:row;align-items:flex-start}}
.styles-module-scss-module__k4HJ5W__progress-container{flex-direction:column;align-items:center;width:100%;max-width:680px;margin-inline:auto;padding-bottom:75px;display:flex;overflow-x:clip}.styles-module-scss-module__k4HJ5W__progress-container a{text-decoration:none}@media screen and (max-width:767px){.styles-module-scss-module__k4HJ5W__progress-container{padding-bottom:50px}}.styles-module-scss-module__k4HJ5W__progress-track{justify-content:space-between;align-items:center;width:80%;display:flex;position:relative}.styles-module-scss-module__k4HJ5W__step-circle{color:#888;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-weight:700;transition:background .3s,color .3s;display:flex}.styles-module-scss-module__k4HJ5W__step-circle.styles-module-scss-module__k4HJ5W__active{color:#fff;background:#4caf50}.styles-module-scss-module__k4HJ5W__progress-line{background:#e0e0e0;flex-grow:1;height:4px;transition:background .3s}.styles-module-scss-module__k4HJ5W__progress-link{position:relative}.styles-module-scss-module__k4HJ5W__progress-button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:0;padding:0}.styles-module-scss-module__k4HJ5W__progress-button:disabled{cursor:default;opacity:.72}.styles-module-scss-module__k4HJ5W__progress-label{text-align:center;min-width:100px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%,50%)}.styles-module-scss-module__k4HJ5W__progress-label.styles-module-scss-module__k4HJ5W__active-label{color:#4caf50;font-weight:700}@media screen and (max-width:767px){.styles-module-scss-module__k4HJ5W__progress-label{min-width:75px;font-size:14px}}
.jobReviewQuote-module-scss-module__FBxCqG__reviewBlock{background:#f8fafc;border-left:3px solid #53c87b;border-radius:0 10px 10px 0;margin-top:12px;padding:12px 16px}.jobReviewQuote-module-scss-module__FBxCqG__quote{color:#334155;margin:8px 0 0;font-size:14px;font-style:italic;line-height:1.5}.jobReviewQuote-module-scss-module__FBxCqG__starsRow{gap:2px;display:inline-flex}.jobReviewQuote-module-scss-module__FBxCqG__meta{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.jobReviewQuote-module-scss-module__FBxCqG__reviewer{color:#0f172a;font-size:13px;font-weight:600}.jobReviewQuote-module-scss-module__FBxCqG__actions{margin-top:12px}
.badge-module-scss-module__jAb9CW__badge{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 11px;font-size:12px;font-weight:700;line-height:1.4;display:inline-flex}.badge-module-scss-module__jAb9CW__toneSuccess{color:#065f46;background:#d1fae5}.badge-module-scss-module__jAb9CW__toneWarning{color:#92400e;background:#fef3c7}.badge-module-scss-module__jAb9CW__toneError{color:#991b1b;background:#fee2e2}.badge-module-scss-module__jAb9CW__toneInfo{color:#1e40af;background:#dbeafe}.badge-module-scss-module__jAb9CW__tonePurple{color:#6b21a8;background:#f3e8ff}.badge-module-scss-module__jAb9CW__toneGreen{color:#1f7a47;background:#e3f9ec}.badge-module-scss-module__jAb9CW__toneNeutral{color:#475569;background:#f1f5f9}
.button-module-scss-module__2rUWRW__button{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:700;transition:transform .15s,box-shadow .15s,background-color .15s,border-color .15s;display:inline-flex}.button-module-scss-module__2rUWRW__button:active:not(:disabled){transform:translateY(1px)}.button-module-scss-module__2rUWRW__button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button-module-scss-module__2rUWRW__fullWidth{width:100%}.button-module-scss-module__2rUWRW__label{align-items:center;display:inline-flex}.button-module-scss-module__2rUWRW__sizeSm{padding:6px 12px;font-size:12px}.button-module-scss-module__2rUWRW__sizeMd{padding:10px 16px;font-size:13px}.button-module-scss-module__2rUWRW__variantPrimary{color:#fff;background:#9138f4;box-shadow:0 8px 18px #9138f438}.button-module-scss-module__2rUWRW__variantPrimary:hover:not(:disabled){background:#811bf2}.button-module-scss-module__2rUWRW__variantSecondary{color:#1e293b;background:#fff;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a0f}.button-module-scss-module__2rUWRW__variantSecondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.button-module-scss-module__2rUWRW__variantDanger{color:#991b1b;background:#fee2e2;border-color:#fca5a5;box-shadow:0 1px 2px #0f172a0f}.button-module-scss-module__2rUWRW__variantDanger:hover:not(:disabled){background:#fca5a5}.button-module-scss-module__2rUWRW__variantSuccess{color:#065f46;background:#d1fae5;border-color:#6ee7b7;box-shadow:0 1px 2px #0f172a0f}.button-module-scss-module__2rUWRW__variantSuccess:hover:not(:disabled){background:#6ee7b7}.button-module-scss-module__2rUWRW__variantGhost{color:#475569;background:0 0;border-color:#0000}.button-module-scss-module__2rUWRW__variantGhost:hover:not(:disabled){color:#1e293b;background:#f1f5f9}.button-module-scss-module__2rUWRW__spinner{opacity:.85;border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite button-module-scss-module__2rUWRW__button-spin}@keyframes button-module-scss-module__2rUWRW__button-spin{to{transform:rotate(360deg)}}
.workerProfilePicker-module-scss-module__lgCY2G__profileList{flex-direction:column;gap:12px;display:flex}.workerProfilePicker-module-scss-module__lgCY2G__profileCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #9138f433;border-radius:14px;align-items:center;gap:16px;width:100%;padding:16px;transition:border-color .15s,background .15s;display:flex}.workerProfilePicker-module-scss-module__lgCY2G__profileCard:hover:not(:disabled){background:#9138f40a;border-color:#9138f480}.workerProfilePicker-module-scss-module__lgCY2G__profileCard:disabled{opacity:.6;cursor:wait}.workerProfilePicker-module-scss-module__lgCY2G__profileCardActive{background:#53c87b0f;border-color:#53c87b}.workerProfilePicker-module-scss-module__lgCY2G__profileAvatar{object-fit:cover;background:#9138f414;border-radius:999px;flex-shrink:0;width:48px;height:48px}.workerProfilePicker-module-scss-module__lgCY2G__profileMeta{flex:1;min-width:0}.workerProfilePicker-module-scss-module__lgCY2G__profileName{color:#0f172a;margin:0 0 4px;font-size:15px;font-weight:600}.workerProfilePicker-module-scss-module__lgCY2G__profileDetail{color:#64748b;margin:0;font-size:13px;line-height:1.35}
.NotificationDropdown-module-scss-module__JDaUUa__dropdown{z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;min-width:340px;max-width:calc(100vw - 32px);max-height:520px;animation:.3s cubic-bezier(.4,0,.2,1) NotificationDropdown-module-scss-module__JDaUUa__slideDown;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}@keyframes NotificationDropdown-module-scss-module__JDaUUa__slideDown{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media screen and (max-width:500px){.NotificationDropdown-module-scss-module__JDaUUa__dropdown{border-radius:14px;min-width:300px;max-width:calc(100vw - 24px);right:0}}.NotificationDropdown-module-scss-module__JDaUUa__dropdownHeader{background:linear-gradient(#fafafa 0%,#fff 100%);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 16px;display:flex}.NotificationDropdown-module-scss-module__JDaUUa__dropdownHeader h3{color:#2c2c2c;letter-spacing:-.3px;margin:0;font-size:17px;font-weight:700}.NotificationDropdown-module-scss-module__JDaUUa__markAllButton{color:#53c87b;cursor:pointer;text-align:right;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:12px;font-weight:700;line-height:1.2}.NotificationDropdown-module-scss-module__JDaUUa__markAllButton:hover{color:#38b061;text-decoration:underline}.NotificationDropdown-module-scss-module__JDaUUa__notificationsList{max-height:420px;padding:4px 0;overflow:hidden auto}.NotificationDropdown-module-scss-module__JDaUUa__notificationsList::-webkit-scrollbar{width:6px}.NotificationDropdown-module-scss-module__JDaUUa__notificationsList::-webkit-scrollbar-track{background:0 0}.NotificationDropdown-module-scss-module__JDaUUa__notificationsList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px;transition:background .2s}.NotificationDropdown-module-scss-module__JDaUUa__notificationsList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.NotificationDropdown-module-scss-module__JDaUUa__notificationsSkeleton{padding:4px 0}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonItem{border-bottom:1px solid #f5f5f5;border-radius:12px;align-items:flex-start;gap:14px;margin:0 4px;padding:14px 20px;display:flex}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonItem:last-child{border-bottom:none;margin-bottom:4px}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonIcon,.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonLine,.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonTime{background:linear-gradient(90deg,#f1f3f5 0%,#e5e7eb 45%,#f1f3f5 90%) 0 0/220% 100%;animation:1.25s ease-in-out infinite NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonShimmer}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonIcon{border-radius:10px;flex-shrink:0;width:32px;height:32px;margin-top:2px}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonContent{flex:1;min-width:0;padding-top:2px}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonLine{border-radius:999px;width:100%;height:12px;margin-bottom:8px}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonLineShort{width:72%}.NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonTime{border-radius:999px;width:96px;height:10px;margin-top:12px}@keyframes NotificationDropdown-module-scss-module__JDaUUa__notificationSkeletonShimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem{cursor:pointer;border-bottom:1px solid #f5f5f5;border-radius:12px;align-items:flex-start;gap:14px;margin:0 4px;padding:14px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem:hover{background-color:#f8f9fa;transform:translate(2px)}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem:active{background-color:#f1f3f5;transform:translate(0)}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem:last-child{border-bottom:none;margin-bottom:4px}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem.NotificationDropdown-module-scss-module__JDaUUa__unread{background:linear-gradient(90deg,#f0f9ff 0%,#fff 100%);border-left:3px solid #53c87b;margin-left:0;padding-left:17px}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem.NotificationDropdown-module-scss-module__JDaUUa__unread:hover{background:linear-gradient(90deg,#e0f2fe 0%,#f8f9fa 100%)}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem.NotificationDropdown-module-scss-module__JDaUUa__unread:before{content:"";background:#53c87b;border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.NotificationDropdown-module-scss-module__JDaUUa__notificationIcon{background:linear-gradient(135deg,#f0f0f0 0%,#e8e8e8 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:22px;transition:all .2s;display:flex}.NotificationDropdown-module-scss-module__JDaUUa__notificationItem:hover .NotificationDropdown-module-scss-module__JDaUUa__notificationIcon{background:linear-gradient(135deg,#e8e8e8 0%,#e0e0e0 100%);transform:scale(1.05)}.NotificationDropdown-module-scss-module__JDaUUa__notificationContent{flex:1;min-width:0}.NotificationDropdown-module-scss-module__JDaUUa__notificationText{color:#2c2c2c;word-wrap:break-word;text-align:left;letter-spacing:-.2px;margin:0 0 6px;font-size:14px;font-weight:500;line-height:1.5}.NotificationDropdown-module-scss-module__JDaUUa__notificationTime{color:#9c9c9c;letter-spacing:0;font-size:12px;font-weight:400}.NotificationDropdown-module-scss-module__JDaUUa__unreadIndicator{background:linear-gradient(135deg,#53c87b 0%,#40c26c 100%);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:8px;animation:2s ease-in-out infinite NotificationDropdown-module-scss-module__JDaUUa__pulse-dot;box-shadow:0 0 0 2px #53c87b33}@keyframes NotificationDropdown-module-scss-module__JDaUUa__pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.NotificationDropdown-module-scss-module__JDaUUa__loading,.NotificationDropdown-module-scss-module__JDaUUa__empty{text-align:center;color:#9c9c9c;padding:48px 20px;font-size:14px;font-weight:500}.NotificationDropdown-module-scss-module__JDaUUa__dropdownFooter{text-align:center;background:linear-gradient(#fff 0%,#fafafa 100%);border-top:1px solid #f0f0f0;padding:14px 20px}.NotificationDropdown-module-scss-module__JDaUUa__viewAllButton{color:#fff;cursor:pointer;letter-spacing:-.2px;background:linear-gradient(135deg,#53c87b 0%,#40c26c 100%);border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #53c87b40}.NotificationDropdown-module-scss-module__JDaUUa__viewAllButton:hover{background:linear-gradient(135deg,#47c472 0%,#3bb865 100%);transform:translateY(-2px);box-shadow:0 4px 12px #53c87b59}.NotificationDropdown-module-scss-module__JDaUUa__viewAllButton:active{transform:translateY(0);box-shadow:0 2px 8px #53c87b40}.NotificationDropdown-module-scss-module__JDaUUa__viewAllButton:focus{outline-offset:2px;border-radius:12px;outline:2px solid #53c87b}
.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdown{z-index:1001;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;width:auto;min-width:340px;max-width:600px;max-height:520px;animation:.3s cubic-bezier(.4,0,.2,1) NotificationDropdownDashboard-module-scss-module__uNmgIa__slideDown;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}@keyframes NotificationDropdownDashboard-module-scss-module__uNmgIa__slideDown{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media screen and (max-width:768px){.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdown{border-radius:14px;min-width:300px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 120px);right:0}}@media screen and (max-width:480px){.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdown{min-width:280px;max-width:calc(100vw - 16px);right:0}}.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdownHeader{background:linear-gradient(#fafafa 0%,#fff 100%);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 16px;display:flex}.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdownHeader h3{color:#2c2c2c;letter-spacing:-.3px;margin:0;font-size:17px;font-weight:700}.NotificationDropdownDashboard-module-scss-module__uNmgIa__markAllButton{color:#53c87b;cursor:pointer;text-align:right;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:12px;font-weight:700;line-height:1.2}.NotificationDropdownDashboard-module-scss-module__uNmgIa__markAllButton:hover{color:#38b061;text-decoration:underline}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsList{max-height:420px;padding:4px 0;overflow:hidden auto}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsList::-webkit-scrollbar{width:6px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsList::-webkit-scrollbar-track{background:0 0}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px;transition:background .2s}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationsSkeleton{padding:4px 0}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonItem{border-bottom:1px solid #f5f5f5;border-radius:12px;align-items:flex-start;gap:14px;margin:0 4px;padding:14px 20px;display:flex}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonItem:last-child{border-bottom:none;margin-bottom:4px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonIcon,.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonLine,.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonTime{background:linear-gradient(90deg,#f1f3f5 0%,#e5e7eb 45%,#f1f3f5 90%) 0 0/220% 100%;animation:1.25s ease-in-out infinite NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonShimmer}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonIcon{border-radius:10px;flex-shrink:0;width:32px;height:32px;margin-top:2px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonContent{flex:1;min-width:0;padding-top:2px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonLine{border-radius:999px;width:100%;height:12px;margin-bottom:8px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonLineShort{width:72%}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonTime{border-radius:999px;width:96px;height:10px;margin-top:12px}@keyframes NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationSkeletonShimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem{cursor:pointer;border-bottom:1px solid #f5f5f5;border-radius:12px;align-items:flex-start;gap:14px;margin:0 4px;padding:14px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem:hover{background-color:#f8f9fa;transform:translate(2px)}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem:active{background-color:#f1f3f5;transform:translate(0)}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem:last-child{border-bottom:none;margin-bottom:4px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem.NotificationDropdownDashboard-module-scss-module__uNmgIa__unread{background:linear-gradient(90deg,#f0f9ff 0%,#fff 100%);border-left:3px solid #53c87b;margin-left:0;padding-left:17px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem.NotificationDropdownDashboard-module-scss-module__uNmgIa__unread:hover{background:linear-gradient(90deg,#e0f2fe 0%,#f8f9fa 100%)}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem.NotificationDropdownDashboard-module-scss-module__uNmgIa__unread:before{content:"";background:#53c87b;border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationIcon{background:linear-gradient(135deg,#f0f0f0 0%,#e8e8e8 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;font-size:22px;transition:all .2s;display:flex}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationItem:hover .NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationIcon{background:linear-gradient(135deg,#e8e8e8 0%,#e0e0e0 100%);transform:scale(1.05)}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationContent{flex:1;min-width:0}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationText{color:#2c2c2c;word-wrap:break-word;text-align:left;letter-spacing:-.2px;margin:0 0 6px;font-size:14px;font-weight:500;line-height:1.5}.NotificationDropdownDashboard-module-scss-module__uNmgIa__notificationTime{color:#9c9c9c;letter-spacing:0;font-size:12px;font-weight:400}.NotificationDropdownDashboard-module-scss-module__uNmgIa__unreadIndicator{background:linear-gradient(135deg,#53c87b 0%,#40c26c 100%);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:8px;animation:2s ease-in-out infinite NotificationDropdownDashboard-module-scss-module__uNmgIa__pulse-dot;box-shadow:0 0 0 2px #53c87b33}@keyframes NotificationDropdownDashboard-module-scss-module__uNmgIa__pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.NotificationDropdownDashboard-module-scss-module__uNmgIa__loading,.NotificationDropdownDashboard-module-scss-module__uNmgIa__empty{text-align:center;color:#9c9c9c;padding:48px 20px;font-size:14px;font-weight:500}.NotificationDropdownDashboard-module-scss-module__uNmgIa__dropdownFooter{text-align:center;background:linear-gradient(#fff 0%,#fafafa 100%);border-top:1px solid #f0f0f0;padding:14px 20px}.NotificationDropdownDashboard-module-scss-module__uNmgIa__viewAllButton{color:#fff;cursor:pointer;letter-spacing:-.2px;background:linear-gradient(135deg,#53c87b 0%,#40c26c 100%);border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #53c87b40}.NotificationDropdownDashboard-module-scss-module__uNmgIa__viewAllButton:hover{background:linear-gradient(135deg,#47c472 0%,#3bb865 100%);transform:translateY(-2px);box-shadow:0 4px 12px #53c87b59}.NotificationDropdownDashboard-module-scss-module__uNmgIa__viewAllButton:active{transform:translateY(0);box-shadow:0 2px 8px #53c87b40}.NotificationDropdownDashboard-module-scss-module__uNmgIa__viewAllButton:focus{outline-offset:2px;border-radius:12px;outline:2px solid #53c87b}
.NotificationBell-module-scss-module__5ELIbG__dropdownFixed{z-index:1200;position:fixed;top:auto;left:auto}.NotificationBell-module-scss-module__5ELIbG__notificationBell{margin-right:12px;position:relative}@media screen and (max-width:1050px){.NotificationBell-module-scss-module__5ELIbG__notificationBell{margin-right:8px}}.NotificationBell-module-scss-module__5ELIbG__bellButton{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1.5px solid #e5e7eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 3px #0000000d}.NotificationBell-module-scss-module__5ELIbG__bellButton:hover{background:linear-gradient(135deg,#f8f9fa 0%,#f1f3f5 100%);border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.NotificationBell-module-scss-module__5ELIbG__bellButton:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.NotificationBell-module-scss-module__5ELIbG__bellButton:focus{outline-offset:2px;border-radius:14px;outline:2px solid #53c87b}@media screen and (max-width:768px){.NotificationBell-module-scss-module__5ELIbG__bellButton{border-radius:10px;width:40px;height:40px}}@media screen and (max-width:480px){.NotificationBell-module-scss-module__5ELIbG__bellButton{border-radius:9px;width:36px;height:36px}}.NotificationBell-module-scss-module__5ELIbG__bellIconWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.NotificationBell-module-scss-module__5ELIbG__bellIcon{color:#2c2c2c;filter:drop-shadow(0 1px 2px #0000001a);width:22px;height:22px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.NotificationBell-module-scss-module__5ELIbG__bellButton:hover .NotificationBell-module-scss-module__5ELIbG__bellIcon{transform:scale(1.05)}@media screen and (max-width:768px){.NotificationBell-module-scss-module__5ELIbG__bellIcon{width:20px;height:20px}}@media screen and (max-width:480px){.NotificationBell-module-scss-module__5ELIbG__bellIcon{width:18px;height:18px}}.NotificationBell-module-scss-module__5ELIbG__badge{color:#fff;z-index:10;letter-spacing:-.3px;background:linear-gradient(135deg,#f44 0%,#f33 100%);border:3px solid #fff;border-radius:12px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:700;animation:2s cubic-bezier(.4,0,.6,1) infinite NotificationBell-module-scss-module__5ELIbG__pulse-badge;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #f446,0 0 #f446}@keyframes NotificationBell-module-scss-module__5ELIbG__pulse-badge{0%,to{transform:scale(1);box-shadow:0 2px 8px #f446,0 0 #f446}50%{transform:scale(1.08);box-shadow:0 2px 12px #ff444480,0 0 0 4px #ff44441a}}@media screen and (max-width:768px){.NotificationBell-module-scss-module__5ELIbG__badge{border-width:2.5px;min-width:20px;height:20px;font-size:10px;top:-3px;right:-3px}}@media screen and (max-width:480px){.NotificationBell-module-scss-module__5ELIbG__badge{border-width:2px;min-width:18px;height:18px;font-size:9px;top:-2px;right:-2px}}
.NotificationBellDashboard-module-scss-module__7wrn3a__dropdownFixed{z-index:2000;position:fixed;top:auto;left:auto}.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBell{z-index:101;margin-right:12px;position:relative;overflow:visible}@media screen and (max-width:768px){.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBell{margin-right:8px}}@media screen and (max-width:480px){.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBell{margin-right:6px}}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton{cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 1px 2px #0f172a0d}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton:hover{background:#f8fafc;border-color:#0f172a1f;transform:translateY(-1px);box-shadow:0 2px 8px #0f172a12}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton:not(.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač):hover{border-color:#9138f42e;box-shadow:0 2px 8px #0f172a0f,0 0 0 1px #9138f40f}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a0d}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton:focus-visible{outline-offset:2px;border-radius:14px;outline:2px solid #9138f459}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač{background:linear-gradient(#f0fdf4 0%,#ecfdf5 100%);border-color:#53c87b52;box-shadow:0 1px 2px #1665340d,inset 0 1px #ffffffd9}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač:hover{background:linear-gradient(#dcfce7 0%,#d1fae5 100%);border-color:#53c87b6b;box-shadow:0 2px 10px #16653414}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač:active{box-shadow:0 1px 2px #1665340f}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač:focus-visible{outline-offset:2px;outline:2px solid #53c87b80}@media screen and (max-width:768px){.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton{border-radius:10px;width:40px;height:40px}}@media screen and (max-width:480px){.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton{border-radius:9px;width:36px;height:36px}}.NotificationBellDashboard-module-scss-module__7wrn3a__bellIconWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{color:#334155;opacity:.9;filter:none;width:22px;height:22px;transition:transform .25s,filter .2s}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButton:hover .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{transform:scale(1.05)}.NotificationBellDashboard-module-scss-module__7wrn3a__bellButtonZadavač .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{color:#298147;opacity:1;filter:brightness(0)saturate()invert(52%)sepia(40%)saturate(620%)hue-rotate(102deg)brightness(96%)contrast(90%)}@media screen and (max-width:768px){.NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{width:20px;height:20px}}@media screen and (max-width:480px){.NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{width:18px;height:18px}}.NotificationBellDashboard-module-scss-module__7wrn3a__badge{color:#fff;z-index:10;letter-spacing:-.3px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:2px solid #fff;border-radius:12px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 1px 4px #dc262659}@media screen and (max-width:768px){.NotificationBellDashboard-module-scss-module__7wrn3a__badge{min-width:20px;height:20px;font-size:10px;top:-3px;right:-3px}}@media screen and (max-width:480px){.NotificationBellDashboard-module-scss-module__7wrn3a__badge{min-width:18px;height:18px;font-size:9px;top:-2px;right:-2px}}.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBellBottomNav{z-index:auto;flex:1;min-width:0;max-width:76px;margin-right:0;position:relative}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItem{color:#9ca3af;cursor:pointer;-webkit-tap-highlight-color:#0000;background:0 0;border:none;flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;width:100%;min-width:0;padding:4px 2px;display:flex}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive,.NotificationBellDashboard-module-scss-module__7wrn3a__active{color:#9138f4}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon,.NotificationBellDashboard-module-scss-module__7wrn3a__active .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{filter:brightness(0)saturate()invert(32%)sepia(85%)saturate(2878%)hue-rotate(256deg)brightness(93%)contrast(95%)}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemZadavač.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive,.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBellBottomNavZadavač .NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive{color:#53c87b}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemZadavač.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon,.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBellBottomNavZadavač .NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavItemActive .NotificationBellDashboard-module-scss-module__7wrn3a__bellIcon{filter:brightness(0)saturate()invert(52%)sepia(40%)saturate(620%)hue-rotate(102deg)brightness(96%)contrast(90%)}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavIconWrap{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavBellIcon{justify-content:center;align-items:center;display:flex}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-10px}.NotificationBellDashboard-module-scss-module__7wrn3a__bottomNavLabel{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:600;line-height:1.2;overflow:hidden}@media screen and (max-width:768px){.NotificationBellDashboard-module-scss-module__7wrn3a__notificationBellHeader{display:none}}
.dataTable-module-scss-module__2uTSTG__wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #0f172a0f}.dataTable-module-scss-module__2uTSTG__tableScroll{overflow-x:auto}.dataTable-module-scss-module__2uTSTG__table{border-collapse:collapse;width:100%;font-size:13px}.dataTable-module-scss-module__2uTSTG__table thead{background:#f8fafc}.dataTable-module-scss-module__2uTSTG__table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:#64748b;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:16px;font-size:12px;font-weight:700}.dataTable-module-scss-module__2uTSTG__table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px}.dataTable-module-scss-module__2uTSTG__table tbody tr{transition:background-color .15s}.dataTable-module-scss-module__2uTSTG__table tbody tr:hover{background:#f8fafc}.dataTable-module-scss-module__2uTSTG__table tbody tr:last-child td{border-bottom:none}.dataTable-module-scss-module__2uTSTG__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none}.dataTable-module-scss-module__2uTSTG__sortableHeader:hover{color:#334155}.dataTable-module-scss-module__2uTSTG__headerContent{align-items:center;gap:4px;display:inline-flex}.dataTable-module-scss-module__2uTSTG__actionsHeader,.dataTable-module-scss-module__2uTSTG__actionsCell{text-align:right;white-space:nowrap}.dataTable-module-scss-module__2uTSTG__actionsCell{display:table-cell}.dataTable-module-scss-module__2uTSTG__cardList{display:none}.dataTable-module-scss-module__2uTSTG__skeletonList{flex-direction:column;gap:8px;padding:16px;display:flex}@media (max-width:860px){.dataTable-module-scss-module__2uTSTG__tableScroll{display:none}.dataTable-module-scss-module__2uTSTG__cardList{flex-direction:column;gap:12px;padding:16px;display:flex}.dataTable-module-scss-module__2uTSTG__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.dataTable-module-scss-module__2uTSTG__cardRow{justify-content:space-between;gap:12px;padding:6px 0;font-size:13px;display:flex}.dataTable-module-scss-module__2uTSTG__cardRow:not(:last-child){border-bottom:1px dashed #e2e8f0}.dataTable-module-scss-module__2uTSTG__cardLabel{color:#64748b;flex-shrink:0;font-weight:600}.dataTable-module-scss-module__2uTSTG__cardValue{text-align:right;color:#1e293b;min-width:0}.dataTable-module-scss-module__2uTSTG__cardActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:12px;display:flex}}
.dropdownMenu-module-scss-module__ON_a1W__anchor{z-index:2000;min-width:200px;position:fixed}.dropdownMenu-module-scss-module__ON_a1W__menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:2px;padding:8px;display:flex;box-shadow:0 12px 32px #0f172a1f}.dropdownMenu-module-scss-module__ON_a1W__item{text-align:left;color:#334155;border-radius:6px;align-items:center;gap:8px;width:100%;padding:9px 10px;font-size:13px;font-weight:500;display:flex}.dropdownMenu-module-scss-module__ON_a1W__item:hover:not(:disabled){background:#f1f5f9}.dropdownMenu-module-scss-module__ON_a1W__item:disabled{opacity:.45;cursor:not-allowed}.dropdownMenu-module-scss-module__ON_a1W__itemDanger{color:#991b1b}.dropdownMenu-module-scss-module__ON_a1W__itemDanger:hover{background:#fee2e2}
.dashboardHeader-module-scss-module__wcZvJG__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background-color:#ffffffe0;border-bottom:1px solid #e2e8f0;width:100%;height:73px;padding:0;position:sticky;top:0;overflow:visible}.dashboardHeader-module-scss-module__wcZvJG__headerContent{box-sizing:border-box;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:100%;height:100%;margin:0 auto;padding:16px 24px;display:flex;overflow:visible}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__headerContent{gap:12px;padding:12px 16px}}@media (max-width:480px){.dashboardHeader-module-scss-module__wcZvJG__headerContent{gap:8px;padding:10px 12px}}.dashboardHeader-module-scss-module__wcZvJG__breadcrumb{color:#6b7280;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:500}@media (max-width:640px){.dashboardHeader-module-scss-module__wcZvJG__breadcrumb{display:none}}.dashboardHeader-module-scss-module__wcZvJG__headerSpacer{flex:1}.dashboardHeader-module-scss-module__wcZvJG__completeProfileCta{color:#fff;white-space:nowrap;background:#53c87b;border-radius:8px;justify-content:center;align-items:center;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex;box-shadow:0 2px 8px #53c87b59}.dashboardHeader-module-scss-module__wcZvJG__completeProfileCta:hover{color:#fff;background:#3da866}@media (max-width:640px){.dashboardHeader-module-scss-module__wcZvJG__completeProfileCta{padding:8px 12px;font-size:13px}}.dashboardHeader-module-scss-module__wcZvJG__userSection{flex-shrink:0;align-items:center;gap:16px;display:flex;overflow:visible}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__userSection{gap:8px}}@media (max-width:480px){.dashboardHeader-module-scss-module__wcZvJG__userSection{gap:6px}}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__headerNotification{display:none}}.dashboardHeader-module-scss-module__wcZvJG__chatButton{cursor:pointer;background-color:#9138f4;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s ease-in-out;display:flex}.dashboardHeader-module-scss-module__wcZvJG__chatButton:hover{background-color:#8420f3}.dashboardHeader-module-scss-module__wcZvJG__chatButton:active{background-color:#770dec}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__chatButton{width:36px;height:36px}.dashboardHeader-module-scss-module__wcZvJG__chatButton svg{width:18px;height:18px}}@media (max-width:480px){.dashboardHeader-module-scss-module__wcZvJG__chatButton{width:32px;height:32px}.dashboardHeader-module-scss-module__wcZvJG__chatButton svg{width:16px;height:16px}}.dashboardHeader-module-scss-module__wcZvJG__userMenuContainer{z-index:101;position:relative;overflow:visible}.dashboardHeader-module-scss-module__wcZvJG__userButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}.dashboardHeader-module-scss-module__wcZvJG__avatar{color:#fff;background-color:#9138f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__avatar{width:36px;height:36px;font-size:14px}}@media (max-width:480px){.dashboardHeader-module-scss-module__wcZvJG__avatar{width:32px;height:32px;font-size:12px}}.dashboardHeader-module-scss-module__wcZvJG__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.dashboardHeader-module-scss-module__wcZvJG__userName{color:#2c2c2c;font-size:16px;font-weight:500}@media (max-width:768px){.dashboardHeader-module-scss-module__wcZvJG__userName{display:none}}.dashboardHeader-module-scss-module__wcZvJG__userMenuPanel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:240px;max-width:min(320px,100vw - 16px);padding:0;animation:.16s ease-out dashboardHeader-module-scss-module__wcZvJG__dashUserMenuIn;box-shadow:0 12px 32px #0f172a1f}@keyframes dashboardHeader-module-scss-module__wcZvJG__dashUserMenuIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboardHeader-module-scss-module__wcZvJG__userMenuHeader{background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #0f172a0f;border-radius:14px 14px 0 0;align-items:center;gap:12px;padding:14px 16px 12px;display:flex}.dashboardHeader-module-scss-module__wcZvJG__userMenuAvatar{color:#fff;letter-spacing:.02em;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;line-height:1;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000f}.dashboardHeader-module-scss-module__wcZvJG__userMenuAvatarZadavac{background:linear-gradient(135deg,#53c87b 0%,#2f9a5a 100%)}.dashboardHeader-module-scss-module__wcZvJG__userMenuAvatarMakac{background:linear-gradient(135deg,#9138f4 0%,#720de2 100%)}.dashboardHeader-module-scss-module__wcZvJG__userMenuAvatarImg{object-fit:cover;border-radius:inherit;width:100%;height:100%}.dashboardHeader-module-scss-module__wcZvJG__userMenuMeta{text-align:left;flex:auto;min-width:0}.dashboardHeader-module-scss-module__wcZvJG__userMenuName{color:#2c2c2c;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.25;overflow:hidden}.dashboardHeader-module-scss-module__wcZvJG__userMenuEmail{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;line-height:1.3;overflow:hidden}.dashboardHeader-module-scss-module__wcZvJG__userMenuCta{text-align:center;color:#fff;border-radius:10px;margin:0 8px 8px;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .15s,transform .1s;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuCta:active{transform:scale(.99)}.dashboardHeader-module-scss-module__wcZvJG__userMenuCtaZadavac{background:#53c87b}.dashboardHeader-module-scss-module__wcZvJG__userMenuCtaZadavac:hover{background:#40c26c}.dashboardHeader-module-scss-module__wcZvJG__userMenuCtaMakac{background:#9138f4}.dashboardHeader-module-scss-module__wcZvJG__userMenuCtaMakac:hover{background:#8420f3}.dashboardHeader-module-scss-module__wcZvJG__userMenuIncompleteProfile{background:#fef3c7;border:1px solid #fde68a;border-radius:10px;margin:0 8px 8px;padding:10px 12px}.dashboardHeader-module-scss-module__wcZvJG__userMenuIncompleteText{color:#92400e;margin:0 0 8px;font-size:12px;line-height:1.4}.dashboardHeader-module-scss-module__wcZvJG__userMenuIncompleteCta{text-align:center;color:#fff;background:#f59e0b;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuIncompleteCta:hover{background:#cf8508}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileLink{color:#2c2c2c;text-align:center;background:#f8fafc;border:1px solid #0f172a14;border-radius:10px;margin:0 8px 8px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileLink:hover{background:#f1f5f9}.dashboardHeader-module-scss-module__wcZvJG__userMenuSectionLabel{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:4px 16px 6px;font-size:11px;font-weight:600}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileItem{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;width:calc(100% - 16px);margin:0 8px 4px;padding:10px 12px;font-family:inherit;transition:background-color .12s,border-color .12s;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileItem:hover{background:#f8fafc;border-color:#0f172a0f}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileItemActive{background:#9138f414;border-color:#9138f440}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileName{color:#2c2c2c;font-size:14px;font-weight:600;line-height:1.3;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileMeta{color:#64748b;margin-top:2px;font-size:12px;line-height:1.3;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileSwitch{text-align:left;color:#9138f4;cursor:pointer;background:0 0;border:0;border-radius:8px;width:calc(100% - 16px);margin:0 8px 8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuProfileSwitch:hover{background:#9138f40f}.dashboardHeader-module-scss-module__wcZvJG__userMenuLogout{text-align:left;color:#2c2c2c;cursor:pointer;background:0 0;border:0;border-top:1px solid #0f172a0f;border-radius:0 0 14px 14px;width:100%;min-height:44px;margin:0;padding:12px 16px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .12s;display:block}.dashboardHeader-module-scss-module__wcZvJG__userMenuLogout:hover{background:#f1f5f9}.dashboardHeader-module-scss-module__wcZvJG__userMenuLogout:active{background:#e5e7eb}.dashboardHeader-module-scss-module__wcZvJG__chatButtonZadavač{background-color:#53c87b!important}.dashboardHeader-module-scss-module__wcZvJG__chatButtonZadavač:hover{background-color:#40c26c!important}.dashboardHeader-module-scss-module__wcZvJG__chatButtonZadavač:active{background-color:#38b061!important}.dashboardHeader-module-scss-module__wcZvJG__avatarZadavač{background-color:#53c87b!important}
.dashboardSidebar-module-scss-module__Hcz58G__sidebar{z-index:101;background-color:#fff;border-right:1px solid #e8eaed;flex-shrink:0;align-self:flex-start;height:100vh;min-height:100vh;position:sticky;top:0;overflow-y:auto;box-shadow:1px 0 #00000008}.dashboardSidebar-module-scss-module__Hcz58G__sidebarDesktop{color:#e8eaee;background:#15171c;border-right:1px solid #262932;flex-shrink:0;width:268px;min-width:268px}@media (max-width:768px){.dashboardSidebar-module-scss-module__Hcz58G__sidebarDesktop{display:none}}.dashboardSidebar-module-scss-module__Hcz58G__sidebarFull{width:268px}@media (min-width:769px){.dashboardSidebar-module-scss-module__Hcz58G__sidebarFull{display:none}}@media (max-width:768px){.dashboardSidebar-module-scss-module__Hcz58G__sidebarFull{z-index:5100;border-right:1px solid #e8eaed;width:min(100vw - 48px,300px);height:100dvh;transition:transform .28s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;transform:translate(-110%);box-shadow:8px 0 32px #0f172a24}.dashboardSidebar-module-scss-module__Hcz58G__sidebarFull.dashboardSidebar-module-scss-module__Hcz58G__mobileOpen{transform:translate(0)}}.dashboardSidebar-module-scss-module__Hcz58G__mobileOverlay{display:none}@media (max-width:768px){.dashboardSidebar-module-scss-module__Hcz58G__mobileOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5000;background-color:#0f172a66;display:block;position:fixed;inset:0}}.dashboardSidebar-module-scss-module__Hcz58G__sidebarContent{box-sizing:border-box;flex-direction:column;height:100%;padding:22px 14px 20px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__sidebarBrand{flex-shrink:0;align-items:center;gap:10px;margin-bottom:4px;padding:0 10px 18px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__sidebarBrandMark{color:#fff;background:#9138f4;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;font-weight:700;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__themeZadavac .dashboardSidebar-module-scss-module__Hcz58G__sidebarBrandMark{background:#53c87b}.dashboardSidebar-module-scss-module__Hcz58G__sidebarBrandName{letter-spacing:-.02em;color:#e8eaee;font-size:17px;font-weight:700}.dashboardSidebar-module-scss-module__Hcz58G__sidebarHeader{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 10px 14px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__sidebarTitle{letter-spacing:.1em;text-transform:uppercase;color:#6b7280;margin:0;font-size:11px;font-weight:700;line-height:1.35}.dashboardSidebar-module-scss-module__Hcz58G__closeButton{cursor:pointer;color:#4b5563;background:#0000000a;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s,color .2s;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__closeButton:hover{color:#2c2c2c;background-color:#00000014}.dashboardSidebar-module-scss-module__Hcz58G__closeButton svg{width:20px;height:20px}.dashboardSidebar-module-scss-module__Hcz58G__nav{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.dashboardSidebar-module-scss-module__Hcz58G__overviewItem{margin-bottom:6px}.dashboardSidebar-module-scss-module__Hcz58G__sectionGroup{flex-direction:column;gap:2px;margin-top:12px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__sectionHeader{justify-content:space-between;align-items:center;padding:0 12px 6px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:#6d7380;font-size:10.5px;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__sectionToggle{color:#6d7380;cursor:pointer;background:0 0;border:none;padding:2px;font-size:11px;line-height:1}.dashboardSidebar-module-scss-module__Hcz58G__sectionItems{flex-direction:column;gap:2px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__navItem{color:#8b919d;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;font-weight:500;line-height:1.3;text-decoration:none;transition:background-color .15s,color .15s;display:flex;position:relative}.dashboardSidebar-module-scss-module__Hcz58G__navItem:hover:not(.dashboardSidebar-module-scss-module__Hcz58G__disabled){color:#e8eaee;background-color:#ffffff0f}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__active{color:#fff;background-color:#9138f4;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#fff}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__navItemWarning{color:#fbbf24;background:#f59e0b24}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__navItemWarning .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#fbbf24}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__navItemWarning:hover:not(.dashboardSidebar-module-scss-module__Hcz58G__disabled){background:#f59e0b33}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__navItemWarning.dashboardSidebar-module-scss-module__Hcz58G__active{color:#fbbf24;background:#f59e0b38}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__navItemWarning.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#fbbf24}.dashboardSidebar-module-scss-module__Hcz58G__navItemZadavač.dashboardSidebar-module-scss-module__Hcz58G__active{color:#fff;background-color:#53c87b}.dashboardSidebar-module-scss-module__Hcz58G__navItemZadavač.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#fff}.dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#6d7380;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:color .15s;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__navLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dashboardSidebar-module-scss-module__Hcz58G__warningPill{color:#fde68a;white-space:nowrap;background:#f59e0b40;border-radius:999px;justify-content:center;align-items:center;padding:2px 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.dashboardSidebar-module-scss-module__Hcz58G__badge{color:#e8eaee;background-color:#ffffff24;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.dashboardSidebar-module-scss-module__Hcz58G__navItem.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__badge{color:#fff;background-color:#ffffff47}.dashboardSidebar-module-scss-module__Hcz58G__demoCard{background:#1e2128;border:1px solid #2a2e37;border-radius:12px;flex-shrink:0;margin-top:auto;padding:14px}.dashboardSidebar-module-scss-module__Hcz58G__demoCardTitle{color:#e8eaee;margin-bottom:4px;font-size:12.5px;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__demoCardBody{color:#8b919d;margin-bottom:10px;font-size:11.5px;line-height:1.5}.dashboardSidebar-module-scss-module__Hcz58G__demoCardCta{color:#9138f4;font-size:12px;font-weight:600;text-decoration:none;display:inline-block}.dashboardSidebar-module-scss-module__Hcz58G__themeZadavac .dashboardSidebar-module-scss-module__Hcz58G__demoCardCta{color:#53c87b}.dashboardSidebar-module-scss-module__Hcz58G__demoCardCta:hover{opacity:.85}.dashboardSidebar-module-scss-module__Hcz58G__settingsAccount{border-top:1px solid #0000000f;flex-direction:column;flex-shrink:0;gap:10px;margin-top:auto;padding-top:16px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__settingsNavGroup{flex-direction:column;gap:2px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubList{border-left:2px solid #9138f426;flex-direction:column;gap:2px;margin:0 0 6px 34px;padding-left:10px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubItem{color:#6b7280;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}.dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubItem:hover{color:#9138f4;background:#9138f40f}.dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubItemActive{color:#7c11f2;background:#9138f417;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__themeZadavac .dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubList{border-left-color:#53c87b38}.dashboardSidebar-module-scss-module__Hcz58G__themeZadavac .dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubItem:hover{color:#53c87b;background:#53c87b14}.dashboardSidebar-module-scss-module__Hcz58G__themeZadavac .dashboardSidebar-module-scss-module__Hcz58G__settingsNavSubItemActive{color:#33a059;background:#53c87b1f}.dashboardSidebar-module-scss-module__Hcz58G__settingsAccountCta{text-align:center;color:#fff;background:#9138f4;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;display:block}.dashboardSidebar-module-scss-module__Hcz58G__settingsAccountCta.dashboardSidebar-module-scss-module__Hcz58G__settingsAccountCtaZadavač{background:#53c87b}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfiles{flex-direction:column;gap:6px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__settingsSectionLabel{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:0 0 4px;padding:0 10px;font-size:11px;font-weight:700}.dashboardSidebar-module-scss-module__Hcz58G__navSectionLabel{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;border-top:1px solid #eef0f3;margin:14px 0 6px;padding:12px 10px 0;font-size:11px;font-weight:700}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileItem{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileItem.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileItemActive{background:#9138f40f;border-color:#9138f459}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileName{color:#2c2c2c;font-size:14px;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileMeta{color:#9c9c9c;font-size:12px}.dashboardSidebar-module-scss-module__Hcz58G__settingsProfileSwitch{color:#9138f4;cursor:pointer;text-align:left;background:0 0;border:none;padding:10px 12px;font-size:14px;font-weight:600}.dashboardSidebar-module-scss-module__Hcz58G__settingsLogout{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 16px;font-size:15px;font-weight:600;transition:background-color .2s}.dashboardSidebar-module-scss-module__Hcz58G__settingsLogout:hover{background:#f9fafb}.dashboardSidebar-module-scss-module__Hcz58G__settingsHelpLink{color:#6b7280;border-radius:8px;padding:8px 10px;font-size:14px;font-weight:500;text-decoration:none;display:block}.dashboardSidebar-module-scss-module__Hcz58G__settingsHelpLink:hover{color:#2c2c2c;background:#0000000a}.dashboardSidebar-module-scss-module__Hcz58G__bottomNav{display:none}@media (max-width:768px){.dashboardSidebar-module-scss-module__Hcz58G__bottomNav{z-index:100;pointer-events:none;display:block;position:fixed;bottom:0;left:0;right:0}}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavBar{pointer-events:auto;padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));background:#fff;border-radius:22px 22px 0 0;grid-template-columns:1fr 76px 1fr;align-items:end;min-height:64px;display:grid;position:relative;box-shadow:0 -4px 24px #0f172a1a}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavBar:before{content:"";pointer-events:none;background:0 0;border-radius:50%;width:76px;height:76px;position:absolute;top:-26px;left:50%;transform:translate(-50%);box-shadow:0 32px #fff}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavGroup{justify-content:space-around;align-items:flex-end;gap:4px;min-width:0;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabSlot{flex-shrink:0;width:76px}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavItem{color:#9ca3af;cursor:pointer;-webkit-tap-highlight-color:#0000;background:0 0;border:none;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;min-width:0;max-width:76px;padding:4px 2px;text-decoration:none;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavItem.dashboardSidebar-module-scss-module__Hcz58G__active,.dashboardSidebar-module-scss-module__Hcz58G__bottomNavItem.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#9138f4}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavItemZadavač.dashboardSidebar-module-scss-module__Hcz58G__active,.dashboardSidebar-module-scss-module__Hcz58G__bottomNavItemZadavač.dashboardSidebar-module-scss-module__Hcz58G__active .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#53c87b}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavIconWrap{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavIconWrap .dashboardSidebar-module-scss-module__Hcz58G__badge{color:#fff;background-color:#9138f4;min-width:18px;height:18px;padding:0 5px;font-size:10px;position:absolute;top:-6px;right:-10px}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavLabel{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:600;line-height:1.2;overflow:hidden}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFab{pointer-events:auto;color:#fff;z-index:2;background:#9138f4;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:58px;height:58px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-42%);box-shadow:0 8px 24px #9138f461,0 2px 8px #0f172a1f}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFab:active{transform:translate(-50%,-40%)scale(.96)}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFab.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabActive{box-shadow:0 8px 28px #9138f47a,0 0 0 3px #9138f42e}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFab.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabZadavač{background:#53c87b;box-shadow:0 8px 24px #53c87b61,0 2px 8px #0f172a1f}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFab.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabZadavač.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabActive{box-shadow:0 8px 28px #53c87b7a,0 0 0 3px #53c87b33}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabIcon{color:#fff;justify-content:center;align-items:center;display:flex}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabIcon .dashboardSidebar-module-scss-module__Hcz58G__navIcon{color:#fff;width:24px;height:24px}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.dashboardSidebar-module-scss-module__Hcz58G__bottomNavFabLabel{color:#fff;margin-top:-2px;font-size:9px;font-weight:700;line-height:1}
.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__overlay{z-index:10050;overscroll-behavior:none;touch-action:none;-webkit-backdrop-filter:blur(18px)saturate(1.15);background:#f9faf847;justify-content:center;align-items:center;padding:24px;animation:.32s ease-out WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOverlayFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__overlaySolid{-webkit-backdrop-filter:none;background:#f9faf8}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__content{flex-direction:column;align-items:center;gap:28px;animation:.45s cubic-bezier(.22,1,.36,1) WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioContentRise;display:flex}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__iconStage{justify-content:center;align-items:center;width:112px;height:112px;animation:2.4s ease-in-out infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioIconFloat;display:flex;position:relative}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__ripple{opacity:0;pointer-events:none;border:2px solid #53c87b73;border-radius:28px;animation:2.2s cubic-bezier(.22,.61,.36,1) infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioRippleExpand;position:absolute;inset:4px}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__rippleDelayed{animation-delay:1.1s}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__orbit{pointer-events:none;border:2px dashed #53c87b38;border-radius:50%;width:118px;height:118px;animation:8s linear infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOrbitSpin;position:absolute}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__orbit:after{content:"";background:#53c87b;border-radius:50%;width:10px;height:10px;margin-left:-5px;animation:1.4s ease-in-out infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOrbitDotPulse;position:absolute;top:-5px;left:50%;box-shadow:0 0 12px #53c87ba6}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__icon{z-index:1;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 6px 28px #53c87b80);background:0 0;width:88px;height:88px;animation:1.5s ease-in-out infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioIconBreathe;position:relative}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__text{text-align:center;margin:0}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__textInner{letter-spacing:.02em;background:linear-gradient(90deg,#2c2c2c 0%,#53c87b 45%,#2c2c2c 90%) 0 0/200%;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700;animation:2.4s ease-in-out infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioTextShimmer;display:inline-block}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__dots{-webkit-text-fill-color:#2c2c2c;color:#2c2c2c;min-width:1.35em;margin-left:1px;display:inline-flex}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__dots span{animation:1s ease-in-out infinite WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioDotWave;display:inline-block}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__dots span:nth-child(2){animation-delay:.12s}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__dots span:nth-child(3){animation-delay:.24s}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(18px)saturate(1.15)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioContentRise{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioIconFloat{0%,to{transform:rotate(5deg)}50%{transform:rotate(-5deg)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioIconBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioRippleExpand{0%{opacity:.7;transform:scale(.85)}70%{opacity:.12}to{opacity:0;transform:scale(1.55)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOrbitSpin{to{transform:rotate(360deg)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioOrbitDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.35)}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioTextShimmer{0%,to{background-position:0%}50%{background-position:100%}}@keyframes WorkmioLoadingOverlay-module-scss-module__Lq9-RW__workmioDotWave{0%,55%,to{opacity:.2;transform:translateY(0)scale(1)}28%{opacity:1;transform:translateY(-5px)scale(1.15)}}@media screen and (max-width:480px){.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__content{gap:22px}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__iconStage{width:100px;height:100px}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__icon{width:76px;height:76px}.WorkmioLoadingOverlay-module-scss-module__Lq9-RW__textInner{font-size:17px}}
.Toast-module-scss-module__Lti1Pq__toast{z-index:10000;background-color:#fff;border-radius:8px;min-width:300px;max-width:500px;animation:.3s ease-out Toast-module-scss-module__Lti1Pq__slideIn;position:fixed;top:20px;right:20px;overflow:hidden;box-shadow:0 4px 12px #00000026}@media (max-width:768px){.Toast-module-scss-module__Lti1Pq__toast{min-width:auto;max-width:none;top:10px;left:10px;right:10px}}@keyframes Toast-module-scss-module__Lti1Pq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module-scss-module__Lti1Pq__toastContent{align-items:center;gap:12px;padding:16px 20px;display:flex}.Toast-module-scss-module__Lti1Pq__toastIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;font-weight:700;display:flex}.Toast-module-scss-module__Lti1Pq__toastMessage{color:#2c2c2c;flex:1;font-size:14px;line-height:1.5}.Toast-module-scss-module__Lti1Pq__toastClose{color:#6b7280;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:color .2s ease-in-out;display:flex}.Toast-module-scss-module__Lti1Pq__toastClose:hover{color:#2c2c2c}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__success{border-left:4px solid #10b981}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__success .Toast-module-scss-module__Lti1Pq__toastIcon{color:#10b981;background-color:#d1fae5}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__error{border-left:4px solid #ef4444}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__error .Toast-module-scss-module__Lti1Pq__toastIcon{color:#ef4444;background-color:#fee2e2}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__info{border-left:4px solid #3b82f6}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__info .Toast-module-scss-module__Lti1Pq__toastIcon{color:#3b82f6;background-color:#dbeafe}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__warning{border-left:4px solid #f59e0b}.Toast-module-scss-module__Lti1Pq__toast.Toast-module-scss-module__Lti1Pq__warning .Toast-module-scss-module__Lti1Pq__toastIcon{color:#f59e0b;background-color:#fef3c7}
.claimProfile-module-scss-module__2T7g5q__profileClaimBar{flex-shrink:0;justify-content:flex-end;align-items:center;margin:0;padding:0;display:flex}.claimProfile-module-scss-module__2T7g5q__claimButton{appearance:none;color:#9c9c9c;cursor:pointer;background:0 0;border:1px solid #9138f459;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;line-height:1.3;transition:color .15s,border-color .15s,background .15s}.claimProfile-module-scss-module__2T7g5q__claimButton:hover{color:#9138f4;background:#9138f40a;border-color:#9138f48c}.claimProfile-module-scss-module__2T7g5q__claimButton:focus-visible{outline-offset:2px;outline:2px solid #53c87b}.claimProfile-module-scss-module__2T7g5q__manageLink{appearance:none;color:#9138f4;cursor:pointer;background:0 0;border:1px solid #9138f440;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s}.claimProfile-module-scss-module__2T7g5q__manageLink:hover:not(:disabled){background:#9138f40f}.claimProfile-module-scss-module__2T7g5q__manageLink:disabled{opacity:.7;cursor:wait}.claimProfile-module-scss-module__2T7g5q__manageLink:focus-visible{outline-offset:2px;outline:2px solid #53c87b}.claimProfile-module-scss-module__2T7g5q__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.claimProfile-module-scss-module__2T7g5q__modalContent{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:880px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000040}.claimProfile-module-scss-module__2T7g5q__closeButton{z-index:2;color:#2c2c2c;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001f}.claimProfile-module-scss-module__2T7g5q__closeButton:hover{background:#f3f4f6}.claimProfile-module-scss-module__2T7g5q__modalBody{grid-template-columns:1fr 1fr;gap:32px;padding:40px 36px 36px;display:grid;overflow-y:auto}@media screen and (max-width:767px){.claimProfile-module-scss-module__2T7g5q__modalBody{grid-template-columns:1fr;gap:24px;padding:48px 24px 28px}}.claimProfile-module-scss-module__2T7g5q__promoTitle{color:#2c2c2c;margin:0 0 20px;font-size:24px;font-weight:700;line-height:1.3}@media screen and (max-width:767px){.claimProfile-module-scss-module__2T7g5q__promoTitle{font-size:20px}}.claimProfile-module-scss-module__2T7g5q__promoList{margin:0;padding:0 0 0 1.2rem;list-style:outside}.claimProfile-module-scss-module__2T7g5q__promoList li{color:#9c9c9c;margin-bottom:12px;font-size:15px;line-height:1.5}.claimProfile-module-scss-module__2T7g5q__promoList li:last-child{margin-bottom:0}.claimProfile-module-scss-module__2T7g5q__formTitle{margin:0 0 20px;font-size:18px;font-weight:700}.claimProfile-module-scss-module__2T7g5q__field{margin-bottom:16px}.claimProfile-module-scss-module__2T7g5q__label{color:#2c2c2c;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.claimProfile-module-scss-module__2T7g5q__input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px 14px;font-size:16px}.claimProfile-module-scss-module__2T7g5q__input:focus{border-color:#53c87b;outline:none;box-shadow:0 0 0 3px #53c87b26}.claimProfile-module-scss-module__2T7g5q__honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.claimProfile-module-scss-module__2T7g5q__submitButton{color:#fff;cursor:pointer;background:#53c87b;border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:background .15s}.claimProfile-module-scss-module__2T7g5q__submitButton:hover:not(:disabled){background:#45b06d}.claimProfile-module-scss-module__2T7g5q__submitButton:disabled{opacity:.65;cursor:not-allowed}.claimProfile-module-scss-module__2T7g5q__errorMessage{color:#b91c1c;margin:0 0 12px;font-size:14px}.claimProfile-module-scss-module__2T7g5q__successMessage{color:#53c87b;margin:0 0 12px;font-size:15px;font-weight:600;line-height:1.5}
.emptyState-module-scss-module__e38qQq__emptyState{text-align:center;color:#64748b;flex-direction:column;align-items:center;padding:40px 24px;display:flex}.emptyState-module-scss-module__e38qQq__icon{color:#94a3b8;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:flex}.emptyState-module-scss-module__e38qQq__message{max-width:380px;margin:0;font-size:14px}.emptyState-module-scss-module__e38qQq__action{margin-top:16px}
.pagination-module-scss-module__JSxz2a__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.pagination-module-scss-module__JSxz2a__total{color:#64748b;font-size:13px}.pagination-module-scss-module__JSxz2a__controls{align-items:center;gap:4px;margin-left:auto;display:flex}.pagination-module-scss-module__JSxz2a__pageGroup{align-items:center;display:inline-flex}.pagination-module-scss-module__JSxz2a__gap{color:#94a3b8;padding:0 4px}.pagination-module-scss-module__JSxz2a__navButton,.pagination-module-scss-module__JSxz2a__pageButton{color:#475569;border-radius:10px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:13px;font-weight:600;display:inline-flex}.pagination-module-scss-module__JSxz2a__navButton:hover:not(:disabled),.pagination-module-scss-module__JSxz2a__pageButton:hover:not(:disabled){background:#f1f5f9}.pagination-module-scss-module__JSxz2a__navButton:disabled,.pagination-module-scss-module__JSxz2a__pageButton:disabled{opacity:.4;cursor:not-allowed}.pagination-module-scss-module__JSxz2a__pageButtonActive{color:#fff;background:#9138f4}.pagination-module-scss-module__JSxz2a__pageButtonActive:hover{background:#9138f4}@media (max-width:560px){.pagination-module-scss-module__JSxz2a__pagination{justify-content:center}.pagination-module-scss-module__JSxz2a__total{text-align:center;width:100%}.pagination-module-scss-module__JSxz2a__controls{margin-left:0}}
.field-module-scss-module__Se6z8q__field{flex-direction:column;gap:6px;display:flex}.field-module-scss-module__Se6z8q__label{color:#334155;font-size:13px;font-weight:700}.field-module-scss-module__Se6z8q__required{color:#ef4444}.field-module-scss-module__Se6z8q__error{color:#991b1b;margin:0;font-size:12px}.field-module-scss-module__Se6z8q__hint{color:#94a3b8;margin:0;font-size:12px}.field-module-scss-module__Se6z8q__input,.field-module-scss-module__Se6z8q__select,.field-module-scss-module__Se6z8q__textarea{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 13px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.field-module-scss-module__Se6z8q__input:focus,.field-module-scss-module__Se6z8q__select:focus,.field-module-scss-module__Se6z8q__textarea:focus{border-color:#9138f4;outline:none;box-shadow:0 0 0 3px #9138f41f}.field-module-scss-module__Se6z8q__input::placeholder,.field-module-scss-module__Se6z8q__select::placeholder,.field-module-scss-module__Se6z8q__textarea::placeholder{color:#94a3b8}.field-module-scss-module__Se6z8q__textarea{resize:vertical;min-height:96px}.field-module-scss-module__Se6z8q__inputError{border-color:#ef4444}.field-module-scss-module__Se6z8q__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.field-module-scss-module__Se6z8q__checkboxRow{align-items:center;gap:8px;display:flex}.field-module-scss-module__Se6z8q__checkbox{appearance:none;cursor:pointer;border:1.5px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background-color .15s,border-color .15s;display:inline-flex}.field-module-scss-module__Se6z8q__checkbox:checked{background:#9138f4;border-color:#9138f4}.field-module-scss-module__Se6z8q__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;transform:rotate(45deg)translate(-1px,-1px)}.field-module-scss-module__Se6z8q__checkboxLabel{color:#334155;cursor:pointer;font-size:13px;font-weight:600}
.userEditModal-module-scss-module__y40Uba__form{flex-direction:column;gap:16px;display:flex}
.jobRow-module-scss-module__49FSGG__row{background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:1fr auto;gap:16px;padding:20px;display:grid;box-shadow:0 1px 2px #0f172a0f}.jobRow-module-scss-module__49FSGG__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.jobRow-module-scss-module__49FSGG__title{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.3}.jobRow-module-scss-module__49FSGG__statusGroup{flex-shrink:0;align-items:center;gap:8px;display:flex}.jobRow-module-scss-module__49FSGG__completionRatio{color:#64748b;font-size:12px;font-weight:700}.jobRow-module-scss-module__49FSGG__meta{color:#64748b;flex-wrap:wrap;gap:8px 16px;margin-top:8px;font-size:13px;display:flex}.jobRow-module-scss-module__49FSGG__desc{color:#334155;margin:12px 0;font-size:14px;line-height:1.5}.jobRow-module-scss-module__49FSGG__actions{flex-direction:column;align-items:stretch;gap:12px;min-width:170px;display:flex}.jobRow-module-scss-module__49FSGG__primaryZadavač{background:#53c87b!important;box-shadow:0 8px 18px #53c87b38!important}.jobRow-module-scss-module__49FSGG__primaryZadavač:hover:not(:disabled){background:#3dbf6a!important}.jobRow-module-scss-module__49FSGG__secondaryActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 10px;display:flex}.jobRow-module-scss-module__49FSGG__textLink{color:#64748b;cursor:pointer;background:0 0;border:none;padding:2px 0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none}.jobRow-module-scss-module__49FSGG__textLink:hover{color:#9138f4;text-decoration:underline}.jobRow-module-scss-module__49FSGG__textLinkDanger{color:#991b1b}.jobRow-module-scss-module__49FSGG__textLinkDanger:hover{color:#991b1b;text-decoration:underline}.jobRow-module-scss-module__49FSGG__rowZadavač .jobRow-module-scss-module__49FSGG__textLink:hover{color:#53c87b}@media (max-width:1024px){.jobRow-module-scss-module__49FSGG__row{grid-template-columns:1fr}.jobRow-module-scss-module__49FSGG__actions{min-width:auto}}
.AppDialogProvider-module-scss-module___8WHlG__overlay{z-index:5000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a57;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AppDialogProvider-module-scss-module___8WHlG__dialog{background:#fffffff5;border:1px solid #e2e8f0e6;border-radius:22px;grid-template-columns:auto 1fr;gap:16px;width:min(420px,100%);padding:22px;display:grid;box-shadow:0 28px 70px #0f172a38,inset 0 1px #fffc}.AppDialogProvider-module-scss-module___8WHlG__icon{color:#9138f4;background:#f5edff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:900;display:inline-flex}.AppDialogProvider-module-scss-module___8WHlG__content{min-width:0}.AppDialogProvider-module-scss-module___8WHlG__title{color:#0f172a;letter-spacing:-.02em;margin:0 0 8px;font-size:18px;font-weight:850}.AppDialogProvider-module-scss-module___8WHlG__message{color:#475569;white-space:pre-line;margin:0;font-size:14px;line-height:1.55}.AppDialogProvider-module-scss-module___8WHlG__actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:2px;display:flex}.AppDialogProvider-module-scss-module___8WHlG__confirmButton,.AppDialogProvider-module-scss-module___8WHlG__cancelButton{cursor:pointer;border:1px solid #0000;border-radius:999px;min-width:88px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:800}.AppDialogProvider-module-scss-module___8WHlG__confirmButton{color:#fff;background:#9138f4;box-shadow:0 10px 22px #9138f43d}.AppDialogProvider-module-scss-module___8WHlG__cancelButton{color:#475569;background:#fff;border-color:#cbd5e1}@media (max-width:520px){.AppDialogProvider-module-scss-module___8WHlG__overlay{align-items:flex-end;padding:14px}.AppDialogProvider-module-scss-module___8WHlG__dialog{border-radius:20px}.AppDialogProvider-module-scss-module___8WHlG__actions{flex-direction:column-reverse}.AppDialogProvider-module-scss-module___8WHlG__confirmButton,.AppDialogProvider-module-scss-module___8WHlG__cancelButton{width:100%}}
.jobEditModal-module-scss-module__By0n5a__form{flex-direction:column;gap:24px;display:flex}.jobEditModal-module-scss-module__By0n5a__formSection{flex-direction:column;gap:16px;display:flex}.jobEditModal-module-scss-module__By0n5a__formSection:not(:last-child){border-bottom:1px solid #f1f5f9;padding-bottom:20px}.jobEditModal-module-scss-module__By0n5a__sectionTitle{text-transform:uppercase;letter-spacing:.03em;color:#94a3b8;margin:0;font-size:13px;font-weight:700}.jobEditModal-module-scss-module__By0n5a__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:560px){.jobEditModal-module-scss-module__By0n5a__formRow{grid-template-columns:1fr}}
.conversationDetail-module-scss-module__dDOGha__conversationDetail{background-color:#fff;flex-direction:column;height:100%;max-height:100%;animation:.2s cubic-bezier(.4,0,.2,1) conversationDetail-module-scss-module__dDOGha__fadeIn;display:flex;position:relative;overflow:hidden;container:conversationDetail/inline-size}@media (min-width:769px){.conversationDetail-module-scss-module__dDOGha__conversationDetail{border-radius:0}}.conversationDetail-module-scss-module__dDOGha__body{flex:1;min-height:0;display:flex;overflow:hidden}.conversationDetail-module-scss-module__dDOGha__chatColumn{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.conversationDetail-module-scss-module__dDOGha__jobRail{background:#fcfcfd;border-left:1px solid #eef0f3;flex-direction:column;flex-shrink:0;gap:10px;width:220px;padding:14px;display:none;overflow-y:auto}@container conversationDetail (min-width:480px){.conversationDetail-module-scss-module__dDOGha__jobRail{display:flex}}.conversationDetail-module-scss-module__dDOGha__jobRailEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#9aa1ad;font-size:11px;font-weight:600}.conversationDetail-module-scss-module__dDOGha__jobRailTitle{color:#2c2c2c;margin:0;font-size:15px;font-weight:700}.conversationDetail-module-scss-module__dDOGha__jobRailStatus{display:block}.conversationDetail-module-scss-module__dDOGha__jobRailMeta{flex-direction:column;gap:8px;margin:4px 0 0;display:flex}.conversationDetail-module-scss-module__dDOGha__jobRailMeta div{justify-content:space-between;gap:10px;font-size:12.5px;display:flex}.conversationDetail-module-scss-module__dDOGha__jobRailMeta dt{color:#9aa1ad}.conversationDetail-module-scss-module__dDOGha__jobRailMeta dd{color:#2c2c2c;text-align:right;margin:0;font-weight:600}.conversationDetail-module-scss-module__dDOGha__jobRailLink{text-align:center;color:#2c2c2c;border:1px solid #d8dce2;border-radius:10px;margin-top:auto;padding:10px;font-size:13px;font-weight:600;text-decoration:none}.conversationDetail-module-scss-module__dDOGha__jobRailLink:hover{color:#9138f4;border-color:#9138f4}@keyframes conversationDetail-module-scss-module__dDOGha__fadeIn{0%{opacity:0}to{opacity:1}}.conversationDetail-module-scss-module__dDOGha__header{z-index:10;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;min-height:0;padding:10px 14px;display:flex;box-shadow:0 2px 8px #0f172a0f}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__header{flex-wrap:wrap;gap:8px;padding:10px 12px}}.conversationDetail-module-scss-module__dDOGha__backButton{cursor:pointer;color:#2c2c2c;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;transition:background-color .2s ease-in-out;display:none}.conversationDetail-module-scss-module__dDOGha__backButton:hover{background-color:#f3f4f6}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__backButton{display:flex}}.conversationDetail-module-scss-module__dDOGha__backButton svg{width:20px;height:20px}.conversationDetail-module-scss-module__dDOGha__participantInfo{flex:1;align-items:center;gap:12px;min-width:0;display:flex;overflow:hidden}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__participantInfo{flex:auto;gap:8px;min-width:0}}.conversationDetail-module-scss-module__dDOGha__avatar{color:#fff;background-color:#9138f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;overflow:hidden}.conversationDetail-module-scss-module__dDOGha__zadavač .conversationDetail-module-scss-module__dDOGha__avatar{background-color:#53c87b}.conversationDetail-module-scss-module__dDOGha__odbornik .conversationDetail-module-scss-module__dDOGha__avatar{background-color:#9138f4}.conversationDetail-module-scss-module__dDOGha__avatarImage{object-fit:cover;width:100%;height:100%}.conversationDetail-module-scss-module__dDOGha__participantName{color:#2c2c2c;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:18px;font-weight:600;overflow:hidden}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__participantName{font-size:16px}}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__participantName{margin:0 0 2px;font-size:14px}}.conversationDetail-module-scss-module__dDOGha__jobTitle{color:#9c9c9c;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__jobTitle{font-size:13px}}.conversationDetail-module-scss-module__dDOGha__messagesContainer{padding:14px;padding-bottom:calc(90px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;scroll-behavior:smooth;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow:hidden auto}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__messagesContainer{padding:12px;padding-bottom:calc(76px + env(safe-area-inset-bottom));gap:8px}}.conversationDetail-module-scss-module__dDOGha__messagesContainer{scrollbar-width:thin;scrollbar-color:#0003 #0000}.conversationDetail-module-scss-module__dDOGha__messagesContainer::-webkit-scrollbar{width:6px}.conversationDetail-module-scss-module__dDOGha__messagesContainer::-webkit-scrollbar-track{background:0 0}.conversationDetail-module-scss-module__dDOGha__messagesContainer::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px;transition:background-color .2s}.conversationDetail-module-scss-module__dDOGha__messagesContainer::-webkit-scrollbar-thumb:hover{background-color:#0000004d}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__messagesContainer{padding:10px;padding-bottom:calc(72px + env(safe-area-inset-bottom));gap:10px}}.conversationDetail-module-scss-module__dDOGha__loading,.conversationDetail-module-scss-module__dDOGha__emptyMessages,.conversationDetail-module-scss-module__dDOGha__emptyState{color:#9c9c9c;justify-content:center;align-items:center;padding:48px 24px;font-size:16px;display:flex}.conversationDetail-module-scss-module__dDOGha__feedSkeleton{flex-direction:column;gap:10px;padding:4px 0;display:flex}.conversationDetail-module-scss-module__dDOGha__messageSkeleton{justify-content:flex-start;display:flex}.conversationDetail-module-scss-module__dDOGha__messageSkeletonOwn{justify-content:flex-end}.conversationDetail-module-scss-module__dDOGha__messageSkeletonBubble{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:14px;width:min(68%,440px);height:42px;animation:1.2s linear infinite conversationDetail-module-scss-module__dDOGha__shimmer}.conversationDetail-module-scss-module__dDOGha__message{align-items:flex-end;gap:8px;max-width:min(72%,640px);display:flex}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__message{gap:6px;max-width:80%}}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__message{gap:4px;max-width:85%}}.conversationDetail-module-scss-module__dDOGha__ownMessage{flex-direction:row-reverse;align-self:flex-end}.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageContent{color:#fff;border-radius:18px 18px 4px;box-shadow:0 2px 4px #0000001a}.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageContent .conversationDetail-module-scss-module__dDOGha__messageTime{color:#fffc}.conversationDetail-module-scss-module__dDOGha__pendingOwnMessage{opacity:.72}.conversationDetail-module-scss-module__dDOGha__zadavačMessage.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageContent{background-color:#53c87b}.conversationDetail-module-scss-module__dDOGha__odbornikMessage.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageContent{background-color:#9138f4}.conversationDetail-module-scss-module__dDOGha__otherMessage{align-self:flex-start}.conversationDetail-module-scss-module__dDOGha__otherMessage .conversationDetail-module-scss-module__dDOGha__messageContent{color:#2c2c2c;background-color:#fff;border:1px solid #e5e7eb;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #0000001a}.conversationDetail-module-scss-module__dDOGha__messageAvatar{color:#fff;background-color:#9138f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex;overflow:hidden}.conversationDetail-module-scss-module__dDOGha__zadavač .conversationDetail-module-scss-module__dDOGha__messageAvatar{background-color:#53c87b}.conversationDetail-module-scss-module__dDOGha__odbornik .conversationDetail-module-scss-module__dDOGha__messageAvatar{background-color:#9138f4}.conversationDetail-module-scss-module__dDOGha__messageContent{align-items:flex-end;gap:6px;max-width:100%;padding:10px 12px;display:flex}.conversationDetail-module-scss-module__dDOGha__messageText{color:#2c2c2c;word-wrap:break-word;flex:1;margin:0;font-size:14px;line-height:1.4}.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageText{color:#fff}.conversationDetail-module-scss-module__dDOGha__messageTime{color:#9c9c9c;white-space:nowrap;opacity:.8;flex-shrink:0;margin-left:8px;font-size:11px;display:inline-block}.conversationDetail-module-scss-module__dDOGha__ownMessage .conversationDetail-module-scss-module__dDOGha__messageTime{color:#ffffffe6}.conversationDetail-module-scss-module__dDOGha__otherMessage .conversationDetail-module-scss-module__dDOGha__messageTime{color:#9c9c9c}.conversationDetail-module-scss-module__dDOGha__systemMessage{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:12px 0;display:flex}.conversationDetail-module-scss-module__dDOGha__systemMessageText{color:#9c9c9c;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;margin:0 0 4px;padding:6px 12px;font-size:12px;font-style:italic}.conversationDetail-module-scss-module__dDOGha__systemMessageTime{color:#9c9c9c;opacity:.7;font-size:11px}.conversationDetail-module-scss-module__dDOGha__messageInput{padding:10px 12px calc(10px + env(safe-area-inset-bottom));z-index:20;background-color:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:0;display:grid;position:sticky;bottom:0;box-shadow:0 -4px 16px #0f172a14}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__messageInput{padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:8px}}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__messageInput{padding:8px 10px calc(8px + env(safe-area-inset-bottom));gap:6px}}.conversationDetail-module-scss-module__dDOGha__reviewPromptCard{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;margin:0 12px 8px;padding:12px 16px;display:flex}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__reviewPromptCard{flex-direction:column;align-items:stretch}}.conversationDetail-module-scss-module__dDOGha__reviewPromptText{flex-direction:column;gap:4px;min-width:0;display:flex}.conversationDetail-module-scss-module__dDOGha__reviewPromptText strong{color:#14532d;font-size:14px}.conversationDetail-module-scss-module__dDOGha__reviewPromptText span{color:#166534;font-size:13px;line-height:1.45}.conversationDetail-module-scss-module__dDOGha__reviewPromptButton{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__reviewPromptButton{width:100%}}.conversationDetail-module-scss-module__dDOGha__failedOwnMessage .conversationDetail-module-scss-module__dDOGha__messageContent{border:1px solid #fecaca}.conversationDetail-module-scss-module__dDOGha__retryButton{color:#fecaca;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.conversationDetail-module-scss-module__dDOGha__retryButton:hover{color:#fff}.conversationDetail-module-scss-module__dDOGha__lockedConversationPanel{padding:12px 14px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#ffffffeb;border-top:1px solid #e2e8f0f2;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 18px #0f172a14}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__lockedConversationPanel{padding:12px 12px calc(12px + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;gap:10px}}.conversationDetail-module-scss-module__dDOGha__lockedConversationText{flex-direction:column;gap:4px;min-width:0;display:flex}.conversationDetail-module-scss-module__dDOGha__lockedConversationText strong{color:#0f172a;font-size:14px;line-height:1.35}.conversationDetail-module-scss-module__dDOGha__lockedConversationText span{color:#64748b;font-size:13px;line-height:1.45}.conversationDetail-module-scss-module__dDOGha__lockedConversationButton{color:#fff;cursor:pointer;background:#9138f4;border:none;border-radius:12px;flex-shrink:0;min-height:44px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 10px 20px #9138f42e}.conversationDetail-module-scss-module__dDOGha__lockedConversationButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #9138f43d}.conversationDetail-module-scss-module__dDOGha__lockedConversationButton:disabled{opacity:.65;cursor:not-allowed}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__lockedConversationButton{width:100%}}.conversationDetail-module-scss-module__dDOGha__lockedConversationButtonZadavač{background:#53c87b;box-shadow:0 10px 20px #53c87b2e}.conversationDetail-module-scss-module__dDOGha__lockedConversationButtonZadavač:hover:not(:disabled){box-shadow:0 12px 24px #53c87b3d}.conversationDetail-module-scss-module__dDOGha__input{color:#2c2c2c;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;outline:none;width:100%;min-width:0;padding:12px 16px;font-family:inherit;font-size:16px;transition:all .2s ease-in-out}.conversationDetail-module-scss-module__dDOGha__input::placeholder{color:#9c9c9c}.conversationDetail-module-scss-module__dDOGha__input:focus{background-color:#fff;border-color:#9138f4;box-shadow:0 0 0 3px #9138f41a}.conversationDetail-module-scss-module__dDOGha__input:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__input{padding:10px 12px}}.conversationDetail-module-scss-module__dDOGha__sendButton{color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s ease-in-out;display:flex;box-shadow:0 2px 4px #0000001a}.conversationDetail-module-scss-module__dDOGha__sendButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.conversationDetail-module-scss-module__dDOGha__sendButton:disabled{opacity:.5;cursor:not-allowed}.conversationDetail-module-scss-module__dDOGha__sendButton svg{width:18px;height:18px}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__sendButton{width:36px;height:36px}.conversationDetail-module-scss-module__dDOGha__sendButton svg{width:16px;height:16px}}.conversationDetail-module-scss-module__dDOGha__headerActions{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__headerActions{flex-wrap:wrap;justify-content:flex-start;gap:6px;width:100%;margin-top:8px;margin-left:0}}.conversationDetail-module-scss-module__dDOGha__completeButton{color:#fff;cursor:pointer;white-space:nowrap;background-color:#53c87b;border:none;border-radius:8px;flex-shrink:0;min-height:44px;padding:10px 16px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000001a}.conversationDetail-module-scss-module__dDOGha__completeButton:hover:not(:disabled){background-color:#38b061;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.conversationDetail-module-scss-module__dDOGha__completeButton:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__completeButton{white-space:normal;text-align:center;flex:auto;min-width:0;padding:10px 16px;font-size:13px}}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__completeButton{padding:8px 12px;font-size:12px}}.conversationDetail-module-scss-module__dDOGha__assignButton{color:#53c87b;cursor:pointer;white-space:nowrap;background-color:#0000;border:2px solid #53c87b;border-radius:8px;flex-shrink:0;min-height:44px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s ease-in-out}.conversationDetail-module-scss-module__dDOGha__assignButton:hover:not(:disabled){color:#fff;background-color:#53c87b}.conversationDetail-module-scss-module__dDOGha__assignButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__assignButton{white-space:normal;text-align:center;flex:auto;min-width:0;padding:8px 14px;font-size:12px}}@media (max-width:480px){.conversationDetail-module-scss-module__dDOGha__assignButton{padding:6px 10px;font-size:11px}}.conversationDetail-module-scss-module__dDOGha__jobDetailsButton{color:#334155;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.conversationDetail-module-scss-module__dDOGha__jobDetailsButton:hover:not(:disabled){color:#0f172a;background-color:#f8fafc;border-color:#cbd5e1}.conversationDetail-module-scss-module__dDOGha__jobDetailsButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.conversationDetail-module-scss-module__dDOGha__jobDetailsButton{white-space:normal;text-align:center;flex:auto;width:100%;min-width:0;padding:10px 16px;font-size:14px}}.conversationDetail-module-scss-module__dDOGha__zadavačButton{background-color:#53c87b}.conversationDetail-module-scss-module__dDOGha__zadavačButton:hover:not(:disabled){background-color:#38b061}.conversationDetail-module-scss-module__dDOGha__odbornikButton{background-color:#9138f4}.conversationDetail-module-scss-module__dDOGha__odbornikButton:hover:not(:disabled){background-color:#770dec}.conversationDetail-module-scss-module__dDOGha__zadavač .conversationDetail-module-scss-module__dDOGha__input:focus{border-color:#53c87b;box-shadow:0 0 0 3px #53c87b1a}.conversationDetail-module-scss-module__dDOGha__odbornik .conversationDetail-module-scss-module__dDOGha__input:focus{border-color:#9138f4;box-shadow:0 0 0 3px #9138f41a}@keyframes conversationDetail-module-scss-module__dDOGha__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.filterBar-module-scss-module__KORx1a__bar{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.filterBar-module-scss-module__KORx1a__group{flex-direction:column;gap:6px;min-width:150px;display:flex}.filterBar-module-scss-module__KORx1a__label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:700}@media (max-width:640px){.filterBar-module-scss-module__KORx1a__group{flex:1;min-width:130px}}
.skeleton-module-scss-module__K1KQzW__skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%) 0 0/400% 100%;border-radius:10px;animation:1.4s infinite skeleton-module-scss-module__K1KQzW__skeleton-shimmer;display:block}@keyframes skeleton-module-scss-module__K1KQzW__skeleton-shimmer{0%{background-position:100%}to{background-position:0}}
.reviewModal-module-scss-module__Ar6_PG__reviewForm{flex-direction:column;display:flex}.reviewModal-module-scss-module__Ar6_PG__ratingSection{margin-bottom:24px}.reviewModal-module-scss-module__Ar6_PG__ratingLabel{color:#0f172a;margin-bottom:12px;font-size:15px;font-weight:600;display:block}.reviewModal-module-scss-module__Ar6_PG__starsContainer{align-items:center;gap:8px;display:flex}.reviewModal-module-scss-module__Ar6_PG__starButton{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .1s}.reviewModal-module-scss-module__Ar6_PG__starButton:hover{transform:scale(1.1)}.reviewModal-module-scss-module__Ar6_PG__starButton:active{transform:scale(.95)}.reviewModal-module-scss-module__Ar6_PG__textSection{margin-bottom:16px}.reviewModal-module-scss-module__Ar6_PG__textLabel{color:#0f172a;margin-bottom:12px;font-size:15px;font-weight:600;display:block}.reviewModal-module-scss-module__Ar6_PG__textarea{resize:vertical;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;min-height:120px;padding:12px;font-family:inherit;font-size:14px}.reviewModal-module-scss-module__Ar6_PG__textarea:focus{border-color:#53c87b;outline:none;box-shadow:0 0 0 3px #53c87b1f}.reviewModal-module-scss-module__Ar6_PG__charCount{color:#94a3b8;text-align:right;margin-top:5px;font-size:12px}.reviewModal-module-scss-module__Ar6_PG__error{color:#991b1b;background-color:#fee2e2;border-radius:6px;margin-bottom:12px;padding:10px;font-size:14px}.reviewModal-module-scss-module__Ar6_PG__successMessage{text-align:center;padding:40px 16px}.reviewModal-module-scss-module__Ar6_PG__successMessage svg{margin-bottom:20px}.reviewModal-module-scss-module__Ar6_PG__successMessage p{color:#53c87b;margin:0;font-size:18px;font-weight:600}.reviewModal-module-scss-module__Ar6_PG__formActionsRight{justify-content:flex-end;gap:12px;display:flex}.reviewModal-module-scss-module__Ar6_PG__footerLeft{flex:1;align-items:center;display:flex}.reviewModal-module-scss-module__Ar6_PG__loadingState{flex-direction:column;gap:16px;padding:16px 0;display:flex}
.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__banner{margin-bottom:24px}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__inner{color:#4c1d95;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:14px;padding:18px 20px}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__title{color:#2c2c2c;margin:0 0 8px;font-size:17px;font-weight:700}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__text{color:#374151;margin:0;font-size:15px;line-height:1.55}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__text strong{color:#4c1d95}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__link{color:#9138f4;text-underline-offset:3px;margin-top:12px;font-size:14px;font-weight:700;text-decoration:underline;display:inline-block}.ExpertOnboardingCompleteNotice-module-scss-module__nqvn9a__link:hover{color:#6d28d9}
.dashboardLayout-module-scss-module__L5jp9a__dashboardLayout{background-color:#f8fafc;flex-direction:row;width:100%;min-height:100vh;display:flex;overflow-x:clip}.dashboardLayout-module-scss-module__L5jp9a__dashboardMain{flex-direction:column;flex:1;width:100%;min-width:0;min-height:100vh;display:flex;overflow:clip visible}.dashboardLayout-module-scss-module__L5jp9a__mainContent{box-sizing:border-box;background-color:#f8fafc;flex:1;width:100%;min-width:0;max-width:100%;padding:32px 28px 40px;overflow-x:clip}.dashboardLayout-module-scss-module__L5jp9a__mainContent .zpravy{width:100%;height:calc(100vh - 145px);min-height:calc(100vh - 145px);position:relative}@media (max-width:768px){.dashboardLayout-module-scss-module__L5jp9a__mainContent{padding:20px 16px calc(88px + env(safe-area-inset-bottom,0px));width:100%;max-width:100%}.dashboardLayout-module-scss-module__L5jp9a__mainContent .zpravy{height:calc(100vh - 73px - 20px - 88px - env(safe-area-inset-bottom,0px));min-height:calc(100vh - 73px - 20px - 88px - env(safe-area-inset-bottom,0px))}}@media (max-width:480px){.dashboardLayout-module-scss-module__L5jp9a__mainContent{padding:16px 12px calc(88px + env(safe-area-inset-bottom,0px))}.dashboardLayout-module-scss-module__L5jp9a__mainContent .zpravy{height:calc(100vh - 73px - 16px - 88px - env(safe-area-inset-bottom,0px));min-height:calc(100vh - 73px - 16px - 88px - env(safe-area-inset-bottom,0px))}}
.SearchableSelect-module-scss-module__CKP41W__field{margin-bottom:14px}.SearchableSelect-module-scss-module__CKP41W__label{color:#2c2c2c;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.SearchableSelect-module-scss-module__CKP41W__required{color:#dc2626;margin-left:4px}.SearchableSelect-module-scss-module__CKP41W__hint{color:#9c9c9c;margin:0 0 8px;font-size:13px;line-height:1.45}.SearchableSelect-module-scss-module__CKP41W__wrap{position:relative}.SearchableSelect-module-scss-module__CKP41W__trigger{color:#2c2c2c;cursor:pointer;text-align:left;background:#fff;border:2px solid #d1d5db;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:48px;padding:12px 14px;font-size:15px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:flex}.SearchableSelect-module-scss-module__CKP41W__trigger:hover:not(:disabled){border-color:#9ca3af}.SearchableSelect-module-scss-module__CKP41W__trigger:focus-visible{border-color:#9138f4;outline:none;box-shadow:0 0 0 3px #7b3fe41a}.SearchableSelect-module-scss-module__CKP41W__trigger:disabled{color:#9ca3af;cursor:not-allowed;opacity:.85;background:#f3f4f6}.SearchableSelect-module-scss-module__CKP41W__open{border-color:#9138f4;box-shadow:0 0 0 3px #7b3fe41a}.SearchableSelect-module-scss-module__CKP41W__placeholder{color:#9ca3af}.SearchableSelect-module-scss-module__CKP41W__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.SearchableSelect-module-scss-module__CKP41W__chevron{color:#2c2c2c;flex-shrink:0;transition:transform .2s}.SearchableSelect-module-scss-module__CKP41W__chevronUp{transform:rotate(180deg)}.SearchableSelect-module-scss-module__CKP41W__menu{z-index:50;background:#fff;border:1px solid #d1d5db;border-radius:10px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.SearchableSelect-module-scss-module__CKP41W__search{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:10px 12px}.SearchableSelect-module-scss-module__CKP41W__search input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.SearchableSelect-module-scss-module__CKP41W__search input:focus{border-color:#9138f4;outline:none;box-shadow:0 0 0 2px #7b3fe41f}.SearchableSelect-module-scss-module__CKP41W__list{max-height:280px;padding:4px 0;overflow-y:auto}.SearchableSelect-module-scss-module__CKP41W__option{text-align:left;color:#2c2c2c;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 14px;font-size:14px}.SearchableSelect-module-scss-module__CKP41W__option strong{color:#9138f4;font-weight:700}.SearchableSelect-module-scss-module__CKP41W__option:hover,.SearchableSelect-module-scss-module__CKP41W__option.SearchableSelect-module-scss-module__CKP41W__focused{background:#f5f3ff}.SearchableSelect-module-scss-module__CKP41W__option.SearchableSelect-module-scss-module__CKP41W__selected{background:#ede9fe;font-weight:600}.SearchableSelect-module-scss-module__CKP41W__empty{color:#9c9c9c;text-align:center;padding:16px 14px;font-size:14px}
.searchInput-module-scss-module__Xc43CG__wrapper{flex:1;align-items:center;min-width:220px;display:flex;position:relative}.searchInput-module-scss-module__Xc43CG__icon{color:#94a3b8;pointer-events:none;position:absolute;left:13px}.searchInput-module-scss-module__Xc43CG__input{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 40px 10px 38px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.searchInput-module-scss-module__Xc43CG__input:focus{border-color:#9138f4;outline:none;box-shadow:0 0 0 3px #9138f41f}.searchInput-module-scss-module__Xc43CG__input::placeholder{color:#94a3b8}.searchInput-module-scss-module__Xc43CG__clear{color:#94a3b8;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;right:10px}.searchInput-module-scss-module__Xc43CG__clear:hover{color:#334155;background:#f1f5f9}
.statCard-module-scss-module__IXS1Ia__card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:0;padding:20px;box-shadow:0 1px 2px #0f172a0f}.statCard-module-scss-module__IXS1Ia__label{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin:0 0 8px;font-size:12px;font-weight:700}.statCard-module-scss-module__IXS1Ia__value{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:28px;font-weight:800}.statCard-module-scss-module__IXS1Ia__meta{color:#94a3b8;margin:4px 0 0;font-size:12px}.statCard-module-scss-module__IXS1Ia__tone_success{border-color:#6ee7b7}.statCard-module-scss-module__IXS1Ia__tone_warning{border-color:#fde68a}.statCard-module-scss-module__IXS1Ia__tone_error{border-color:#fca5a5}
