body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:Inter,sans-serif!important;letter-spacing:.55px;overflow-x:hidden}input,select,textarea{border-radius:4px!important;font-size:15px!important;padding:10px 13px!important}.floating-chat-footer{align-items:center;background:#2563eb;border-radius:50%;bottom:24px;box-shadow:0 12px 24px #0003;color:#fff;display:flex;height:52px;justify-content:center;position:fixed;right:24px;text-decoration:none;width:52px;z-index:999}.floating-chat-footer svg{height:26px;width:26px}.floating-chat-badge{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:18px;justify-content:center;line-height:1;position:absolute;right:6px;top:6px;width:18px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{align-self:center;animation:spinner-c601d3 1s infinite;background-color:#474bff;display:flex;height:56px;width:56px}@keyframes spinner-c601d3{0%{opacity:0;transform:scale(0) translateX(-300%)}50%{opacity:1;transform:scale(1.25) translateX(0)}to{opacity:0;transform:scale(0) translateX(300%)}}.container{background:linear-gradient(180deg,#e7efff,#d6f2f7,#e8e3ff);display:flex;flex-direction:column;font-family:Arial,sans-serif;font-style:italic;margin:0}#root>.container{padding:0}.loader{animation:animloader 1s ease-in infinite;background:#fff;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.login-page{align-items:center;background:linear-gradient(to bottom right,#eef3ff,#fff);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z' fill='%2378416b' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:10px}.mainLog{border-radius:12px;margin-top:2rem}.login-card{background:#fff;border-left:6px solid #2563eb;border-radius:12px;box-shadow:0 10px 40px #00000012;box-sizing:border-box;padding:35px;text-align:center;width:550px}.login-logo{margin-bottom:5px;width:180px}.login-title{font-size:26px;font-weight:600;margin-bottom:3px}.login-subtitle{color:#6b7280!important;font-size:15px!important;font-style:italic!important;font-weight:700!important;line-height:1.3;margin-bottom:20px}.login-form{text-align:left}.login-label{color:#1a1a1a!important;display:block;font-size:16px;font-style:italic;font-weight:600!important;margin-bottom:4px}.input-wrapper{margin-bottom:14px;position:relative}.login-input{border:1px solid #dcdcdc;border-radius:8px;box-sizing:border-box;font-size:16px;height:44px;padding-left:12px;padding-right:40px!important;position:relative;transition:all .2s ease-in-out;width:100%;z-index:1}.login-input:focus{border-color:#2a66ff;box-shadow:0 0 0 2px #2a66ff26;outline:none}.input-icon{font-size:16px;left:auto!important;opacity:.6;pointer-events:none;position:absolute;right:12px!important;top:50%;transform:translateY(-50%);z-index:2}.login-options{display:flex;font-size:15px;justify-content:space-between;margin-bottom:20px}.remember-me{align-items:center;color:#6b7280;display:flex;font-style:italic;gap:5px}.forgot-password,.remember-me{font-size:15px;font-weight:600}.forgot-password{color:#2a66ff;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-divider{border:none;border-top:1px solid #00000014;margin:20px 0;width:100%}.login-btn{background:#2a66ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;height:44px;width:100%}.error{color:red;font-size:16px;margin-bottom:8px;margin-top:3px;min-height:18px;pointer-events:none}.footer-text{color:#6b7280!important;font-size:15px!important;font-style:italic!important;font-weight:600!important;line-height:1.4}.bottom-footer,.footer-text{margin-top:20px;text-align:center}.bottom-footer{color:#000;font-size:16px;font-weight:700;padding:0 10px}@media screen and (max-width:1200px){.login-page{padding:8px}.login-card{padding:30px 35px;width:480px}}@media screen and (max-width:768px){.login-page{justify-content:flex-start;min-height:calc(100vh - 10px);padding:5px}.login-card{margin:15px auto;max-width:480px;padding:25px 30px;width:90%}.login-logo{margin-bottom:3px;width:160px}.login-title{font-size:24px;margin-bottom:2px}.login-subtitle{font-size:16px!important;margin-bottom:15px}.login-btn{font-size:15px;height:42px}}@media screen and (max-width:576px){.login-page{min-height:calc(100vh - 10px);padding:5px}.login-card{margin:10px auto;padding:20px 25px;width:95%}.login-logo{width:140px}.login-title{font-size:22px}.login-subtitle{font-size:15px!important;margin-bottom:12px}.login-label{font-size:15px;margin-bottom:3px}.login-input{font-size:15px;height:40px;margin-bottom:12px;padding-right:36px!important}.input-icon{font-size:15px;right:10px!important}.login-options{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:15px}.forgot-password,.login-btn,.remember-me{font-size:16px}.login-btn{height:40px}.login-divider{margin:15px 0}.footer-text{font-size:16px!important;margin-top:15px}.bottom-footer{font-size:16px;margin-top:15px}}@media screen and (max-width:400px){.login-card{border-radius:10px;margin:5px auto;padding:15px 20px}.login-logo{width:120px}.login-title{font-size:20px}.login-subtitle{font-size:10px!important}.login-input,.login-label{font-size:16px}.login-input{height:38px;padding-right:34px!important}.input-icon{font-size:16px;right:10px!important}.login-btn{font-size:15px;height:38px}.footer-text{font-size:15px!important;margin-top:12px}.bottom-footer{font-size:15px;margin-top:12px}}@media screen and (max-width:320px){.login-page{min-height:calc(100vh - 6px);padding:3px}.login-card{margin:3px auto;padding:12px 15px}.login-logo{width:100px}.login-title{font-size:18px}.login-btn,.login-input{height:36px}.login-btn{font-size:16px}.bottom-footer{font-size:10px;margin-top:10px}}@media screen and (max-height:700px){.login-page{justify-content:flex-start;padding-bottom:5px;padding-top:5px}.login-card{margin-bottom:10px;margin-top:10px;padding-bottom:20px;padding-top:20px}.login-logo{margin-bottom:5px;width:140px}.bottom-footer,.footer-text{margin-top:15px}}.header{align-items:center;background:#fff;background:linear-gradient(90.5deg,#2563ebfa,#4f46e5fa 99.89%);border-radius:0;box-shadow:0 3px 12px #00000014;display:flex;gap:20px;justify-content:space-between;padding:24px;width:100%}.header a.back-to-dashboard{align-items:center;background:#fff;border-radius:50px;display:flex;font-size:16px;font-weight:600;gap:5px;padding:8px 14px}.firstSec{flex-grow:1;gap:50px;justify-content:start;width:100%}.firstSec,.secSec{align-items:center;display:flex}.secSec{gap:10px;justify-content:end;width:auto}.firstSec>a{text-decoration:none}.logo{color:#fff;font-size:18px;font-style:italic;font-weight:700;margin-right:10px;text-transform:capitalize}.search-box{align-items:center;background:#0000;border:1px solid #ffffff80;border-radius:4px;display:flex;flex:1 1;gap:10px;max-width:26rem;padding:9px 10px;transition:all .2s ease-in-out}.search-box input{background:#0000;border:none;color:#fff;flex:1 1;font-size:16px!important;height:18px;outline:none}.search-box input::placeholder{color:#fff;opacity:.5}.search-box input::-webkit-input-placeholder{color:#fff;opacity:.5}.search-box input::-moz-placeholder{color:#fff;opacity:.5}.search-box input::-ms-input-placeholder{color:#fff;opacity:.5}.new-project-btn{align-items:center;background:linear-gradient(90deg,#1ec6cd,#4f46e5);border:none;border-radius:12px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:700;justify-content:center;padding:10px 14px}.right-buttons{display:flex;gap:12px}.icon-btn{align-items:center;background:#0000;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px!important;font-weight:800;gap:5px;height:43px;padding:10px 14px}.icon-btn.new{background:#fff;color:#4f46e5;font-weight:700!important;width:173px}.icon-btn .text{font-size:16px;font-weight:400;letter-spacing:.5px}.icon-btn.new .text{font-weight:700!important}.icon-btn .icon{display:flex;font-style:normal;margin:0}.icon-btn2{align-items:center;background:#0000;border-radius:40px;display:flex;font-size:16px;font-weight:700}.icon-btn2,.logout-btn{color:#fff;cursor:pointer}.logout-btn{font-size:45px}.notif-container{position:fixed;right:25px;top:70px;z-index:999}.notif-box{animation:fadeIn .25s ease-out;background:#fff;border-radius:18px;box-shadow:0 8px 25px #0000001a;padding:15px;width:320px}.animate-popup{animation:slideDown .25s ease forwards;transform:translateY(-10px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notif-header h4{color:#2d2f48;font-weight:600;margin:0 0 10px}.notif-list{max-height:260px;overflow-y:auto;padding-right:5px}.notif-item{align-items:flex-start!important;border-bottom:1px solid #f0f0f5;cursor:pointer;display:flex!important;gap:10px;justify-content:start;padding:10px 5px}.notif-item:last-child{border-bottom:none}.notif-text{color:#1f1f34;font-size:16px;margin:0}.notif-time{color:#8a8aa0;font-size:16px}.notif-dot{background:#ff6b6b;border-radius:50%;height:10px;margin-top:4px;width:10px}.notif-dot.blue{background:#4a90e2}.notif-dot.green{background:#2ecc71}.unread .notif-text{font-weight:600}.notif-footer-btn{background:linear-gradient(135deg,#5164ff,#5cc6ff);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:12px;padding:10px;transition:.2s ease;width:100%}.notif-footer-btn:hover{opacity:.9}.notif-dot.info{background:#4a90e2}.notif-dot.message{background:#6c5ce7}.notif-dot.alert{background:#ff7675}.notif-dot.task{background:#00b894}.notif-dot.system{background:#fdcb6e}.notif-badge{background:#fff;border-radius:50%;color:#4f46e5fa;font-size:15px;padding:3px 7px}.stats-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.status1,.status2{display:flex;gap:20px;justify-content:center;width:100%}.stat-box{background:#fff;border-radius:14px;box-shadow:0 3px 12px #00000014;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:18px;width:20%}.stat-box .label{align-items:center;display:flex;font-size:16px;font-weight:600;gap:6px;opacity:.7}.stat-box h3{font-size:22px;margin:0}.gradient-btn{background:linear-gradient(90deg,#1ec6cd,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:8px 14px}a{text-align:center;text-decoration:none}.blue-box{background:#b8dbfa}.sec{display:flex;justify-content:space-between;width:100%}.stats-wrap{display:flex;flex-wrap:wrap;gap:12px;width:100%}.stats-wrap>.stats-block{background:#fff;border-radius:4px;display:flex;flex-direction:column;gap:12px;padding:24px;width:calc(20% - 10px)}.stats-block-content,.stats-block-head{display:flex;flex-direction:row;gap:12px}.stats-block-content{align-items:center;flex-grow:1;justify-content:space-between}.stats-block-content>div{display:flex;flex-direction:column;gap:12px}.stats-block-content-title{color:#040153;font-size:18px;font-weight:700;height:35px}.stats-block-content-value{color:#666569;font-size:24px;font-weight:700}.stats-block-content>a{align-items:center;align-self:center;background:linear-gradient(90deg,#2563eb,#4f46e5);border-radius:4px;color:#fff;display:flex;font-size:16px;font-weight:600;gap:8px;padding:8px 12px}.responsive-table-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.projects-wrapper{background:#fff;border-radius:4px;box-shadow:0 3px 12px #0000000f;font-style:italic;min-width:1000px}.projects-list{overflow:auto}.projects-header{align-items:center;background:#fff;border-radius:4px;display:flex;font-weight:700;gap:20px;margin-bottom:5px;padding:14px 18px}.projects-header h3{font-size:18px;font-weight:800;margin:0}.deadline-date{border:1px solid #e9f5ff;border-radius:4px;font-weight:800}.deadline-date,.expired{background:#bfe2ff;color:#0c4a6e;padding:6px 10px}.expired{border-radius:30px;font-size:16px;font-weight:700}.project-infoDash{align-items:flex-start!important;display:flex;flex-direction:column;gap:3px}.project-info h4{color:#0f172a}.projects-header h3 .count{font-size:16px;opacity:.7}.projects-table-header{border-bottom:1px solid #e5e7eb;display:grid;font-size:18px;font-weight:700;grid-template-columns:22% 15% 18% 18% 27%;opacity:.7;padding:20px}.projects-table-header span:last-child{text-align:right!important}.project-row{align-items:center;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:22% 15% 18% 18% 27%;padding:20px}.colProgress{display:flex;flex-direction:column;width:80%}.colProgress,.colProgress span{font-size:15px}.col h4{font-size:16px;font-weight:700;margin:0}.col p{font-size:16px;margin:4px 0}.team-badge-approved:first-child{background:#14b8a6}.team-badge-approved,.team-badge-approved:first-child{border-radius:50%;color:#fff;font-size:8px;margin-right:5px;padding:6px}.team-badge-approved{background:#6d28d9}.expired{background:#ffd9d9;color:#ff4a4a}.progress-bar1{background:#e7e7e7;border-radius:10px;height:13px;width:85%}.progress-fill1{background:linear-gradient(90deg,#6a5af9,#1ec6cd);border-radius:10px;height:13px}.progress-text{font-size:15px}.status-badge-approved{border-radius:100px;font-size:16px;font-style:normal;font-weight:400!important;font-weight:600;padding:8px 9px}.green{background:#d8ffe4;color:#009e3c}.orange{background:#ffe8d5;color:#ff7a00}.gray{background:#eee;color:#666}.blue{background:#d6e9ff;color:#005cc5}.action-btn{align-items:center!important;background:#fff!important;border:1px solid #ddd!important;border-radius:4px!important;display:inline-flex!important;font-size:16px!important;font-style:normal;font-weight:400;height:32px!important;justify-content:center!important;min-width:90px!important;padding:6px 10px!important;white-space:nowrap!important}.status-select{border:1px solid #ddd;border-radius:4px!important;font-size:18px!important;font-weight:600;padding:6px 10px!important}.dropdown-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:999px;cursor:pointer;display:inline-flex;font-size:16px;font-style:normal;justify-content:center;margin-right:5px;padding:12px;text-decoration:none;white-space:nowrap}.projects-search{margin:15px 0}.projects-search input{border:1px solid #dbe2f3;border-radius:10px;font-size:.95rem;padding:10px 14px;width:100%}.pagination{align-items:center;display:flex;gap:12px;justify-content:end;padding:20px 0}.pagination button{background:#fff;border:1px solid #d1d8ee;border-radius:6px;cursor:pointer;padding:6px 12px}.pagination button:disabled{cursor:not-allowed;opacity:.4}.pagination select{border:1px solid #d1d8ee;border-radius:6px;padding:6px 10px}.empty-state{color:#9aa3c2;padding:20px;text-align:center}a{color:#000}.dropdown-btn{font-weight:600}.actions{position:relative}.humint-dropdown{background:#fff;border-radius:10px;box-shadow:1px 1px 15px #d3d3d3;display:flex;flex-direction:column;gap:0;margin-top:5px;min-width:200px;padding:8px 0;position:absolute;right:0;top:100%;z-index:10}.dropdown-item{font-size:16px;padding:8px 12px}.dropdown-item:hover{background:#f3f4ff}.dropdown-item.selected{background:#e0e7ff;font-weight:600}.deadline-badge{align-items:center;display:flex;flex-direction:column;font-size:15px;font-weight:600;justify-content:center;line-height:1.2;min-height:50px;padding:5px 9px;text-align:center;white-space:normal}.deadline-badge .deadline-date{background:#0000;border-radius:0;display:block;font-size:16px;font-weight:700;padding:0}.deadline-badge .deadline-status{display:block;font-size:15px;font-weight:500;margin-top:2px;opacity:.9}.deadline-badge.upcoming{background:#bfe2ff;border:1px solid #93c5fd;color:#0c4a6e}.deadline-badge.overdue{background:#ffe6e6;border:1px solid #ffb3b3;color:#d93025}.deadline-badge.none{background:#f0f0f0;color:#777}@media (min-width:1025px){.deadline-badge{flex-direction:row;gap:4px;min-height:auto;white-space:nowrap}.deadline-badge .deadline-status{margin-left:4px;margin-top:0}.deadline-badge .deadline-date{font-size:15px}}@media (max-width:1024px){.responsive-table-wrapper{margin:0 -15px;padding:0 15px}.projects-wrapper{min-width:900px;padding:15px}.project-row,.projects-table-header{grid-template-columns:30% 15% 17% 18% 20%;min-width:900px}.action-btn,.dropdown-btn{font-size:16px;height:30px;margin-right:3px;min-width:100px;padding:5px 8px}.deadline-badge{min-height:45px;padding:8px 10px}.deadline-badge .deadline-date{font-size:16px!important}.deadline-badge .deadline-status{font-size:15px}}@media (max-width:768px){.projects-wrapper{border-radius:8px;min-width:700px;padding:12px}.projects-header{align-items:flex-start;flex-direction:column;gap:10px}.projects-header h3{font-size:18px}.project-row,.projects-table-header{grid-template-columns:35% 15% 17% 18% 15%;min-width:700px;padding:12px 5px}.col h4,.col p{font-size:16px}.deadline-badge{font-size:16px;min-height:40px;padding:6px 8px}.deadline-badge .deadline-date{font-size:15px!important}.deadline-badge .deadline-status{font-size:10px}.status-badge-approved{font-size:15px;padding:4px 8px}.actions{display:flex;flex-wrap:wrap;gap:4px}.action-btn,.dropdown-btn{flex:1 1;font-size:15px;height:28px;margin-right:2px;min-width:70px;padding:4px 6px}}@media (max-width:480px){.responsive-table-wrapper{margin:0 -10px;padding:0 10px}.projects-wrapper{min-width:650px;padding:10px}.project-row,.projects-table-header{grid-template-columns:40% 14% 16% 15% 15%;min-width:650px}.team-badge-approved,.team-badge-approved:first-child{font-size:9px;padding:6px 4px}.progress-bar1,.progress-fill1{height:10px}.progress-text{font-size:15px}.action-btn,.dropdown-btn{font-size:10px;height:26px;padding:3px 4px}.deadline-badge{min-height:35px;padding:4px 6px}.deadline-badge .deadline-date{font-size:10px}.deadline-badge .deadline-status{font-size:9px}}@media (max-width:360px){.project-row,.projects-table-header{grid-template-columns:45% 13% 15% 12% 15%;min-width:580px}.projects-wrapper{min-width:580px}.deadline-badge{min-height:32px;padding:3px 5px}}@media (max-width:768px){.responsive-table-wrapper::-webkit-scrollbar{height:4px}.responsive-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.responsive-table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:2px}}@media print{.responsive-table-wrapper{overflow-x:visible}.projects-wrapper{border:1px solid #ddd;box-shadow:none;min-width:auto}.action-btn,.dropdown-btn{border:1px solid #000}.deadline-badge{flex-direction:row!important;min-height:auto!important}}.Team_teamWrapper__4lJZx{background:#fff;border-radius:4px;box-shadow:0 3px 12px #00000012;font-weight:700;margin-bottom:10px}.Team_teamTitle__AnIQE{background:#fff;border-radius:4px;font-size:18px;font-weight:800;margin-bottom:5px;padding:14px 18px}.Team_teamTable__HNBM7{width:100%}.Team_teamHeader__NmHii{background-color:#fafafc;border-bottom:1px solid #d3d3d3;border-top-left-radius:4px;border-top-right-radius:4px;font-size:18px!important;font-weight:700;opacity:.7;padding:24px}.Team_teamHeader__NmHii,.Team_teamRow__s3jzr{display:grid;grid-template-columns:13% 10% 22% 10% 11% 10% 10% 12%}.Team_teamRow__s3jzr{align-items:center;border-bottom:1px solid #d3d3d3;border-radius:0;padding:15px 24px}.Team_col__HY7\+e{font-size:16px}.Team_purple__pCkO3{background:#6d28d9}.Team_initialBadge__4EuF9,.Team_purple__pCkO3{border-radius:50%;color:#fff;font-size:10px;font-weight:600;margin-right:10px;padding:12px 8px}.Team_initialBadge__4EuF9{background:#94a3b8}.Team_name__7LVns{align-items:center;display:flex;font-size:16px}.Team_score__slg0J{font-size:16px;font-weight:600}.Team_stateBadge__Dr\+nb{border-radius:4px;font-size:15px;padding:6px 12px;text-transform:capitalize}.Team_work__z-NMr{background:#fffbeb;border:1px solid #f59e0b;color:#92400e;text-align:center;width:90px}.Team_free__GD0aO{background:#d6fbe6;border:1px solid #1a9a4e;color:#1a9a4e;text-align:center;width:90px!important}.Team_progresBar__15\+G3{background:#e9e9e9;border-radius:10px;height:13px;margin-bottom:4px;width:45%}.Team_progresFill__zayu-{background:linear-gradient(90deg,#6a5af9,#1ec6cd);border-radius:10px;height:13px}.Team_progressNumber__j\+J3V{font-size:15px;opacity:.8}.Team_deleteBtn__zjopC,.Team_openBtn__he458{background:#fff!important;border:1px solid #ddd!important;border-radius:4px!important;color:#000;cursor:pointer;font-size:16px!important;height:32px!important;min-width:90px!important;padding:6px 10px!important;white-space:nowrap!important}.Team_deleteBtn__zjopC{margin-left:6px}.Team_teamFooterActions__17cFp{background:#fff;border-radius:4px;display:flex;gap:14px;padding:15px}.Team_pillBtn__SMtth{background:none;box-shadow:0 4px 10px #00000026}.Team_AddAnalyst__c\+Gsx,.Team_pillBtn__SMtth{align-items:center;border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:600;height:40px;justify-content:center;outline:none;padding:0 20px}.Team_AddAnalyst__c\+Gsx{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;color:#fff}.Team_addBtn__aDIPM{border:1px solid #2563eb;box-shadow:0 3px 8px #0f172a14!important;color:#2563eb;gap:6px}.Team_pagination__kVAlC{align-items:center;display:flex;gap:12px;justify-content:end;padding:15px 24px}.Team_pagination__kVAlC button{background:#fff;border:1px solid #d1d8ee;border-radius:4px;cursor:pointer;padding:12px}.Team_pagination__kVAlC button:disabled{cursor:not-allowed;opacity:.4}.Team_pagination__kVAlC select{border:1px solid #d1d8ee;border-radius:6px;padding:6px 10px}.Team_addIcon__Nqt5e{font-size:18px;font-weight:700}.Team_listBtn__K\+lT4{background:#2563eb!important;border:none!important;color:#fff!important}.Team_addBtn__aDIPM:hover,.Team_listBtn__K\+lT4:hover{filter:brightness(1.06);transform:translateY(-1px);transition:all .2s ease}@media (max-width:992px){.Team_teamHeader__NmHii,.Team_teamRow__s3jzr{gap:10px;grid-template-columns:1fr;padding:15px 0}.Team_teamFooterActions__17cFp{align-items:flex-start;flex-direction:column}}.AddEmployeeModal_modalOverlay__dzbgx{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.AddEmployeeModal_modal__uQdIP{background:#fff;border-radius:4px;box-shadow:0 30px 60px #0f172a24;font-family:Inter,sans-serif;max-width:96vw;padding:24px;position:relative;width:1100px}.AddEmployeeModal_modalClose__-JIKF{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#475569;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:34px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease-in-out;width:34px}.AddEmployeeModal_modalClose__-JIKF:hover{background:#334155;box-shadow:0 4px 10px #0003;color:#fff;transform:scale(1.1)}.AddEmployeeModal_formContainer__JXmia{width:100%}.AddEmployeeModal_formTitle__WfFbk{color:#111827;font-size:18px;font-style:italic;font-weight:700;margin-bottom:8px}.AddEmployeeModal_colorSmallBox__Fc6K\+{background:#0000;border:1px solid #ddd;border-radius:10px;cursor:pointer;height:38px;padding:0;width:12px}.AddEmployeeModal_colorSmallBox__Fc6K\+::-webkit-color-swatch-wrapper{padding:0}.AddEmployeeModal_colorSmallBox__Fc6K\+::-webkit-color-swatch{border:none;border-radius:10px}.AddEmployeeModal_colorSmallBox__Fc6K\+:focus{border-color:#2d9cdb;box-shadow:0 0 0 2px #2d9cdb26}.AddEmployeeModal_formSubtitle__o5uIN{color:#6b7280;font-size:16px;font-style:italic;margin-bottom:18px}.AddEmployeeModal_formGrid__aHerb{grid-gap:16px 18px;align-items:flex-start;display:grid;gap:16px 18px;grid-template-columns:2fr 1.1fr 1.1fr}.AddEmployeeModal_fieldCosts__2-ZMm,.AddEmployeeModal_fieldSmall__mWWJZ,.AddEmployeeModal_field__sK-ki{display:flex;flex-direction:column;font-style:italic}.AddEmployeeModal_fieldLeft__WCaO5{grid-column:1/2}.AddEmployeeModal_fieldRightWide__15RMW{grid-column:2/4}.AddEmployeeModal_fieldCosts__2-ZMm,.AddEmployeeModal_fieldSmall__mWWJZ{flex:1 1}.AddEmployeeModal_fieldFull__9HJiU{grid-column:1/4}.AddEmployeeModal_fieldCosts__2-ZMm>label,.AddEmployeeModal_fieldSmall__mWWJZ label,.AddEmployeeModal_field__sK-ki label{color:#4b5563;display:block;font-size:16px;font-weight:600;margin-bottom:6px}.AddEmployeeModal_fieldSmall__mWWJZ input,.AddEmployeeModal_field__sK-ki input,.AddEmployeeModal_field__sK-ki select{background:#fff;border:1px solid #ddd;border-radius:4px;color:#111827;font-size:16px;outline:none;padding:11px 14px;width:100%}.AddEmployeeModal_fieldSmall__mWWJZ input:focus,.AddEmployeeModal_field__sK-ki input:focus,.AddEmployeeModal_field__sK-ki select:focus{border-color:#2d9cdb;box-shadow:0 0 0 2px #2d9cdb26}.AddEmployeeModal_costGrid__eFkIS{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.AddEmployeeModal_costInput__9JcRU{background:#f9fafb;border:1px solid #ddd;border-radius:12px;color:#111827;font-size:16px;padding:11px 14px;width:100%}.AddEmployeeModal_costInput__9JcRU:focus{border-color:#2d9cdb;box-shadow:0 0 0 2px #2d9cdb26}.AddEmployeeModal_costInput__9JcRU[disabled],.AddEmployeeModal_costInput__9JcRU[readonly]{background:#f9fafb!important;border:1px solid #ddd!important;color:#6b7280!important;cursor:not-allowed}.AddEmployeeModal_costInput__9JcRU[disabled]:focus,.AddEmployeeModal_costInput__9JcRU[readonly]:focus{border-color:#2d9cdb!important;box-shadow:0 0 0 2px #2d9cdb26!important;outline:none!important}.AddEmployeeModal_checkboxRow__Q5\+q3{margin-top:4px}.AddEmployeeModal_checkboxLabel__co9nv{align-items:center;color:#6b7280;display:flex;font-size:16px;font-style:italic;font-weight:600;gap:8px}.AddEmployeeModal_checkboxLabel__co9nv input[type=checkbox]{cursor:pointer;height:16px;width:16px}.AddEmployeeModal_loginRow__Q5tFf{margin-top:4px}.AddEmployeeModal_loginGrid__iVvBg{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1.2fr 1.2fr .6fr;width:100%}.AddEmployeeModal_error__PwKA6{color:#dc2626;font-size:16px;font-style:italic;margin-top:4px}.AddEmployeeModal_buttons__h96Pj{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.AddEmployeeModal_resetBtn__9pC4o{background:#334155;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;height:40px;transition:.2s ease-in-out;width:180px}.AddEmployeeModal_resetBtn__9pC4o:hover{background:#1e293b;transform:translateY(-1px)}.AddEmployeeModal_saveBtn__tBRIS{background:#10b981;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;height:40px;width:180px}.AddEmployeeModal_colorInput__JTPWR{border:1px solid #ddd;border-radius:12px;cursor:pointer;height:42px;padding:0}.calendar-page{display:flex;gap:12px;margin-bottom:10px}.calH3{margin-bottom:10px;margin-top:10px}.calendar-card,.deadline-card{background:#fff;border-radius:4px;box-shadow:0 2px 12px #0000000d;padding:20px;width:55%}.calendar-header{align-items:center;display:flex;justify-content:space-between;width:300px}.deadline-info{display:flex;flex-direction:column;position:relative}.calendar-header button{background:none;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;padding:6px 10px}.calendar-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);height:400px!important;margin-top:20px}.day-label{font-weight:700;opacity:.6;text-align:center}.day-box,.day-label{font-size:16px!important}.day-box{border:1px solid #eee;border-radius:4px;height:55px;padding:5px;position:relative}.day-box .calendar-dot{bottom:5px;position:absolute;right:5px}.day-box span{font-size:16px}.empty{height:55px}.dotEvent{bottom:6px;right:6px}.dotEvent,.dotEvent2{border-radius:50%;height:12px;position:absolute;width:12px}.dotEvent2{margin-bottom:50px}.deadline-card h3{font-size:18px!important;margin-bottom:15px}.deadline-list{display:flex;flex-direction:column;gap:15px}.deadline-row{align-items:center;display:flex;justify-content:space-between}.deadline-title{font-size:16px;font-weight:600;margin-left:18px}.deadline-date{font-size:16px!important;margin-top:5px;opacity:.6}.deadline-badge{background:#f5f7ff;border-radius:20px;font-size:16px!important;padding:6px 12px;white-space:nowrap}body,html{background:#f4f7ff;color:#111827;font-family:Inter,sans-serif}.page-wrapper1{display:flex;justify-content:center;min-height:100vh}.project-header-box{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 30px #6384ff1f;display:flex;margin-bottom:28px;padding:16px 24px;position:relative}.project-header-back{color:#64748b;cursor:pointer;font-size:16px;font-weight:700;left:24px;position:absolute;transition:.2s}.project-header-back:hover{color:#475569}.project-header-title{flex:1 1;font-size:20px;font-weight:700;text-align:center}.form-card{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0000000a;margin-bottom:12px;padding:24px}.form-title{color:#0f172a;font-size:1.3rem;font-style:italic;font-weight:700;margin-bottom:22px}.row-two{grid-gap:22px;grid-template-columns:repeat(2,1fr)}.row-three,.row-two{display:grid;gap:22px;margin-bottom:20px}.row-three{grid-gap:22px;grid-template-columns:repeat(3,1fr)}.row-four{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.full-width{grid-column:1/-1;margin-top:18px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{color:#334155;font-size:18px;font-style:normal;font-weight:700}.input-box{background-color:#f8fafc!important;border:1px solid #e3e6ef;border-radius:10px;font-size:16px;font-weight:400;padding:14px 16px;transition:.2s;width:100%}.input-box:focus,.textarea-box:focus{border-color:#6c63ff;box-shadow:0 0 0 3px #6c63ff33;outline:none}.input-wrapper,.textarea-wrapper{position:relative;width:100%}.badge-inline{position:absolute;right:12px;top:12px}.pill-badge{background:#e4f9ee;border:1px solid #b8edcc;border-radius:20px;color:#1f8f4a;font-size:15px;font-weight:600;padding:4px 10px;white-space:nowrap}.textarea-box{background:#f8fafc;border:1px solid #e3e6ef;border-radius:10px;font-size:16px;font-weight:400;min-height:120px;padding:14px 16px;resize:none;width:100%}.textarea-box:focus{background-color:#f8fafc!important}.pill-box{align-items:center;background:#f9fafc;border:1px solid #e2e6eb;border-radius:12px;display:flex;justify-content:space-between;padding:12px 14px}.pill-text{font-size:16px;font-weight:600}.pill-text.bold{font-weight:800}.dropdown-box{background:#fff;border:1px solid #d8dde6;border-radius:10px;cursor:pointer;padding:14px 16px;transition:border .2s}.dropdown-box span{color:#0f172a;font-size:16px;font-weight:700}.dropdown-box:hover{border-color:#6c63ff}.dropdown-selected{font-size:16px;font-weight:600}.dropdown-list{background:#f8fafc;border:1px solid #dde2ea;border-radius:12px;padding:14px}.checkbox-item,.radio-item{align-items:center;color:#4f46e5;cursor:pointer;display:flex;font-size:16px;gap:8px;padding:6px 0}.checkbox-item.disabled{color:#9ca3af;cursor:not-allowed}.dropzone{background:#f9fafc;border:2px dashed #c7d1e0;border-radius:4px;cursor:pointer;padding:26px;text-align:center;transition:.25s}.dropzone:hover{background:#f3f4ff;border-color:#6c63ff;transform:scale(1.01)}.dropzone p{color:#475569;font-size:16px;font-weight:600}.drop-hint{color:#64748b;font-size:16px}.file-item{background:#eef2ff;border:1px solid #d4d8f0;border-radius:10px;font-weight:600;gap:8px;margin-top:10px;padding:10px 14px}.flexSec{flex-direction:column}.flexSec,.flexSec .firstField,.flexSec .secField,.textField{display:flex;gap:20px}.textField .form-field{width:50%}.flexSec .form-field{width:49%}.button-row{display:flex;gap:16px;margin-top:22px}.createProject,.draftProject,.submit-btn{padding:12px 20px}.createProject,.draftProject,.submit-btn{border:none;border-radius:4px!important;cursor:pointer;font-size:16px;font-weight:700;transition:.25s}.draftProject{background:#334155;color:#fff;padding:12px 14px}.submit-btn{background:#6c63ff;color:#fff}.submit-btn:hover{background:#575ee0}.createProject{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;color:#fff;font-weight:600;padding:15px 50px}.createProject:hover{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#2563eb,#4f46e5);border:1px solid #2563eb;color:#fff!important}.draftProject{background:#fff;border:1px solid #2563eb;border-radius:10px;color:#2563eb;padding:15px 50px}.draftProject:hover{background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff}.file-item{align-items:center;background:#f4f4f4;border-radius:4px;display:flex;font-size:16px;justify-content:space-between;margin-top:5px;padding:8px 12px}.delete-file{color:#ff4d4d;cursor:pointer;font-size:16px;font-weight:700;margin-left:10px;transition:.2s}.delete-file:hover{color:red;transform:scale(1.2)}.gradient-btn-dashboard{background:linear-gradient(90deg,#4f46e5,#1ec6cd);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:12rem;padding:8px 14px;padding-inline:.4rem}.no-spin::-webkit-inner-spin-button,.no-spin::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spin{-moz-appearance:textfield}@media (max-width:1100px){.row-four{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.row-three{grid-template-columns:1fr}}@media (max-width:700px){.row-four,.row-two{grid-template-columns:1fr}}.RequestList{padding:20px}.top-header-box{align-items:center;background:#fff;border-radius:4px;box-shadow:0 4px 20px #0000000a;display:flex;gap:25px;margin-bottom:25px;padding:20px 30px}.back-gradient-btn{background:linear-gradient(90deg,#6a5ae0,#00c6fb);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 18px}.back-gradient-btn:hover{opacity:.9}.header-title{color:#222}.header-title span{font-weight:600}.filter-header-box{align-items:center;background:#fff;border-radius:4px;box-shadow:0 4px 20px #0000000a;display:flex;gap:20px;justify-content:space-between;margin-bottom:25px;padding:15px 20px;width:100%}.search-box1{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;display:flex;gap:8px;width:60%!important}.search-icon{color:#9ca3af;font-size:16px;opacity:.6;pointer-events:none}.search-input1{background-color:#f9fafb!important;border:none;color:#111827!important;font-size:16px;height:39px!important;outline:none;width:100%}.filters{align-items:center;display:flex;gap:12px;width:40%}.filter-select{border:1px solid #e5e8ec;color:#333;cursor:pointer;font-size:16px;padding:10px 16px}.filter-select,.request-list-wrapper{background:#fff;border-radius:4px;width:100%}.request-list-wrapper{margin-top:20px;padding:20px}.section-title1{color:#1a1a1a;font-size:18px;font-weight:600;margin-bottom:20px}.request-card{flex-direction:column;gap:10px;padding:8px}.request-card,.request-row{border-radius:4px;display:flex}.request-row{align-items:center;background:#f8fafc;justify-content:space-between;padding:18px 10px}.request-row:last-child{border-bottom:none}.left-side{display:flex;flex-direction:column;font-size:15px;font-weight:700;gap:10px;width:20%}.project-title{color:#334155;font-size:18px;font-weight:700;margin-top:0}.project-subject{color:#6d7580;margin:2px 0 6px}.project-subject,.solicitant{font-size:16px;font-weight:600}.solicitant{color:#8c8f96;margin:0}.middle-grid{grid-gap:10px 20px;align-items:flex-start;display:grid;gap:10px 20px;grid-template-columns:repeat(5,1fr);width:70%}.grid-item{align-items:center;display:flex;flex-direction:column;gap:10px}.grid-item .label{color:#334155;display:block;font-size:18px;margin-bottom:2px}.grid-item .value{color:#2d2d2d;font-size:16px;font-weight:600}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.tag:first-child{background:#bae6fd;color:#0891b2;font-size:18px!important;padding:4px 10px}.tag,.tag:first-child{border-radius:4px;font-weight:600}.tag{background:#fef3c7;color:#92400e}.priority-tag{border-radius:12px;display:inline-block;font-size:16px;font-weight:600;padding:4px 12px}.priority-tag.High,.priority-tag.urgent{background:#ffe4e4;color:#ff3b3b}.priority-tag.normal{background:#e6f7e6;color:#2fad00}.priority-tag.confidential,.priority-tag.confidențial{background:#eae8ff;color:#4f36ff}.prop{background:#e2e8f0}.deadlineRequest,.prop{border-radius:10px;padding:4px 7px}.deadlineRequest{background:#dbeafe;border:1px solid #eff6ff;color:#0074d9;font-size:16px;font-weight:600}.action-col{align-items:center;display:flex;justify-content:flex-end;width:15%}.open-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);border-radius:4px;color:#fff!important;font-size:16px;font-weight:600;height:39px!important;padding:10px 15px;text-align:center;text-decoration:none;transition:.2s ease}.open-btn:hover{transform:translateY(-1px)}.left-sideList{display:flex;flex-direction:column;gap:8px;width:15%}.start{background:#3b82f6}.right-sideList{text-align:left;width:38%}.time-box{border-radius:12px}.paginationProjectList{background:#fff;border-radius:4px;margin-top:20px;padding-right:20px}.footerCard{color:#6b7280;font-size:16px;justify-content:end;margin-bottom:32px;padding:10px 18px}.footerCard,.footerLeft{align-items:center;display:flex}.footerLeft{gap:6px}.footerSelect{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;padding:4px 10px}.footerRight strong{color:#111827}.pageBtn{background:linear-gradient(90deg,#2563eb,#4f46e5);border:1px solid #d1d8ee;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:0 6px;padding:6px 14px}.pageBtn:disabled{background:#fff;color:#111827;cursor:not-allowed;opacity:.4}.span{font-size:16px!important;font-weight:600}.bullet-list{margin:0;padding-left:18px}.bullet-list li{color:#2d2d2d;font-size:16px;font-weight:600;line-height:1.4}.bullet-list li::marker{color:#4f46e5}@media (max-width:1100px){.middle-grid{grid-template-columns:repeat(2,1fr);row-gap:15px}}@media (max-width:768px){.request-row{flex-direction:column;gap:15px}.action-col,.left-side,.middle-grid{width:100%}.action-col{justify-content:flex-start}}.TableSection_container__VXoqX{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;margin-top:16px;width:100%}.TableSection_footerCard__ERdjs,.TableSection_statsCard__BPKaG,.TableSection_tableCard__FZ8-t{background:#fff;border-radius:16px;box-shadow:0 12px 28px #0f172a0f;max-width:1500px;width:96%}.TableSection_searchWrapper__E1c1J{margin-bottom:12px;padding:12px 16px}.TableSection_searchInput__UQLA8{border:1px solid #dbe2f3;border-radius:10px;font-size:.95rem;padding:10px 14px;width:100%}.TableSection_pageBtn__MBgxt{background:linear-gradient(90deg,#2563eb,#4f46e5);border:1px solid #d1d8ee;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:0 6px;padding:6px 14px}.TableSection_pageBtn__MBgxt:disabled{background:#fff;color:#111827;cursor:not-allowed;opacity:.4}.TableSection_statsCard__BPKaG{padding:10px 18px}.TableSection_tabsRow__9Kttr{display:flex;flex-wrap:wrap;gap:8px}.TableSection_tab__JAzHX{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:16px;font-weight:500;padding:6px 14px}.TableSection_tabActive__h35ai{background:linear-gradient(90deg,#2563eb,#4f46e5);box-shadow:0 6px 14px #4f46e54d;color:#fff;font-weight:600}.TableSection_tabGhost__5eLlN{background-color:#f3f4f6;border-color:#e5e7eb;color:#1f2937}.TableSection_tableCard__FZ8-t{padding:18px 22px 20px}.TableSection_title__ZuJuF{color:#0f172a;font-size:18px;font-weight:700;margin-bottom:10px}.TableSection_tableWrapper__pHZ0-{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;width:100%}.TableSection_table__ThLqP{border-collapse:collapse;font-size:16px;width:100%}td,th{border-bottom:1px solid #e5e7eb;padding:10px 12px;text-align:left}td{font-size:16px}thead tr{background-color:#f3f4f6}th{color:#6b7280;font-size:18px;font-weight:600}td:first-child,th:first-child{text-align:center;width:36px}.TableSection_tdCheckbox__GSYBe,.TableSection_thCheckbox__WKpn2{text-align:center}.TableSection_table__ThLqP input[type=checkbox]{height:14px;width:14px}tbody tr:hover{background-color:#f1f5f9}.TableSection_rowSelected__M8Lzo{background-color:#eef2ff}.TableSection_projectCell__3UZ64{display:flex;flex-direction:column;gap:3px}.TableSection_projectTitle__QfUys{color:#111827;font-weight:600}.TableSection_projectSubtitle__Bpz-k{color:#9ca3af;font-size:15px}.TableSection_pill__LI9\+7{align-items:center;border-radius:999px;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;padding:4px 10px}.TableSection_pillUrgent__th0p5{background:#fee2e2;color:#b91c1c}.TableSection_pillNormal__sEJEw{background:#dcfce7;color:#15803d}.TableSection_pillConfidential__sAd1s{background:#e0e7ff;color:#4338ca}.TableSection_statusPill__RQPTu{border-radius:999px;font-size:16px;font-weight:600;padding:4px 10px}.TableSection_statusPending__wxZZ0{background:#f97316;color:#fff}.TableSection_statusClarify__nhBMm{background:#38bdf8;color:#fff}.TableSection_linkButton__o\+IQe{background:#0000;border:none;color:#4f46e5;cursor:pointer;font-size:16px;font-weight:600}.TableSection_emptyState__LEaut{color:#9ca3af;padding:24px 0;text-align:center}.TableSection_footerCard__ERdjs{align-items:center;color:#6b7280;display:flex;font-size:16px;justify-content:end;margin-bottom:32px;padding:10px 18px}.TableSection_footerLeft__Yd1lR{align-items:center;display:flex;gap:6px}.TableSection_footerSelect__k-\+cE{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:16px;padding:4px 10px}.TableSection_footerRight__kQkGf strong{color:#111827}.TableSection_span__FfzLK{font-size:16px!important;font-weight:600}@media (max-width:960px){.TableSection_tableWrapper__pHZ0-{overflow-x:auto}.TableSection_tableCard__FZ8-t{padding:16px 14px 18px}}.ReplaceResponsiblePopup_overlay__RuaLh{align-items:center;background:#00000040;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.ReplaceResponsiblePopup_popup__uxiXx{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:14px;width:500px}.ReplaceResponsiblePopup_title__J9d1t{font-size:15px;font-weight:700;margin-bottom:8px}.ReplaceResponsiblePopup_select__i8A6t{border:1px solid #e5e7eb;border-radius:8px;font-size:16px;margin-bottom:10px;padding:6px 8px;width:100%}.ReplaceResponsiblePopup_list__5qKJ2{margin-bottom:10px;max-height:120px}.ReplaceResponsiblePopup_row__G6zVj{font-size:16px;padding:6px 0}.ReplaceResponsiblePopup_name__\+eHbr{font-weight:600}.ReplaceResponsiblePopup_badge__tZOHZ{border-radius:999px;font-size:10px;font-weight:700;padding:3px 8px}.ReplaceResponsiblePopup_free__AboTa{background:#dcfce7;color:#166534}.ReplaceResponsiblePopup_busy__gmWQ8{background:#ffedd5;color:#9a3412}.ReplaceResponsiblePopup_actions__P8lqx{display:flex;gap:8px}.ReplaceResponsiblePopup_primary__KutoM{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;padding:6px}.ReplaceResponsiblePopup_primary__KutoM:disabled{cursor:not-allowed;opacity:.5}.ReplaceResponsiblePopup_danger__CkIqa{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#dc2626;cursor:pointer;flex:1 1;font-size:16px;padding:6px}.ReplaceResponsiblePopup_search__kwNYP{border:1px solid #e5e7eb;border-radius:8px;font-size:15px;margin-bottom:10px;outline:none;padding:10px 12px;width:100%}.ReplaceResponsiblePopup_search__kwNYP:focus{border-color:#6366f1}.ReplaceResponsiblePopup_list__5qKJ2{max-height:180px;overflow-y:auto}.ReplaceResponsiblePopup_row__G6zVj{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:8px 10px}.ReplaceResponsiblePopup_row__G6zVj:hover{background:#f1f5f9}.ReplaceResponsiblePopup_active__cXSRq{background:#eef2ff}.ReplaceResponsiblePopup_empty__Q-f3y{color:#9ca3af;font-size:16px;padding:10px;text-align:center}.AnalystOptionsPopup_overlay__KCMyo{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.AnalystOptionsPopup_popup__BbLwL{background:#fff;border-radius:20px;box-shadow:0 20px 40px #00000026;padding:24px;width:520px}.AnalystOptionsPopup_title__TDPTJ{font-size:20px;font-weight:700;margin-bottom:20px}.AnalystOptionsPopup_section__I7J1p{margin-bottom:24px}.AnalystOptionsPopup_sectionHeader__ZAjM2{align-items:center;display:flex;font-size:16px;font-weight:700;gap:8px}.AnalystOptionsPopup_subText__FVtK8{color:#64748b;font-size:16px;margin:4px 0 10px}.AnalystOptionsPopup_search__UTHAr{border:1px solid #e5e7eb;border-radius:12px;font-size:16px;margin-bottom:10px;padding:10px 14px;width:100%}.AnalystOptionsPopup_list__2W3c8{margin-bottom:12px;max-height:140px;overflow-y:auto}.AnalystOptionsPopup_row__kUey3{border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:8px 12px}.AnalystOptionsPopup_row__kUey3:hover{background:#f1f5f9}.AnalystOptionsPopup_active__O73Hq{background:#e0e7ff}.AnalystOptionsPopup_badge__toY97{border-radius:999px;font-size:15px;font-weight:700;padding:4px 10px}.AnalystOptionsPopup_free__gqGDx{background:#dcfce7;color:#166534}.AnalystOptionsPopup_busy__\+dAGI{background:#fee2e2;color:#991b1b}.AnalystOptionsPopup_replaceBtn__g\+J1v{background:#2563eb;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;width:100%}.AnalystOptionsPopup_replaceBtn__g\+J1v:disabled{cursor:not-allowed;opacity:.5}.AnalystOptionsPopup_removeBtn__yxnZX{background:#fff;border:1px solid #ef4444;border-radius:14px;color:#ef4444;cursor:pointer;font-size:16px;font-weight:700;padding:10px;width:160px}.style_page__z69g\+{font-family:Inter,sans-serif;min-height:100vh;width:100%}.style_contentWrapper__053B8{display:flex;flex-direction:column;gap:16px;width:100%}.style_card__OtWs-{background:#fff;border-radius:4px;box-shadow:0 16px 40px #0f172a0f;padding:30px 32px;width:100%}.style_sectionTitle__3ZCIt{color:#0f172a;font-size:18px;font-weight:600;margin-bottom:18px}.style_subSectionTitle__HUeQ5{color:#111827;font-size:18px;font-weight:600;margin:18px 0 14px}.style_detailTop__WHF\+k{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:2.1fr 1.3fr;margin-bottom:22px}.style_nameBlock__xMhgQ{flex:1 1}.style_label__RfXcy{color:#111827;font-size:18px;font-weight:600;margin-bottom:5px}.style_valueWrapper__6Wypj{position:relative;width:100%}.style_nameValueBox__FUFxX{align-items:center;background:#f5f7ff;border:1px solid #e0e7ff;border-radius:4px;box-sizing:border-box;color:#0f172a;display:flex;font-size:16px;font-weight:400;margin-top:5px;outline:none;padding:14px 16px;width:100%}.style_nameValueBox__FUFxX:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.style_statusBlock__1ctoI{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:10px;justify-content:flex-end}.style_statusPill__olm3i{align-items:center;border-radius:999px;display:inline-flex;font-size:15px;font-weight:600;line-height:1.2;padding:9px 20px}.style_statusBold__cQDfH{font-weight:700}.style_statusCreated__V4k33{background:#dbeafe;color:#1d4ed8}.style_statusStart__dx4Vd{background:#dcfce7;color:#166534}.style_statusState__Xm2Gr{background:#bbf7d0;color:#166534}.style_metaRow__Qbqci{grid-gap:14px 18px;grid-template-columns:repeat(4,minmax(0,1fr))}.style_metaRow2__frX3U,.style_metaRow__Qbqci{display:grid;gap:14px 18px;margin-bottom:18px}.style_metaRow2__frX3U{grid-gap:14px 18px;grid-template-columns:repeat(3,minmax(0,1fr))}.style_metaField__gE3re{display:flex;flex-direction:column;gap:4px}.style_metaValueBox__kk64S{align-items:center;background:#f5f7ff;border:1px solid #e0e7ff;border-radius:4px;box-sizing:border-box;color:#111827;display:flex;font-size:16px!important;min-height:42px;outline:none;padding:10px 16px;width:100%}.style_metaValueBox__kk64S:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.style_metaValueBold__TZGPv{font-weight:600}.style_sectionDivider__3Ldkf{border-top:1px solid #e5e7eb;margin:12px 0 0}.style_detailGrid__Wprb5{grid-gap:14px 18px;display:grid;gap:14px 18px;grid-template-columns:repeat(3,minmax(0,1fr))}.style_itemFull__2VI\+e{grid-column:1/-1}.style_itemHalf__g7leG,.style_itemThird__ahoyZ{grid-column:span 1}.style_labelRow__URRf6{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.style_value__pmPVD{color:#111827;font-size:15px}.style_filesWrapper__dIB3D{position:relative;width:100%}.style_filesBox__L61f0{background:#f5f7ff;border:1px dashed #d4ddff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;margin-top:6px;min-height:80px;padding:14px 16px}.style_fileRow__ugukh{color:#374151;font-size:16px}.style_fileDrop__neBXY{background:#f9fbff;border:1px dashed #d4ddff;border-radius:10px;color:#4b5563;cursor:pointer;display:block;font-size:15px;margin-bottom:8px;padding:12px 16px;text-align:center;transition:background .15s ease,border-color .15s ease}.style_fileDrop__neBXY:hover{background:#eff4ff;border-color:#6366f1}.style_fileInput__sMxsg{display:none}.style_chipMainPrimary__oiqKf{background:#eef2ff;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;padding:6px 6px 6px 14px}.style_chipMainPrimary2__jqbxp{display:flex;gap:10px;margin-top:10px}.style_chipRow__ufwjj{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.style_moreDots__FadqO{margin:0}.style_moreDots2__F7h3b,.style_moreDots__FadqO{align-items:center;background:#fff;border-radius:50%;color:#64748b;display:inline-flex;height:25px;justify-content:center;line-height:25px;padding:0;width:25px}.style_moreDots2__F7h3b{margin-left:5px}.style_chipLabel__orbZM{color:#444;font-size:18px;font-weight:600;margin-bottom:4px}.style_chipPrimary__RnINW{border-radius:999px;color:#4f46e5;font-size:16px;font-weight:400}.style_chipGhost__qW5C0{font-size:16px;font-weight:400;padding:6px 6px 6px 14px}.style_chipGhostAddBtn__6ztCm,.style_chipGhost__qW5C0{align-items:center;background:#f3f4ff;border:1px solid #e5e7eb;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;justify-content:center}.style_chipGhostAddBtn__6ztCm{font-size:17px;font-weight:700;height:34px;padding:4px 10px;width:34px}.style_bigInputWrapper__uLW7b{position:relative;width:100%}.style_bigInputBox__ID2Ei{align-items:flex-start;background:#f5f7ff;border:1px solid #e0e7ff;border-radius:4px;box-sizing:border-box;color:#111827;display:flex;font-size:16px!important;line-height:1.45;min-height:120px;outline:none;padding:16px 18px;white-space:pre-wrap;width:100%}.style_bigInputBox__ID2Ei:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.style_clientGrid__MRbh2{grid-gap:14px 18px;display:grid;gap:14px 18px;grid-template-columns:repeat(12,minmax(0,1fr))}.style_clientItem3__7yQFw{grid-column:span 4}.style_clientItemHalf__Ogc7M{grid-column:span 6}.style_clientItemQuarter__v7OvK{grid-column:span 3}.style_clientItemFull__MMp4K{grid-column:1/-1}@media (max-width:1024px){.style_detailTop__WHF\+k{align-items:flex-start;grid-template-columns:1fr}.style_statusBlock__1ctoI{justify-content:flex-start}.style_detailGrid__Wprb5,.style_metaRow2__frX3U,.style_metaRow__Qbqci{grid-template-columns:repeat(2,minmax(0,1fr))}.style_clientGrid__MRbh2{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:768px){.style_page__z69g\+{padding:16px}.style_card__OtWs-{padding:18px 16px}.style_clientGrid__MRbh2,.style_detailGrid__Wprb5,.style_metaRow2__frX3U,.style_metaRow__Qbqci{grid-template-columns:minmax(0,1fr)}.style_clientItem3__7yQFw,.style_clientItemFull__MMp4K,.style_clientItemHalf__Ogc7M,.style_clientItemQuarter__v7OvK,.style_itemFull__2VI\+e,.style_itemHalf__g7leG,.style_itemThird__ahoyZ{grid-column:1/-1}}.style_headerBar__eSA6h{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a0d;display:flex;gap:80px;margin-bottom:20px;padding:14px 18px;width:100%}.style_backBtn__8EqhU{background:none;border:none;color:#64748b;cursor:pointer;font-size:16px}.style_title__gF5C5{color:#0f172a;font-size:20px;font-weight:700}@media (max-width:640px){.style_headerBar__eSA6h{gap:24px;padding:10px 14px}.style_title__gF5C5{font-size:16px}}.style_billingWrapper__QCwp7{background:#fff;border-radius:4px;box-shadow:0 16px 40px #0f172a0f;padding:24px;width:100%}.style_billingHeader__OReZZ{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.style_billingHeader__OReZZ .style_title__HgGUp{color:#0f172a;font-size:18px;font-weight:700}.style_headerRight__b9Abw{align-items:center;display:flex;gap:14px}.style_currencyBadge__Ky-be{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;font-size:16px;font-weight:600;padding:6px 14px}.style_refreshText__uWsil{color:#4f46e5;cursor:pointer;font-size:16px}.style_financialGrid__b7s5Q{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr))}.style_card__0FBHz{border-radius:4px;display:flex;flex-direction:column;font-size:15px;gap:6px;padding:24px}.style_card__0FBHz span{color:#1f2937;font-weight:600}.style_card__0FBHz strong{font-size:16px;font-weight:700}.style_blue__5UgwF{background:#eef2ff;color:#1e40af}.style_lightBlue__bdbUj{background:#f0f4ff}.style_cyan__rX0\+s{background:#ecfeff;color:#0f766e}.style_orange__81T0b{background:#fff7ed;color:#c2410c}.style_gray__Oip3D{background:#f1f5f9}.style_green__6R\+J-{background:#ecfdf5;color:#047857}.style_purple__bnpgY{background:#f3e8ff;color:#6b21a8}.style_lightGray__1uO78{background:#f8fafc}.style_profit__C\+3C5{background:#ecfdf5;color:#047857}.style_duration__fil9K{background:#f8fafc}.style_wide__u7AIP{grid-column:span 2}.style_profitTop__Y8OIT{align-items:center;display:flex;justify-content:space-between}.style_percent__bFozD{color:#047857;font-size:16px;font-weight:700}.style_text__9fTZB{color:#000;font-size:18px;font-weight:bolder}@media (max-width:1024px){.style_financialGrid__b7s5Q{grid-template-columns:repeat(3,minmax(0,1fr))}.style_wide__u7AIP{grid-column:span 3}}@media (max-width:640px){.style_financialGrid__b7s5Q{grid-template-columns:1fr}.style_wide__u7AIP{grid-column:1/-1}}.style_wrapper__3HX3Y{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a0d;padding:24px;width:100%}.style_buttonRow__IKGNN{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.style_buttonRow__IKGNN button{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;min-width:170px;padding:14px 28px;transition:all .15s ease}.style_saveBtn__y0FF6{background:#22c55e}.style_taskBtna__ymPW4{background:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:600;min-width:170px;padding:14px 28px;transition:all .15s ease}.style_taskBtn__y2aPG{background:#2563eb}.style_costBtn__3IiXp{background:#eef2ff;border:1px solid #c7d2fe;border-radius:4px;color:#1e40af;cursor:pointer;font-size:15px;font-weight:600;min-width:170px;padding:14px 28px}.style_buttonRow__IKGNN button:hover{box-shadow:0 4px 12px #00000029;transform:translateY(-1px)}.style_buttonRow__IKGNN button:active{box-shadow:0 2px 6px #0000001f;opacity:.96;transform:translateY(0)}@media (max-width:640px){.style_wrapper__3HX3Y{padding:20px}.style_buttonRow__IKGNN{justify-content:center}.style_buttonRow__IKGNN button{min-width:0;min-width:auto;text-align:center;width:100%}}.style_wraper__PyB4M{display:flex;flex-direction:column;gap:10px;text-align:left}.style_wraper__PyB4M>h3{font-size:18px}.style_wraper__PyB4M>h3>span{font-size:16px}.style_wraper__PyB4M ul{display:flex;font-size:16px;gap:10px;list-style:none;margin:0;padding:0}.style_wraper__PyB4M ul li{background:#e0f2fe;border-radius:50px;color:#075985;padding:6px 15px}.task-container{background:#fff}.flex-row{align-items:center;display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-around,.flex-evenly{align-items:center;display:flex}.flex-evenly{justify-content:space-evenly}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.flex-center-between{align-items:center;display:flex;justify-content:space-between}.flex-center-col{align-items:center;display:flex;flex-direction:column}.ios-switch{display:inline-block;height:28px;position:relative;width:52px}.ios-switch input{height:0;opacity:0;width:0}.slider{background-color:#e5e5ea;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #0006;content:"";height:22px;left:3px;width:22px}.ios-switch input:checked+.slider{background-color:#34c759}.ios-switch input:checked+.slider:before{transform:translateX(24px)}.w-100{width:100%}.h-100{height:100%}.max-w-300{max-width:300px}.max-w-600{max-width:600px}.p-0{padding:0}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-30{padding:30px}.m-0{margin:0}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-auto{margin:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bold{font-weight:700}.semibold{font-weight:600}.light{font-weight:300}.fs-12,.fs-14,.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-24{font-size:24px}.rounded-6{border-radius:6px}.rounded-10{border-radius:10px}.rounded-12{border-radius:12px}.rounded-20{border-radius:20px}.border{border:1px solid #ddd}.border-none{border:none}.shadow-sm{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 2px 6px #00000026}.block{display:block}.inline{display:inline-block}.hidden{display:none}.text-gray{color:#555}.text-red{color:#c00}.text-green{color:#198754}.text-blue{color:#2563eb}.text-white{color:#fff}.text-black{color:#000}.bg-white{background:#fff}.bg-light{background:#f4f4f4}.bg-dark{background:#111}.min-w-0{min-width:0}.min-w-50{min-width:50px}.min-w-100{min-width:100px}.min-w-150{min-width:150px}.min-w-200{min-width:200px}.min-w-250{min-width:250px}.min-w-300{min-width:300px}.min-w-400{min-width:400px}.min-w-500{min-width:500px}.min-w-600{min-width:600px}.min-w-100p{min-width:100%}.min-h-0{min-height:0}.min-h-50{min-height:50px}.min-h-100{min-height:100px}.min-h-150{min-height:150px}.min-h-200{min-height:200px}.min-h-250{min-height:250px}.min-h-300{min-height:300px}.min-h-400{min-height:400px}.min-h-500{min-height:500px}.min-h-600{min-height:600px}.min-h-100p{min-height:100%}.italic{font-style:italic}.task-container{border-radius:4px;font-family:Arial,sans-serif;padding:24px}.task-header{align-items:center;background:linear-gradient(180deg,#2563ebfa,#4f46e5fa);border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;justify-content:space-between;margin-bottom:25px;padding:20px}.header-left h2{font-size:22px;margin:0}.btn{border-radius:10px;font-weight:700;margin-left:8px;padding:8px 14px}.btn.primary{background:#4a8bff}.btn.danger{background:#c00}.btn.success{background:#198754}.task-table th{color:#666;padding:10px}.task-table td{border-bottom:1px solid #f2f2f2;padding:12px 10px}.task-table input[type=checkbox]{accent-color:#21c45a;cursor:pointer;height:16px;width:16px}.status-badge{border-radius:8px;color:#fff}.status-badge.done{background:#4caf50}.status-badge.inprogress{background:#c79300}.status-badge.assigned{background:#8884ff}.priority{border-radius:6px;color:#fff;font-size:16px;padding:4px 10px}.priority.high{background:#e63946}.priority.medium{background:#457b9d}.priority.low{background:#6c757d}.task-table tbody tr:nth-child(odd){background:#f9f9f9}.task-table tbody tr:nth-child(2n){background:#fff}.task-table tbody tr:hover{transition:.2s}.checkbox{border:2px solid #999;height:16px;width:16px}.checkbox,.checkbox:checked{background:#fff}.checkbox:checked:after{color:#0d9c57;font-size:16px;pointer-events:none}.task-btn{border-radius:20px;font-weight:600;padding:9px}.btn.view,.task-btn{border:none;cursor:pointer}.btn.view{background:linear-gradient(90deg,#2563eb,#4f46e5);border-radius:4px;color:#fff;font-size:16px;padding:6px 14px}.task-btn.italic{font-style:italic}.task-btn.text-gray{background-color:#f0f0f0;color:#333}.add-chapter-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:10px 20px;transition:background .3s}.add-chapter-btn:hover{background-color:#155a9c}.chapter-input-container{align-items:center;display:flex;gap:10px;margin-top:20px}.chapter-input{border:1px solid #ccc;border-radius:8px;flex:1 1;font-size:16px;padding:10px}.submit-chapter-btn{background-color:#4caf50;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background .3s}.submit-chapter-btn:hover{background-color:#388e3c}.task-table-box{background:#fff;border-radius:12px;box-shadow:0 0 6px #00000014;margin-top:20px;padding:20px}.task-table{border-collapse:collapse;width:100%}.task-table th{border-bottom:2px solid #eee;color:#777;font-weight:700;padding:12px;text-align:left}.task-table td{padding:14px 12px}.task-table tbody tr:nth-child(odd){background:#fafafa}.task-table tbody tr:hover{background:#eef4ff}.index-number{color:#333;font-weight:600}.parent-row{font-size:15px;font-weight:700}.child-row{align-items:center;display:flex;gap:10px;padding-left:20px}.checkbox{-webkit-appearance:none;appearance:none;border:2px solid #5b8cff;border-radius:4px;cursor:pointer;height:18px;position:relative;width:18px}.checkbox:checked:after{color:#2563eb;content:"✔";font-size:15px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.status-badge{border-radius:20px;font-size:16px;font-weight:600;padding:5px 12px}.status-badge.auto{background:#9ba3af;color:#fff}.status-badge.done{background:#a5efc1;color:#0a5130}.status-badge.inprogress{background:#ffeaa7;color:#8d6b00}.analyst-badge{background:#e0e7ff;border-radius:14px;color:#4b54d2;font-size:16px;font-weight:600;padding:6px 14px}.delete-icon,.edit-icon{cursor:pointer;font-size:18px;margin-right:12px}.delete-icon,.edit-icon{color:#475569}.delete-icon:hover{color:#ff4d4d}.top-wrapper{align-items:flex-start;display:flex;font-family:Inter,sans-serif;justify-content:space-between;padding:5px 10px}.left-side{width:60%}.backBtnHumint{background:linear-gradient(90deg,#4f46e5,#1ec6cd);border:none;border-radius:18px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:.5rem;padding:8px 14px}.label{color:#8c8c8c;font-size:18px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.status-text{font-size:15px;margin-bottom:12px}.buttons-row{display:flex;gap:10px}.task-form-container{background:#fff;bottom:0;display:flex;justify-content:center;left:0;padding:10px 20px;position:fixed;width:100%;z-index:999}.task-form{animation:slideUp .3s ease-out;border-radius:16px 16px 0 0;padding:20px;width:100%}.task-form h3{margin-bottom:15px}.row-white{background:#fff}.row-gray,.row-white{padding-left:10px!important}.row-gray{background:#f6f6f6;border-radius:10px}.new-task-row{align-items:center;border-bottom:1px solid #f0f0f0;display:grid;font-size:16px;padding:10px 0}.col-number{color:#666;text-align:right}.col-title{align-items:center;display:flex;gap:10px}.task-text{font-weight:500}.col-status{text-align:center}.status-pill{border-radius:20px;font-size:16px;padding:6px 14px}.status-pill.assigned{background:#eceff5;color:#333}.status-pill.done{background:#4caf50;color:#fff}.col-analyst2{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;color:#0f172a;display:flex;font-size:16px;gap:8px;padding:4px 10px}.analyst-dot{background:#e8e3ff;border-radius:50%;height:10px;width:10px}.analyst-label{font-weight:600;width:100px}.col-actions{align-items:center;display:flex;gap:10px;position:relative}.btnActionBoth{position:absolute;right:50px}.btn{padding:4px 10px}.btn.start{background:#4c8bf5;color:#fff}.btn.stop{background:#fff;color:#000}.btn.done{background:#4caf50;color:#fff;margin-right:25px}.icon.edit{color:#555}.icon.delete{color:red}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.task-input{border:1px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:16px;padding:12px;width:100%}.task-form-buttons{display:flex;justify-content:space-between}.task-cancel-btn{background:#ddd}.task-cancel-btn,.task-submit-btn{border:none;border-radius:8px;cursor:pointer;padding:10px 18px}.task-submit-btn{background:#007bff;color:#fff}.btn{border:none;border-radius:6px;font-size:15px;font-weight:500;padding:6px 18px}.start{background:#2563eb;color:#fff}.pause{background:#0ea5e9;color:#fff}.finalize{background:#0f172a;color:#22c55e}.overview-box{margin-top:25px}.progress-title{font-size:15px;font-weight:600}.progress-bar{background:#ebebeb;border-radius:10px;height:8px;margin:8px 0;width:300px}.progress-fill{background:#3b82f6;border-radius:10px}.progress-info{color:#777;font-size:15px}.right-side{align-items:flex-end;display:flex;flex-direction:column;gap:20px;text-align:left;width:38%}.time-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 2px 5px #0000000f;padding:18px;width:100%}.time-title{color:#7a7a7a;font-size:15px;margin-bottom:6px}.time-info{font-size:15px;margin-bottom:5px}.analyst-times{color:#555;font-size:16px}.edit-row{align-items:center;display:flex;gap:7px;margin-top:12px}.edit-label{color:#444;font-size:15px}.toggle-switch{align-items:center;display:flex;font-size:16px;gap:6px}.toggle-on{background:#22c55e;color:#fff}.toggle-off,.toggle-on{border-radius:20px;padding:3px 10px}.toggle-off{background:#d1d5db;color:#555}.legend-actions-wrapper{align-items:flex-start;display:flex;font-family:Inter,sans-serif;justify-content:space-between;margin-top:25px;padding:10px}.legend-box{width:55%}.legend-title{color:#8c8c8c;font-size:10px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.legend-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.legend-item{align-items:center;display:flex;font-size:15px;gap:6px}.doted{background:#e8e3ff;border-radius:50%;display:inline-block;height:10px;width:10px}.blue{background:#2563eb}.purple{background:#6366f1;padding:0}.green{background:#16a34a}.red{background:#dc2626}.actions-box{align-items:center;display:flex;gap:14px;justify-content:flex-end;width:45%}.project-btn{background:#fff;border:1px solid gray;border-radius:4px}.btn,.project-btn{cursor:pointer;font-size:16px;font-weight:600;padding:7px 18px;transition:.2s}.btn{border:1px solid #dcdcdc;border-radius:4px;color:#fff}.btn:hover{background:#f3f4f6}.save{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;font-size:16px;font-weight:600}.humint-wrapper{align-items:center;display:flex;flex-direction:column;position:relative}.humint{background:#f5f5f5}.approval-badge{background:#fff3cd;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:10px;padding:3px 10px;position:absolute;top:-1.5rem}.export-dropdown{position:relative}.export-trigger{background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;gap:6px;padding:7px 16px;transition:all .2s ease}.export-trigger:hover{background:#f8fafc;border-color:#2563eb}.export-menu{animation:dropdownFade .15s ease;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #00000014;min-width:160px;overflow:hidden;position:absolute;right:0;top:42px;z-index:100}.dropdown-item{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:15px;gap:8px;padding:10px 14px;text-align:left;transition:background .15s ease;width:100%}.dropdown-item:hover{background:#f1f5f9}.dropdown-item.disabled{cursor:not-allowed;opacity:.4}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.spinner{animation:spin .7s linear infinite;border:2px solid #c7d2fe;border-top-color:#2563eb;display:inline-block;height:14px;width:14px}.export-trigger{align-items:center;display:flex;gap:8px}.export-trigger:disabled{cursor:not-allowed;opacity:.7}.chapter-wrapper{font-family:Inter,sans-serif;width:100%}.chapter-label{color:#8f8f8f;font-size:15px;font-weight:600;margin-bottom:5px}.chapter-name{flex:1 1;font-size:18px;font-weight:600}.edit-title-btn{margin-left:10px;padding:3px 10px}.edit-title-btn,.export-btn{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:16px}.export-btn{padding:6px 15px}.task-table-header{color:#8b8b8b;display:grid;font-size:15px;font-weight:600;grid-template-columns:3% 50% 13% 17% 20%;margin-top:20px}.task-table-header span:last-child{text-align:center}.task-row{align-items:center;display:grid;grid-template-columns:3% 50% 13% 17% 20%;padding:10px 0}.task-row:nth-child(2n){background:#f9fafb}.col{align-items:center;display:flex}.number{font-size:15px;opacity:.7}.description{gap:8px}.description .bold,.status-pill{font-weight:600}.status-pill{border-radius:12px;font-size:15px;padding:4px 14px;width:135px}.status-pill.auto{background:#cfd3dc;color:#4f5564}.status-pill.done{background:#caffd8;color:#3a714e}.status-pill.inprogress{background:#f8e9bc;color:#9c7b1a}.status-pill.unassigned{background:#e4e6ea;color:#6b6f77}.analyst-pill{border-radius:12px;font-size:15px;font-weight:600;padding:4px 12px}.analyst-blue{background:#e6edff;color:#4e6eff}.analyst-purple{background:#f0eaff;color:#8b5cf6}.analyst-green{background:#e1ffe8;color:#0f8f3f}.analyst-red{background:#ffe6e6;color:#c52727}.icon{cursor:pointer;font-size:16px;margin-right:10px}.icon.delete{color:#c23b3b}.add-row{padding:25px 0}.add-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px}.task-row .col-actions .start{display:hidden!important}.task-row:hover .col-actions .btn.start{display:inline-block!important}.task-row .col-actions .btn.start{opacity:0;transition:opacity .2s ease}.task-row:hover .col-actions .btn.start{opacity:1}.report-root{color:#111;font-size:14px;padding:18px}.r-p{line-height:1.5;margin:8px 0}.r-list{margin:8px 0;padding-left:18px}.r-table{border-collapse:collapse;margin:10px 0;width:100%}.r-td,.r-th{border:1px solid #ddd;padding:6px;text-align:left;vertical-align:top}.r-th{font-weight:600}#export-report{box-sizing:border-box;padding:8mm}.report-root{color:#000;font-size:12pt;line-height:1.25}.r-p{margin:0 0 6px;text-align:justify}.r-h{font-style:italic;font-weight:700;margin:8px 0 4px;text-decoration:underline}.r-list{margin:4px 0 6px 18px;padding:0}.r-li{margin:2px 0;text-align:justify}.r-table{font-size:11pt;margin:6px 0 8px}.r-td,.r-th{padding:6px 8px}.report-root img{border:1px solid #ddd;display:block;height:auto;margin:8px auto;max-width:100%;width:500px}.ReviewPopUp_overlay__CL7SN{align-items:center;background:#0f172a40;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.ReviewPopUp_card__zuHtQ{background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a26;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:24px 28px 20px;width:min(720px,95%)}.ReviewPopUp_headerRow__8XgWz{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.ReviewPopUp_title__PNtGy{caret-color:#0000;color:#111827;font-size:18px;font-style:italic;font-weight:700}.ReviewPopUp_closeBtn__z0OCD{background:#0000;border:none;color:#9ca3af;cursor:pointer;font-size:20px;line-height:1;transition:color .2s ease,transform .2s ease,background-color .15s ease}.ReviewPopUp_closeBtn__z0OCD:hover{background-color:#ef44441a;border-radius:6px;color:#ef4444;transform:scale(1.15)}.ReviewPopUp_badgesRow__exVcS{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.ReviewPopUp_badge__lYZvg{background:#f3f4f6;border-radius:999px;color:#374151;font-size:16px;font-weight:600;padding:4px 10px}.ReviewPopUp_badgeWarning__nWpCC{background:#fde68a;color:#92400e}.ReviewPopUp_badgeReviewer__0iYVx{background:#dbeafe;color:#1d4ed8}.ReviewPopUp_infoText__TLdUV{color:#6b7280;font-size:16px;font-weight:600;margin-bottom:16px}.ReviewPopUp_section__EawAw{margin-top:8px}.ReviewPopUp_sectionLabel__IGWUR{color:#111827;font-size:15px;font-weight:700;margin-bottom:8px}.ReviewPopUp_actionsRow__ONnjf{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.ReviewPopUp_actionBtn__WMygF{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:15px;font-weight:700;padding:10px 22px;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;white-space:nowrap}.ReviewPopUp_actionBtn__WMygF:active{transform:translateY(1px)}.ReviewPopUp_returnBtn__aaRJF{background:#fff;border-color:#fecaca;color:#dc2626}.ReviewPopUp_returnBtn__aaRJF:hover{background:#fef2f2}.ReviewPopUp_approveBtn__PnxNS{background:#16a34a;color:#fff}.ReviewPopUp_approveBtn__PnxNS:hover{background:#15803d}.ReviewPopUp_notesArea__VOvgM{background:#fff;border:1px solid #d1d5db;border-radius:12px;color:#374151;font-family:inherit;font-size:15px;min-height:100px;outline:none;padding:12px 14px;resize:vertical;width:100%}.ReviewPopUp_notesArea__VOvgM:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.ReviewPopUp_footerRow__0V1Y6{display:flex;justify-content:flex-end;margin-top:10px}.ReviewPopUp_addObservationBtn__GSU-K{background:#fff;border:1px solid #2563eb;border-radius:12px;color:#2563eb;cursor:pointer;font-size:15px;font-weight:700;padding:8px 18px;transition:background .15s ease,color .15s ease,border-color .15s ease}.ReviewPopUp_addObservationBtn__GSU-K:hover{background:#eff6ff}.ReviewPopUp_card__zuHtQ :not(textarea){caret-color:#0000}@media (max-width:600px){.ReviewPopUp_card__zuHtQ{padding:18px 16px;width:95%}.ReviewPopUp_actionsRow__ONnjf{align-items:stretch;flex-direction:column}.ReviewPopUp_actionBtn__WMygF{justify-content:center;text-align:center;width:100%}.ReviewPopUp_headerRow__8XgWz{align-items:center}}.PleaseWaitPopUp_overlay__2qA7G{align-items:center;background:#0f172a40;display:flex;inset:0;justify-content:center;position:fixed;z-index:1200}.PleaseWaitPopUp_card__mOjdr{background:#fff;border-radius:18px;box-shadow:0 18px 45px #0f172a2e;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:380px;min-width:320px;padding:20px 28px 18px;text-align:center}.PleaseWaitPopUp_spinnerWrapper__NPalk{display:flex;justify-content:center;margin-bottom:12px}.PleaseWaitPopUp_spinner__jY1w-{animation:PleaseWaitPopUp_spin__eIaPO .8s linear infinite;border:3px solid #e5e7eb;border-radius:999px;border-top-color:#2563eb;height:32px;width:32px}@keyframes PleaseWaitPopUp_spin__eIaPO{to{transform:rotate(1turn)}}.PleaseWaitPopUp_message__ubs5S{color:#111827;font-size:15px;font-weight:700;margin-bottom:4px}.PleaseWaitPopUp_subText__wZjvV{color:#6b7280;font-size:16px}.style_wraper__u26OA{display:flex;flex-direction:column;gap:10px;text-align:left}.style_wraper__u26OA>h3{font-size:18px}.style_wraper__u26OA>h3>span{font-size:16px}.style_wraper__u26OA ul{display:flex;font-size:16px;gap:10px;list-style:none;margin:0;padding:0}.style_wraper__u26OA ul li{background:#e0f2fe;border-radius:50px;color:#075985;padding:6px 15px}.style_wraper__u26OA p{color:#e2e8f0;font-size:16px;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}.page-wrapper{font-family:Inter,sans-serif;min-height:100vh;padding:0;width:100%}.page-container{margin:0 auto;width:100%}@media (min-width:1800px){.page-container{max-width:1800px}}@media (max-width:1399px){.page-container{max-width:1200px;padding:0 25px}}@media (max-width:1199px){.page-container{max-width:100%;padding:0 20px}}@media (max-width:991px){.page-wrapper{padding:15px}.page-container{padding:0 15px}}@media (max-width:767px){.page-wrapper{padding:10px}.page-container{padding:0 10px}}@media (max-width:575px){.page-wrapper{padding:8px}.page-container{padding:0 8px}}@media (max-width:319px){.page-wrapper{padding:5px}.page-container{padding:0 5px}}.AddEmployeeCostPopup_popupOverlay__LHg5\+{align-items:center;animation:AddEmployeeCostPopup_fadeIn__sq6Y5 .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes AddEmployeeCostPopup_fadeIn__sq6Y5{0%{opacity:0}to{opacity:1}}.AddEmployeeCostPopup_popupContainer__5Zunv{animation:AddEmployeeCostPopup_slideUp__XQ7Xk .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;width:90%}@keyframes AddEmployeeCostPopup_slideUp__XQ7Xk{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AddEmployeeCostPopup_popupHeader__ox6s3{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;padding:24px 32px}.AddEmployeeCostPopup_popupTitle__\+9mqZ{color:#111827;font-size:22px;font-weight:700;margin:0}.AddEmployeeCostPopup_closeButton__G1U7C{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.AddEmployeeCostPopup_closeButton__G1U7C:hover{background:#f3f4f6;color:#374151}.AddEmployeeCostPopup_popupBody__QyjvP{padding:32px}.AddEmployeeCostPopup_formSection__EMxcV{margin-bottom:20px}.AddEmployeeCostPopup_rowThree__zOcY2{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.AddEmployeeCostPopup_rowFive__nIW2o{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(5,1fr)}.AddEmployeeCostPopup_formField__vNVIQ{display:flex;flex-direction:column;gap:10px}.AddEmployeeCostPopup_formField__vNVIQ label{color:#374151;font-size:16px;font-weight:600}.AddEmployeeCostPopup_inputBox__ENPOF{background:#f9fafc;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;padding:14px 16px;transition:all .3s ease;width:100%}.AddEmployeeCostPopup_inputBox__ENPOF:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.AddEmployeeCostPopup_inputBox__ENPOF[readonly]{background:#f3f4f6;cursor:not-allowed}select.AddEmployeeCostPopup_inputBox__ENPOF{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.AddEmployeeCostPopup_popupFooter__hqnvL{background:#fafafa;border-radius:0 0 20px 20px;border-top:2px solid #f3f4f6;display:flex;gap:16px;justify-content:flex-end;padding:24px 32px}.AddEmployeeCostPopup_cancelButton__YMY4R{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;transition:all .3s ease}.AddEmployeeCostPopup_cancelButton__YMY4R:hover{background:#e5e7eb;border-color:#d1d5db}.AddEmployeeCostPopup_saveButton__8f-Fm{background:#4f46e5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;transition:all .3s ease}.AddEmployeeCostPopup_saveButton__8f-Fm:hover{background:#4338ca}@media (max-width:900px){.AddEmployeeCostPopup_popupContainer__5Zunv{margin:20px;width:95%}.AddEmployeeCostPopup_rowFive__nIW2o,.AddEmployeeCostPopup_rowThree__zOcY2{gap:20px;grid-template-columns:1fr}}@media (max-width:600px){.AddEmployeeCostPopup_popupBody__QyjvP,.AddEmployeeCostPopup_popupHeader__ox6s3{padding:20px}.AddEmployeeCostPopup_popupFooter__hqnvL{flex-direction:column;padding:20px}.AddEmployeeCostPopup_cancelButton__YMY4R,.AddEmployeeCostPopup_saveButton__8f-Fm{width:100%}}.AddHumintCostPopup_popupOverlay__ROEkJ{align-items:center;animation:AddHumintCostPopup_fadeIn__gDP1X .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes AddHumintCostPopup_fadeIn__gDP1X{0%{opacity:0}to{opacity:1}}.AddHumintCostPopup_popupContainer__oSbo3{animation:AddHumintCostPopup_slideUp__d85ge .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:1100px;overflow-y:auto;width:90%}@keyframes AddHumintCostPopup_slideUp__d85ge{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AddHumintCostPopup_popupHeader__W2tZ4{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;padding:24px 32px}.AddHumintCostPopup_popupTitle__0p33v{color:#111827;font-size:22px;font-weight:700;margin:0}.AddHumintCostPopup_closeButton__Li7FO{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.AddHumintCostPopup_closeButton__Li7FO:hover{background:#f3f4f6;color:#374151}.AddHumintCostPopup_popupBody__iEfjH{padding:32px}.AddHumintCostPopup_formSection__NMVON{margin-bottom:20px}.AddHumintCostPopup_rowTwo__TqDNw{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 2fr;margin-bottom:30px}.AddHumintCostPopup_rowSix__6o0EY{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.5fr 1fr 1fr 1.5fr 1.2fr 1.2fr}.AddHumintCostPopup_formField__FzqVt{display:flex;flex-direction:column;gap:10px}.AddHumintCostPopup_formField__FzqVt label{color:#374151;font-size:16px;font-weight:600}.AddHumintCostPopup_inputBox__Ef7OX{background:#f9fafc;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;padding:14px 16px;transition:all .3s ease;width:100%}.AddHumintCostPopup_inputBox__Ef7OX:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.AddHumintCostPopup_inputBox__Ef7OX[readonly]{background:#f3f4f6;cursor:not-allowed}select.AddHumintCostPopup_inputBox__Ef7OX{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.AddHumintCostPopup_utilitateBox__7LWHw{display:flex;gap:8px;margin-top:5px}.AddHumintCostPopup_utilitateOption__EWyTv{background:#f9fafc;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px 0;text-align:center;transition:all .2s ease}.AddHumintCostPopup_utilitateOption__EWyTv:hover{background:#e5e7eb;border-color:#d1d5db}.AddHumintCostPopup_utilitateOption__EWyTv.AddHumintCostPopup_selected__cj0Hz{background:#4f46e5;border-color:#4f46e5;color:#fff}.AddHumintCostPopup_popupFooter__Ajsea{background:#fafafa;border-radius:0 0 20px 20px;border-top:2px solid #f3f4f6;display:flex;gap:16px;justify-content:flex-end;padding:24px 32px}.AddHumintCostPopup_cancelButton__tHBTn{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;transition:all .3s ease}.AddHumintCostPopup_cancelButton__tHBTn:hover{background:#e5e7eb;border-color:#d1d5db}.AddHumintCostPopup_saveButton__xc3jI{background:#4f46e5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;transition:all .3s ease}.AddHumintCostPopup_saveButton__xc3jI:hover{background:#4338ca}@media (max-width:1200px){.AddHumintCostPopup_popupContainer__oSbo3{margin:20px;width:95%}.AddHumintCostPopup_rowSix__6o0EY{gap:20px;grid-template-columns:repeat(3,1fr)}.AddHumintCostPopup_utilitateBox__7LWHw{grid-column:span 3}}@media (max-width:768px){.AddHumintCostPopup_rowSix__6o0EY,.AddHumintCostPopup_rowTwo__TqDNw{gap:20px;grid-template-columns:1fr}.AddHumintCostPopup_popupBody__iEfjH,.AddHumintCostPopup_popupHeader__W2tZ4{padding:20px}.AddHumintCostPopup_popupFooter__Ajsea{flex-direction:column;padding:20px}.AddHumintCostPopup_cancelButton__tHBTn,.AddHumintCostPopup_saveButton__xc3jI{width:100%}.AddHumintCostPopup_utilitateBox__7LWHw{flex-wrap:wrap}.AddHumintCostPopup_utilitateOption__EWyTv{flex-basis:calc(20% - 6px);flex-grow:0;flex-shrink:0}}.SummarySection_topRow__K6PNW{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 2fr;margin-bottom:24px}.SummarySection_formCard__gh\+V4{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000000d;padding:24px;width:100%}.SummarySection_projectCard__hKL55{padding-right:24px}.SummarySection_formTitle__bq\+Il{color:#0f172a;font-size:1.3rem;font-weight:800;margin-bottom:20px}.SummarySection_projectBlock__x0r89 ul{list-style:none}.SummarySection_projectBlock__x0r89 li{color:#111827;font-size:15px;font-weight:700;margin-bottom:18px;padding-left:18px;position:relative}.SummarySection_projectBlock__x0r89 li:before{background:#4f46e5;border-radius:50%;content:"";height:7px;left:0;position:absolute;top:5px;width:7px}.SummarySection_projectBlock__x0r89 li b{color:#6b7280;display:block;font-size:15px;font-weight:800;margin-bottom:6px}.SummarySection_projectBlock__x0r89 li span{color:#111827;display:block;font-size:16px;font-weight:800;margin-top:3px}.SummarySection_financeHeader__uPYUc{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.SummarySection_financeCard__J3Fmz{padding-bottom:26px}.SummarySection_currencyUpdateBtn__M8-L5{align-items:center;background:#c7d2fe;border:1px solid #c7d2fe;border-radius:4px;box-shadow:0 1px 2px #0000000d;color:#4338ca;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:4px;outline:none;padding:8px 16px;transition:all .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.SummarySection_currencyUpdateBtn__M8-L5:hover{background:#a5b4fc;border-color:#a5b4fc;box-shadow:0 2px 4px #0000001a}.SummarySection_currencyUpdateBtn__M8-L5:before{color:#059669;content:"€";font-size:15px;font-weight:700;margin-right:4px}.SummarySection_currencyUpdateBtn__M8-L5:after{color:#2563eb;content:"↻";font-size:15px;font-weight:700;margin-left:4px}.SummarySection_currencyUpdateBtn__M8-L5 span{color:#2563eb;pointer-events:none;-webkit-user-select:none;user-select:none}.SummarySection_currencyUpdateBtn__M8-L5:focus{box-shadow:0 0 0 2px #4f46e533;outline:none}.SummarySection_currencyUpdateBtn__M8-L5 *{pointer-events:none;-webkit-user-select:none;user-select:none}.SummarySection_financialGrid__xGmqx{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);width:100%}.SummarySection_summaryBox__pMZJV{border:1px solid #e5e7eb;border-radius:4px;min-height:104px;width:100%}.SummarySection_boxDuration__pB6JY,.SummarySection_summaryBox__pMZJV{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:20px}.SummarySection_boxDuration__pB6JY{background:#f3f4f6;border-color:#d1d5db;grid-column:3/span 2;text-align:left}.SummarySection_boxProfit__Tu2OR{align-items:flex-start;background:#e8ffe8;border:2px solid #bbf7d0;display:flex;grid-column:1/span 2;justify-content:space-between;min-height:auto;padding:20px 25px}.SummarySection_profitContainer__SqiQc{display:flex;flex-direction:column;gap:15px;width:100%}.SummarySection_profitTopRow__C3byO{align-items:center;display:flex;justify-content:space-between;width:100%}.SummarySection_profitBottomRow__sTqdx{align-items:center;display:flex;justify-content:flex-start;width:100%}.SummarySection_profitPercentage__qaJtN{color:#15803d;font-size:16px!important;font-style:italic!important;font-weight:700!important}.SummarySection_profitValue__TxUBf{color:#15803d;display:block;font-size:18px!important;font-style:italic!important;font-weight:700!important}.SummarySection_sLabel__WtiRE{margin-bottom:10px}.SummarySection_sLabelGreen__NdBjA,.SummarySection_sLabel__WtiRE{display:block;font-size:16px!important;font-style:italic!important;font-weight:700!important}.SummarySection_sLabelGreen__NdBjA{color:#15803d;margin-bottom:0}.SummarySection_sLabelDuration__S\+X59{color:#6b7280;display:block;font-size:16px!important;font-style:italic!important;font-weight:700!important;margin-bottom:10px;text-align:left}.SummarySection_sValueDuration__kgq2k,.SummarySection_sValue__GV0uS{color:#111827;display:block;font-size:18px!important;font-style:italic!important;font-weight:700!important;margin-top:auto}.SummarySection_sValueDuration__kgq2k{text-align:left}.SummarySection_boxGray__NUo3z{background:#edf2ff;border-color:#c7d2fe}.SummarySection_boxGray__NUo3z .SummarySection_sLabel__WtiRE{color:#1e40af}.SummarySection_boxTfsa__WgYyh{background:#eef2ff;border-color:#c7d2fe}.SummarySection_boxTfsa__WgYyh .SummarySection_sLabel__WtiRE{color:#4338ca}.SummarySection_boxCyan__\+VtWi{background:#ecfeff;border-color:#a5f3fc}.SummarySection_boxCyan__\+VtWi .SummarySection_sLabel__WtiRE{color:#0e7490}.SummarySection_boxYellow__jBNYH{background:#fff7ed;border-color:#fed7aa}.SummarySection_boxYellow__jBNYH .SummarySection_sLabel__WtiRE{color:#b45309}.SummarySection_boxBlue__mS7H3{background:#f1f5f9;border-color:#cbd5e1}.SummarySection_boxBlue__mS7H3 .SummarySection_sLabel__WtiRE{color:#334155}.SummarySection_boxOther__0NVvb{background:#f0fdfa;border-color:#a7f3d0}.SummarySection_boxOther__0NVvb .SummarySection_sLabel__WtiRE{color:#0f766e}.SummarySection_boxPurple__QD8U9{background:#efe6ff;border-color:#d8b4fe}.SummarySection_boxPurple__QD8U9 .SummarySection_sLabel__WtiRE{color:#7c3aed}.SummarySection_boxLightgray__fY-Ki{background:#f3f3f3;border-color:#e5e7eb}.SummarySection_boxLightgray__fY-Ki .SummarySection_sLabel__WtiRE{color:#374151}@media (max-width:1799px){.SummarySection_topRow__K6PNW{gap:24px}}@media (max-width:1399px){.SummarySection_topRow__K6PNW{gap:24px}.SummarySection_financialGrid__xGmqx{grid-template-columns:repeat(2,1fr)}}@media (max-width:1199px){.SummarySection_topRow__K6PNW{gap:24px;grid-template-columns:1fr}.SummarySection_financialGrid__xGmqx{grid-template-columns:repeat(2,1fr)}.SummarySection_boxDuration__pB6JY,.SummarySection_boxProfit__Tu2OR{grid-column:span 1}}@media (max-width:991px){.SummarySection_topRow__K6PNW{gap:20px}.SummarySection_financialGrid__xGmqx{gap:15px;grid-template-columns:1fr}.SummarySection_summaryBox__pMZJV{justify-content:flex-start;min-height:90px;padding:16px 18px}.SummarySection_formTitle__bq\+Il{font-size:19px}.SummarySection_projectBlock__x0r89 li{font-size:16px}.SummarySection_projectBlock__x0r89 li b{font-size:16px;font-weight:700}.SummarySection_projectBlock__x0r89 li span{font-size:15px;font-weight:700}.SummarySection_sLabelDuration__S\+X59,.SummarySection_sLabelGreen__NdBjA,.SummarySection_sLabel__WtiRE{font-size:16px!important;font-style:italic!important;font-weight:700!important;margin-bottom:8px}.SummarySection_sValue__GV0uS{font-size:18px!important;font-style:italic!important;font-weight:700!important}.SummarySection_profitPercentage__qaJtN{font-size:16px!important}.SummarySection_profitValue__TxUBf{font-size:20px!important}}@media (max-width:767px){.SummarySection_topRow__K6PNW{gap:15px}.SummarySection_projectCard__hKL55{padding-right:20px}.SummarySection_formTitle__bq\+Il{font-size:18px}.SummarySection_projectBlock__x0r89 li{font-size:15px;margin-bottom:15px;padding-left:15px}.SummarySection_projectBlock__x0r89 li b,.SummarySection_projectBlock__x0r89 li span{font-size:16px;font-weight:700}.SummarySection_sLabelDuration__S\+X59,.SummarySection_sLabelGreen__NdBjA,.SummarySection_sLabel__WtiRE{font-size:16px!important;font-style:italic!important;font-weight:700!important;margin-bottom:8px}.SummarySection_sValueDuration__kgq2k,.SummarySection_sValue__GV0uS{font-size:18px!important;font-style:italic!important;font-weight:700!important}.SummarySection_profitPercentage__qaJtN{font-size:15px!important}.SummarySection_profitValue__TxUBf{font-size:18px!important}}@media (max-width:575px){.SummarySection_topRow__K6PNW{gap:15px}.SummarySection_projectCard__hKL55{padding-right:20px}.SummarySection_formTitle__bq\+Il{font-size:17px}.SummarySection_projectBlock__x0r89 li{font-size:15px}.SummarySection_projectBlock__x0r89 li b{font-size:16px;font-weight:700}.SummarySection_projectBlock__x0r89 li span{font-size:15px;font-weight:700}.SummarySection_boxProfit__Tu2OR{flex-direction:column;gap:10px;padding:16px 18px}.SummarySection_profitTopRow__C3byO{flex-direction:column;gap:8px;text-align:left}.SummarySection_profitPercentage__qaJtN{font-size:16px!important;text-align:left;width:100%}.SummarySection_profitValue__TxUBf{font-size:18px!important;font-style:italic!important;font-weight:700!important;text-align:left}.SummarySection_sLabelDuration__S\+X59,.SummarySection_sLabelGreen__NdBjA,.SummarySection_sLabel__WtiRE{font-size:16px!important;font-style:italic!important;font-weight:700!important;margin-bottom:6px}.SummarySection_sValue__GV0uS{font-size:18px!important;font-style:italic!important;font-weight:700!important}}.CostBar_costsBar__eL7ea{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr;padding:24px 28px}.CostBar_formCard__AVvVb{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000000d;margin-bottom:24px;padding:24px 28px;width:100%}.CostBar_costBlock__JGn01{border-radius:18px;width:100%}.CostBar_costTitle__IYE8k{color:#111827;font-size:17px;font-weight:800;margin-bottom:16px}.CostBar_costRow__iugLZ{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr;width:100%}.CostBar_formField__entVH{display:flex;flex-direction:column;gap:6px;width:100%}.CostBar_formField__entVH label{color:#444;font-size:16px;font-weight:700}.CostBar_inputBox__bHa1M{background:#f9fafc;border:1px solid #e3e6ef;border-radius:4px;color:#111827;font-size:16px;font-weight:500;padding:12px 14px;width:100%}.CostBar_inputBox__bHa1M:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.CostBar_costsBar__eL7ea:last-child{grid-template-columns:1fr}@media (max-width:1799px){.CostBar_costsBar__eL7ea{gap:120px}}@media (max-width:1399px){.CostBar_costsBar__eL7ea{gap:30px}}@media (max-width:1199px){.CostBar_costsBar__eL7ea{gap:20px}.CostBar_costsBar__eL7ea,.CostBar_costsBar__eL7ea:last-child{grid-template-columns:1fr}}@media (max-width:991px){.CostBar_costsBar__eL7ea{padding:20px 24px}.CostBar_costTitle__IYE8k{font-size:16px}.CostBar_costRow__iugLZ{gap:15px}}@media (max-width:767px){.CostBar_costsBar__eL7ea{gap:15px;padding:18px 20px}.CostBar_costRow__iugLZ{gap:15px;grid-template-columns:1fr}.CostBar_costTitle__IYE8k{font-size:15px}}@media (max-width:575px){.CostBar_costsBar__eL7ea{padding:15px 18px}.CostBar_formCard__AVvVb{border-radius:12px}.CostBar_costTitle__IYE8k{font-size:16px;margin-bottom:12px}.CostBar_inputBox__bHa1M{font-size:15px;padding:10px 12px}}.EmployeeCostTable_formCard__DmHYT{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000000d;margin-bottom:24px;padding:24px;width:100%}.EmployeeCostTable_formTitle__FsJIs{color:#0f172a;font-size:16px;font-style:italic;font-weight:700;margin-bottom:20px}.EmployeeCostTable_costTable__BGhZJ{background:#fff;border-collapse:collapse;border-radius:4px;box-shadow:0 2px 8px #0000000a;font-size:16px;margin-top:12px;overflow:hidden;width:100%}.EmployeeCostTable_costTable__BGhZJ thead tr{background:#f9fafb}.EmployeeCostTable_costTable__BGhZJ td,.EmployeeCostTable_costTable__BGhZJ th{border-bottom:1px solid #e5e7eb;color:#0f172a;font-size:16px;font-weight:700;padding:12px 16px;text-align:left;vertical-align:middle}.EmployeeCostTable_costTable__BGhZJ th{color:#334155!important;font-size:16px!important;font-weight:700!important}.EmployeeCostTable_costTable__BGhZJ tbody tr:last-child td{border-bottom:none}.EmployeeCostTable_inputCell__mFBbQ{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:6px 8px;text-align:center;width:70px}.EmployeeCostTable_editCell__1FJOG{white-space:nowrap}.EmployeeCostTable_cancelBtn__e9mK0,.EmployeeCostTable_editBtn__GA6Bq,.EmployeeCostTable_saveBtn__ShjCR{background:none;border:none;border-radius:4px;color:#0f172a;cursor:pointer;font-size:15px;font-weight:700;margin:0 2px;padding:4px 8px;transition:all .2s ease}.EmployeeCostTable_cancelBtn__e9mK0:hover,.EmployeeCostTable_editBtn__GA6Bq:hover,.EmployeeCostTable_saveBtn__ShjCR:hover{background:#f3f4f6}.EmployeeCostTable_totalSection__fPblZ{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:4px;display:flex;gap:12px;justify-content:flex-start;margin-bottom:5px;margin-top:20px;padding:16px 20px;width:100%}.EmployeeCostTable_totalLabel__0\+yCD{white-space:nowrap}.EmployeeCostTable_totalLabel__0\+yCD,.EmployeeCostTable_totalValue__UpDxG{color:#0f172a;font-size:15px;font-style:italic;font-weight:700}.EmployeeCostTable_error__paKbZ,.EmployeeCostTable_loading__dvbB9{color:#0f172a;font-size:16px;font-weight:700;padding:40px;text-align:center}.EmployeeCostTable_error__paKbZ{color:#0f172a}.EmployeeCostTable_btnGreen__tn5To{background:#22c55e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;margin-top:16px;min-width:180px;padding:14px 20px;transition:all .2s ease;width:auto}.EmployeeCostTable_btnGreen__tn5To:hover{background:#16a34a}@media (max-width:767px){.EmployeeCostTable_formCard__DmHYT{border-radius:14px;padding:18px 20px}.EmployeeCostTable_formTitle__FsJIs{font-size:16px;font-style:italic;font-weight:700}.EmployeeCostTable_costTable__BGhZJ td,.EmployeeCostTable_costTable__BGhZJ th{font-size:16px;font-weight:700;padding:8px 10px}.EmployeeCostTable_costTable__BGhZJ th{color:#334155!important;font-size:16px!important;font-weight:700!important}.EmployeeCostTable_inputCell__mFBbQ{font-size:16px;font-weight:700;padding:5px 6px;width:60px}.EmployeeCostTable_totalSection__fPblZ{gap:10px;justify-content:flex-start;margin-top:16px;padding:14px 16px}.EmployeeCostTable_totalLabel__0\+yCD{font-size:16px;font-weight:700}.EmployeeCostTable_totalValue__UpDxG{font-size:17px;font-weight:800}.EmployeeCostTable_btnGreen__tn5To{font-size:16px;font-style:italic;font-weight:700;min-width:auto;width:100%}}@media (max-width:575px){.EmployeeCostTable_formCard__DmHYT{border-radius:12px;padding:15px 18px}.EmployeeCostTable_formTitle__FsJIs{font-size:16px;font-style:italic;font-weight:700;margin-bottom:16px}.EmployeeCostTable_totalSection__fPblZ{align-items:center;flex-direction:row;gap:8px;justify-content:flex-start;margin-top:14px;padding:12px 14px}.EmployeeCostTable_costTable__BGhZJ td,.EmployeeCostTable_costTable__BGhZJ th{font-size:16px;font-weight:700}.EmployeeCostTable_costTable__BGhZJ th{color:#334155!important;font-size:16px!important;font-weight:700!important}.EmployeeCostTable_totalLabel__0\+yCD,.EmployeeCostTable_totalValue__UpDxG{white-space:nowrap}.EmployeeCostTable_btnGreen__tn5To{font-size:16px;font-style:italic;font-weight:700}}.HumintCostTable_formCard__TcP9F{background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000000d;margin-bottom:24px;padding:24px 28px;width:100%}.HumintCostTable_formTitle__Ob5I0{color:#0f172a;font-size:16px;font-style:italic;font-weight:700;margin-bottom:20px}.HumintCostTable_costTable__4iBkj{background:#fff;border-collapse:collapse;border-radius:4px;box-shadow:0 2px 8px #0000000a;font-size:16px;margin-top:6px;overflow:hidden;width:100%}.HumintCostTable_costTable__4iBkj thead tr{background:#f9fafb}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{border-bottom:1px solid #e5e7eb;height:52px;padding:12px 16px;text-align:left;vertical-align:middle}.HumintCostTable_costTable__4iBkj th{color:#334155!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td{color:#0f172a!important}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj th:first-child{min-width:120px;white-space:nowrap;width:120px}.HumintCostTable_costTable__4iBkj td:nth-child(2),.HumintCostTable_costTable__4iBkj th:nth-child(2){min-width:60px;width:auto}.HumintCostTable_costTable__4iBkj td:nth-child(3),.HumintCostTable_costTable__4iBkj th:nth-child(3){min-width:190px;width:190px}.HumintCostTable_costTable__4iBkj td:nth-child(4),.HumintCostTable_costTable__4iBkj td:nth-child(5),.HumintCostTable_costTable__4iBkj th:nth-child(4),.HumintCostTable_costTable__4iBkj th:nth-child(5){min-width:170px;text-align:right;width:170px}.HumintCostTable_costTable__4iBkj td:nth-child(6),.HumintCostTable_costTable__4iBkj th:nth-child(6){min-width:180px;text-align:right;width:180px}.HumintCostTable_costTable__4iBkj tbody tr:last-child td{border-bottom:none}.HumintCostTable_costTable__4iBkj td:first-child{background-color:#fff!important;border-right:none!important}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj td:nth-child(2){color:#0f172a!important;font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td:nth-child(2){line-height:1.5;word-break:break-word}.HumintCostTable_loadingCell__i4U\+N,.HumintCostTable_noDataCell__tUAGE{color:#6b7280;font-size:15px;font-style:normal!important;padding:40px!important;text-align:center;vertical-align:middle}.HumintCostTable_utilityValue__WlsFv{color:#0f172a!important;display:inline-block;font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costAmount__nV5GZ,.HumintCostTable_taxAmount__PT94L,.HumintCostTable_totalAmount__vY9U9{color:#0f172a!important;display:block;font-size:16px!important;font-style:italic!important;font-weight:700!important;line-height:1.4;text-align:right}.HumintCostTable_tableEmptyStrip__SdnNN{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;height:60px;margin-top:10px;width:100%}.HumintCostTable_totalBox__7cvzC{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:4px;display:flex;gap:12px;justify-content:flex-start;margin:20px 0 10px;padding:16px 20px}.HumintCostTable_totalLabel__LFHkn{white-space:nowrap}.HumintCostTable_totalLabel__LFHkn,.HumintCostTable_totalValue__XzBVC{color:#0f172a;font-size:15px;font-style:italic;font-weight:700}.HumintCostTable_btnGreen__TNPWr{background:#22c55e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;margin-top:16px;min-width:180px;padding:14px 20px;transition:all .2s ease;width:auto}.HumintCostTable_btnGreen__TNPWr:hover{background:#16a34a}@media (max-width:1199px){.HumintCostTable_costTable__4iBkj{font-size:15px}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{height:48px;padding:10px 12px}.HumintCostTable_costTable__4iBkj th{color:#334155!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td{color:#0f172a!important}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj th:first-child{min-width:100px;width:100px}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj td:nth-child(2){color:#0f172a!important;font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_utilityValue__WlsFv{font-size:16px!important;font-style:italic!important}}@media (max-width:991px){.HumintCostTable_formCard__TcP9F{padding:20px 24px}.HumintCostTable_formTitle__Ob5I0{font-size:16px;font-style:italic;font-weight:700}.HumintCostTable_costTable__4iBkj th{color:#334155!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td{color:#0f172a!important}}@media (max-width:767px){.HumintCostTable_formCard__TcP9F{border-radius:14px;padding:18px 20px}.HumintCostTable_formTitle__Ob5I0{font-size:16px;font-style:italic;font-weight:700}.HumintCostTable_costTable__4iBkj th{color:#334155!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td{color:#0f172a!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{height:44px;padding:8px 10px}.HumintCostTable_costTable__4iBkj{display:block;overflow-x:auto;white-space:nowrap}.HumintCostTable_costTable__4iBkj td:nth-child(n),.HumintCostTable_costTable__4iBkj th:nth-child(n){min-width:auto!important;width:auto!important}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj th:first-child{min-width:90px!important;width:90px!important}.HumintCostTable_costTable__4iBkj td:first-child,.HumintCostTable_costTable__4iBkj td:nth-child(2){color:#0f172a!important;font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_tableEmptyStrip__SdnNN{height:50px}.HumintCostTable_totalBox__7cvzC{gap:10px;justify-content:flex-start;padding:14px 16px}.HumintCostTable_totalLabel__LFHkn{font-size:16px}.HumintCostTable_totalValue__XzBVC{font-size:17px}.HumintCostTable_btnGreen__TNPWr{min-width:auto;width:100%}}@media (max-width:575px){.HumintCostTable_formCard__TcP9F{border-radius:12px;padding:15px 18px}.HumintCostTable_formTitle__Ob5I0{font-size:16px;font-style:italic;font-weight:700;margin-bottom:16px}.HumintCostTable_costTable__4iBkj th{color:#334155!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td{color:#0f172a!important}.HumintCostTable_totalBox__7cvzC{align-items:center;flex-direction:row;gap:8px;justify-content:flex-start}.HumintCostTable_totalLabel__LFHkn,.HumintCostTable_totalValue__XzBVC{white-space:nowrap}.HumintCostTable_costTable__4iBkj td:first-child{color:#0f172a!important;font-size:16px!important;font-style:italic!important;font-weight:700!important}.HumintCostTable_costTable__4iBkj td,.HumintCostTable_costTable__4iBkj th{height:40px}}.ButtonSection_footerCard__NLUB9{background:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px;margin-top:20px;padding:20px 28px;width:100%}.ButtonSection_buttonContainer__HMUno{align-items:center;display:flex;justify-content:flex-start;width:100%}.ButtonSection_buttonRow__3o5hp{display:flex;gap:16px;width:100%}.ButtonSection_btnSecondary__WiAI0{background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border:none;border-radius:4px;box-shadow:0 2px 8px #2563eb4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-style:italic;font-weight:700;letter-spacing:.3px;min-width:220px;padding:16px 28px;transition:all .3s ease}.ButtonSection_btnSecondary__WiAI0:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca)!important;box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.ButtonSection_btnSecondary__WiAI0:active{background:linear-gradient(135deg,#1e40af,#3730a3)!important;box-shadow:0 2px 8px #2563eb4d;transform:translateY(0)}.ButtonSection_btnSecondary__WiAI0:focus{box-shadow:0 0 0 3px #2563eb66;outline:none}.ButtonSection_btnPrimary__35u1f{background:#fff!important;border:2px solid #2563eb!important;border-radius:4px;box-shadow:0 2px 8px #2563eb1a;color:#2563eb!important;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-style:italic;font-weight:700;letter-spacing:.3px;min-width:220px;padding:16px 28px;transition:all .3s ease}.ButtonSection_btnPrimary__35u1f:hover{background:#f0f4ff!important;border-color:#1d4ed8!important;box-shadow:0 6px 16px #2563eb33;color:#1d4ed8!important;transform:translateY(-2px)}.ButtonSection_btnPrimary__35u1f:active{background:#e0e7ff!important;box-shadow:0 2px 8px #2563eb1a;transform:translateY(0)}.ButtonSection_btnPrimary__35u1f:focus{box-shadow:0 0 0 3px #2563eb33;outline:none}@media (max-width:1199px){.ButtonSection_footerCard__NLUB9{border-radius:16px;padding:18px 24px}.ButtonSection_btnPrimary__35u1f,.ButtonSection_btnSecondary__WiAI0{min-width:200px;padding:15px 24px}}@media (max-width:991px){.ButtonSection_footerCard__NLUB9{border-radius:14px;padding:16px 20px}.ButtonSection_btnPrimary__35u1f,.ButtonSection_btnSecondary__WiAI0{font-size:16px;min-width:180px;padding:14px 20px}.ButtonSection_buttonRow__3o5hp{gap:12px}}@media (max-width:767px){.ButtonSection_footerCard__NLUB9{border-radius:12px;padding:16px 18px}.ButtonSection_buttonRow__3o5hp{flex-direction:column;gap:10px}.ButtonSection_btnPrimary__35u1f,.ButtonSection_btnSecondary__WiAI0{min-width:auto;padding:14px 20px;width:100%}.ButtonSection_btnPrimary__35u1f{border-width:1.5px}}@media (max-width:575px){.ButtonSection_footerCard__NLUB9{border-radius:10px;padding:14px 16px}.ButtonSection_btnPrimary__35u1f,.ButtonSection_btnSecondary__WiAI0{border-radius:8px;font-size:15px;padding:12px 18px}.ButtonSection_btnPrimary__35u1f{border-width:1px}}@media (max-width:319px){.ButtonSection_footerCard__NLUB9{padding:12px 14px}.ButtonSection_btnPrimary__35u1f,.ButtonSection_btnSecondary__WiAI0{font-size:16px;padding:10px 15px}}.Header_container__\+P9mv{display:flex;justify-content:center;margin-top:16px;width:100%}.Header_box__Nmn7v{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a14;display:flex;gap:32px;max-width:1500px;padding:16px 22px;width:96%}.Header_backBtn__3hdh0{align-items:center;background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 4px 12px #6d28d940;color:#fff;cursor:pointer;display:flex;font-size:16px;font-style:italic;font-weight:600;gap:8px;padding:10px 20px;transition:transform .15s ease,box-shadow .15s ease}.Header_backBtn__3hdh0:hover{box-shadow:0 6px 18px #6d28d94d;transform:translateY(-1px)}.Header_backBtnIcon__wRHm9{stroke:#fff;align-items:center;display:flex;justify-content:center}.Header_title__UThaj{color:#0f172a;font-size:20px;font-style:italic;font-weight:700}.CheckboxSection_container__j7ajg{display:flex;justify-content:center;margin-top:20px;width:100%}.CheckboxSection_row__jBDaC{display:flex;gap:16px;max-width:1500px;width:96%}.CheckboxSection_card__Co29u{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:4px;box-shadow:0 8px 20px #0f172a14;cursor:pointer;display:flex;flex:1 1;gap:12px;padding:22px 20px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.CheckboxSection_cardActive__XDkWY{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e526}.CheckboxSection_card__Co29u:hover{border-color:#94a3b8}.CheckboxSection_radioWrapper__7zRIQ{margin-top:4px}.CheckboxSection_radioOuter__ZfNHJ{align-items:center;background:#fff;border:2px solid #cbd5f5;border-radius:999px;display:inline-flex;height:18px;justify-content:center;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:18px}.CheckboxSection_radioOuterActive__5iFXB{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 3px #818cf859}.CheckboxSection_radioInner__COYAP{background:radial-gradient(circle,#4f46e5 0,#22c1c3 100%);border-radius:999px;height:8px;width:8px}.CheckboxSection_textBlock__Arj4J{display:flex;flex-direction:column;gap:4px}.CheckboxSection_title__nkEsy{color:#0f172a;font-size:18px;font-style:italic;font-weight:700}.CheckboxSection_subtitle__BNaqe{color:#64748b;font-size:16px;font-style:italic;font-weight:500}.ProjectBasePopUp_wrapper__5xoUl{display:flex;justify-content:center;width:100%}.ProjectBasePopUp_box__skBfA{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;max-width:1500px;padding:24px;width:96%}.ProjectBasePopUp_title__eSeQt{color:#0f172a;font-size:18px;font-style:italic;font-weight:700;margin-bottom:14px}.ProjectBasePopUp_topRow__FWyOo{align-items:flex-end;display:flex;gap:24px;margin-bottom:16px}.ProjectBasePopUp_filterGroup__huyAW,.ProjectBasePopUp_searchGroup__OX\+Jo{display:flex;flex-direction:column;gap:6px}.ProjectBasePopUp_label__xtL1T{color:#94a3b8;font-size:18px}.ProjectBasePopUp_searchWrapper__xKkzc{margin-bottom:12px;max-width:100%;width:560px}.ProjectBasePopUp_footerCard__K2Qb-{align-items:center!important;color:#6b7280!important;display:flex!important;font-size:16px!important;justify-content:end!important;margin-bottom:32px!important;padding:10px 18px!important}.ProjectBasePopUp_footerLeft__vBA5V{align-items:center!important;display:flex!important;gap:6px!important}.ProjectBasePopUp_footerSelect__ruqXZ{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;font-size:16px!important;padding:4px 10px!important}.ProjectBasePopUp_footerRight__Kk9H9 strong{color:#111827!important}.ProjectBasePopUp_span__NHudl{font-size:16px!important;font-weight:600!important}.ProjectBasePopUp_emptyState__GGxmC{color:#9aa3c2;padding:18px;text-align:center}.ProjectBasePopUp_searchInput__5jnf3{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#111827;font-size:16px!important;padding:12px 16px;width:100%}.ProjectBasePopUp_searchInput__5jnf3:focus{background-color:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f126!important}.ProjectBasePopUp_filterBtns__nERl2{display:flex;gap:10px}.ProjectBasePopUp_filterBtn__qnWeZ{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-size:15px;padding:9px 16px}.ProjectBasePopUp_tableWrapper__Q6zRP{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;margin-top:4px;overflow:hidden}.ProjectBasePopUp_table__zIAy7{background:#f8fafc;border-collapse:collapse;width:100%}.ProjectBasePopUp_table__zIAy7 thead{background:#f8fafc}.ProjectBasePopUp_table__zIAy7 th{color:#94a3b8;font-size:18px;font-weight:600;padding:10px 14px;text-align:left}.ProjectBasePopUp_table__zIAy7 tbody{background:#fff}.ProjectBasePopUp_row__dt6Qo td{border-top:1px solid #e2e8f0;color:#0f172a;font-size:16px!important;font-weight:500;padding:10px 14px}.ProjectBasePopUp_radioCell__YbweZ{width:52px}.ProjectBasePopUp_projectCell__TqlbJ{font-weight:600}.ProjectBasePopUp_statusPill__IR3IF{background:#f1f5f9;border-radius:999px;color:#475569;display:inline-flex;font-size:16px;padding:6px 12px}.ProjectBasePopUp_contextWrapper__9P\+mE{margin-top:16px}.ProjectBasePopUp_contextTitle__5Ap56{color:#94a3b8;font-size:18px;font-weight:600;margin-bottom:8px}.ProjectBasePopUp_contextRow__Hvijp{background:#f8fafc;border-radius:4px;display:flex;flex-wrap:wrap;font-size:16px;gap:8px;padding:10px 12px}.ProjectBasePopUp_contextTag__nmxJj{background:#e5e7eb;border-radius:4px;color:#475569;font-size:16px!important;font-weight:600;padding:5px 10px}.ProjectBasePopUp_contextValue__Ua7Yh{color:#0f172a}.ProjectBasePopUp_buttonRow__eBvDT{margin-top:18px}.ProjectBasePopUp_continueBtn__OFYBh{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:11px 30px}.CustumPop_wrapper__omr80{display:flex;justify-content:center;margin-top:20px;width:100%}.CustumPop_box__5BhMJ{background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a14;max-width:1500px;padding:24px 32px 28px;width:96%}.CustumPop_title__7fc0y{color:#0f172a;font-size:16px;font-style:italic;font-weight:700}.CustumPop_subtitle__Yxbuw{color:#64748b;font-size:15px;margin-top:6px}.CustumPop_form__Kp6yN{display:flex;flex-direction:column;gap:14px;margin-top:18px}.CustumPop_row__wOh6T{display:flex;gap:14px}.CustumPop_field__Dhrst{display:flex;flex:1 1;flex-direction:column;gap:4px}.CustumPop_fieldWide__g\+elF{flex:1.4 1}.CustumPop_label__DEMf1{color:#94a3b8;font-size:18px}.CustumPop_input__cqqrQ{font-size:16px}.CustumPop_input__cqqrQ,.CustumPop_select__hlO-q{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;outline:none;padding:12px 16px;width:100%}.CustumPop_select__hlO-q{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill=%27gray%27 height=%2716%27 width=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M4 6l4 4 4-4z%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;font-size:15px}.CustumPop_select__hlO-q:focus{background-color:#f8fafc!important}.CustumPop_inputError__2yyXC{background:#fef2f2;border-color:#ef4444}.CustumPop_errorText__428nl{color:#ef4444;font-size:15px}.CustumPop_buttonRow__LSlS2{margin-top:22px}.CustumPop_continueBtn__c9RI4{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:11px 30px}.Header_container__2R3Dg{display:flex;justify-content:center;margin-top:16px;width:100%}.Header_box__LDdyi{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a14;display:flex;gap:32px;max-width:1500px;padding:16px 22px;width:96%}.Header_backBtn__RFq3o{align-items:center;background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 4px 12px #6d28d940;color:#fff;cursor:pointer;display:flex;font-size:16px;font-style:italic;font-weight:600;gap:8px;padding:10px 20px;transition:transform .15s ease,box-shadow .15s ease}.Header_backBtn__RFq3o:hover{box-shadow:0 6px 18px #6d28d94d;transform:translateY(-1px)}.Header_backBtnIcon__rhHw5{stroke:#fff;align-items:center;display:flex;justify-content:center}.Header_title__-dOcr{color:#0f172a;font-size:20px;font-style:italic;font-weight:700}.RequestForm_wrapper__-0Gtc{display:flex;justify-content:center;width:100%}.RequestForm_form__fPOOl{display:flex;flex-direction:column;gap:12px;width:100%}.RequestForm_card__37wAc{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;padding:24px}.RequestForm_sectionTitle__NLdg6{color:#64748b;font-size:18px!important;font-weight:600;margin-bottom:12px}.RequestForm_contextGrid__wTU9w{grid-gap:16px 24px;display:grid;gap:16px 24px;grid-template-columns:repeat(4,minmax(0,1fr))}.RequestForm_field__94q6f{display:flex;flex-direction:column}.RequestForm_span2__4z2FB{grid-column:span 2}.RequestForm_label__mP6Rk{color:#444;font-size:18px;font-style:normal;font-weight:400;margin-bottom:6px}.RequestForm_inline__fVC4A{align-items:center;display:flex;gap:10px}.RequestForm_input__LvW1C{background-color:#f9fafb!important;border:1px solid #e5e7eb;border-radius:4px;color:#111827!important;flex:1 1;font-size:16px;outline:none;padding:14px 16px}.RequestForm_input__LvW1C:focus,.RequestForm_textarea__arKXr:focus,select:focus,textarea:focus{background-color:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f126!important;outline:none!important}.RequestForm_textarea__arKXr{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:15px;min-height:110px;padding:14px;resize:vertical}.RequestForm_inputError__BW-Qh{border-color:#ef4444!important}.RequestForm_errorText__JCBB\+{color:#b91c1c;font-size:15px;margin-top:4px}.RequestForm_textareaGridFull__C133n{display:grid;grid-template-columns:1fr;margin-bottom:24px}.RequestForm_textareaGridTwo__e2kHs{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.RequestForm_singleRow__\+VyzX{margin-top:16px}.RequestForm_attachWrapper__4MnJc{margin-top:8px}.RequestForm_attachBtn__q2H5D{background-color:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-style:italic;font-weight:700;height:46px;width:250px}.RequestForm_attachBtn__q2H5D:hover{opacity:.9}.RequestForm_hiddenFileInput__VfGI8{display:none}.RequestForm_fileList__Pshbu{display:flex;flex-direction:column;gap:8px;margin-top:12px}.RequestForm_fileItem__wovBB{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.RequestForm_fileName__T3z71{color:#0f172a;font-size:15px}.RequestForm_removeBtn__qHiqG{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:16px;font-weight:600}.RequestForm_actions__AJktL{display:flex;justify-content:flex-end;margin-top:8px}.RequestForm_submitBtn__U3Rng{background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:4px;box-shadow:0 8px 20px #6d28d94d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 24px;transition:transform .15s ease,box-shadow .15s ease}.RequestForm_submitBtn__U3Rng:hover{box-shadow:0 10px 26px #6d28d959;transform:translateY(-1px)}@media (max-width:1024px){.RequestForm_contextGrid__wTU9w{grid-template-columns:repeat(2,minmax(0,1fr))}.RequestForm_span2__4z2FB{grid-column:span 2}.RequestForm_textareaGridTwo__e2kHs{grid-template-columns:1fr}}@media (max-width:640px){.RequestForm_form__fPOOl{width:100%}.RequestForm_inline__fVC4A{align-items:stretch;flex-direction:column}}.Button_wrapper__DZJlB{display:flex;justify-content:center;width:100%}.Button_card__fqBCM{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;padding:24px;width:100%}.Button_label__6quxZ{color:#0f172a;font-size:15px;font-weight:600;margin-bottom:10px}.Button_btnRow__4anDA{display:flex;gap:12px}.Button_btn__FJ7J8{border:none;border-radius:4px;box-shadow:0 4px 10px #0f172a26;color:#fff;cursor:pointer;font-size:15px;font-style:italic;font-weight:600;padding:12px 14px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;white-space:nowrap}.Button_btnPrimary__XMfaS{background:#22c55e}.Button_btnSecondary__XgWFK{background:#111827}.Button_btnTertiary__9L8ql{background:#0ea5e9}.Button_btn__FJ7J8:hover{box-shadow:0 6px 14px #0f172a33;filter:brightness(1.03);transform:translateY(-1px)}@media (max-width:640px){.Button_btnRow__4anDA{flex-wrap:wrap}}.SearchBar_container__xpNoW{display:flex;justify-content:center;margin-top:16px;width:100%}.SearchBar_box__5\+cMU{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a0f;display:flex;gap:24px;max-width:1500px;padding:12px 18px;width:96%}.SearchBar_searchWrapper__Aw\+u9{flex:1 1;margin-top:25px;position:relative}.SearchBar_searchIcon__VxRyz{color:#9ca3af;font-size:16px;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.SearchBar_searchInput__nbUA7{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#111827;font-size:16px!important;height:39px!important;line-height:39px;outline:none;padding-left:40px!important;transition:.15s ease;width:100%}.SearchBar_searchInput__nbUA7::placeholder{color:#9ca3af}.SearchBar_searchInput__nbUA7:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.SearchBar_filters__KcNN5{align-items:flex-end;display:flex;gap:16px}.SearchBar_filterGroup__Cy-AJ{display:flex;flex-direction:column;gap:6px}.SearchBar_filterLabel__oXsn7{color:#6b7280;font-size:18px;font-weight:600}.SearchBar_selectBtn__hL8b8{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;font-size:16px;font-weight:500;height:39px!important;padding:10px 14px;transition:.15s ease}.SearchBar_selectBtn__hL8b8:hover{background-color:#f3f4f6;border-color:#d1d5db}.SearchBar_approveBtn__jZZUq{align-self:flex-end;background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:39px!important;padding:11px 18px;transition:.15s ease}.SearchBar_approveBtn__jZZUq:hover{background-color:#16a34a;transform:translateY(-1px)}@media (max-width:900px){.SearchBar_box__5\+cMU{align-items:stretch;flex-direction:column;gap:12px}.SearchBar_filters__KcNN5{flex-wrap:wrap;justify-content:flex-start;width:100%}}.RequestDetailForm_wrapper__cc0dH{display:flex;justify-content:center;width:100%}.RequestDetailForm_form__THDJ\+{width:100%}.RequestDetailForm_card__TsmfZ{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;margin-bottom:16px;padding:24px}.RequestDetailForm_sectionTitle__PE5-L{color:#64748b;font-size:18px!important;margin-bottom:16px}.RequestDetailForm_contextGrid__JQjJn{grid-gap:16px 24px;display:grid;gap:16px 24px;grid-template-columns:repeat(4,minmax(0,1fr))}.RequestDetailForm_field__\+nXtI{display:flex;flex-direction:column;font-size:18px!important}.RequestDetailForm_span2__w9e\+F{grid-column:span 2}.RequestDetailForm_label__X6LX4{color:#444;font-size:18px;font-weight:400;margin-bottom:6px}.RequestDetailForm_inline__BaGRc{align-items:center;display:flex;gap:10px}.RequestDetailForm_input__pX5CQ{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;flex:1 1;font-size:16px!important;outline:none;padding:9px 11px}.RequestDetailForm_input__pX5CQ:focus,.RequestDetailForm_textarea__0BbAl:focus,select:focus,textarea:focus{background-color:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f126!important;outline:none!important}.RequestDetailForm_textarea__0BbAl{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:16px!important;min-height:110px;padding:14px;resize:vertical}.RequestDetailForm_inputError__Epih7{border-color:#ef4444!important}.RequestDetailForm_errorText__4PhmU{color:#b91c1c;font-size:15px;margin-top:4px}.RequestDetailForm_textareaGridFull__ll1Rh{display:grid;grid-template-columns:1fr;margin-bottom:24px}.RequestDetailForm_textareaGridTwo__meEXe{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.RequestDetailForm_singleRow__HrqP2{margin-top:16px}.RequestDetailForm_actions__5GVKk{display:flex;justify-content:flex-end;margin-top:8px}.RequestDetailForm_submitBtn__S\+PFz{background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 8px 20px #6d28d94d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 24px;transition:transform .15s ease,box-shadow .15s ease}.RequestDetailForm_submitBtn__S\+PFz:hover{box-shadow:0 10px 26px #6d28d959;transform:translateY(-1px)}.RequestDetailForm_sectionHeaderRow__QupUP{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.RequestDetailForm_sectionHint__QFf-L{color:#9ca3af;font-size:15px}.RequestDetailForm_dropzonecard__8SJdl{border-radius:12px;margin-top:20px;padding:20px}.RequestDetailForm_sectionTitle__PE5-L{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:12px}.RequestDetailForm_dropzone__VZfyB{background:#eff6ff;border:2px dashed #3b82f6;border-radius:4px;color:#1e3a8a;cursor:pointer;font-weight:500;margin-bottom:15px;padding:30px;text-align:center;transition:all .3s ease}.RequestDetailForm_dropzone__VZfyB:hover{background:#dbeafe;border-color:#2563eb}.RequestDetailForm_fileList__S5Y8C{display:flex;flex-direction:column;gap:8px;margin-top:10px}.RequestDetailForm_fileItem__jqnSa{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 4px #00000014;display:flex;font-size:14px;justify-content:space-between;padding:8px 12px}.RequestDetailForm_fileLeft__feGz\+{align-items:center;display:flex;gap:10px;overflow:hidden}.RequestDetailForm_fileIcon__l2y2g{font-size:16px}.RequestDetailForm_fileName__jZ09l{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RequestDetailForm_deleteFile__Xw4wb{color:#ef4444;cursor:pointer;font-size:16px;font-weight:700}.RequestDetailForm_deleteFile__Xw4wb:hover{color:#b91c1c}@media (max-width:500px){.RequestDetailForm_dropzone__VZfyB{font-size:14px;padding:20px}.RequestDetailForm_fileItem__jqnSa{font-size:13px;padding:8px 10px}}@media (max-width:1024px){.RequestDetailForm_contextGrid__JQjJn{grid-template-columns:repeat(2,minmax(0,1fr))}.RequestDetailForm_span2__w9e\+F{grid-column:span 2}.RequestDetailForm_textareaGridTwo__meEXe{grid-template-columns:1fr}}@media (max-width:640px){.RequestDetailForm_form__THDJ\+{width:100%}.RequestDetailForm_inline__BaGRc{align-items:stretch;flex-direction:column}}.Button_wrapper__jQ-l0{display:flex;justify-content:center;width:100%}.Button_card__eKWkR{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;padding:24px;width:100%}.Button_title__MXMoT{color:#64748b;font-size:18px!important;font-weight:600;margin-bottom:10px}.Button_actionsRow__ubbDJ{display:flex;flex-wrap:wrap;gap:12px}.Button_btn__GNlTa{border:none;border-radius:4px!important;box-shadow:0 6px 16px #0f172a2e;color:#fff;cursor:pointer;font-size:16px!important;font-weight:600;outline:none;padding:9px 22px;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.Button_btn__GNlTa:hover{box-shadow:0 8px 22px #0f172a38;transform:translateY(-1px)}.Button_btn__GNlTa:active{box-shadow:0 4px 12px #0f172a33;transform:translateY(0)}.Button_btnApprove__wer--{background-color:#22c55e}.Button_btnReject__-AyiT{background-color:#ef4444}.Button_btnClarify__q413p{background:linear-gradient(90deg,#8b5cf6,#6366f1)}.Button_btnPrint__k16Y4{background-color:#0ea5e9}@media (max-width:640px){.Button_card__eKWkR{padding:14px 14px 16px}.Button_btn__GNlTa{text-align:center;width:100%}}.Clarification_wrapper__mN5dB{display:flex;justify-content:center;width:100%}.Clarification_card__ZAOoO{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a14;display:flex;flex-direction:column;padding:18px 22px 20px;width:100%}.Clarification_title__JmPae{color:#64748b;font-size:15px;font-weight:600;margin-bottom:4px}.Clarification_subtitle__atZqW{color:#9ca3af;font-size:15px;margin-bottom:12px}.Clarification_chatThread__RwnOm{background:#f9fafb;border:1px solid #e2e8f0;border-radius:4px;display:flex;flex:1 1;flex-direction:column;gap:10px;margin-bottom:4px;max-height:350px;min-height:120px;overflow-y:auto;padding:24px;width:100%}.Clarification_emptyState__v4raM{color:#9ca3af;font-size:16px;font-style:italic}.Clarification_chatRow__V4Nq9{display:flex;width:100%}.Clarification_chatRowOwn__\+j1xV{justify-content:flex-end}.Clarification_chatRowOther__JTIZA{justify-content:flex-start}.Clarification_bubble__sQ-j0{border-radius:4px;box-shadow:0 2px 6px #0f172a26;font-size:15px;line-height:1.35;max-width:70%;padding:10px 14px}.Clarification_chatRowOwn__\+j1xV .Clarification_bubble__sQ-j0{background:linear-gradient(90deg,#4f46e5,#6366f1);color:#fff}.Clarification_chatRowOther__JTIZA .Clarification_bubble__sQ-j0{background:#e5e7eb;color:#1f2937}.Clarification_bubbleHeader__KJKkq{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}.Clarification_bubbleName__DbGYq{font-size:15px;font-weight:600}.Clarification_bubbleTime__xyYyP{font-size:10px;opacity:.8}.Clarification_bubbleMessage__uUcRA{margin-top:2px;white-space:pre-wrap}.Clarification_textarea__bremb{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;min-height:110px;outline:none;padding:12px 14px;resize:vertical;transition:all .2s ease;width:100%}.Clarification_textarea__bremb:focus{background-color:#f8fafc!important;border-color:#6366f1;box-shadow:0 0 0 1px #6366f140}.Clarification_actionsRow__8ncg-{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:12px}.Clarification_btn__2ND8H{border:none;border-radius:12px;box-shadow:0 6px 16px #0f172a26;cursor:pointer;font-size:15px;font-weight:600;outline:none;padding:9px 22px;transition:transform .15s ease,box-shadow .15s ease}.Clarification_btn__2ND8H:disabled{cursor:not-allowed;opacity:.6}.Clarification_btn__2ND8H:hover:not(:disabled){box-shadow:0 8px 22px #0f172a38;transform:translateY(-1px)}.Clarification_btnSecondary__FjcdU{background:linear-gradient(90deg,#f87171,#dc2626);color:#fff}.Clarification_btnPrimary__H44mI{background:linear-gradient(90deg,#8b5cf6,#6366f1);color:#fff}@media (max-width:640px){.Clarification_card__ZAOoO{padding:14px}.Clarification_chatThread__RwnOm{max-height:280px}.Clarification_actionsRow__8ncg-{align-items:stretch;flex-direction:column-reverse}.Clarification_btn__2ND8H{text-align:center;width:100%}.Clarification_bubble__sQ-j0{max-width:100%}}.ProjectRequest_page__9r-WX{min-height:100vh;width:100%}.ProjectRequest_pageWrapper1__BjLza{display:flex;justify-content:center;min-height:100vh}.ProjectRequest_headerWrapper__LKMuj{display:flex;justify-content:center;width:100%}.ProjectRequest_headerCard__2KtQA{background:#fff;border-radius:18px;box-shadow:0 8px 22px #0f235f0f;margin-top:1.6rem;padding:1rem 3%;width:100%}.ProjectRequest_headerInner__THq6R{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.ProjectRequest_backLink__k1YQB{background:#0000;background:linear-gradient(150deg,#4f46e5,#1ec6cd);border:none;border-radius:16px;color:#6e7aa8;color:#fff;cursor:pointer;font-size:.9rem;font-size:16px;font-weight:600;left:0;min-width:12rem;padding:8px 14px;padding-inline:.4rem;position:absolute}.ProjectRequest_backLink__k1YQB:hover{text-decoration:underline}.ProjectRequest_headerTitle__SUX1r{color:#1c1e2e;font-size:1.45rem;font-weight:700;margin:0}.ProjectRequest_formWrapper__YHDBC{display:flex;justify-content:center;width:100%}.ProjectRequest_formCard__JH1HN{background:#fff;border-radius:4px;box-shadow:0 18px 40px #0f235f17;padding:30px 32px;width:100%}.ProjectRequest_section__-wZZx{width:100%}.ProjectRequest_sectionTitle__NcXdg{color:#0f172a;font-size:18px!important;font-weight:bolder;margin-bottom:2.2rem}.ProjectRequest_sectionGrid__gH6UM{grid-column-gap:28px;grid-row-gap:28px;column-gap:28px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:28px}.ProjectRequest_gridItem__NKixg{font-size:18px!important;min-width:0;position:relative}.ProjectRequest_span2Left__Pzr-q{grid-column:1/3}.ProjectRequest_span2Right__3GZEj{grid-column:3/5}.ProjectRequest_main2__E80UX{width:100%}.ProjectRequest_label__k9f9M{color:#334155;display:flex;flex-direction:column;font-size:18px;font-style:italic;font-weight:700;gap:.4rem}.ProjectRequest_boldLabel__UNi0F{font-weight:700}.ProjectRequest_labelRow__H-1HB{align-items:center;display:flex;gap:.4rem}.ProjectRequest_input__1YyN4{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px!important;box-sizing:border-box;color:#111827!important;font-size:16px!important;font-weight:500;height:50px;outline:none;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ProjectRequest_input__1YyN4:focus{background-color:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.ProjectRequest_input__1YyN4:disabled,.ProjectRequest_textarea__Wyxr6:disabled{background:#f8fafc;border-color:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed}.ProjectRequest_textarea__Wyxr6{background:#f8fafc;border:1px solid #e3e7f5;border-radius:4px;box-sizing:border-box;font-size:16px!important;font-weight:500;outline:none;padding:.75rem .9rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ProjectRequest_textarea__Wyxr6:focus{background-color:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f126!important}.ProjectRequest_textareaTall__tjcA6{min-height:120px}.ProjectRequest_checkboxSquare__MP9hX{height:16px;width:16px}.ProjectRequest_chipRow__sff8Q{align-items:flex-start;display:flex;flex-direction:column;gap:.6rem;margin-top:0}.ProjectRequest_chipRowStandalone__x1Qdu{margin-top:1.8rem}.ProjectRequest_chipRowLabel__m2Sky{color:#334155;font-size:18px;font-style:italic;font-weight:700}.ProjectRequest_chipRowChips__orDkH{display:flex;flex-wrap:wrap;font-size:16px!important;gap:.75rem}.ProjectRequest_chip__lsXuI{background:#f1f5f9;border:1px solid #d7ddf5;border-radius:999px;color:#334155;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;padding:.45rem 1.15rem;transition:background .15s ease,border-color .15s ease,transform .1s ease}.ProjectRequest_chip__lsXuI:hover{background:#eef1ff;border-color:#cdd6ff;transform:translateY(-1px)}.ProjectRequest_chipActive__C8Y5y{background:#e0e7ff;box-shadow:0 4px 12px #4b8dff40;color:#4f46e5!important}.ProjectRequest_selectAnalyst__SK6TH{color:#374151;cursor:pointer;font-size:16px!important;font-weight:600}.ProjectRequest_fullWidthBlock__iuOBi{font-size:18px!important;margin-left:0;margin-right:0;margin-top:1.8rem;width:92%}.ProjectRequest_largeTextarea__XhdDY{min-height:130px}.ProjectRequest_inline__VJTEv{display:flex;gap:30px}.ProjectRequest_fileUploadHalf__G1WFm{margin-left:0;margin-right:0;width:46%}.ProjectRequest_hiddenFileInput__NJwbX{display:none}.ProjectRequest_dropzone__het4V{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;cursor:pointer;margin-top:5px;padding:28px;text-align:center;transition:.2s ease}.ProjectRequest_dropzone__het4V:hover{background:#eef2ff;border-color:#6366f1}.ProjectRequest_halfWidthBlock__wPBwl{margin-top:30px;width:50%}.ProjectRequest_uploadButton__QG9hS{align-items:center;background:#e8ecff;border:1px solid #cdd6ff;border-radius:4px;color:#4b8dff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.45rem;left:10px;padding:.6rem 1.6rem;position:absolute;text-decoration:none;top:10px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;z-index:10}.ProjectRequest_uploadButton__QG9hS:hover{background:#dde5ff;transform:translateY(-1px)}.ProjectRequest_uploadIcon__tFdcB{align-items:center;display:inline-flex;justify-content:center}.ProjectRequest_uploadSvg__w4zkW{stroke:#4b8dff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;height:18px;width:18px}.ProjectRequest_dropZoneText__K32l6{display:block;margin-left:0;margin-top:80px}.ProjectRequest_fileRow__wX4GL{align-items:center;background:#f9fbff;border:1px solid #e3e7f5;border-radius:4px;color:#4a4f6a;display:flex;font-size:.82rem;justify-content:space-between;margin-top:.6rem;padding:.55rem .9rem}.ProjectRequest_fileName__vDU2V{font-size:.82rem;font-weight:600}.ProjectRequest_fileSize__vUAGW{color:#8a8fb3;font-size:.78rem}.ProjectRequest_buttonsCard__4XlCL{background:#fff;border-radius:4px;box-shadow:0 8px 25px #12235f14;margin:12px auto 0;padding:24px;width:100%}.ProjectRequest_actionsRow__wJRNV{display:flex;flex-wrap:wrap;gap:1rem}.ProjectRequest_actionBtn__M9XQj{border:none;border-radius:4px;cursor:pointer;font-size:16px;font-style:italic;font-weight:700;transition:transform .15s ease,box-shadow .15s ease}.ProjectRequest_actionBtn__M9XQj:hover{transform:translateY(-2px)}.ProjectRequest_actionAdd__r5J6C{background:linear-gradient(90deg,#2563eb,#4f46e5);box-shadow:0 2px 6px #00000026;color:#fff;height:44px;width:220px}.ProjectRequest_actionDraft__dANLQ{background:#fff;border:1px solid #2563eb;box-shadow:0 2px 6px #00000026;color:#2563eb;height:44px;width:220px}.ProjectRequest_actionCancel__m\+1Mo{background:#eef2ff;border:1px solid #1e40af;box-shadow:0 2px 6px #00000026;color:#1e40af;height:44px;line-height:44px;width:160px}.ProjectRequest_error-input__kCpuk{border:1px solid red!important}.ProjectRequest_errorText__5h8xx{color:red;font-size:16px;margin-top:3px}.ProjectRequest_selectAnalyst__SK6TH option{font-weight:600}.ProjectRequest_inputError__FfXY4{background-color:#fff8f8!important;border-color:#f44!important}.ProjectRequest_errorMessage__EH1vy{color:#f44;display:block;font-size:16px;margin-top:4px}.ProjectRequest_no-spin-project-request__56\+JI::-webkit-inner-spin-button,.ProjectRequest_no-spin-project-request__56\+JI::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProjectRequest_no-spin-project-request__56\+JI{-moz-appearance:textfield}.ProjectRequest_deleteFileBtn__a4gqs{background:#0000;border:none;color:#ff4d4f;cursor:pointer;font-size:18px;margin-left:10px}.ProjectRequest_deleteFileBtn__a4gqs:hover{color:#ff1a1a}.ProjectRequest_ProjectRequest_dropdownItem__S2RJu__D8NDk,.ProjectRequest_dropdownItem__cuZ0F input{display:flex}.ProjectRequest_multiSelectBox__lfvGK{align-items:center;background:#f8fafc;border:1px solid #e3e7f5;border-radius:4px;box-sizing:border-box;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:50px;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ProjectRequest_multiSelectBox__lfvGK.ProjectRequest_active__J8e1O,.ProjectRequest_multiSelectBox__lfvGK:focus{border-color:#7b8cff;box-shadow:0 0 0 2px #7b8cff26}.ProjectRequest_dropdownList__w3AkG{background:#fff;border:1px solid #e3e7f5;border-radius:10px;box-shadow:0 4px 12px #00000014;margin-top:6px;max-height:180px;overflow-y:auto;padding:6px 0;position:absolute;width:100%;z-index:20}.ProjectRequest_dropdownItem__cuZ0F{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:8px 14px}.ProjectRequest_dropdownItem__cuZ0F:hover{background:#f1f4ff}.ProjectRequest_dropdownItem__cuZ0F input{cursor:pointer}@media (max-width:960px){.ProjectRequest_buttonsCard__4XlCL,.ProjectRequest_formCard__JH1HN,.ProjectRequest_headerCard__2KtQA{padding-left:5%;padding-right:5%;width:92%}.ProjectRequest_sectionGrid__gH6UM{grid-template-columns:1fr}.ProjectRequest_span2Left__Pzr-q,.ProjectRequest_span2Right__3GZEj{grid-column:auto}.ProjectRequest_fileUploadHalf__G1WFm,.ProjectRequest_fullWidthBlock__iuOBi{width:100%}}@media (max-width:640px){.ProjectRequest_headerTitle__SUX1r{font-size:1.1rem}}.AllUser_sectionCard__sUkxr{background:#fff;border-radius:22px;box-shadow:0 18px 45px #0f172a0f;margin-top:24px;padding:18px 20px}.AllUser_sectionHeader__NCtAv{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.AllUser_sectionTitle__t6s4J{color:#111827;font-size:15px;font-weight:600}.AllUser_taxBox__LhBno{align-items:center;color:#6b7280;display:flex;font-size:16px;gap:8px}.AllUser_taxBox__LhBno input{border:1px solid #e5e7eb;border-radius:999px;font-size:15px;padding:6px 8px;text-align:center;width:60px}.AllUser_empTable__Nheqc{margin-top:4px;width:100%}.AllUser_empHeaderRow__b8AZP{background:#f5f7ff;color:#6b7280;font-size:16px;font-weight:600;padding:10px 12px}.AllUser_empHeaderRow__b8AZP,.AllUser_empRow__8kXpg{border-radius:14px;display:grid;grid-template-columns:1.6fr 1.4fr 1.3fr 1.1fr 1.6fr 1.4fr 1.6fr 1.6fr 1.1fr 1.1fr .9fr}.AllUser_empRow__8kXpg{align-items:center;background:#fff;border:1px solid #edf2ff;color:#1e293b;font-size:15px;margin-top:8px;padding:12px;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.AllUser_empRow__8kXpg:hover{background:#f9faff;box-shadow:0 8px 20px #0f172a0a;transform:translateY(-1px)}.AllUser_empCell__7r6fj{align-items:center;display:flex}.AllUser_empCellActions__BuTYP,.AllUser_empCellUser__P28H6{align-items:center;display:flex;gap:10px}.AllUser_empEmptyRow__MvRVM{color:#6b7280;font-size:16px;font-style:italic;margin-top:10px;padding:10px 12px}.AllUser_sectionFooter__5MVAm{color:#6b7280;display:flex;font-size:16px;font-style:italic;justify-content:space-between;margin-top:8px;padding:4px 2px 0}.AllUser_addButton__TcnFI{background:#4f46e5;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:12px;padding:9px 18px}.AllUser_addButton__TcnFI:hover{background:#4338ca}.AllUser_summarySection__S1pIg{background:#fff;border-radius:22px;box-shadow:0 18px 45px #0f172a0f;margin-top:30px;padding:18px 20px 20px}.AllUser_summaryGrid__TSFBF{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.1fr 2fr;margin-top:8px}.AllUser_summaryCard__Qcyo5{border-radius:16px;display:flex;flex-direction:column;justify-content:center;padding:12px 16px}.AllUser_summaryLeft__nTEgf{background:#eef2ff}.AllUser_summaryRight__agD3O{background:#ecfdf5}.AllUser_summaryLabel__tyD0H{color:#6b7280;font-size:16px;margin-bottom:4px}.AllUser_summaryValue__mxfr-{color:#111827;font-size:18px;font-weight:700}.AllUser_modalOverlay__xGEbK{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.AllUser_modal__eMOJ6{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0f172a59;max-width:1100px;padding:20px 22px 18px;width:90%}.AllUser_modalHeader__R9BK-{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.AllUser_modalHeader__R9BK- h3{color:#111827;font-size:18px;font-weight:600}.AllUser_modalClose__rztbn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:18px}.AllUser_modalForm__gTXtY{display:flex;flex-direction:column;gap:12px}.AllUser_modalRow__oQtKP{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1.3fr 1.2fr 1.1fr 1.2fr 1.2fr 2fr}.AllUser_modalField__YTqO5{color:#4b5563;display:flex;flex-direction:column;font-size:16px;gap:4px}.AllUser_modalFieldWide__JzrgC{grid-column:span 2}.AllUser_modalField__YTqO5 input,.AllUser_modalField__YTqO5 select{border:1px solid #e5e7eb;border-radius:10px;font-size:15px;outline:none;padding:8px 10px}.AllUser_modalField__YTqO5 input:focus,.AllUser_modalField__YTqO5 select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.AllUser_modalActions__C8din{display:flex;gap:10px;margin-top:10px}.AllUser_saveBtn__DBqDK{background:#10b981;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:9px 18px}.AllUser_saveBtn__DBqDK:hover{background:#059669}.AllUser_cancelBtn__W9UEd{background:#111827;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:9px 18px}.PageHeader_container__7Uvn5{display:flex;justify-content:center;margin-top:16px;width:100%}.PageHeader_box__dJZyL{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a14;display:flex;gap:60px;max-width:1500px;padding:16px 22px;width:96%}.PageHeader_backBtn__INn5S{align-items:center;background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 4px 12px #6d28d940;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:10px 20px;transition:transform .15s ease,box-shadow .15s ease}.PageHeader_backBtn__INn5S:hover{box-shadow:0 6px 18px #6d28d94d;transform:translateY(-1px)}.PageHeader_backBtnIcon__vOoLe{stroke:#fff;align-items:center;display:flex;justify-content:center}.PageHeader_title__q9k1W{color:#0f172a;font-size:22px;font-weight:700}.SearchBar_container__FrB2Y{display:flex;justify-content:center;width:100%}.SearchBar_box__vxVnz{background:#fff;border-radius:4px;box-shadow:0 8px 20px #0f172a0a;padding:24px;width:100%}.SearchBar_inputWrap__E\+39W{position:relative;width:100%}.SearchBar_icon__Cp85d{color:#9ca3af;font-size:16px;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.SearchBar_input__8wQ-n{background:#f9fafb;border:1px solid #e2e8f0;border-radius:4px;color:#111827;font-size:16px;outline:none;padding:9px 14px 9px 38px;transition:.2s ease;width:70%}.SearchBar_input__8wQ-n::placeholder{color:#9ca3af}.SearchBar_input__8wQ-n:focus{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.EmployeeSection_wrapper__o2lQl{display:flex;justify-content:center;margin-bottom:24px;margin-top:24px;width:100%}.EmployeeSection_card__-5r6P{background:#fff;border-radius:4px;box-shadow:0 18px 45px #0f172a0f;padding:24px;width:100%}.EmployeeSection_sectionHeader__q9XqE{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.EmployeeSection_sectionTitle__23ubz{color:#111827;font-size:15px;font-weight:600}.EmployeeSection_taxBox__KoFXH{align-items:center;display:flex;flex-direction:column;margin-right:400px;padding:6px 16px}.EmployeeSection_taxLabel__N6W8K{color:#6b7280;font-size:15px;font-weight:600;margin-bottom:3px}.EmployeeSection_taxSelect__iD4KB{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#111827;cursor:pointer;font-size:16px;height:35px;outline:none;padding:4px 12px;width:120px}.EmployeeSection_table__tKSQn{width:100%}.EmployeeSection_headerRow__HZhH2{background:#f5f7ff;border-radius:4px;color:#6b7280;display:grid;font-size:16px;font-weight:600;grid-template-columns:1.7fr 2fr 1.5fr 1.2fr 1.7fr 1.4fr 1.6fr 1.6fr 1.1fr 1.1fr .9fr .5fr;padding:10px 12px}.EmployeeSection_headerCell__pcwtr{align-items:center;display:flex}.EmployeeSection_dataRow__vm3tB{align-items:center;background:#fff;border:1px solid #edf2ff;border-radius:4px;color:#1e293b;display:grid;font-size:15px;grid-template-columns:1.7fr 2fr 1.5fr 1.2fr 1.7fr 1.4fr 1.6fr 1.6fr 1.1fr 1.1fr .9fr .5fr;margin-top:8px;padding:12px;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.EmployeeSection_dataRow__vm3tB:hover{background:#f9faff;box-shadow:0 8px 20px #0f172a0a;transform:translateY(-1px)}.EmployeeSection_dataCell__bbtRn{align-items:center;display:flex}.EmployeeSection_dataCellName__wWnBr{align-items:center;display:flex;gap:8px}.EmployeeSection_dot__mmLS3{border-radius:999px;height:10px;width:10px}.EmployeeSection_sectionFooter__2mRQ8{color:#6b7280;display:flex;font-size:16px;font-style:italic;justify-content:space-between;margin-top:8px;padding:4px 2px 0}.EmployeeSection_footerCost__H96By{margin-right:335px}.EmployeeSection_addButton__GQcUp{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:14px;padding:11px 30px;width:200px}.EmployeeSection_addButton__GQcUp:hover{background:#574fdb;transform:translateY(-1px)}.EmployeeSection_actionCell__kbB2w{cursor:pointer}.SummarySection_wrapper__LBuX2{display:flex;justify-content:center;margin-bottom:48px;margin-top:24px;width:100%}.SummarySection_card__tvoFM{background:#fff;border-radius:4px;box-shadow:0 18px 45px #0f172a0f;padding:24px;width:100%}.SummarySection_title__GTBh3{color:#111827;font-size:15px;font-weight:600}.SummarySection_grid__oVMfj{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:10px}.SummarySection_box__391yC{border-radius:4px;display:flex;flex-direction:column;justify-content:center;padding:24px}.SummarySection_leftBox__3f5Ve{background:#eef2ff}.SummarySection_rightBox__Obxly{background:#ecfdf5}.SummarySection_label__-J\+S7{color:#6b7280;font-size:15px;font-weight:600;margin-bottom:4px}.SummarySection_value__jRJ1d{color:#111827;font-size:18px;font-weight:700}.Style_main__Km\+HI{padding:0}.Style_topCard__Fm1K0{align-items:center;background:#fff;border-radius:4px;box-shadow:0 3px 12px #00000012;display:flex;justify-content:space-between;margin-bottom:10px;padding:14px 18px}.Style_titleDiv__aFQQe{display:flex;gap:100px}.Style_cardTitle__q1TnC{align-items:center;color:#0f172a;display:flex;font-size:20px;font-style:italic;font-weight:700;gap:20px;margin:0}.Style_countText__fCK3m{color:#64748b;font-size:16px;font-style:italic;font-weight:700}.Style_tableCard__mHGPU{background:#fff;border-radius:4px;box-shadow:0 3px 12px #00000012;font-weight:700;margin-bottom:10px}.Style_table__9kiz4{width:100%}.Style_tableHeader__MmMO1{background-color:#fafafc;font-size:16px;font-weight:700;opacity:.7;padding:24px}.Style_tableHeader__MmMO1,.Style_tableRow__S1Q4c{border-bottom:1px solid #d3d3d3;display:grid;grid-template-columns:30% 15% 15% 20% 20%}.Style_tableRow__S1Q4c{align-items:center;padding:15px 24px}.Style_col__HTUq8{font-size:16px}.Style_stateBadge__GeWnY{border-radius:12px;font-size:15px;padding:6px 12px}.Style_active__vYcj1{background:#d6fbe6;border:1px solid #22c55e;color:#1a9a4e}.Style_inactive__pZNE9{background:#fffbeb;border:1px solid #f59e0b;color:#92400e}.Style_actions__ge7nk{align-items:center!important;display:flex;justify-content:flex-end}.Style_deleteBtn__is646,.Style_openBtn__isre2{background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;color:#000;cursor:pointer;font-size:16px!important;height:32px!important;min-width:90px!important;padding:6px 10px!important;white-space:nowrap!important}.Style_deleteBtn__is646{margin-left:6px}.Style_pagination__vk2BN{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding:15px 24px}.Style_pagination__vk2BN button{background:#fff;border:1px solid #d1d8ee;border-radius:4px;cursor:pointer;padding:12px}.Style_pagination__vk2BN button:disabled{cursor:not-allowed;opacity:.4}.Style_addCategoryText__bHotv{color:#2563eb;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease;-webkit-user-select:none;user-select:none}.Style_addCategoryText__bHotv:hover{filter:brightness(1.1);text-decoration:underline}.Style_addIcon__-KCtc{font-size:16px}@media (max-width:992px){.Style_tableHeader__MmMO1,.Style_tableRow__S1Q4c{gap:10px;grid-template-columns:1fr;padding:15px 0}.Style_topCard__Fm1K0{align-items:flex-start;flex-direction:column;gap:10px}.Style_actions__ge7nk{justify-content:flex-start}}.style_overlay__B2xFR{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.style_modal__Xcp8O{background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000040;max-width:calc(100% - 24px);overflow:hidden;width:520px}.style_header__Yq3qp{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 18px}.style_title__Xwg2o{font-size:16px;font-weight:800;margin:0}.style_closeBtn__bP0hT{background:#0000;border:none;cursor:pointer;font-size:18px;line-height:1}.style_body__r0xCW{grid-gap:14px;display:grid;gap:14px;padding:18px}.style_errorBox__Cd22Z{background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#9f1239;font-size:15px;font-weight:700;padding:10px 12px}.style_field__yVTlq{display:flex;flex-direction:column;gap:8px}.style_label__NiSVK{color:#0f172a;font-size:18px;font-weight:700}.style_input__VtUpZ,.style_select__yG4pL{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:16px;height:42px;outline:none;padding:0 12px}.style_input__VtUpZ:focus,.style_select__yG4pL:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.style_footer__zwhIP{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 18px}.style_resetBtn__zevgp{background:#fff;border:1px solid #d1d5db;border-radius:6px}.style_addBtn__zW8Um,.style_resetBtn__zevgp{cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__zW8Um{background:#2563eb;border:none;border-radius:6px;color:#fff}.style_addBtn__zW8Um:disabled,.style_resetBtn__zevgp:disabled{cursor:not-allowed;opacity:.5}.CategoryView{background-color:#f3f6f9;height:100vh;position:relative}.page{background-color:#f3f6f9}.chapter-box,.page{align-items:center;display:flex;justify-content:center}.chapter-box{background:#fff;border:2px dashed #4da3ff;border-radius:6px;color:#7a7a7a;cursor:pointer;height:160px;margin-top:100px;width:520px}.form-box{border-radius:6px;display:flex;flex-direction:column;gap:12px;padding:16px}.form-box .textarea,.form-box input{background:#fff;border:none;border-radius:4px;font-size:15px;outline:none;padding:10px;width:100%}.Header_header__K7-xN{align-items:center;background:linear-gradient(90deg,#2f6cf6,#5b5ff5);box-sizing:border-box;color:#fff;display:flex;font-family:Arial,Helvetica,sans-serif;font-weight:700;height:44px;padding:0 14px;position:relative;width:100%}.Header_headerLeft__EZgP3{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:15px;gap:6px}.Header_arrow__Z49Mb{font-size:16px}.Header_headerCenter__rSXUW{font-size:15px;font-weight:500;left:50%;position:absolute;transform:translateX(-50%)}.Header_headerRight__yCtjY{cursor:pointer;font-size:16px;margin-left:auto}.style_popup__7wySk{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_overlay__2wxIO,.style_popup__7wySk{height:100vh;left:0;position:absolute;top:0;width:100vw}.style_overlay__2wxIO{background:#000000bf}.style_wrap__hSosU{background:#fff;border-radius:4px;min-width:400px;z-index:9999}.style_header__HNjNH{border-bottom:1px solid #000000bf;padding:12px 24px}.style_body__HF5Zv{padding:24px}.style_footer__xtFa1{border-top:1px solid #000000bf;padding:12px 24px}.style_titleInput__t5ldM{border:1px solid #d1d5db!important;border-radius:6px;height:42px;margin-bottom:14px;padding:10px 12px}.style_titleInput__t5ldM:focus{border-color:#6b7280!important;outline:none}.style_editorWrap__arJxM .jodit-container{border-radius:6px;overflow:hidden}.style_editorWrap__arJxM .jodit-toolbar__box{border-top-left-radius:6px;border-top-right-radius:6px}.style_footerRow__ZeOr5{justify-content:flex-end}.style_footerRow__ZeOr5,.style_rightBtns__bSEYj{align-items:center;display:flex;gap:10px}.style_deleteBtn__hwNTf{background:#fff;border:2px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-weight:800;height:40px;margin-right:auto;padding:0 14px}.style_deleteBtn__hwNTf:hover{background:#fee2e2}.style_deleteBtn__hwNTf:disabled{cursor:not-allowed;opacity:.5}.style_addBtn__EOrB1{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__EOrB1:hover{background:#1d4ed8}.style_cancelBtn__HIwgq{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_cancelBtn__HIwgq:hover{background:#f3f4f6}.style_addBtn__EOrB1:disabled,.style_cancelBtn__HIwgq:disabled{cursor:not-allowed;opacity:.5}.style_box__yacOM{padding:10px 2px}.style_text__\+9-Xr{font-size:16px;font-weight:700;margin:0;text-align:center}.style_footerRow__yVEAh{align-items:center;display:flex;gap:10px;justify-content:flex-end}.style_cancelBtn__UDvRL{border:1px solid #d1d5db;border-radius:6px;font-weight:700}.style_cancelBtn__UDvRL,.style_deleteBtn__3\+TQk{background:#fff;cursor:pointer;height:40px;padding:0 14px}.style_deleteBtn__3\+TQk{border:2px solid #ef4444;border-radius:6px;color:#ef4444;font-weight:800}.style_cancelBtn__UDvRL:disabled,.style_deleteBtn__3\+TQk:disabled{cursor:not-allowed;opacity:.5}.settings-wrapper{background:#fff;font-family:Arial,sans-serif;padding:40px}.settings-wrapper h1{font-size:26px;margin-bottom:5px}.subtitle{color:#6b7280;margin-bottom:30px}.settings-form{width:100%}.form-row{margin-bottom:20px}.form-row label{display:block;font-size:16px;font-weight:600;margin-bottom:6px}.form-row input{background:#f8fafc;border:1px solid #e3e6ef;border-radius:10px;font-size:16px;padding:14px 16px;transition:.2s;width:100%}.form-row input:focus{border-color:#6c63ff;box-shadow:0 0 0 3px #6c63ff33;outline:none}.save-btn{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 16px}.save-btn:hover{background:linear-gradient(60deg,#2454c3,#4f46e5)}.success{color:#16a34a;font-weight:600;margin-top:15px}.profile-avatar{display:flex;justify-content:start;margin-bottom:25px}.profile-avatar img{border:3px solid #e5e7eb;border-radius:50%;height:150px;object-fit:cover;padding:10px;width:150px}.Style_main__RZDbn{padding:0}.Style_topCard__\+kSQU{align-items:center;background:#fff;border-radius:4px;box-shadow:0 3px 12px #00000012;display:flex;justify-content:space-between;margin-bottom:10px;padding:14px 18px}.Style_titleDiv__-ZGSS{display:flex;gap:100px}.Style_cardTitle__9Dayt{align-items:center;color:#0f172a;display:flex;font-size:20px;font-style:italic;font-weight:700;gap:20px;margin:0}.Style_countText__UfIUh{color:#64748b;font-size:16px;font-style:italic;font-weight:700}.Style_tableCard__uPEEs{background:#fff;border-radius:4px;box-shadow:0 3px 12px #00000012;font-weight:700;margin-bottom:10px}.Style_table__-Tr2o{width:100%}.Style_tableHeader__945M3{background-color:#fafafc;font-size:16px;font-weight:700;opacity:.7;padding:24px}.Style_tableHeader__945M3,.Style_tableRow__0orib{border-bottom:1px solid #d3d3d3;display:grid;grid-template-columns:30% 15% 15% 20% 20%}.Style_tableRow__0orib{align-items:center;padding:15px 24px}.Style_col__bNpcj{font-size:16px}.Style_stateBadge__ETC8r{border-radius:12px;font-size:15px;padding:6px 12px}.Style_active__slpOk{background:#d6fbe6;border:1px solid #22c55e;color:#1a9a4e}.Style_inactive__2Kq2G{background:#fffbeb;border:1px solid #f59e0b;color:#92400e}.Style_actions__1ShLS{align-items:center!important;display:flex;justify-content:flex-end}.Style_deleteBtn__vowcx,.Style_openBtn__Jtn0W{background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;color:#000;cursor:pointer;font-size:16px!important;height:32px!important;min-width:90px!important;padding:6px 10px!important;white-space:nowrap!important}.Style_deleteBtn__vowcx{margin-left:6px}.Style_pagination__TXoM1{align-items:center;display:flex;gap:12px;justify-content:flex-end;padding:15px 24px}.Style_pagination__TXoM1 button{background:#fff;border:1px solid #d1d8ee;border-radius:4px;cursor:pointer;padding:12px}.Style_pagination__TXoM1 button:disabled{cursor:not-allowed;opacity:.4}.Style_addCategoryText__Bkxew{color:#2563eb;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease;-webkit-user-select:none;user-select:none}.Style_addCategoryText__Bkxew:hover{filter:brightness(1.1);text-decoration:underline}.Style_addIcon__dVsjZ{font-size:16px}@media (max-width:992px){.Style_tableHeader__945M3,.Style_tableRow__0orib{gap:10px;grid-template-columns:1fr;padding:15px 0}.Style_topCard__\+kSQU{align-items:flex-start;flex-direction:column;gap:10px}.Style_actions__1ShLS{justify-content:flex-start}}.style_overlay__T7Yno{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.style_modal__mkaag{background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000040;max-width:calc(100% - 24px);overflow:hidden;width:520px}.style_header__osisB{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 18px}.style_title__SUwCd{font-size:16px;font-weight:800;margin:0}.style_closeBtn__t\+RAS{background:#0000;border:none;cursor:pointer;font-size:18px;line-height:1}.style_body__Mgn3Z{grid-gap:14px;display:grid;gap:14px;padding:18px}.style_errorBox__o-g7f{background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#9f1239;font-size:15px;font-weight:700;padding:10px 12px}.style_field__thTEn{display:flex;flex-direction:column;gap:8px}.style_label__t9a95{color:#0f172a;font-size:18px;font-weight:700}.style_input__21wct,.style_select__L\+NEk{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:16px;height:42px;outline:none;padding:0 12px}.style_input__21wct:focus,.style_select__L\+NEk:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.style_footer__M9n48{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:16px 18px}.style_resetBtn__yC4Gx{background:#fff;border:1px solid #d1d5db;border-radius:6px}.style_addBtn__xpTmW,.style_resetBtn__yC4Gx{cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__xpTmW{background:#2563eb;border:none;border-radius:6px;color:#fff}.style_addBtn__xpTmW:disabled,.style_resetBtn__yC4Gx:disabled{cursor:not-allowed;opacity:.5}.style_header__k\+9Dq{background:linear-gradient(90.5deg,#2563ebfa,#4f46e5fa 99.89%);color:#fff;display:flex;justify-content:space-between;padding:12px 24px}.style_wrapper__UJdqm{background:#fff;border-radius:4px;padding:24px;width:300px}.style_wrapper__UJdqm ul{color:#42413e;font-size:16px;font-style:normal;height:100%;list-style:none;margin:0;overflow:auto;padding:0}.style_wrapper__UJdqm>ul>li>span{font-weight:700}.style_nestedList__uFhUJ,.style_wrapper__UJdqm ul li>div>ul,.style_wrapper__UJdqm ul li>ul{border-left:1px solid #00000040;margin-left:7.5px;margin-top:12px;padding-left:12.5px}.style_wrapper__UJdqm>ul>li>ul{margin-left:0;padding-left:20px}.style_wrapper__UJdqm ul li{cursor:pointer;margin-bottom:12px}.style_wrapper__UJdqm ul li>span{align-items:center;display:flex;gap:6px}.style_wrapper__UJdqm ul li span span{display:inline}.style_chapterRow__0dXdw{gap:6px}.style_chapterName__3xXEl,.style_chapterRow__0dXdw,.style_dragIcon__RMbJC{align-items:center;display:flex}.style_chapterName__3xXEl{cursor:pointer}.style_nestedList__uFhUJ li{cursor:pointer;font-size:16px;margin-bottom:3px}.style_addNewItem__ODl0F{color:#9e9c96;cursor:pointer;font-size:16px;font-weight:700;margin-top:6px}.style_addNewItem__ODl0F>span{align-items:center;display:inline-flex;gap:6px}.style_wrapper__hMnp6{display:flex;flex-direction:column;padding:24px}.style_wrapper__hMnp6 h1{text-align:center}.style_placeholder__xaKTR{color:#999;cursor:pointer;font-style:italic}.style_wrapper__PtSzD{display:flex;flex-direction:column;gap:24px}.Task_item__w55x1{background:#fff;border-radius:8px;cursor:pointer;list-style:none;padding:5px 20px;transition:.2s ease}.Task_name__LOURB{color:#222;display:block;font-size:16px;font-weight:600;margin-bottom:20px!important}.Task_table__IYey\+{border:1px solid #d3d3d3;border-collapse:collapse;margin-bottom:40px;width:100%}.Task_tabledata__sRxSE,.Task_tablehead__8XALx{border:none;padding:20px!important;text-align:start!important;width:auto!important}.Task_tablerow__ot-ww{border-bottom:1px solid #d3d3d3!important}.style_container__oQz\+H{display:flex;flex-direction:column;font-style:normal;padding:24px}.style_container__oQz\+H h1{font-size:24px}.style_container__oQz\+H h2{font-size:20px}.style_chapters__QHF8W{display:flex;flex-direction:column;gap:36px}.style_titleInput__YaXwN{border:1px solid #d1d5db!important;border-radius:6px;height:42px;margin-bottom:14px;padding:10px 12px}.style_titleInput__YaXwN:focus{border-color:#6b7280!important;outline:none}.style_editorWrap__J36Jf .jodit-container{border-radius:6px;overflow:hidden}.style_footerRow__ge5VC{justify-content:flex-end}.style_footerRow__ge5VC,.style_rightBtns__rhyV-{align-items:center;display:flex;gap:10px}.style_deleteBtn__SL8sx{background:#fff;border:2px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-weight:800;height:40px;margin-right:auto;padding:0 14px}.style_deleteBtn__SL8sx:hover{background:#fee2e2}.style_deleteBtn__SL8sx:disabled{cursor:not-allowed;opacity:.5}.style_cancelBtn__PlfRO{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_cancelBtn__PlfRO:hover{background:#f3f4f6}.style_addBtn__M\+0x2{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__M\+0x2:hover{background:#1d4ed8}.style_addBtn__M\+0x2:disabled,.style_cancelBtn__PlfRO:disabled{cursor:not-allowed;opacity:.5}.style_editorWrap__J36Jf .jodit-toolbar__box{border-top-left-radius:6px;border-top-right-radius:6px}.style_formGrid__zpyzB{grid-gap:14px;display:grid;gap:14px}.style_fieldRow__jzWtR{display:flex;flex-direction:column;gap:8px}.style_label__elw1a{color:#0f172a;font-size:18px;font-weight:700}.style_input__\+swpk{border:1px solid #d1d5db!important;border-radius:6px;font-family:inherit;font-size:16px;height:42px;outline:none;padding:0 12px}.style_input__\+swpk:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.style_footerRow__Mc51f{justify-content:flex-end}.style_footerRow__Mc51f,.style_rightBtns__OCNsl{align-items:center;display:flex;gap:10px}.style_deleteBtn__DzaMS{background:#fff;border:2px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-weight:800;height:40px;margin-right:auto;padding:0 14px}.style_deleteBtn__DzaMS:hover{background:#fee2e2}.style_deleteBtn__DzaMS:disabled{cursor:not-allowed;opacity:.5}.style_addBtn__yl-hW{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__yl-hW:hover{background:#1d4ed8}.style_cancelBtn__cJtUR{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_cancelBtn__cJtUR:hover{background:#f3f4f6}.style_addBtn__yl-hW:disabled,.style_cancelBtn__cJtUR:disabled{cursor:not-allowed;opacity:.5}.style_titleInput__wg528{border:1px solid #d1d5db!important;border-radius:6px;height:42px;margin-bottom:14px;padding:10px 12px}.style_titleInput__wg528:focus{border-color:#6b7280!important;outline:none}.style_editorWrap__WSeoM .jodit-container{border-radius:6px;overflow:hidden}.style_footerRow__altey{align-items:center;display:flex;gap:10px;justify-content:flex-end}.style_cancelBtn__LPCIf{background:#fff;border:1px solid #d1d5db;border-radius:6px}.style_addBtn__cw4tH,.style_cancelBtn__LPCIf{cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__cw4tH{background:#2563eb;border:none;border-radius:6px;color:#fff}.style_addBtn__cw4tH:disabled,.style_cancelBtn__LPCIf:disabled{cursor:not-allowed;opacity:.5}.style_editorWrap__WSeoM .jodit-toolbar__box{border-top-left-radius:6px;border-top-right-radius:6px}.style_formGrid__adyFv{grid-gap:14px;display:grid;gap:14px}.style_fieldRow__fcN0k{display:flex;flex-direction:column;gap:8px}.style_label__msjg6{color:#0f172a;font-size:18px;font-weight:700}.style_input__1yfvj{border:1px solid #d1d5db!important;border-radius:6px;font-family:inherit;font-size:16px;height:42px;outline:none;padding:0 12px}.style_input__1yfvj:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.style_hint__0VfO-{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:15px;margin-top:6px;padding:10px 12px}.style_footerRow__LBn0M{justify-content:flex-end}.style_footerRow__LBn0M,.style_rightBtns__vmo8-{align-items:center;display:flex;gap:10px}.style_deleteBtn__1FluD{background:#fff;border:2px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-weight:800;height:40px;margin-right:auto;padding:0 14px}.style_deleteBtn__1FluD:hover{background:#fee2e2}.style_deleteBtn__1FluD:disabled{cursor:not-allowed;opacity:.5}.style_addBtn__LCQJX{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addBtn__LCQJX:hover{background:#1d4ed8}.style_cancelBtn__tuVs7{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_cancelBtn__tuVs7:hover{background:#f3f4f6}.style_addBtn__LCQJX:disabled,.style_cancelBtn__tuVs7:disabled{cursor:not-allowed;opacity:.5}.style_overlay__w7\+3V{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:1000}.style_modal__D9atl{animation:style_popupFade__h1uvj .2s ease-out;background:#fff;border-radius:10px;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;max-width:1200px;overflow:hidden;width:100%}@keyframes style_popupFade__h1uvj{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.style_header__KO6Ws{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px 18px}.style_header__KO6Ws h3{color:#0f172a;font-size:15px;font-weight:700;margin:0}.style_closeBtn__Zte\+6{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-weight:800;height:34px;line-height:1;width:34px}.style_closeBtn__Zte\+6:hover{background:#f3f4f6}.style_wrapper__zTSyT{padding:16px 18px}.style_table__AdYZl{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:8px;margin-bottom:16px;overflow:hidden;width:100%}.style_table__AdYZl thead{background:#f9fafb}.style_table__AdYZl th{border-bottom:1px solid #e5e7eb;color:#0f172a;font-size:15px;font-weight:700;padding:10px 12px;text-align:left;white-space:nowrap;width:auto!important}.style_table__AdYZl td{border-bottom:1px solid #eef2f7;padding:8px 12px;vertical-align:middle;width:auto!important}.style_table__AdYZl tbody tr:last-child td{border-bottom:none}.style_input__3d9Mo{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:16px;height:42px;outline:none;padding:0 12px;width:100%}.style_input__3d9Mo:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.style_checkbox__LBCLr{accent-color:#2563eb;cursor:pointer;transform:scale(1.1)}.style_actionsCol__RTRKK{width:120px}.style_rowActions__hYELz{white-space:nowrap}.style_deleteRowBtn__etiFE{background:#fff;border:2px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;font-weight:800;height:36px;padding:0 12px}.style_deleteRowBtn__etiFE:hover{background:#fee2e2}.style_deleteRowBtn__etiFE:disabled{cursor:not-allowed;opacity:.5}.style_footer__FEcZt{justify-content:space-between;margin-top:12px}.style_footer__FEcZt,.style_rightBtns__-F6cA{align-items:center;display:flex;gap:10px}.style_addRowBtn__X6odH{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#0f172a;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_addRowBtn__X6odH:hover{background:#f3f4f6}.style_addRowBtn__X6odH:disabled{cursor:not-allowed;opacity:.5}.style_cancelBtn__OR2f1{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_cancelBtn__OR2f1:hover{background:#f3f4f6}.style_cancelBtn__OR2f1:disabled{cursor:not-allowed;opacity:.5}.style_saveBtn__d8Abw{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;height:40px;padding:0 14px}.style_saveBtn__d8Abw:hover{background:#1d4ed8}.style_saveBtn__d8Abw:disabled{cursor:not-allowed;opacity:.5}.style_editorWrapper__Kvt3v{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;flex-grow:1;height:60%;margin:10px 15px;overflow-y:auto;padding:16px;transition:border .2s ease}.style_ce-toolbar__content__2GBUd{left:0;margin:0;max-width:650px;position:relative}.style_editorWrapper__Kvt3v:focus-within{box-shadow:0 0 0 2px #2563eb33}.style_ce-block__fpxFn{background:red;color:#1f2937;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;padding:8px 0}.style_ce-paragraph__6MJZ6{margin:8px 0}.style_ce-header__APLCz h2,.style_ce-header__APLCz h3,.style_ce-header__APLCz h4{color:#111827;font-weight:600;line-height:1.3;margin:12px 0}.style_ce-list__HOwAS ol,.style_ce-list__HOwAS ul{margin:8px 0;padding-left:20px}.style_ce-toolbar__qmQj-{background:#f9fafb;border-radius:6px;box-shadow:0 2px 4px #0000000d;margin:10px}.style_ce-toolbar__button__j6h8Z{border-radius:4px;color:#374151;margin:0 2px;padding:4px 6px;transition:background .2s ease}.style_ce-toolbar__button__j6h8Z:hover{background:#e0f2fe;color:#2563eb}.style_ce-placeholder__PHG8y{color:#9ca3af;font-style:italic}.style_ce-block__fpxFn.style_ce-block--readonly__-T08U{background:#f3f4f6;cursor:not-allowed}.style_editorWrapper__Kvt3v::-webkit-scrollbar{width:8px}.style_editorWrapper__Kvt3v::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.style_editorWrapper__Kvt3v::-webkit-scrollbar-track{background-color:#f1f5f9}.style_contentTemplate__npGmY{background:#fff}.style_editorBorder__jvIRT{background:#fff;padding:20px 0}.style_container__2EkuO{display:flex;flex-direction:column;height:100vh}.style_content__NiwXR{display:flex;flex-grow:1;gap:24px;overflow:hidden;padding:24px}.style_contentTemplate__npGmY{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.style_editorActions__Eabpx{display:flex;flex-shrink:0;justify-content:flex-end;padding:16px}.style_editorBorder__jvIRT{border:1px solid #e5e7eb;border-radius:4px;box-sizing:border-box;flex-grow:1;margin:0 16px 16px;overflow-y:auto}.style_saveButton__Krq3P{background-color:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px}.style_saveButton__Krq3P:disabled{background-color:#94a3b8;cursor:not-allowed}.details-wrapper{align-items:center;background:#f8fafc;border-radius:4px;display:flex;gap:24px;justify-content:space-between;padding:20px 24px}.start{background:linear-gradient(90deg,#2563eb,#4f46e5)!important}.details-left{flex:1 1}.control-title{color:#64748b;font-size:16px;margin-bottom:4px;text-transform:uppercase}.status-line{font-size:16px;margin-bottom:10px}.status-active{color:#16a34a;font-weight:600}.finalize-btn{background:#0f172a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;margin-bottom:14px;padding:6px 14px}.meta-info{display:flex;flex-direction:column;gap:5px}.meta-info p{color:#0f172a;font-size:16px;margin:4px 0}.details-right{background:#fff;border-radius:4px;box-shadow:0 1px 4px #00000014;min-width:320px;padding:16px 18px}.time-title{color:#334155;font-size:16px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.time-info{color:#0f172a;font-size:16px;margin-bottom:6px}.analyst-times{color:#64748b;font-size:15px}.task-actions2{display:flex;justify-content:end;margin-bottom:15px}.task-actions2 .btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:10px 20px;position:relative;transition:all .3s ease}.task-actions2 .btn:disabled{cursor:not-allowed;opacity:.6}.task-actions2 .btn.loading{animation:pulse 1.4s ease-in-out infinite;padding-right:42px}.task-actions2 .btn.loading .btn-text{opacity:.5;transform:translateX(-6px);transition:all .25s ease}.task-actions2 .btn.loadingPause{animation:pulse 1.4s ease-in-out infinite;padding-right:42px}.task-actions2 .btn.loadingPause .btn-text{opacity:.5;transform:translateX(-6px);transition:all .25s ease}.task-actions2 .btn-spinner{border:2px solid #fff6;border-radius:50%;border-top-color:#fff}.task-actions2 .btn-spinner,.task-actions2 .loadingPause .btn-spinner{animation:spin .8s linear infinite;height:16px;opacity:0;position:absolute;right:14px;transform:scale(.5);width:16px}.task-actions2 .loadingPause .btn-spinner{border:2px solid #29212166;border-radius:50%;border-top-color:#3d3737}.task-actions2 .btn.loading .btn-spinner,.task-actions2 .btn.loadingPause .btn-spinner{opacity:1;transform:scale(1)}.task-actions2 .btn.start{background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff}.task-actions2 .btn.stop{background:#fff;border:1px solid #d3d3d3;color:#000}.task-actions2 .btn.done{background:linear-gradient(90deg,#16a34a,#15803d);color:#fff}@keyframes pulse{0%{box-shadow:0 0 0 0 #00000026}70%{box-shadow:0 0 0 8px #0000}to{box-shadow:0 0 0 0 #0000}}.TaskFieldForm_taskFieldForm__Wx2T\+{background:#fff;border-radius:4px;font-style:normal;margin-top:10px;overflow:hidden;padding:20px;width:100%}.TaskFieldForm_formHeader__Zt-BL{background:#f1f5f9;border-bottom:1px solid #e5e7eb;border-radius:4px;color:#0f172a;display:grid;font-size:16px;font-weight:600;grid-template-columns:1fr 1fr;height:44px}.TaskFieldForm_formHeader__Zt-BL div{align-items:center;display:flex;padding:0 14px}.TaskFieldForm_formHeader__Zt-BL div:first-child{border-right:1px solid #e5e7eb}.TaskFieldForm_formField__SWhhk{border-radius:5px}.TaskFieldForm_formField2__NkFLI label{font-size:20px;font-weight:700;margin-top:30px}.TaskFieldForm_formField__SWhhk:last-child{margin-bottom:0}.TaskFieldForm_formField__SWhhk label{align-items:center;background:#fff;border-right:1px solid #e5e7eb;color:#0f172a;display:flex;font-size:15px;font-weight:600;min-height:48px;padding:0 14px}.TaskFieldForm_formField__SWhhk input,.TaskFieldForm_formField__SWhhk select,.TaskFieldForm_formField__SWhhk textarea{background:#0000;border:none;font-size:16px;height:36px;margin:6px 12px;outline:none;padding:6px 10px;width:calc(100% - 24px)}.TaskFieldForm_formField__SWhhk textarea{min-height:30px;resize:vertical}.TaskFieldForm_formField__SWhhk .jodit-container{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;width:calc(100% - 24px)}.TaskFieldForm_formActions__n8UJJ{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.TaskFieldForm_btnReset__sMCkL{background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;font-weight:500;padding:8px 16px}.TaskFieldForm_btnAdd__F\+1V0{background:#7c8cff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 18px}.TaskFieldForm_formField__SWhhk{background:#fff;border:1px solid #e5e7eb;border-radius:4px;display:grid;grid-template-columns:1fr 1fr;min-height:48px;overflow:hidden}.TaskFieldForm_fieldLabel2__EL8m-{align-items:center;background:#fff;border-right:1px solid #e5e7eb;color:#0f172a;display:flex;font-size:20px;font-weight:700;margin-top:30px;min-height:48px;padding:0 14px}.TaskFieldForm_fullRow__PKzLR{background:none;grid-template-columns:1fr;margin-top:10px}.TaskFieldForm_fullRow__PKzLR .TaskFieldForm_fieldLabel__1oDI5{border-right:none}.TaskFieldForm_fieldLabel__1oDI5{align-items:center;background:#fff;border-right:1px solid #e5e7eb;color:#0f172a;display:flex;font-size:15px;font-weight:600;min-height:48px;padding:0 14px}.TaskFieldForm_fullWidthInput__2tpOi .jodit-container{border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;width:100%}.TaskFieldForm_detailCell__4THo4{align-items:center;display:flex;min-height:48px}.TaskFieldForm_fileInput__Ds9ga{background:#f8fafc!important;border:1px dashed #cbd5e1;border-radius:8px;padding:20px;width:100%}.TaskFieldForm_tableBox__yIQG5{width:100%}.TaskFieldForm_tableGrid__8TchF{background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;width:100%}.TaskFieldForm_tableHead__68LKe{background:#f1f5f9;border-bottom:1px solid #e5e7eb;display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.TaskFieldForm_tableHeadCell__6JeK2{border-right:1px solid #e5e7eb;color:#0f172a;font-size:16px;font-weight:700;padding:10px 12px;text-transform:uppercase}.TaskFieldForm_tableHeadCell__6JeK2:last-child{border-right:none}.TaskFieldForm_tableBody__tUODu{background:#fff}.TaskFieldForm_tableRow__PYhZj{border-bottom:1px solid #e5e7eb;display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.TaskFieldForm_tableRow__PYhZj:last-child{border-bottom:none}.TaskFieldForm_tableCell__Yge12{border-right:1px solid #e5e7eb}.TaskFieldForm_tableCell__Yge12:last-child{border-right:none}.TaskFieldForm_tableInput__I8670{background:#0000;border:none;font-size:16px;height:38px;outline:none;padding:0 10px;width:100%}.TaskFieldForm_btnAddRow__XSAam{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:10px;padding:8px 14px}.TaskFieldForm_btnAddRow__XSAam:hover{background:#1d4ed8}.TaskFieldForm_formFooter__mET2I{background:#fff;display:flex;justify-content:flex-start;padding:14px 0}.TaskFieldForm_saveBtn__45kM4{align-items:center;background:#16af7c;border:none;border-radius:4px;box-shadow:0 1px 2px #10182814;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;padding:10px 14px}.TaskFieldForm_saveBtn__45kM4:hover{background:#288f6d}.ImageDropzoneField_wrapper__l5xTi{width:100%}.ImageDropzoneField_topRow__kf1l3{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.ImageDropzoneField_title__-FAYT{align-items:center;color:#0f172a;display:flex;font-size:16px;font-weight:700;gap:8px}.ImageDropzoneField_subtitle__OWbX7{color:#64748b;font-size:16px;margin-top:2px}.ImageDropzoneField_addBtn__8DNBi{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:8px 12px;white-space:nowrap}.ImageDropzoneField_mainGrid__wJEXQ{display:flex;gap:10px}.ImageDropzoneField_mainGrid__wJEXQ button{height:30px}.ImageDropzoneField_addBtn__8DNBi:hover{background:#1d4ed8}.ImageDropzoneField_grid__4bmF4{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(180px,1fr));width:100%}.ImageDropzoneField_zone__jhffE{background:#fff;border:1px dashed #cbd5e1;border-radius:4px;height:80px;overflow:hidden;position:relative}.ImageDropzoneField_placeholder__KD89C{align-items:center;color:#64748b;display:flex;font-size:16px;gap:8px;height:100%;justify-content:center}.ImageDropzoneField_icon__T818I{background:#22c55e;border-radius:2px;display:inline-block;height:8px;width:8px}.ImageDropzoneField_fileInput__dzBfx{cursor:pointer;inset:0;opacity:0;position:absolute}.ImageDropzoneField_previewWrap__dgz9d{height:100%;position:relative;width:100%}.ImageDropzoneField_previewImg__9CnQ4{height:100%;object-fit:cover;width:100%}.ImageDropzoneField_removeBtn__tpadA{background:#0f172ab3;border:none;border-radius:999px;color:#fff;cursor:pointer;display:grid;font-size:16px;height:26px;place-items:center;position:absolute;right:6px;top:6px;width:26px}.ImageDropzoneField_removeBtn__tpadA:hover{background:#0f172ad9}@media (max-width:900px){.ImageDropzoneField_grid__4bmF4{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width:520px){.ImageDropzoneField_grid__4bmF4{grid-template-columns:1fr}}.ImagePlaceholder_imageSection__ttEcX{display:flex;gap:50px;margin:10px 0}.ImagePlaceholder_addImageButton__Mh10\+{background:#3b82f6;height:50px}.ImagePlaceholder_addRow__-y7uY{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.ImagePlaceholder_imageGrid__6\+\+Ov{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__6\+\+Ov{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__NT8Wr{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__NT8Wr:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__1Koog{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__abcmV{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__4wsMB{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__Mh10\+{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__R4H3c{font-size:20px;margin-right:8px}.Navigation_navigation__LNukn{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.Navigation_saveButton__FINnk:disabled{cursor:not-allowed;opacity:.7}.Navigation_loader__D38Lh{animation:Navigation_spin__4kZqJ .8s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;margin-right:8px;width:16px}@keyframes Navigation_spin__4kZqJ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Navigation_saveButton__FINnk{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_saveButton__FINnk:hover{background-color:#059669}.Navigation_nextButton__TbrKh{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_nextButton__TbrKh:hover{background-color:#f3f4f6}@media (max-width:768px){.Navigation_navigation__LNukn{align-items:center;flex-direction:column;gap:15px}.Navigation_nextButton__TbrKh,.Navigation_saveButton__FINnk{max-width:300px;width:100%}}.styles_container__fH\+j7{padding:20px}.styles_mainTitle__NQWph{color:#1e3a8a;font-size:20px;font-weight:700;margin-bottom:15px}.styles_sectionTitle__dHoIq{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_editableTable__hzrH1 input[type=text]{background:#fff!important;border:none!important;color:#374151!important;font-family:Inter!important;font-size:15px!important;font-weight:400!important}.styles_editableTable__hzrH1 input[type=text]:focus{outline:none!important}.styles_tableContainer__I7d7W{margin-bottom:25px}.styles_editableTable__hzrH1 th{color:#0f172a!important}.styles_editableTable__hzrH1 th:first-child,.styles_editableTable__hzrH1 th:last-child,td:first-child,td:last-child{text-align:start!important}.styles_editableTable__hzrH1{background:#fff;border-collapse:collapse;border-radius:4px;margin-bottom:15px;width:100%}.styles_editableTable__hzrH1 th{background-color:#f1f5f9;border:1px solid #dee2e6;font-size:16px;font-style:normal;font-weight:700;text-align:left}.styles_editableTable__hzrH1 td{border:1px solid #dee2e6;color:#374151;font-size:16px;font-weight:700;padding:0}.styles_editableTable__hzrH1 td:first-child{width:500px}.styles_editableTable__hzrH1 input[type=date],.styles_editableTable__hzrH1 input[type=text],.styles_editableTable__hzrH1 select{border:1px solid #ced4da;font-size:16px;padding:8px 10px;width:100%}.styles_checkboxCell__JoNQD{align-items:center;display:flex;gap:8px}.styles_checkboxCell__JoNQD input[type=checkbox]{height:16px;width:16px}.styles_addButton__HeQ1C{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;width:150px}.styles_editableTable__hzrH1 tr:hover{background:#0000!important}.styles_addButton__HeQ1C:hover{background-color:#2563eb}.styles_imagesSection__r1gOJ{margin:25px 0}.styles_imagesSection__r1gOJ,.styles_navigation__CgzSU{width:100%}.styles_buttonContainer__NPlud{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.styles_deleteTableButton__DS0qd{background-color:#9ca3af;border:1px solid #9ca3af;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;width:150px}.styles_deleteTableButton__DS0qd:hover{background-color:#6b7280}.styles_addRowButton__vcsG1{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:10px;padding:5px 10px}@media (max-width:768px){.styles_mainCard__Ouf5k{padding:20px}.styles_mainTitle__NQWph{font-size:22px}.styles_sectionTitle__dHoIq{font-size:16px}.styles_buttonContainer__NPlud{flex-direction:column;gap:10px}.styles_addButton__HeQ1C,.styles_deleteTableButton__DS0qd{width:100%}}@media (max-width:480px){.styles_mainCard__Ouf5k{padding:15px}.styles_mainTitle__NQWph{font-size:20px}.styles_editableTable__hzrH1 td,.styles_editableTable__hzrH1 th{padding:8px 10px}}.styles_noteSection__rXSxF{border-radius:8px;display:flex;justify-content:flex-start;margin-top:30px}.styles_noteText__t9LSH{color:#6b7280;font-size:16px;font-weight:700;margin:0}.styles_noteText__t9LSH strong{color:#1f2937}@media (max-width:768px){.styles_noteSection__rXSxF{margin-top:30px;padding:15px}.styles_noteText__t9LSH{font-size:16px}}.styles_container__-ZEN0{padding:20px}.styles_mainTitle__2K7J0{color:#1e3a8a;font-size:20px;font-weight:700;margin-bottom:15px}.styles_sectionTitle__KCT9o{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_textAreaWrapper__swVmp{position:relative}.styles_textarea__eiyRu{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBoxContainer__haYFI{display:flex;justify-content:end;margin-bottom:10px;margin-top:5px}.styles_deleteBox__dvSYs{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.styles_editableTableIstoric__Cvic4 th{color:#0f172a!important;font-style:normal;font-weight:700}.styles_editableTableIstoric__Cvic4 td:last-child{text-align:center!important}.styles_editableTableIstoric__Cvic4 th:first-child,td:first-child{text-align:start!important}.styles_editableTableIstoric__Cvic4{background:#fff;border-collapse:collapse;border-radius:4px;width:100%}.styles_editableTableIstoric__Cvic4 td{border:1px solid #dee2e6;padding:1px 0}.styles_editableTableIstoric__Cvic4 td:last-child,th:last-child{text-align:center}.styles_editableTableIstoric__Cvic4 th{border:1px solid #dee2e6}.styles_editableTableIstoric__Cvic4 tr:hover{background:none}.styles_editableTableIstoric__Cvic4 thead:hover{background:#f3f4f6!important}.styles_trash__z-0O8{background:none;border:none;cursor:pointer;font-size:16px}.styles_addRow__k65Xv{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;margin-bottom:15px;margin-top:8px;min-width:180px;padding:0 30px}.styles_navigation__ebf6e{border-radius:10px;margin:0!important;padding:0}.styles_navButtons__XCaGh{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__ebf6e{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.styles_saveButton__jVfaD:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__G9e28{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__Tn8EV{animation:styles_spin__5Nd9R 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__5Nd9R{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__jVfaD.styles_loading__jOw\+c span{visibility:hidden}.styles_saveButton__jVfaD.styles_loading__jOw\+c .styles_loader__Tn8EV{display:inline-block}.styles_saveButton__jVfaD{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__jVfaD:hover{background-color:#059669}.styles_nextButton__IRycJ{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__IRycJ:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__ebf6e{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__IRycJ,.styles_saveButton__jVfaD{max-width:300px;width:100%}}.ImagePlaceholder_imageSection__rt\+gw{display:flex;gap:50px;margin:10px 0}.ImagePlaceholder_addImageButton__aLBDA{background:#3b82f6;height:50px}.ImagePlaceholder_addRow__Te9mg{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.ImagePlaceholder_imageGrid__YvmSK{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__YvmSK{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__L-gCv{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__L-gCv:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__nrKOX{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__IJ3dG{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__tX\+CE{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__aLBDA{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__izzGz{font-size:20px;margin-right:8px}.styles_container__Dvpv0{padding:20px}.styles_sectionTitle__sy2qi{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_navigation__2gjg9{border-radius:10px;margin:0!important;padding:0}.styles_navButtons__daRHq{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__2gjg9{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.styles_saveButton__kugsK:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__3OG-H{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__sYNtr{animation:styles_spin__tPQzU 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__tPQzU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__kugsK.styles_loading__yARjI span{visibility:hidden}.styles_saveButton__kugsK.styles_loading__yARjI .styles_loader__sYNtr{display:inline-block}.styles_saveButton__kugsK{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__kugsK:hover{background-color:#059669}.styles_nextButton__onT58{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__onT58:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__2gjg9{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__onT58,.styles_saveButton__kugsK{max-width:300px;width:100%}}@media (max-width:480px){.styles_mainCard__59eLq{padding:15px}}.style_titleContainer__HAI33{margin-bottom:30px}.style_mainTitle__pt9cA{color:#1e3a8a;font-size:26px;font-weight:700;margin-bottom:15px}.style_sectionTitle__86KmS{color:#374151;font-size:18px;font-weight:700}@media (max-width:1024px){.style_mainTitle__pt9cA{font-size:24px}.style_sectionTitle__86KmS{font-size:17px}}@media (max-width:768px){.style_mainTitle__pt9cA{font-size:22px}.style_sectionTitle__86KmS{font-size:16px}}@media (max-width:480px){.style_mainTitle__pt9cA{font-size:20px}.style_sectionTitle__86KmS{font-size:16px}}.styles_sectionTitle__kE73x{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_textareaContainer__3ngu6{display:flex;flex-direction:column}.styles_introTextarea__ktef9{background-color:#fff;border:1px solid #cbd5e1;border-radius:12px;box-sizing:border-box;color:#374151;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6;min-height:120px;padding:20px;resize:vertical;transition:all .3s ease;width:100%}.styles_deleteBoxContainer__pWnXz{display:flex;justify-content:end;margin-bottom:8px;margin-top:8px}.styles_deleteBox__ooHr2{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.styles_introTextarea__ktef9:focus,.styles_introTextarea__ktef9:hover{background-color:#fff!important;border-color:#cbd5e1!important}.styles_introTextarea__ktef9:focus{box-shadow:none;outline:none!important}@media (max-width:768px){.styles_introTitle__eVwOE{font-size:18px}.styles_introTextarea__ktef9{font-size:15px;padding:15px}.styles_clearButton__rAdv9{max-width:220px;width:100%}}@media (max-width:480px){.styles_introTitle__eVwOE{font-size:16px}.styles_introTextarea__ktef9{font-size:16px;padding:12px}.styles_clearButton__rAdv9{font-size:16px;width:100%}}.styles_sectionTitle__FLujp{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_editableTables__hXgMe{border-collapse:collapse;width:100%}.styles_editableTables__hXgMe th{background-color:#f1f5f9;border:1px solid #dee2e6;color:#0f172a;font-size:16px;font-weight:700;text-align:left}.styles_editableTables__hXgMe td{background-color:#fff;border:1px solid #dee2e6;color:#374151;font-size:16px;font-weight:700}.styles_editableTables__hXgMe td:last-child{text-align:center!important}.styles_editableTables__hXgMe td:focus,.styles_editableTables__hXgMe td:hover{background-color:#fff!important}.styles_editableTables__hXgMe input[type=text]{background:#fff;border:none;color:#374151;font-family:Inter;font-size:16px;font-weight:700;padding:0!important;width:100%}.styles_editableTables__hXgMe input[type=text]:focus,.styles_editableTables__hXgMe input[type=text]:hover{background-color:#fff!important;border-color:#dee2e6!important;box-shadow:none!important;outline:none!important}.styles_colDenumire4__EJH0b{width:40%!important}.styles_colDescriere__fpaog{width:80%}.styles_simpleDeleteButton__hZYAQ{background:#0000!important;border:none!important;box-shadow:none!important;color:#dc2626;cursor:pointer;font-size:18px;height:auto!important;margin:0!important;outline:none!important;padding:0!important;width:auto!important}.styles_simpleDeleteButton__hZYAQ:hover{background:#0000!important;border:none!important;color:#b91c1c}.styles_simpleDeleteButton__hZYAQ:focus{border:none!important;outline:none!important}.styles_simpleDeleteButton__hZYAQ:active{background:#0000!important;border:none!important}.styles_addRow__\+Tf7P{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;margin-bottom:15px;margin-top:10px;min-width:180px;padding:0 30px}.styles_addButton__MLPhC:hover{background-color:#2563eb}@media (max-width:768px){.styles_addButton__MLPhC,.styles_editableTables__hXgMe th{max-width:220px;width:100%}}@media (max-width:480px){.styles_editableTables__hXgMe td,.styles_editableTables__hXgMe th{font-size:15px;padding:8px 6px}.styles_addButton__MLPhC,.styles_simpleDeleteButton__hZYAQ{font-size:16px}}.styles_mainTitle__SDm16{color:#1e3a8a;font-size:26px;font-weight:700}.styles_sectionTitle__fcfDr{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_imageSection__8c7ql{display:flex;gap:50px}.styles_addRow__dx1SQ{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;margin-bottom:15px;margin-top:0;min-width:180px;padding:0 30px}.styles_addImageButton__Qz0bj{background:#3b82f6;height:50px}.styles_imageGrid__ZxBNA{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.styles_imageGrid__ZxBNA{grid-template-columns:1fr}}.styles_imagePlaceholder__t1T1V{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.styles_imagePlaceholder__t1T1V:hover{background-color:#ecf0f1;border-color:#3498db}.styles_placeholderIcon__Bn64W{color:#95a5a6;font-size:18px}.styles_placeholderText__WxN1G{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.styles_previewImage__5GFpi{border-radius:8px;height:100%;object-fit:cover;width:100%}.styles_addImageButton__Qz0bj{background-color:#3b82f6;border:1px solid #3b82f6;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:40px;width:240px}.styles_addImageButton__Qz0bj:hover{background-color:#2563eb}.styles_addIcon__dFz\+2{font-size:20px;margin-right:8px}.styles_container__unZR1{padding:20px}.styles_mainTitle__FCIPx{color:#1e3a8a;font-size:20px;font-weight:700;margin-bottom:15px}.styles_sectionTitle__LyyMT{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_mainCard2__Miz\+9{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.styles_mainCard2__Miz\+9 .styles_sectionTitle__LyyMT{background:#0000;margin:0 0 8px!important;padding:0}.styles_textAreaWrapper__mk4uY{margin-bottom:50px;position:relative}.styles_textarea__c0myM{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBox__excbG{background:#9ca3af;border:none;border-radius:6px;bottom:-38px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px;position:absolute;right:0}.styles_table__zq5Ab{background:#fff;border-collapse:collapse;border-radius:4px;margin-bottom:15px;width:100%}.styles_table__zq5Ab input[type=text]{background:#fff!important;border:none!important;color:#374151!important;font-family:Inter!important;font-size:15px!important;font-weight:400!important}.styles_table__zq5Ab input[type=text]:focus{outline:none!important}.styles_table__zq5Ab th{color:#0f172a!important}.styles_table__zq5Ab th:first-child,td:first-child{text-align:start!important}.styles_table__zq5Ab th{background-color:#f1f5f9;font-style:normal}.styles_table__zq5Ab td,.styles_table__zq5Ab th{border:1px solid #dee2e6;font-size:16px;font-weight:700}.styles_table__zq5Ab td{color:#374151;padding:0}.styles_table__zq5Ab td:first-child{width:500px}.styles_table__zq5Ab input[type=date],.styles_table__zq5Ab input[type=text],.styles_table__zq5Ab select{border:1px solid #ced4da;font-size:16px;padding:8px 10px;width:100%}.styles_table__zq5Ab tr{border:1px solid #e5e7eb}.styles_table__zq5Ab tr:hover{background:#0000!important}.styles_imagesSection__yis\+O{margin:25px 0}.styles_table__zq5Ab th{background:#f1f5f9;text-align:left}.styles_table__zq5Ab td,.styles_table__zq5Ab th{border:1px solid #e5e7eb;font-size:15px;padding:10px}.styles_table__zq5Ab input{background:#0000;border:none;font-size:15px;outline:none;padding:6px 8px;width:100%}.styles_trash__MWpVP{background:none;border:none;cursor:pointer;font-size:16px}.styles_addRow__Oq5mz{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:8px 14px}.styles_navigation__is160{background-color:#fff;border-radius:10px;margin:40px 0;padding:25px}.styles_navButtons__4X0lw{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.styles_middleButton__pHiMx,.styles_nextButton__lt0id,.styles_saveButton__\+cFtG{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;height:40px;justify-content:center;min-width:180px;padding:14px 20px;transition:all .3s}.styles_saveButton__\+cFtG{background-color:#10b981;border:1px solid #10b981;color:#fff}.styles_saveButton__\+cFtG:hover{background-color:#059669}.styles_middleButton__pHiMx{background-color:#fff;border:1px solid #e5e7eb;color:#64748b}.styles_middleButton__pHiMx:hover{background-color:#f3f4f6}.styles_nextButton__lt0id{background-color:#fff;border:1px solid #2563eb;color:#2563eb}.styles_nextButton__lt0id:hover{background-color:#f3f4f6}.styles_arrowIcon__E14Am,.styles_saveIcon__EDgPz{font-size:20px}.styles_saveIcon__EDgPz{margin-right:10px}.styles_arrowIcon__E14Am{margin-left:10px}.styles_loader__b25EZ{animation:styles_spin__FBPvu 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__FBPvu{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ImagePlaceholder_imageSection__Pcvuu{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addImageButton__226T0{background:#3b82f6;height:50px}.ImagePlaceholder_imageGrid__sXSl9{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__sXSl9{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__wkd2E{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__wkd2E:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__AHgr-{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__9izTq{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__A48dv{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__226T0{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__3U6Qq{font-size:20px;margin-right:8px}.styles_container__8vFI7{padding:20px}.styles_mainTitle__7WhHu{color:#1e3a8a;font-size:22px;font-weight:700;margin-bottom:10px}.styles_secondhalf__kfS7z{margin-bottom:20px}.styles_sectionTitle__XTR5E{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_textAreaWrapper__dOW3b{position:relative}.styles_textarea__VgvCm{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBoxContainer__iOBNR{display:flex;justify-content:end;margin-bottom:10px;margin-top:5px}.styles_deleteBox__BxamV{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.styles_editableTableIstoric__amYo4 th{color:#0f172a!important;font-style:normal;font-weight:700}.styles_editableTableIstoric__amYo4 td:last-child{text-align:center!important}.styles_editableTableIstoric__amYo4 th:first-child,td:first-child{text-align:start!important}.styles_editableTableIstoric__amYo4{background:#fff;border-collapse:collapse;border-radius:4px;width:100%}.styles_editableTableIstoric__amYo4 td{border:1px solid #dee2e6;padding:1px 0}.styles_editableTableIstoric__amYo4 td:last-child,th:last-child{text-align:center}.styles_editableTableIstoric__amYo4 th{border:1px solid #dee2e6}.styles_editableTableIstoric__amYo4 tr:hover{background:none}.styles_editableTableIstoric__amYo4 thead:hover{background:#f3f4f6!important}.styles_trash__HAz8K{background:none;border:none;cursor:pointer;font-size:16px}.styles_imagesSection__L7RPK{margin:25px 0}.styles_addRow__mJP1b{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:8px 14px}.styles_navButtons__BNHka{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__Yahi0{display:flex;gap:20px;justify-content:flex-start;margin-top:0!important}.styles_saveButton__YgWRR:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__h-se4{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__FoqY5{animation:styles_spin__YJzZk 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__YJzZk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__YgWRR.styles_loading__UVTi3 span{visibility:hidden}.styles_saveButton__YgWRR.styles_loading__UVTi3 .styles_loader__FoqY5{display:inline-block}.styles_saveButton__YgWRR{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__YgWRR:hover{background-color:#059669}.styles_nextButton__Pfu8S{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__Pfu8S:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__Yahi0{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__Pfu8S,.styles_saveButton__YgWRR{max-width:300px;width:100%}}.ImagePlaceholder_imageSection__RnqQg{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addImageButton__qKaNu{background:#3b82f6;height:50px}.ImagePlaceholder_addRow__o0GkE{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;height:10px!important;margin-top:15px;padding:8px 14px}.ImagePlaceholder_imageGrid__a6PR2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__a6PR2{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__WOQ9n{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__WOQ9n:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__t04yj{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__wDRdh{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__q6BvF{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__qKaNu{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__N0wuT{font-size:20px;margin-right:8px}.styles_container__3Ww5K{padding:20px}.styles_mainTitle__GeyrG{color:#1e3a8a;font-size:22px;font-weight:700;margin-bottom:25px}.styles_sectionTitle__065u-{margin:20px 0 15px}.styles_sectionTitle1__UaPvo,.styles_sectionTitle__065u-{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:18px;font-weight:700;padding:10px}.styles_sectionTitle1__UaPvo{margin:49px 0 15px}.styles_textAreaWrapper__Hblg\+{margin-bottom:35px;position:relative}.styles_textarea__o3LFZ{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBox__GmSNH{background:#9ca3af;border:none;border-radius:6px;bottom:-38px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px;position:absolute;right:0}.styles_table__xbBzS input[type=text]{background:#fff!important;border:none!important;color:#374151!important;font-family:Inter!important;font-size:15px!important;font-weight:400!important}.styles_table__xbBzS input[type=text]:focus{outline:none!important}.styles_table__xbBzS th{color:#0f172a!important}.styles_table__xbBzS th:first-child,.styles_table__xbBzS th:last-child,td:first-child,td:last-child{text-align:start!important}.styles_table__xbBzS{background:#fff;border-collapse:collapse;border-radius:4px;margin-bottom:15px;width:100%}.styles_table__xbBzS th{background-color:#f1f5f9;font-style:normal;text-align:left}.styles_table__xbBzS td,.styles_table__xbBzS th{border:1px solid #dee2e6;font-size:16px;font-weight:700}.styles_table__xbBzS td{color:#374151;padding:0}.styles_table__xbBzS td:first-child{width:500px}.styles_table__xbBzS input[type=date],.styles_table__xbBzS input[type=text],.styles_table__xbBzS select{border:1px solid #ced4da;font-size:16px;padding:8px 10px;width:100%}.styles_table__xbBzS tr:hover{background:#0000!important}.styles_imagesSection__1X\+Us{margin:25px 0}.styles_trash__PECcD{background:none;border:none;cursor:pointer;font-size:16px}.styles_addRow__XKt6J{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:8px 14px}.styles_navButtons__UAqjv{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__zjNGB{display:flex;gap:20px;justify-content:flex-start;margin-top:0!important}.styles_saveButton__rstbP:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__FYc1\+{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__q-6Aj{animation:styles_spin__q87og 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__q87og{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__rstbP.styles_loading__1z-1e span{visibility:hidden}.styles_saveButton__rstbP.styles_loading__1z-1e .styles_loader__q-6Aj{display:inline-block}.styles_saveButton__rstbP{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__rstbP:hover{background-color:#059669}.styles_nextButton__aoqm-{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__aoqm-:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__zjNGB{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__aoqm-,.styles_saveButton__rstbP{max-width:300px;width:100%}}.ImagePlaceholder_imageSection__uNDeS{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addImageButton__oIRcf{background:#3b82f6;height:50px}.ImagePlaceholder_imageGrid__a2hCp{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__a2hCp{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__OveQD{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__OveQD:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__rnyFD{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__i4RLP{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__GcCBh{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__oIRcf{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__5qrGP{font-size:20px;margin-right:8px}.styles_container__4bwXn{padding:20px}.styles_mainTitle__Ad6JZ{color:#1e3a8a;font-size:20px;font-weight:700;margin-bottom:15px}.styles_sectionTitle__DBDGA{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_mainCard2__fc2Eh{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.styles_mainCard2__fc2Eh .styles_sectionTitle__DBDGA{background:#0000;margin:0 0 8px!important;padding:0}.styles_textAreaWrapper__upB\+A{margin-bottom:50px;position:relative}.styles_textarea__pyMj0{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBox__B9tTX{background:#9ca3af;border:none;border-radius:6px;bottom:-38px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px;position:absolute;right:0}.styles_litigiuCard__tg0YH{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:15px;padding:18px}.styles_formRow__EEMld{grid-gap:15px;align-items:center;display:grid;gap:15px;grid-template-columns:180px 1fr;margin-bottom:10px}.styles_formRow__EEMld label{color:#374151;font-size:16px;font-weight:700}.styles_formRow__EEMld input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:15px;height:32px;padding:6px 10px}.styles_addRow__YWCpU{font-size:15px;margin-top:12px}.styles_imagesSection__BPcis{margin:25px 0}.styles_table__KWFfS th{background:#f1f5f9;text-align:left}.styles_table__KWFfS td,.styles_table__KWFfS th{border:1px solid #e5e7eb;font-size:15px;padding:10px}.styles_table__KWFfS input{background:#0000;border:none;font-size:15px;outline:none;padding:6px 8px;width:100%}.styles_trash__7bdKX{background:#9ca3af;font-size:15px;padding:6px 14px}.styles_addRow__YWCpU,.styles_trash__7bdKX{border:none;border-radius:6px;color:#fff;cursor:pointer}.styles_addRow__YWCpU{background:#2563eb;font-size:16px;margin-top:15px;padding:8px 14px}.styles_navigation__5NhW6{background-color:#fff;border-radius:10px;margin:40px 0;padding:25px}.styles_navButtons__Sif-x{display:flex;flex-wrap:wrap;gap:20px}.styles_middleButton__jn4nJ{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#64748b;font-style:italic;font-weight:700;padding:18px 0;width:282px}.styles_middleButton__jn4nJ,.styles_saveButton__DN8W1{align-items:center;cursor:pointer;display:inline-flex;flex:1 1;font-size:16px;justify-content:center;transition:all .3s}.styles_saveButton__DN8W1{background-color:#10b981;border:1px solid #10b981;border-radius:8px;color:#fff;font-weight:600;padding:14px 0;width:197px!important}.styles_nextButton__YVlNs{align-items:center;background-color:#fff;border:1px solid #2563eb;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;flex:1 1;font-size:16px;font-style:italic;font-weight:700;justify-content:center;padding:18px 0;transition:all .3s;width:282px}.styles_saveIcon__u1HKp{font-size:20px;margin-right:12px}.styles_arrowIcon__KbaD4{font-size:20px;margin-left:12px}.ImagePlaceholder_imageSection__uvrly{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addImageButton__dLpbo{background:#3b82f6;height:50px}.ImagePlaceholder_imageGrid__Qd4i9{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__Qd4i9{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__e3Ugo{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__e3Ugo:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__xvUaM{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__02byH{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__ECiL-{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__dLpbo{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__\+Mv75{font-size:20px;margin-right:8px}.Navigation_navigation__winUm{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.Navigation_saveButton__6UXJN:disabled{cursor:not-allowed;opacity:.7}.Navigation_loader__VJuF8{animation:Navigation_spin__nidZr 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes Navigation_spin__nidZr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Navigation_saveButton__6UXJN.Navigation_loading__fp6SU span{visibility:hidden}.Navigation_saveButton__6UXJN.Navigation_loading__fp6SU .Navigation_loader__VJuF8{display:inline-block}.Navigation_saveButton__6UXJN{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_saveButton__6UXJN:hover{background-color:#059669}.Navigation_nextButton__dEcWv{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_nextButton__dEcWv:hover{background-color:#f3f4f6}@media (max-width:768px){.Navigation_navigation__winUm{align-items:center;flex-direction:column;gap:15px}.Navigation_nextButton__dEcWv,.Navigation_saveButton__6UXJN{max-width:300px;width:100%}}.styles_container__aJJjO{padding:20px}.styles_mainTitle__eJECD{color:#1e3a8a;font-size:22px;font-weight:700;margin-bottom:25px}.styles_sectionTitle__Jh7Mq{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_textAreaWrapper__TVVUG{position:relative}.styles_textarea__E7Dd8{border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_participationTable__gkTkz th{background:#f1f5f9}.styles_participationTable__gkTkz td,.styles_participationTable__gkTkz th{border:1px solid #e5e7eb;font-size:15px;padding:10px}.styles_deleteBoxContainer__0\+\+Z2{display:flex;justify-content:end;margin-bottom:10px;margin-top:5px}.styles_deleteBox__VQzgJ{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.styles_imagesSection__rKdqW{margin:25px 0}.styles_participationTable__gkTkz{border-collapse:collapse;width:100%}.styles_display__HBsmj{align-items:center;display:flex;margin-left:10px}.styles_display__HBsmj input{background:#0000;outline:none}.styles_participationTable__gkTkz th{background:#f4f6f8;padding:12px;text-align:left}.styles_participationTable__gkTkz td{border-top:1px solid #e5e7eb;padding:12px;vertical-align:top}.styles_details__Od682 div{margin-bottom:6px}.styles_details__Od682 input{border:none}.styles_actionariat__KJLcK{background:#0000;border:none;min-height:120px;outline:none;width:100%}.styles_active__bCvR1{color:green;font-size:16px}.styles_inactive__HgPUh{color:red;font-size:16px}.styles_editableTableIstoric2__qSbdo td:first-child,.styles_editableTableIstoric2__qSbdo th{text-align:center!important}.styles_editableTableIstoric2__qSbdo th:first-child{text-align:center!important;width:20%}.styles_editableTableIstoric2__qSbdo th{color:#0f172a!important;font-style:normal;font-weight:700}.styles_editableTableIstoric2__qSbdo td:last-child{text-align:center!important}.styles_editableTableIstoric2__qSbdo th:first-child,td:first-child{text-align:start!important}.styles_editableTableIstoric2__qSbdo{background:#fff;border-collapse:collapse;border-radius:4px;width:100%}.styles_editableTableIstoric2__qSbdo td{border:1px solid #dee2e6;padding:1px 0}.styles_editableTableIstoric2__qSbdo td:last-child,th:last-child{text-align:center}.styles_editableTableIstoric2__qSbdo th{border:1px solid #dee2e6}.styles_editableTableIstoric2__qSbdo tr:hover{background:none}.styles_editableTableIstoric2__qSbdo thead:hover{background:#f3f4f6!important}.styles_trash__YBCo4{background:none;border:none;cursor:pointer;font-size:16px}.styles_addRow__lKGJI{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:8px 14px}.styles_navButtons__l518p{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__POWFt{display:flex;gap:20px;justify-content:flex-start;margin-top:0!important}.styles_saveButton__XKNLZ:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__yIbZl{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__GQDOG{animation:styles_spin__uj671 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__uj671{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__XKNLZ.styles_loading__JIkbh span{visibility:hidden}.styles_saveButton__XKNLZ.styles_loading__JIkbh .styles_loader__GQDOG{display:inline-block}.styles_saveButton__XKNLZ{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__XKNLZ:hover{background-color:#059669}.styles_nextButton__0Xk87{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__0Xk87:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__POWFt{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__0Xk87,.styles_saveButton__XKNLZ{max-width:300px;width:100%}}.ImagePlaceholder_imageSection__75\+pA{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addRow__Oa3Kb{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;height:35px;margin-top:15px;padding:8px 14px}.ImagePlaceholder_imageGrid__Te7ZC{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}@media (max-width:768px){.ImagePlaceholder_imageGrid__Te7ZC{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__hyoEN{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__hyoEN:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__7fa7V{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__cDN2O{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__bWaqs{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__Hk8dK{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__modS0{font-size:20px;margin-right:8px}.Navigation_navigation__ietDd{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.Navigation_saveButton__FsYKl:disabled{cursor:not-allowed;opacity:.7}.Navigation_loader__7K20S{animation:Navigation_spin__OPfx9 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes Navigation_spin__OPfx9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Navigation_saveButton__FsYKl.Navigation_loading__U9Ujd span{visibility:hidden}.Navigation_saveButton__FsYKl.Navigation_loading__U9Ujd .Navigation_loader__7K20S{display:inline-block}.Navigation_saveButton__FsYKl{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_saveButton__FsYKl:hover{background-color:#059669}.Navigation_nextButton__3weW7{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_nextButton__3weW7:hover{background-color:#f3f4f6}.Navigation_middleButton__YeYJt{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_navButtons__tRvKH{display:flex;flex-wrap:wrap;gap:20px}@media (max-width:768px){.Navigation_navigation__ietDd{align-items:center;flex-direction:column;gap:15px}.Navigation_nextButton__3weW7,.Navigation_saveButton__FsYKl{max-width:300px;width:100%}}.styles_container__yhpXH{padding:20px}.styles_mainTitle__-Cr5t{color:#1e3a8a;font-size:22px;font-weight:700;margin-bottom:25px}.styles_sectionTitle__vPY\+y{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.styles_textAreaWrapper__U1ku-{margin-bottom:35px;position:relative}.styles_textarea__v1-3K{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.styles_deleteBoxContainer__duknU{display:flex;justify-content:end;margin-bottom:10px;margin-top:5px}.styles_deleteBox__PRGyM{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.styles_dualBox__A5UEP{display:flex;gap:20px;margin-top:20px}.styles_box__VrKMn{width:50%}.styles_addBtn__6oKgf{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;margin-bottom:10px;padding:6px 12px}.styles_dashedBox__5b7RA{background:#fff;border:2px dashed #cbd5e1;border-radius:8px;color:#64748b;font-size:15px;margin-bottom:10px;padding:50px;text-align:center}.styles_addSubpoint__nQaNV{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:8px 14px}.styles_navButtons__rS0rY{display:flex;flex-wrap:wrap;gap:20px}.styles_navigation__L8Ora{display:flex;gap:20px;justify-content:flex-start;margin-top:0!important}.styles_saveButton__368XW:disabled{cursor:not-allowed;opacity:.7}.styles_middleButton__03sOo{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_loader__8eLgt{animation:styles_spin__e\+luC 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes styles_spin__e\+luC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_saveButton__368XW.styles_loading__ZIaDZ span{visibility:hidden}.styles_saveButton__368XW.styles_loading__ZIaDZ .styles_loader__8eLgt{display:inline-block}.styles_saveButton__368XW{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_saveButton__368XW:hover{background-color:#059669}.styles_nextButton__FgciF{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.styles_nextButton__FgciF:hover{background-color:#f3f4f6}@media (max-width:768px){.styles_navigation__L8Ora{align-items:center;flex-direction:column;gap:15px}.styles_nextButton__FgciF,.styles_saveButton__368XW{max-width:300px;width:100%}}.ImagePlaceholder_imageSection10__s3Iwi{display:flex;flex-direction:column;gap:10px;margin:0;width:50%}.ImagePlaceholder_addImageButton__qrIfX{background:#3b82f6;height:35px;text-align:center;width:200px}.ImagePlaceholder_imageGrid__3yRFU{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,1fr);margin-bottom:25px;width:100%}@media (max-width:768px){.ImagePlaceholder_imageGrid__3yRFU{grid-template-columns:1fr}}.ImagePlaceholder_imagePlaceholder__tDs0Z{align-items:center;background:#fff;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:100%!important}.ImagePlaceholder_placeholderIcon__WeX5C{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__Xr6aD{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__zUIVn{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__qrIfX{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__-2yts{font-size:20px;margin-right:8px}.styles_mainCard__dlVXd{padding:40px}.styles_sectionTitle__UXBAd{background:#fff;border-radius:4px;color:#0f172a;font-size:16px;font-weight:700;margin-bottom:10px!important;padding:14px 18px}.SectionHeader_mainTitle__1Gp4j{color:#1e3a8a;font-size:26px;font-weight:700;margin-bottom:30px}.SectionHeader_sectionTitle__Ge-zX{background:#fff;color:#0f172a;font-size:20px;font-weight:700;margin-bottom:20px!important;margin-top:10px;padding:10px}.SectionHeader_secondhalf__2sIh2{left:10px}.SectionHeader_input__OEeHY{border-radius:5px;height:200px;width:1360px}.SectionHeader_textAreaWrapper__bhwDd{margin-bottom:35px;position:relative}.SectionHeader_textarea__EQAGy{border:2px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:16px;min-height:140px;padding:14px;width:100%}.SectionHeader_deleteBoxContainer__LhycN{display:flex;justify-content:flex-end;margin-bottom:10px;margin-top:5px}.SectionHeader_deleteBox__WMYpr{background:#9ca3af;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:6px 14px}.FinancialTable_container__Z93go{width:100%!important}input{background:#0000;border:none;outline:none}.FinancialTable_title__QLA0J{background:#fff;font-size:16px;margin-bottom:20px;padding:10px}.FinancialTable_subtitle__DsuZT{color:#6b7280;font-size:15px;margin-bottom:12px}.FinancialTable_finTable__DSrVM{background:#fff;border-collapse:collapse;font-size:15px;margin-bottom:20px;padding:10px!important;width:100%}.FinancialTable_finTable__DSrVM th{style:bold;background-color:#f1f5f9!important;color:#0f172a;font-size:16px;font-weight:700;text-align:left;width:100%}.FinancialTable_finTable__DSrVM td,.FinancialTable_finTable__DSrVM th{border-bottom:1px solid #e5e7eb;padding:10px}.FinancialTable_label__AKZyv{color:#111827}.FinancialTable_value__YNXC-{color:#374151}.ImagePlaceholder_imageSection__5tGhl{display:flex;gap:50px;margin:30px 0}.ImagePlaceholder_addImageButton__9bSWU{background:#3b82f6;height:50px}.ImagePlaceholder_imageGrid__GTSS9{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:25px;max-width:900px}.ImagePlaceholder_imagePlaceholder__fwY72{align-items:center;background-color:#f8f9fa;border:2px dashed #bdc3c7;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;transition:.3s;width:350px!important}.ImagePlaceholder_imagePlaceholder__fwY72:hover{background-color:#ecf0f1;border-color:#3498db}.ImagePlaceholder_placeholderIcon__erPy4{color:#95a5a6;font-size:18px}.ImagePlaceholder_placeholderText__XYIHZ{color:#7f8c8d;font-size:15px;font-style:italic;text-align:center}.ImagePlaceholder_previewImage__07PQt{border-radius:8px;height:100%;object-fit:cover;width:100%}.ImagePlaceholder_addImageButton__9bSWU{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;padding:12px 25px}.ImagePlaceholder_addIcon__\+uo3u{font-size:20px;margin-right:8px}@media (max-width:768px){.ImagePlaceholder_imageGrid__GTSS9{grid-template-columns:1fr}}.Navigation_navigation__EbmzI{display:flex;gap:20px;justify-content:flex-start;margin-top:30px}.Navigation_saveButton__HqYxH:disabled{cursor:not-allowed;opacity:.7}.Navigation_loader__IyJjA{animation:Navigation_spin__ZHHGe 1s linear infinite;border:3px solid #ffffff80;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;margin:0 auto;vertical-align:middle;width:18px}@keyframes Navigation_spin__ZHHGe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Navigation_saveButton__HqYxH.Navigation_loading__3u2Uk span{visibility:hidden}.Navigation_saveButton__HqYxH.Navigation_loading__3u2Uk .Navigation_loader__IyJjA{display:inline-block}.Navigation_saveButton__HqYxH{background-color:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_saveButton__HqYxH:hover{background-color:#059669}.Navigation_nextButton__\+1Aeh{background-color:#fff;border:1px solid #2563eb;border-radius:4px;color:#2563eb;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_nextButton__\+1Aeh:hover{background-color:#f3f4f6}.Navigation_middleButton__flGU2{border:1px solid #e5e7eb;border-radius:4px;color:#64748b;cursor:pointer;font-size:16px;font-weight:400;height:30px;min-width:180px;padding:0 30px}.Navigation_navButtons__i1GQa{display:flex;flex-wrap:wrap;gap:20px}@media (max-width:768px){.Navigation_navigation__EbmzI{align-items:center;flex-direction:column;gap:15px}.Navigation_nextButton__\+1Aeh,.Navigation_saveButton__HqYxH{max-width:300px;width:100%}}.message-label{font-size:16px;font-weight:500}.summary-card{border-radius:px}.summary-value{margin-top:12px}.projects-row{grid-gap:20px;gap:20px}.project-card{border-radius:18px}.project-card-analyst{border-radius:4px}.dot{height:20px;width:20px}.dot.green1{background:#85e8aa}.dot.orange1{background:#f4b78c}.dot.red1{background:#ca9da5}.dot.yellow1{background:#f5fd63}.humint-card{margin-bottom:28px;padding:18px 22px}.humint-table td,.humint-table th{text-align:start!important}.calendar-card{padding:18px 22px}.dashboard{background-color:#f3f6fd;color:#1f2933;padding:24px 40px}.message-card{background-color:#a3d5f7;border-radius:4px;box-shadow:0 8px 18px #0f172a0f;color:#000;display:flex;flex-direction:column;gap:12px;padding:16px 20px;text-decoration:none}.message-label{color:#333;font-size:18px;font-style:italic;font-weight:700;gap:6px}.message-footer,.message-label{align-items:center;display:flex}.message-footer{justify-content:space-between;margin-top:1rem}.message-count{font-size:24px;font-weight:700}.requestedCount{align-items:center;display:flex;justify-content:space-between}.requestedCount>div:first-child{font-size:24px;font-weight:700}.add-button{width:150px}.add-button,.message-button{background:linear-gradient(90deg,#4f46e5,#1ec6cd);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:8px 14px}.message-button:hover{background:linear-gradient(90deg,#1ec6cd,#4f46e5)}.top-summary{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.summary-card{background:#fff;border-radius:4px;box-shadow:0 8px 18px #0f172a0f;display:flex;flex-direction:column;gap:25px;justify-content:space-between;padding:16px 20px}.summary-title{align-items:center;display:flex;font-size:18px;font-weight:700;gap:8px}.summary-icon{font-size:18px}.summary-value{font-size:24px;font-weight:700}.summary-sub{color:#6b7280;font-size:16px;margin-top:12px}.section-sales-title{font-size:18px;font-weight:700;margin:16px 0 10px}.section-sales-title.no-margin{margin-top:1.5rem}.projects-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.4fr 1.4fr}.analyst-title{font-size:1rem;margin-bottom:.8rem}.project-card{border-radius:4px}.project-card,.project-card-analyst{background:#fff;box-shadow:0 8px 18px #0f172a0f;padding:18px 22px}.project-card-analyst{border-radius:18px}.project-header{display:flex;justify-content:space-between}.project-name{font-size:15px;font-weight:700;text-transform:capitalize}.sales-section-title{background:#fff;border-radius:4px;font-size:18px;padding:14px 18px}.status-sales-text{font-weight:700}.project-deadline-wrapper{align-items:end;display:flex;flex-direction:column;gap:12px}.deadline-pill{background:#e2e8f0;border-radius:999px;color:#000;font-size:16px;font-weight:700;padding:6px 12px}.status-dot-wrapper{flex-direction:row-reverse;margin-right:8px}.status-dot-wrapper,.status-dot-wrapper-analyst{align-items:center;color:#6b7280;display:flex;font-size:15px;gap:4px;justify-content:center}.status-dot-wrapper-analyst{flex-direction:row}.pill-analyst{align-items:center;border:1px solid #e5e7eb;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-size:10px;font-weight:500;gap:2px;justify-content:center;padding:6px 30px}.dot{height:10px!important;width:10px!important}.status-text-analyst{font-size:15px;margin-right:8px}.dot.red{background:#f43f5e}.dot.yellow{background:#fdd302}.dot.gray{background:#50504f}.dot.purple{background:#7b02fd}.dot.blue{background:#023dfd}.project-info{color:#64748b;font-size:15px;font-weight:700;margin-top:12px}.project-info div+div{margin-top:2px}.progress-block{margin-top:14px}.progress-header{color:#64748b;font-size:15px;font-weight:700}.progress-bar{background:#e5e7eb;border-radius:999px;height:7px;margin-top:6px;overflow:hidden}.progress-fill{border-radius:999px;height:100%}.progress-fill.blue{background:#3b82f6}.btn:hover{border:1px solid #000;color:#000}.progress-fill.purple{background:#3b82f6}.progress-footer{color:#64748b;font-size:16px;font-weight:700;margin-top:6px}.sales-btn{border:none;border-radius:99px;cursor:pointer;font-size:16px;font-weight:600}.pill{min-width:6rem;padding:8px 20px}.sales-btn.blue{background:#3b82f6;color:#fff}.sales-btn.green{background:#10b981;color:#fff}.sales-btn.red{background:#f61c24;color:#fff}.sales-btn.violet{background:#bb7ff6;color:#fff}.sales-btn.outline{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.sales-btn.small{font-size:15px;padding:6px 12px}.project-actions{display:flex;gap:15px;margin-top:16px}.humint-card{background:#fff;border-radius:4px;box-shadow:0 8px 18px #0f172a0f;margin-bottom:0;padding:24px}.humint-table{border-collapse:collapse;font-size:15px;table-layout:fixed;width:100%}.humint-table th{background:#fff;color:#6b7280;font-weight:600;padding:12px 0;text-align:center;width:25%}.humint-table td{border-top:1px solid #f3f4f6;font-weight:700;padding:10px 0;text-align:center;vertical-align:middle;width:25%}.humint-table td:first-child,.humint-table th:first-child{padding-left:10px}.humint-table td:last-child,.humint-table th:last-child{padding-right:10px}.humint-table .pill-analyst{display:inline-block;max-width:200px}.status-badge{border-radius:999px;font-size:15px;font-weight:700;padding:4px 20px}.status-badge.yellow{background:#fef3c7;color:#92400e}.status-badge.green{background:#dcfce7;color:#000}.status-badge.gray{background:#e5e7eb;color:#374151}.bottom-row{display:flex;flex-direction:column;gap:16px;width:50vw}.calendar-card{background:#fff;border-radius:4px;box-shadow:0 8px 18px #0f172a0f;padding:24px;width:100%}.calendar-list{font-size:15px;font-weight:700;list-style:none;margin:16px 0 0;padding:0}.calendar-list li{align-items:center;display:flex;gap:8px;margin-bottom:8px}.contacts{border:1px solid #e5e7eb;border-radius:14px;padding:8px 0}.contact-row{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:8px;padding:7px 10px}.contact-row:hover{background:#f3f4ff}.contact-row.active{background:#eef2ff}.avatar{align-items:center;background:#4f46e5;border-radius:999px;color:#fff;display:flex;font-size:15px;font-weight:600;height:26px;justify-content:center;width:26px}.conversation{border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;padding:10px 12px 12px}.conv-header{margin-bottom:8px}.conv-title{color:#9ca3af}.conv-subtitle,.conv-title{font-size:15px;font-weight:600}.conv-subtitle{margin-top:2px}.conv-message-placeholder{background:#f3f4f6;border-radius:999px;height:26px;margin-top:10px}.conv-message-placeholder.small{margin-top:6px;width:60%}.conv-input{border:1px solid #e5e7eb;border-radius:12px;font-size:16px;margin-top:14px;min-height:70px;padding:8px 10px;resize:none}.conv-input:focus{border-color:#6366f1;outline:none}.conv-footer{display:flex;gap:8px;justify-content:space-between;margin-top:10px}.no-margin-analyst{margin:0}@media (max-width:1100px){.top-summary{grid-template-columns:repeat(2,1fr)}.projects-row{grid-template-columns:1fr}.bottom-row{max-width:100%;width:100%}}@media (max-width:700px){.dashboard{padding:16px}.summary-card{padding:12px 14px}.bottom-row{flex-direction:column;padding:0;width:100%}.calendar-card{width:100%}.calendar-list li{flex-wrap:wrap;font-size:16px}.humint-card,.messenger-card,.project-card{padding:14px}.messenger-body{grid-template-columns:1fr}}@media (max-width:480px){.bottom-row{width:90%}.calendar-card{padding:14px 16px}.calendar-list{font-size:16px}.calendar-list li span{line-height:18px}}._404_cia-404-wrapper__QjCfd{align-items:center;background:linear-gradient(180deg,#eaf4ff,#e3f0ff 60%,#e8f3ff);display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:32px 16px}._404_cia-404-card__NZvtr{background:#fff;border:1px solid #94a3b829;border-radius:28px;box-shadow:0 18px 45px #0f172a0f;max-width:720px;overflow:hidden;padding:48px 40px 40px;position:relative;text-align:center;width:100%}._404_cia-404-card__NZvtr:before{background:linear-gradient(90deg,#0ea5e9,#3b82f6,#6366f1);content:"";height:4px;inset:0;position:absolute}._404_cia-404-card__NZvtr:after{background:radial-gradient(circle at 0 0,#60a5fa14,#0000 60%);content:"";inset:-80px;opacity:.7;pointer-events:none;position:absolute}._404_cia-404-badge__\+HQ2x{align-items:center;animation:_404_cia404-float__CN4I9 4s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:999px;box-shadow:0 10px 26px #2563eb59;color:#fff;display:inline-flex;font-size:64px;font-weight:800;justify-content:center;letter-spacing:10px;margin-top:8px;padding:22px 70px;position:relative;text-transform:uppercase;transform:translateY(0)}._404_cia-404-badge__\+HQ2x:before{background:linear-gradient(145deg,#ffffff61,#ffffff0a);border-radius:inherit;content:"";inset:6px 16px;opacity:.9;pointer-events:none;position:absolute}._404_cia-404-badge__\+HQ2x>*{position:relative;z-index:1}@keyframes _404_cia404-float__CN4I9{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._404_cia-404-title__\+3JYt{animation:_404_fadeSlide__XrYbL .7s ease-out;color:#1f2937;font-size:24px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;margin-top:26px;opacity:.9;text-shadow:0 1px 2px #0000000a;transform:translateY(0)}._404_cia-404-illu__f9R4V{height:170px;margin:30px auto 28px;position:relative;width:260px}._404_cia-404-circle__JVLcp{background:radial-gradient(circle at 20% 20%,#fff,#e5f1ff);border:1px solid #94a3b873;border-radius:999px;box-shadow:0 8px 18px #0f172a0a;position:absolute}._404_big__WFNkD{height:150px;left:56px;top:12px;width:150px}._404_medium__5K80k{background:radial-gradient(circle at 20% 20%,#f9fafb,#edf0f5);bottom:6px;height:78px;left:4px;width:78px}._404_small__I7N2c{background:radial-gradient(circle at 20% 20%,#eff6ff,#dbeafe);bottom:10px;height:70px;right:14px;width:70px}._404_cia-404-dots__xwTXO{align-items:center;display:flex;inset:0;justify-content:space-between;padding:0 32px;position:absolute}._404_cia-404-dots__xwTXO span{animation:_404_cia404-pulse__HOjP8 1.8s ease-in-out infinite;background:#3b82f6;border-radius:999px;height:8px;opacity:.18;width:8px}._404_cia-404-dots__xwTXO span:nth-child(2){animation-delay:.25s}._404_cia-404-dots__xwTXO span:nth-child(3){animation-delay:.5s}@keyframes _404_cia404-pulse__HOjP8{0%,to{opacity:.22;transform:translateY(0)}50%{opacity:.7;transform:translateY(-5px)}}._404_cia-404-button__rcr9i{align-items:center;background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 14px 32px #2563eb59;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-style:italic;font-weight:700;gap:8px;justify-content:center;letter-spacing:.02em;margin-top:6px;outline:none;padding:11px 30px;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}._404_cia-404-button__rcr9i:hover{box-shadow:0 18px 40px #2563eb6b;filter:brightness(1.06);transform:translateY(-2px)}._404_cia-404-button__rcr9i:active{box-shadow:0 10px 24px #2563eb66;transform:translateY(0) scale(.97)}@media (max-width:600px){._404_cia-404-card__NZvtr{border-radius:22px;max-width:95%;padding:32px 20px 30px}._404_cia-404-badge__\+HQ2x{font-size:48px;letter-spacing:6px;padding:16px 44px}._404_cia-404-title__\+3JYt{font-size:18px}._404_cia-404-illu__f9R4V{height:145px;margin:24px auto 22px;width:210px}._404_big__WFNkD{height:130px;left:46px;width:130px}._404_medium__5K80k{height:70px;width:70px}._404_small__I7N2c{height:62px;width:62px}}.app-bg{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100%;max-height:100%;overflow:auto;width:100%}.app-shell{flex:1 1;width:100%}.Mheader{align-items:center;display:flex;height:5vh;justify-content:space-between;margin-bottom:14px;width:100%}.header-title{color:#111827;font-size:20px;font-style:italic;font-weight:700}.header-actions{display:flex;gap:8px}.btn-outline,.btn-primary{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-size:16px;font-style:italic;font-weight:700;gap:6px;padding:2px 18px}.btn-primary{background:linear-gradient(90deg,#2563eb,#4f46e5);border:none;color:#fff;padding:12px 24px}.btn-outline{background:#fff;border:1px solid #d1d5db;color:#111827}.btn-outline:hover,.btn-primary:hover,.pill:hover{filter:brightness(.97)}.btn-icon{font-size:16px}.input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px!important;font-size:16px!important;outline:none;padding:12px 14px!important}.search-input{background:#0000;border:none;border-bottom:1px solid #0000;border-radius:0!important;font-size:18px!important;outline:none;width:100%!important}.chat-search::placeholder,.search-input::placeholder{font-style:italic}.input-with-icon{align-items:center;border-radius:4px;gap:20px;position:relative;width:100%}.input-with-icon .input{width:100%}.input-search-icon{color:#9ca3af;font-size:16px;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.toolbar{align-items:center;background:#f8faff;border-bottom:1px solid #e5e7eb;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;gap:12px;justify-content:space-between;padding:12px}.toolbar-left{flex:0 0 100%}.toolbar-center{align-items:start;display:flex;flex:1 1;justify-content:start;padding:0 12px}.toolbar-pill-group{align-items:center;display:flex;gap:12px}.toolbar-right{flex:0 0 auto}.pill{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;color:#6b7280;cursor:pointer;display:inline-flex;font-size:10px;font-weight:500;gap:2px;justify-content:center;padding:6px 10px}.rightCreateGroup button.pill{background:linear-gradient(90deg,#2563eb,#4f46e5);border-radius:4px!important;color:#fff;font-size:16px!important;font-weight:600!important;padding:8px 2px!important}.pill-active{background:#2563eb;border-color:#0000}.pill-warning{background:#fef3c7;border-radius:1rem;color:#854d0e}.pill-icon{font-size:15px}.pill-unique{background:#eef2ff;border-radius:4px;font-size:16px!important;max-height:1.4rem;min-height:1.4rem;min-width:4rem;padding-inline:12px}.pill-active{background:linear-gradient(90deg,#2563eb,#4f46e5);border-color:#2563eb;border-radius:4px;box-shadow:0 2px 6px #2563eb59;color:#fff;font-weight:600}.pill:hover{background:#e0e7ff;color:#1e3a8a}.body{align-items:stretch;flex-direction:row;flex-grow:1;height:100%;max-height:100%;overflow-y:hidden!important;width:100%}.body,.card{display:flex;gap:12px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;box-sizing:border-box;flex-direction:column;overflow:auto;padding:0}.sidebar-left-header{align-items:baseline;display:flex;font-size:18px!important;justify-content:space-between;padding:0 12px}.label-muted{color:#6b7280;font-size:18px!important;font-weight:700}.label-small{color:#9ca3af;font-size:16px!important}.conversation-list{display:flex;flex-direction:column;gap:8px;height:100%;overflow-y:auto;padding:0 12px}.conversation-list::-webkit-scrollbar{width:5px}.conversation-list::-webkit-scrollbar-track{background:#0000}.conversation-list::-webkit-scrollbar-thumb{background:#a1a1a14d;border-radius:20px}.conversation-item{align-items:center;background:#fff;border:1px solid #0000;border-radius:4px;cursor:pointer;display:flex;padding:7px 8px}.conversation-item-active{border-color:#2563eb33;box-shadow:0 0 0 1px #2563eb1a}.conversation-avatar{background:linear-gradient(135deg,#22c55e,#16a3e5);border-radius:999px;height:26px;margin-right:8px;width:26px}.conversation-main{flex:1 1;min-width:0}.conversation-name{align-items:center;color:#111827;display:flex;font-size:18px!important;font-weight:500;justify-content:space-between;position:relative}.conversation-name span{flex:1 1;min-width:0}.conversation-sub{color:#9ca3af;font-size:16px!important}.conversation-meta{gap:4px}.dot{border-radius:999px;height:6px;width:6px}.dot.green{background:#22c55e}.dot.orange{background:#f97316}.dot.red{background:#ef4444}.chat{display:flex;flex-direction:column;flex-grow:1;gap:0}.chat-header{background:#f8faff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:12px}.chat-header,.chat-header-left{align-items:center;display:flex}.chat-header-left{gap:10px}.chat-title{font-size:16px;font-style:italic;font-weight:700}.chat-tags{display:flex;gap:6px}.chat-tags,.tag{align-items:center}.tag{border-radius:999px;display:inline-flex;font-size:15px;gap:4px;padding:4px 10px}.tag-pin{background:#e0ecff;color:#1d4ed8}.tag-mute{background:#fef3c7;color:#92400e}.tag-archive{background:#e5e7eb;color:#4b5563}.tag-icon{font-size:16px}.chat-search-wrapper{display:flex;font-size:18px!important;max-width:230px}.chat-search{width:100%}.chat-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.attachment-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;min-width:120px;padding:8px 10px}.attachment-name{align-items:center;display:flex;font-size:16px;font-weight:500;gap:6px}.attachment-icon{font-size:16px}.attachment-sub{color:#9ca3af;font-size:15px}.chat-messages{background:#fff;display:flex;flex:1 1;flex-direction:column;overflow:auto;padding:24px}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-track{background:#0000}.chat-messages::-webkit-scrollbar-thumb{background:#a1a1a14d;border-radius:20px}.message{border-radius:16px;font-size:15px;max-width:70%;padding:8px 12px}.message-out{background:#e0ecff;color:#111827;margin-left:auto}.chat-composer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;padding:12px}.chat-composer-left{flex:1 1}.composer-input{width:100%}.composer-send{font-size:16px!important}.sidebar-right-section+.sidebar-right-section{margin-top:8px;padding:12px}.section-title{color:gray;font-size:18px!important;font-weight:600;margin-bottom:4px}.section-subtitle{color:gray;font-size:16px!important;font-weight:600;margin-bottom:6px}.member-list{display:flex;flex-direction:column;gap:6px;height:32vh;overflow-y:auto;padding:12px}.member-list::-webkit-scrollbar{width:5px}.member-list::-webkit-scrollbar-track{background:#0000}.member-list::-webkit-scrollbar-thumb{background:#a1a1a14d;border-radius:20px}.member-row{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;padding:5px 6px}.member-avatar{border-radius:999px;height:22px;margin-right:8px;width:22px}.member-avatar-0{background:linear-gradient(135deg,#f97316,#facc15)}.member-avatar-1{background:linear-gradient(135deg,#22c55e,#16a34a)}.member-avatar-2{background:linear-gradient(135deg,#3b82f6,#6366f1)}.member-avatar-3{background:linear-gradient(135deg,#ec4899,#8b5cf6)}.member-avatar-4{background:linear-gradient(135deg,#0ea5e9,#14b8a6)}.member-avatar-5{background:linear-gradient(135deg,#ef4444,#f87171)}.member-avatar-6{background:linear-gradient(135deg,#10b981,#34d399)}.member-avatar-7{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.member-avatar-8{background:linear-gradient(135deg,#14b8a6,#2dd4bf)}.member-avatar-9{background:linear-gradient(135deg,#f43f5e,#fb7185)}.member-name{flex:1 1;font-size:16px}.member-controls{display:flex;gap:4px}.circle-btn{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;font-size:16px;height:20px;padding:0;width:30px}.full-width{width:100%}.rightCreateGroup{align-items:center;background:#f8faff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px;width:100%}.chat-bubble,.sidebar-right-section{display:flex;flex-direction:column}.chat-bubble{border-radius:4px;margin:8px;max-width:70%;padding:10px 14px;position:relative}.chat-bubble.me{background-color:#f4f7ff;border-top-right-radius:0;font-size:18px!important;margin-left:auto;text-align:right}.chat-bubble.other{background-color:#fff;border:1px solid #e6e6e6;border-top-left-radius:0;margin-right:auto;text-align:left}.bubble-text{color:#111;font-size:15px;margin-bottom:4px}.bubble-footer{align-items:center;color:gray;display:flex;font-size:15px;gap:6px}.bubble-name{color:#0d6efd;font-weight:700}.bubble-time{color:#666;font-size:15px}.mt-8{margin-top:8px}.audit-list{font-size:15px;font-weight:600;height:23vh;list-style:none;margin:0;overflow-y:auto;padding-left:0}.audit-list::-webkit-scrollbar{width:5px}.audit-list::-webkit-scrollbar-track{background:#0000}.audit-list::-webkit-scrollbar-thumb{background:#a1a1a14d;border-radius:20px}.audit-list li+li{margin-top:3px}.sidebar-right{position:relative}.sidebar-right-footer{bottom:15px;display:flex;gap:12px;margin-top:30px!important;padding:12px 12px 0;position:absolute;width:100%}.sidebar-right-footer>button{align-items:center;background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff;display:flex;font-size:16px!important;font-weight:600;justify-content:center;padding:6px 14px;width:100%}.sidebar-right-footer>button.remove{background:linear-gradient(135deg,#ef4444,#f87171)}.floating-user-tag{background:#7c3aed;border-radius:999px;bottom:-16px;box-shadow:0 10px 25px #7c3aed73;color:#fff;font-size:16px;font-weight:500;padding:6px 14px;position:absolute;right:48px}.flex-start{font-size:16px!important;margin-top:5px;text-align:end}.sidebar-pin-icon{color:gray;font-size:16px;margin-left:6px;position:absolute;right:-40px;transform:rotate(35deg)}.chat-loading-messages{align-items:center;display:flex;justify-content:center;padding:10px}.spinner{animation:spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top-color:#555;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes skeleton-loading{0%{background-color:#e2e2e2}50%{background-color:#f3f3f3}to{background-color:#e2e2e2}}.skeleton-bubble{animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:10px;margin:10px 0;padding:12px;width:70%}.skeleton-left{align-self:flex-start;background:#ddd}.skeleton-right{align-self:flex-end;background:#ccc}.skeleton-line{animation:skeleton-loading 1.2s ease-in-out infinite;border-radius:5px;height:10px;margin-bottom:8px}.skeleton-line.short{width:40%}.skeleton-line.long{width:80%}@media (max-width:1024px){.body{grid-template-columns:1fr}.sidebar-left,.sidebar-right{order:-1}}.app-bg,.app-shell,.body,.chat,.sidebar-left,.sidebar-right{min-height:0}.chat,.sidebar-left,.sidebar-right{min-width:0}.option-dots{cursor:pointer;display:flex;flex-direction:column;gap:3px}.option-dots>div{background:#373e55b5;border-radius:50px;height:6px;width:6px}.Team_teamWrapper__0YY9I{background:#fff;border-radius:12px;box-shadow:0 3px 12px #00000012;font-weight:700;margin-bottom:10px;padding:20px}.Team_teamTitle__9Rq51{font-size:20px;margin-bottom:15px}.Team_teamTable__0v6YM{width:100%}.Team_teamHeader__X4GGs{background-color:#fafafc;font-size:16px;font-weight:700;margin-bottom:10px;opacity:.7;padding:12px}.Team_teamHeader__X4GGs,.Team_teamRow__6ycFS{border:1px solid #d3d3d3;border-radius:10px;display:grid;grid-template-columns:30% 10% 15% 30% 15%}.Team_teamRow__6ycFS{align-items:center;margin-bottom:5px;padding:12px 10px}.Team_col__SM7rU{font-size:16px}.Team_purple__Fzem8{background:#6d28d9}.Team_initialBadge__t94EJ,.Team_purple__Fzem8{border-radius:50%;color:#fff;font-size:10px;font-weight:600;margin-right:10px;padding:12px 8px}.Team_initialBadge__t94EJ{background:#94a3b8}.Team_name__4EDbE{align-items:center;display:flex;font-size:16px}.Team_score__1r\+qO{font-size:16px;font-weight:600}.Team_stateBadge__-GuUQ{border-radius:12px;font-size:15px;padding:6px 12px}.Team_work__RPOoF{background:#d6fbe6;color:#1a9a4e}.Team_free__zpexI{background:#e6e6ee;color:#666}.Team_progresBar__HoQAq{background:#e9e9e9;border-radius:10px;height:13px;margin-bottom:4px;width:50%}.Team_progresFill__T7njo{background:linear-gradient(90deg,#6a5af9,#1ec6cd);border-radius:10px;height:13px}.Team_progressNumber__6nn3o{font-size:15px;opacity:.8}.Team_deleteBtn__cBqQw,.Team_openBtn__oA1Fj{background:#fff;border:1px solid #ddd;border-radius:10px;cursor:pointer;font-size:15px;padding:6px 10px}.Team_deleteBtn__cBqQw{margin-left:6px}.Team_teamFooterActions__HpTjp{display:flex;gap:14px;margin-top:20px}.Team_pillBtn__XszuJ{align-items:center;border-radius:8px;box-shadow:0 4px 10px #00000026;box-sizing:border-box;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:600;height:40px;justify-content:center;outline:none;width:230px}.Team_addBtn__XQjt8{background:#fff;border:1px solid #2563eb;box-shadow:0 3px 8px #0f172a14!important;color:#2563eb;gap:6px}.Team_pagination__YIRPi{align-items:center;display:flex;gap:12px;justify-content:end;padding:20px 0}.Team_pagination__YIRPi button{background:#fff;border:1px solid #d1d8ee;border-radius:6px;cursor:pointer;padding:6px 12px}.Team_pagination__YIRPi button:disabled{cursor:not-allowed;opacity:.4}.Team_pagination__YIRPi select{border:1px solid #d1d8ee;border-radius:6px;padding:6px 10px}.Team_addIcon__AXQKx{font-size:16px}.Team_listBtn__YSA2n{background:#2563eb!important;border:none!important;color:#fff!important}.Team_addBtn__XQjt8:hover,.Team_listBtn__YSA2n:hover{filter:brightness(1.06);transform:translateY(-1px);transition:all .2s ease}@media (max-width:992px){.Team_teamHeader__X4GGs,.Team_teamRow__6ycFS{gap:10px;grid-template-columns:1fr;padding:15px 0}.Team_teamFooterActions__HpTjp{align-items:flex-start;flex-direction:column}}.popup-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.popup-card{animation:popupFade .2s ease-out;background:#fff;border-radius:18px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;max-height:500px;padding:20px;width:80vh}@keyframes popupFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-header{align-items:center;display:flex;justify-content:space-between}.popup-header h3{font-size:20px;font-weight:600;margin:0}.popup-close{background:none;border:none;cursor:pointer;font-size:24px}.popup-user-list{margin-top:15px;max-height:320px;overflow-y:auto}.popup-user-row{background:#f8f9fa;border-radius:12px;margin-bottom:12px;padding:10px;position:relative}.popup-avatar,.popup-user-row{align-items:center;display:flex}.popup-avatar{border-radius:50%;color:#fff;font-weight:700;height:40px;justify-content:center;margin-right:12px;width:40px}.avatar-0{background:#ff6b6b}.avatar-1{background:#845ef7}.avatar-2{background:#339af0}.avatar-3{background:#51cf66}.avatar-4{background:#fcc419}.popup-user-info{flex:1 1}.popup-user-name{font-size:16px;font-weight:600}.popup-user-date{color:gray;font-size:16px}.status-added{background:#d3f9d8;color:#2f9e44}.status-added,.status-rejected{border-radius:12px;font-size:16px;padding:4px 10px}.status-rejected{background:#ffe3e3;color:#c92a2a}.popup-checkbox{cursor:pointer;margin-left:12px;transform:scale(1.2)}.popup-add-btn{background:#5b7fff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:12px;transition:.2s;width:100%}.popup-add-btn:hover{background:#4764d9}.popup-search{margin:10px 0 12px;position:relative;width:100%}.popup-search-icon{color:#7a7a7a;font-size:18px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.popup-search input{background:#f9f9f9;border:1px solid #dcdcdc;border-radius:10px;font-size:16px;outline:none;padding:10px 12px 10px 40px;transition:.3s;width:100%}.popup-search input:focus{background:#fff;border-color:#5b7fff;box-shadow:0 0 0 2px #5b7fff33}.bubble-seen{color:#4a9eff;font-size:15px;margin-left:8px}.unread-badge{background:linear-gradient(180deg,#6d28d9,#14b8a6);border-radius:20px;color:#fff;font-size:16px;font-weight:700;padding:4px 10px}.conversation-meta{align-items:center;display:flex;justify-content:flex-end;min-width:40px}.Header_container__T8k4I{display:flex;justify-content:center;margin-top:16px;width:100%}.Header_box__DP5zJ{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a14;display:flex;gap:32px;max-width:1500px;padding:16px 22px;width:96%}.Header_backBtn__hsuCP{align-items:center;background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 4px 12px #6d28d940;color:#fff;cursor:pointer;display:flex;font-size:16px;font-style:italic;font-weight:600;gap:8px;padding:10px 20px;transition:transform .15s ease,box-shadow .15s ease}.Header_backBtn__hsuCP:hover{box-shadow:0 6px 18px #6d28d94d;transform:translateY(-1px)}.Header_backBtnIcon__wvR7t{stroke:#fff;align-items:center;display:flex;justify-content:center}.Header_title__86BPB{color:#0f172a;font-size:20px;font-style:italic;font-weight:700}.TypeSelection_container__xiOO7{align-items:center;display:flex;flex-direction:column;margin-top:20px;width:100%}.TypeSelection_row__dvDfo{display:flex;gap:16px;max-width:1500px;width:96%}.TypeSelection_card__EnSnH{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 20px #0f172a14;cursor:pointer;display:flex;flex:1 1;gap:12px;min-height:115px;padding:22px 20px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .15s ease}.TypeSelection_card__EnSnH:hover{border-color:#94a3b8;transform:translateY(-1px)}.TypeSelection_cardActive__zqlU2{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e526}.TypeSelection_radioWrapper__FjR\+n{margin-top:4px}.TypeSelection_radioOuter__Xyhnb{align-items:center;background:#fff;border:2px solid #cbd5f5;border-radius:999px;display:inline-flex;height:18px;justify-content:center;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;width:18px}.TypeSelection_radioOuterActive__2rEtw{background:#eef2ff;border-color:#4f46e5;box-shadow:0 0 0 3px #818cf859}.TypeSelection_radioInner__kC-Nq{background:radial-gradient(circle,#4f46e5 0,#22c1c3 100%);border-radius:999px;height:8px;width:8px}.TypeSelection_textBlock__6o7rz{display:flex;flex-direction:column;gap:4px}.TypeSelection_title__tPLN4{color:#0f172a;font-size:15px;font-style:italic;font-weight:700}.TypeSelection_subtitle__Gd941{color:#64748b;font-size:15px;font-style:italic}@media (max-width:768px){.TypeSelection_row__dvDfo{flex-direction:column}}.UserTable_tableWrapper__jDSNd{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 20px #0f172a14;margin-top:16px;max-width:1500px;padding:18px 20px;width:96%}.UserTable_tableHeader__aQz1t{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.UserTable_tableTitle__zV2fk{color:#0f172a;font-size:16px;font-style:italic;font-weight:700}.UserTable_bulkActionBtn__x-ybJ{background:linear-gradient(90deg,#6d28d9,#14b8a6);border:none;border-radius:999px;box-shadow:0 4px 12px #6d28d940;color:#fff;cursor:pointer;font-size:15px;font-style:italic;font-weight:600;padding:8px 14px;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.UserTable_bulkActionBtn__x-ybJ:hover{box-shadow:0 6px 18px #6d28d94d;opacity:.95;transform:translateY(-1px)}.UserTable_table__sftW5{border-collapse:collapse;font-size:15px;table-layout:fixed;width:100%}.UserTable_table__sftW5 thead{background:#f8fafc}.UserTable_table__sftW5 td,.UserTable_table__sftW5 th{border-bottom:1px solid #e5e7eb;color:#0f172a;height:48px;padding:12px 18px;text-align:left;vertical-align:middle}.UserTable_thName__2fqN7{width:25%}.UserTable_thEmail__6h6Yh{width:35%}.UserTable_thRole__Mva5Z{width:20%}.UserTable_thAction__n0y9K{text-align:right;width:20%}.UserTable_table__sftW5 td:not(:first-child),.UserTable_table__sftW5 th:not(:first-child){padding-left:32px}.UserTable_tr__E6g\+a{cursor:pointer;transition:background-color .12s ease}.UserTable_tr__E6g\+a:hover{background-color:#f9fafb}.UserTable_trSelected__Eahb6{background-color:#eef2ff}.UserTable_nameCell__Jr1ug span{display:inline-block;vertical-align:middle}.UserTable_checkbox__8XgXx{cursor:pointer;margin-right:10px!important;vertical-align:middle}.UserTable_emailCell__NJkS9{word-break:break-all}.UserTable_roleCell__D-yby{text-transform:lowercase}.UserTable_actionCell__K\+3dC{text-align:right}.UserTable_actionBtn__y0MVt{background:linear-gradient(90deg,#4f46e5,#14b8a6);border:none;border-radius:999px;box-shadow:0 3px 10px #4f46e540;color:#fff;cursor:pointer;font-size:16px;font-style:italic;font-weight:600;padding:6px 12px;transition:transform .15s ease,box-shadow .15s ease,opacity .1s ease}.UserTable_actionBtn__y0MVt:hover{box-shadow:0 5px 16px #4f46e559;opacity:.96;transform:translateY(-1px)}.UserTable_popupOverlay__eYdbn{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.UserTable_popup__YHXgS{background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026;padding:20px;width:320px}.UserTable_popupInput__WftXR{border:1px solid #d1d5db;border-radius:6px;margin:12px 0 16px;padding:10px;width:100%}.UserTable_popupActions__XGiw2{display:flex;gap:10px;justify-content:flex-end}.UserTable_popupCancel__OdZVk{background:#e5e7eb;border:none;border-radius:999px;cursor:pointer;font-size:15px;font-weight:600;padding:8px 14px}.UserTable_popupConfirm__Cxp1q{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 14px}.UserTable_popupConfirm__Cxp1q:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.UserTable_tableWrapper__jDSNd{padding:14px 12px}.UserTable_table__sftW5 td,.UserTable_table__sftW5 th{font-size:16px;padding:8px 10px}.UserTable_actionBtn__y0MVt{font-size:15px;padding:5px 10px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.39fbf8d2c4abc46f721f.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.818b84180553acc613f3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.89455522650c3fb3654c.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.dd21c71421d58232ef03.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2ef63e732b18d636044.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.fc80974ec6969ee03fd2.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.e685387f69602567b1da.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.b412faded087fbcfa4ff.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.aaa15d735e3826061950.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.210fb826cb25acbd4094.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.c616205185f0d3677df9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.eca1e21531598d5db58f.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.2ea1079c0069eb040a52.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.7474bc02.css.map*/