.admin_container__5Ncd0{margin:0 auto;padding:1.5rem 4rem;min-height:calc(100vh - 220px)}.admin_statistikGrid__OA0ka{display:grid;grid-template-columns:2fr 1fr;gap:1rem;height:650px;align-items:stretch}.admin_statistikCard__gsWvY{display:flex;flex-direction:column;height:100%;padding:1.5rem}.admin_statistikCardContent__pDZyv{flex:1;display:flex;flex-direction:column;min-height:0}.admin_header__ehc4f{flex-shrink:0;padding-left:1.7rem;padding-right:1.7rem}.admin_headerTitles__i_iKb{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.admin_title__YAkrd{font-size:2rem;gap:.75rem}.admin_title__YAkrd,.admin_usersSectionTitle__Fv_Ca{font-weight:600;color:var(--text);margin:0;display:flex;align-items:center}.admin_usersSectionTitle__Fv_Ca{font-size:1.5rem;gap:.5rem}.admin_subtitle__Voq7A{font-size:1rem;color:var(--text-secondary);margin:0}.admin_statsGrid__1fy6j{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.5rem;flex:1;min-height:0}.admin_statCard__R_kWm{background:var(--card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--border);transition:all .3s ease;animation:admin_fadeInUp__bnVt2 .6s ease-out;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;min-height:120px}.admin_statCard__R_kWm:hover{box-shadow:0 8px 24px rgba(0,0,0,.06);transform:translateY(-2px)}[data-theme=dark] .admin_statCard__R_kWm:hover{box-shadow:0 8px 24px rgba(0,0,0,.15)}.admin_statCard__R_kWm:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-light));opacity:0;transition:opacity .3s ease}.admin_statCard__R_kWm:hover:before{opacity:1}.admin_statTopRow___pkiI{display:flex;justify-content:space-between;align-items:flex-start;min-height:65px}.admin_statIcon__PIPTb{width:65px;height:65px;border-radius:8px;background:var(--primary-blue-light);display:flex;align-items:flex-start;justify-content:flex-start;color:var(--primary-blue);font-size:1.5rem;transition:all .3s ease;flex-shrink:0}.admin_statIcon__PIPTb svg{width:30px!important;height:30px!important}.admin_statValue__BPWvZ{font-size:2.2rem;font-weight:700;color:var(--text);margin:0;line-height:1.1;text-align:right}.admin_statContent__utHmt{margin-top:auto;padding-top:.5rem}.admin_statContent__utHmt h3{font-size:.75rem;color:var(--text-secondary);margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.admin_recentReports__jRCBz{margin-top:3rem}.admin_sectionTitle__XdiaH{font-size:1.5rem;font-weight:600;color:var(--text);margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.admin_reportsList__8kjvJ{display:flex;flex-direction:column;gap:1rem}.admin_reportItem__V_PSp{background:var(--card-bg);border-radius:12px;padding:1.25rem;border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.admin_reportItem__V_PSp:hover{box-shadow:0 4px 16px rgba(0,0,0,.06);transform:translateY(-1px);border-color:var(--primary-blue-light)}[data-theme=dark] .admin_reportItem__V_PSp:hover{box-shadow:0 4px 16px rgba(0,0,0,.15)}.admin_reportInfo__dnhVl{flex:1}.admin_reportTitle__3aHoh{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 .25rem}.admin_reportDate__12ciQ{font-size:.875rem;color:var(--text-secondary);margin:0}.admin_reportStatus__R2jpD{display:flex;align-items:center}.admin_statusBadge__vB7dj{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin_statusBadge__vB7dj.admin_high__pv3RC{background:rgba(239,68,68,.1);color:#ef4444}.admin_statusBadge__vB7dj.admin_medium__C4lCv{background:rgba(245,158,11,.1);color:#f59e0b}.admin_statusBadge__vB7dj.admin_low__6WWqZ{background:rgba(217,119,6,.1);color:#d97706}.admin_statusBadge__vB7dj.admin_inProgress__8YOfG{background:rgba(59,130,246,.1);color:var(--primary-blue)}.admin_statusBadge__vB7dj.admin_planned__NISod{background:rgba(124,58,237,.1);color:#7c3aed}.admin_statusBadge__vB7dj.admin_completed__qBmhy{background:rgba(34,197,94,.1);color:#22c55e}.admin_activeUsersSection__XF_xB{margin-top:2rem}.admin_activeUsersList__yxUYO{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.875rem}.admin_usersSection__L7OwG{flex:1;display:flex;flex-direction:column;min-height:0}.admin_usersContainer__iMWFR{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;border:1px solid var(--border);border-radius:10px;padding:.75rem;background:var(--card-bg)}.admin_usersList__hcqnX{display:flex;flex-direction:column;gap:.625rem}.admin_activeUserCard__oFCwN{background:var(--card-bg);padding:.75rem;transition:all .3s ease;animation:admin_fadeInUp__bnVt2 .6s ease-out;box-shadow:0 1px 3px rgba(0,0,0,.05)}.admin_activeUserCard__oFCwN:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px);border-color:var(--primary-blue-light)}[data-theme=dark] .admin_activeUserCard__oFCwN{box-shadow:0 1px 3px rgba(0,0,0,.1)}[data-theme=dark] .admin_activeUserCard__oFCwN:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.admin_activeUserInfo__OG6Fb{display:flex;align-items:center;gap:.875rem}.admin_userIcon__odwuN{width:36px;height:36px;border-radius:50%;background:var(--primary-blue-light);display:flex;align-items:center;justify-content:center;color:var(--primary-blue);font-size:1.1rem;flex-shrink:0}.admin_userDetails__4Da31{flex:1}.admin_userName__KlA18{font-size:.95rem;font-weight:600;color:var(--text);margin:0 0 .25rem;line-height:1.2}.admin_userActivity__oYHLZ{font-size:.8rem;color:var(--text-secondary);margin:0;line-height:1.2}.admin_userCurrentWork__wGNu8{font-size:.75rem;color:var(--text);margin:.375rem 0 0;line-height:1.3;padding:.375rem .5rem;background:rgba(59,130,246,.05);border-radius:6px;border-left:3px solid var(--primary-blue)}.admin_userCurrentWork__wGNu8 strong{color:var(--primary-blue)}[data-theme=dark] .admin_userCurrentWork__wGNu8{background:rgba(59,130,246,.1)}.admin_userStatus__vicsw{font-size:.7rem;padding:.3rem .6rem;border-radius:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.admin_userStatusActive__11FSi{background:rgba(34,197,94,.1);color:#22c55e}.admin_userStatusInactive__7ZYQ_{background:hsla(220,9%,46%,.1);color:var(--text-secondary)}.admin_loadingContainer__q0zlv{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.admin_spinner__bS_Q5{width:40px;height:40px;border-top:4px solid var(--primary-blue-light);border:4px solid var(--primary-blue-light);border-top-color:var(--primary-blue);border-radius:50%;animation:admin_spin__d0SRm 1s linear infinite;margin-bottom:1rem}.admin_loadingContainer__q0zlv p{color:var(--text-secondary);font-size:1rem;margin:0}.admin_errorContainer__PDzSo{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.admin_errorContainer__PDzSo h2{color:var(--text);font-size:1.5rem;margin:0 0 1rem}.admin_errorContainer__PDzSo p{color:var(--text-secondary);font-size:1rem;margin:0}@keyframes admin_fadeInUp__bnVt2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes admin_spin__d0SRm{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-height:900px){.admin_container__5Ncd0{min-height:calc(100vh - 200px)}.admin_statistikGrid__OA0ka{height:550px}}@media screen and (max-height:768px){.admin_container__5Ncd0{padding:1rem;min-height:calc(100vh - 200px)}.admin_statistikGrid__OA0ka{height:450px}}@media screen and (max-height:600px){.admin_container__5Ncd0{min-height:calc(100vh - 150px)}.admin_statistikGrid__OA0ka{height:350px}}@media (max-width:1200px){.admin_statsGrid__1fy6j{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.25rem}.admin_statCard__R_kWm{padding:1.25rem}.admin_statTopRow___pkiI{margin-bottom:.875rem}.admin_statIcon__PIPTb{width:42px;height:42px;font-size:1.375rem}.admin_statValue__BPWvZ{font-size:1.9rem}.admin_statContent__utHmt h3{font-size:.75rem}}@media screen and (max-width:1080px){.admin_container__5Ncd0{padding:1rem}.admin_header__ehc4f{margin-bottom:1.5rem}.admin_headerTitles__i_iKb{flex-direction:column;gap:.5rem;align-items:flex-start}.admin_statistikGrid__OA0ka{grid-template-columns:1fr;gap:1rem;height:500px}.admin_statsGrid__1fy6j{grid-template-columns:repeat(2,1fr);gap:1rem}.admin_statCard__R_kWm{padding:1rem;border-radius:8px}.admin_statTopRow___pkiI{margin-bottom:.75rem}.admin_statIcon__PIPTb{width:38px;height:38px;font-size:1.25rem}.admin_statValue__BPWvZ{font-size:1.65rem}.admin_statContent__utHmt h3{font-size:.7rem}.admin_activeUsersSection__XF_xB{margin-top:1.5rem}.admin_activeUsersList__yxUYO{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.admin_activeUserCard__oFCwN{padding:.75rem}.admin_userIcon__odwuN{width:30px;height:30px;font-size:.95rem}.admin_userName__KlA18{font-size:.85rem}.admin_userActivity__oYHLZ{font-size:.7rem}.admin_userCurrentWork__wGNu8{font-size:.65rem;margin:.25rem 0 0;padding:.25rem .375rem}}@media screen and (max-width:768px){.admin_container__5Ncd0{padding:.75rem}.admin_header__ehc4f{margin-bottom:1rem}.admin_title__YAkrd{font-size:1.5rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.25rem}.admin_statistikGrid__OA0ka{grid-template-columns:1fr;gap:.75rem;height:450px}.admin_statsGrid__1fy6j{grid-template-columns:repeat(2,1fr);gap:.75rem}.admin_statCard__R_kWm{padding:.75rem;border-radius:8px}.admin_statTopRow___pkiI{margin-bottom:.5rem}.admin_statIcon__PIPTb{width:32px;height:32px;font-size:1rem}.admin_statValue__BPWvZ{font-size:1.3rem}.admin_statContent__utHmt h3{font-size:.6rem;line-height:1.2}.admin_activeUsersSection__XF_xB{margin-top:1rem}.admin_activeUsersList__yxUYO{grid-template-columns:1fr;gap:.5rem}.admin_activeUserCard__oFCwN{padding:.5rem}.admin_activeUserInfo__OG6Fb{gap:.5rem}.admin_userIcon__odwuN{width:24px;height:24px;font-size:.75rem}.admin_userName__KlA18{font-size:.75rem}.admin_userActivity__oYHLZ{font-size:.6rem}.admin_sectionTitle__XdiaH{font-size:1.125rem;margin-bottom:.75rem}}@media screen and (max-width:640px){.admin_container__5Ncd0{padding:.75rem}.admin_title__YAkrd{font-size:1.375rem;gap:.5rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.125rem}.admin_statistikGrid__OA0ka{height:320px}.admin_statistikGrid__OA0ka,.admin_statsGrid__1fy6j{grid-template-columns:1fr;gap:.625rem}.admin_statCard__R_kWm{padding:.625rem}.admin_statTopRow___pkiI{margin-bottom:.5rem}.admin_statIcon__PIPTb{width:28px;height:28px;font-size:.9rem}.admin_statValue__BPWvZ{font-size:1.25rem}.admin_statContent__utHmt h3{font-size:.55rem}.admin_activeUserCard__oFCwN{padding:.5rem}.admin_userIcon__odwuN{width:26px;height:26px;font-size:.8rem}.admin_userName__KlA18{font-size:.75rem}.admin_userActivity__oYHLZ{font-size:.625rem}.admin_userCurrentWork__wGNu8{font-size:.575rem;margin:.25rem 0 0;padding:.25rem .375rem}.admin_sectionTitle__XdiaH{font-size:1.125rem}}@media screen and (max-width:480px){.admin_container__5Ncd0{padding:.625rem}.admin_title__YAkrd{font-size:1.25rem;gap:.5rem}.admin_usersSectionTitle__Fv_Ca{font-size:1rem}.admin_statistikGrid__OA0ka{height:280px}.admin_statistikGrid__OA0ka,.admin_statsGrid__1fy6j{grid-template-columns:1fr;gap:.5rem}.admin_statCard__R_kWm{padding:.5rem}.admin_statTopRow___pkiI{margin-bottom:.375rem}.admin_statIcon__PIPTb{width:26px;height:26px;font-size:.8rem}.admin_statValue__BPWvZ{font-size:1.1rem}.admin_statContent__utHmt h3{font-size:.5rem;line-height:1.1}.admin_activeUsersSection__XF_xB{margin-top:1rem}.admin_activeUserCard__oFCwN{padding:.5rem}.admin_activeUserInfo__OG6Fb{gap:.5rem}.admin_userIcon__odwuN{width:24px;height:24px;font-size:.75rem}.admin_userName__KlA18{font-size:.7rem}.admin_userActivity__oYHLZ{font-size:.575rem}.admin_userCurrentWork__wGNu8{font-size:.525rem;margin:.25rem 0 0;padding:.25rem .375rem}.admin_sectionTitle__XdiaH{font-size:1rem;margin-bottom:.75rem}}@media screen and (max-width:360px){.admin_container__5Ncd0{padding:.5rem}.admin_title__YAkrd{font-size:1.125rem}.admin_usersSectionTitle__Fv_Ca{font-size:.9rem}.admin_statistikGrid__OA0ka{height:240px}.admin_statistikGrid__OA0ka,.admin_statsGrid__1fy6j{grid-template-columns:1fr;gap:.375rem}.admin_statCard__R_kWm{padding:.375rem}.admin_statTopRow___pkiI{margin-bottom:.25rem}.admin_statIcon__PIPTb{width:24px;height:24px;font-size:.75rem}.admin_statValue__BPWvZ{font-size:1rem}.admin_statContent__utHmt h3{font-size:.45rem}.admin_activeUserCard__oFCwN{padding:.375rem}.admin_userIcon__odwuN{width:22px;height:22px;font-size:.7rem}.admin_userName__KlA18{font-size:.65rem}.admin_userActivity__oYHLZ{font-size:.525rem}.admin_userCurrentWork__wGNu8{font-size:.475rem;margin:.25rem 0 0;padding:.25rem .375rem}.admin_sectionTitle__XdiaH{font-size:.95rem}}.admin_adminBg__4c1b7{background:var(--background);min-height:90vh}.admin_tabs__8RBFa{display:flex;margin-top:1.5rem;margin-bottom:2rem;background:var(--card-bg);border-radius:20px;padding:.25rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid var(--border);width:-moz-fit-content;width:fit-content}.admin_tabBtn__TqUYt{background:transparent;border:none;color:var(--text);font-weight:500;font-size:1rem;border-radius:16px;padding:.5rem 1rem;cursor:pointer;transition:all .2s;position:relative}.admin_tabBtn__TqUYt:not(.admin_active__KdAMs):hover{background:var(--card-hover)}.admin_tabBtnactive__PHM9F{border:none;color:var(--text);font-weight:500;font-size:1rem;border-radius:16px;padding:.5rem 1rem;cursor:pointer;transition:all .2s;position:relative;background:var(--primary-blue);color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin_topBarRow__TuB6n{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin_addBtn__HVrSc{background:var(--primary-blue);color:#fff;font-weight:600;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s,box-shadow .2s;margin-left:auto}.admin_addBtn__HVrSc:hover{background:var(--brand-light-blue)}.admin_filterBtn__Jk3U4{background:var(--text-secondary);color:#fff;font-weight:500;border:none;border-radius:10px;padding:.6rem 1.2rem;font-size:.9rem;display:flex;align-items:center;gap:.4rem;box-shadow:0 2px 6px rgba(0,0,0,.05);cursor:pointer;transition:background .2s,box-shadow .2s;margin-right:1rem;position:relative}.admin_filterBtn__Jk3U4:hover{background:var(--text);box-shadow:0 4px 12px rgba(0,0,0,.1)}.admin_filterBtn__Jk3U4.admin_active__KdAMs{background:var(--primary-blue);box-shadow:0 2px 8px rgba(0,0,0,.15)}.admin_filterDropdown__CakzO{position:relative;display:inline-block;margin-right:1rem}.admin_filterDropdownContent__v6V8X{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:998;min-width:140px;margin-top:.5rem}.admin_filterDropdownItem__OOWoJ{padding:.75rem 1rem;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f0f0;font-size:.9rem;color:var(--text)}.admin_filterDropdownItem__OOWoJ:last-child{border-bottom:none}.admin_filterDropdownItem__OOWoJ:hover{background:#f5f5f5}.admin_filterDropdownItem__OOWoJ.admin_active__KdAMs{background:#e5e7eb;color:#222;font-weight:500}.admin_cardsGrid__zW4bI{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.admin_employeeCard__bKOTN{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid var(--border);padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;min-height:160px;position:relative;transition:box-shadow .2s,transform .2s}.admin_employeeCard__bKOTN:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-2px) scale(1.01)}.admin_employeeCardContent__IHnn1{display:flex;align-items:center;gap:1.2rem}.admin_employeeAvatar__MwWB8{width:44px;height:44px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#b0b0b0;font-size:1.5rem;font-weight:700}.admin_employeeInfo__lpj1M{flex:1}.admin_employeeName__iMr_y{font-size:1.1rem;font-weight:600;color:#18181b;margin-bottom:.1rem}.admin_employeeRole__IOdJl{font-size:.98rem;color:#6b7280;margin-bottom:.1rem}.admin_employeeEmail__rHrsh{font-size:.93rem;color:#b0b0b0}.admin_employeeActions__bI_w_{display:flex;gap:.7rem;position:absolute;top:1rem;right:1rem}.admin_employeeActions__bI_w_ button{background:none;border:none;color:#888;font-size:1.1rem;cursor:pointer;padding:.3rem;border-radius:6px;transition:background .15s}.admin_employeeActions__bI_w_ button:hover{background:#f0f0f0;color:#222}@media (max-width:900px){.admin_cardsGrid__zW4bI{grid-template-columns:1fr;gap:1.2rem}.admin_addBtn__HVrSc{width:100%;justify-content:center;margin:1rem 0 0}}.admin_taskCard__IewGn{min-height:180px}.admin_modalOverlay__09HMl{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999}.admin_modalContent__Of6BH{background:var(--card-bg);border-radius:12px;padding:2rem;min-width:40%;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 4px 32px rgba(0,0,0,.12)}.admin_modalHeader__Rv4Pq{margin-bottom:1.5rem}.admin_modalTitle__BeI0H{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.admin_modalDescription__KftJ3{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.admin_modalForm__7UOO8{display:flex;flex-direction:column;gap:1rem}.admin_formField__pDVUn{display:flex;flex-direction:column;gap:.5rem}.admin_formLabel__S1Xn8{font-size:.9rem;font-weight:500;color:var(--text)}.admin_formInput__nmDVg{padding:1rem 1.25rem;border:2px solid var(--border);border-radius:12px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:var(--card-bg);color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:500;min-height:48px;display:flex;align-items:center}.admin_formInput__nmDVg:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px rgba(105,147,255,.15)}.admin_formInput__nmDVg:hover{border-color:var(--primary-blue);background-color:var(--card-hover);box-shadow:0 4px 12px rgba(105,147,255,.08);transform:translateY(-1px)}.admin_formInput__nmDVg[type=date]{cursor:pointer}.admin_formInput__nmDVg[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;-webkit-transition:opacity .2s;transition:opacity .2s}.admin_formInput__nmDVg[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}select.admin_formInput__nmDVg{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236993ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding:1rem 3rem 1rem 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid var(--border);background-color:var(--card-bg);border-radius:12px;font-size:.95rem;color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:500;min-height:48px;display:flex;align-items:center}select.admin_formInput__nmDVg:hover{border-color:var(--primary-blue);background-color:var(--card-hover);box-shadow:0 4px 12px rgba(105,147,255,.08);transform:translateY(-1px)}select.admin_formInput__nmDVg:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px rgba(105,147,255,.15);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236993ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")}select.admin_formInput__nmDVg option{padding:.875rem 1rem;background-color:var(--card-bg);color:var(--text);font-size:.9rem;border:none;transition:all .15s ease;font-weight:500;margin:1px 0;border-radius:6px;cursor:pointer;position:relative}select.admin_formInput__nmDVg option:hover{background:var(--primary-blue);color:#fff;transform:translateX(2px);box-shadow:0 2px 8px rgba(105,147,255,.25)}select.admin_formInput__nmDVg option:checked{background:var(--primary-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px rgba(105,147,255,.3)}select.admin_formInput__nmDVg option:focus{background:var(--primary-blue);color:#fff;outline:none}select.admin_formInput__nmDVg option[value=""]{color:var(--text-secondary);font-style:italic;font-weight:400;background-color:var(--card-bg)}select.admin_formInput__nmDVg option[value=""]:hover{background:var(--card-hover);color:var(--text-secondary);transform:none;box-shadow:none}.admin_formInput__nmDVg::placeholder,.admin_formTextarea__H4zKO::placeholder{color:var(--text-secondary);opacity:1;font-style:italic;font-weight:400;font-size:.9rem}.admin_formInput__nmDVg::-webkit-input-placeholder,.admin_formTextarea__H4zKO::-webkit-input-placeholder{color:var(--text-secondary);opacity:1;font-style:italic;font-weight:400;font-size:.9rem}.admin_formInput__nmDVg::-moz-placeholder,.admin_formTextarea__H4zKO::-moz-placeholder{color:var(--text-secondary);opacity:1;font-style:italic;font-weight:400;font-size:.9rem}.admin_formTextarea__H4zKO{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;min-height:100px;resize:vertical;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#374151;box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:500;line-height:1.5}.admin_formTextarea__H4zKO:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.15)}.admin_formTextarea__H4zKO:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 12px rgba(59,130,246,.08);transform:translateY(-1px)}.admin_checkboxGrid__DL0RD{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.admin_checkboxItem__YFWqv{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.admin_formGrid__jdjhL{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin_modalFooter__Girjl{display:flex;justify-content:space-between;gap:.75rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.admin_modalButton__Lt3Td{padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.admin_modalButtonPrimary___2KJs{background:var(--primary-blue);color:#fff}.admin_modalButtonPrimary___2KJs:hover{background:var(--brand-light-blue)}.admin_modalButtonSecondary__jTV7Z{background:var(--card-bg);color:var(--text);border:1px solid var(--primary-blue)}.admin_modalButtonSecondary__jTV7Z:hover{background:var(--primary-blue)}@media (max-width:768px){.admin_modalContent__Of6BH{min-width:90vw;padding:1.5rem}.admin_checkboxGrid__DL0RD,.admin_formGrid__jdjhL{grid-template-columns:1fr}}.admin_formLabelContainer__OABkS{display:flex;align-items:center;gap:.5rem}.admin_helpButton__a_7eP{width:20px;height:20px;border-radius:50%;background:var(--primary-blue);color:#fff;border:none;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.admin_helpButton__a_7eP:hover{background:var(--primary-blue);opacity:.9}.admin_helpText__UUYN7{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;padding:1rem;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.admin_helpText__UUYN7 p{margin:0 0 .75rem}.admin_helpText__UUYN7 p:last-child{margin-bottom:0}.admin_helpText__UUYN7 ul{margin:.5rem 0;padding-left:1.5rem}.admin_helpText__UUYN7 li{margin-bottom:.25rem}.admin_subtasksContainer__BuslJ{display:flex;flex-direction:column;gap:.75rem}.admin_subtaskRow__CVY_A{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:center;position:relative}.admin_removeButton__ReJwg{width:18px;height:18px;border-radius:50%;background:#fff;color:#000;border:none;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:-.3rem;margin-right:-.7rem;flex-shrink:0}.admin_removeButton__ReJwg:hover{transform:scale(1.1)}.admin_customDropdown__fJHT3{position:relative;width:100%;border:none;box-shadow:none;padding:0;z-index:1000}.admin_dropdownButton__3RPaa{width:100%;padding:1rem 1.25rem;border:2px solid var(--border);border-radius:12px;font-size:.95rem;background-color:var(--card-bg);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:500;min-height:48px;text-align:left;z-index:1000}.admin_dropdownButton__3RPaa:hover{border-color:var(--primary-blue);background-color:var(--card-hover);box-shadow:0 4px 12px rgba(105,147,255,.08);transform:translateY(-1px)}.admin_dropdownButtonOpen__CLXMy{border-color:var(--primary-blue);box-shadow:0 0 0 4px rgba(105,147,255,.15)}.admin_dropdownValue__Xy5te{flex:1;color:var(--text)}.admin_dropdownValue__Xy5te:empty:before{content:attr(placeholder);color:var(--text-secondary);font-style:italic;font-weight:400}.admin_dropdownIcon__z3W_9{width:20px;height:20px;color:var(--primary-blue);transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.admin_dropdownIconOpen__k9ksJ{transform:rotate(180deg)}.admin_dropdownMenu__uyiZv{position:absolute;top:100%;left:0;right:0;background:var(--card-bg);border:none;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:1004;max-height:200px;overflow-y:auto;margin-top:4px;animation:admin_dropdownSlideDown__kOus1 .2s ease-out;padding:.5rem}.admin_dropdownOption__wxsRe{width:100%;padding:.875rem 1rem;background:transparent;border:none;text-align:left;font-size:.9rem;color:var(--text);cursor:pointer;transition:all .15s ease;font-weight:500;border-radius:8px;position:relative;overflow:hidden;margin-bottom:.25rem;z-index:1005}.admin_dropdownOption__wxsRe:last-child{margin-bottom:0}.admin_dropdownOptionHighlighted__JK39y,.admin_dropdownOption__wxsRe:hover{background:var(--primary-blue);color:#fff;transform:translateX(4px);box-shadow:0 4px 12px rgba(105,147,255,.3);border-radius:8px}.admin_dropdownOptionSelected__GI1iZ{background:var(--primary-blue);color:#fff;font-weight:600;box-shadow:0 4px 12px rgba(105,147,255,.4);border-radius:8px}.admin_dropdownOptionSelected__GI1iZ:hover{background:var(--primary-blue);transform:translateX(4px);border-radius:8px}.admin_dropdownOption__wxsRe:first-child{color:var(--text-secondary);font-style:italic;font-weight:400;background-color:var(--card-bg);border-radius:8px}.admin_dropdownOption__wxsRe:first-child:hover{background:var(--card-hover);color:var(--text-secondary);transform:none;box-shadow:none;border-radius:8px}@keyframes admin_dropdownSlideDown__kOus1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin_dropdownMenu__uyiZv::-webkit-scrollbar{width:6px}.admin_dropdownMenu__uyiZv::-webkit-scrollbar-track{background:var(--card-bg);border-radius:3px}.admin_dropdownMenu__uyiZv::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.admin_dropdownMenu__uyiZv::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media (max-width:768px){.admin_subtaskRow__CVY_A{grid-template-columns:1fr;gap:.5rem}.admin_removeButton__ReJwg{align-self:center;margin-left:.5rem;width:26px;height:26px;font-size:12px}.admin_dropdownMenu__uyiZv{max-height:150px}.admin_dropdownOption__wxsRe{padding:.75rem .875rem;font-size:.85rem}}.admin_addSubtaskButtons__jSscK{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.admin_responseRangeModal__H43Yg{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1001}.admin_responseRangeContent__onYK_{background:#fff;border-radius:12px;padding:2rem;min-width:300px;max-width:90vw;box-shadow:0 4px 32px rgba(0,0,0,.12)}.admin_responseRangeContent__onYK_ h4{font-size:1.25rem;font-weight:600;color:#18181b;margin-bottom:1.5rem;text-align:center}.admin_responseRangeInputs__aiWHv{display:flex;gap:1rem;margin-bottom:1.5rem}.admin_responseRangeInputs__aiWHv>div{flex:1;display:flex;flex-direction:column;gap:.5rem}.admin_responseRangeInputs__aiWHv label{font-size:.9rem;font-weight:500;color:#374151}.admin_responseRangeInputs__aiWHv input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#374151;box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:500}.admin_responseRangeInputs__aiWHv input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.15)}.admin_responseRangeInputs__aiWHv input:hover{border-color:#3b82f6;background-color:#f8fafc;box-shadow:0 4px 12px rgba(59,130,246,.08)}.admin_responseRangeButtons__gzTwa{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width:768px){.admin_responseRangeContent__onYK_{padding:1.5rem;min-width:280px}.admin_responseRangeInputs__aiWHv{flex-direction:column;gap:.75rem}.admin_addSubtaskButtons__jSscK,.admin_responseRangeButtons__gzTwa{flex-direction:column}}.admin_modalButtonPrimary___2KJs:disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed;border:1px solid #ccc;box-shadow:none}@media screen and (min-width:1366px) and (max-width:1439px) and (min-height:768px){.admin_container__5Ncd0{padding:1.375rem}.admin_statistikGrid__OA0ka{height:550px;gap:1.25rem}.admin_statsGrid__1fy6j{gap:1.25rem}.admin_statCard__R_kWm{padding:1.5rem;min-height:125px}.admin_statIcon__PIPTb{width:68px;height:68px}.admin_statIcon__PIPTb svg{width:32px!important;height:32px!important}.admin_statValue__BPWvZ{font-size:2.3rem}.admin_statContent__utHmt h3{font-size:.8rem}.admin_title__YAkrd{font-size:2rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.5rem}.admin_subtitle__Voq7A{font-size:1rem}.admin_modalContent__Of6BH{max-width:650px;padding:1.5rem}.admin_formInput__nmDVg,.admin_formLabel__S1Xn8,.admin_formTextarea__H4zKO{font-size:.9375rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:.75rem 1.5rem;font-size:.9375rem}.admin_filterBtn__Jk3U4{padding:.625rem 1.25rem;font-size:.875rem}.admin_employeeCard__bKOTN{padding:1.5rem}.admin_employeeAvatar__MwWB8{width:56px;height:56px;font-size:1.25rem}.admin_employeeName__iMr_y{font-size:1.0625rem}.admin_employeeRole__IOdJl{font-size:.875rem}.admin_employeeEmail__rHrsh{font-size:.8125rem}.admin_cardsGrid__zW4bI{gap:1.25rem}}@media screen and (min-width:1440px) and (max-width:1535px) and (min-height:900px){.admin_container__5Ncd0{padding:1.625rem}.admin_statistikGrid__OA0ka{height:600px;gap:1.5rem}.admin_statsGrid__1fy6j{gap:1.5rem}.admin_statCard__R_kWm{padding:1.75rem;min-height:135px;border-radius:14px}.admin_statIcon__PIPTb{width:72px;height:72px}.admin_statIcon__PIPTb svg{width:34px!important;height:34px!important}.admin_statValue__BPWvZ{font-size:2.45rem}.admin_statContent__utHmt h3{font-size:.825rem}.admin_title__YAkrd{font-size:2.125rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.625rem}.admin_subtitle__Voq7A{font-size:1.0625rem}.admin_modalContent__Of6BH{max-width:700px;padding:1.75rem}.admin_formInput__nmDVg,.admin_formLabel__S1Xn8,.admin_formTextarea__H4zKO{font-size:.96875rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:.8125rem 1.625rem;font-size:.96875rem}.admin_filterBtn__Jk3U4{padding:.6875rem 1.375rem;font-size:.90625rem}.admin_employeeCard__bKOTN{padding:1.75rem;border-radius:14px}.admin_employeeAvatar__MwWB8{width:60px;height:60px;font-size:1.375rem}.admin_employeeName__iMr_y{font-size:1.125rem}.admin_employeeRole__IOdJl{font-size:.9375rem}.admin_employeeEmail__rHrsh{font-size:.875rem}.admin_cardsGrid__zW4bI{gap:1.5rem}}@media screen and (min-width:1536px) and (max-width:1599px) and (min-height:864px){.admin_container__5Ncd0{padding:1.75rem}.admin_statistikGrid__OA0ka{height:620px;gap:1.625rem}.admin_statsGrid__1fy6j{gap:1.625rem}.admin_statCard__R_kWm{padding:1.875rem;min-height:140px;border-radius:15px}.admin_statIcon__PIPTb{width:75px;height:75px}.admin_statIcon__PIPTb svg{width:35px!important;height:35px!important}.admin_statValue__BPWvZ{font-size:2.5625rem}.admin_statContent__utHmt h3{font-size:.84375rem}.admin_title__YAkrd{font-size:2.1875rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.6875rem}.admin_subtitle__Voq7A{font-size:1.09375rem}.admin_modalContent__Of6BH{max-width:725px;padding:1.875rem}.admin_formInput__nmDVg,.admin_formLabel__S1Xn8,.admin_formTextarea__H4zKO{font-size:.984375rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:.84375rem 1.6875rem;font-size:.984375rem}.admin_filterBtn__Jk3U4{padding:.71875rem 1.4375rem;font-size:.921875rem}.admin_employeeCard__bKOTN{padding:1.875rem;border-radius:15px}.admin_employeeAvatar__MwWB8{width:62px;height:62px;font-size:1.4375rem}.admin_employeeName__iMr_y{font-size:1.15625rem}.admin_employeeRole__IOdJl{font-size:.96875rem}.admin_employeeEmail__rHrsh{font-size:.890625rem}.admin_cardsGrid__zW4bI{gap:1.625rem}}@media screen and (min-width:1600px) and (max-width:1919px) and (min-height:900px){.admin_container__5Ncd0{padding:1.875rem}.admin_statistikGrid__OA0ka{height:640px;gap:1.75rem}.admin_statsGrid__1fy6j{gap:1.75rem}.admin_statCard__R_kWm{padding:2rem;min-height:145px;border-radius:15px}.admin_statIcon__PIPTb{width:78px;height:78px}.admin_statIcon__PIPTb svg{width:36px!important;height:36px!important}.admin_statValue__BPWvZ{font-size:2.625rem}.admin_statContent__utHmt h3{font-size:.859375rem}.admin_title__YAkrd{font-size:2.25rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.75rem}.admin_subtitle__Voq7A{font-size:1.125rem}.admin_modalContent__Of6BH{max-width:750px;padding:2rem}.admin_formInput__nmDVg,.admin_formLabel__S1Xn8,.admin_formTextarea__H4zKO{font-size:1rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:.875rem 1.75rem;font-size:1rem}.admin_filterBtn__Jk3U4{padding:.75rem 1.5rem;font-size:.9375rem}.admin_employeeCard__bKOTN{padding:2rem;border-radius:15px}.admin_employeeAvatar__MwWB8{width:64px;height:64px;font-size:1.5rem}.admin_employeeName__iMr_y{font-size:1.1875rem}.admin_employeeRole__IOdJl{font-size:1rem}.admin_employeeEmail__rHrsh{font-size:.9375rem}.admin_cardsGrid__zW4bI{gap:1.75rem}}@media screen and (min-width:1920px) and (min-height:911px) and (max-height:945px){.admin_container__5Ncd0{padding:2rem}.admin_statistikGrid__OA0ka{height:660px;gap:1.875rem}.admin_statsGrid__1fy6j{gap:1.875rem}.admin_statCard__R_kWm{padding:2.125rem;min-height:150px;border-radius:16px}.admin_statIcon__PIPTb{width:80px;height:80px}.admin_statIcon__PIPTb svg{width:37px!important;height:37px!important}.admin_statValue__BPWvZ{font-size:2.6875rem}.admin_statContent__utHmt h3{font-size:.875rem}.admin_title__YAkrd{font-size:2.3125rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.8125rem}.admin_subtitle__Voq7A{font-size:1.15625rem}.admin_modalContent__Of6BH{max-width:775px;padding:2.125rem}.admin_formInput__nmDVg,.admin_formLabel__S1Xn8,.admin_formTextarea__H4zKO{font-size:1.03125rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:.90625rem 1.8125rem;font-size:1.03125rem}.admin_filterBtn__Jk3U4{padding:.78125rem 1.5625rem;font-size:.96875rem}.admin_employeeCard__bKOTN{padding:2.125rem;border-radius:16px}.admin_employeeAvatar__MwWB8{width:66px;height:66px;font-size:1.5625rem}.admin_employeeName__iMr_y{font-size:1.21875rem}.admin_employeeRole__IOdJl{font-size:1.03125rem}.admin_employeeEmail__rHrsh{font-size:.96875rem}.admin_cardsGrid__zW4bI{gap:1.875rem}}@media screen and (min-width:1920px) and (min-height:900px){.admin_container__5Ncd0{padding:2rem 2.5rem}.admin_statistikGrid__OA0ka{height:680px;gap:2rem}.admin_statsGrid__1fy6j{gap:2rem}.admin_statCard__R_kWm{padding:2.25rem;min-height:155px;border-radius:16px}.admin_statTopRow___pkiI{min-height:70px}.admin_statIcon__PIPTb{width:80px;height:80px;font-size:1.5rem}.admin_statIcon__PIPTb svg{width:38px!important;height:38px!important}.admin_statValue__BPWvZ{font-size:2.75rem}.admin_statContent__utHmt h3{font-size:.875rem}.admin_title__YAkrd{font-size:2.375rem}.admin_usersSectionTitle__Fv_Ca{font-size:1.875rem}.admin_subtitle__Voq7A{font-size:1.1875rem}.admin_header__ehc4f{padding-left:2.5rem;padding-right:2.5rem;margin-bottom:2rem}.admin_activeUserCard__oFCwN{padding:1.75rem}.admin_userIcon__odwuN{width:50px;height:50px;font-size:1.625rem}.admin_userName__KlA18{font-size:1.25rem}.admin_userActivity__oYHLZ{font-size:1.0625rem}.admin_userCurrentWork__wGNu8{font-size:.9375rem;margin:.5rem 0 0;padding:.5rem .75rem}.admin_sectionTitle__XdiaH{font-size:1.875rem;margin-bottom:2rem}.admin_recentReports__jRCBz{margin-top:4rem}.admin_reportItem__V_PSp{padding:2rem;border-radius:16px}.admin_reportTitle__3aHoh{font-size:1.3125rem}.admin_reportDate__12ciQ{font-size:1.0625rem}.admin_statusBadge__vB7dj{padding:.4375rem 1.125rem;font-size:.9375rem}.admin_activeUsersList__yxUYO{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.admin_usersContainer__iMWFR{padding:2rem;border-radius:16px}.admin_usersList__hcqnX{gap:1.25rem}.admin_modalContent__Of6BH{max-width:800px;padding:2.5rem}.admin_modalTitle__BeI0H{font-size:1.5rem}.admin_modalDescription__KftJ3{font-size:1.125rem}.admin_formInput__nmDVg,.admin_formTextarea__H4zKO{font-size:1.0625rem}.admin_formTextarea__H4zKO{padding:1.125rem}.admin_formLabel__S1Xn8{font-size:1.0625rem}.admin_addBtn__HVrSc,.admin_modalButton__Lt3Td{padding:1rem 2rem;font-size:1.0625rem}.admin_filterBtn__Jk3U4{padding:.875rem 1.75rem;font-size:1rem}.admin_employeeCard__bKOTN{padding:2.5rem;border-radius:16px}.admin_employeeAvatar__MwWB8{width:72px;height:72px;font-size:1.75rem}.admin_employeeName__iMr_y{font-size:1.3125rem}.admin_employeeRole__IOdJl{font-size:1.125rem}.admin_employeeEmail__rHrsh{font-size:1rem}.admin_cardsGrid__zW4bI{gap:2rem}.admin_tabs__8RBFa{gap:1.25rem;padding:.625rem}.admin_tabBtn__TqUYt,.admin_tabBtnactive__PHM9F{padding:1rem 2rem;font-size:1.0625rem}}.passwordstrength_strengthLabel__fFLop{font-size:.85em;font-weight:500;font-family:Arial,sans-serif;margin-bottom:2px;letter-spacing:.5px;text-align:left}.passwordstrength_strengthBar__HHBy0{display:flex;gap:2px;margin-top:2px}.passwordstrength_strengthBlock__ML5C4{width:18px;height:6px;border-radius:3px;background:#eee;transition:background .3s}.Profile_container__wy2E3{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background:var(--background);padding:1.25rem 4rem}.Profile_content__8AEZR{width:100%;margin:.5rem auto;height:auto;min-height:550px}.Profile_profileCard__eXfAH{width:100%;height:auto;min-height:550px;background:var(--card-bg);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.04);display:flex;flex-direction:column}.Profile_profileForm__Q7vKr{flex:1;padding:1rem 1.75rem;overflow-y:auto}.Profile_headerSection__ZeeGj{flex-shrink:0;background:var(--primary-blue);padding:.5rem 0;margin-bottom:0;text-align:center;color:#fff;position:relative;border-top-left-radius:12px;border-top-right-radius:12px}.Profile_headerSection__ZeeGj:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,.1),transparent);pointer-events:none}.Profile_avatarContainer__LggIE{width:120px;height:120px;background:hsla(0,0%,100%,.175);border-radius:50%;margin:-.25rem auto 0;padding:4px;position:relative;cursor:pointer;z-index:1;overflow:hidden;transform:translateY(0)}.Profile_avatarImage__pg5YG{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--primary-blue);font-size:3.75rem;font-weight:700;transition:transform .3s ease;pointer-events:none}.Profile_avatarImage__pg5YG,.Profile_changePhotoOverlay__ANkzk{color:#fff;display:flex;align-items:center;justify-content:center}.Profile_changePhotoOverlay__ANkzk{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.4));font-size:.9rem;opacity:0;transition:all .3s ease;cursor:pointer;z-index:10}.Profile_avatarContainer__LggIE:hover .Profile_changePhotoOverlay__ANkzk{opacity:1}.Profile_deletePhotoOverlay__Uq_Qg{position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(180deg,rgba(220,53,69,.8),rgba(220,53,69,.4));color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;cursor:pointer;z-index:10}.Profile_avatarContainer__LggIE:hover .Profile_deletePhotoOverlay__Uq_Qg{opacity:1}.Profile_avatarContainer__LggIE:hover .Profile_avatarImage__pg5YG{transform:scale(1.1)}.Profile_avatarContainer__LggIE:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);border-radius:50%;opacity:0;transition:opacity .3s ease-in-out}.Profile_avatarContainer__LggIE:hover:after{opacity:1}.Profile_tabsContainer__8v2nH{display:flex;padding:.25rem 2rem;border-bottom:1px solid var(--border);background:var(--card-bg);gap:2rem}.Profile_tabButton__MjTHw{padding:1rem 1.25rem;border:none;background:none;font-size:1rem;color:var(--text-secondary);cursor:pointer;position:relative}.Profile_activeTab__GiGSE{color:var(--primary-blue);font-weight:500}.Profile_activeTab__GiGSE:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary-blue)}.Profile_sectionTitle__rbC4o{font-size:16px;margin:0 0 1.5rem;color:var(--text)}.Profile_formGroup__PUTcx{width:100%;margin-bottom:1rem}.Profile_formGroup__PUTcx label{display:block;font-size:15px;color:var(--text-secondary);margin-bottom:8px}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{width:100%;padding:8px 12px;height:36px!important;font-size:15px;border:1px solid var(--border);border-radius:8px;background:var(--card-bg);color:var(--text)}.Profile_formGroup__PUTcx input:focus,.Profile_formGroup__PUTcx select:focus{outline:none;border-color:var(--primary-blue);background:var(--card-bg);color:var(--text)}.Profile_formRow__nvQ7l{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:1rem}.Profile_formRow__nvQ7l .Profile_formGroup__PUTcx{margin-bottom:0}.Profile_saveButton__mF5w1{background:var(--primary-blue);color:#fff;border:none;padding:8px 16px;height:42px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;margin-top:.25rem;min-width:150px;transition:opacity .2s ease}.Profile_saveButton__mF5w1:hover{background:var(--brand-light-blue)}.Profile_saveButton__mF5w1:disabled{opacity:.7;cursor:not-allowed}.Profile_inputWithIcon__Y2CjX{position:relative;display:flex;align-items:center}.Profile_inputIcon__9C_eG{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--primary-blue,#6993ff);width:18px;height:18px}.Profile_userName__ojPvX,.Profile_userRole__xQv10{display:none}[data-theme=light] .Profile_container__wy2E3{background:var(--background)}[data-theme=light] .Profile_profileCard__eXfAH,[data-theme=light] .Profile_profileForm__Q7vKr,[data-theme=light] .Profile_tabsContainer__8v2nH{background:var(--card-bg)}[data-theme=light] .Profile_tabButton__MjTHw{color:var(--text-secondary)}[data-theme=light] .Profile_sectionTitle__rbC4o{color:var(--text)}[data-theme=light] .Profile_formGroup__PUTcx label{color:var(--text-secondary)}[data-theme=light] .Profile_formGroup__PUTcx input,[data-theme=light] .Profile_formGroup__PUTcx select{background:var(--card-bg);border-color:var(--border);color:var(--text)}[data-theme=light] .Profile_profileCard__eXfAH{box-shadow:0 4px 16px rgba(0,0,0,.04);border:1px solid var(--border)}[data-theme=light] .Profile_formGroup__PUTcx input:focus,[data-theme=light] .Profile_formGroup__PUTcx select:focus{background:var(--card-bg);color:var(--text)}.Profile_securityOption__VI0_3{padding:1.5rem;border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.Profile_securityOptionHeader___DBzT{display:flex;align-items:center;gap:1rem}.Profile_securityOptionIcon__bKN3R{width:40px;height:40px;border-radius:8px;background:rgba(105,147,255,.1);display:flex;align-items:center;justify-content:center}.Profile_optionIcon__r0AOx{color:var(--primary-blue);width:20px;height:20px}.Profile_securityOption__VI0_3 h4{color:var(--text);margin:0 0 .25rem;font-size:1rem}.Profile_securityOption__VI0_3 p{color:var(--text-secondary);margin:0;font-size:.875rem}.Profile_securityButton__RCNMJ{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;background:var(--card-bg);color:var(--text);border:1px solid var(--border);transition:all .2s ease}.Profile_securityButton__RCNMJ.Profile_enabled__SlYvy{background:var(--primary-blue);color:#fff;border:none}.Profile_securityButton__RCNMJ:hover{border-color:var(--primary-blue)}[data-theme=light] .Profile_securityOption__VI0_3{border-color:var(--border)}[data-theme=light] .Profile_securityOption__VI0_3 h4{color:var(--text)}[data-theme=light] .Profile_securityOption__VI0_3 p{color:var(--text-secondary)}[data-theme=light] .Profile_securityButton__RCNMJ{background:var(--card-bg);color:var(--text);border-color:var(--border)}[data-theme=light] .Profile_securityButton__RCNMJ.Profile_enabled__SlYvy{background:var(--primary-blue);color:#fff}.Profile_securityField__mr1Wk{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--card-bg);border:1px solid var(--border);border-radius:8px;height:48px}.Profile_securityFieldInfo__ZCJmQ{display:flex;align-items:center;gap:.75rem}.Profile_securityIcon__2u_0F{width:20px;height:20px;color:var(--primary-blue)}.Profile_securityDescription__1z7Ke{display:none}.Profile_toggle__3xzkO{width:40px;height:20px;background:var(--border);border-radius:10px;position:relative;cursor:pointer;transition:background-color .2s}.Profile_toggle__3xzkO.Profile_enabled__SlYvy{background:var(--primary-blue)}.Profile_toggleSlider__i3UNx{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s}.Profile_toggle__3xzkO.Profile_enabled__SlYvy .Profile_toggleSlider__i3UNx{transform:translateX(20px)}.Profile_manageButton__8eIwh{padding:.375rem .75rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.875rem;cursor:pointer;transition:all .2s;height:32px}.Profile_manageButton__8eIwh:hover{border-color:var(--primary-blue);color:var(--primary-blue)}[data-theme=light] .Profile_securityField__mr1Wk{background:var(--card-bg);border-color:var(--border)}[data-theme=light] .Profile_toggle__3xzkO{background:var(--border)}[data-theme=light] .Profile_manageButton__8eIwh{border-color:var(--border);color:var(--text)}[data-theme=light] .Profile_securityDescription__1z7Ke{color:var(--text-secondary)}.Profile_activeSecurityInput__ahZA0,[data-theme=light] .Profile_activeSecurityInput__ahZA0{color:var(--primary-blue)!important;border-color:var(--primary-blue)!important}[data-theme=light] .Profile_activeSecurityInput__ahZA0{background:rgba(105,147,255,.1)!important}[data-theme=dark] .Profile_headerSection__ZeeGj{background:#6595ff}.Profile_settingsSection__MdutC{padding:2rem;width:100%}.Profile_profileImageSection__Mehgs{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.Profile_imageWrapper___VSpz{display:flex;flex-direction:column;align-items:center;gap:1rem}.Profile_profileImage__qjwLr{position:relative;cursor:pointer;width:100px;height:100px;border-radius:50%;overflow:hidden}.Profile_avatarPlaceholder__goZam{width:100%;height:100%;background:var(--primary-blue);font-size:2.5rem;font-weight:700}.Profile_avatarPlaceholder__goZam,.Profile_imageOverlay__zO99i{color:#fff;display:flex;align-items:center;justify-content:center}.Profile_imageOverlay__zO99i{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);font-size:.8rem;opacity:0;transition:opacity .2s}.Profile_profileImage__qjwLr:hover .Profile_imageOverlay__zO99i{opacity:1}.Profile_hiddenInput__QaQqL{display:none}@media screen and (max-height:700px){.Profile_container__wy2E3{padding:.75rem 1.5rem;min-height:calc(100vh - 160px)}.Profile_content__8AEZR{margin:.125rem auto}.Profile_profileCard__eXfAH{min-height:420px}.Profile_profileForm__Q7vKr{padding:.75rem 1.25rem}.Profile_headerSection__ZeeGj{padding:.25rem 0}.Profile_avatarContainer__LggIE{width:90px;height:90px}.Profile_avatarImage__pg5YG{font-size:2.75rem}.Profile_tabsContainer__8v2nH{padding:.25rem 1.25rem;gap:1.25rem}.Profile_tabButton__MjTHw{padding:.75rem .875rem;font-size:.9rem}.Profile_sectionTitle__rbC4o{font-size:14px;margin:0 0 1rem}.Profile_formGroup__PUTcx{margin-bottom:.75rem}.Profile_formGroup__PUTcx label{font-size:13px;margin-bottom:5px}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{height:36px!important;font-size:13px;padding:5px 8px}.Profile_formRow__nvQ7l{gap:.625rem;margin-bottom:.75rem}.Profile_inputWithIcon__Y2CjX input{height:36px!important;font-size:13px;padding:5px 8px 5px 38px}.Profile_inputIcon__9C_eG{left:12px;width:15px;height:15px}.Profile_saveButton__mF5w1{height:36px;font-size:13px;padding:5px 12px;margin-top:.125rem}}@media (max-width:1280px) and (min-width:769px){.Profile_container__wy2E3{padding:1rem 2rem}.Profile_content__8AEZR{max-width:900px;margin:.25rem auto}.Profile_profileCard__eXfAH{min-height:480px}.Profile_profileForm__Q7vKr{padding:.875rem 1.5rem}.Profile_headerSection__ZeeGj{padding:.375rem 0}.Profile_avatarContainer__LggIE{width:100px;height:100px;margin:-.25rem auto 0}.Profile_avatarImage__pg5YG{font-size:3rem}.Profile_tabsContainer__8v2nH{padding:.25rem 1.5rem;gap:1.5rem}.Profile_tabButton__MjTHw{padding:.875rem 1rem;font-size:.95rem}.Profile_sectionTitle__rbC4o{font-size:15px;margin:0 0 1.25rem}.Profile_formGroup__PUTcx{margin-bottom:.875rem}.Profile_formGroup__PUTcx label{font-size:14px;margin-bottom:6px}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{height:38px!important;font-size:14px;padding:6px 10px}.Profile_formRow__nvQ7l{gap:.75rem;margin-bottom:.875rem}.Profile_inputWithIcon__Y2CjX input{height:38px!important;font-size:14px;padding:6px 10px 6px 42px}.Profile_inputIcon__9C_eG{left:14px;width:16px;height:16px}.Profile_saveButton__mF5w1{height:38px;font-size:14px;padding:6px 14px;margin-top:.125rem}}@media screen and (max-width:1280px) and (max-height:700px){.Profile_container__wy2E3{padding:.75rem 1.5rem;min-height:calc(100vh - 160px)}.Profile_content__8AEZR{max-width:900px;margin:.125rem auto}.Profile_profileCard__eXfAH{min-height:420px}.Profile_profileForm__Q7vKr{padding:.75rem 1.25rem}.Profile_headerSection__ZeeGj{padding:.25rem 0}.Profile_avatarContainer__LggIE{width:90px;height:90px;margin:-.25rem auto 0}.Profile_avatarImage__pg5YG{font-size:2.75rem}.Profile_tabsContainer__8v2nH{padding:.25rem 1.25rem;gap:1.25rem}.Profile_tabButton__MjTHw{padding:.75rem .875rem;font-size:.9rem}.Profile_sectionTitle__rbC4o{font-size:14px;margin:0 0 1rem}.Profile_formGroup__PUTcx{margin-bottom:.75rem}.Profile_formGroup__PUTcx label{font-size:13px;margin-bottom:5px}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{height:36px!important;font-size:13px;padding:5px 8px}.Profile_formRow__nvQ7l{gap:.625rem;margin-bottom:.75rem}.Profile_inputWithIcon__Y2CjX input{height:36px!important;font-size:13px;padding:5px 8px 5px 38px}.Profile_inputIcon__9C_eG{left:12px;width:15px;height:15px}.Profile_saveButton__mF5w1{height:36px;font-size:13px;padding:5px 12px;margin-top:.125rem}}@media (max-width:1200px){.Profile_content__8AEZR{max-width:900px}}@media (max-width:992px){.Profile_container__wy2E3{padding:1rem}.Profile_content__8AEZR{margin:1rem auto;width:95%}.Profile_profileForm__Q7vKr{padding:1.25rem 1.5rem}.Profile_tabsContainer__8v2nH{padding:0 1.5rem;gap:1.5rem}}@media (max-width:768px){.Profile_container__wy2E3{padding:.5rem}.Profile_content__8AEZR{margin:.5rem auto;width:100%}.Profile_formRow__nvQ7l{grid-template-columns:1fr;gap:2rem}.Profile_profileCard__eXfAH{border-radius:8px}.Profile_headerSection__ZeeGj{padding:1.25rem 0 .5rem}.Profile_avatarContainer__LggIE{width:130px;height:130px;margin:-.25rem auto 0}.Profile_avatarImage__pg5YG{font-size:3.25rem}.Profile_tabsContainer__8v2nH{padding:0 1rem;gap:1rem}.Profile_tabButton__MjTHw{padding:.75rem 1rem;font-size:.9rem}.Profile_profileForm__Q7vKr{padding:1.25rem}.Profile_formRow__nvQ7l{gap:1.5rem}}@media (max-width:480px){.Profile_container__wy2E3{padding:.25rem}.Profile_content__8AEZR{padding:.5rem}.Profile_profileForm__Q7vKr{padding:1rem}.Profile_sectionTitle__rbC4o{font-size:1rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx label,.Profile_formGroup__PUTcx select{font-size:.85rem}.Profile_saveButton__mF5w1{width:100%;height:48px;font-size:15px;padding:12px 16px}}.Profile_inputWithIcon__Y2CjX{width:100%}.Profile_inputWithIcon__Y2CjX input{width:100%;height:36px!important;padding:8px 12px 8px 48px;font-size:15px;border:1px solid var(--border,#333);border-radius:8px;background:var(--input-bg,#222);color:var(--text,#fff)}@media (max-width:480px){.Profile_saveButton__mF5w1{width:100%;height:42px;font-size:15px;padding:8px 16px}}.Profile_content__8AEZR,.Profile_formRow__nvQ7l,.Profile_inputWithIcon__Y2CjX,.Profile_profileCard__eXfAH,.Profile_saveButton__mF5w1{transition:all .3s ease-in-out}.Profile_formGroup__PUTcx input:focus,.Profile_formGroup__PUTcx select:focus,.Profile_inputWithIcon__Y2CjX input:focus{outline:none;border-color:var(--primary-blue,#6993ff)!important;background:var(--input-bg,#222)!important;color:var(--text,#fff)!important}[data-theme=light] .Profile_formGroup__PUTcx input:focus,[data-theme=light] .Profile_formGroup__PUTcx select:focus,[data-theme=light] .Profile_inputWithIcon__Y2CjX input:focus{background:#fff!important;color:#333!important;border-color:#4f8bff!important}.Profile_inputWithIcon__Y2CjX input:focus+.Profile_inputIcon__9C_eG,.Profile_inputWithIcon__Y2CjX input:focus~.Profile_inputIcon__9C_eG{color:#4f8bff}@media screen and (min-width:1920px) and (min-height:900px){.Profile_container__wy2E3{padding:2rem;height:800px;min-height:800px}.Profile_content__8AEZR{max-width:1600px;margin:1rem auto;height:700px}.Profile_profileCard__eXfAH{height:750px;border-radius:16px}.Profile_profileForm__Q7vKr{padding:2rem 3rem}.Profile_headerSection__ZeeGj{padding:1rem 0;border-top-left-radius:16px;border-top-right-radius:16px;height:60px}.Profile_avatarContainer__LggIE{width:100px;height:100px;margin:0 auto}.Profile_avatarImage__pg5YG{font-size:5rem}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:1.1rem}.Profile_tabsContainer__8v2nH{padding:.5rem 3rem;gap:3rem}.Profile_tabButton__MjTHw{padding:1.5rem 2rem;font-size:1.2rem}.Profile_sectionTitle__rbC4o{font-size:1.5rem;margin:0 0 2rem}.Profile_formGroup__PUTcx{margin-bottom:1.5rem}.Profile_formGroup__PUTcx label{font-size:1.1rem;margin-bottom:.75rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{height:52px!important;font-size:1.1rem;padding:.75rem 1rem;border-radius:10px}.Profile_formRow__nvQ7l{gap:1.5rem;margin-bottom:1.5rem}.Profile_inputWithIcon__Y2CjX input{height:52px!important;font-size:1.1rem;padding:.75rem 1rem .75rem 3.5rem;border-radius:10px}.Profile_inputIcon__9C_eG{left:1.25rem;width:22px;height:22px}.Profile_saveButton__mF5w1{height:52px;font-size:1.1rem;margin-top:.5rem;min-width:180px;border-radius:10px}.Profile_securityOption__VI0_3{padding:2rem;border-radius:12px;margin-bottom:1.5rem}.Profile_securityOptionIcon__bKN3R{width:50px;height:50px;border-radius:10px}.Profile_optionIcon__r0AOx{width:25px;height:25px}.Profile_securityOption__VI0_3 h4{font-size:1.2rem;margin:0 0 .5rem}.Profile_securityOption__VI0_3 p{font-size:1rem}.Profile_securityButton__RCNMJ{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem}.Profile_securityField__mr1Wk{padding:1rem;border-radius:10px;height:60px}.Profile_securityIcon__2u_0F{width:25px;height:25px}.Profile_toggle__3xzkO{width:50px;height:26px;border-radius:13px}.Profile_toggleSlider__i3UNx{width:20px;height:20px;top:3px;left:3px}.Profile_toggle__3xzkO.Profile_enabled__SlYvy .Profile_toggleSlider__i3UNx{transform:translateX(24px)}.Profile_manageButton__8eIwh{padding:.5rem 1rem;border-radius:8px;font-size:1rem;height:40px}.Profile_settingsSection__MdutC{padding:3rem}.Profile_profileImageSection__Mehgs{margin-bottom:3rem}.Profile_profileImage__qjwLr{width:120px;height:120px}.Profile_avatarPlaceholder__goZam{font-size:3rem}.Profile_imageOverlay__zO99i{font-size:1rem}}@media screen and (min-width:2560px) and (min-height:900px){.Profile_container__wy2E3{padding:3rem 8rem}.Profile_content__8AEZR{max-width:1800px;margin:1.5rem auto;min-height:800px}.Profile_profileCard__eXfAH{min-height:800px;border-radius:20px}.Profile_profileForm__Q7vKr{padding:3rem 4rem}.Profile_headerSection__ZeeGj{padding:1.5rem 0;border-top-left-radius:20px;border-top-right-radius:20px}.Profile_avatarContainer__LggIE{width:200px;height:200px}.Profile_avatarImage__pg5YG{font-size:6rem}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:1.2rem}.Profile_tabsContainer__8v2nH{padding:.75rem 4rem;gap:4rem}.Profile_tabButton__MjTHw{padding:2rem 2.5rem;font-size:1.3rem}.Profile_sectionTitle__rbC4o{font-size:1.75rem;margin:0 0 2.5rem}.Profile_formGroup__PUTcx{margin-bottom:2rem}.Profile_formGroup__PUTcx label{font-size:1.2rem;margin-bottom:1rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{height:60px!important;font-size:1.2rem;padding:1rem 1.25rem;border-radius:12px}.Profile_formRow__nvQ7l{gap:2rem;margin-bottom:2rem}.Profile_inputWithIcon__Y2CjX input{height:60px!important;font-size:1.2rem;padding:1rem 1.25rem 1rem 4rem;border-radius:12px}.Profile_inputIcon__9C_eG{left:1.5rem;width:25px;height:25px}.Profile_saveButton__mF5w1{height:60px;font-size:1.2rem;padding:1rem 2.5rem;margin-top:.75rem;min-width:200px;border-radius:12px}.Profile_securityOption__VI0_3{padding:2.5rem;border-radius:16px;margin-bottom:2rem}.Profile_securityOptionIcon__bKN3R{width:60px;height:60px;border-radius:12px}.Profile_optionIcon__r0AOx{width:30px;height:30px}.Profile_securityOption__VI0_3 h4{font-size:1.4rem;margin:0 0 .75rem}.Profile_securityOption__VI0_3 p{font-size:1.1rem}.Profile_securityButton__RCNMJ{padding:1rem 2rem;border-radius:10px;font-size:1.1rem}.Profile_securityField__mr1Wk{padding:1.25rem;border-radius:12px;height:70px}.Profile_securityIcon__2u_0F{width:30px;height:30px}.Profile_toggle__3xzkO{width:60px;height:32px;border-radius:16px}.Profile_toggleSlider__i3UNx{width:24px;height:24px;top:4px;left:4px}.Profile_toggle__3xzkO.Profile_enabled__SlYvy .Profile_toggleSlider__i3UNx{transform:translateX(28px)}.Profile_manageButton__8eIwh{padding:.75rem 1.25rem;border-radius:10px;font-size:1.1rem;height:48px}.Profile_settingsSection__MdutC{padding:4rem}.Profile_profileImageSection__Mehgs{margin-bottom:4rem}.Profile_profileImage__qjwLr{width:140px;height:140px}.Profile_avatarPlaceholder__goZam{font-size:3.5rem}.Profile_imageOverlay__zO99i{font-size:1.1rem}}@media screen and (min-width:1366px) and (max-width:1439px) and (min-height:768px){.Profile_container__wy2E3{padding:1.25rem}.Profile_content__8AEZR{max-width:1250px;margin:0 auto}.Profile_profileCard__eXfAH{border-radius:14px}.Profile_profileForm__Q7vKr{gap:1.5rem}.Profile_headerSection__ZeeGj{border-radius:14px 14px 0 0}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:100px;height:100px}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:.8125rem}.Profile_tabsContainer__8v2nH{padding:.25rem;margin:1.5rem 0}.Profile_tabButton__MjTHw{padding:.875rem 1.5rem;font-size:.9375rem}.Profile_sectionTitle__rbC4o{font-size:1.1875rem;margin-bottom:1.25rem}.Profile_formGroup__PUTcx{margin-bottom:1.25rem}.Profile_formGroup__PUTcx label{font-size:.9375rem;margin-bottom:.5rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{padding:.875rem 1rem;font-size:.9375rem;border-radius:8px}.Profile_formRow__nvQ7l{gap:1.25rem;margin-bottom:1.25rem}.Profile_inputWithIcon__Y2CjX input{padding-left:2.75rem;font-size:.9375rem}.Profile_inputIcon__9C_eG{left:.875rem;width:18px;height:18px}.Profile_saveButton__mF5w1{font-size:.9375rem;border-radius:8px}}@media screen and (min-width:1440px) and (max-width:1535px) and (min-height:900px){.Profile_container__wy2E3{padding-left:1.25rem;padding-right:1.25rem}.Profile_content__8AEZR{max-width:1350px;margin:0 auto}.Profile_profileCard__eXfAH{border-radius:15px}.Profile_profileForm__Q7vKr{gap:1.75rem}.Profile_headerSection__ZeeGj{padding:2rem 1.75rem;border-radius:15px 15px 0 0}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:110px;height:110px}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:.84375rem}.Profile_tabsContainer__8v2nH{padding:.3125rem;margin:1.75rem 0}.Profile_tabButton__MjTHw{padding:1rem 1.75rem;font-size:.96875rem}.Profile_sectionTitle__rbC4o{font-size:1.25rem;margin-bottom:1.5rem}.Profile_formGroup__PUTcx{margin-bottom:1.5rem}.Profile_formGroup__PUTcx label{font-size:.96875rem;margin-bottom:.625rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{padding:1rem 1.125rem;font-size:.96875rem;border-radius:9px}.Profile_formRow__nvQ7l{gap:1.5rem;margin-bottom:1.5rem}.Profile_inputWithIcon__Y2CjX input{padding-left:3rem;font-size:.96875rem}.Profile_inputIcon__9C_eG{left:1rem;width:20px;height:20px}.Profile_saveButton__mF5w1{font-size:.96875rem;border-radius:9px}}@media screen and (min-width:1536px) and (max-width:1599px) and (min-height:864px){.Profile_container__wy2E3{padding-left:1.5rem;padding-right:1.5rem}.Profile_content__8AEZR{max-width:1495px;margin:0 auto}.Profile_profileCard__eXfAH{border-radius:16px}.Profile_profileForm__Q7vKr{gap:1.875rem}.Profile_headerSection__ZeeGj{padding:1rem 1.5rem;border-radius:16px 16px 0 0}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:115px;height:115px}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:.859375rem}.Profile_tabsContainer__8v2nH{padding:.34375rem;margin:1.875rem 0}.Profile_tabButton__MjTHw{padding:1.0625rem 1.875rem;font-size:.984375rem}.Profile_sectionTitle__rbC4o{font-size:1.28125rem;margin-bottom:1.625rem}.Profile_formGroup__PUTcx{margin-bottom:1.625rem}.Profile_formGroup__PUTcx label{font-size:.984375rem;margin-bottom:.6875rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{padding:1.0625rem 1.1875rem;font-size:.984375rem;border-radius:10px}.Profile_formRow__nvQ7l{gap:1.625rem;margin-bottom:1.625rem}.Profile_inputWithIcon__Y2CjX input{padding-left:3.125rem;font-size:.984375rem}.Profile_inputIcon__9C_eG{left:1.0625rem;width:21px;height:21px}.Profile_saveButton__mF5w1{font-size:.984375rem;border-radius:10px}}@media screen and (min-width:1600px) and (max-width:1919px) and (min-height:900px){.Profile_container__wy2E3{padding:1.5rem}.Profile_content__8AEZR{max-width:1550px;margin:0 auto}.Profile_profileCard__eXfAH{border-radius:16px}.Profile_profileForm__Q7vKr{gap:2rem}.Profile_headerSection__ZeeGj{padding:1rem 2rem;border-radius:16px 16px 0 0}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:120px;height:120px}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:.875rem}.Profile_tabsContainer__8v2nH{padding:.375rem;margin:2rem 0}.Profile_tabButton__MjTHw{padding:1.125rem 2rem;font-size:1rem}.Profile_sectionTitle__rbC4o{font-size:1.3125rem;margin-bottom:1.75rem}.Profile_formGroup__PUTcx{margin-bottom:1.75rem}.Profile_formGroup__PUTcx label{font-size:1rem;margin-bottom:.75rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{padding:1.125rem 1.25rem;font-size:1rem;border-radius:10px}.Profile_formRow__nvQ7l{gap:1.75rem;margin-bottom:1.75rem}.Profile_inputWithIcon__Y2CjX input{padding-left:3.25rem;font-size:1rem}.Profile_inputIcon__9C_eG{left:1.125rem;width:22px;height:22px}.Profile_saveButton__mF5w1{font-size:1rem;border-radius:10px}}@media screen and (min-width:1920px) and (min-height:911px) and (max-height:945px){.Profile_container__wy2E3{padding:1.875rem}.Profile_content__8AEZR{max-width:1850px;margin:0 auto}.Profile_profileCard__eXfAH{border-radius:18px}.Profile_profileForm__Q7vKr{gap:2.125rem}.Profile_headerSection__ZeeGj{border-radius:18px 18px 0 0;height:80px!important}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:125px;height:125px}.Profile_changePhotoOverlay__ANkzk,.Profile_deletePhotoOverlay__Uq_Qg{font-size:.890625rem}.Profile_tabsContainer__8v2nH{padding:.40625rem}.Profile_tabButton__MjTHw{padding:1.1875rem 2.125rem;font-size:1.03125rem}.Profile_sectionTitle__rbC4o{font-size:1.34375rem;margin-bottom:1.875rem}.Profile_formGroup__PUTcx{margin-bottom:1.875rem}.Profile_formGroup__PUTcx label{font-size:1.03125rem;margin-bottom:.8125rem}.Profile_formGroup__PUTcx input,.Profile_formGroup__PUTcx select{padding:1.1875rem 1.3125rem;font-size:1.03125rem;border-radius:11px}.Profile_formRow__nvQ7l{gap:1.875rem;margin-bottom:1.875rem}.Profile_inputWithIcon__Y2CjX input{padding-left:3.375rem;font-size:1.03125rem}.Profile_inputIcon__9C_eG{left:1.1875rem;width:23px;height:23px}.Profile_saveButton__mF5w1{font-size:1.03125rem;border-radius:11px}}@media screen and (min-width:1920px) and (max-width:2560px) and (min-height:1080px){.Profile_container__wy2E3{padding-left:1.875rem;padding-right:1.875rem}.Profile_content__8AEZR,.Profile_profileCard__eXfAH{min-height:900px}.Profile_headerSection__ZeeGj{height:165px!important}.Profile_avatarContainer__LggIE,.Profile_avatarImage__pg5YG{width:130px;height:130px}}.MFA_mfaContainer___AIfH{width:100%;margin:0;padding:0}.MFA_settingsContainer__g_1z4{width:100%;margin:0}.MFA_sectionTitle__lT9uB,.MFA_title__sCiez{font-size:16px;font-weight:500;margin:0 0 1.5rem;color:var(--text)}.MFA_loadingState__iG19r{text-align:center;padding:2rem;color:var(--text-secondary);font-size:15px}.MFA_errorMessage__iZK1n{background-color:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);color:#dc3545;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:14px}[data-theme=light] .MFA_errorMessage__iZK1n{background-color:#fee;border-color:#fcc;color:#c33}.MFA_instructionsBox__I6Ke9{background-color:rgba(105,147,255,.05);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem}.MFA_instructionsBox__I6Ke9 h4{margin-top:0;margin-bottom:.75rem;font-size:15px;font-weight:500;color:var(--text)}.MFA_instructionsBox__I6Ke9 ol{margin:0;padding-left:1.25rem}.MFA_instructionsBox__I6Ke9 li{margin-bottom:.5rem;color:var(--text-secondary);line-height:1.5;font-size:14px}.MFA_qrContainer__YOAf_{display:flex;justify-content:center;align-items:center;padding:1.5rem;background-color:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:1rem}.MFA_qrCode__ZZm2p{max-width:200px;width:100%;height:auto}.MFA_formGroup__flBJc{margin-bottom:1rem}.MFA_formGroup__flBJc label{display:block;margin-bottom:8px;font-weight:400;font-size:15px;color:var(--text-secondary)}.MFA_codeInput__YkOSQ{width:100%;padding:8px 12px;height:36px;font-size:20px;text-align:center;letter-spacing:6px;border:1px solid var(--border);border-radius:8px;transition:border-color .2s;font-family:Courier New,monospace;background:var(--card-bg);color:var(--text)}.MFA_codeInput__YkOSQ:focus{outline:none;border-color:var(--primary-blue);background:var(--card-bg)}.MFA_codeInput__YkOSQ:disabled{opacity:.6;cursor:not-allowed}.MFA_buttonGroup__eFI_i{display:flex;gap:.75rem;justify-content:flex-start;margin-top:.25rem}.MFA_enableButton__yI_SA,.MFA_verifyButton__c51J3{padding:8px 16px;height:42px;background-color:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:150px}.MFA_enableButton__yI_SA:hover:not(:disabled),.MFA_verifyButton__c51J3:hover:not(:disabled){background-color:var(--brand-light-blue)}.MFA_enableButton__yI_SA:disabled,.MFA_verifyButton__c51J3:disabled{opacity:.7;cursor:not-allowed}.MFA_cancelButton__jLl8h{padding:8px 16px;height:42px;background-color:var(--card-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;min-width:150px}.MFA_cancelButton__jLl8h:hover:not(:disabled){border-color:var(--primary-blue)}.MFA_disableButton__hA0xZ{height:36px;background-color:#dc3545;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:150px}.MFA_disableButton__hA0xZ:hover{background-color:#c82333}.MFA_mfaVerificationContainer__nQ8Yi{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--background);padding:20px}.MFA_verificationBox__BhI_A{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:400px;width:100%}.MFA_verificationTitle__pSfuk{font-size:24px;font-weight:600;margin-bottom:8px;text-align:center;color:var(--text-primary)}.MFA_verificationDescription__YEiVK{text-align:center;color:var(--text-secondary);margin-bottom:24px;font-size:14px}.MFA_helpText__JkkiJ{margin-top:24px;padding-top:24px;border-top:1px solid #e1e4e8;text-align:center}.MFA_helpText__JkkiJ p{font-size:14px;color:var(--text-secondary);margin:0}.MFA_statusCard__6NJl_{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1rem}.MFA_statusHeader__M1w_H{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.MFA_statusHeader__M1w_H h4{margin:0 0 4px;font-size:15px;font-weight:500;color:var(--text)}.MFA_statusDescription__RDL2i{margin:0;color:var(--text-secondary);font-size:14px}.MFA_iconEnabled__bMOEY{color:#28a745;flex-shrink:0}.MFA_iconDisabled__mGHmh{color:#6c757d;flex-shrink:0}.MFA_factorsList__FhqBB{background-color:rgba(105,147,255,.05);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:1rem}.MFA_factorsTitle__4Ax0H{font-weight:500;margin:0 0 .5rem;font-size:14px;color:var(--text)}.MFA_factorItem__Ck_iM{display:flex;justify-content:space-between;align-items:center;font-size:14px}.MFA_factorStatus__YQbL2{color:#28a745;font-size:15px;font-weight:500}.MFA_infoBox__QXuhQ{background-color:rgba(105,147,255,.05);border:1px solid var(--border);border-radius:8px;padding:.75rem;margin-bottom:1rem}.MFA_infoBox__QXuhQ h4{margin:0 0 .5rem;font-size:14px;font-weight:500;color:var(--text)}.MFA_infoBox__QXuhQ p{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.5}.MFA_actionButtons__74fgp{display:flex;justify-content:flex-start}[data-theme=light] .MFA_factorsList__FhqBB,[data-theme=light] .MFA_infoBox__QXuhQ,[data-theme=light] .MFA_instructionsBox__I6Ke9{background-color:rgba(105,147,255,.05);border-color:var(--border)}[data-theme=light] .MFA_statusCard__6NJl_{background:var(--card-bg);border-color:var(--border)}[data-theme=light] .MFA_cancelButton__jLl8h{background-color:var(--card-bg);color:var(--text);border-color:var(--border)}[data-theme=light] .MFA_codeInput__YkOSQ{background:var(--card-bg);color:var(--text);border-color:var(--border)}[data-theme=light] .MFA_codeInput__YkOSQ:focus{border-color:var(--primary-blue)}