@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:Ubuntu,sans-serif;font-size:14px;background-color:#fff;color:#3c3834;min-height:100vh;line-height:1.5}#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:#222c56;text-decoration:none;-webkit-transition:.2s ease-in-out all;-o-transition:.2s ease-in-out all;transition:.2s ease-in-out all}a:hover{color:#141931}button{font-family:Ubuntu,sans-serif;cursor:pointer;border:none;background:transparent;text-decoration:none;-webkit-transition:.2s ease-in-out all;-o-transition:.2s ease-in-out all;transition:.2s ease-in-out all}input,select,textarea{font-family:Ubuntu,sans-serif;padding:8px 10px;height:31px;font-size:12px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;transition:#e0e0e0 .3s ease,box-shadow .3s ease}input::placeholder,select::placeholder,textarea::placeholder{color:#9c9c9c}input:focus,select:focus,textarea:focus{outline:none;border-color:#222c56;box-shadow:0 0 0 3px #222c5626;background-color:#fff}@supports (-webkit-touch-callout: none){@media(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}}}label{font-size:12px;font-weight:400;color:#3c3834;margin-bottom:3px}.error{color:#dc3545;font-size:12px;margin-top:6px}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#222c56}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:16px;line-height:1.6}.text-muted{color:color-mix(in srgb,#3C3834 65%,white)}.text-primary{color:#222c56}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.flex-1{flex:1}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-full{grid-column:1/-1}.form-field{display:flex;flex-direction:column;margin-bottom:10px;min-width:0}.form-field label{font-size:12px;font-weight:400;color:#3c3834;margin-bottom:3px}.form-field label span{color:#d32f2f}.form-field input:not([type=checkbox]):not([type=radio]),.form-field select,.form-field textarea{width:100%;max-width:100%;height:31px;padding:8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:12px;color:#3c3834;font-family:Ubuntu,sans-serif;transition:#e0e0e0 .3s ease,box-shadow .3s ease}.form-field input:not([type=checkbox]):not([type=radio])::placeholder,.form-field select::placeholder,.form-field textarea::placeholder{color:#9c9c9c}.form-field input:not([type=checkbox]):not([type=radio]):focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#222c56;box-shadow:0 0 0 3px #222c561a;background-color:#f8f9fc}.form-field input[type=checkbox],.form-field input[type=radio]{width:auto;height:auto;padding:0}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='11'%20viewBox='0%200%2020%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.07812%200L0%201.07812L9.375%2010.4531L9.91406%2010.9688L10.4531%2010.4531L19.8281%201.07812L18.75%200L9.91406%208.83594L1.07812%200Z'%20fill='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:10px;padding-right:36px;cursor:pointer}.form-field input[type=date]{appearance:none;position:relative;padding-right:36px;cursor:pointer}.form-field input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.form-field input[type=date]{background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='10'%20viewBox='0%200%209%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.05357%200.46875C3.05357%200.208984%202.83862%200%202.57143%200C2.30424%200%202.08929%200.208984%202.08929%200.46875V1.25H1.28571C0.576563%201.25%200%201.81055%200%202.5V2.8125V3.75V8.75C0%209.43945%200.576563%2010%201.28571%2010H7.71429C8.42344%2010%209%209.43945%209%208.75V3.75V2.8125V2.5C9%201.81055%208.42344%201.25%207.71429%201.25H6.91071V0.46875C6.91071%200.208984%206.69576%200%206.42857%200C6.16138%200%205.94643%200.208984%205.94643%200.46875V1.25H3.05357V0.46875ZM0.964286%203.75H8.03571V8.75C8.03571%208.92188%207.89107%209.0625%207.71429%209.0625H1.28571C1.10893%209.0625%200.964286%208.92188%200.964286%208.75V3.75Z'%20fill='%233C3834'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.form-field textarea{resize:vertical;min-height:100px}.form-field small{font-size:12px;color:#999189}.form-field .error{color:#dc3545;font-size:12px;margin-top:4px}.form-field--full{grid-column:1/-1}.form-field--pos{grid-column:var(--grid-column, auto);grid-row:var(--grid-row, auto)}.form-field--span-1{grid-column:span 1}.form-field--start-1{grid-column-start:1}.form-field--end-1{grid-column-end:1}.form-field--span-2{grid-column:span 2}.form-field--start-2{grid-column-start:2}.form-field--end-2{grid-column-end:2}.form-field--span-3{grid-column:span 3}.form-field--start-3{grid-column-start:3}.form-field--end-3{grid-column-end:3}.form-field--span-4{grid-column:span 4}.form-field--start-4{grid-column-start:4}.form-field--end-4{grid-column-end:4}.form-field--span-5{grid-column:span 5}.form-field--start-5{grid-column-start:5}.form-field--end-5{grid-column-end:5}.form-field--span-6{grid-column:span 6}.form-field--start-6{grid-column-start:6}.form-field--end-6{grid-column-end:6}.form-group{display:flex;flex-direction:column}.form-group label{font-size:12px;font-weight:400;color:#3c3834;margin-bottom:3px}.form-group input,.form-group select{padding:8px 10px;height:31px;font-size:12px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;transition:#e0e0e0 .3s ease,box-shadow .3s ease}.form-group input::placeholder,.form-group select::placeholder{color:#9c9c9c}.form-group input:focus,.form-group select:focus{outline:none;border-color:#222c56;box-shadow:0 0 0 3px #222c5626;background-color:#fff}.form-group .error{color:#dc3545;font-size:12px;margin-top:6px}.form-row{display:grid;gap:16px}@media(max-width:480px){.form-row{gap:12px}}.form-row--2{grid-template-columns:1fr 1fr}@media(max-width:480px){.form-row--2{grid-template-columns:1fr}}.form-row--3{grid-template-columns:1fr 1fr 1fr}@media(max-width:480px){.form-row--3{grid-template-columns:1fr}}.checkbox-group{display:flex;align-items:center;gap:10px}.checkbox-group input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#222C56}.checkbox-group label{font-size:12px;color:#3c3834}.form-radio-group{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.form-radio-group label{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#3c3834;cursor:pointer}.form-radio-group input[type=radio]{width:12px;height:12px;cursor:pointer;accent-color:#222C56}.form-footer{display:flex;justify-content:flex-end;gap:16px;margin-top:24px}.form-footer .btn{padding:12px 32px}.form-autocomplete{position:relative}.form-autocomplete__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;box-sizing:border-box;max-height:220px;overflow-y:auto;overflow-x:hidden;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 1px 2px #0000000d;z-index:1000}@media(max-width:480px){.form-autocomplete__dropdown{max-height:180px}}.form-autocomplete__option{padding:10px 12px;cursor:pointer;color:#3c3834;border-bottom:1px solid rgba(224,224,224,.5);transition:background-color .3s ease}.form-autocomplete__option:hover{background-color:#f5f5f5}.form-autocomplete__option:last-child{border-bottom:0}.requirements-added{border:1px solid #e0e0e0;border-radius:6px;padding:12px;background-color:#fff}.requirements-added__empty{margin:0;color:#3c3834;font-size:12px}.requirements-added__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.requirements-added__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px}.requirements-added__name{color:#27241f;font-size:12px;font-weight:500}.requirements-added__remove{padding:8px 14px}.comments-section{margin-top:16px;margin-bottom:16px;max-height:200px;overflow-y:hidden}.comments-section label{display:block;font-size:12px;font-weight:500;color:#27241f;margin-bottom:12px}.comments-list{max-height:300px;overflow-y:auto;margin-bottom:16px;padding:12px;background-color:#fff}.comment-item{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(224,224,224,.5)}.comment-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.comment-author{font-size:13px;font-weight:600;color:#f59e0b;margin-bottom:6px}.comment-text{font-size:13px;color:#27241f;line-height:1.5;margin-bottom:6px;word-wrap:break-word}.comment-date{font-size:11px;color:#3c3834;text-align:right}.header{display:flex;align-items:center;justify-content:space-between;padding:24px 48px;background-color:#fff}.header__logo{height:30px}.header__nav{display:flex;align-items:center;gap:24px}.header__actions{display:flex;align-items:center;gap:12px}@media(max-width:768px){.header{padding:20px 24px}}.header-admin{display:flex;align-items:center;justify-content:space-between;padding:24px 48px}.header-admin__logo{height:30px}.header-admin__nav{display:flex;align-items:center;gap:24px}.header-admin__actions{display:flex;align-items:center;gap:12px}@media(max-width:768px){.header-admin{padding:20px 24px}}.nav{display:flex;align-items:center;gap:24px}.nav__item{color:#3c3834;font-weight:500;transition:color .3s ease}.nav__item:hover,.nav__item.is-active{color:#222c56}.nav--vertical{flex-direction:column;align-items:flex-start;gap:16px}.sidebar{width:30rem;min-height:100vh;background-color:#fff;border-right:1px solid #e0e0e0}.sidebar__logo{margin-bottom:32px}.sidebar__menu{display:flex;flex-direction:column;gap:4px}.sidebar__item{display:flex;align-items:center;gap:12px;padding:7px 16px;color:#3c3834;font-size:12px;font-weight:400;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;background:none;width:100%;text-align:left}.sidebar__item:last-child{border-bottom:none}.sidebar__item img{width:20px;height:20px;filter:brightness(0) saturate(100%)}.sidebar__item:hover{color:#222c56}.sidebar__item.is-active{background-color:#f8b534;color:#fff;border-radius:5px;border-bottom:none}.sidebar__item.is-active img{filter:brightness(0) invert(1)}.sidebar__submenu{display:flex;flex-direction:column;gap:0;margin:4px 0}.sidebar__subitem{display:flex;align-items:center;gap:12px;padding:7px 16px 7px 28px;color:#3c3834;font-size:12px;font-weight:400;text-decoration:none;transition:all .3s ease;cursor:pointer;border-bottom:1px solid #B3B3B3;position:relative}.sidebar__subitem:before{content:"";position:absolute;left:12px;width:8px;height:8px;background-color:#f8b534;border-radius:50%}.sidebar__subitem:hover{color:#222c56;background-color:#f8b53426}.sidebar__subitem.is-active{color:#222c56;background-color:#f8b53440;font-weight:600}.first-entry-layout{height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column;overflow-y:hidden}.first-entry-header{display:flex;align-items:center;justify-content:space-between;padding:24px}.first-entry-header__logo{height:29px;width:auto}.first-entry-header__user{display:flex;align-items:center;gap:clamp(8px,2vw,12px)}.first-entry-header__user-role{padding:clamp(8px,1.5vw,10px) clamp(14px,2vw,18px);border:1px solid #e0e0e0;border-radius:999px;font-weight:600;color:#222c56;font-size:clamp(12px,2vw,14px);background-color:#222c5614}.first-entry-header__actions{display:flex;align-items:center;gap:clamp(8px,1.5vw,10px)}.first-entry-header__button{width:clamp(2.4rem,5vw,3rem);height:clamp(2.4rem,5vw,3rem);padding:clamp(8px,1.5vw,10px);cursor:pointer;background-color:#fff;border-radius:50%;border:1px solid #e0e0e0;flex-shrink:0}.first-entry-body{max-width:100rem;width:100%;margin:0 auto;padding:0 24px 24px;display:flex;flex-direction:column;gap:clamp(16px,3vw,24px);flex:1;min-height:0}.first-entry-intro{display:flex;flex-direction:column;gap:8px}.first-entry-intro h1{font-size:23px;color:#222c56;margin:0;font-weight:700;line-height:1.3}.first-entry-intro p{color:#8a8683;margin:0;font-size:clamp(14px,2vw,16px)}.first-entry-steps{display:flex;align-items:center;gap:clamp(12px,3vw,24px);flex-wrap:wrap}.first-entry-step{display:flex;align-items:center;gap:clamp(8px,2vw,12px);color:#8a8683}.first-entry-step__index{width:clamp(32px,6vw,40px);height:clamp(32px,6vw,40px);border-radius:50%;display:flex;color:#3c3834;align-items:center;justify-content:center;background-color:#e1e5ee;font-weight:400;font-size:clamp(12px,2vw,16px);flex-shrink:0}.first-entry-step__label{font-size:16px;font-weight:500}.first-entry-step.is-active{color:#222c56}.first-entry-step.is-active .first-entry-step__index{background-color:#f8b534;color:#fff}.first-entry-step.is-complete{color:#222c56}.first-entry-step.is-complete .first-entry-step__index{background-color:#f8b534;color:#fff}.first-entry-card{background-color:#fff;border-radius:clamp(16px,3vw,24px);padding:clamp(20px,4vw,32px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;flex:1;min-height:0;display:flex;flex-direction:column}@media(max-width:768px){.first-entry-header{padding:clamp(16px,3vw,20px) clamp(16px,4vw,24px)}.first-entry-body{padding:clamp(24px,4vw,32px) clamp(12px,3vw,16px) clamp(40px,6vw,48px)}.first-entry-steps{gap:clamp(8px,2vw,16px)}}@media(max-width:480px){.first-entry-header{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:16px}.first-entry-header__logo{height:24px}.first-entry-header__actions{gap:8px}.first-entry-header__button{width:2.5rem;height:2.5rem;padding:8px}.first-entry-intro h1{font-size:18px}}.btn-base,.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;border-radius:6px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-base:disabled,.btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.btn-base,.btn{padding:10px 16px;font-size:12px}}.btn{font-weight:400;height:31px}@media(max-width:480px){.btn{height:28px}}.btn--disabled{background-color:#f5f5f5;opacity:.9;cursor:not-allowed}.btn--disabled:hover{background-color:#f5f5f5}.btn--primary{background-color:#222c56;color:#fff;border:none;font-size:12px}.btn--primary:hover:not(:disabled){background-color:#161d39}@media(max-width:480px){.btn--primary{font-size:10px}}.btn--secondary{background-color:transparent;color:#3c3834;border:1px solid #e0e0e0;font-size:12px}.btn--secondary:hover:not(:disabled){border-color:#222c56;color:#fff;background-color:#222c56}@media(max-width:480px){.btn--secondary{font-size:10px}}.btn--success{background-color:#bfefa9;border:none;font-size:12px}.btn--success:hover:not(:disabled){background-color:#b2ec98}@media(max-width:480px){.btn--success{font-size:10px}}.btn--danger{background-color:#ffa4a4;border:none;font-size:12px}.btn--danger:hover:not(:disabled){background-color:#ff9090}@media(max-width:480px){.btn--danger{font-size:10px}}.btn--outline{background-color:transparent;color:#222c56;border:1px solid #222C56}.btn--outline:hover:not(:disabled){background-color:#222c56;color:#fff}@media(max-width:480px){.btn--outline{font-size:10px}}.btn--icon{width:40px;height:40px;padding:0;border-radius:9999px;background-color:#fff;border:1px solid #e0e0e0}.btn--icon img{width:18px;height:18px}.btn--icon:hover:not(:disabled){background-color:#f5f5f5}@media(max-width:480px){.btn--icon{width:32px;height:32px}.btn--icon img{width:16px;height:16px}}.dropdown{position:relative;display:inline-block}.dropdown__trigger{cursor:pointer}.dropdown__menu{position:absolute;top:100%;right:0;min-width:180px;background-color:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100}.dropdown__menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__item{padding:12px 16px;cursor:pointer;transition:background-color .15s ease}.dropdown__item:hover{background-color:#f5f5f5}.dropdown__item:first-child{border-radius:6px 6px 0 0}.dropdown__item:last-child{border-radius:0 0 6px 6px}.user-dropdown{position:absolute;right:0;margin-top:12px;width:250px;background-color:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e0e0e0;z-index:9999}.user-dropdown__content{padding:12px}.user-dropdown__greeting{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.user-dropdown__greeting span{font-size:12px;font-weight:800;color:#222c56}.user-dropdown__divider{border-top:1px solid #e0e0e0;padding-top:8px}.user-dropdown__avatar{width:3.5rem;height:3.5rem;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f5;color:#fff;font-weight:600;flex-shrink:0}.user-dropdown__avatar--image{background-color:transparent;object-fit:cover}.user-dropdown__name{font-weight:600;color:#1a2440}.user-dropdown__role{font-weight:400;color:#1a2440;text-transform:lowercase}.user-dropdown__info{font-size:12px;color:#3c3834;margin-bottom:8px;gap:2px}.user-dropdown__item{display:block;padding:8px 10px;font-size:12px;color:#3c3834;border-radius:5px;transition:background-color .15s ease}.user-dropdown__item:hover{background-color:#f5f5f5}.user-dropdown__item--logout{color:#f43f5e}.user-dropdown__item--logout:hover{background-color:#f43f5e1a}.user-dropdown__edit-profile{font-size:10px;color:#f8b534;margin-bottom:8px;text-decoration:underline}.loader{display:flex;align-items:center;justify-content:center}.loader--fullscreen{position:fixed;inset:0;background-color:#fffc;z-index:9999}.loader__spinner{border-radius:50%;border:3px solid #f5f5f5;border-top-color:#222c56;animation:spin .8s linear infinite}.loader__spinner--sm{width:20px;height:20px;border-width:2px}.loader__spinner--md{width:36px;height:36px;border-width:3px}.loader__spinner--lg{width:52px;height:52px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.modal__backdrop{position:fixed;inset:0;background:#00000073;z-index:0}.modal__container{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:16px;overflow-y:auto;z-index:1}@media(max-width:480px){.modal__container{padding:0;align-items:flex-end}}.modal{--modal-z-index: 999;--modal-max-width: 820px;position:fixed;inset:0;z-index:var(--modal-z-index);isolation:isolate}.modal__header{display:flex;height:2rem}.modal__header-logo-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center}.modal__logo{height:47px;width:auto;display:block;margin:0 auto}.modal__title{margin:0 0 24px;font-size:16px;font-weight:600;color:#222c56}@media(max-width:480px){.modal__title{font-size:16px;margin:0 0 16px}}.modal__title--muted{margin:30px 0 24px;font-size:12px;font-weight:400;color:#000}.modal__close-btn{background:transparent;border:none;font-size:24px;cursor:pointer;color:#3c3834;padding:0;display:flex;align-items:center;justify-content:center}.modal__close-btn:hover{color:#211f1c}.modal--stack-actions .form-footer{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px}.modal--stack-actions .form-footer .btn{width:100%}.modal__panel{background:#fff;padding:2rem;border-radius:16px;width:100%;max-width:min(var(--modal-max-width, 820px),100%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:90vh;overflow-y:auto;overflow-x:hidden}@media(max-width:480px){.modal__panel{padding:16px;border-radius:16px 16px 0 0;max-height:95vh;max-width:100%}}.modal__panel--success{padding:20px}.modal__content{display:flex;flex-direction:column;gap:10px}.modal__body-text{margin:0;font-size:14px;font-weight:400;color:#000;line-height:1.45}.modal__required-note{margin:0;font-size:12px;font-weight:400;color:#000}.modal__link{color:#006eeb;text-decoration:underline}.modal__required-asterisk{color:#ea5b13}.modal__file-preview{display:flex;flex-direction:column;gap:12px}.modal__comment{margin-top:16px}.modal__file-meta{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px}.modal__file-name{font-weight:600;color:#27241f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal__file-size{color:#3c3834;font-size:12px;flex-shrink:0}.modal__file-frame{width:100%;height:400px;border:1px solid #e0e0e0;border-radius:6px}.modal__file-image{width:100%;max-height:min(70vh,640px);object-fit:contain;border:1px solid #e0e0e0;border-radius:6px}.modal__file-text{width:100%;max-height:min(70vh,640px);overflow:auto;padding:12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:12px;color:#27241f;white-space:pre-wrap}.modal__success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:8px 0 16px;text-align:center}.modal__success-icon{width:108px;height:108px}.modal__success-text{margin:0;font-size:14px;font-weight:400;color:#000}.modal--header-row .modal__header{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.modal--header-row .modal__title{margin:0}.modal__checkbox-item{display:flex;align-items:center;gap:10px}.modal__checkbox-item .modal__checkbox{width:15px;height:15px;min-width:15px;min-height:15px;max-width:15px;max-height:15px;padding:0;box-sizing:border-box;cursor:pointer;border:1px solid #B3B3B3;border-radius:4px;appearance:none;flex-shrink:0;position:relative}.modal__checkbox-item .modal__checkbox:checked{background-color:#222c56;border-color:#222c56}.modal__checkbox-item .modal__checkbox:checked:after{content:"✓";color:#fff;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1}.modal__checkbox-item .modal__checkbox-label{font-size:14px;font-weight:400;color:#000;cursor:pointer}.modal__profile-list{display:flex;flex-direction:column;gap:12px;margin-top:10px}.modal__profile-item{display:flex;align-items:flex-start;gap:16px;padding:16px;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;transition:all .2s ease-in-out;cursor:pointer;position:relative}.modal__profile-item:hover{border-color:#222c56;background-color:#222c5608}.modal__profile-item--selected{border-color:#222c56;background-color:#222c560d}.modal__profile-checkbox{margin-top:2px;width:15px;cursor:pointer;border:1px solid #B3B3B3;border-radius:4px;background-color:#fff}.modal__profile-checkbox:checked{background-color:#222c56;border-color:#222c56}.modal__profile-checkbox:checked:after{content:"✓";color:#fff;position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.modal__profile-info{display:flex;flex-direction:column;gap:6px;flex:1}.modal__profile-title{font-size:14px;font-weight:600;color:#27241f;line-height:1.2}.modal__profile-desc{font-size:12px;color:#8a8683;font-weight:400;line-height:1.4}.range-slider{width:100%;padding-top:8px;-webkit-user-select:none;user-select:none}.range-slider__labels{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:500;color:#3c3834}.range-slider__track{position:relative;width:90%;margin:0 auto;height:10px;background-color:#e5e5e5;border-radius:3px;cursor:pointer;transition:background-color .2s;touch-action:none}@media(max-width:768px){.range-slider__track{height:14px}}.range-slider__track:hover,.range-slider__track:active{background-color:#d8d8d8}.range-slider__range{position:absolute;height:100%;background:#f8b534;border-radius:3px;pointer-events:none;transition:left .05s linear,width .05s linear}.range-slider__thumb{position:absolute;top:50%;width:24px;height:24px;background-color:#f8b534;border-radius:50%;transform:translate(-50%,-50%);pointer-events:auto;z-index:2;box-shadow:0 2px 6px #0000004d;transition:all .1s ease-out;will-change:transform,left;touch-action:none}@media(max-width:768px){.range-slider__thumb{width:32px;height:32px}}.range-slider__thumb:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 3px 8px #0006}.range-slider__thumb:active,.range-slider__thumb.dragging{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 4px 12px #00000080;cursor:grabbing}.range-slider__input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;opacity:0;pointer-events:none;z-index:1;-webkit-appearance:none;appearance:none}.range-slider-field__row{display:flex;align-items:center;gap:24px;width:100%}.range-slider-field__slider{flex:1 1 auto;max-width:calc(100% - 320px)}.range-slider-field__inputs{display:flex;flex-direction:row;align-items:flex-end;gap:16px;min-width:300px}@media(max-width:768px){.range-slider-field__row{flex-direction:column;align-items:stretch;gap:16px}.range-slider-field__slider{max-width:100%;width:80%;margin:0 auto}.range-slider{width:100%}.range-slider__track{width:100%;margin:0}.range-slider-field__inputs{width:100%;min-width:0;justify-content:space-between}.range-slider-field__input{width:48%}}.switch__toggle{display:inline-flex;height:24px;width:48px;align-items:center;border-radius:9999px;background-color:#e2e8f0;transition:all .2s ease;cursor:pointer;border:none;outline:none;position:relative;flex-shrink:0}.switch__toggle:focus{outline:2px solid #222C56;outline-offset:2px}.switch__toggle[data-checked]{background-color:#222c56}.switch__toggle[data-checked]:hover{background-color:#0e1423}.switch__toggle:hover:not([data-checked]){background-color:#cbd5e1}.switch__toggle[data-disabled]{opacity:.5;cursor:not-allowed}.switch__toggle span{display:inline-block;height:20px;width:20px;border-radius:9999px;background-color:#fff;transition:transform .2s cubic-bezier(.4,0,.2,1);transform:translate(2px);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;pointer-events:none}.switch__toggle[data-checked] span{transform:translate(26px)}.table-container{background-color:#fff;padding:2rem;width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.table-container--elevated{border-radius:16px;box-shadow:0 4px 20px #222c5633}.table-actions{display:flex;align-items:center}.table-actions__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer}.table-actions__btn img{width:14px;height:14px}.table-actions__btn:hover{background-color:#f5f5f5;border-color:#222c56}.table-actions__btn--delete:hover{background-color:#dc35451a;border-color:#dc3545}.MuiPaper-root{box-shadow:none!important}.courses-request-admin__status{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:.85rem;font-weight:500;line-height:1.2;white-space:nowrap}.courses-request-admin__status--review{background:#dee2e6;color:#3d3d3d}.courses-request-admin__status--rejected{background:#ffa4a4;color:red}.courses-request-admin__status--approved{background:#bfefa9;color:#39b400}.request-admin__badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:red;color:#fff;font-size:12px;font-weight:700;line-height:1}.request-admin__detailPanel{background:#fff;padding:0;border-top:1px solid #e0e0e0;width:100%;min-width:100%;display:block;flex:1 1 auto}.request-admin__detailRow{display:grid;grid-template-columns:.7fr 1.3fr .7fr .9fr .8fr 1fr;align-items:center;min-height:44px;padding:0;border-bottom:1px solid #f5f5f5;background:#fff;width:100%}.request-admin__detailCell{font-size:.9rem;color:#27241f;padding:10px 12px}.request-admin__detailCell--center{display:flex;justify-content:center}.request-admin__detailCell--actions{display:flex;justify-content:center;gap:6px}.request-admin__alertIcon{width:18px;height:18px;display:block}.request-admin__actionBtn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;border-radius:6px}.request-admin__actionBtn img{width:16px;height:16px;display:block}.request-admin__actionBtn:hover{background-color:#f5f5f5}.request-admin__warnBadge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:2px solid #F8B534;color:#d89d2d;font-size:12px;font-weight:800;line-height:1}.card{border:1px solid #e0e0e0;border-radius:16px;display:flex;flex-direction:column;width:100%;gap:10px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#222c56;padding:10px}.card__header{display:flex;align-items:center;justify-content:space-between}.card__title{font-size:18px;font-weight:200;width:100%}@media(max-width:480px){.card__title{font-size:18px}}.card__icon{width:40px;height:40px}@media(max-width:480px){.card__icon{width:44px;height:44px}}.card__value{font-size:42px;font-weight:700;margin:0 auto}@media(max-width:480px){.card__value{font-size:36px}}.card--metric{background-color:#fff}.view{display:flex;flex-direction:column;flex:1;min-height:0}.view-header{display:flex;justify-content:space-between;align-items:center}.view-header__info{display:flex;flex-direction:column;gap:4px}.view-header__title{font-size:24px;font-weight:600}.view-header__breadcrumb{font-size:14px;color:#6b7280}.view-header__actions{display:flex;gap:12px}.view-content-panel{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #222c5633;padding:24px;flex:1;min-height:0}@media(max-width:768px){.view-content-panel{padding:24px}}@media(max-width:480px){.view-content-panel{padding:16px;border-radius:6px}}.view-content-panel--flex{display:flex;gap:24px;width:100%;height:100%}@media(max-width:768px){.view-content-panel--flex{flex-direction:column}}.view-content-panel--no-radius-top{border-radius:0 0 12px 12px}.form{flex:1;width:100%;height:100%;overflow-y:auto;padding-right:12px}.metrics{display:flex;justify-content:center;gap:24px}@media(max-width:768px){.metrics{flex-wrap:wrap}}.metrics--compact{gap:8px}.metrics--spread{justify-content:space-between}.login-container{display:flex;min-height:100vh;background-color:#fff}.login-container .login-image{flex:1;display:none}@media(min-width:1024px){.login-container .login-image{display:block}}.login-container .login-image img{width:100%;height:98%;object-fit:cover;border-radius:30px;padding:20px}.login-container .login-form-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:60px;background-color:#fff}.login-form-content{width:100%;max-width:380px}.login-form-content .logo{text-align:center;margin-bottom:30px}.login-form-content .logo img{height:47px;width:auto;margin:0 auto}.login-form-content form{display:flex;flex-direction:column;gap:20px}.login-form-content #role{padding:14px 18px;font-size:.8rem}.login-form-content .btn{width:100%}.login-form-content .btn:active:not(:disabled){transform:translateY(1px)}.login-form-content .forgot-password{text-align:start;margin-top:-10px;text-decoration:underline}.login-form-content .forgot-password a{color:#222c56;font-size:1rem}.login-form-content .forgot-password a:hover{opacity:.8;text-decoration:underline}.home{width:100%;height:100%;display:flex;flex-direction:column;gap:24px;min-height:0}.home__top{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.home__title{margin:0;font-size:24px;font-weight:700;color:#222c56}@media(max-width:480px){.home__title{font-size:18px}}.home__breadcrumb{margin:0;font-size:12px;color:#000}.home__panel{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #222c5633;padding:24px;flex:1;min-height:0;overflow-y:auto}@media(max-width:768px){.home__panel{padding:24px}}@media(max-width:480px){.home__panel{padding:16px;border-radius:6px}}.home__cards{display:flex;gap:24px;width:100%;height:200px;justify-content:center;align-items:stretch}@media(max-width:768px){.home__cards{flex-direction:column;height:auto}}@media(max-width:480px){.home__cards{height:auto}}.home-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:32px;height:100%;display:flex}@media(max-width:768px){.home-card{width:100%;height:auto}}@media(max-width:480px){.home-card{padding:24px}}.home-card--welcome{flex:3}.home-card--metric{flex:1;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;text-align:center}.home-card__welcome{display:flex;gap:24px;align-items:center;width:100%;height:100%}.home-card__avatar{width:72px;height:72px;border-radius:9999px;background-color:#f28f22;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:18px;flex-shrink:0;overflow:hidden}@media(max-width:480px){.home-card__avatar{width:56px;height:56px;font-size:16px}}.home-card__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.home-card__welcome-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;min-width:0;gap:8px}.home-card__kicker{margin:0;font-size:12px;color:#3c3834}.home-card__headline{margin:0;font-size:30px;font-weight:700;color:#222c56;line-height:1.1;word-break:break-word}@media(max-width:768px){.home-card__headline{font-size:24px}}@media(max-width:480px){.home-card__headline{font-size:20px}}.home-card__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}@media(max-width:480px){.home-card__meta{flex-direction:column;align-items:flex-start;gap:8px}}.home-card__last-session{font-size:12px;color:#8a8683}.home-card__metric-title{margin:0;font-size:12px;color:#3c3834}.home-card__metric-value{font-size:40px;font-weight:800;color:#222c56;line-height:1}@media(max-width:480px){.home-card__metric-value{font-size:36px}}.home-card__action{padding:8px 14px;font-size:12px}.profile-step{width:100%;display:flex;flex-direction:column;max-height:100%;overflow-y:auto;padding-right:8px}@media(max-width:768px){.profile-step{padding-right:0}}.profile-step__card{display:grid;grid-template-columns:140px 1fr;gap:16px}@media(max-width:1024px){.profile-step__card{grid-template-columns:120px 1fr;gap:14px}}@media(max-width:768px){.profile-step__card{grid-template-columns:1fr;gap:16px}}@media(max-width:900px){.profile-step__card{grid-template-columns:1fr;gap:clamp(16px,3vw,24px)}}.profile-step__aside{display:flex;flex-direction:column;align-items:center;gap:8px}@media(max-width:768px){.profile-step__aside{gap:10px}}.profile-step__avatar-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.profile-step__avatar-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.profile-step__avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ea5b13,#f8b534);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;transition:opacity .2s ease;flex-shrink:0}@media(max-width:768px){.profile-step__avatar{width:90px;height:90px;font-size:24px}}.profile-step__avatar--image{object-fit:cover;background:none}.profile-step__avatar--uploading{opacity:.5}.profile-step__upload{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;text-align:center}.profile-step__upload-button{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:6px;border:1px solid #222C56;color:#222c56;font-weight:400;font-size:11px;background-color:transparent;cursor:pointer;position:relative;overflow:hidden;white-space:nowrap}@media(max-width:768px){.profile-step__upload-button{padding:6px 10px;font-size:11px}}.profile-step__upload-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.profile-step__upload-hint{font-size:11px;color:#8a8683;word-break:break-word}.profile-step__fieldset{border:none;padding:0;margin:0}.profile-step__form-wrapper{display:flex;flex-direction:column;gap:14px;overflow-y:hidden}.profile-step__form-wrapper h2{margin:0;font-size:18px;color:#222c56;line-height:1.3}@media(max-width:768px){.profile-step__form-wrapper h2{font-size:16px}}.profile-step__form{display:flex;flex-direction:column;gap:14px;overflow-x:hidden}.profile-step__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}@media(max-width:1024px){.profile-step__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px}}@media(max-width:768px){.profile-step__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}}@media(max-width:720px){.profile-step__grid{grid-template-columns:minmax(0,1fr)}}.profile-step__actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:768px){.profile-step__actions{gap:8px}}@media(max-width:720px){.profile-step__actions{flex-direction:column}}@media(max-width:720px){.profile-step .flex.gap-md{flex-direction:column;gap:16px}.profile-step .flex.gap-md .form-field{width:100%}}.user-profile-shell{display:flex;flex-direction:column;flex:1;min-height:0}.user-profile-shell--no-flex{flex:initial}.user-profile-shell__top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:1rem}@media(max-width:768px){.user-profile-shell__top{width:100%;gap:8px;margin-bottom:.75rem}}.user-profile-shell__heading{flex:1;min-width:0}.user-profile-shell__title{margin:0;font-size:24px;font-weight:700;color:#222c56}@media(max-width:1024px){.user-profile-shell__title{font-size:18px}}@media(max-width:768px){.user-profile-shell__title{font-size:16px}}.user-profile-shell__breadcrumb{margin:4px 0 0;font-size:12px;color:#000}@media(max-width:768px){.user-profile-shell__breadcrumb{font-size:10px;margin:2px 0 0}}.user-profile-shell__updated{text-align:right;color:#8a8683;font-size:12px;line-height:1.2;width:100%}@media(max-width:768px){.user-profile-shell__updated{text-align:right;min-width:auto;width:100%}}.user-profile-shell__updated-label{font-weight:600;color:#3c3834}@media(max-width:768px){.user-profile-shell__updated-label{font-size:10px}}.user-profile-shell__updated-date{font-weight:400;font-size:18px;color:#3c3834}@media(max-width:768px){.user-profile-shell__updated-date{font-size:12px}}.user-profile-shell__updated-ago{font-size:10px}.user-profile-shell__tabs-wrapper{display:contents}@media(max-width:1024px){.user-profile-shell__tabs-wrapper{display:flex;align-items:center;gap:4px;position:relative;height:35px}}.user-profile-shell__tabs-arrow{display:none;cursor:pointer}@media(max-width:1024px){.user-profile-shell__tabs-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#f5f5f5;border:none;border-radius:8px;font-size:24px;font-weight:700;color:#222c56;flex-shrink:0;transition:background-color .2s ease}.user-profile-shell__tabs-arrow:hover{background-color:#e8e8e8}.user-profile-shell__tabs-arrow:active{background-color:#dcdcdc}}.user-profile-shell__tabs{display:grid;gap:8px;width:900px;cursor:pointer}.user-profile-shell__tabs--grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1200px){.user-profile-shell__tabs--grid-4{grid-template-columns:repeat(4,minmax(140px,1fr))}}.user-profile-shell__tabs--grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1200px){.user-profile-shell__tabs--grid-5{grid-template-columns:repeat(5,minmax(150px,1fr))}}.user-profile-shell__tabs--grid-5-profile-small{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.7fr) minmax(0,1.2fr)}@media(max-width:1200px){.user-profile-shell__tabs--grid-5-profile-small{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(140px,1fr) minmax(110px,.7fr) minmax(140px,1fr)}}@media(max-width:1024px){.user-profile-shell__tabs{display:flex;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;gap:4px}.user-profile-shell__tabs::-webkit-scrollbar{display:none}}.user-profile-shell__tab{height:44px;border-radius:12px 12px 0 0;padding:0 16px;background-color:#f5f5f5;color:#8a8683;font-weight:400;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}@media(max-width:1200px){.user-profile-shell__tab{font-size:12px;padding:0 8px}}@media(max-width:1024px){.user-profile-shell__tab{flex-shrink:0;white-space:nowrap;min-width:max-content;padding:0 16px;height:40px}}@media(max-width:768px){.user-profile-shell__tab{font-size:12px;padding:0 8px;height:38px}}.user-profile-shell__tab--active{background-color:#fff;color:#222c56}.user-profile-shell__tab:disabled{opacity:.75}.user-profile-shell__panel{border-radius:0 0 12px 12px;background-color:#fff;padding:24px;flex:1;min-height:0;box-shadow:0 4px 20px #222c5633}@media(max-width:1024px){.user-profile-shell__panel{padding:16px;border-radius:0 0 8px 8px}}@media(max-width:768px){.user-profile-shell__panel{padding:8px;border-radius:0;box-shadow:none}}.form-field-group{grid-column:span 3;display:flex;gap:16px}@media(max-width:1024px){.form-field-group{grid-column:span 3;gap:14px}}@media(max-width:768px){.form-field-group{grid-column:span 2;flex-direction:column;gap:12px}}@media(max-width:720px){.form-field-group{grid-column:1/-1;flex-direction:column;gap:12px}}.form-field{flex:1}.entry-list{display:flex;flex-direction:column;gap:24px;width:100%;max-height:100%;overflow-y:auto;padding-right:12px}.entry-list__header{display:flex;justify-content:end;flex-wrap:wrap;gap:16px}.entry-list__header h2{margin:0;font-size:24px;font-weight:700;color:#222c56}.entry-list__add-btn{padding:10px 20px;background-color:#222c56;color:#fff;border-radius:6px;font-weight:200;font-size:14px;transition:background-color .3s ease}.entry-list__add-btn:hover{background-color:#161d39}.entry-list__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.entry-list__empty{padding:16px;border:1px dashed #e0e0e0;border-radius:6px;background:#fff;color:#3c3834;font-size:14px}.entry-list__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.entry-list__btn{padding:10px 24px;background-color:#222c56;color:#fff;border-radius:6px;border:none;font-weight:600;font-size:14px;transition:background-color .3s ease;cursor:pointer;white-space:nowrap}.entry-list__btn:hover{background-color:#161d39}.entry-list__btn:disabled,.entry-list__btn--disabled{cursor:not-allowed;opacity:.6;background-color:#e0e0e0;color:#3c3834}.entry-list__btn:disabled:hover,.entry-list__btn--disabled:hover{background-color:#e0e0e0}.entry-list__btn--secondary{background-color:transparent;color:#222c56;border:1px solid #222C56}.entry-list__btn--secondary:hover{background-color:#222c560d}.entry-card{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:2px solid #e0e0e0}.entry-card:last-child{border-bottom:none}.entry-card__indicator{width:16px;height:16px;min-width:16px;background-color:#f8b534;border-radius:5px;margin-top:4px}.entry-card__content{flex:1;display:flex;flex-direction:column;gap:4px}.entry-card__title{margin:0;font-size:16px;font-weight:700;color:#222c56}.entry-card__subtitle{margin:0;font-size:14px;color:#3c3834;font-weight:300}.entry-card__meta,.entry-card__location{margin:0;font-size:12px;color:#8a8683}.entry-card__actions{display:flex;gap:8px;align-items:center}.entry-card__action-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:9999px;transition:background-color .3s ease}.entry-card__action-btn img{width:18px;height:18px}.entry-card__action-btn:hover{background-color:#e8e8e8}.entry-card__action-btn--delete:hover{background-color:#fee2e2}@media(max-width:600px){.entry-list{padding:0}.entry-list__header{align-items:center}.entry-list__header h2{font-size:16px}.entry-card{flex-wrap:nowrap}.entry-card__actions{width:80px;justify-content:flex-end;margin-top:8px}}.profile-requirements{width:100%;display:flex;flex-direction:column;gap:20px;max-height:100%;overflow-y:auto;padding-right:12px}.profile-requirements__toolbar{display:flex;align-items:end;flex-wrap:wrap;gap:16px}@media(max-width:768px){.profile-requirements__toolbar{gap:12px}}@media(max-width:480px){.profile-requirements__toolbar{flex-direction:column;align-items:stretch}}.profile-requirements__select{height:40px;min-width:220px;padding:0 12px;border-radius:6px;border:1px solid #e0e0e0;background-color:#fff;color:#3c3834;cursor:pointer}@media(max-width:480px){.profile-requirements__select{width:100%;min-width:unset}}.profile-requirements__upload{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:10px}@media(max-width:480px){.profile-requirements__upload{flex-direction:column;align-items:stretch}}.profile-requirements__file-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 16px;border-radius:6px;border:1px solid #222C56;color:#222c56;font-weight:400;background-color:transparent;cursor:pointer;position:relative;overflow:hidden;white-space:nowrap;font-size:12px}@media(max-width:480px){.profile-requirements__file-btn{width:100%;padding:0 12px;font-size:12px}}.profile-requirements__file-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.profile-requirements__file-name{font-size:12px;color:#8a8683;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-requirements__file-name--error{color:#ea5b13;font-weight:500}@media(max-width:480px){.profile-requirements__file-name{max-width:100%;width:100%;padding:0 12px;text-align:center}}.profile-requirements__table{width:100%;border-collapse:collapse;background-color:transparent;font-size:12px}.profile-requirements__table th,.profile-requirements__table td{text-align:left;padding:14px 10px;vertical-align:top}.profile-requirements__table thead th{font-size:12px;font-weight:700;color:#3c3834;border-bottom:2px solid #27241f}@media(max-width:480px){.profile-requirements__table thead th{font-size:11px;padding:10px 6px}}.profile-requirements__table tbody td{font-size:12px;color:#3c3834;border-bottom:1px solid #e0e0e0}@media(max-width:480px){.profile-requirements__table tbody td{font-size:11px;padding:10px 6px}}@media(max-width:480px){.profile-requirements__table{display:block;overflow-x:auto;white-space:nowrap}.profile-requirements__table thead{display:none}.profile-requirements__table tbody{display:flex;flex-direction:column;gap:12px}.profile-requirements__table tr{display:flex;flex-direction:column;gap:8px;border:1px solid #e0e0e0;border-radius:6px;padding:12px;margin-bottom:8px;background-color:#f5f5f5}.profile-requirements__table td{display:flex;justify-content:space-between;align-items:flex-start;border:none;padding:4px 0}.profile-requirements__table td:before{content:attr(data-label);font-weight:600;color:#3c3834;min-width:100px}}.profile-requirements__used-list{margin:0;padding-left:18px;list-style:none}@media(max-width:480px){.profile-requirements__used-list{padding-left:0;display:flex;flex-wrap:wrap;gap:6px}}.profile-requirements__used-list li{margin:0;line-height:1.3}@media(max-width:480px){.profile-requirements__used-list li{display:inline-block;padding:2px 8px;background-color:#222c561a;border-radius:9999px;font-size:10px}}.profile-requirements__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:9999px;font-size:10px;font-weight:700;white-space:nowrap}@media(max-width:480px){.profile-requirements__badge{padding:3px 8px;font-size:10px}}.profile-requirements__badge--review{background-color:#dee2e6;color:#3d3d3d;font-weight:500}.profile-requirements__badge--approved{background-color:#bfefa9;color:#39b400;font-weight:500}.profile-requirements__badge--rejected{background-color:#ffa4a4;color:red;font-weight:500}.profile-requirements__options{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:480px){.profile-requirements__options{justify-content:flex-end;gap:8px}}.profile-requirements__icon-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background-color:#dee2e6;cursor:pointer;padding:0;transition:background-color .12s ease,border-color .12s ease}.profile-requirements__icon-btn img{width:15px;height:16px;display:block}.profile-requirements__icon-btn:hover{background-color:#f5f5f5;border-color:#b3b3b3}.profile-requirements__icon-btn:focus-visible{outline:2px solid rgba(34,44,86,.55);outline-offset:2px}.profile-requirements__icon-btn--danger{border-color:#fee2e2}.profile-requirements__icon-btn--danger:hover{background-color:#fee2e2;border-color:#ea5b13}.profile-requirements__icon-btn--danger:focus-visible{outline-color:#fee2e2}.profile-requirements__actions{display:flex;justify-content:flex-end;padding-top:8px;gap:12px}@media(max-width:480px){.profile-requirements__actions{justify-content:stretch;gap:0}.profile-requirements__actions button{width:100%}}.container_profile-job{display:flex;flex-direction:column;gap:24px;width:100%;min-width:0;max-height:100%;overflow-y:auto;padding-right:12px}.container_profile-job h2{font-size:22px;font-weight:700;color:#222c56;margin-bottom:10px}.list_profile-job{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;gap:20px;width:100%;min-width:0}.profile_item{display:flex;gap:16px;width:100%;min-width:0;align-items:flex-start;margin:0}.profile_item .profile_checkbox{width:20px;height:20px;cursor:pointer;margin-top:2px;border:2px solid #B3B3B3;border-radius:4px;appearance:none;position:relative;flex:0 0 auto}.profile_item .profile_checkbox:checked{background-color:#222c56;border-color:#4a4a4a}.profile_item .profile_checkbox:checked:after{content:"✓";color:#fff;position:absolute;font-size:14px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.profile_item .profile_checkbox:disabled{opacity:.5;cursor:not-allowed}.profile_item .profile_checkbox:focus-visible{outline:2px solid rgba(34,44,86,.35);outline-offset:2px}.profile_content{display:flex;flex-direction:column;gap:8px;max-width:100%;min-width:0;flex:1 1 auto}.profile_name{font-size:18px;font-weight:600;cursor:pointer;color:#000;display:flex;flex-direction:column;gap:4px}.profile_desc{font-size:14px;line-height:1.5;color:#000;max-width:100%;font-weight:400;margin:0}@media(max-width:600px){.container_profile-job{padding:0}.container_profile-job .profile_content{width:100%;max-width:100%}.container_profile-job h2,.container_profile-job .profile_name{font-size:16px}.container_profile-job .profile_desc{font-size:12px}.container_profile-job .profile_item .profile_checkbox{width:16px;height:16px}}.form-admin-container{display:flex;flex-direction:column;gap:24px;background-color:#fff;border-radius:6px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.form-admin-container .form-content{display:grid;grid-template-columns:1fr 2fr;gap:32px;align-items:flex-start}@media(max-width:768px){.form-admin-container .form-content{grid-template-columns:1fr}}.form-admin-container .form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}.form-admin-container .form-actions .btn-base{min-width:120px}.imagen-section{display:flex;flex-direction:column;gap:16px}.imagen-section label{font-size:16px;font-weight:500;color:#3c3834}.imagen-section .imagen-preview{width:100%;aspect-ratio:1;border:2px dashed #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f5f5f5;transition:border-color .3s ease,background-color .3s ease}.imagen-section .imagen-preview:hover{border-color:#222c56}.imagen-section .imagen-preview img{width:100%;height:100%;object-fit:cover}.imagen-section .imagen-preview .placeholder-imagen{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.imagen-section .imagen-preview .placeholder-imagen p{font-size:16px;color:#8a8683;margin:0}.imagen-section .imagen-controls{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.imagen-section .imagen-controls .btn-base{padding:8px 16px;font-size:12px}.imagen-section .imagen-controls .archivo-nombre{font-size:12px;color:#8a8683}.study-plan{width:100%;display:flex;flex-direction:column;gap:24px;max-height:100%;overflow-y:auto;padding-right:12px;padding-left:12px;min-height:0}.study-plan__title{margin:0;font-size:24px;font-weight:700;color:#222c56}@media(max-width:1024px){.study-plan__title{font-size:16px}}.study-plan__status-row{display:flex;flex-wrap:wrap;gap:24px}@media(max-width:768px){.study-plan__status-row{gap:5px;width:100%;justify-content:space-between}.study-plan__status-row>*{flex:0 0 calc(50% - 5px)}}.study-plan__status{display:inline-flex;align-items:center;gap:8px;color:#3c3834;font-size:14px}.study-plan__status-icon{width:15px;height:15px;flex-shrink:0}.study-plan__board{display:grid;grid-template-columns:90px 1.6fr 1fr 1fr;gap:16px;align-items:start}@media(max-width:1024px){.study-plan__board{grid-template-columns:1fr}}.study-plan__matrix{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.study-plan__board--header{align-items:stretch}@media(max-width:1024px){.study-plan__board--header{display:none}}.study-plan__panel-label{display:none;margin:0 0 8px;font-size:12px;font-weight:800;color:#27241f;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1024px){.study-plan__panel-label{display:block}}.study-plan__board--selectable{cursor:pointer;outline:2px solid transparent;outline-offset:2px;border-radius:16px;text-decoration:none;-webkit-transition:.3s ease-in-out all;-o-transition:.3s ease-in-out all;transition:.3s ease-in-out all;position:relative}.study-plan__board--selectable:hover{outline-color:#222c5626;box-shadow:0 0 10px 2px #006eeb}.study-plan__board--selectable:focus-visible{outline-color:#d89d2d}.study-plan__board--selected{outline-color:#d89d2d;box-shadow:0 0 0 2px #222c5626}.study-plan__column{display:flex;flex-direction:column;gap:16px}.study-plan__tab{height:44px;border-radius:6px;background-color:#222c56;color:#fff;font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.5px}.study-plan__tab--active{background-color:#222c56}.study-plan__aside{position:relative;height:100%;border-radius:16px;background-color:#d9d9d9;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;gap:16px;padding:16px 0}@media(max-width:1024px){.study-plan__aside{height:auto;padding:16px;display:grid;grid-template-columns:56px 1fr;grid-template-areas:"label label" "percent name";align-items:center;justify-items:start;gap:8px 16px}}.study-plan__aside-percent{width:42px;height:37px;border-radius:5px;background-color:#fff;display:flex;align-items:center;justify-content:center;font-weight:400;color:#3c3834}@media(max-width:1024px){.study-plan__aside-percent{grid-area:percent;width:56px;height:40px;font-weight:700}}.study-plan__aside-label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);transform-origin:center;margin-left:0;color:#3c3834;font-size:16px;white-space:wrap;height:200px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:1024px){.study-plan__aside-label{grid-area:name;font-size:14px;white-space:nowrap;overflow:hidden;max-width:100%;display:block;height:auto;writing-mode:horizontal-tb;text-orientation:mixed;transform:none;transform-origin:center}}@media(max-width:1024px){.study-plan__aside .study-plan__panel-label{grid-area:label;width:100%;text-align:left;margin:0}}.study-plan__panel{border-radius:16px;background-color:#f5f5f5;padding:16px;height:100%}.study-plan__loading,.study-plan__empty{min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.study-plan__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(max-width:1280px){.study-plan__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.study-plan__cards{grid-template-columns:1fr}}.study-plan__card{position:relative;z-index:1;background-color:#fff;border-radius:6px;display:grid;grid-template-columns:44px 1fr;overflow:hidden;border:1px solid rgba(224,224,224,.8);min-height:92px}.study-plan__card--pending .study-plan__card-accent{background-color:#f8b534}.study-plan__card--review .study-plan__card-accent{background-color:#222c56}.study-plan__card--verified .study-plan__card-accent{background-color:#39b400}.study-plan__card--rejected .study-plan__card-accent{background-color:#ea5b13}.study-plan__card-accent{background-color:#f8b534;display:flex;align-items:center;justify-content:center}.study-plan__card-accent-icon{width:22px;height:22px}.study-plan__card-body{padding:8px 16px;display:flex;flex-direction:column;gap:6px}.study-plan__card-title{margin:0;font-size:14px;font-weight:700;color:#27241f}.study-plan__card-desc{margin:0;font-size:12px;color:#b3b3b3;line-height:1;text-wrap:pretty;-webkit-hyphens:auto;hyphens:auto}.study-plan__card-actions{display:flex;justify-content:start;width:100%;align-items:center;gap:8px;flex-wrap:wrap;position:relative;z-index:2;pointer-events:auto}.study-plan__attach{height:18px;width:65px;padding:0 10px;border-radius:5px;border:1px solid #222C56;color:#222c56;font-weight:400;font-size:10px;gap:6px;display:inline-flex;align-items:center;justify-content:center}.study-plan__attach--file{white-space:nowrap;height:18px;width:65px;padding:0 10px;background:transparent;color:#222c56;font-weight:400;font-size:10px;gap:6px;display:inline-flex;align-items:center;justify-content:center}.study-plan__attach span{font-size:12px;line-height:1}.study-plan__attach-error{color:#ea5b13;font-size:10px;line-height:1.2;flex-basis:100%}.study-plan__panel-title{margin:0 0 16px;font-size:14px;font-weight:800;color:#27241f}.study-plan__actions{display:flex;justify-content:space-between;gap:16px;margin-top:32px}@media(max-width:1024px){.study-plan__actions{flex-direction:column;justify-content:center;align-items:center}}.study-plan__attach:disabled,.study-plan__attach--file:disabled{opacity:.6;cursor:not-allowed}.study-plan__actions>div{display:flex;justify-content:center;gap:8px}@media(max-width:1024px){.study-plan__actions>div{flex-direction:column;align-items:stretch}}.not-found{height:100vh;display:flex;flex-direction:column}.not-found__header{padding:24px;flex-shrink:0}.not-found__logo{width:clamp(110px,18vw,140px)}.not-found__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:clamp(24px,6vh,40px) 24px 32px;text-align:center}.not-found__title{font-size:clamp(28px,5vw,50px);font-weight:700;color:#000;width:min(360px,90%)}.not-found__image{width:100%;max-width:900px;max-height:clamp(220px,45vh,380px);object-fit:contain}.not-found__actions{display:flex;flex-direction:column;align-items:center}.not-found__text{font-size:clamp(14px,3.5vw,16px);margin-bottom:20px;color:#000}.not-found__button{padding:12px 36px;font-size:16px}.layout-dashboard{display:grid;grid-template-columns:15rem 1fr;grid-template-rows:auto 1fr;grid-template-areas:"header header" "wrapper wrapper";height:100vh;background-color:#f5f5f5;overflow:hidden;padding-bottom:0}.layout-dashboard .dashboard-header{grid-area:header;display:flex;align-items:center;height:70px;z-index:100}@media(max-width:1024px){.layout-dashboard .dashboard-header{padding:.5rem .75rem;min-height:56px}}.layout-dashboard .dashboard-header__menu-btn{display:none;align-items:center;justify-content:center;padding:.5rem;width:40px;height:40px;background-color:#222c56;color:#fff;border:none;border-radius:6px;cursor:pointer;margin-right:1rem;flex-shrink:0;transition:background-color .2s ease}.layout-dashboard .dashboard-header__menu-btn img{width:20px;height:20px;filter:brightness(0) invert(1)}.layout-dashboard .dashboard-header__menu-btn:hover{background-color:#141931}.layout-dashboard .dashboard-header__menu-btn:active{transform:scale(.98)}@media(max-width:1024px){.layout-dashboard .dashboard-header__menu-btn{display:inline-flex}}@media(max-width:768px){.layout-dashboard .dashboard-header__menu-btn{width:36px;height:36px;padding:.4rem}.layout-dashboard .dashboard-header__menu-btn img{width:18px;height:18px}}.layout-dashboard .dashboard-header .first-entry-header{flex:1}.layout-dashboard .dashboard-sidebar{position:relative;overflow:hidden;box-shadow:0 4px 20px #222c5633;border-radius:16px}.layout-dashboard .dashboard-sidebar__close{display:none;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;flex-shrink:0}.layout-dashboard .dashboard-sidebar__close img{width:16px;height:16px}.layout-dashboard .dashboard-sidebar__close:hover{background-color:#e8e8e8}.layout-dashboard .dashboard-sidebar__content{height:100%;background-color:#fff;padding:30px 10px;width:100%;overflow-y:auto}@media(max-width:1024px){.layout-dashboard .dashboard-sidebar__content{padding:1rem}}@media(max-width:768px){.layout-dashboard .dashboard-sidebar__content{border-radius:0;padding:1.25rem}}.layout-dashboard .dashboard-sidebar__backdrop{display:none}@media(max-width:1024px){.layout-dashboard .dashboard-sidebar__backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}}@media(max-width:1024px){.layout-dashboard .dashboard-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;z-index:999;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:2px 0 8px #0000001a;border-radius:0!important}.layout-dashboard .dashboard-sidebar__close{display:inline-flex;margin:0 0 1rem .2rem}.layout-dashboard .dashboard-sidebar__content{padding-top:calc(1rem + env(safe-area-inset-top,0px));width:280px;border-radius:0!important}.layout-dashboard .dashboard-sidebar--open{transform:translate(0)}.layout-dashboard .dashboard-sidebar--open+.dashboard-sidebar__backdrop{opacity:1;pointer-events:all}}@media(max-width:768px){.layout-dashboard .dashboard-sidebar{top:0;width:260px;height:100vh}.layout-dashboard .dashboard-sidebar__content{width:260px;border-radius:0!important}}.layout-dashboard .dashboard-main{display:flex;flex-direction:column;min-height:0;min-width:0;width:100%;border-radius:0 0 16px 16px}.layout-dashboard .dashboard-main__content{width:100%;height:100%;display:flex;flex-direction:column;gap:24px;min-height:0;min-width:0}@media(max-width:1024px){.layout-dashboard{grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"header" "wrapper"}}.dashboard-flex-wrapper{grid-area:wrapper;display:flex;gap:40px;height:100%;min-height:0;overflow:hidden;padding:1.25rem}.dashboard-flex-wrapper .dashboard-sidebar{flex-shrink:0;width:195px}.dashboard-flex-wrapper .dashboard-main{flex:1;min-height:0;min-width:0}@media(max-width:1200px){.dashboard-flex-wrapper{gap:1rem;padding:1rem}}@media(max-width:1024px){.dashboard-flex-wrapper{padding:.75rem}}@media(max-width:768px){.dashboard-flex-wrapper{padding:.5rem;gap:0}}.theme-postulant{--primary-color: #222C56;--secondary-color: #F8B534;--background-color: #f5f5f5}
