@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap";html{scroll-behavior:smooth;min-height:100vh;min-height:100dvh}:root{--primary-bg-color: rgba(202, 202, 203, 1);--trajectory-text-color: rgba(58, 58, 58, 1);--primary-color: #517ec4;--primary-hover: #3e63a0;font-family:Raleway,sans-serif}*{box-sizing:border-box}a{text-decoration:none}body{margin:0;min-height:100vh;min-height:100dvh;width:100%;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p{margin:0}button{padding:0;background-color:transparent;border:none}.App{background-color:var(--primary-bg-color);scroll-behavior:smooth}.recharts-wrapper:focus,.recharts-wrapper:focus-visible,.recharts-surface:focus,.recharts-surface:focus-visible{outline:none}.spinner{display:inline-block;width:20px;height:20px;border:3px solid #c1c1c1;border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}.spinner.dark_spinner{display:inline-block;width:20px;height:20px;border:3px solid #333;border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;padding:24px;box-sizing:border-box}.loader .spinner{width:42px;height:42px;border-width:3px;border-color:#e9ecef;border-top-color:var(--primary-color)}.loader-text{color:#6c757d;font-weight:600;font-size:16px;line-height:120%;text-align:center}.students-search-input{position:relative;display:flex;align-items:center;flex:1}.students-search-input_icon{position:absolute;left:12px;color:#6b7280;width:20px;height:20px;pointer-events:none}.students-search-input_field{width:100%;padding:12px 44px 12px 40px;border:1px solid rgba(255,255,255,.6);border-radius:10px;background-color:#fff;color:#1c1c1c;font-size:14px;outline:none}.students-search-input_field::placeholder{color:#7f7f7f}.students-search-input_field:focus{border-color:#864d9c}.students-search-input_field:disabled{opacity:.5;cursor:not-allowed}.students-search-input_loading{position:absolute;right:16px;color:#6b7280;font-size:12px;pointer-events:none}.students-search-input_clear{position:absolute;right:12px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:none;color:#6b7280;cursor:pointer;transition:color .2s;z-index:1}.students-search-input_clear:hover{color:#fff}.students-search-input_clear:focus{outline:none;color:#fff}.students-search-input_dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;background-color:#fff;border-radius:10px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000004d;scrollbar-width:thin;scrollbar-color:rgba(134,77,156,.4) #ffffff}.students-search-input_dropdown::-webkit-scrollbar{width:8px}.students-search-input_dropdown::-webkit-scrollbar-track{background:#fff;border-radius:10px}.students-search-input_dropdown::-webkit-scrollbar-thumb{background:#a7a8ae80;border-radius:10px;transition:background .2s}.students-search-input_dropdown::-webkit-scrollbar-thumb:hover{background:#a7a8aeb3}.students-search-input_dropdown-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #eef0f5;transition:background-color .2s;display:flex;align-items:flex-start;gap:12px}.students-search-input_dropdown-item:last-child{border-bottom:none}.students-search-input_dropdown-item:hover,.students-search-input_dropdown-item.selected{background-color:#eef3fb}.students-search-input_dropdown-item-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;background-color:#434343;display:flex;align-items:center;justify-content:center;flex-shrink:0}.students-search-input_dropdown-item-avatar img{width:100%;height:100%;object-fit:cover}.students-search-input_dropdown-item-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600;background-color:#6b7280}.students-search-input_dropdown-item-content{flex:1;min-width:0}.students-search-input_dropdown-item-name{color:#1c1c1c;font-size:14px;font-weight:500;margin-bottom:6px}.students-search-input_dropdown-item-details{display:flex;flex-direction:column;gap:2px}.students-search-input_dropdown-item-detail{color:#6b7280;font-size:12px;line-height:1.4}.students-search-input_dropdown-item-detail-label{color:#3c3c3c;font-weight:500}.students-search-input_dropdown-item-program{color:#6b7280;font-size:12px}.students-search-input_dropdown-empty{padding:16px;text-align:center;color:#6b7280;font-size:14px}@media(min-width:1024px){.students-search-input{width:auto;min-width:500px;flex:0 0 auto}.students-search-input_dropdown{left:-100px;right:0;width:auto}}.select{position:relative;min-width:200px;width:100%}.select_label{display:block;font-size:16px;font-weight:400;color:#3a3a3a;margin-bottom:8px}.select_trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border:1px solid rgba(229,229,229,1);border-radius:8px;background-color:#fff;cursor:pointer;width:100%;font-size:16px;font-weight:400;color:#1c1c1c;transition:border-color .2s;text-align:left}.select_trigger:hover,.select_trigger--open{border-color:var(--primary-color)}.select_trigger--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.select_trigger--disabled:hover{border-color:#e5e5e5}.select_icons{display:flex;align-items:center;gap:8px;flex-shrink:0}.select_chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.select_chevron svg{color:#7f7f7f}.select_trigger--open .select_chevron{transform:rotate(180deg)}.select_clear-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#7f7f7f;transition:color .2s;flex-shrink:0}.select_clear-button:hover{color:var(--primary-color)}.select_clear-button svg{width:16px;height:16px}.select_spinner{flex-shrink:0;display:flex;align-items:center;justify-content:center}.select_spinner .spinner{width:16px;height:16px;border-width:2px;border-color:#e9ecef;border-top-color:var(--primary-color)}.select_text{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select_search-wrapper{display:flex;align-items:center;gap:8px;width:100%;flex:1}.select_search-wrapper svg{color:#7f7f7f;flex-shrink:0}.select_search-input{flex:1;border:none;outline:none;background:transparent;font-size:16px;font-weight:400;color:#1c1c1c;font-family:Raleway,sans-serif;width:100%}.select_search-input::placeholder{color:#7f7f7f}.select_menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid rgba(229,229,229,1);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(212,209,209,1) transparent}.select_menu::-webkit-scrollbar{width:6px;background:transparent}.select_menu::-webkit-scrollbar-track{background:transparent}.select_menu::-webkit-scrollbar-thumb{background-color:#d4d1d1;border-radius:3px}.select_menu::-webkit-scrollbar-thumb:hover{background-color:#b4b4b4}.select_item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;text-align:left;font-size:16px;font-weight:400;color:#1c1c1c;cursor:pointer;transition:background-color .2s}.select_item:hover{background-color:#f9f9f9}.select_item--selected{color:var(--primary-color);font-weight:600}.select_item--multiple{padding-left:16px}.select_checkbox{width:18px;height:18px;border:2px solid rgba(212,209,209,1);border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.select_checkbox--checked{background-color:var(--primary-color);border-color:var(--primary-color)}.select_item-label{flex:1}.select_empty{padding:12px 16px;text-align:center;color:#7f7f7f;font-size:14px}.students-filters{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:50px;cursor:pointer}.students-filters_select{flex:1;min-width:150px}.students-filters_select .select_label{color:#fff;font-size:14px;font-weight:500;margin-bottom:8px}.students-filters_select .select_trigger{background-color:#fff;border:1px solid rgba(255,255,255,.6);color:#1c1c1c}.students-filters_select .select_trigger:hover,.students-filters_select .select_trigger--open{border-color:#864d9c}.students-filters_select .select_text,.students-filters_select .select_search-input{color:#1c1c1c}.students-filters_select .select_search-input::placeholder{color:#7f7f7f}.students-filters_select .select_menu{background-color:#fff;border:1px solid rgba(229,229,229,1)}.students-filters_select .select_item{color:#1c1c1c}.students-filters_select .select_item:hover,.students-filters_select .select_item--selected{color:#1c1c1c;background-color:#eef3fb}.students-filters_select .select_empty{color:#7f7f7f}.students-filters_select .select_trigger--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@media(min-width:768px){.students-filters_select{flex:1;min-width:180px}}@media(min-width:820px){.students-filters{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:20px}.students-filters_select:nth-child(5){grid-column:span 2}}@media(min-width:1130px){.students-filters{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:20px}.students-filters_select:nth-child(5){grid-column:span 1}}@media(min-width:1230px){.students-filters{display:flex;flex-direction:row}}.students-sort-dropdown{position:relative;flex-shrink:0;width:auto;min-width:200px}.students-sort-dropdown .select_trigger{background-color:#fff;border:1px solid rgba(255,255,255,.6);color:#1c1c1c}.students-sort-dropdown .select_trigger:hover,.students-sort-dropdown .select_trigger--open{border-color:var(--primary-color)}.students-sort-dropdown .select_text{color:#1c1c1c}.students-sort-dropdown .select_chevron svg{color:#7f7f7f}.students-sort-dropdown .select_menu{right:0;left:auto;min-width:100%;background-color:#fff;border:1px solid rgba(229,229,229,1)}.students-sort-dropdown .select_item{color:#1c1c1c}.students-sort-dropdown .select_item:hover,.students-sort-dropdown .select_item--selected{color:#1c1c1c;background-color:#eef3fb}.students-sort-dropdown .select_item--selected{font-weight:600}.students-view-tabs{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.students-view-tabs_list{display:flex;flex:1;min-width:0;gap:24px;border-bottom:1px solid rgba(255,255,255,1)}.students-view-tabs_tab{padding:12px 0;background:none;border:none;border-bottom:2px solid transparent;font-weight:600;font-size:16px;line-height:120%;color:#ffffff80;cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-1px}.students-view-tabs_tab:hover{color:#fffc}.students-view-tabs_tab--active{color:#fff;border-bottom:3px solid rgba(255,255,255,1);margin-bottom:-2px}@media(min-width:768px){.students-view-tabs{display:flex;flex-direction:row;align-items:flex-end;gap:16px;margin-bottom:20px}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;font-family:inherit;line-height:120%;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,opacity .2s;flex-shrink:0}.button:disabled{cursor:not-allowed}.button--full-width{width:100%}.button--flex-grow{flex:1;min-width:0}.button--sm{min-height:36px;padding:8px 16px;font-size:14px;font-weight:600}.button--md{min-height:40px;padding:10px 20px;font-size:16px;font-weight:600}.button--lg{min-height:44px;padding:12px 24px;font-size:16px;font-weight:600}.button--primary{border:none;background-color:var(--primary-color);color:#fff}.button--primary:hover:not(:disabled){background-color:var(--primary-hover)}.button--primary:disabled{background-color:#7f7f7f;opacity:.6}.button--primary .button__spinner .spinner{width:20px;height:20px;border-width:2px;border-color:#ffffff59;border-top-color:#fff}.button--secondary{border:1px solid rgba(229,229,229,1);background-color:#fff;color:#1c1c1c}.button--secondary:hover:not(:disabled){background-color:#f9f9f9}.button--secondary:disabled{opacity:.7}.button--secondary .button__spinner .spinner{width:20px;height:20px;border-width:2px;border-color:#1c1c1c33;border-top-color:#1c1c1ca6}.button--outline{border-style:solid;border-width:1px;border-color:var(--primary-color);background-color:transparent;color:var(--primary-color);font-weight:600}.button--outline.button--outline-bold{border-width:2px}.button--outline:hover:not(:disabled){background-color:transparent;color:var(--primary-hover);border-color:var(--primary-hover)}.button--outline:disabled{opacity:.6}.button--outline .button__spinner .spinner{width:18px;height:18px;border-width:2px;border-color:#ed131c40;border-top-color:var(--primary-color)}.button__spinner{display:inline-flex;align-items:center;justify-content:center}.button--ghost{border:none;background:transparent;color:inherit;padding:0;min-height:0;font-size:inherit;font-weight:inherit;line-height:inherit;gap:0}.button--ghost:disabled{opacity:.5;cursor:not-allowed}.button--ghost .button__spinner .spinner{width:18px;height:18px;border-width:2px;border-color:#7f7f7f40;border-top-color:#7f7f7fcc}.student-card-gallery{background-color:#fff;border:1px solid #e4ebf6;border-radius:16px;transition:border-color .2s,box-shadow .2s;padding:20px;display:flex;flex-direction:column;align-items:center;gap:15px}.student-card-gallery:hover{border-color:#517ec4;box-shadow:0 12px 30px #1c284a2e}.student-card-gallery_avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.student-card-gallery_avatar img{width:100%;height:100%;object-fit:cover}.student-card-gallery_avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#666;background-color:#e0e0e0}.student-card-gallery_info{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.student-card-gallery_name{font-size:16px;font-weight:600;color:#1c1c1c;text-align:center;word-break:break-word}.student-card-gallery_program{font-size:12px;font-weight:400;color:#999;text-align:center;word-break:break-word;line-height:1.4}.student-card-gallery--active{border-color:#864d9c;box-shadow:0 0 12px #864d9c66}.student-card-gallery_actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:auto}.student-card-gallery_actions .button{font-weight:500}.student-card-gallery_actions .button.button--sm{padding:10px 16px;min-height:0}.student-card-gallery_actions .student-card-gallery_button--internal.button--outline{background-color:transparent;border-color:var(--primary-color);color:var(--primary-color);font-weight:500}.student-card-gallery_actions .student-card-gallery_button--internal.button--outline:hover:not(:disabled){background-color:transparent;color:var(--primary-hover);border-color:var(--primary-hover)}.student-card-gallery_actions .button.button--primary:hover:not(:disabled){background-color:var(--primary-hover)}@media(min-width:768px){.student-card-gallery{padding:30px}.student-card-gallery_avatar{width:100px;height:100px}.student-card-gallery_avatar-placeholder{font-size:40px}.student-card-gallery_name{font-size:18px}.student-card-gallery_program{font-size:13px}.student-card-gallery_actions .button.button--sm{font-size:15px;padding:12px 20px}}.students-gallery-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}@media(min-width:768px){.students-gallery-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}}@media(min-width:1024px){.students-gallery-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.tag{height:32px;padding:0 12px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;white-space:nowrap}.tag--low{background-color:#ed131c1a;color:#ed131c}.tag--middle{background-color:#ed67131a;color:#ed6713}.tag--high{background-color:#0ea9001a;color:#0ea900}@media(min-width:768px){.tag{font-size:15px;padding:0 16px}}.student-card-list{background-color:#fff;border:1px solid #e4ebf6;border-radius:12px;transition:border-color .2s,box-shadow .2s;padding:16px 20px;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:20px}.student-card-list--active{border-color:#864d9c;box-shadow:0 0 10px #e5393566}.student-card-list_left{display:flex;align-items:center;gap:16px;flex:1 1 auto;min-width:0}.student-card-list_avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.student-card-list_avatar img{width:100%;height:100%;object-fit:cover}.student-card-list_avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#666;background-color:#e0e0e0}.student-card-list_info{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:auto;min-width:0;flex:1 1 auto;max-width:100%}.student-card-list_name{font-size:16px;font-weight:600;color:#1c1c1c;text-align:left;word-break:break-word;line-height:140%;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.student-card-list_center{display:flex;align-items:center;gap:12px;width:100%;flex-direction:column}.student-card-list_right{display:flex;align-items:center;gap:12px;width:100%;flex-wrap:wrap}.student-card-list_button{width:auto;min-width:150px;width:100%;white-space:nowrap;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.student-card-list_button--external{background-color:var(--primary-color);color:#fff}.student-card-list_button--external:hover{background-color:var(--primary-hover)}.student-card-list_button--internal{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color)}.student-card-list_button--internal:hover{background-color:#1e1e1e}@media(min-width:600px){.student-card-list_center{width:100%;flex-direction:row}}@media(min-width:768px){.student-card-list_avatar{width:60px;height:60px}.student-card-list_avatar-placeholder{font-size:24px}.student-card-list_name{font-size:18px}.student-card-list_button{min-width:180px;font-size:15px;padding:12px 20px}}@media(min-width:1024px){.student-card-list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:10px;grid-row-gap:10px}}@media(min-width:1170px){.student-card-list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:10px;grid-row-gap:10px}.student-card-list_right{justify-content:flex-end}}.students-list{height:600px;min-height:400px}.students-list_item{padding-bottom:15px;margin-bottom:10px}.students-list_item:last-child{padding-bottom:0}.students-list [data-virtuoso-scroller]{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.students-list [data-virtuoso-scroller]::-webkit-scrollbar{width:8px}.students-list [data-virtuoso-scroller]::-webkit-scrollbar-track{background:transparent}.students-list [data-virtuoso-scroller]::-webkit-scrollbar-thumb{background-color:#ffffff47;border-radius:8px;border:2px solid transparent;background-clip:content-box}.students-list [data-virtuoso-scroller]::-webkit-scrollbar-thumb:hover{background-color:#ffffff61}.students-empty-state{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:70px 20px}.students-empty-state_icon{display:flex;align-items:center;justify-content:center;width:88px;height:88px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#517ec4,#864d9c);color:#fff}.students-empty-state_message{position:relative;background-color:#fff;border-radius:16px;box-shadow:0 24px 60px #1c284a33;padding:40px 24px;text-align:center;max-width:500px;z-index:2}.students-empty-state_message p{color:#3a3a3a;font-size:16px;line-height:1.5;margin:0}@media(min-width:768px){.students-empty-state_message p{font-size:18px}}.students-list-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#517ec4,#7fb7ff);padding:20px}.students-list-page-loader{background:linear-gradient(135deg,#517ec4,#7fb7ff);position:fixed;inset:0;width:100vw;height:100vh;z-index:1000}.students-list-page-loader .loader--centered-large .spinner{width:64px;height:64px;border-width:4px}.students-list-page-loader .loader-text{color:#fff}.students-list-page_container{width:100%}.students-list-page_header{display:flex;flex-direction:column;margin-bottom:50px;width:100%;gap:20px}.students-list-page_title{color:#fff;font-size:32px;font-weight:700;padding:0 10px;margin:0}.students-list-page_empty{display:flex;justify-content:center;align-items:center;min-height:400px;color:#fff;font-size:20px}.students-list-page_loading{display:flex;justify-content:center;align-items:center;min-height:400px;width:100%}.students-list-page_loading .loader{min-height:400px}.students-list-page_loading .loader-text{color:#fff}@media(min-width:768px){.students-list-page_title{font-size:38px}.students-list-page_header{flex-wrap:nowrap}}@media(min-width:1024px){.students-list-page{padding:40px}.students-list-page_header{display:flex;justify-content:space-between;flex-direction:row;align-items:center}}.progress-bar-wrapper{display:flex;justify-content:space-between;width:100%}.semester-block{flex:1;text-align:center;margin:0 4px}.semester-percentage{font-size:14px;font-weight:700;font-style:bold;line-height:18px;color:#1c1c1c;margin-bottom:8px}.semester-bar{display:flex;flex-direction:row;gap:1px;height:22px;border-radius:4px;overflow:hidden;padding:2px}.semester-segment{flex:1;border-radius:2px;background-color:#d4d1d1}.segment-filled-100{background-color:#864d9c}.segment-filled-partial{background-color:#c289d8}.semester-name{margin-top:8px;font-size:14px;font-weight:700;font-style:bold;line-height:18px;color:#1c1c1c}.semester-progress_container{max-width:136px;width:136px;display:flex;flex-direction:column;gap:5px;flex-shrink:0}.semester-progress_container svg{pointer-events:none}.semester-progress_container svg *{pointer-events:none}.performance-chart-wrapper{width:100%;height:150px}.loading-learning-progress{width:100%;padding-block:24px 0px;height:229px;padding:24px 0 0;gap:10px}.loading-learning-progress .spinner{width:42px;height:42px;border-width:3px;border-color:#e9ecef;border-top-color:var(--primary-color)}.learning-progress_container{padding-block:24px 16px;width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.learning-progress_container>*{flex-shrink:0}.learning-progress_container::-webkit-scrollbar{height:6px}.learning-progress_container::-webkit-scrollbar-track{background:transparent}.learning-progress_container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.learning-progress_container::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.learning-progress_error{height:189px;display:flex;align-items:center;justify-content:center;font-size:18px}.learning-progress_placeholder_text{color:#a9a9a9;text-align:center;height:189px;display:flex;align-items:center;justify-content:center}.soft-skill-chart-container{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:10px;grid-row-gap:10px}.block{display:flex;align-items:flex-start;padding:13px;border-radius:8px;min-height:145px;height:100%}.strengths-block{background:linear-gradient(103.28deg,#4a70b5 -78.85%,#d3e0f4 -18.75%,#fff 60.86%);color:#4a70b5;border:1px solid #4a70b5}.weaknesses-block{background:linear-gradient(103.28deg,#e63246 -78.85%,#fbe0e3 -36.78%,#fff 60.86%);border:1px solid #e63246;color:#e63246}.icon{font-size:24px;margin-right:16px;font-weight:700}.strengths-icon{color:#4a70b5}.weaknesses-icon{color:#e63246}.skills-container{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:8px 16px;border-radius:10px;font-size:14px}.strength-tag{background-color:#4a70b526;border:1px solid #4a70b5;color:#4a70b5}.weakness-tag{background-color:#e6324626;border:1px solid #e63246;color:#e63246}.loading-soft-skill-chart{width:100%;height:325px;display:flex;justify-content:center;align-items:center;gap:10px;flex-direction:column}.loading-soft-skill-chart .spinner{width:42px;height:42px;border-width:3px;border-color:#e9ecef;border-top-color:var(--primary-color)}.loading-soft-skill-chart_text{color:#6c757d;font-weight:600;text-align:center}@media(min-width:1024px){.soft-skill-chart-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:0px}}.competencies-radial-chart_container{display:flex;flex-direction:column;gap:15px}.competencies-radial-chart{display:flex;flex-direction:row;justify-content:space-between;width:100%}.competencies-radial-chart_legend{flex:1;padding-right:5px;flex-direction:column}.competencies-radial-chart_legend_mobile .legend_item{display:flex;align-items:center;gap:5px;font-size:14px}.competencies-radial-chart_legend_mobile .legend_item_title{color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.competencies-radial-chart_legend_item{display:flex;align-items:center;gap:5px;font-size:14px;color:#333}.competencies-radial-chart{display:flex;gap:15px;width:100%}.competencies-radial-chart_legend_mobile{flex:1;min-width:0}.competencies-radial-chart_legend_mobile .legend_item_title{font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competencies-radial-chart_legend_mobile .legend_item{display:flex;align-items:center;gap:8px}.competencies-radial-chart_container svg{pointer-events:none}.competencies-radial-chart_container svg *{pointer-events:none}@media(min-width:610px){.competencies-radial-chart .competencies-radial-chart_legend_mobile .legend_item{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px}}.pie-chart_container{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;will-change:transform}.pie-chart_container::-webkit-scrollbar{height:6px}.pie-chart_container::-webkit-scrollbar-track{background:transparent}.pie-chart_container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.pie-chart_container::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.pie-chart{overflow:auto;transform:translateZ(0);backface-visibility:hidden;pointer-events:none}.pie-chart *{pointer-events:none}@media(min-width:610px){.pie-chart_container{width:553px;position:absolute;top:130px;left:20px}}@media(min-width:1024px){.pie-chart_container{width:553px;top:220px;left:0}}.competencies-radial_container{display:flex;flex-direction:row}.competencies-charts_container{width:100%;height:100%;position:relative}.loading-competencies-charts{width:100%;min-height:800px;position:relative;padding:0;gap:12px}.loading-competencies-charts .spinner{width:52px;height:52px;border-width:4px;border-color:#e9ecef;border-top-color:var(--primary-color)}@media(min-width:610px){.competencies-charts_container,.loading-competencies-charts{min-height:710px;height:710px}}@media(min-width:1024px){.competencies-charts_container,.loading-competencies-charts{min-height:800px;height:100%;flex:1}}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50% 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.upload-photo-button{position:absolute;bottom:-5px;right:-5px;width:42px;height:42px;padding:8px;border-radius:50%;background-color:#fff;border:2px solid rgba(212,209,209,1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.upload-photo-button:hover{transform:scale(1.05)}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.modal-content{background-color:#fff;border-radius:12px;width:100%;max-width:500px;max-height:calc(100vh - 40px);min-height:0;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026;margin:auto}.modal-content.modal-content--wide{max-width:720px}.modal-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid rgba(242,239,239,1)}.modal-title{font-weight:700;font-size:20px;line-height:120%;color:#1c1c1c;margin:0}.modal-close.button{width:32px;height:32px;border-radius:50%;background-color:#f9f9f9;color:#7f7f7f;transition:background-color .2s,color .2s;flex-shrink:0}.modal-close.button:hover:not(:disabled){background-color:#ecedf0;color:#1c1c1c}.modal-body{flex:1 1 auto;min-height:0;padding:24px;overflow-y:auto}.modal-overlay .modal-body{scrollbar-width:thin;scrollbar-color:rgba(28,28,28,.28) transparent}.modal-overlay .modal-body::-webkit-scrollbar{width:8px;background:transparent}.modal-overlay .modal-body::-webkit-scrollbar-track{background:transparent}.modal-overlay .modal-body::-webkit-scrollbar-thumb{background-color:#1c1c1c38;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.modal-overlay .modal-body::-webkit-scrollbar-thumb:hover{background-color:#1c1c1c59}.messages-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:10000;pointer-events:none;display:flex;flex-direction:column;justify-content:center;gap:10px}.message-container{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#fff;padding-block:16px;padding-inline:24px 28px;border-radius:12px;width:100%;max-width:calc(100vw - 70px);box-shadow:0 2px 8px #00000026;gap:10px;pointer-events:auto}.message-type-icon{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:currentColor}.message-type-icon--success{border:1px solid var(--success-color, #28a745);color:var(--success-color, #28a745);background-color:var(--success-color, #28a745)}.message-type-icon--success svg{color:#fff}.message-type-icon--warning{width:25px;height:25px;border:2px solid #717171;color:#717171}.message-type-icon--error{width:25px;height:25px;border:2px solid #d52222;color:#d52222}.message-type-icon--info{border:1px solid #ff9800;color:#ff9800}.message-icon{display:flex;align-items:center;justify-content:center}.message-text{color:#00000080;font-size:18px;line-height:140%;font-family:inherit;letter-spacing:.07px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.messages-container{top:10px;left:10px;right:10px;transform:none}.message-container{max-width:100%}.message-text{font-size:16px;white-space:normal}}.upload-photo-modal-content{display:flex;flex-direction:column;gap:24px}.upload-photo-preview-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:16px}.upload-photo-preview{width:200px;height:200px;border-radius:50%;overflow:hidden;border:2px solid #e0e0e0;cursor:pointer;transition:border-color .2s;background-color:#e0e0e0}.upload-photo-preview:hover{border-color:var(--primary-color)}.upload-photo-preview img{width:100%;height:100%;object-fit:cover}.upload-photo-hint{margin:0;font-size:14px;color:#666;text-align:center;cursor:pointer}.upload-photo-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.upload-photo-actions-left,.upload-photo-actions-right{display:flex;gap:12px}.upload-photo-delete.button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;min-width:100px;display:inline-flex;align-items:center;justify-content:center;background-color:#ffe8e8;color:var(--primary-color);transition:all .2s}.upload-photo-delete.button:hover:not(:disabled){background-color:#ffd1d1}.upload-photo-delete.button:disabled{opacity:.5;cursor:not-allowed}.upload-photo-cancel.button,.upload-photo-save.button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;min-width:100px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.upload-photo-cancel.button{background-color:#f5f5f5;color:#1f2025}.upload-photo-cancel.button:hover:not(:disabled){background-color:#e0e0e0}.upload-photo-cancel.button:disabled{opacity:.5;cursor:not-allowed}.upload-photo-save.button{width:110px;height:36px;min-width:110px;padding:0;min-height:36px}.upload-photo-save.button--primary:hover:not(:disabled){opacity:.9}.upload-photo-save.button:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc}.profile-header_container{background-color:#fff;position:fixed;top:0;z-index:15;width:100%;box-shadow:0 0 4px #0000001a}.user-info-container{display:flex;justify-content:center;width:100%;align-items:center;flex-direction:row;gap:20px;padding-inline:10px 25px;padding-block:5px;min-width:0}.empty{display:none}.user-info{flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:20px;color:#333;font-weight:400;font-size:12px;line-height:140%;overflow:visible}.user-info h2{word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0;flex-shrink:1;line-height:1.2}.user-photo-placeholder{width:50px;min-width:50px;aspect-ratio:1;flex-shrink:1;background-color:#e0e0e0;border-radius:50%;border:2px solid #fff;overflow:visible;position:relative}.user-photo-wrapper{width:100%;height:100%;border-radius:50%;overflow:hidden}.user-photo-wrapper img{width:100%;height:100%;object-fit:cover}.user-photo-placeholder .user-photo-skeleton.skeleton{width:100%;height:100%;min-width:0;aspect-ratio:unset;flex-shrink:0;border:none;border-radius:50%;background:linear-gradient(90deg,#d5d5d5 25%,#ececec,#d5d5d5 75%);background-size:200% 100%!important;animation-name:user-info-shimmer!important;animation-duration:1.5s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important}.user-name-skeleton.skeleton{min-width:0;flex-shrink:1;width:min(200px,100%);max-width:100%;height:1.2em;min-height:17px;border-radius:8px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%!important;animation-name:user-info-shimmer!important;animation-duration:1.5s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important}@keyframes user-info-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.document-links{display:flex;flex-direction:row;gap:10px;flex-shrink:1;min-width:0}.resume-image,.portfolio-image{width:45px;min-width:20px;cursor:pointer;flex-shrink:1;height:auto;object-fit:contain}.profile-header{position:relative;width:100%}@media(min-width:1024px){.profile-header_container{background-color:transparent;position:relative;top:-5px;z-index:15;width:100%;box-shadow:none}.profile-header{position:relative;width:100%;background-color:transparent;padding-left:0;height:110px}.document-links{margin-top:10px;flex-shrink:1;min-width:0}.portfolio-image{width:74px;min-width:25px;height:86px;flex-shrink:1;object-fit:contain;margin-top:5px}.resume-image{width:68px;min-width:25px;height:89px;flex-shrink:1;object-fit:contain}.user-photo-placeholder{width:90px;min-width:70px;aspect-ratio:1;flex-shrink:1;background-color:#e0e0e0;border-radius:50%;border:2px solid #fff;overflow:visible;position:relative}.user-photo-wrapper{width:100%;height:100%;border-radius:50%;overflow:hidden}.user-photo-wrapper img{width:100%;height:100%;object-fit:cover}.user-info{flex:1;min-width:0;align-items:center;overflow:visible;font-size:15px;color:#fff;line-height:140%}.user-info h2{word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0;flex-shrink:1;line-height:1.2}.user-photo-placeholder .user-photo-skeleton.skeleton,.user-name-skeleton.skeleton{background:linear-gradient(90deg,#fff3 25%,#ffffff59,#fff3 75%)}.user-name-skeleton.skeleton{width:min(300px,100%);min-height:20px}}@media(min-width:1170px){.document-links{margin-top:0;flex-shrink:1;min-width:0}.portfolio-image{width:105px;min-width:30px;height:124px;flex-shrink:1;object-fit:contain}.resume-image{width:102px;min-width:30px;height:130px;flex-shrink:1;object-fit:contain}.user-photo-placeholder{width:130px;min-width:100px;aspect-ratio:1;flex-shrink:1;overflow:visible;position:relative}.user-photo-wrapper{width:100%;height:100%;border-radius:50%;overflow:hidden}.user-photo-wrapper img{width:100%;height:100%;object-fit:cover}.profile-header_container{padding-left:40px}.user-info{flex:1;min-width:0;align-items:center;overflow:visible;font-size:17px;line-height:140%}.user-info h2{word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0;flex-shrink:1;line-height:1.2}.user-name-skeleton.skeleton{width:min(340px,100%);min-height:22px}}@media(min-width:1366px){.user-info{font-size:20px}.user-name-skeleton.skeleton{min-height:24px}}.profile-container{background:linear-gradient(135deg,#517ec4,#7fb7ff);width:100%;min-height:100vh;min-height:100dvh;padding-top:60px;display:flex;flex-direction:column}.profile-title-container{display:flex;align-items:center;gap:10px;padding-top:10px}.profile-title-container_back-button{background:transparent;border:none;cursor:pointer;padding:0;color:#fff;transform:rotate(90deg);width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center}.profile-title-container_back-button svg{width:100%;height:100%;color:#fff}.profile-loader-container{background:linear-gradient(135deg,#517ec4,#7fb7ff);position:fixed;inset:0;width:100vw;height:100vh;z-index:1000}.profile-loader-container .loader--centered-large .spinner{width:64px;height:64px;border-width:4px}.profile-title{color:#fff;padding-block:10px;padding-inline:10px;font-size:22px;min-height:94.5px;height:100%;text-align:center;display:flex;align-items:center;justify-content:center}.profile-title-skeleton-container .skeleton.profile-title-skeleton,.skeleton.profile-title-skeleton{background:linear-gradient(90deg,#fff3 25%,#ffffff4d,#fff3 75%);background-size:200% 100%!important;animation-name:profile-title-shimmer!important;animation-duration:1.5s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;min-height:70px;height:70px;width:100%;border-radius:12px}.profile-title-skeleton-container{max-width:450px;width:100%;min-height:94.5px;display:flex;align-items:center;padding-block:10px;padding-inline:10px}@keyframes profile-title-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.profile-block{background-color:#fff;padding:20px}.profile-block h3{font-weight:700;font-size:32px;line-height:120%;color:#1c1c1c;text-align:center}.profile-block_container{position:relative}.competencies-block{display:flex;flex-direction:column;gap:25px;background-color:#fff;padding:10px}.learning-progress-block{padding-block:40px 10px;padding-inline:10px;background-color:#fff}.learning-progress-block h3{font-weight:700;font-size:32px;line-height:120%;color:#1c1c1c;text-align:center}.profile-content{display:flex;flex-direction:column;gap:20px;box-sizing:border-box;flex:1;min-height:0}.profile-top-section{position:relative;display:flex;flex-direction:column;flex:1;min-height:0}.profile-top-section_charts_title{font-weight:700;font-size:32px;line-height:100%;padding-inline:15px;padding-bottom:25px;padding-top:20px;background-color:#fff;width:100%;text-align:center}.profile-top-section_charts{display:flex;flex-direction:column;width:100%;flex:1;min-height:0}.right-panel{display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:100%}.team-roles-block{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:10px;height:100%;width:100%}.team-roles-block img{width:315px;height:442px;object-fit:contain}.flexible-skills-block{display:flex;align-items:center;flex-direction:column;width:100%;min-width:360px;padding-block:10px;background-color:#fff;gap:25px}.flexible-skills-block h3{font-weight:700;font-size:32px;line-height:120%;color:#1c1c1c;text-align:center}.right-panel_bottom_container{display:flex;gap:40px;background-color:#fff;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px;height:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.right-panel_bottom_container::-webkit-scrollbar{height:6px}.right-panel_bottom_container::-webkit-scrollbar-track{background:transparent}.right-panel_bottom_container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.right-panel_bottom_container::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.soft-skill-placeholder{width:100%;height:100%;display:flex;justify-content:center}.soft-skill-placeholder h3{font-weight:700}@media(min-width:750px){.right-panel_bottom_container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;padding-inline:10px}.profile-title-container{display:flex;align-items:center;gap:20px;padding-block:0px}}@media(min-width:850px){.profile-top-section_charts_title,.learning-progress-block h3,.profile-block h3,.flexible-skills-block h3{font-size:38px;text-align:left}}@media(min-width:1024px){.profile-container{padding:20px 0 0 20px}.profile-top-section_charts_title{font-size:38px;text-align:left}.profile-top-section_charts{display:grid;grid-template-columns:575px auto;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;flex:1;min-height:0;align-items:stretch}.competencies-block{border-radius:24px 90px 0 0;padding-inline:20px 10px;padding-block:20px 0px;position:relative;min-height:100%;flex:1}.right-panel{min-height:100%;display:flex;flex-direction:column}.profile-title{padding-block:0px;padding-inline:0px;font-size:38px;text-align:start}.competencies-block:before{content:"";position:absolute;transform:rotate(-12deg);top:30px;right:-95px;width:100px;height:100px;background-color:#fff;clip-path:path("M 0 0 L 0 90 L 95 90 A 120 120 0 0 1 0 0 Z")}.flexible-skills-block{display:flex;align-items:flex-start;flex-direction:column;flex:1}.flexible-skills-block .soft-skill-placeholder{justify-content:flex-start}.right-panel_bottom_container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px}.learning-progress-block{padding-top:60px;padding-inline:25px 10px}.right-panel_bottom_container{padding-inline:10px 10px}}.profile-error-modal_message{margin-bottom:20px;font-size:16px;color:#1c1c1c}.profile-error-modal_button{padding:10px 20px;background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s;margin-left:auto;display:block}.profile-error-modal_button:hover{background-color:var(--primary-hover)}.page-loader{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff}.page-loader_content{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:200px}.page-loader_text{font-weight:600;font-size:16px;line-height:120%;color:#1c1c1c}.page-loader_progress{width:100%;height:4px;background-color:#e5e5e5;border-radius:2px;overflow:hidden;position:relative}.page-loader_progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-color) 0%,rgba(237,19,28,.8) 50%,var(--primary-color) 100%);border-radius:2px;animation:loading 1.5s ease-in-out infinite;background-size:200% 100%}@keyframes loading{0%{width:0%;background-position:0% 50%}50%{width:70%;background-position:100% 50%}to{width:100%;background-position:0% 50%}}
