.NewUserHomePage-module__2vguIa__container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding:1rem;display:flex}.NewUserHomePage-module__2vguIa__logo{width:300px;height:auto}.NewUserHomePage-module__2vguIa__message{text-align:center;width:100%;max-width:500px}.NewUserHomePage-module__2vguIa__logoutButton{width:100%;max-width:500px}
.NotificationSidebar-module__SHpjlG__overlay{z-index:1100;opacity:0;visibility:hidden;background:#0006;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.NotificationSidebar-module__SHpjlG__overlayVisible{opacity:1;visibility:visible}.NotificationSidebar-module__SHpjlG__sidebar{background:var(--surface-card);z-index:1101;flex-direction:column;width:420px;max-width:100vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.NotificationSidebar-module__SHpjlG__sidebarOpen{transform:translate(0)}.NotificationSidebar-module__SHpjlG__header{border-bottom:1px solid var(--surface-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotificationSidebar-module__SHpjlG__headerTitle{color:var(--text-color);margin:0;font-size:1.15rem;font-weight:600}.NotificationSidebar-module__SHpjlG__headerActions{align-items:center;gap:.5rem;display:flex}.NotificationSidebar-module__SHpjlG__closeBtn{width:2rem;height:2rem;color:var(--text-color-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.NotificationSidebar-module__SHpjlG__closeBtn:hover{background:var(--surface-hover);color:var(--text-color)}.NotificationSidebar-module__SHpjlG__closeBtn i{font-size:1rem}.NotificationSidebar-module__SHpjlG__content{flex:1;padding:0;overflow-y:auto}.NotificationSidebar-module__SHpjlG__notificationList{margin:0;padding:0;list-style:none}.NotificationSidebar-module__SHpjlG__notificationItem{border-bottom:1px solid var(--surface-border);cursor:default;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.NotificationSidebar-module__SHpjlG__notificationItem:hover{background:var(--surface-hover)}.NotificationSidebar-module__SHpjlG__notificationDot{background:var(--primary-color);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}.NotificationSidebar-module__SHpjlG__notificationBody{flex:1;min-width:0}.NotificationSidebar-module__SHpjlG__notificationTitle{color:var(--text-color);margin-bottom:.25rem;font-size:.95rem;font-weight:600;line-height:1.3}.NotificationSidebar-module__SHpjlG__notificationText{color:var(--text-color-secondary);word-break:break-word;font-size:.9rem;line-height:1.45}.NotificationSidebar-module__SHpjlG__notificationTextTruncated{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.NotificationSidebar-module__SHpjlG__showMoreBtn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;margin-top:.25rem;padding:0;font-size:.85rem;transition:color .2s}.NotificationSidebar-module__SHpjlG__showMoreBtn:hover{color:var(--primary-color-text,var(--primary-700));text-decoration:underline}.NotificationSidebar-module__SHpjlG__notificationMeta{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.NotificationSidebar-module__SHpjlG__notificationDate{color:var(--text-color-secondary);white-space:nowrap;font-size:.8rem}.NotificationSidebar-module__SHpjlG__markReadBtn{color:var(--text-color-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.8rem;transition:color .2s}.NotificationSidebar-module__SHpjlG__markReadBtn:hover{color:var(--primary-color)}.NotificationSidebar-module__SHpjlG__emptyState{text-align:center;color:var(--text-color-secondary);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.NotificationSidebar-module__SHpjlG__emptyState i{opacity:.4;margin-bottom:1rem;font-size:3rem}.NotificationSidebar-module__SHpjlG__emptyState p{margin:0;font-size:.95rem}.NotificationSidebar-module__SHpjlG__loadingState{justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.NotificationSidebar-module__SHpjlG__errorState{text-align:center;color:var(--red-500);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.NotificationSidebar-module__SHpjlG__errorState i{margin-bottom:.75rem;font-size:2rem}.NotificationSidebar-module__SHpjlG__errorState p{margin:0;font-size:.9rem}.NotificationSidebar-module__SHpjlG__footer{border-top:1px solid var(--surface-border);flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.NotificationSidebar-module__SHpjlG__pageBtn{border:1px solid var(--surface-border);width:2rem;height:2rem;color:var(--text-color);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.NotificationSidebar-module__SHpjlG__pageBtn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--primary-color);color:var(--primary-color)}.NotificationSidebar-module__SHpjlG__pageBtn:disabled{opacity:.4;cursor:not-allowed}.NotificationSidebar-module__SHpjlG__pageBtn i{font-size:.85rem}.NotificationSidebar-module__SHpjlG__pageInfo{color:var(--text-color-secondary);padding:0 .5rem;font-size:.85rem}@media (max-width:480px){.NotificationSidebar-module__SHpjlG__sidebar{width:100vw;top:env(safe-area-inset-top,0);height:100dvh;bottom:auto}}
.BaseHeader-module__1gBsMa__header{background:var(--surface-card);border-bottom:1px solid var(--surface-border);z-index:1000;padding:.75rem 1.5rem;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.BaseHeader-module__1gBsMa__container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:100%;margin:0 auto;display:flex}.BaseHeader-module__1gBsMa__logo{flex-shrink:0;min-width:120px}.BaseHeader-module__1gBsMa__logo a{align-items:center;height:40px;text-decoration:none;display:flex}.BaseHeader-module__1gBsMa__logoImage,.BaseHeader-module__1gBsMa__logo img,.BaseHeader-module__1gBsMa__logo a img{max-width:205px;object-fit:contain!important;width:auto!important;height:100%!important}.BaseHeader-module__1gBsMa__desktopMenu{align-items:center;gap:1rem;display:flex}.BaseHeader-module__1gBsMa__iconLink,.BaseHeader-module__1gBsMa__iconButton{width:2.5rem;height:2.5rem;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:relative}.BaseHeader-module__1gBsMa__iconLink:hover,.BaseHeader-module__1gBsMa__iconButton:hover{background:var(--surface-hover);color:var(--primary-color)}.BaseHeader-module__1gBsMa__iconLink i,.BaseHeader-module__1gBsMa__iconButton i{font-size:1.25rem}.BaseHeader-module__1gBsMa__badge{position:absolute;top:0;right:0;transform:translate(25%,-25%)}.BaseHeader-module__1gBsMa__settingsWrapper{position:relative}.BaseHeader-module__1gBsMa__settingsMenu{margin-top:.5rem;position:absolute!important;top:100%!important;left:auto!important;right:0!important}.BaseHeader-module__1gBsMa__mobileMenu{align-items:center;gap:.75rem;display:none;position:relative}.BaseHeader-module__1gBsMa__mobileInlineButton{width:2.5rem;height:2.5rem;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:relative}.BaseHeader-module__1gBsMa__mobileInlineButton:hover{background:var(--surface-hover);color:var(--primary-color)}.BaseHeader-module__1gBsMa__mobileInlineButton i{font-size:1.25rem}.BaseHeader-module__1gBsMa__mobileMenuButton{height:2.5rem;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.BaseHeader-module__1gBsMa__mobileMenuButton:hover{background:var(--surface-hover);color:var(--primary-color)}.BaseHeader-module__1gBsMa__mobileMenuButton i{font-size:1.5rem}.BaseHeader-module__1gBsMa__mobileMenuPopup{margin-top:.5rem;position:absolute!important;top:100%!important;left:auto!important;right:0!important}.BaseHeader-module__1gBsMa__mobileMenuItem{align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.BaseHeader-module__1gBsMa__menuIcon{justify-content:center;align-items:center;width:1.5rem;display:inline-flex;position:relative}.BaseHeader-module__1gBsMa__menuLabel{flex:1}.BaseHeader-module__1gBsMa__mobileDot{background:var(--red-500);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}@media (max-width:1200px){.BaseHeader-module__1gBsMa__header{padding:.75rem 1rem}.BaseHeader-module__1gBsMa__desktopMenu{display:none}.BaseHeader-module__1gBsMa__mobileMenu{display:flex}}@media (max-width:768px){.BaseHeader-module__1gBsMa__logo a img{max-width:160px}}
.PageHeader-module__bykAEq__container{padding:1.5rem 2rem 0}.PageHeader-module__bykAEq__topRow{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.PageHeader-module__bykAEq__backLink{color:var(--text-color-secondary);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.PageHeader-module__bykAEq__backLink:hover{color:var(--primary-color)}.PageHeader-module__bykAEq__backLink i{font-size:.75rem}.PageHeader-module__bykAEq__titleRow{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.PageHeader-module__bykAEq__title{color:var(--text-color);margin:0;font-size:1.75rem;font-weight:600}.PageHeader-module__bykAEq__settingsButton{width:2.5rem;height:2.5rem;color:var(--text-color-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.PageHeader-module__bykAEq__settingsButton:hover{background:var(--surface-hover);color:var(--primary-color)}.PageHeader-module__bykAEq__settingsButton i{font-size:1.5rem}.PageHeader-module__bykAEq__tabs{align-items:center;gap:0;display:flex}.PageHeader-module__bykAEq__tab{color:var(--text-color-secondary);border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;text-decoration:none;transition:all .2s;display:inline-flex}.PageHeader-module__bykAEq__tab:hover{color:var(--text-color)}.PageHeader-module__bykAEq__tabActive,.PageHeader-module__bykAEq__tabActive:hover{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:500}.PageHeader-module__bykAEq__badge{background:var(--red-500);color:#fff;border-radius:.625rem;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;display:inline-flex}.PageHeader-module__bykAEq__badgeActive{background:var(--primary-color)}@media (max-width:768px){.PageHeader-module__bykAEq__container{padding:1rem}.PageHeader-module__bykAEq__title{font-size:1.5rem}.PageHeader-module__bykAEq__tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.PageHeader-module__bykAEq__tab{white-space:nowrap;padding:.5rem .75rem;font-size:.875rem}}
.EditDocumentDialog-module__kY4HiG__dialogContent{flex-direction:column;gap:1.5rem;padding:1rem 0;display:flex}.EditDocumentDialog-module__kY4HiG__loading{justify-content:center;align-items:center;padding:2rem;display:flex}.EditDocumentDialog-module__kY4HiG__field{flex-direction:column;gap:.5rem;display:flex}.EditDocumentDialog-module__kY4HiG__label{color:var(--text-color);font-size:.95rem;font-weight:600}.EditDocumentDialog-module__kY4HiG__required{color:var(--primary-color);margin-left:.25rem}.EditDocumentDialog-module__kY4HiG__dropdown{width:100%}.EditDocumentDialog-module__kY4HiG__textarea{resize:vertical;width:100%}.EditDocumentDialog-module__kY4HiG__dialogFooter{justify-content:flex-start;gap:.5rem;display:flex}.EditDocumentDialog-module__kY4HiG__errorMessage{width:100%}
.ResetFiltersButton-module__wfbRDG__resetButton .p-button-label{display:inline}@media (max-width:768px){.ResetFiltersButton-module__wfbRDG__resetButton .p-button-label{display:none}.ResetFiltersButton-module__wfbRDG__resetButton{min-width:auto;padding:.5rem}.ResetFiltersButton-module__wfbRDG__resetButton .p-button-icon{margin:0}}
.ClientDocumentsTable-module__c6cG2W__toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.ClientDocumentsTable-module__c6cG2W__searchWrapper{flex:0 300px;display:inline-flex;position:relative}.ClientDocumentsTable-module__c6cG2W__searchWrapper i{color:var(--text-color-secondary);position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.ClientDocumentsTable-module__c6cG2W__searchWrapper i:hover{color:var(--text-color)}.ClientDocumentsTable-module__c6cG2W__searchInput{width:100%;padding-right:2.5rem}
.StaffDocumentsTable-module__-dwh9q__toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.StaffDocumentsTable-module__-dwh9q__searchWrapper{flex:0 300px;display:inline-flex;position:relative}.StaffDocumentsTable-module__-dwh9q__searchWrapper i{color:var(--text-color-secondary);position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.StaffDocumentsTable-module__-dwh9q__searchWrapper i:hover{color:var(--text-color)}.StaffDocumentsTable-module__-dwh9q__searchInput{width:100%;padding-right:2.5rem}.StaffDocumentsTable-module__-dwh9q__actionsPanel{background:var(--surface-card);border-top:1px solid var(--surface-border);z-index:1000;padding:1rem 2rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000001a}.StaffDocumentsTable-module__-dwh9q__actionsContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.StaffDocumentsTable-module__-dwh9q__selectedInfo{flex-direction:column;gap:4px;display:flex}.StaffDocumentsTable-module__-dwh9q__selectedCount{color:var(--text-color);font-weight:600}.StaffDocumentsTable-module__-dwh9q__resetButton{color:var(--primary-color);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin:0;padding:0;font-size:.85rem;text-decoration:underline}.StaffDocumentsTable-module__-dwh9q__buttons{gap:.5rem;display:flex}
.CompanyPage-module__91swya__loadingContainer{justify-content:center;padding:2rem;display:flex}.CompanyPage-module__91swya__errorContainer{padding:1rem}.CompanyPage-module__91swya__statusContainer{margin-top:1rem;padding:0 2rem}.CompanyPage-module__91swya__messageContent{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.CompanyPage-module__91swya__linkButton{color:var(--primary-color);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;font-weight:500;text-decoration:underline;transition:color .2s}.CompanyPage-module__91swya__linkButton:hover{color:var(--primary-700)}.CompanyPage-module__91swya__errorText{color:var(--red-500);font-size:.9em}.CompanyPage-module__91swya__fullWidth{width:100%}.CompanyPage-module__91swya__dialogContent{flex-direction:column;gap:1rem;display:flex}.CompanyPage-module__91swya__offerName{font-weight:600;line-height:1.4}.CompanyPage-module__91swya__offerFileLink{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.CompanyPage-module__91swya__offerFileLink:hover{color:var(--primary-700);text-decoration:underline}.CompanyPage-module__91swya__centeredRow{justify-content:center;display:flex}.CompanyPage-module__91swya__dialogActions{justify-content:center;gap:.5rem;display:flex}
.HomePage-module__l2KWvW__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.HomePage-module__l2KWvW__title{margin-bottom:1rem;font-size:2rem;font-weight:600}.HomePage-module__l2KWvW__subtitle{opacity:.7;font-size:1.1rem}
.CompanyDetails-module__3hXLTW__loadingContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.CompanyDetails-module__3hXLTW__main{max-width:900px;margin:0 auto;padding:clamp(12px,3vw,24px)}.CompanyDetails-module__3hXLTW__errorContainer{padding:24px}.CompanyDetails-module__3hXLTW__errorContent{color:var(--red-500);text-align:center}.CompanyDetails-module__3hXLTW__title{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin:0 0 .5rem;display:flex}.CompanyDetails-module__3hXLTW__titleRow{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.CompanyDetails-module__3hXLTW__companyName{color:var(--text-color);font-size:clamp(1.9rem,4vw,2.3rem);font-weight:700;line-height:1.2}.CompanyDetails-module__3hXLTW__legalFormRow{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.CompanyDetails-module__3hXLTW__legalForm{color:var(--text-color-secondary);font-size:.95rem;font-weight:600}.CompanyDetails-module__3hXLTW__subtitle{color:var(--text-color-secondary);margin:0;font-size:.95rem}.CompanyDetails-module__3hXLTW__statusRow{flex-wrap:wrap;gap:.5rem;display:flex}.CompanyDetails-module__3hXLTW__cardsGrid{flex-direction:column;gap:1.25rem;display:flex}.CompanyDetails-module__3hXLTW__infoGrid{flex-direction:column;gap:.75rem;display:flex}.CompanyDetails-module__3hXLTW__infoItem{word-break:break-word;flex-direction:column;gap:.25rem;display:flex}.CompanyDetails-module__3hXLTW__infoLabel{color:var(--text-color-secondary);font-size:.9rem}.CompanyDetails-module__3hXLTW__infoValue{font-weight:600}.CompanyDetails-module__3hXLTW__section,.CompanyDetails-module__3hXLTW__documentsList{flex-direction:column;gap:.75rem;display:flex}.CompanyDetails-module__3hXLTW__documentGroup{border:1px solid var(--surface-border);border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.CompanyDetails-module__3hXLTW__documentType{color:var(--text-color);font-weight:600}.CompanyDetails-module__3hXLTW__documentItems{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.CompanyDetails-module__3hXLTW__documentItem{flex-direction:column;align-items:flex-start;gap:.15rem;display:flex}.CompanyDetails-module__3hXLTW__documentLink{color:var(--primary-color);word-break:break-word;font-weight:600;text-decoration:none;display:inline}.CompanyDetails-module__3hXLTW__documentLink:hover{text-decoration:underline}.CompanyDetails-module__3hXLTW__documentMeta{color:var(--text-color-secondary);font-size:.85rem}.CompanyDetails-module__3hXLTW__acceptanceRow{flex-direction:column;gap:.25rem;display:flex}.CompanyDetails-module__3hXLTW__emptyMessage{color:var(--text-color-secondary)}.CompanyDetails-module__3hXLTW__formSection{flex-direction:column;gap:1rem;display:flex}.CompanyDetails-module__3hXLTW__formField{flex-direction:column;gap:.5rem;display:flex}.CompanyDetails-module__3hXLTW__formField label{font-weight:600}.CompanyDetails-module__3hXLTW__formActions{gap:1rem;margin-top:.5rem;display:flex}.CompanyDetails-module__3hXLTW__documentUploadGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.CompanyDetails-module__3hXLTW__documentUploadCard{border:2px dashed var(--surface-border);cursor:pointer;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.CompanyDetails-module__3hXLTW__documentUploadCard:hover{border-color:var(--primary-color);background:var(--surface-hover)}.CompanyDetails-module__3hXLTW__documentUploadCardSelected{border-color:var(--green-500);background:color-mix(in srgb,var(--green-500)5%,transparent);border-style:solid}.CompanyDetails-module__3hXLTW__documentUploadHeader{align-items:center;gap:.5rem;display:flex}.CompanyDetails-module__3hXLTW__documentUploadIcon{color:var(--text-color-secondary);font-size:1.25rem}.CompanyDetails-module__3hXLTW__documentUploadIconSelected{color:var(--green-500)}.CompanyDetails-module__3hXLTW__documentUploadName{color:var(--text-color);font-weight:600}.CompanyDetails-module__3hXLTW__existingBadge{color:var(--text-color-secondary);font-size:.85rem;font-weight:400}.CompanyDetails-module__3hXLTW__documentUploadHint{color:var(--text-color-secondary);font-size:.85rem}.CompanyDetails-module__3hXLTW__selectedFilesList{flex-direction:column;gap:.25rem;display:flex}.CompanyDetails-module__3hXLTW__selectedFileItem{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.CompanyDetails-module__3hXLTW__selectedFileName{color:var(--text-color);word-break:break-all;font-size:.9rem}.CompanyDetails-module__3hXLTW__addMoreHint{color:var(--text-color-secondary);font-size:.8rem;font-style:italic}.CompanyDetails-module__3hXLTW__uploadingContainer{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.CompanyDetails-module__3hXLTW__documentCardHeader{justify-content:space-between;align-items:center;display:flex}.CompanyDetails-module__3hXLTW__addDocumentsButton{margin-top:1rem}@media (max-width:767px){.CompanyDetails-module__3hXLTW__cardsGrid{gap:1rem}.CompanyDetails-module__3hXLTW__formActions{flex-direction:column}.CompanyDetails-module__3hXLTW__formActions button{width:100%}.CompanyDetails-module__3hXLTW__documentUploadGrid{grid-template-columns:1fr}}
.DocumentsViewer-module__ew_bEa__documentGroup{margin-bottom:1.5rem}.DocumentsViewer-module__ew_bEa__documentGroup:last-child{margin-bottom:0}.DocumentsViewer-module__ew_bEa__documentGroupTitle{color:var(--text-color-secondary);margin-bottom:.75rem;font-weight:600}.DocumentsViewer-module__ew_bEa__documentsList{flex-direction:column;gap:.5rem;display:flex}.DocumentsViewer-module__ew_bEa__documentItem{border:1px solid var(--surface-border);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.DocumentsViewer-module__ew_bEa__documentItem:hover{background-color:var(--surface-hover)}.DocumentsViewer-module__ew_bEa__documentLink{min-width:0;color:inherit;flex:1;align-items:center;gap:.75rem;text-decoration:none;display:flex}.DocumentsViewer-module__ew_bEa__documentIcon{color:var(--primary-color);flex-shrink:0;font-size:1.5rem}.DocumentsViewer-module__ew_bEa__documentInfo{flex:1;min-width:0}.DocumentsViewer-module__ew_bEa__documentName{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.DocumentsViewer-module__ew_bEa__documentMeta{color:var(--text-color-secondary);font-size:.85rem}.DocumentsViewer-module__ew_bEa__externalIcon{color:var(--text-color-secondary);flex-shrink:0}.DocumentsViewer-module__ew_bEa__deleteButton{flex-shrink:0}.DocumentsViewer-module__ew_bEa__emptyMessage{color:var(--text-color-secondary);font-style:italic}@media (max-width:767px){.DocumentsViewer-module__ew_bEa__documentItem{flex-direction:column;align-items:flex-start}.DocumentsViewer-module__ew_bEa__documentLink{width:100%}.DocumentsViewer-module__ew_bEa__deleteButton{align-self:flex-end}}
.AddAccountantModal-module__5vzN7a__dialog{width:90vw;max-width:500px}.AddAccountantModal-module__5vzN7a__loadingContainer{justify-content:center;align-items:center;padding:2rem;display:flex}.AddAccountantModal-module__5vzN7a__form{flex-direction:column;gap:1.5rem;padding:1rem 0;display:flex}.AddAccountantModal-module__5vzN7a__field{flex-direction:column;gap:.5rem;display:flex}.AddAccountantModal-module__5vzN7a__label{color:var(--text-color);font-weight:600}.AddAccountantModal-module__5vzN7a__autocomplete,.AddAccountantModal-module__5vzN7a__dropdown{width:100%}.AddAccountantModal-module__5vzN7a__footer{justify-content:flex-end;gap:.75rem;display:flex}@media (max-width:576px){.AddAccountantModal-module__5vzN7a__footer{flex-direction:column-reverse}.AddAccountantModal-module__5vzN7a__footer button{width:100%}}
.HomePage-module__7sYSLW__container{padding:1.5rem}.HomePage-module__7sYSLW__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}@media (max-width:1200px){.HomePage-module__7sYSLW__actions{justify-content:space-between}}.HomePage-module__7sYSLW__title{margin:0;font-size:1.75rem;font-weight:600}.HomePage-module__7sYSLW__subtitle{opacity:.7;margin:0 0 .25rem;font-size:.875rem}.HomePage-module__7sYSLW__content{grid-template-columns:3fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:1024px){.HomePage-module__7sYSLW__content{grid-template-columns:1fr}}.HomePage-module__7sYSLW__companies{flex-direction:column;gap:1rem;display:flex}.HomePage-module__7sYSLW__searchRow{margin-bottom:1.5rem}.HomePage-module__7sYSLW__searchInput{min-width:300px}@media (max-width:600px){.HomePage-module__7sYSLW__searchInput{min-width:100%}}.HomePage-module__7sYSLW__meta{align-items:center;gap:.5rem;display:flex}.HomePage-module__7sYSLW__muted{opacity:.7;font-size:.875rem}.HomePage-module__7sYSLW__loading{justify-content:center;padding:2rem;display:flex}.HomePage-module__7sYSLW__cards{grid-template-columns:repeat(auto-fill,minmax(min(400px,100%),1fr));gap:1rem;display:grid}.HomePage-module__7sYSLW__card{cursor:pointer;height:100%}.HomePage-module__7sYSLW__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.HomePage-module__7sYSLW__cardMessage{width:100%;margin-top:20px}.HomePage-module__7sYSLW__cardTitle{margin:0 0 20px;font-size:1.25rem;font-weight:600;line-height:1.3}.HomePage-module__7sYSLW__statusIndicator{border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:.25rem}.HomePage-module__7sYSLW__cardBody{flex-direction:column;gap:.75rem;display:flex}.HomePage-module__7sYSLW__cardField{flex-direction:column;gap:.25rem;display:flex}.HomePage-module__7sYSLW__cardLabel{opacity:.6;margin:0;font-size:.75rem}.HomePage-module__7sYSLW__cardValue{font-weight:500}.HomePage-module__7sYSLW__cardDivider{background-color:var(--surface-border);height:1px;margin:1rem 0}.HomePage-module__7sYSLW__cardStats{flex-direction:column;gap:.5rem;display:flex}.HomePage-module__7sYSLW__cardRow{justify-content:space-between;align-items:center;gap:.5rem;margin-top:10px;display:flex}.HomePage-module__7sYSLW__news{height:fit-content}.HomePage-module__7sYSLW__newsList{margin:0;padding:0;list-style:none}.HomePage-module__7sYSLW__newsItem{opacity:.7;padding:.5rem 0}
.CompanyCard-module__ETaTNq__cardLink{color:inherit;text-decoration:none;display:block}.CompanyCard-module__ETaTNq__card{cursor:pointer;height:100%;transition:transform .2s,box-shadow .2s;position:relative}.CompanyCard-module__ETaTNq__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.CompanyCard-module__ETaTNq__cardHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.CompanyCard-module__ETaTNq__cardMessage{width:100%;margin-top:20px}.CompanyCard-module__ETaTNq__cardTitle{margin:0 0 20px;font-size:1.25rem;font-weight:600;line-height:1.3}.CompanyCard-module__ETaTNq__cardBody{flex-direction:column;gap:.75rem;display:flex}.CompanyCard-module__ETaTNq__cardField{flex-direction:column;gap:.25rem;display:flex}.CompanyCard-module__ETaTNq__cardLabel{opacity:.6;margin:0;font-size:.75rem}.CompanyCard-module__ETaTNq__cardValue{font-weight:500}.CompanyCard-module__ETaTNq__cardDivider{background-color:var(--surface-border);height:1px;margin:1rem 0}.CompanyCard-module__ETaTNq__cardStats{flex-direction:column;gap:.5rem;display:flex}.CompanyCard-module__ETaTNq__cardRow{justify-content:space-between;align-items:center;gap:.5rem;margin-top:10px;display:flex}.CompanyCard-module__ETaTNq__cardBadge{background-color:#ef4444;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px;transform:translate(50%,-50%)}
.EmployeeDocumentUploader-module___AOENa__loadingContainer{justify-content:center;align-items:center;padding:2rem;display:flex}.EmployeeDocumentUploader-module___AOENa__errorContainer{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.EmployeeDocumentUploader-module___AOENa__documentUploadGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.EmployeeDocumentUploader-module___AOENa__documentUploadCard{border:2px dashed var(--surface-border);cursor:pointer;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.EmployeeDocumentUploader-module___AOENa__documentUploadCard:hover{border-color:var(--primary-color);background:var(--surface-hover)}.EmployeeDocumentUploader-module___AOENa__documentUploadCardSelected{border-color:var(--green-500);background:color-mix(in srgb,var(--green-500)5%,transparent);border-style:solid}.EmployeeDocumentUploader-module___AOENa__documentUploadHeader{align-items:center;gap:.5rem;display:flex}.EmployeeDocumentUploader-module___AOENa__documentUploadIcon{color:var(--text-color-secondary);font-size:1.25rem}.EmployeeDocumentUploader-module___AOENa__documentUploadIconSelected{color:var(--green-500)}.EmployeeDocumentUploader-module___AOENa__documentUploadName{color:var(--text-color);font-weight:600}.EmployeeDocumentUploader-module___AOENa__documentUploadHint{color:var(--text-color-secondary);font-size:.85rem}.EmployeeDocumentUploader-module___AOENa__sampleLink{color:var(--primary-color);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.EmployeeDocumentUploader-module___AOENa__sampleLink:hover{text-decoration:underline}.EmployeeDocumentUploader-module___AOENa__selectedFilesList{flex-direction:column;gap:.25rem;display:flex}.EmployeeDocumentUploader-module___AOENa__selectedFileItem{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.EmployeeDocumentUploader-module___AOENa__selectedFileName{color:var(--text-color);word-break:break-all;font-size:.9rem}.EmployeeDocumentUploader-module___AOENa__addMoreHint{color:var(--text-color-secondary);font-size:.8rem;font-style:italic}.EmployeeDocumentUploader-module___AOENa__uploadingContainer{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.EmployeeDocumentUploader-module___AOENa__formActions{gap:1rem;margin-top:.5rem;display:flex}@media (max-width:767px){.EmployeeDocumentUploader-module___AOENa__formActions{flex-direction:column}.EmployeeDocumentUploader-module___AOENa__formActions button{width:100%}.EmployeeDocumentUploader-module___AOENa__documentUploadGrid{grid-template-columns:1fr}}
.EmployeesTable-module__eOye_W__toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.EmployeesTable-module__eOye_W__toolbarActions{gap:12px;display:flex}.EmployeesTable-module__eOye_W__actionButton .p-button-label{display:inline}@media (max-width:768px){.EmployeesTable-module__eOye_W__actionButton .p-button-label{display:none}.EmployeesTable-module__eOye_W__actionButton{min-width:auto;padding:.5rem}.EmployeesTable-module__eOye_W__actionButton .p-button-icon{margin:0}}.EmployeesTable-module__eOye_W__nameLink{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .2s}.EmployeesTable-module__eOye_W__nameLink:hover{color:var(--primary-color-emphasis);text-decoration:underline}
.AdminChatsModal-module__dpIwha__dialogContent{flex-direction:column;height:100%;min-height:0;display:flex}.AdminChatsModal-module__dpIwha__dialogHeaderChat{align-items:center;gap:8px;width:100%;display:flex}.AdminChatsModal-module__dpIwha__headerBackButton{flex-shrink:0}.AdminChatsModal-module__dpIwha__chatsList{flex-direction:column;flex:1;display:flex;overflow-y:auto}.AdminChatsModal-module__dpIwha__chatItem{border-bottom:1px solid var(--surface-border);cursor:pointer;justify-content:space-between;align-items:center;padding:16px 20px;transition:background-color .2s;display:flex}.AdminChatsModal-module__dpIwha__chatItem:last-child{border-bottom:none}.AdminChatsModal-module__dpIwha__chatItem:hover{background-color:var(--surface-hover)}.AdminChatsModal-module__dpIwha__chatItemInactive{opacity:.6}.AdminChatsModal-module__dpIwha__chatInfo{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.AdminChatsModal-module__dpIwha__chatTitle{color:var(--text-color);font-size:1rem;font-weight:500}.AdminChatsModal-module__dpIwha__inactiveBadge{padding:2px 8px;font-size:.75rem}.AdminChatsModal-module__dpIwha__chatArrow{color:var(--text-color-secondary);flex-shrink:0}.AdminChatsModal-module__dpIwha__messagesView{flex-direction:column;flex:1;min-height:0;display:flex}.AdminChatsModal-module__dpIwha__chatName{color:var(--text-color);margin:0;font-size:1rem;font-weight:600;line-height:1.2}.AdminChatsModal-module__dpIwha__participantItem{border-bottom:1px solid var(--surface-border);align-items:center;padding:10px 16px;display:flex}.AdminChatsModal-module__dpIwha__participantItem:last-child{border-bottom:none}.AdminChatsModal-module__dpIwha__participantInfo{flex-direction:column;gap:2px;display:flex}.AdminChatsModal-module__dpIwha__participantName{color:var(--text-color);font-size:.9rem;font-weight:500}.AdminChatsModal-module__dpIwha__participantRole{color:var(--text-color-secondary);font-size:.8rem}.AdminChatsModal-module__dpIwha__messagesWrapper{background:var(--surface-ground);flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.AdminChatsModal-module__dpIwha__messagesContainer{scrollbar-width:thin;scrollbar-color:var(--surface-400)transparent;box-sizing:border-box;flex:1;width:100%;height:100%;overflow-x:hidden!important}.AdminChatsModal-module__dpIwha__hidden{visibility:hidden}.AdminChatsModal-module__dpIwha__messagesContainer [data-testid=virtuoso-item-list]{box-sizing:border-box;padding:16px 16px 24px}.AdminChatsModal-module__dpIwha__messagesContainer::-webkit-scrollbar{width:6px}.AdminChatsModal-module__dpIwha__messagesContainer::-webkit-scrollbar-track{background:0 0}.AdminChatsModal-module__dpIwha__messagesContainer::-webkit-scrollbar-thumb{background:var(--surface-400);border-radius:3px}.AdminChatsModal-module__dpIwha__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--surface-500)}.AdminChatsModal-module__dpIwha__loadingContainer{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.AdminChatsModal-module__dpIwha__emptyContainer{color:var(--text-color-secondary);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.AdminChatsModal-module__dpIwha__emptyMessage{font-size:.95rem}.AdminChatsModal-module__dpIwha__dateSeparator{justify-content:center;align-items:center;margin:16px 0;display:flex}.AdminChatsModal-module__dpIwha__dateLabel{background:var(--surface-200);color:var(--text-color-secondary);white-space:nowrap;border-radius:12px;padding:4px 12px;font-size:.8rem}.AdminChatsModal-module__dpIwha__stickyDate{z-index:10;background:var(--surface-200);color:var(--text-color-secondary);white-space:nowrap;pointer-events:none;border-radius:12px;padding:4px 12px;font-size:.8rem;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000001a}.AdminChatsModal-module__dpIwha__footer{flex-direction:column;align-items:flex-start;padding:0 16px;display:flex}.AdminChatsModal-module__dpIwha__loadingMore{justify-content:center;align-items:center;padding:12px;display:flex}.AdminChatsModal-module__dpIwha__message{flex-direction:column;max-width:80%;margin-bottom:12px;display:flex}.AdminChatsModal-module__dpIwha__messageOwn{align-items:flex-end;margin-left:auto}.AdminChatsModal-module__dpIwha__messageOther{align-items:flex-start;margin-right:auto}.AdminChatsModal-module__dpIwha__senderName{color:var(--text-color-secondary);margin-bottom:4px;margin-left:8px;font-size:.85rem}.AdminChatsModal-module__dpIwha__bubble{word-break:break-word;background:var(--surface-200);color:var(--text-color);border-radius:16px 16px 16px 4px;max-width:100%;padding:10px 14px;position:relative;overflow:hidden}.AdminChatsModal-module__dpIwha__replyBlock{background:#00000014;border-radius:8px;min-width:0;max-width:100%;margin-bottom:8px;padding:6px 8px}.AdminChatsModal-module__dpIwha__replyHeader{opacity:.9;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.75rem;font-weight:600;overflow:hidden}.AdminChatsModal-module__dpIwha__replyText{opacity:.85;align-items:center;gap:4px;min-width:0;font-size:.8rem;display:flex}.AdminChatsModal-module__dpIwha__replyTextContent{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.AdminChatsModal-module__dpIwha__text{margin:0;font-size:.95rem;line-height:1.4}.AdminChatsModal-module__dpIwha__document{color:inherit;flex-direction:column;align-items:center;gap:4px;max-width:120px;margin-top:6px;text-decoration:none;display:flex}.AdminChatsModal-module__dpIwha__document:hover{opacity:.8}.AdminChatsModal-module__dpIwha__document i{font-size:2rem}.AdminChatsModal-module__dpIwha__document span{text-overflow:ellipsis;white-space:nowrap;text-align:center;direction:rtl;max-width:100%;font-size:.75rem;overflow:hidden}.AdminChatsModal-module__dpIwha__time{opacity:.7;text-align:right;margin-top:4px;font-size:.7rem;display:block}.AdminChatsModal-module__dpIwha__bottomPanel{background:var(--surface-section);border-top:1px solid var(--surface-border)}.AdminChatsModal-module__dpIwha__participantsToggle{cursor:pointer;color:var(--text-color-secondary);justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;transition:background-color .2s,color .2s;display:flex}.AdminChatsModal-module__dpIwha__participantsToggle:hover{background-color:var(--surface-hover);color:var(--text-color)}.AdminChatsModal-module__dpIwha__participantsList{border-top:1px solid var(--surface-border);max-height:200px;overflow-y:auto}@media (max-width:768px){.AdminChatsModal-module__dpIwha__chatItem{padding:14px 16px}.AdminChatsModal-module__dpIwha__dialogContent,.AdminChatsModal-module__dpIwha__messagesView{height:100%}}.p-dialog-maximized-mobile{max-height:100%!important}@media (max-width:768px){.p-dialog-maximized-mobile{border-radius:0!important;height:100vh!important;max-height:100vh!important;margin:0!important}.p-dialog-maximized-mobile .p-dialog-content{height:calc(100vh - 60px)!important;max-height:calc(100vh - 60px)!important}}
.DocumentSamplesModal-module__k9dwra__container{padding:20px 0}.DocumentSamplesModal-module__k9dwra__skeletonContainer{flex-direction:column;gap:16px;display:flex}.DocumentSamplesModal-module__k9dwra__skeletonItem{border:1px solid var(--surface-border);border-radius:6px;padding:16px}.DocumentSamplesModal-module__k9dwra__error{text-align:center;color:var(--red-500);padding:20px}.DocumentSamplesModal-module__k9dwra__documentsList{flex-direction:column;gap:16px;display:flex}.DocumentSamplesModal-module__k9dwra__documentItem{border:1px solid var(--surface-border);background:var(--surface-card);border-radius:6px;padding:20px}.DocumentSamplesModal-module__k9dwra__documentHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.DocumentSamplesModal-module__k9dwra__documentName{color:var(--text-color);margin:0;font-size:1.1rem;font-weight:600}.DocumentSamplesModal-module__k9dwra__dismissalBadge{background:var(--orange-100);color:var(--orange-900);border-radius:12px;padding:4px 12px;font-size:.85rem;font-weight:500}.DocumentSamplesModal-module__k9dwra__fileInfo{background:var(--surface-ground);border-radius:4px;justify-content:space-between;align-items:center;padding:12px;display:flex}.DocumentSamplesModal-module__k9dwra__fileDetails{flex-direction:column;flex:1;gap:4px;display:flex}.DocumentSamplesModal-module__k9dwra__fileLink{color:var(--primary-color);align-items:center;font-weight:500;text-decoration:none;display:flex}.DocumentSamplesModal-module__k9dwra__fileLink:hover{text-decoration:underline}.DocumentSamplesModal-module__k9dwra__fileDate{color:var(--text-color-secondary);font-size:.85rem}.DocumentSamplesModal-module__k9dwra__uploadContainer{flex-direction:column;gap:12px;display:flex}.DocumentSamplesModal-module__k9dwra__fileUpload{width:100%}.DocumentSamplesModal-module__k9dwra__selectedFileInfo{background:var(--surface-ground);border-radius:4px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.DocumentSamplesModal-module__k9dwra__selectedFileName{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.DocumentSamplesModal-module__k9dwra__uploadingText{color:var(--text-color-secondary);font-style:italic}.DocumentSamplesModal-module__k9dwra__emptyMessage{text-align:center;color:var(--text-color-secondary);padding:40px}
.CompanyDetail-module__ROn0wG__loadingContainer{justify-content:center;align-items:center;min-height:100vh;display:flex}.CompanyDetail-module__ROn0wG__main{max-width:1000px;min-height:100vh;margin:0 auto;padding:clamp(12px,3vw,24px)}.CompanyDetail-module__ROn0wG__errorContainer{padding:24px}.CompanyDetail-module__ROn0wG__errorContent{color:var(--red-500);text-align:center}.CompanyDetail-module__ROn0wG__errorIcon{margin-bottom:16px;font-size:3rem}.CompanyDetail-module__ROn0wG__backButtonContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.CompanyDetail-module__ROn0wG__actionButtons{gap:.5rem;display:flex}.CompanyDetail-module__ROn0wG__cardsGrid{gap:1.5rem;display:grid}.CompanyDetail-module__ROn0wG__companyHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.CompanyDetail-module__ROn0wG__companyIcon{color:var(--primary-color);font-size:3rem}.CompanyDetail-module__ROn0wG__companyName{flex:1;margin:0;font-size:clamp(1.3rem,3vw,1.8rem)}.CompanyDetail-module__ROn0wG__infoGrid{flex-direction:column;gap:.75rem;display:flex}.CompanyDetail-module__ROn0wG__infoItem{word-break:break-word}.CompanyDetail-module__ROn0wG__twoColumns{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;display:grid}.CompanyDetail-module__ROn0wG__userLink{color:var(--primary-color);text-decoration:none;transition:color .2s}.CompanyDetail-module__ROn0wG__userLink:hover{color:var(--primary-600);text-decoration:underline}.CompanyDetail-module__ROn0wG__offerWarning{color:var(--yellow-600);align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.CompanyDetail-module__ROn0wG__acceptancesList{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.CompanyDetail-module__ROn0wG__acceptanceItem{border:1px solid var(--surface-border);border-radius:6px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.CompanyDetail-module__ROn0wG__documentGroup{margin-bottom:1.5rem}.CompanyDetail-module__ROn0wG__documentGroup:last-child{margin-bottom:0}.CompanyDetail-module__ROn0wG__documentGroupTitle{color:var(--text-color-secondary);margin-bottom:.75rem;font-weight:600}.CompanyDetail-module__ROn0wG__documentsList{flex-direction:column;gap:.5rem;display:flex}.CompanyDetail-module__ROn0wG__documentItem{border:1px solid var(--surface-border);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.CompanyDetail-module__ROn0wG__documentItem:hover{background-color:var(--surface-hover)}.CompanyDetail-module__ROn0wG__documentLink{min-width:0;color:inherit;flex:1;align-items:center;gap:.75rem;text-decoration:none;display:flex}.CompanyDetail-module__ROn0wG__deleteButton{flex-shrink:0}.CompanyDetail-module__ROn0wG__documentIcon{color:var(--primary-color);flex-shrink:0;font-size:1.5rem}.CompanyDetail-module__ROn0wG__documentInfo{flex:1;min-width:0}.CompanyDetail-module__ROn0wG__documentName{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.CompanyDetail-module__ROn0wG__documentMeta{color:var(--text-color-secondary);font-size:.85rem}.CompanyDetail-module__ROn0wG__cardHeader{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.CompanyDetail-module__ROn0wG__accountantsList{flex-direction:column;gap:.75rem;display:flex}.CompanyDetail-module__ROn0wG__accountantItem{border:1px solid var(--surface-border);border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;display:flex}.CompanyDetail-module__ROn0wG__accountantInfo{flex:1;min-width:0}.CompanyDetail-module__ROn0wG__accountantName{font-weight:500}.CompanyDetail-module__ROn0wG__accountantTitle{color:var(--text-color-secondary);font-size:.9rem}.CompanyDetail-module__ROn0wG__accountantActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.CompanyDetail-module__ROn0wG__leaderBadge{background-color:var(--primary-100);color:var(--primary-700);white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.CompanyDetail-module__ROn0wG__emptyMessage{color:var(--text-color-secondary);font-style:italic}.CompanyDetail-module__ROn0wG__formRow{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem;display:grid}.CompanyDetail-module__ROn0wG__field{flex-direction:column;gap:.35rem;display:flex}.CompanyDetail-module__ROn0wG__label{color:var(--text-color-secondary);font-weight:600}.CompanyDetail-module__ROn0wG__dropdown{width:100%}.CompanyDetail-module__ROn0wG__actionsRow{justify-content:flex-start;margin-top:1rem;display:flex}@media (max-width:767px){.CompanyDetail-module__ROn0wG__twoColumns{grid-template-columns:1fr}.CompanyDetail-module__ROn0wG__companyHeader,.CompanyDetail-module__ROn0wG__documentItem{flex-direction:column;align-items:flex-start}.CompanyDetail-module__ROn0wG__accountantItem{flex-direction:column;align-items:flex-start;gap:.75rem}.CompanyDetail-module__ROn0wG__accountantActions{justify-content:space-between;width:100%}.CompanyDetail-module__ROn0wG__backButtonContainer{flex-direction:column;align-items:stretch}.CompanyDetail-module__ROn0wG__actionButtons{width:100%}.CompanyDetail-module__ROn0wG__actionButtons button{flex:1}.CompanyDetail-module__ROn0wG__cardHeader{flex-direction:column;align-items:flex-start}.CompanyDetail-module__ROn0wG__cardHeader button{width:100%}}
.DocumentsPage-module__GY22Bq__container{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.DocumentsPage-module__GY22Bq__title{margin:0;font-size:1.75rem;font-weight:600}.DocumentsPage-module__GY22Bq__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.DocumentsPage-module__GY22Bq__loading{justify-content:center;padding:2rem 0;display:flex}.DocumentsPage-module__GY22Bq__fullWidth,.DocumentsPage-module__GY22Bq__accordion{width:100%}.DocumentsPage-module__GY22Bq__versionList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.DocumentsPage-module__GY22Bq__versionItem{align-items:center;display:flex}.DocumentsPage-module__GY22Bq__versionLink{color:var(--primary-color);font-weight:500;text-decoration:none}.DocumentsPage-module__GY22Bq__versionLink:hover{text-decoration:underline}.DocumentsPage-module__GY22Bq__versionText{opacity:.85}.DocumentsPage-module__GY22Bq__docsSection{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.DocumentsPage-module__GY22Bq__docsHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.DocumentsPage-module__GY22Bq__sectionTitle{margin:0;font-size:1.25rem;font-weight:600}.DocumentsPage-module__GY22Bq__docsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.DocumentsPage-module__GY22Bq__docItem{border:1px solid var(--surface-border);background:var(--surface-card);border-radius:10px;gap:1rem;padding:1rem;display:flex}.DocumentsPage-module__GY22Bq__docMain{flex-direction:column;flex:1;gap:.5rem;display:flex}.DocumentsPage-module__GY22Bq__docTitleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.DocumentsPage-module__GY22Bq__docTitle{font-weight:700}.DocumentsPage-module__GY22Bq__docSlug{opacity:.7;font-size:.9rem}.DocumentsPage-module__GY22Bq__docMeta{opacity:.8;font-size:.9rem}.DocumentsPage-module__GY22Bq__docBody{color:var(--text-color);background:0 0;font-size:.95rem}.DocumentsPage-module__GY22Bq__docBody *{color:var(--text-color)!important;background-color:#0000!important}.DocumentsPage-module__GY22Bq__docActions{align-items:flex-start;gap:.25rem;display:flex}.DocumentsPage-module__GY22Bq__dialogContent{flex-direction:column;gap:1rem;display:flex}.DocumentsPage-module__GY22Bq__editor .p-editor-container{border:1px solid var(--surface-border);border-radius:8px;overflow:hidden}.DocumentsPage-module__GY22Bq__editor .p-editor-content{min-height:200px}.DocumentsPage-module__GY22Bq__field{flex-direction:column;gap:.4rem;display:flex}.DocumentsPage-module__GY22Bq__label{font-weight:600}.DocumentsPage-module__GY22Bq__dropdown{width:100%}.DocumentsPage-module__GY22Bq__fileInputWrapper{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.DocumentsPage-module__GY22Bq__fileInputLabel{background:var(--primary-50,#eef6f3);color:var(--primary-700,#0b6b43);border:1px solid var(--primary-200,#c8e6d8);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem .9rem;font-weight:600;transition:opacity .2s;display:inline-flex}.DocumentsPage-module__GY22Bq__fileInputLabel:hover{opacity:.95;background:var(--primary-100,#e0f0e8)}.DocumentsPage-module__GY22Bq__fileInput{display:none}.DocumentsPage-module__GY22Bq__fileName{opacity:.8;font-size:.95rem}.DocumentsPage-module__GY22Bq__dialogActions{justify-content:flex-start;gap:.5rem;margin-top:10px;display:flex}
.CompanySettingsBack-module__ilWfxW__backRow{max-width:900px;margin:0 auto .25rem;padding:1.5rem 2rem 0;display:flex}.CompanySettingsBack-module__ilWfxW__backLink{color:var(--text-color-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.CompanySettingsBack-module__ilWfxW__backLink:hover{color:var(--primary-color)}.CompanySettingsBack-module__ilWfxW__backLink i{font-size:.75rem}
.EmployeeDetailPage-module__UbrrRa__loadingContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.EmployeeDetailPage-module__UbrrRa__errorContainer{padding:24px}.EmployeeDetailPage-module__UbrrRa__fullWidth{width:100%}.EmployeeDetailPage-module__UbrrRa__statusContainer{padding:16px 24px}.EmployeeDetailPage-module__UbrrRa__backRow{max-width:900px;margin:0 auto .25rem;padding:1.5rem 2rem 0;display:flex}.EmployeeDetailPage-module__UbrrRa__backLink{color:var(--text-color-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.EmployeeDetailPage-module__UbrrRa__backLink:hover{color:var(--primary-color)}.EmployeeDetailPage-module__UbrrRa__backLink i{font-size:.75rem}.EmployeeDetailPage-module__UbrrRa__content{max-width:900px;margin:0 auto;padding:clamp(12px,3vw,24px)}.EmployeeDetailPage-module__UbrrRa__pageTitle{color:var(--text-color);margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.EmployeeDetailPage-module__UbrrRa__infoCard{margin-bottom:24px}.EmployeeDetailPage-module__UbrrRa__documentsCard{margin-top:24px}.EmployeeDetailPage-module__UbrrRa__addDocumentsButton{margin-top:1rem}.EmployeeDetailPage-module__UbrrRa__infoColumn{flex-direction:column;gap:20px;display:flex}.EmployeeDetailPage-module__UbrrRa__infoItem{flex-direction:column;gap:8px;display:flex}.EmployeeDetailPage-module__UbrrRa__infoLabel{color:var(--text-color-secondary);font-size:1rem;font-weight:500}.EmployeeDetailPage-module__UbrrRa__infoValue{color:var(--text-color);font-size:1.125rem;font-weight:600}.EmployeeDetailPage-module__UbrrRa__statusChangeContainer{align-items:flex-end;gap:1rem;display:flex}.EmployeeDetailPage-module__UbrrRa__statusFieldWrapper{flex:1}.EmployeeDetailPage-module__UbrrRa__statusLabel{margin-bottom:.5rem;font-weight:500;display:block}.EmployeeDetailPage-module__UbrrRa__statusChangeCard{margin-bottom:24px}.EmployeeDetailPage-module__UbrrRa__missingDocsMessage{width:100%;margin-top:1rem}.EmployeeDetailPage-module__UbrrRa__uploaderWrapper{margin-top:24px}@media (max-width:768px){.EmployeeDetailPage-module__UbrrRa__statusChangeContainer{flex-direction:column;align-items:stretch}.EmployeeDetailPage-module__UbrrRa__statusFieldWrapper{width:100%}}
.EmployeeHireWizard-module__fIH2gq__loadingContainer{justify-content:center;align-items:center;min-height:400px;display:flex}.EmployeeHireWizard-module__fIH2gq__errorContainer{max-width:900px;margin:0 auto;padding:2rem}.EmployeeHireWizard-module__fIH2gq__fullWidth{width:100%}.EmployeeHireWizard-module__fIH2gq__pageHeaderWrapper{max-width:900px;margin:0 auto}.EmployeeHireWizard-module__fIH2gq__container{max-width:900px;margin:0 auto;padding:1.5rem}.EmployeeHireWizard-module__fIH2gq__steps{margin-bottom:2rem}.EmployeeHireWizard-module__fIH2gq__stepContent{background-color:var(--surface-card);border-radius:var(--border-radius);min-height:400px;padding:2rem}.EmployeeHireWizard-module__fIH2gq__navigation{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.EmployeeHireWizard-module__fIH2gq__navigationRight{gap:.5rem;display:flex}.EmployeeHireWizard-module__fIH2gq__form{flex-direction:column;gap:1.5rem;display:flex}.EmployeeHireWizard-module__fIH2gq__formField{flex-direction:column;gap:.5rem;display:flex}.EmployeeHireWizard-module__fIH2gq__formField label{font-size:.875rem;font-weight:500}.EmployeeHireWizard-module__fIH2gq__documentsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.EmployeeHireWizard-module__fIH2gq__documentCard{border:2px dashed var(--surface-border);border-radius:var(--border-radius);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:1.5rem;transition:all .2s;display:flex}.EmployeeHireWizard-module__fIH2gq__documentCard:hover{border-color:var(--primary-color);background-color:var(--surface-hover)}.EmployeeHireWizard-module__fIH2gq__documentCardUploaded{border-style:solid;border-color:var(--green-500);background-color:var(--surface-hover)}.EmployeeHireWizard-module__fIH2gq__documentCardRequired{border-color:var(--red-500);border-style:solid}.EmployeeHireWizard-module__fIH2gq__documentIcon{color:var(--text-color-secondary);margin-bottom:.5rem;font-size:2rem}.EmployeeHireWizard-module__fIH2gq__documentIconUploaded{color:var(--green-500)}.EmployeeHireWizard-module__fIH2gq__documentName{margin-bottom:.25rem;font-weight:500}.EmployeeHireWizard-module__fIH2gq__documentHint{opacity:.6;font-size:.75rem}.EmployeeHireWizard-module__fIH2gq__sampleLink{color:var(--primary-color);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;text-decoration:none;display:flex}.EmployeeHireWizard-module__fIH2gq__sampleLink:hover{text-decoration:underline}.EmployeeHireWizard-module__fIH2gq__filesList{flex-direction:column;gap:.25rem;width:100%;margin-top:.5rem;display:flex}.EmployeeHireWizard-module__fIH2gq__fileItem{background-color:var(--surface-ground);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.EmployeeHireWizard-module__fIH2gq__fileName{word-break:break-all;text-align:left;flex:1;font-size:.75rem}.EmployeeHireWizard-module__fIH2gq__removeFileBtn{flex-shrink:0;width:1.5rem!important;height:1.5rem!important}.EmployeeHireWizard-module__fIH2gq__addMoreHint{opacity:.5;margin-top:.25rem;font-size:.7rem}.EmployeeHireWizard-module__fIH2gq__submittingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.EmployeeHireWizard-module__fIH2gq__uploadProgress{flex-direction:column;gap:1rem;width:100%;max-width:500px;display:flex}.EmployeeHireWizard-module__fIH2gq__uploadHeader{align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.EmployeeHireWizard-module__fIH2gq__uploadHeader i{font-size:1.25rem}.EmployeeHireWizard-module__fIH2gq__progressBar{border-radius:.25rem;height:.5rem}.EmployeeHireWizard-module__fIH2gq__retryButton{align-self:center;margin-top:.5rem}@media (max-width:768px){.EmployeeHireWizard-module__fIH2gq__container,.EmployeeHireWizard-module__fIH2gq__stepContent{padding:1rem}.EmployeeHireWizard-module__fIH2gq__steps .p-steps-item .p-steps-title{display:none!important}.EmployeeHireWizard-module__fIH2gq__steps .p-menuitem-link .p-steps-title{display:none!important}.EmployeeHireWizard-module__fIH2gq__navigation{flex-direction:column;gap:.5rem}.EmployeeHireWizard-module__fIH2gq__navigationRight{justify-content:stretch;width:100%}.EmployeeHireWizard-module__fIH2gq__navigationRight>*{flex:1}.EmployeeHireWizard-module__fIH2gq__documentsGrid{grid-template-columns:1fr}.EmployeeHireWizard-module__fIH2gq__formField label{font-size:.8rem}}
.EmployeeTerminateWizard-module__diSFMq__loadingContainer{justify-content:center;align-items:center;min-height:400px;display:flex}.EmployeeTerminateWizard-module__diSFMq__errorContainer{max-width:900px;margin:0 auto;padding:2rem}.EmployeeTerminateWizard-module__diSFMq__fullWidth{width:100%}.EmployeeTerminateWizard-module__diSFMq__pageHeaderWrapper{max-width:900px;margin:0 auto}.EmployeeTerminateWizard-module__diSFMq__container{max-width:900px;margin:0 auto;padding:1.5rem}.EmployeeTerminateWizard-module__diSFMq__steps{margin-bottom:2rem}.EmployeeTerminateWizard-module__diSFMq__stepContent{background-color:var(--surface-card);border-radius:var(--border-radius);min-height:400px;padding:2rem}.EmployeeTerminateWizard-module__diSFMq__navigation{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__navigationRight{gap:.5rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__form{flex-direction:column;gap:1.5rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__formField{flex-direction:column;gap:.5rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__formField label{font-size:.875rem;font-weight:500}.EmployeeTerminateWizard-module__diSFMq__documentsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.EmployeeTerminateWizard-module__diSFMq__documentCard{border:2px dashed var(--surface-border);border-radius:var(--border-radius);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:1.5rem;transition:all .2s;display:flex}.EmployeeTerminateWizard-module__diSFMq__documentCard:hover{border-color:var(--primary-color);background-color:var(--surface-hover)}.EmployeeTerminateWizard-module__diSFMq__documentCardUploaded{border-style:solid;border-color:var(--green-500);background-color:var(--surface-hover)}.EmployeeTerminateWizard-module__diSFMq__documentCardRequired{border-color:var(--red-500);border-style:solid}.EmployeeTerminateWizard-module__diSFMq__documentIcon{color:var(--text-color-secondary);margin-bottom:.5rem;font-size:2rem}.EmployeeTerminateWizard-module__diSFMq__documentIconUploaded{color:var(--green-500)}.EmployeeTerminateWizard-module__diSFMq__documentName{margin-bottom:.25rem;font-weight:500}.EmployeeTerminateWizard-module__diSFMq__documentHint{opacity:.6;font-size:.75rem}.EmployeeTerminateWizard-module__diSFMq__sampleLink{color:var(--primary-color);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;text-decoration:none;display:flex}.EmployeeTerminateWizard-module__diSFMq__sampleLink:hover{text-decoration:underline}.EmployeeTerminateWizard-module__diSFMq__filesList{flex-direction:column;gap:.25rem;width:100%;margin-top:.5rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__fileItem{background-color:var(--surface-ground);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__fileName{word-break:break-all;text-align:left;flex:1;font-size:.75rem}.EmployeeTerminateWizard-module__diSFMq__removeFileBtn{flex-shrink:0;width:1.5rem!important;height:1.5rem!important}.EmployeeTerminateWizard-module__diSFMq__addMoreHint{opacity:.5;margin-top:.25rem;font-size:.7rem}.EmployeeTerminateWizard-module__diSFMq__submittingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.EmployeeTerminateWizard-module__diSFMq__uploadProgress{flex-direction:column;gap:1rem;width:100%;max-width:500px;display:flex}.EmployeeTerminateWizard-module__diSFMq__uploadHeader{align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.EmployeeTerminateWizard-module__diSFMq__uploadHeader i{font-size:1.25rem}.EmployeeTerminateWizard-module__diSFMq__progressBar{border-radius:.25rem;height:.5rem}.EmployeeTerminateWizard-module__diSFMq__retryButton{align-self:center;margin-top:.5rem}@media (max-width:768px){.EmployeeTerminateWizard-module__diSFMq__container,.EmployeeTerminateWizard-module__diSFMq__stepContent{padding:1rem}.EmployeeTerminateWizard-module__diSFMq__steps .p-steps-item .p-steps-title{display:none!important}.EmployeeTerminateWizard-module__diSFMq__steps .p-menuitem-link .p-steps-title{display:none!important}.EmployeeTerminateWizard-module__diSFMq__navigation{flex-direction:column;gap:.5rem}.EmployeeTerminateWizard-module__diSFMq__navigationRight{justify-content:stretch;width:100%}.EmployeeTerminateWizard-module__diSFMq__navigationRight>*{flex:1}.EmployeeTerminateWizard-module__diSFMq__documentsGrid{grid-template-columns:1fr}.EmployeeTerminateWizard-module__diSFMq__formField label{font-size:.8rem}}
.UploadDocuments-module__oQ-mOW__main{max-width:900px;min-height:100vh;margin:0 auto;padding:clamp(12px,3vw,24px)}.UploadDocuments-module__oQ-mOW__container{gap:1.5rem;display:grid}.UploadDocuments-module__oQ-mOW__loadingContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}.UploadDocuments-module__oQ-mOW__title{margin-top:0;margin-bottom:1.5rem}.UploadDocuments-module__oQ-mOW__error{background:color-mix(in srgb,var(--red-500)10%,transparent);border:1px solid var(--red-400);color:var(--red-500);border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.UploadDocuments-module__oQ-mOW__infoMessage{width:100%;margin-top:1.5rem}.UploadDocuments-module__oQ-mOW__form{flex-direction:column;gap:1.5rem;display:flex}.UploadDocuments-module__oQ-mOW__formField{flex-direction:column;gap:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__formField label{font-weight:600}.UploadDocuments-module__oQ-mOW__dropdown{width:100%}.UploadDocuments-module__oQ-mOW__textarea{resize:vertical;width:100%}.UploadDocuments-module__oQ-mOW__checkboxField{align-items:center;gap:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__checkboxField label{cursor:pointer;-webkit-user-select:none;user-select:none}.UploadDocuments-module__oQ-mOW__companyOption{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__inactiveIcon{color:var(--red-500);font-size:1rem}.UploadDocuments-module__oQ-mOW__uploadSection{flex-direction:column;gap:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__uploadHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.UploadDocuments-module__oQ-mOW__uploadHeader label{font-weight:600}.UploadDocuments-module__oQ-mOW__uploadLimits{color:var(--text-color-secondary);font-size:.75rem}.UploadDocuments-module__oQ-mOW__uploadCard{border:2px dashed var(--surface-border);border-radius:var(--border-radius);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;transition:all .2s;display:flex}.UploadDocuments-module__oQ-mOW__uploadCard:hover{border-color:var(--primary-color);background-color:var(--surface-hover)}.UploadDocuments-module__oQ-mOW__uploadCardDragging{border-color:var(--primary-color);background-color:color-mix(in srgb,var(--primary-color)10%,transparent);border-style:solid}.UploadDocuments-module__oQ-mOW__uploadCardWithFiles{border-style:solid;border-color:var(--green-500);background-color:var(--surface-hover);padding:1.5rem}.UploadDocuments-module__oQ-mOW__uploadIcon{color:var(--text-color-secondary);margin-bottom:1rem;font-size:3rem}.UploadDocuments-module__oQ-mOW__uploadText{margin-bottom:.5rem;font-size:1rem;font-weight:500}.UploadDocuments-module__oQ-mOW__uploadHint{color:var(--text-color-secondary);font-size:.875rem}.UploadDocuments-module__oQ-mOW__filesList{flex-direction:column;gap:.5rem;width:100%;display:flex}.UploadDocuments-module__oQ-mOW__fileItem{background-color:var(--surface-card);border-radius:var(--border-radius);border:1px solid var(--surface-border);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s;display:flex;box-shadow:0 1px 3px #0000000d}.UploadDocuments-module__oQ-mOW__fileItem:hover{background-color:var(--surface-hover);box-shadow:0 2px 4px #00000014}.UploadDocuments-module__oQ-mOW__fileInfo{flex:1;align-items:center;gap:.75rem;display:flex;overflow:hidden}.UploadDocuments-module__oQ-mOW__fileInfo i{color:var(--primary-color);flex-shrink:0}.UploadDocuments-module__oQ-mOW__fileName{word-break:break-all;text-align:left;flex:1;font-size:.875rem}.UploadDocuments-module__oQ-mOW__fileSize{color:var(--text-color-secondary);flex-shrink:0;font-size:.75rem}.UploadDocuments-module__oQ-mOW__removeFileBtn{flex-shrink:0;width:2rem!important;height:2rem!important}.UploadDocuments-module__oQ-mOW__addMoreHint{color:var(--text-color-secondary);text-align:center;margin-top:.5rem;font-size:.75rem}.UploadDocuments-module__oQ-mOW__formActions{gap:1rem;margin-top:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__uploadingSection{padding:1rem 0}.UploadDocuments-module__oQ-mOW__uploadingTitle{text-align:center;margin-top:0;margin-bottom:1.5rem;font-size:1.25rem}.UploadDocuments-module__oQ-mOW__uploadProgressList{flex-direction:column;gap:1rem;display:flex}.UploadDocuments-module__oQ-mOW__progressItem{background-color:var(--surface-ground);border-radius:var(--border-radius);border:1px solid var(--surface-border);padding:1rem}.UploadDocuments-module__oQ-mOW__progressHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.UploadDocuments-module__oQ-mOW__progressFileInfo{flex:1;align-items:center;gap:.75rem;display:flex;overflow:hidden}.UploadDocuments-module__oQ-mOW__progressFileName{word-break:break-all;flex:1;font-size:.875rem}.UploadDocuments-module__oQ-mOW__progressStatus{color:var(--text-color-secondary);flex-shrink:0;font-size:.75rem;font-weight:500}.UploadDocuments-module__oQ-mOW__progressError{background:color-mix(in srgb,var(--red-500)10%,transparent);border:1px solid var(--red-400);color:var(--red-500);border-radius:4px;margin-top:.5rem;padding:.5rem;font-size:.75rem}.UploadDocuments-module__oQ-mOW__uploadSummary{flex-direction:column;gap:1.5rem;display:flex}.UploadDocuments-module__oQ-mOW__summaryStats{background-color:var(--surface-ground);border-radius:var(--border-radius);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.UploadDocuments-module__oQ-mOW__statItem{align-items:center;gap:.75rem;font-weight:500;display:flex}.UploadDocuments-module__oQ-mOW__statItem i{font-size:1.25rem}.UploadDocuments-module__oQ-mOW__uploadResults{flex-direction:column;gap:.75rem;display:flex}.UploadDocuments-module__oQ-mOW__resultItem{background-color:var(--surface-ground);border-radius:var(--border-radius);border:1px solid var(--surface-border);padding:1rem}.UploadDocuments-module__oQ-mOW__resultHeader{align-items:center;gap:.75rem;display:flex}.UploadDocuments-module__oQ-mOW__resultHeader i{flex-shrink:0;font-size:1.25rem}.UploadDocuments-module__oQ-mOW__resultFileName{word-break:break-all;flex:1;font-size:.875rem}.UploadDocuments-module__oQ-mOW__resultError{background:color-mix(in srgb,var(--red-500)10%,transparent);border:1px solid var(--red-400);color:var(--red-500);border-radius:4px;margin-top:.5rem;padding:.5rem;font-size:.75rem}.UploadDocuments-module__oQ-mOW__resultActions{gap:1rem;margin-top:.5rem;display:flex}@media (max-width:767px){.UploadDocuments-module__oQ-mOW__uploadHeader{flex-direction:column;align-items:flex-start}.UploadDocuments-module__oQ-mOW__formActions{flex-direction:column}.UploadDocuments-module__oQ-mOW__formActions button{width:100%}.UploadDocuments-module__oQ-mOW__fileInfo{flex-wrap:wrap}.UploadDocuments-module__oQ-mOW__fileSize{width:100%;margin-left:1.5rem}.UploadDocuments-module__oQ-mOW__resultActions{flex-direction:column}.UploadDocuments-module__oQ-mOW__resultActions button{width:100%}.UploadDocuments-module__oQ-mOW__progressHeader{flex-direction:column;align-items:flex-start}.UploadDocuments-module__oQ-mOW__progressStatus{margin-left:2rem}}
.HomePage-module__4jJ8ka__container{padding:1.5rem}.HomePage-module__4jJ8ka__actions{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.HomePage-module__4jJ8ka__title{margin:0;font-size:1.75rem;font-weight:600}.HomePage-module__4jJ8ka__searchRow{margin-top:.75rem}.HomePage-module__4jJ8ka__searchWrapper{width:min(420px,100%);display:inline-flex;position:relative}.HomePage-module__4jJ8ka__searchInput{border:1px solid var(--surface-border);background:var(--surface-card);width:100%;color:var(--text-color);border-radius:8px;padding:.75rem 1rem}.HomePage-module__4jJ8ka__searchSpinner{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.HomePage-module__4jJ8ka__content{grid-template-columns:3fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:1024px){.HomePage-module__4jJ8ka__content{grid-template-columns:1fr}}.HomePage-module__4jJ8ka__companies{flex-direction:column;gap:1rem;display:flex}.HomePage-module__4jJ8ka__loading{justify-content:center;padding:2rem;display:flex}.HomePage-module__4jJ8ka__cards{grid-template-columns:repeat(auto-fill,minmax(min(420px,100%),1fr));gap:1rem;display:grid}.HomePage-module__4jJ8ka__paginator{justify-content:center;margin-top:1rem;display:flex}.HomePage-module__4jJ8ka__news{height:fit-content}.HomePage-module__4jJ8ka__newsList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.HomePage-module__4jJ8ka__newsItem{opacity:.7;padding:.5rem 0}
.AdminDocumentsTable-module__qeZ2Rq__toolbar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.AdminDocumentsTable-module__qeZ2Rq__searchInput{width:300px}
.AdminEmployeeDetailPage-module__pPV3ZG__loadingContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.AdminEmployeeDetailPage-module__pPV3ZG__errorContainer{padding:24px}.AdminEmployeeDetailPage-module__pPV3ZG__fullWidth{width:100%}.AdminEmployeeDetailPage-module__pPV3ZG__backRow{max-width:900px;margin:0 auto .25rem;padding:1.5rem 2rem 0;display:flex}.AdminEmployeeDetailPage-module__pPV3ZG__backLink{color:var(--text-color-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.AdminEmployeeDetailPage-module__pPV3ZG__backLink:hover{color:var(--primary-color)}.AdminEmployeeDetailPage-module__pPV3ZG__backLink i{font-size:.75rem}.AdminEmployeeDetailPage-module__pPV3ZG__content{max-width:900px;margin:0 auto;padding:clamp(12px,3vw,24px)}.AdminEmployeeDetailPage-module__pPV3ZG__pageTitle{color:var(--text-color);margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2}.AdminEmployeeDetailPage-module__pPV3ZG__infoCard{margin-bottom:24px}.AdminEmployeeDetailPage-module__pPV3ZG__documentsCard{margin-top:24px}.AdminEmployeeDetailPage-module__pPV3ZG__infoColumn{flex-direction:column;gap:20px;display:flex}.AdminEmployeeDetailPage-module__pPV3ZG__infoItem{flex-direction:column;gap:8px;display:flex}.AdminEmployeeDetailPage-module__pPV3ZG__infoLabel{color:var(--text-color-secondary);font-size:1rem;font-weight:500}.AdminEmployeeDetailPage-module__pPV3ZG__infoValue{color:var(--text-color);font-size:1.125rem;font-weight:600}.AdminEmployeeDetailPage-module__pPV3ZG__link{color:var(--primary-color);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.AdminEmployeeDetailPage-module__pPV3ZG__link:hover{color:var(--primary-color-hover,var(--primary-600));text-decoration:underline}
.AdminEmployeesTable-module__C5FzKW__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.AdminEmployeesTable-module__C5FzKW__link{color:var(--primary-color);cursor:pointer;text-decoration:none;transition:color .2s}.AdminEmployeesTable-module__C5FzKW__link:hover{color:var(--primary-color-emphasis);text-decoration:underline}
.AdminOutgoingDocumentsTable-module__N6_KEG__toolbar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.AdminOutgoingDocumentsTable-module__N6_KEG__searchInput{width:300px}
.CreateCompany-module__mnUmpq__container{max-width:900px;margin:0 auto;padding:1.5rem}.CreateCompany-module__mnUmpq__header{margin-bottom:2rem}.CreateCompany-module__mnUmpq__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.CreateCompany-module__mnUmpq__subtitle{opacity:.7;margin:0;font-size:.875rem}.CreateCompany-module__mnUmpq__steps{margin-bottom:2rem}.CreateCompany-module__mnUmpq__stepContent{background-color:var(--surface-card);border-radius:var(--border-radius);min-height:400px;padding:2rem}.CreateCompany-module__mnUmpq__navigation{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.CreateCompany-module__mnUmpq__navigationRight{gap:.5rem;display:flex}.CreateCompany-module__mnUmpq__form{flex-direction:column;gap:1.5rem;display:flex}.CreateCompany-module__mnUmpq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.CreateCompany-module__mnUmpq__formRow{grid-template-columns:1fr}}.CreateCompany-module__mnUmpq__formField{flex-direction:column;gap:.5rem;display:flex}.CreateCompany-module__mnUmpq__formField label{font-size:.875rem;font-weight:500}.CreateCompany-module__mnUmpq__formFieldFull{grid-column:1/-1}.CreateCompany-module__mnUmpq__inputWithButton{gap:.5rem;display:flex}.CreateCompany-module__mnUmpq__inputWithButton input{flex:1}.CreateCompany-module__mnUmpq__documentsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.CreateCompany-module__mnUmpq__documentCard{border:2px dashed var(--surface-border);border-radius:var(--border-radius);text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:1.5rem;transition:all .2s;display:flex}.CreateCompany-module__mnUmpq__documentCard:hover{border-color:var(--primary-color);background-color:var(--surface-hover)}.CreateCompany-module__mnUmpq__documentCardUploaded{border-style:solid;border-color:var(--green-500);background-color:var(--surface-hover)}.CreateCompany-module__mnUmpq__documentCardRequired{border-color:var(--red-500);border-style:solid}.CreateCompany-module__mnUmpq__documentIcon{color:var(--text-color-secondary);margin-bottom:.5rem;font-size:2rem}.CreateCompany-module__mnUmpq__documentIconUploaded{color:var(--green-500)}.CreateCompany-module__mnUmpq__documentName{margin-bottom:.25rem;font-weight:500}.CreateCompany-module__mnUmpq__documentHint{opacity:.6;font-size:.75rem}.CreateCompany-module__mnUmpq__documentFileName{color:var(--green-600);word-break:break-all;margin-top:.5rem;font-size:.75rem}.CreateCompany-module__mnUmpq__filesList{flex-direction:column;gap:.25rem;width:100%;margin-top:.5rem;display:flex}.CreateCompany-module__mnUmpq__fileItem{background-color:var(--surface-ground);border-radius:var(--border-radius);justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.CreateCompany-module__mnUmpq__fileName{word-break:break-all;text-align:left;flex:1;font-size:.75rem}.CreateCompany-module__mnUmpq__removeFileBtn{flex-shrink:0;width:1.5rem!important;height:1.5rem!important}.CreateCompany-module__mnUmpq__addMoreHint{opacity:.5;margin-top:.25rem;font-size:.7rem}.CreateCompany-module__mnUmpq__offerContainer{flex-direction:column;gap:1.5rem;display:flex}.CreateCompany-module__mnUmpq__offerLoading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.CreateCompany-module__mnUmpq__offerSelector{flex-direction:column;gap:.5rem;display:flex}.CreateCompany-module__mnUmpq__offerSelector label{font-weight:500}.CreateCompany-module__mnUmpq__offerDropdown{width:100%}.CreateCompany-module__mnUmpq__offerLink{background-color:var(--surface-ground);border-radius:var(--border-radius);align-items:center;padding:1rem;display:flex}.CreateCompany-module__mnUmpq__offerFileLink{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.CreateCompany-module__mnUmpq__offerFileLink:hover{color:var(--primary-700);text-decoration:underline}.CreateCompany-module__mnUmpq__offerFileLink i{font-size:1.25rem}.CreateCompany-module__mnUmpq__offerError{color:var(--red-500);align-items:center;gap:.5rem;display:flex}.CreateCompany-module__mnUmpq__offerAccept{background-color:var(--surface-ground);border-radius:var(--border-radius);align-items:center;gap:.75rem;padding:1rem;display:flex}.CreateCompany-module__mnUmpq__successMessage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.CreateCompany-module__mnUmpq__successIcon{color:var(--green-500);font-size:4rem}.CreateCompany-module__mnUmpq__successTitle{margin:0;font-size:1.5rem;font-weight:600}.CreateCompany-module__mnUmpq__successText{opacity:.7;margin:0}.CreateCompany-module__mnUmpq__submittingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.CreateCompany-module__mnUmpq__uploadProgress{flex-direction:column;gap:1rem;width:100%;max-width:500px;display:flex}.CreateCompany-module__mnUmpq__uploadHeader{align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.CreateCompany-module__mnUmpq__uploadHeader i{font-size:1.25rem}.CreateCompany-module__mnUmpq__progressBar{border-radius:.25rem;height:.5rem}.CreateCompany-module__mnUmpq__uploadInfo{color:var(--text-color-secondary);text-align:center;font-size:.875rem}.CreateCompany-module__mnUmpq__retryButton{align-self:center;margin-top:.5rem}
