@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.popup-overlay{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;padding:16px}.popup{background:#fff;border-radius:16px;width:100%;max-width:580px;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;display:flex;flex-direction:column;max-height:calc(100vh - 64px);overflow-y:auto}.popup__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;padding:24px 24px 16px;width:100%}.popup__title{font-size:24px;font-weight:700;line-height:normal;color:#101828}.popup__subtitle{font-size:13px;font-weight:400;line-height:normal;color:#6a7282;margin-top:4px}.popup__close{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:8px;color:#99a1af;flex-shrink:0;transition:background .15s}.popup__close svg{width:16px;height:16px}.popup__close:hover{background:#f9fafb;color:#4a5565}.popup__body{padding:0 24px 20px;display:flex;flex-direction:column;gap:16px;width:100%}.popup__search{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;border-radius:10px;padding:10px 16px;background:#fff}.popup__search svg{width:16px;height:16px;color:#99a1af;flex-shrink:0}.popup__search input{border:none;outline:none;width:100%;font-size:14px;font-weight:400;line-height:normal;color:#1d293d;background:transparent}.popup__search input::placeholder{color:#99a1af}.popup__footer{display:flex;flex-direction:row;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;padding:16px 24px 24px;border-top:1px solid #E5E7EB;width:100%}.popup .popup__footer .popup__btn{padding:10px 20px;border-radius:10px}.popup .popup__footer .popup__btn{border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:10px 20px;line-height:normal;text-align:center;font-weight:500}.popup .popup__footer .popup__btn--cancel{border:1px solid #D1D5DC;color:#364153;background:#fff}.popup .popup__footer .popup__btn--cancel:hover{background:#f9fafb}.popup .popup__footer .popup__btn--primary{background:#f7a314!important;color:#fff}.popup .popup__footer .popup__btn--primary:hover{background:#fbab23}.popup .popup__footer .popup__btn--primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.popup .popup__footer .popup__search{flex:1}.popup .popup__footer__btn{display:flex;gap:10px}.popup .js_between{justify-content:space-between}.input--error{border-color:#fb2c36}.copied-text__header-left{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.copied-text__back{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:8px;color:#99a1af;flex-shrink:0;margin-top:2px;transition:background .15s}.copied-text__back svg{width:22px;height:22px}.copied-text__back svg path{fill:#6a7282}.copied-text__back:hover{background:#f9fafb;color:#4a5565}.copied-text__textarea{width:100%;min-height:180px;border:1px solid #E5E7EB;border-radius:10px;padding:14px 16px;font-size:14px;font-weight:400;line-height:1.6;color:#1d293d;resize:vertical;outline:none;font-family:DM Sans,sans-serif;background:#fff;transition:border-color .15s}.copied-text__textarea::placeholder{color:#99a1af}.copied-text__textarea:focus{border-color:#f7a314}.upload-zone{border:1.5px dashed #D1D5DC;border-radius:12px;display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;flex-wrap:nowrap;padding:30px 24px;cursor:pointer;transition:border-color .15s,background .15s}.upload-zone:hover{border-color:#f7a314;background:#fffbf3}.upload-zone__icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;margin-bottom:4px;color:#f7a314;border-radius:16777200px;background:#fffaf3;padding:10px}.upload-zone__icon svg{width:40px;height:40px}.upload-zone__label{font-size:16px;font-weight:600;line-height:normal;color:#1e2939}.upload-zone__hint{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;text-align:center}.upload-zone__drop{position:relative;color:#f7a314;font-weight:500;cursor:pointer;text-decoration:underline}.upload-zone__drop:hover .upload-zone__tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.upload-zone__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:#1e2939;color:#fff;font-size:12px;font-weight:400;line-height:1.6;padding:10px 14px;border-radius:10px;width:280px;text-align:left;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:10;pointer-events:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.upload-zone__tooltip strong{display:block;margin-bottom:4px;font-weight:600;color:#fff}.upload-zone__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e2939}.upload-zone__formats{width:100%;border-top:1px solid #E5E7EB;margin-top:16px;padding-top:16px}.upload-zone__formats-title{font-size:13px;font-weight:600;line-height:normal;color:#364153;margin-bottom:10px}.upload-zone__formats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.upload-zone__formats-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:13px;font-weight:400;line-height:normal;color:#4a5565}.upload-zone__formats-item:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#00c950}.upload-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%;margin-top:16px;border-top:1px solid #E5E7EB;padding-top:16px}.upload-type-btn{display:flex;flex-direction:column;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;padding:10px 8px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.upload-type-btn svg{width:20px;height:20px;color:#99a1af;transition:color .15s}.upload-type-btn svg path{stroke:#a6adb9}.upload-type-btn span{font-size:12px;font-weight:500;line-height:normal;color:#4a5565;transition:color .15s;white-space:nowrap}.upload-type-btn:hover{border-color:#f7a314;background:#fffbf3}.upload-type-btn:hover svg,.upload-type-btn:hover span{color:#f7a314}.upload-type-btn:hover svg path{stroke:#f7a314}.upload-zone__error{font-size:13px;font-weight:400;line-height:normal;color:#e7000b;padding:8px 12px;background:#e7000b0f;border:1px solid rgba(231,0,11,.2);border-radius:8px}.upload-file-list{list-style:none;display:flex;flex-direction:column;gap:6px}.upload-file-list__item{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:8px 12px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px}.upload-file-list__name{font-size:13px;font-weight:400;line-height:normal;color:#364153;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.upload-file-list__size{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;flex-shrink:0;margin-right:8px}.upload-file-list__remove{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:20px;height:20px;border-radius:4px;color:#99a1af;flex-shrink:0;background:none;border:none;cursor:pointer}.upload-file-list__remove:hover{color:#e7000b;background:#e7000b14}.upload-add-more{display:flex;flex-direction:row;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:13px;font-weight:500;line-height:normal;color:#2b5270;background:none;border:none;cursor:pointer}.upload-add-more:hover{text-decoration:underline}.uf-header{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.uf-header__icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:44px;height:44px;border-radius:10px;background:#f7a314;flex-shrink:0}.uf-header__icon svg{width:22px;height:22px;color:#fff}.uf-bar{display:flex;flex-direction:column;gap:10px}.uf-bar__top{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.uf-bar__count{font-size:14px;font-weight:600;line-height:normal;color:#1e2939}.uf-bar__actions{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.uf-bar__remove-all{font-size:13px;font-weight:500;line-height:normal;color:#e7000b;background:none;border:none;cursor:pointer}.uf-bar__remove-all:hover{text-decoration:underline}.uf-bar__add-more{display:flex;flex-direction:row;gap:6px;flex-wrap:nowrap;font-weight:500;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:7px 12px;line-height:normal;text-align:center;border:1px solid #D1D5DC;color:#364153;background:#fff}.uf-bar__add-more:hover{background:#f9fafb}.uf-file-list{list-style:none;display:flex;flex-direction:column;gap:4px}.uf-file{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:12px 16px;border:1px solid #E5E7EB;border-radius:10px;background:#fff}.uf-file__icon-wrap{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:36px;height:36px;border-radius:8px;background:#f9fafb;flex-shrink:0}.uf-file__type-icon{width:18px;height:18px}.uf-file__type-icon--pdf{color:#e7000b}.uf-file__type-icon--img{color:#2b5270}.uf-file__type-icon--video{color:#7c3aed}.uf-file__type-icon--doc{color:#f7a314}.uf-file__info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.uf-file__name{font-size:13px;font-weight:500;line-height:normal;color:#1e2939;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uf-file__size{font-size:12px;font-weight:400;line-height:normal;color:#99a1af}.uf-file__delete{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:8px;background:none;border:none;cursor:pointer;color:#99a1af;flex-shrink:0}.uf-file__delete:hover{color:#e7000b;background:#e7000b14}.uf-empty{font-size:13px;font-weight:400;line-height:normal;color:#99a1af;text-align:center;padding:24px 0}.yp{display:flex;height:calc(100vh - 140px);overflow:hidden}.yp__sources{width:320px;min-width:320px;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;padding:16px 12px;gap:12px;overflow:hidden;position:relative;transition:width .3s ease,min-width .3s ease}.yp__sources-header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.yp__sources-header h3{font-size:16px;font-weight:600;line-height:normal;color:#101828}.yp__sources-header button{color:#99a1af;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;padding:4px;border-radius:5px;rotate:180deg}.yp__sources-header button:hover{background:#f9fafb}.yp__sources-header button svg{width:16px;height:16px}.yp__add-btn{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:8px 12px;line-height:normal;text-align:center;background:#2b5270;color:#fff;font-weight:500;width:100%;gap:6px}.yp__add-btn svg{width:14px;height:14px}.yp__add-btn svg path{stroke:#fff}.yp__add-btn:hover{opacity:.9}.yp__search{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;border-radius:8px;padding:6px 10px;background:#f9fafb}.yp__search svg{width:14px;height:14px;color:#99a1af;flex-shrink:0}.yp__search input{all:unset;flex:1;font-size:12px;font-weight:400;line-height:normal;color:#1d293d}.yp__search input::placeholder{color:#99a1af}.yp__sources-label{font-size:12px;font-weight:600;line-height:normal;color:#99a1af;letter-spacing:.5px;text-transform:uppercase;padding:0 4px}.yp__source-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1}.yp__source-list::-webkit-scrollbar{width:3px}.yp__source-list::-webkit-scrollbar-track{background:transparent}.yp__source-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.yp__source-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:8px 10px;border-radius:10px;border:1px solid #e9e9e9;cursor:pointer;transition:background .15s,border-color .15s;background:#f7f7f7;min-height:43px}.yp__source-item:hover{background:#fff3dc;border-color:#fbab2380}.yp__source-item--active{background:#fff9ef;border-color:#fbab23}.yp__source-item--active .yp__source-check{background:#fbab23;border-color:#fbab23}.yp__source-check{width:16px;height:16px;border-radius:4px;background:#ececec;border:1.5px solid #d5d5d5;flex-shrink:0;transition:background .15s,border-color .15s;display:flex;align-items:center;justify-content:center}.yp__source-check svg{width:14px;height:14px}.yp__source-check svg path{stroke:#fff;stroke-width:2}.yp__source-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:20px;height:20px;border-radius:4px;flex-shrink:0}.yp__source-icon svg{width:12px;height:12px;color:inherit}.yp__source-name{font-size:12px;font-weight:400;line-height:normal;color:#364153;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.yp__source-actions{display:flex;gap:4px;margin-left:auto;flex-shrink:0;opacity:0;transition:opacity .15s}.yp__source-item:hover .yp__source-actions{opacity:1}.yp__source-action-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:26px;height:26px;border-radius:50%;background:#f0f0f0;border:none;cursor:pointer;color:#9ca3af;flex-shrink:0;transition:background .15s,color .15s}.yp__source-action-btn svg{width:13px;height:13px}.yp__source-action-btn:hover{background:#e5e7eb;color:#4a5565}.yp__source-preview{position:absolute;inset:0;background:#fff;z-index:20;display:flex;flex-direction:column;overflow:hidden;animation:yp-slide-in .22s ease}.yp__source-preview-header{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:14px 12px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.yp__source-preview-back{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:8px;background:none;border:none;cursor:pointer;color:#4a5565;flex-shrink:0}.yp__source-preview-back svg{width:18px;height:18px}.yp__source-preview-back:hover{background:#f9fafb}.yp__source-preview-title{font-size:13px;font-weight:600;line-height:normal;color:#101828;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.3}.yp__source-preview-type{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:10px 16px;flex-shrink:0;border-bottom:1px solid #E5E7EB}.yp__source-preview-type-label{font-size:12px;font-weight:600;line-height:normal;color:#6a7282;text-transform:uppercase;letter-spacing:.04em}.yp__source-preview-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.yp__source-preview-body::-webkit-scrollbar{width:3px}.yp__source-preview-body::-webkit-scrollbar-track{background:transparent}.yp__source-preview-body::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.yp__source-preview-video{width:100%;height:160px;background:#34495e;border-radius:12px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;flex-shrink:0}.yp__source-preview-video iframe{width:100%;height:100%;border:none;border-radius:12px}.yp__source-preview-video video{width:100%;height:100%;border:none;border-radius:12px}.yp__source-preview-play{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:52px;height:52px;background:#ffffffe6;border-radius:50%;color:#34495e}.yp__source-preview-play svg{width:22px;height:22px;margin-left:3px}.yp__source-preview-text{font-size:13px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.7;white-space:pre-wrap}.yp__source-preview-empty{font-size:13px;font-weight:400;line-height:normal;color:#99a1af;text-align:center;margin-top:20px}.yp__source-spinner{width:14px;height:14px;border:2px solid #E5E7EB;border-top-color:#f7a314;border-radius:50%;flex-shrink:0;margin-left:auto;animation:yp-spin .7s linear infinite}.yp__source-done{flex-shrink:0;margin-left:auto;color:#22c55e;display:flex;align-items:center}.yp__chat{flex:1;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #E5E7EB}.yp__chat-header{display:flex;flex-direction:row;gap:8px;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:14px 20px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.yp__chat-header h3{font-size:16px;font-weight:600;line-height:normal;color:#101828}.yp__chat-header button{color:#99a1af;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;padding:4px;border-radius:5px}.yp__chat-header button:hover{background:#f9fafb}.yp__chat-header button svg{width:16px;height:16px}.yp__sources-box{flex-shrink:0;max-height:42%;overflow-y:auto;border-bottom:1px solid #E5E7EB;display:flex;flex-direction:column;gap:0;background:#fff}.yp__sources-box::-webkit-scrollbar{width:4px}.yp__sources-box::-webkit-scrollbar-track{background:transparent}.yp__sources-box::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.yp__sources-box .yp__ai-card{border:none;border-radius:0;box-shadow:none}.yp__sources-box .yp__ai-card:last-child{border-bottom:none}.yp__sources-empty .yp__sources-box{height:100%;max-height:80%;align-items:center;justify-content:center;border-bottom:unset}.yp__chat-messages{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.yp__chat-messages::-webkit-scrollbar{width:4px}.yp__chat-messages::-webkit-scrollbar-track{background:transparent}.yp__chat-messages::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.yp__ai-card{border-radius:12px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:16px;display:flex;flex-direction:column;gap:10px}.yp__ai-card-title{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.yp__msg-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:30px;height:30px;border-radius:8px;flex-shrink:0}.yp__msg-icon svg{width:15px;height:15px;color:#fff}.yp__ai-card-title h4{font-size:13px;font-weight:600;line-height:normal;color:#101828}.yp__ai-card-body{font-size:13px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.6}.yp__ai-card-body strong{color:#101828;font-weight:600}.yp__ai-card-body ul,.yp__ai-card-body ol{margin-block:8px;display:flex;flex-direction:column;gap:6px;padding-left:4px}.yp__ai-card-body li{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;font-size:13px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.5}.yp__ai-card-body li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#2b5270;margin-top:5px;flex-shrink:0}.yp__user-msg{align-self:flex-end;max-width:72%;background:#2b5270;color:#fff;border-radius:12px 12px 4px;padding:12px 16px;font-size:13px;font-weight:400;line-height:normal;line-height:1.5}.yp__chat-footer{flex-shrink:0;border-top:1px solid #E5E7EB;padding:14px 20px 10px;display:flex;flex-direction:column;gap:8px}.yp__chat-label{font-size:12px;font-weight:600;line-height:normal;color:#6a7282}.yp__chat-input-row{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;border-radius:10px;padding:8px 10px;background:#fff;transition:border-color .15s}.yp__chat-input-row:focus-within{border-color:#2b5270}.yp__chat-input-row.is-disabled{background:#f5f5f5;border-color:#e5e7eb;cursor:not-allowed}.yp__chat-input-row input{all:unset;flex:1;font-size:13px;font-weight:400;line-height:normal;color:#1d293d}.yp__chat-input-row input::placeholder{color:#99a1af}.yp__chat-input-row input:disabled{color:#99a1af;cursor:not-allowed}.yp__chat-input-row button{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;color:#99a1af;padding:4px;border-radius:5px}.yp__chat-input-row button:hover{color:#4a5565;background:#f9fafb}.yp__chat-input-row button svg{width:16px;height:16px}.yp__chat-input-row button.send{background:#2b5270;color:#fff;border-radius:8px;padding:6px}.yp__chat-input-row button.send:hover{opacity:.9}.yp__chat-input-row button.send svg{width:14px;height:14px}.yp__chat-input-row button:disabled{cursor:not-allowed;opacity:.6}.yp__chat-disclaimer{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;text-align:center}.yp__empty{font-size:13px;font-weight:400;line-height:normal;color:#99a1af;text-align:center;margin-bottom:40px}.yp__empty-state{display:flex;flex-direction:column;align-items:center;gap:11px;padding:40px 24px;text-align:center;width:100%}.yp__empty-state-icon{width:64px;height:64px;background:#f4f4f4;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.yp__empty-state-icon svg{width:40px;height:40px;stroke:#6a7282}.yp__empty-state-title{font-size:20px;font-weight:400;color:#6a7282;letter-spacing:-.31px;line-height:normal}.yp__empty-state-sub{font-size:15px;font-weight:400;color:#8690a4;letter-spacing:-.31px;line-height:normal}.yp__studio{width:340px;min-width:340px;display:flex;flex-direction:column;overflow-y:auto;padding:16px 12px;gap:12px;border-left:1px solid #E5E7EB;position:relative;transition:width .3s ease,min-width .3s ease}.yp__studio::-webkit-scrollbar{width:3px}.yp__studio::-webkit-scrollbar-track{background:transparent}.yp__studio::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.yp__studio-header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.yp__studio-header h3{font-size:16px;font-weight:600;line-height:normal;color:#101828}.yp__studio-header-icons{display:flex;flex-direction:row;gap:4px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.yp__studio-header-icons button{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;color:#99a1af;padding:4px;border-radius:5px}.yp__studio-header-icons button:hover{background:#f9fafb}.yp__studio-header-icons button svg{width:15px;height:15px}.yp__studio-sub{font-size:12px;font-weight:400;line-height:normal;color:#6a7282;line-height:1.4}.yp__studio-cards{display:flex;flex-direction:column;gap:8px}.yp__studio-card{border-radius:12px;border:1.5px solid #E5E7EB;background:#fff;padding:14px;display:flex;flex-direction:column;gap:10px;transition:box-shadow .15s}.yp__studio-card:hover{box-shadow:0 4px 16px #00000014}.yp__studio-card--flash{border-color:#93c5fd;background:#eff6ff}.yp__studio-card--flash .yp__studio-card-icon{background:#dbeafe;color:#2563eb}.yp__studio-card--flash .yp__studio-card-icon svg path{stroke:#2563eb}.yp__studio-card--flash .yp__studio-card-title{color:#1e40af}.yp__studio-card--test{border-color:#fbab23;background:#fff9ef}.yp__studio-card--test .yp__studio-card-icon{background:#fff3dc;color:#fbab23}.yp__studio-card--test .yp__studio-card-icon svg path{stroke:#fbab23}.yp__studio-card--test .yp__studio-card-title{color:#92400e}.yp__studio-card--guide{border-color:#4ade80;background:#f0fdf4}.yp__studio-card--guide .yp__studio-card-icon{background:#dcfce7;color:#16a34a}.yp__studio-card--guide .yp__studio-card-icon svg path{stroke:#16a34a}.yp__studio-card--guide .yp__studio-card-title{color:#14532d}.yp__studio-card-top{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.yp__studio-card-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:40px;height:40px;border-radius:8px;background:#f9fafb;flex-shrink:0;color:#2b5270}.yp__studio-card-icon svg{width:20px;height:20px}.yp__studio-card-icon svg path{stroke:#4a5565}.yp__studio-card-title{font-size:13px;font-weight:600;line-height:normal;color:#101828;margin-bottom:4px}.yp__studio-card-desc{font-size:12px;font-weight:400;line-height:normal;color:#6a7282;line-height:1.4}.yp__studio-card-bottom{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;justify-content:flex-end}.yp__studio-card-count{display:flex;flex-direction:row;gap:4px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:12px;font-weight:500;line-height:normal;color:#4a5565}.yp__studio-card-count svg{width:12px;height:12px;color:#00bc7d}.yp__studio-btn{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:400;padding:6px 12px;line-height:normal;text-align:center;background:#f7a314;color:#fff;font-weight:500;white-space:nowrap}.yp__studio-btn:hover{opacity:.9}.yp__studio-btn:disabled{opacity:.55;cursor:not-allowed}.yp__studio-btn--full{margin-left:auto}.yp__fc-widget{border-radius:12px;border:1px solid #E5E7EB;background:#f9fafb;padding:12px;display:flex;flex-direction:column;gap:10px}.yp__fc-label{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.yp__fc-label span:first-child{font-size:12px;font-weight:600;line-height:normal;color:#364153}.yp__fc-time{font-size:12px;font-weight:400;line-height:normal;color:#99a1af}.yp__fc-body{background:#fff;border-radius:8px;border:1px solid #E5E7EB;padding:16px 12px;text-align:center}.yp__fc-body p{font-size:13px;font-weight:500;line-height:normal;color:#101828;line-height:1.5}.yp__fc-answer-btn{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:400;padding:7px 12px;line-height:normal;text-align:center;background:#fff;border:1px solid #E5E7EB;color:#364153;width:100%;font-weight:500}.yp__fc-answer-btn:hover{background:#f9fafb}.yp__fc-footer{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.yp__fc-footer button{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;color:#99a1af;padding:4px;border-radius:5px}.yp__fc-footer button:hover{background:#e5e7eb}.yp__fc-footer button svg{width:14px;height:14px}.yp__fc-progress{font-size:12px;font-weight:400;line-height:normal;color:#6a7282}.yp__studio-hist{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 24px 16px 16px;border-radius:15px;border:none;cursor:pointer;transition:filter .15s}.yp__studio-hist:hover{filter:brightness(.96)}.yp__studio-hist--flash{background:#f0f8ff}.yp__studio-hist--flash .yp__studio-hist-title{color:#2b5270}.yp__studio-hist--flash .yp__studio-hist-icon{color:#2563eb}.yp__studio-hist--test{background:#fffaf0}.yp__studio-hist--test .yp__studio-hist-title,.yp__studio-hist--test .yp__studio-hist-icon{color:#fbab23}.yp__studio-hist--guide{background:#e5ffef}.yp__studio-hist--guide .yp__studio-hist-title,.yp__studio-hist--guide .yp__studio-hist-icon{color:#00c950}.yp__studio-hist-left{display:flex;align-items:flex-start;gap:6px;flex:1;min-width:0;overflow:hidden}.yp__studio-hist-left>div{min-width:0;flex:1;overflow:hidden}.yp__studio-hist-icon{display:flex;align-items:center;justify-content:center;width:16px;height:18px;flex-shrink:0;margin-top:1px}.yp__studio-hist-icon svg{width:16px;height:16px}.yp__studio-hist-title{font-size:16px;font-weight:400;line-height:18px;letter-spacing:-.31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.yp__studio-hist-sub{font-size:12px;font-weight:400;color:#10182880;letter-spacing:-.23px;line-height:22.5px;white-space:nowrap}.yp__studio-hist-btn{font-size:12px;font-weight:700;color:#fbab23;background:none;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;text-decoration:underline;text-decoration-color:#fbab23;padding:0;letter-spacing:-.15px;line-height:20px;align-self:flex-end}.yp__studio-hist-btn:hover{opacity:.8}.yp__studio-footer-note{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;text-align:center;line-height:1.4;padding:0 4px}.yp.expanded-left{padding-inline-start:10px}.yp.expanded-left .yp__sources{width:40px;min-width:40px;padding:10px 0}.yp.expanded-left .yp__sources-header{justify-content:center;padding:0;border:none}.yp.expanded-left .yp__sources-header h3{position:absolute;top:130px;rotate:90deg;left:-13px;white-space:nowrap}.yp.expanded-left .yp__add-btn,.yp.expanded-left .yp__search,.yp.expanded-left .yp__sources-label,.yp.expanded-left .yp__source-list{display:none}.yp.expanded-right{padding-inline-end:10px}.yp.expanded-right .yp__studio{width:40px;min-width:40px;padding:10px 0;overflow:hidden}.yp.expanded-right .yp__studio-header{justify-content:center;padding:0;border:none}.yp.expanded-right .yp__studio-header h3{position:absolute;top:110px;rotate:90deg;right:-18px;white-space:nowrap}.yp.expanded-right .yp__studio-sub,.yp.expanded-right .yp__studio-cards,.yp.expanded-right .yp__studio-footer-note{display:none}@keyframes yp-spin{to{transform:rotate(360deg)}}@keyframes yp-slide-in{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:1200px){.yp__sources{width:280px;min-width:280px}.yp__studio{width:300px;min-width:300px}}@media(max-width:992px){.yp{position:relative}.yp__mobile-overlay{position:absolute;inset:0;background:#0006;z-index:49}.yp__sources{width:44px;min-width:44px;padding:10px 0;overflow:hidden;transition:width .3s ease,min-width .3s ease}.yp__sources-header{justify-content:center;border:none}.yp__sources-header h3,.yp__add-btn,.yp__search,.yp__sources-label,.yp__source-list{display:none}.yp.expanded-left .yp__sources{position:absolute;left:0;top:0;bottom:0;width:300px;min-width:300px;z-index:50;background:#fff;padding:16px 12px;box-shadow:4px 0 24px #0000001f;overflow-y:auto}.yp.expanded-left .yp__sources-header{justify-content:space-between}.yp.expanded-left .yp__sources-header h3{display:block;position:unset;rotate:unset}.yp.expanded-left .yp__add-btn,.yp.expanded-left .yp__search,.yp.expanded-left .yp__sources-label{display:flex}.yp.expanded-left .yp__sources-label{display:block}.yp.expanded-left .yp__source-list{display:flex}.yp__studio{width:44px;min-width:44px;padding:10px 0;overflow:hidden;transition:width .3s ease,min-width .3s ease}.yp__studio-header{justify-content:center}.yp__studio-header h3,.yp__studio-sub,.yp__studio-cards,.yp__studio-footer-note{display:none}.yp.expanded-right .yp__studio{position:absolute;right:0;top:0;bottom:0;width:300px;min-width:300px;z-index:50;background:#fff;padding:16px 12px;box-shadow:-4px 0 24px #0000001f;overflow-y:auto}.yp.expanded-right .yp__studio-header{justify-content:space-between}.yp.expanded-right .yp__studio-header h3{display:block;position:unset;rotate:unset}.yp__studio-header h3,.yp__sources-header h3{position:absolute;top:110px;rotate:90deg;right:-13px;white-space:nowrap;display:block}.yp.expanded-right .yp__studio-sub,.yp.expanded-right .yp__studio-cards,.yp.expanded-right .yp__studio-footer-note{display:flex}.yp.expanded-right .yp__studio-sub,.yp.expanded-right .yp__studio-footer-note{display:block}.yp__chat{flex:1}.yp.expanded-left,.yp.expanded-right{padding-inline:0}}.pt{display:flex;flex-direction:column;height:calc(100vh - 140px);color:#1d293d}.pt__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;background:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0;position:sticky;top:0;z-index:100;padding-bottom:20px}.pt__header-left{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.pt__back-btn{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:6px 12px;line-height:normal;text-align:center;border:1px solid #E5E7EB;color:#4a5565}.pt__back-btn:hover{background:#f9fafb}.pt__title{font-size:24px;font-weight:600;line-height:normal;color:#101828}.pt__counter{font-size:13px;font-weight:500;line-height:normal;color:#4a5565;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:4px 12px}.pt__body{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;flex:1;overflow:hidden}.pt__sidebar{width:280px;flex-shrink:0;background:#fff;border-right:1px solid #E5E7EB;overflow-y:auto;display:flex;flex-direction:column;padding:16px 12px 16px 0;gap:20px}.pt__sidebar::-webkit-scrollbar{width:3px}.pt__sidebar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.pt__section-label{font-size:12px;font-weight:700;line-height:normal;color:#99a1af;letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px}.pt__nav-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.pt__nav-btn{font-size:12px;font-weight:600;line-height:normal;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;aspect-ratio:1;border-radius:8px;border:1.5px solid #E5E7EB;background:#fff;color:#4a5565;cursor:pointer;transition:all .15s}.pt__nav-btn:hover{border-color:#f7a314;color:#f7a314}.pt__nav-btn--current{border-color:#f7a314;color:#f7a314;background:#f7a31414}.pt__nav-btn--answered{background:#2b5270;color:#fff;border-color:#2b5270}.pt__nav-btn--flagged{background:#e7000b;color:#fff;border-color:#e7000b}.pt__nav-btn--skipped{background:#f3f4f6;color:#99a1af;border-color:#f3f4f6}.pt__nav-btn--not-answered{background:#fff;border-color:#e5e7eb;color:#99a1af}.pt__rc-card{border-radius:10px;background:#f0f7ff;padding:10px 12px;display:flex;flex-direction:column;gap:8px;border:1px solid #E2E8F0;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.pt__rc-card-top{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.pt__rc-badge{font-size:12px;font-weight:700;line-height:normal;color:#2b5270;background:#2b52701a;border:1px solid rgba(43,82,112,.2);border-radius:8px;padding:2px 8px}.pt__rc-desc{font-size:12px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.4}.pt__rc-sub-grid{display:flex;flex-direction:row;gap:6px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.pt__rc-sub-btn{font-size:12px;font-weight:600;line-height:normal;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;border-radius:8px;border:1.5px solid #D1D5DC;background:#fff;color:#4a5565}.pt__rc-sub-btn--answered{background:#2b5270;color:#fff;border-color:#2b5270}.pt__legend{display:flex;flex-direction:column;gap:6px;border-radius:10px;border:1px solid #E2E8F0;background:#f1f5f9;padding:10px}.pt__legend-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:14px;font-weight:400;line-height:normal;color:#4a5565}.pt__legend-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.pt__legend-dot--current{background:#f7a314}.pt__legend-dot--answered{background:#2b5270}.pt__legend-dot--flagged{background:#e7000b}.pt__legend-dot--not-answered{background:#fff;border:1.5px solid #D1D5DC}.pt__legend-dot--reading-comprehension{background:#e3f3ff;border:1.5px solid #E2E8F0}.pt__overview{border:1px solid #E5E7EB;border-radius:8px;overflow:hidden}.pt__overview-row{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:8px 12px;border-bottom:1px solid #E5E7EB}.pt__overview-row:last-child{border-bottom:none}.pt__overview-row--total{background:#f9fafb}.pt__overview-row--total .pt__overview-label{font-weight:600;color:#101828}.pt__overview-row--total .pt__overview-count{font-weight:700;color:#2b5270}.pt__overview-label{font-size:12px;font-weight:400;line-height:normal;color:#4a5565}.pt__overview-count{font-size:13px;font-weight:600;line-height:normal;color:#101828}.pt__main{flex:1;overflow-y:auto;padding:20px 0 20px 20px;display:flex;flex-direction:column}.pt__question-card{border-radius:12px;border:1px solid #E5E7EB;background:#fff;display:flex;flex-direction:column;flex:1;overflow:hidden}.pt__q-header{display:flex;flex-direction:row;gap:8px;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:14px 20px;border-bottom:1px solid #E5E7EB;flex-wrap:wrap}.pt__q-header-left{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap}.pt__q-badge{font-size:12px;font-weight:600;line-height:normal;padding:4px 10px;border-radius:8px;border:1.5px solid #2B5270;color:#2b5270}.pt__type-badge{font-size:12px;font-weight:600;line-height:normal;padding:4px 10px;border-radius:8px}.pt__type-badge--mcq{background:#00bc7d1a;color:#00bc7d}.pt__type-badge--short{background:#f7a3141a;color:#f7a314}.pt__type-badge--reading{background:#2b52701a;color:#2b5270}.pt__flagged-badge{display:flex;flex-direction:row;gap:5px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:12px;font-weight:600;line-height:normal;padding:4px 10px;border-radius:8px;background:#e7000b14;color:#e7000b;border:1px solid rgba(231,0,11,.25)}.pt__flagged-badge svg{width:12px;height:12px}.pt__q-body{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.pt__q-text{font-size:14px;font-weight:400;line-height:normal;color:#101828;line-height:1.65;font-weight:500}.pt__options{display:flex;flex-direction:column;gap:8px}.pt__option{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:12px 16px;border-radius:10px;border:1.5px solid #E5E7EB;background:#fff;cursor:pointer;transition:all .15s}.pt__option:hover{border-color:#f7a314;background:#f7a31408}.pt__option--selected{border-color:#f7a314;background:#f7a3140d}.pt__option--selected .pt__option-radio{border-color:#f7a314}.pt__option--selected .pt__option-radio:after{opacity:1}.pt__option--selected .pt__option-label{color:#f7a314;font-weight:500}.pt__option-radio{width:18px;height:18px;border-radius:50%;border:2px solid #D1D5DC;flex-shrink:0;position:relative;transition:border-color .15s}.pt__option-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#f7a314;opacity:0;transition:opacity .15s}.pt__option-key{font-size:13px;font-weight:600;line-height:normal;color:#4a5565;width:18px;flex-shrink:0}.pt__option-label{font-size:14px;font-weight:400;line-height:normal;color:#1d293d;flex:1}.pt__word-limit{font-size:12px;font-weight:600;line-height:normal;padding:3px 8px;border-radius:8px;background:#f7a31414;color:#f7a314;border:1px solid rgba(247,163,20,.2);width:fit-content}.pt__editor-wrap{display:flex;flex-direction:column;border:1.5px solid #E5E7EB;border-radius:10px;overflow:hidden;transition:border-color .15s}.pt__editor-wrap:focus-within{border-color:#f7a314}.pt__toolbar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:6px 8px;background:#f9fafb;border-bottom:1px solid #E5E7EB;flex-wrap:wrap;gap:2px}.pt__toolbar-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:5px;border:none;background:transparent;color:#4a5565;cursor:pointer;font-size:13px;font-weight:600;line-height:normal;transition:background .12s}.pt__toolbar-btn:hover{background:#e5e7eb;color:#101828}.pt__toolbar-btn svg{width:14px;height:14px}.pt__toolbar-select{font-size:12px;font-weight:500;line-height:normal;padding:3px 6px;height:28px;border-radius:5px;border:1px solid #E5E7EB;background:#fff;color:#4a5565;cursor:pointer;outline:none}.pt__toolbar-sep{width:1px;height:20px;background:#e5e7eb;margin:0 3px;flex-shrink:0}.pt__editor{min-height:180px;padding:14px 16px;outline:none;font-size:14px;font-weight:400;line-height:normal;color:#1d293d;line-height:1.7}.pt__editor:empty:before{content:attr(data-placeholder);color:#99a1af;pointer-events:none}.pt__word-count{display:flex;flex-direction:row;gap:0;justify-content:flex-end;align-items:center;flex-wrap:nowrap;padding:6px 14px;background:#f9fafb;border-top:1px solid #E5E7EB;font-size:12px;font-weight:400;line-height:normal;color:#99a1af}.pt__word-count--over{color:#e7000b}.pt__passage-wrap{border-radius:10px;border:1px solid #E5E7EB;background:#f9fafb;padding:16px;display:flex;flex-direction:column;gap:10px}.pt__passage-title{font-size:13px;font-weight:700;line-height:normal;color:#2b5270}.pt__passage-text{font-size:13px;font-weight:400;line-height:normal;color:#1d293d;line-height:1.7;white-space:pre-line}.pt__sub-questions{display:flex;flex-direction:column;gap:20px}.pt__sub-q{display:flex;flex-direction:column;gap:10px}.pt__sub-q-label{font-size:13px;font-weight:500;line-height:normal;color:#101828}.pt__sub-q-label span{font-size:12px;font-weight:700;line-height:normal;color:#2b5270;background:#2b527014;padding:2px 7px;border-radius:8px;margin-right:8px}.pt__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:12px 20px;border-top:1px solid #E5E7EB;background:#fff;flex-wrap:wrap;gap:8px;flex-shrink:0}.pt__footer-left{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.pt__footer-right{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.pt__btn{border-radius:8px;cursor:pointer;display:inline-flex;gap:5px;font-size:13px;font-weight:400;padding:8px 14px;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;font-weight:500;transition:all .15s}.pt__btn svg{width:13px;height:13px}.pt__btn--ghost{border:1.5px solid #E5E7EB;color:#4a5565}.pt__btn--ghost:hover{border-color:#4a5565;color:#101828}.pt__btn--ghost:disabled{opacity:.4;cursor:not-allowed}.pt__btn--ghost svg path{fill:#4a5565}.pt__btn--skip{border:1.5px solid #E5E7EB;color:#4a5565}.pt__btn--skip:hover{border-color:#99a1af;background:#f9fafb}.pt__btn--flag{border:1.5px solid #E5E7EB;color:#4a5565}.pt__btn--flag:hover{background:#e7000b0f;border-color:#e7000b}.pt__btn--flag--active{background:#e7000b14;border-color:#e7000b}.pt__btn--next{background:#f7a314;border:1.5px solid #F7A314;color:#fff;font-weight:600}.pt__btn--next:hover{opacity:.9}.pt__btn--next:disabled{opacity:.4;cursor:not-allowed}.pt__btn--next svg{rotate:180deg}.sg{display:flex;flex-direction:column;height:calc(100vh - 140px);color:#1d293d}.sg__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;padding-bottom:20px;background:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0}.sg__header-left{display:flex;flex-direction:column;gap:4px}.sg__header-right{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.sg__title{font-size:24px;font-weight:700;line-height:normal;color:#101828}.sg__subtitle{font-size:13px;font-weight:400;line-height:normal;color:#99a1af}.sg__icon-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;border-radius:8px;border:1px solid #E5E7EB;color:#4a5565;background:#fff;cursor:pointer;transition:background .15s}.sg__icon-btn svg{width:16px;height:16px}.sg__icon-btn:hover{background:#f9fafb}.sg__back-btn{border-radius:8px;cursor:pointer;display:inline-flex;gap:5px;font-size:13px;font-weight:400;padding:7px 14px;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;background:#2b5270;color:#fff;font-weight:500}.sg__back-btn svg{width:14px;height:14px}.sg__back-btn:hover{opacity:.9}.sg__body{flex:1;overflow-y:auto;padding-block:20px;display:flex;flex-direction:column;gap:40px}.sg__body::-webkit-scrollbar{width:4px}.sg__body::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.sg__section{display:flex;flex-direction:column;gap:16px}.sg__section-title{font-size:18px;font-weight:700;line-height:normal;color:#101828}.sg__section-num{color:#101828}.sg__section-meta{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;margin-top:-10px}.sg__block{display:flex;flex-direction:column;gap:8px}.sg__block-label{font-size:12px;font-weight:700;line-height:normal;color:#99a1af;letter-spacing:.08em}.sg__definition-card{border-radius:8px;border:1px solid #E5E7EB;background:#fff;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.sg__def-heading{font-size:14px;font-weight:700;line-height:normal;color:#101828}.sg__def-body{font-size:13px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.65}.sg__concepts-list{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0}.sg__concept-item{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;font-size:13px;font-weight:400;line-height:normal;color:#4a5565;line-height:1.6}.sg__concept-item strong{color:#101828;font-weight:600}.sg__concept-dot{width:6px;height:6px;border-radius:50%;background:#f7a314;flex-shrink:0;margin-top:6px}.sg__formula-block{background:#fff8f0;border:1px solid #FFD6A7;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:6px}.sg__formula-line{font-family:Courier New,Courier,monospace;font-size:13px;font-weight:400;line-height:normal;color:#101828;line-height:1.7}.sg__takeaway{padding:12px 16px;font-size:13px;font-weight:400;line-height:normal;color:#364153;line-height:1.65;border-radius:0 10px 10px 0;border-left:4px solid #2B7FFF;background:#eff6ff}.ag{display:flex;flex-direction:column;gap:20px;min-height:100vh}.ag__title{font-size:28px;font-weight:700;line-height:normal;color:#101828}.ag__top-row{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:12px}.ag__tabs{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:4px;gap:2px}.ag__tab{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:8px 20px;line-height:normal;text-align:center;font-weight:500;color:#4a5565;border:none;background:transparent;transition:all .15s;white-space:nowrap}.ag__tab:hover{background:#f9fafb;color:#101828}.ag__tab--active{background:#f7a314;color:#fff;font-weight:600}.ag__tab--active:hover{background:#fbab23;color:#fff}.ag__search-row{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.ag__search{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:8px 14px;width:220px;transition:border-color .15s}.ag__search:focus-within{border-color:#f7a314}.ag__search svg{width:15px;height:15px;color:#99a1af;flex-shrink:0}.ag__search input{border:none;outline:none;font-size:13px;font-weight:400;line-height:normal;color:#1d293d;background:transparent;width:100%}.ag__search input::placeholder{color:#99a1af}.ag__icon-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:36px;height:36px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;color:#6a7282;cursor:pointer;transition:all .15s;flex-shrink:0}.ag__icon-btn svg{width:16px;height:16px}.ag__icon-btn:hover{border-color:#f7a314;color:#f7a314}.ag__controls{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.ag__count{font-size:13px;font-weight:400;line-height:normal;color:#6a7282}.ag__sort-btn{border-radius:8px;cursor:pointer;display:inline-flex;gap:5px;font-size:13px;font-weight:400;padding:7px 14px;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;background:#fff;color:#364153;font-weight:500;transition:all .15s}.ag__sort-btn svg{width:15px;height:15px;color:#99a1af}.ag__sort-btn:hover{border-color:#d1d5dc;background:#f9fafb}.ag__filters{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.ag__filter-btn{border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:400;padding:6px 14px;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:5px;justify-content:center;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;background:#fff;color:#364153;font-weight:500;transition:all .15s}.ag__filter-btn svg{width:13px;height:13px;color:#99a1af}.ag__filter-btn:hover{border-color:#d1d5dc;background:#f9fafb}.ag__filter-btn--active{border-color:#f7a314;color:#f7a314;background:#f7a3140f}.ag__filter-drop{position:relative}.ag__drop-backdrop{position:fixed;inset:0;z-index:99}.ag__drop-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:100;background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;min-width:220px;padding:12px}.ag__drop-panel--date{min-width:180px}.ag__drop-label{display:block;font-size:11px;font-weight:600;color:#99a1af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.ag__drop-list{list-style:none;padding:0;margin:0}.ag__drop-item{padding:10px 12px;border-radius:8px;cursor:pointer;font-size:13px;color:#364153;transition:background .12s}.ag__drop-item:hover{background:#f9fafb}.ag__drop-item--active{color:#f7a314;font-weight:600}.ag__date-input{width:100%;border:1px solid #E5E7EB;border-radius:8px;padding:8px 10px;font-size:13px;color:#364153;outline:none;box-sizing:border-box}.ag__date-input:focus{border-color:#f7a314}.ag__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1200px){.ag__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.ag__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ag__grid{grid-template-columns:1fr}}.ag__card{background:#fff;border:1.5px solid #E5E7EB;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .15s,border-color .15s;cursor:pointer}.ag__card:hover{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.ag__card--submitted{border-color:#00bc7d}.ag__card--late{border-color:#e7000b}.ag__card-top{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.ag__card-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:48px;height:48px;border-radius:10px;background:#1e2939;flex-shrink:0}.ag__card-icon svg{width:24px;height:24px;color:#fff}.ag__card-members{display:flex;flex-direction:row;gap:5px;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:12px;font-weight:600;line-height:normal;color:#0d9488;background:#f0fdfa;border:1px solid #99F6E4;border-radius:999px;padding:3px 10px}.ag__card-members svg{width:13px;height:13px}.ag__card-title{font-size:16px;font-weight:700;line-height:normal;color:#101828;line-height:1.3}.ag__card-meta{display:flex;flex-direction:column;gap:5px}.ag__card-meta-row{display:flex;flex-direction:row;gap:6px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:12px;font-weight:400;line-height:normal;color:#4a5565}.ag__card-meta-row svg{width:13px;height:13px;color:#99a1af;flex-shrink:0}.ag__card-footer{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding-top:10px;border-top:1px solid #E5E7EB;margin-top:auto}.ag__card-date{font-size:12px;font-weight:400;line-height:normal;color:#99a1af}.ag__status-btn{border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:400;padding:7px 14px;line-height:normal;text-align:center;font-weight:600;border:none;cursor:pointer;transition:opacity .15s}.ag__status-btn:hover{opacity:.85}.ag__status-btn--submitted{background:#00bc7d;color:#fff}.ag__status-btn--late{background:#e7000b;color:#fff}.ag__status-btn--start{background:#f7a314;color:#fff}.ag__status-btn--pending{background:#334155;color:#fff}.sr-overlay{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;padding:16px}.sr-popup{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.sr-popup__close{position:absolute;top:16px;right:16px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#99a1af;cursor:pointer;transition:background .15s,color .15s}.sr-popup__close svg{width:18px;height:18px}.sr-popup__close:hover{background:#f9fafb;color:#364153}.sr-popup__icon-wrap{margin-top:16px;margin-bottom:8px}.sr-popup__icon-ring{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:110px;height:110px;border-radius:50%;background:#f7a31426}.sr-popup__icon-inner{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:76px;height:76px;border-radius:50%;background:#f7a314}.sr-popup__icon-inner svg{width:34px;height:34px;color:#fff}.sr-popup__title{font-size:26px;font-weight:800;line-height:normal;color:#101828;text-align:center}.sr-popup__desc{font-size:14px;font-weight:400;line-height:1.65;color:#6a7282;text-align:center;max-width:320px}.sr-popup__dates{display:flex;flex-direction:column;gap:6px;text-align:center;margin-top:4px}.sr-popup__date-row{font-size:13px;font-weight:400;line-height:normal;color:#6a7282}.sr-popup__date-row span{color:#364153;font-weight:500}.sr-popup__btn{border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:14px 0;line-height:normal;text-align:center;width:100%;background:#f7a314;color:#fff;font-weight:600;border:none;margin-top:8px;transition:background .15s}.sr-popup__btn:hover{background:#fbab23}.lsr-popup{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:24px 32px 32px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.lsr-popup__top-bar{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%;margin-bottom:4px}.lsr-popup__badge{font-size:13px;font-weight:700;line-height:normal;background:#e7000b;color:#fff;padding:5px 14px;border-radius:8px}.lsr-popup__icon-wrap{margin:4px 0}.lsr-popup__icon-circle{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:90px;height:90px;border-radius:50%;background:#fb923c}.lsr-popup__icon-circle svg{width:44px;height:44px;color:#fff;stroke-width:3}.lsr-popup__title{font-size:24px;font-weight:800;line-height:normal;color:#101828;text-align:center}.lsr-popup__desc{font-size:14px;font-weight:400;line-height:1.6;color:#6a7282;text-align:center;max-width:320px}.lsr-popup__penalty-box{width:100%;background:#fffbeb;border-left:4px solid #F59E0B;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px;margin-top:4px}.lsr-popup__penalty-title{font-size:14px;font-weight:700;line-height:normal;color:#101828;margin-bottom:4px}.lsr-popup__penalty-row{font-size:13px;font-weight:400;line-height:normal;color:#4a5565}.lsr-popup__penalty-row span{font-weight:600;color:#1e2939}.lsr-popup__penalty-expected{font-size:13px;font-weight:600;line-height:normal;color:#e7000b;margin-top:4px}.lsr-popup__note{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;text-align:center}.lsr-popup__btn{border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:14px 0;line-height:normal;text-align:center;width:100%;background:#f59e0b;color:#fff;font-weight:600;border:none;margin-top:4px;transition:background .15s}.lsr-popup__btn:hover{background:#d97706}.agp{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.agp__icon-wrap{margin:8px 0 4px}.agp__icon-circle{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:80px;height:80px;border-radius:50%;background:#e7000b}.agp__icon-circle svg{width:36px;height:36px;color:#fff}.agp__title{font-size:26px;font-weight:800;line-height:normal;color:#101828;text-align:center;margin-top:4px}.agp__desc{font-size:13px;font-weight:400;line-height:1.6;color:#6a7282;text-align:center;max-width:320px}.agp__grade-label{font-size:14px;font-weight:700;line-height:normal;color:#364153;margin-top:8px}.agp__score{font-size:42px;font-weight:800;line-height:normal;color:#e7000b;line-height:1}.agp__grade-letter{font-size:14px;font-weight:400;line-height:normal;color:#6a7282}.agp__breakdown{width:100%;background:#fff1f2;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:8px;margin-top:4px}.agp__breakdown-row{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;font-weight:400;line-height:normal;color:#4a5565}.agp__breakdown-penalty{color:#e7000b;font-weight:600}.agp__actions{display:flex;flex-direction:row;gap:10px;justify-content:center;align-items:center;flex-wrap:nowrap;width:100%;margin-top:8px}.agp__btn-feedback{border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:12px 0;line-height:normal;text-align:center;flex:1;background:#1e2939;color:#fff;font-weight:600;border:none;transition:background .15s}.agp__btn-feedback:hover{background:#0f172a}.agp__btn-dashboard{border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:12px 0;line-height:normal;text-align:center;flex:1;background:#f59e0b;color:#fff;font-weight:600;border:none;transition:background .15s}.agp__btn-dashboard:hover{background:#d97706}.ah{display:flex;flex-direction:column;gap:20px;min-height:100vh}.ah__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.ah__title{font-size:26px;font-weight:700;line-height:normal;color:#101828}.ah__subtitle{font-size:13px;font-weight:400;line-height:normal;color:#99a1af;margin-top:2px}.ah__top-row{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:12px}.ah__tabs{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:4px;gap:2px}.ah__tab{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:8px 28px;line-height:normal;text-align:center;font-weight:500;color:#4a5565;border:none;background:transparent;transition:all .15s;white-space:nowrap}.ah__tab:hover{background:#f9fafb;color:#101828}.ah__tab--active{background:#f7a314;color:#fff;font-weight:600}.ah__tab--active:hover{background:#fbab23;color:#fff}.ah__search-row{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.ah__search{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:8px 14px;width:220px;transition:border-color .15s}.ah__search:focus-within{border-color:#f7a314}.ah__search svg{width:15px;height:15px;color:#99a1af;flex-shrink:0}.ah__search input{border:none;outline:none;font-size:13px;font-weight:400;line-height:normal;color:#1d293d;background:transparent;width:100%}.ah__search input::placeholder{color:#99a1af}.ah__icon-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:36px;height:36px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;color:#6a7282;cursor:pointer;transition:all .15s;flex-shrink:0}.ah__icon-btn svg{width:16px;height:16px}.ah__icon-btn:hover{border-color:#f7a314;color:#f7a314}.ah__table-wrap{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden}.ah__table{width:100%;border-collapse:collapse}.ah__table th{font-size:13px;font-weight:600;line-height:normal;color:#364153;padding:14px 20px;text-align:left;border-bottom:1px solid #E5E7EB;background:#fff}.ah__table td{padding:16px 20px;vertical-align:middle;border-bottom:1px solid #E5E7EB}.ah__table tbody tr:last-child td{border-bottom:none}.ah__row{transition:background .1s}.ah__row:hover{background:#f9fafb}.ah__file{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.ah__ext{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:48px;height:48px;border-radius:10px;font-size:11px;font-weight:700;line-height:normal;color:#fff;flex-shrink:0;background:#e05e5e}.ah__file-info{display:flex;flex-direction:column;gap:5px}.ah__file-name{font-size:13px;font-weight:600;line-height:normal;color:#101828}.ah__file-meta{display:flex;flex-direction:row;gap:6px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.ah__status{font-size:11px;font-weight:600;line-height:normal;padding:2px 10px;border-radius:999px}.ah__status--pending{background:#fef3c7;color:#92400e;border:1px solid #FDE68A}.ah__status--submitted{background:#d1fae5;color:#065f46;border:1px solid #6EE7B7}.ah__status--late{background:#fee2e2;color:#991b1b;border:1px solid #FCA5A5}.ah__assign-type{font-size:12px;font-weight:500;line-height:normal;color:#f7a314}.ah__subject{font-size:13px;font-weight:400;line-height:normal;color:#364153}.ah__due{font-size:13px;font-weight:400;line-height:normal;color:#364153;white-space:nowrap}.ah__no-score{font-size:14px;font-weight:400;line-height:normal;color:#99a1af}.ah__score-wrap{display:flex;flex-direction:column;gap:5px;min-width:100px}.ah__score-bar{width:100%;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.ah__score-fill{height:100%;background:#f7a314;border-radius:999px}.ah__score-text{font-size:12px;font-weight:500;line-height:normal;color:#6a7282}.ah__actions{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.ah__btn-view{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:6px 16px;line-height:normal;text-align:center;border:1px solid #E5E7EB;background:#fff;color:#364153;font-weight:500;transition:all .15s}.ah__btn-view:hover{border-color:#99a1af}.ah__btn-grade{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:6px 16px;line-height:normal;text-align:center;border:none;background:#f7a314;color:#fff;font-weight:600;transition:background .15s}.ah__btn-grade:hover{background:#fbab23}.ah__empty{display:flex;flex-direction:column;gap:59px;justify-content:center;align-items:center;flex-wrap:nowrap;padding:60px 20px;min-height:360px}.ah__empty-icon{width:189px;height:189px;border-radius:50%;background:linear-gradient(180deg,#d5edff,#71afe0);display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;flex-shrink:0}.ah__empty-icon svg{width:86px;height:86px}.ah__empty-icon svg path{stroke:#2b5270}.ah__empty-text{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.ah__empty-title{font-size:38px;font-weight:500;line-height:48px;color:#101828;letter-spacing:-.85px}.ah__empty-sub{font-size:18px;font-weight:400;line-height:28px;color:#4a5565;letter-spacing:-.44px}.np{background:#fff;border-radius:16px;width:100%;max-width:380px;padding:24px;display:flex;flex-direction:column;gap:12px;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.np__close{position:absolute;top:16px;right:16px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:#99a1af;cursor:pointer;transition:background .15s,color .15s}.np__close svg{width:16px;height:16px}.np__close:hover{background:#f9fafb;color:#364153}.np__title{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:18px;font-weight:700;line-height:normal;color:#101828;padding-right:24px}.np__warn-icon{width:20px;height:20px;color:#101828;flex-shrink:0}.np__message{font-size:13px;font-weight:400;line-height:1.6;color:#6a7282}.np__btn{border-radius:10px;cursor:pointer;display:inline-flex;gap:5px;font-size:13px;font-weight:400;padding:10px 20px;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:6px;justify-content:center;align-items:center;flex-wrap:nowrap;align-self:flex-start;background:#f7a314;color:#fff;font-weight:600;border:none;margin-top:4px;transition:background .15s}.np__btn svg{width:14px;height:14px}.np__btn:hover{background:#fbab23}.adet{display:flex;flex-direction:column;min-height:100vh}.adet__topbar{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;background:#fff;border-bottom:1px solid #E5E7EB;padding-bottom:14px;position:sticky;top:0;z-index:10}.adet__back-btn{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:16px;font-weight:500;line-height:normal;color:#4a5565;cursor:pointer;transition:color .15s}.adet__back-btn svg{width:18px;height:18px}.adet__back-btn:hover{color:#101828}.adet__topbar-right{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.adet__due-badge{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:14px;font-weight:500;line-height:normal;color:#2b5270;background:#e1f2ff;border:1px solid #2B5270;border-radius:8px;padding:8px 16px}.adet__due-badge svg{width:15px;height:15px}.adet__start-btn{border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:10px 32px;line-height:normal;text-align:center;background:#f7a314;color:#fff;font-weight:600;border:none;cursor:pointer;transition:background .15s}.adet__start-btn:hover{background:#fbab23}.adet__content{display:flex;flex-direction:column;gap:24px;width:100%;margin:24px auto 0}.adet__card{background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:32px;display:flex;flex-direction:column;gap:20px}.adet__overview-label{font-size:14px;font-weight:400;line-height:normal;color:#6a7282}.adet__title{font-size:28px;font-weight:700;line-height:normal;color:#101828;line-height:1.25}.adet__meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:24px;border-bottom:1px solid #E5E7EB}.adet__meta-col{display:flex;flex-direction:column;gap:4px}.adet__meta-label{font-size:12px;font-weight:400;line-height:normal;color:#6a7282}.adet__meta-value{font-size:16px;font-weight:600;line-height:normal;color:#101828}.adet__author-row{display:flex;flex-direction:row;gap:24px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.adet__author-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:14px;font-weight:400;line-height:normal;color:#4a5565}.adet__author-item svg{width:15px;height:15px;color:#99a1af}.adet__section-head{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.adet__section-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;border-radius:10px;flex-shrink:0}.adet__section-icon svg{width:16px;height:16px;color:#fff}.adet__section-icon--blue{background:#155dfc}.adet__section-icon--purple{background:#9810fa;border-radius:5px}.adet__section-icon--orange{background:#f7a314;border-radius:10px}.adet__section-title{font-size:20px;font-weight:600;line-height:normal;color:#101828}.adet__instructions{display:flex;flex-direction:column;gap:16px}.adet__instructions p{font-size:16px;font-weight:400;line-height:1.65;color:#364153}.adet__notice-box{font-size:16px;font-weight:500;line-height:1.6;color:#101828;background:#eff6ff;border-left:4px solid #155DFC;border-radius:0 4px 4px 0;padding:16px 20px}.adet__sq-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:992px){.adet__sq-grid{grid-template-columns:1fr}}.adet__sq-card{border:1px solid #155DFC;border-radius:10px;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.adet__sq-header{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.adet__sq-num{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;background:#2b5270;border-radius:5px;font-size:14px;font-weight:700;line-height:normal;color:#fff;flex-shrink:0}.adet__sq-title{font-size:18px;font-weight:600;line-height:normal;color:#101828}.adet__sq-list{list-style:none;display:flex;flex-direction:column;gap:8px;padding-left:8px}.adet__sq-list li{font-size:15px;font-weight:400;line-height:1.6;color:#364153}.adet__sq-note{color:#6a7282!important;font-size:14px!important;padding-left:8px}.adet__rules{display:flex;flex-direction:column;gap:20px}.adet__rule-item{display:flex;flex-direction:row;gap:16px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.adet__rule-dot{width:6px;height:6px;background:#99a1af;border-radius:50%;flex-shrink:0;margin-top:9px}.adet__rule-heading{font-size:16px;font-weight:600;line-height:normal;color:#101828;margin-bottom:6px}.adet__rule-text{font-size:16px;font-weight:400;line-height:1.5;color:#364153}.adet__rule-warn{color:#f7a314;font-weight:600}.aov{display:flex;flex-direction:column;gap:20px;min-height:100vh}.aov__breadcrumb{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.aov__breadcrumb-dot{width:8px;height:8px;border-radius:50%;background:#f7a314;flex-shrink:0}.aov__breadcrumb-text{font-size:13px;font-weight:500;line-height:normal;color:#6a7282}.aov__title{font-size:22px;font-weight:700;line-height:1.35;color:#101828;max-width:780px}.aov__meta-bar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #dbeafe;border-radius:12px;padding:14px 20px;gap:0}.aov__meta-divider{width:1px;height:28px;background:#bfdbfe;margin:0 16px;flex-shrink:0}.aov__meta-item{display:flex;flex-direction:column;gap:2px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.aov__meta-label{font-size:11px;font-weight:500;line-height:normal;color:#99a1af;text-transform:uppercase;letter-spacing:.04em}.aov__meta-value{font-size:13px;font-weight:600;line-height:normal;color:#1e2939}.aov__meta-value--due{color:#f59e0b}.aov__meta-value--faculty{color:#f7a314}.aov__panels{display:flex;flex-direction:row;gap:20px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}@media(max-width:900px){.aov__panels{flex-direction:column}}.aov__left{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}@media(max-width:900px){.aov__left{width:100%}}.aov__section{background:#fff;border-radius:12px;border:1px solid #E5E7EB;padding:20px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__section-head{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.aov__section-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:36px;height:36px;border-radius:8px;flex-shrink:0}.aov__section-icon svg{width:18px;height:18px;color:#fff}.aov__section-icon--blue{background:linear-gradient(135deg,#51a2ff,#2b7fff)}.aov__section-icon--purple{background:linear-gradient(135deg,#c27aff,#ad46ff)}.aov__section-title{font-size:16px;font-weight:700;line-height:normal;color:#101828}.aov__instructions{display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__instructions p{font-size:13px;font-weight:400;line-height:1.6;color:#364153}.aov__notice-box{background:#eff6ff;border-left:3px solid #F7A314;border-radius:0 8px 8px 0;padding:10px 12px;font-size:13px;font-weight:500;line-height:1.5;color:#f7a314}.aov__sq-list{display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__sq-item{background:#eff6ff;border-left:3px solid #60a5fa;border-radius:0 8px 8px 0;padding:12px 14px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__sq-header{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.aov__sq-num{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:22px;height:22px;border-radius:50%;background:#2563eb;color:#fff;font-size:11px;font-weight:700;line-height:normal;flex-shrink:0}.aov__sq-title{font-size:13px;font-weight:700;line-height:normal;color:#101828}.aov__sq-bullets{list-style:none;margin:0;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:0 0 0 8px}.aov__sq-bullets li{font-size:13px;font-weight:400;line-height:1.5;color:#4a5565}.aov__sq-bullets li:before{content:"• ";color:#60a5fa}.aov__sq-note{font-size:12px!important;font-weight:400!important;color:#99a1af!important}.aov__sq-note:before{display:none}.aov__right{flex:1;min-width:0;background:#fff;border-radius:12px;border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:0;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;overflow:hidden}.aov__toolbar{display:flex;flex-direction:row;gap:6px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:10px 16px;border-bottom:1px solid #E5E7EB;flex-wrap:wrap;gap:4px;position:sticky;top:0;background:#fff;z-index:2}.aov__word-count{font-size:13px;font-weight:600;line-height:normal;color:#f7a314;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:3px 10px;white-space:nowrap}.aov__toolbar-sep{width:1px;height:20px;background:#e5e7eb;margin:0 4px;flex-shrink:0}.aov__font-stepper{display:flex;flex-direction:row;gap:0;justify-content:flex-start;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;border-radius:5px;overflow:hidden}.aov__font-stepper button{border-radius:0;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:4px 8px 0;line-height:normal;text-align:center;background:#f9fafb;border:none;color:#364153;font-weight:600;line-height:1;cursor:pointer}.aov__font-stepper button:hover{background:#e5e7eb}.aov__font-stepper span{font-size:13px;font-weight:600;line-height:normal;color:#1e2939;padding:0 10px;min-width:28px;text-align:center;border-left:1px solid #E5E7EB;border-right:1px solid #E5E7EB;line-height:28px}.aov__insert-wrap{position:relative}.aov__insert-btn{border-radius:5px;display:inline-flex;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:5px 12px 0;line-height:normal;text-align:center;display:flex;flex-direction:row;gap:4px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background:#f9fafb;border:1px solid #E5E7EB;color:#1e2939;font-weight:500;cursor:pointer}.aov__insert-btn:hover{background:#e5e7eb}.aov__insert-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:100;min-width:140px;padding:4px;display:flex;flex-direction:column;gap:2px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__insert-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:13px;font-weight:400;line-height:normal;color:#364153;padding:8px 10px;border-radius:5px;background:none;border:none;cursor:pointer;text-align:left;width:100%}.aov__insert-item:hover{background:#f9fafb;color:#101828}.aov__insert-item--has-sub{display:flex;flex-direction:row;gap:8px;justify-content:space-between;align-items:center;flex-wrap:nowrap;position:relative}.aov__table-submenu{position:absolute;left:calc(100% + 4px);top:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:101;min-width:120px;padding:4px;display:flex;flex-direction:column;gap:2px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.aov__submenu-item{font-size:13px;font-weight:400;line-height:normal;color:#364153;padding:6px 10px;border-radius:5px;background:none;border:none;cursor:pointer;text-align:left;width:100%}.aov__submenu-item:hover{background:#f9fafb;color:#101828}.aov__latex-icon{font-size:16px;line-height:1;color:#4a5565}.aov__fmt-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:30px;height:30px;border-radius:5px;background:none;border:none;cursor:pointer;color:#4a5565;flex-shrink:0}.aov__fmt-btn svg{width:15px;height:15px}.aov__fmt-btn:hover{background:#f9fafb;color:#101828}.aov__editor{flex:1;border:none;outline:none;resize:none;padding:20px 24px;font-size:16px;font-weight:400;line-height:1.8;color:#1e2939;min-height:340px;background:transparent}.aov__editor::placeholder{color:#99a1af;line-height:2}.aov__footer{display:flex;flex-direction:row;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;padding:14px 20px;border-top:1px solid #E5E7EB;background:#f9fafb}.aov__btn-back{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:10px 24px 13px;line-height:normal;text-align:center;background:#fff;border:1px solid #E5E7EB;color:#364153;font-weight:500;cursor:pointer}.aov__btn-back:hover{background:#f3f4f6}.aov__btn-submit{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:10px 28px 0;line-height:normal;text-align:center;background:#fbab23;border:none;color:#fff;font-weight:600;cursor:pointer;transition:background .15s}.aov__btn-submit:hover{background:#e99a15}.sdp{background:#fff;border-radius:16px;width:100%;max-width:540px;overflow:hidden;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.sdp__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;padding:20px 24px;border-bottom:1px solid #E5E7EB;border-radius:16px 16px 0 0;border-bottom:1px solid #FCE7F3;background:#fdf2f8}.sdp__header-left{display:flex;flex-direction:row;gap:14px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.sdp__warn-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:44px;height:44px;border-radius:16777200px;background:#fce7f3;flex-shrink:0}.sdp__warn-icon svg{width:22px;height:22px;color:#f97316}.sdp__title{font-size:18px;font-weight:700;line-height:normal;color:#101828;margin-bottom:4px}.sdp__subtitle{font-size:13px;font-weight:400;line-height:normal;color:#6a7282}.sdp__close{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:5px;background:none;border:none;cursor:pointer;color:#99a1af;flex-shrink:0;margin-left:8px}.sdp__close svg{width:16px;height:16px}.sdp__close:hover{background:#f9fafb;color:#101828}.sdp__info-box{margin:20px 24px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.sdp__info-box p{font-size:13px;font-weight:400;line-height:1.6;color:#364153}.sdp__info-box strong{font-weight:700;color:#101828}.sdp__warning-line{color:#364153}.sdp__warning-label{color:#ef4444;font-weight:600}.sdp__options{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;padding:0 24px 20px;gap:0}.sdp__option{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.sdp__option-divider{width:1px;background:#e5e7eb;margin:0 20px;align-self:stretch}.sdp__option-title{font-size:16px;font-weight:700;line-height:normal;color:#101828}.sdp__option-desc{font-size:13px;font-weight:400;line-height:1.6;color:#4a5565;flex:1}.sdp__option-desc em{font-style:italic;color:#6a7282}.sdp__faculty-link{color:#f7a314;font-weight:500;cursor:pointer}.sdp__btn-penalty{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:11px 13px;line-height:normal;text-align:center;width:100%;background:#f3f4f6;border:1px solid #E5E7EB;color:#1e2939;font-weight:600;cursor:pointer;transition:background .15s}.sdp__btn-penalty:hover{background:#e5e7eb}.sdp__btn-extension{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:11px 13px;line-height:normal;text-align:center;background:#1e2939;border:none;color:#fff;font-weight:600;cursor:pointer;transition:background .15s}.sdp__btn-extension:hover{background:#0f172a}.sdp__tech-box{background:#f9fafb;border-top:1px solid #E5E7EB;padding:16px 24px;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.sdp__tech-title{font-size:13px;font-weight:600;line-height:normal;color:#1e2939}.sdp__tech-note{font-size:12px;font-weight:400;line-height:1.5;color:#6a7282}.rdep{background:#fff;border-radius:16px;width:100%;max-width:400px;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;overflow:hidden}.rdep__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:20px 24px;border-bottom:1px solid #E5E7EB}.rdep__title{font-size:18px;font-weight:700;line-height:normal;color:#101828}.rdep__close{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:5px;background:none;border:none;cursor:pointer;color:#99a1af}.rdep__close svg{width:16px;height:16px}.rdep__close:hover{background:#f9fafb;color:#101828}.rdep__body{padding:20px 24px;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.rdep__original{font-size:13px;font-weight:400;line-height:normal;color:#6a7282}.rdep__field{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.rdep__label{font-size:13px;font-weight:500;line-height:normal;color:#1e2939}.rdep__date-wrap{display:flex;flex-direction:row;gap:10px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;border:1px solid #E5E7EB;border-radius:10px;padding:10px 14px;background:#fff;transition:border-color .15s}.rdep__date-wrap:focus-within{border-color:#f7a314}.rdep__date-wrap svg{width:17px;height:17px;color:#99a1af;flex-shrink:0}.rdep__date-input{border:none;outline:none;font-size:13px;font-weight:400;line-height:normal;color:#1e2939;background:transparent;width:100%}.rdep__date-input::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}.rdep__textarea{border:1px solid #E5E7EB;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:400;line-height:1.6;color:#1e2939;resize:none;min-height:96px;outline:none;transition:border-color .15s}.rdep__textarea::placeholder{color:#99a1af}.rdep__textarea:focus{border-color:#f7a314}.rdep__upload-hint{font-size:12px;font-weight:400;line-height:normal;color:#99a1af;margin-top:-4px}.rdep__upload-btn{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:400;padding:10px 13px;line-height:normal;text-align:center;width:100%;border:1px solid #E5E7EB;background:#fff;color:#364153;font-weight:500;cursor:pointer;transition:background .15s}.rdep__upload-btn svg{width:16px;height:16px;color:#6a7282}.rdep__upload-btn:hover{background:#f9fafb}.rdep__footer{display:flex;flex-direction:row;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;padding:16px 24px;border-top:1px solid #E5E7EB}.rdep__btn-cancel{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:10px 24px 0;line-height:normal;text-align:center;background:#fff;border:1px solid #E5E7EB;color:#364153;font-weight:500;cursor:pointer}.rdep__btn-cancel:hover{background:#f9fafb}.fr{display:flex;flex-direction:column;padding-top:20px;gap:24px}.fr__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;background:#fff;border-bottom:1px solid #E5E7EB;padding:16px 0}.fr__header-left{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.fr__page-title{font-size:18px;font-weight:600;line-height:normal;color:#101828;letter-spacing:-.44px}.fr__grade-badge{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;background:#00a63e;color:#fff;font-size:14px;font-weight:500;line-height:normal;border-radius:999px;padding:8px 16px}.fr__back-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;background:none;border:none;cursor:pointer;color:#4a5565;border-radius:8px;padding:4px}.fr__back-btn svg{width:20px;height:20px}.fr__back-btn:hover{color:#101828;background:#f9fafb}.fr__layout{display:grid;grid-template-columns:230px 1fr 322px;gap:24px;align-items:flex-start}.fr__card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:21px;display:flex;flex-direction:column;gap:16px}.fr__card-head{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.fr__card-icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;color:#4a5565}.fr__card-icon svg{width:20px;height:20px}.fr__card-title{font-size:18px;font-weight:600;line-height:normal;color:#101828;letter-spacing:-.44px}.fr__sidebar{display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.fr__info-rows{display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.fr__info-row{display:flex;flex-direction:column;gap:4px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.fr__info-label{font-size:14px;font-weight:400;line-height:normal;color:#4a5565}.fr__info-value{font-size:14px;font-weight:500;line-height:normal;color:#101828}.fr__instructions-btn{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:12px 20px;font-size:16px;font-weight:600;line-height:normal;color:#101828;cursor:pointer;width:100%}.fr__instructions-btn svg{width:20px;height:20px;color:#6a7282}.fr__instructions-btn:hover{background:#f9fafb}.fr__main{background:#fff;border:1px solid #E5E7EB;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.fr__panel-head{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:16px 24px;border-bottom:1px solid #E5E7EB}.fr__fullscreen-btn{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;line-height:normal;color:#4a5565}.fr__fullscreen-btn svg{width:16px;height:16px}.fr__fullscreen-btn:hover{color:#101828}.fr__comments{list-style:none;padding:20px 24px 24px;margin:0;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.fr__comment-item{display:flex;flex-direction:row;gap:16px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.fr__comment-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#d1d5dc;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;font-size:14px;font-weight:500;line-height:normal;color:#364153}.fr__comment-text{flex:1;background:#f7f7f7;border-radius:5px;padding:4px 8px;font-size:14px;font-weight:500;line-height:1.5;color:#364153;min-height:40px}.fr__performance{padding:24px;border-top:1px solid #E5E7EB;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.fr__perf-title{font-size:18px;font-weight:600;line-height:normal;color:#101828;letter-spacing:-.44px}.fr__perf-current{font-size:14px;font-weight:400;line-height:normal;color:#364153}.fr__perf-current strong{font-weight:600}.fr__perf-cols{display:grid;grid-template-columns:1fr 1fr;gap:32px}.fr__perf-col-title{font-size:16px;font-weight:600;line-height:normal;color:#101828;margin-bottom:12px}.fr__bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap}.fr__bullet-list li{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;font-size:14px;font-weight:400;line-height:normal;color:#364153}.fr__bullet-list li:before{content:"•";color:#99a1af;flex-shrink:0}.fr__aside{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.fr__grade-summary{display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center;flex-wrap:nowrap;padding-bottom:8px}.fr__donut{display:block;overflow:visible}.fr__donut-letter{font-family:Inter,sans-serif;font-size:36px;font-weight:700;fill:#101828}.fr__donut-sub{font-family:Inter,sans-serif;font-size:14px;font-weight:400;fill:#4a5565}.fr__score-main{font-size:24px;font-weight:700;line-height:normal;color:#2b5270;letter-spacing:.07px;margin-top:8px}.fr__score-pct{font-size:20px;font-weight:600;line-height:normal;color:#364153;letter-spacing:-.45px}.fr__score-meta{font-size:12px;font-weight:400;line-height:normal;color:#6a7282;text-align:center}.fr__rubric{width:100%;border-collapse:collapse}.fr__rubric th{font-size:12px;font-weight:500;line-height:normal;color:#4a5565;text-align:left;padding-bottom:8px;border-bottom:1px solid #E5E7EB}.fr__rubric th:not(:first-child){text-align:right}.fr__rubric th:last-child{text-align:left;padding-left:12px}.fr__rubric td{font-size:14px;font-weight:400;line-height:normal;color:#101828;padding:10px 0;border-bottom:1px solid #E5E7EB;vertical-align:middle}.fr__rubric td:last-child{border-bottom:none}.fr__rubric tr:last-child td{border-bottom:none}.fr__rubric-num{text-align:right;color:#364153!important}.fr__rubric-score{text-align:right;font-weight:600!important}.fr__bar{width:64px;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-left:12px}.fr__bar-fill{height:100%;background:#2b5270;border-radius:999px}.fr__faculty-text{font-size:14px;font-weight:400;line-height:1.5;color:#364153}.fr__faculty-rec{font-size:14px;font-weight:400;line-height:normal;color:#6a7282}.fr__faculty-rec strong{font-weight:700;color:#6a7282}.fr__actions{display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.rrep{background:#fff;border-radius:16px;width:100%;max-width:640px;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;overflow:hidden}.rrep__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;background:#2b5270;padding:24px 32px;min-height:80px}.rrep__title{font-size:24px;font-weight:700;line-height:normal;color:#fff;letter-spacing:.07px}.rrep__close{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:32px;height:32px;border-radius:50%;background:none;border:none;cursor:pointer;color:#fffc}.rrep__close svg{width:18px;height:18px}.rrep__close:hover{color:#fff;background:#ffffff1a}.rrep__body{padding:24px 32px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.rrep__info-banner{background:#f3f4f6;border-radius:5px;padding:12px 16px;font-size:16px;font-weight:400;line-height:1.5;color:#364153}.rrep__field{display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.rrep__label{font-size:16px;font-weight:600;line-height:normal;color:#101828}.rrep__required{color:#e7000b}.rrep__textarea{border:1px solid #D1D5DC;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:400;line-height:1.6;color:#1e2939;resize:none;min-height:128px;outline:none;transition:border-color .15s}.rrep__textarea::placeholder{color:#99a1af}.rrep__textarea:focus{border-color:#f7a314}.rrep__upload-zone{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;flex-wrap:nowrap;border:2px dashed #E5E7EB;border-radius:16px;padding:20px 24px;min-height:100px;cursor:pointer;transition:border-color .15s,background .15s}.rrep__upload-zone svg{width:48px;height:48px;color:#99a1af}.rrep__upload-zone:hover{border-color:#f7a314;background:#f9fafb}.rrep__upload-name{font-size:13px;font-weight:400;line-height:normal;color:#4a5565;text-align:center;word-break:break-all}.rrep__acknowledge{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;cursor:pointer}.rrep__acknowledge input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin-top:2px;accent-color:#F7A314;cursor:pointer}.rrep__acknowledge-text{font-size:16px;font-weight:500;line-height:1.5;color:#364153}.rrep__footer{display:flex;flex-direction:row;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;padding:16px 32px;border-top:1px solid #E5E7EB}.rssp{background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;width:100%;max-width:510px;padding:32px 40px;position:relative;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.rssp__close{position:absolute;top:16px;right:16px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;background:none;border:none;cursor:pointer;color:#99a1af;border-radius:5px;opacity:.7}.rssp__close svg{width:16px;height:16px}.rssp__close:hover{opacity:1;background:#f9fafb;color:#101828}.rssp__icon{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:64px;height:64px;border-radius:50%;background:#6b8e6f;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000001a;color:#fff;flex-shrink:0}.rssp__icon svg{width:32px;height:32px}.rssp__title{font-size:26px;font-weight:700;line-height:normal;color:#101828;text-align:center;letter-spacing:-.35px;line-height:1.38}.rssp__body{display:flex;flex-direction:column;gap:15px;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;width:100%}.rssp__body p{font-size:16px;font-weight:400;line-height:1.625;color:#364153;letter-spacing:-.31px}.rssp__body p strong{font-weight:500;color:#101828}.assp{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;overflow:hidden}.assp__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:18px 24px;background:#1e2939}.assp__title{font-size:17px;font-weight:700;line-height:normal;color:#fff}.assp__close{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:28px;height:28px;border-radius:5px;background:none;border:none;cursor:pointer;color:#ffffffb3}.assp__close svg{width:16px;height:16px}.assp__close:hover{color:#fff}.assp__body{padding:30px 30px 20px;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.assp__icon-wrap svg{width:72px;height:72px}.assp__message{font-size:16px;font-weight:400;line-height:1.6;color:#364153;text-align:center;max-width:340px}.assp__message strong{font-weight:700;color:#101828}.assp__receipt{width:100%;border:1px solid #E5E7EB;border-radius:10px;padding:16px 20px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.assp__receipt-title{font-size:16px;font-weight:700;line-height:normal;color:#101828;margin-bottom:4px}.assp__receipt-row{display:flex;flex-direction:row;gap:8px;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.assp__receipt-label{font-size:13px;font-weight:500;line-height:normal;color:#4a5565;white-space:nowrap;flex-shrink:0}.assp__receipt-value{font-size:13px;font-weight:400;line-height:normal;color:#1e2939;text-align:right}.assp__actions{display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;flex-wrap:nowrap;width:100%}.assp__btn-dashboard{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:11px 20px 0;line-height:normal;text-align:center;background:#1e2939;border:none;color:#fff;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.assp__btn-dashboard:hover{background:#0f172a}.assp__btn-download{border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;font-weight:400;padding:11px 20px 0;line-height:normal;text-align:center;background:#fbab23;border:none;color:#fff;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.assp__btn-download:hover{background:#e99a15}.assp__footer-note{font-size:12px;font-weight:400;line-height:normal;color:#6a7282;text-align:center}.assp__email-link{color:#f7a314;font-weight:500;cursor:pointer}.osp{width:333px;background:#fff;border-radius:14px;box-shadow:0 20px 25px #0000001a,0 8px 10px #0000001a;padding:20px 24px 24px;position:relative;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.osp__close{position:absolute;top:10px;right:12px;display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:26px;height:26px;border:none;background:none;cursor:pointer;color:#99a1af;opacity:.7;border-radius:5px;transition:opacity .15s}.osp__close svg{width:16px;height:16px}.osp__close:hover{opacity:1}.osp__title{font-size:20px;font-weight:600;line-height:1.6;color:#101828;padding-right:20px}.osp__date-row{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;color:#99a1af}.osp__date-row svg{width:16px;height:16px;flex-shrink:0}.osp__date-row span{font-size:14px;font-weight:400;line-height:normal;color:#6a7282}.osp__badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:10px;font-size:13px;font-weight:600;line-height:normal;width:fit-content}.osp__cta{margin-top:4px}.osp__cta svg{width:16px;height:16px}.ca{display:flex;flex-direction:column;gap:20px}.ca__header{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.ca__header .btn{gap:8px}.ca__header .btn svg{width:16px;height:16px}.ca__title{font-size:28px;font-weight:700;line-height:normal;color:#101828}.ca__card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014,0 4px 16px #0000000f;padding:24px;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap}.ca__nav{display:flex;flex-direction:row;gap:12px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.ca__nav-btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:30px;height:30px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;cursor:pointer;color:#4a5565;transition:all .15s}.ca__nav-btn svg{width:16px;height:16px}.ca__nav-btn:hover{background:#f9fafb;border-color:#d1d5dc}.ca__month-label{font-size:16px;font-weight:400;line-height:normal;color:#4a5565;letter-spacing:-.02em}.ca__calendar{border-radius:8px;overflow:hidden}.ca__calendar .month_default_main{border:1px solid #E5E7EB!important;border-radius:8px;font-family:inherit}.ca__calendar .month_default_header_cell_inner{font-size:13px!important;font-weight:500!important;color:#99a1af!important;text-align:center;background:#fff!important;border-bottom:1px solid #E5E7EB!important}.ca__calendar .month_default_cell_inner{border:1px solid #E5E7EB!important;background:#fff!important}.ca__calendar .month_default_cell_business_inner{background:#fff!important}.ca__calendar .month_default_dayheader_inner{font-size:13px!important;font-weight:600!important;color:#364153!important}.ca__calendar .month_default_event_inner{font-size:12px!important;font-weight:500!important;color:#fff!important;border-radius:8px!important;padding:4px 10px!important}.ca__calendar .month_default_event{height:49px!important}.ca__legend{display:flex;flex-direction:row;gap:20px;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding-top:8px;border-top:1px solid #E5E7EB}.ca__legend-item{display:flex;flex-direction:row;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.ca__legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.ca__legend-label{font-size:13px;font-weight:400;line-height:normal;color:#364153}.ah__header .btn--dark svg path{stroke:#fff}.btn{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px;border:none;outline:none;cursor:pointer;font-family:inherit;font-weight:500;font-size:16px;line-height:1.5;border-radius:10px;padding:10px 24px;text-align:center;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s,opacity .15s,transform .1s,box-shadow .15s;box-sizing:border-box}.btn svg{width:18px;height:18px;flex-shrink:0}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn:active:not(:disabled){transform:scale(.97)}.btn--sm{font-size:13px;padding:7px 16px;border-radius:8px}.btn--sm svg{width:15px;height:15px}.btn--lg{font-size:18px;padding:14px 32px;border-radius:14px}.btn--lg svg{width:20px;height:20px}.btn--full{width:100%}.btn--primary{background:#f7a314;color:#fff;border:1px solid transparent}.btn--primary:hover:not(:disabled){background:#fbab23}.btn--dark{background:#2b5270;color:#fff;border:1px solid transparent}.btn--dark:hover:not(:disabled){opacity:.88}.btn--outline{background:#fff;color:#364153;border:1px solid #D1D5DC}.btn--outline:hover:not(:disabled){background:#f9fafb}.btn--ghost{background:transparent;color:#4a5565;border:1px solid transparent;padding-left:8px;padding-right:8px}.btn--ghost:hover:not(:disabled){background:#f9fafb;color:#101828}.btn--danger{background:#e7000b;color:#fff;border:1px solid transparent}.btn--danger:hover:not(:disabled){opacity:.88}.btn--success{background:#00bc7d;color:#fff;border:1px solid transparent}.btn--success:hover:not(:disabled){opacity:.88}body,html{height:100%;width:100%}button{all:unset;box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box;font-family:DM Sans,sans-serif}button,a{cursor:pointer}li,p{font-size:14px;font-weight:400;line-height:normal}:focus-visible{outline:0}body{background:#fff;color:#1d293d;margin:0;font-family:Rubik,Arial,sans-serif}ul{list-style:none;padding:0}.header{margin-bottom:30px;background:#fff}.hdr__logo{display:flex;flex-direction:column;gap:0;text-decoration:none;flex-shrink:0;padding-block:10px}.hdr__logo-word{display:flex;flex-direction:column;line-height:1}.hdr__logo-acad{font-size:28px;font-weight:800;color:#2b5270;letter-spacing:-.84px;line-height:1}.hdr__logo-edge{font-size:28px;font-weight:800;color:#fbab23;letter-spacing:-.84px;line-height:1}.hdr__logo-by{font-size:11px;font-weight:400;color:#2b5270;opacity:.5;letter-spacing:-.33px;margin-top:2px}.hdr__right{display:flex;align-items:center;gap:20px;flex:1;justify-content:flex-end}.hdr__nav{display:flex;align-items:center}.hdr__nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#c4c4c4;transition:color .15s;position:relative;padding:15px 10px}.hdr__nav-item:hover,.hdr__nav-item--active{color:#2b5270}.hdr__nav-item--active .hdr__nav-icon svg{stroke:#2b5270}.hdr__nav-item--active .hdr__nav-label{color:#2b5270}.hdr__nav-item--dropdown{cursor:pointer;-webkit-user-select:none;user-select:none}.hdr__history-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:300;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;min-width:200px;display:flex;flex-direction:column}.hdr__history-title{font-size:11px;font-weight:600;color:#99a1af;text-transform:uppercase;letter-spacing:.06em;padding:6px 12px 8px;border-bottom:1px solid #E5E7EB;margin-bottom:4px}.hdr__history-item{display:block;padding:6px 14px;text-decoration:none;font-size:14px;font-weight:500;color:#c4c4c4;transition:background .12s;white-space:nowrap;border-bottom:1px solid #E5E7EB}.hdr__history-item:last-child{border-bottom:unset}.hdr__history-item:hover{background:#f9fafb;color:#101828}.hdr__history-item--active{color:#2b5270;font-weight:600;background:#2b52700f}.hdr__nav-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.hdr__nav-icon svg{width:17px;height:17px;stroke:currentColor}.hdr__nav-label{font-size:14px;font-weight:400;color:inherit;white-space:nowrap;line-height:1}.hdr__icon-btn{border-radius:10px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a5565;flex-shrink:0;transition:background .15s}.hdr__icon-btn svg{width:20px;height:20px;stroke:#c4c4c4}.hdr__icon-btn:hover{background:#f9fafb}.hdr__avatar-wrap{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.hdr__avatar-wrap svg{width:16px;height:16px;color:#4a5565}.hdr__avatar-crown-wrap{position:relative;width:40px;height:40px;flex-shrink:0}.hdr__avatar{border-radius:50%}.hdr__crown{position:absolute;top:-6px;right:-4px;width:20px;height:20px;padding:3px;display:flex;align-items:center;justify-content:center;border-radius:30px;background:#fff;box-shadow:0 4px 12px #00000040}.hdr__crown svg{width:16px;height:16px}.hdr__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:300;display:flex;flex-direction:column;gap:2px}.hdr__dropdown-name{font-size:13px;font-weight:600;color:#101828;padding:8px 12px 6px;border-bottom:1px solid #E5E7EB;margin-bottom:4px}.hdr__dropdown>button{display:block;padding:6px 14px;text-decoration:none;font-size:14px;font-weight:500;color:#c4c4c4;transition:background .12s;white-space:nowrap;border-bottom:1px solid #E5E7EB}.hdr__dropdown>button:last-child{border-bottom:unset}.hdr__dropdown>button:hover{background:#f9fafb}.hdr__dropdown-logout{color:#e7000b!important}.hdr__dropdown-logout:hover{background:#e7000b0f!important}.hdr__lang-wrap{position:relative;border-inline:1px solid #ccc}.hdr__icon-btn--active{background:#f9fafb;color:#2b5270}.hdr__icon-btn--lang{gap:4px;width:auto;padding:0 10px}.hdr__lang-code{font-size:11px;font-weight:700;color:inherit;letter-spacing:.04em}.hdr__lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:300;background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:180px;padding:4px;overflow:hidden;max-height:280px;overflow-y:auto}.hdr__lang-option{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;border-radius:8px;font-size:13px;color:#364153;cursor:pointer;transition:background .12s}.hdr__lang-option:hover{background:#f9fafb}.hdr__lang-option--active{background:#2b527014;color:#2b5270;font-weight:600}.hdr__hamburger{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:none;background:none;cursor:pointer;border-radius:8px;color:#4a5565;flex-shrink:0}.hdr__hamburger svg{width:22px;height:22px}.hdr__hamburger:hover{background:#f9fafb}.hdr__overlay,.hdr__drawer{display:none}@media(max-width:992px){.hdr__nav{display:none}.hdr__right{gap:10px}.hdr__hamburger{display:flex}.hdr__lang-wrap{display:flex;border:none}.hdr__overlay{display:block;position:fixed;inset:0;background:#0006;z-index:998}.hdr__drawer{display:flex;flex-direction:column;position:fixed;top:0;right:-320px;width:300px;height:100dvh;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:999;transition:right .3s ease;overflow-y:auto}.hdr__drawer--open{right:0}.hdr__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.hdr__drawer-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;cursor:pointer;border-radius:8px;color:#4a5565}.hdr__drawer-close svg{width:20px;height:20px}.hdr__drawer-close:hover{background:#f9fafb}.hdr__drawer-nav{display:flex;flex-direction:column;padding:12px 8px;flex:1;gap:2px}.hdr__drawer-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:500;color:#4a5565;border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:background .15s}.hdr__drawer-item:hover{background:#f9fafb;color:#101828}.hdr__drawer-item--active{background:#2b527014;color:#2b5270}.hdr__drawer-item--active .hdr__nav-icon svg{stroke:#2b5270}.hdr__drawer-item .hdr__nav-icon{flex-shrink:0}.hdr__drawer-divider{font-size:11px;font-weight:600;color:#99a1af;text-transform:uppercase;letter-spacing:.06em;padding:10px 14px 4px;margin-top:6px;border-top:1px solid #E5E7EB}.hdr__drawer-footer{border-top:1px solid #E5E7EB;padding:12px 8px;flex-shrink:0}.hdr__drawer-lang{display:flex;flex-wrap:wrap;gap:4px;padding:0 6px 10px}.hdr__drawer-lang .hdr__lang-option{padding:6px 10px;font-size:12px}.hdr__drawer-logout{display:block;width:100%;padding:10px 14px;border:none;background:none;cursor:pointer;border-radius:10px;font-size:13px;font-weight:500;color:#e7000b;text-align:left;transition:background .15s}.hdr__drawer-logout:hover{background:#e7000b0f}}@media(max-width:768px){.header_flx{gap:12px}}.quck_mn_tp{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.quck_mn{width:100%}.deptmnt_inr{padding:0 10px}.deptmnt{margin-right:10px;position:unset}.slider_btn{display:flex;align-items:center;gap:5px;border-radius:5px;border:1px solid #F6F6F6;font-size:12px;font-weight:400;line-height:normal;padding:7px 6px}.quick_sldr .slick-initialized .slick-slide{margin-right:5px}.filter_inr,.tell_inr{border-radius:16px;border:1px solid #FFEDD4;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:30px}.slct_sels h3{color:#262829;font-size:12px;font-weight:500;line-height:normal;display:flex;align-items:center}.quck_mn svg{height:18px;width:18px}.slct_sels{display:flex;padding:6px 10px;justify-content:flex-start;align-items:center;gap:10px;border-radius:5px;border:1px solid #F6F6F6;background:#fff}.slider_btn svg{width:12px;height:12px}.deptmnt_drp{transform:translateY(-20px);transition:opacity .4s ease,transform .4s ease,visibility .4s;transition:all .5s;box-shadow:0 10px 38px #0000001a;min-width:450px;max-width:560px;background-color:#fff;border-radius:8px}.deptmnt_ir_lt{position:relative;padding:3px 0 3px 22px;cursor:pointer}.deptmnt_inr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.deptmnt_ir_lt input[type=checkbox]{position:absolute;left:0}.outer_container{width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.vw_al_ft{margin-top:10px;border-top:1px solid #ececec;padding:10px;bottom:-10px;position:sticky;display:flex;align-items:center;justify-content:space-between}.vw_al_ft button{font-size:14px;font-weight:400;line-height:normal}.deptmnt_drp{padding:10px 0 0!important}.deptmnt_drp p{padding-left:10px}.chip{padding:6px;display:flex;gap:4px;align-items:center;overflow-x:auto;font-size:14px;font-weight:400;line-height:normal;border-radius:10px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.chip button{margin-left:6px;font-size:14px;font-weight:400;line-height:normal}.selected-chips-wrapper{display:flex;gap:10px;flex-wrap:wrap;border-radius:14px;border:2px solid #FFD6A7;background:linear-gradient(90deg,#fff7ed,#fff);width:100%;padding:10px}.deptmnt_ir_lt label{cursor:pointer;display:flex;align-items:center}.clear_btn{padding:6px 10px;border-radius:20px;background:transparent;border:1px dashed rgb(224,167,122);color:#c66a1a;cursor:pointer;font-size:13px;font-weight:400;line-height:normal}.tell_inr{margin-top:24px}.tell_flx{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.tell_l{width:65%}.tell_l h2{color:#1e2939;font-size:30px;font-weight:400;line-height:120%}.tell_bx{margin-top:24px;border-radius:14px;border:2px solid #E5E7EB;background:linear-gradient(135deg,#f9fafb,#fff);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:26px;min-height:300px}.tell_bx h3{color:#f54900;font-size:16px;font-weight:400;line-height:24px;display:flex;align-items:center;gap:10px;margin-bottom:10px}.tell_bx p{white-space:pre-line}.tell_bx p,.tell_bx li{color:#36415380;font-size:18px;font-weight:400;line-height:130%}.jst_tx{margin-top:16px}.jst_tx ul{padding-inline-start:20px;list-style:disc;margin-top:10px}.jst_tx ul li{padding-bottom:5px}.tell_r h2{color:#364153;font-size:16px;font-weight:400;line-height:24px;display:flex;align-items:center;gap:5px;margin-bottom:5px}.tell_r_bx{border-radius:14px;border:2px solid #FFD6A7;background:linear-gradient(135deg,#fff7ed,#fff);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:26px;margin-top:16px}.tell_r{width:32%}.tell_r_bx h3{color:#1e2939;font-size:16px;font-weight:400;line-height:24px}.tell_lst{margin-top:5px}.tell_pnt{color:#364153;font-size:14px;font-weight:400;line-height:20px;padding:6px 0 0}.tell_pnt::marker{color:#f54900}.here_bx{border-radius:14px;border:2px solid #B9F8CF;background:linear-gradient(135deg,#f0fdf4,#fff);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:26px;margin-top:24px}.here_bx h2{color:#1e2939;font-size:20px;font-weight:400;line-height:28px;display:flex;align-items:center;gap:10px}.here_lst{margin-top:32px}.here_pt{border-radius:10px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:12px;margin-bottom:14px}.here_pt:last-child{margin-bottom:0}.here_hder{display:flex;align-items:center;justify-content:space-between}.here_hder h3{color:#364153;font-size:16px;font-weight:400;line-height:24px}.here_hder button{display:flex;align-items:center;gap:8px;color:#f54900;font-size:14px;font-weight:400;line-height:20px}.here_dropdown{margin-top:10px;display:none}.btn_sec{display:flex;justify-content:flex-end;margin-top:24px;gap:20px}.btn_sec .btn{padding:14px 16px;font-size:14px;font-weight:400;line-height:normal}.btn{border-radius:10px;text-align:center;font-size:14px;font-weight:400;line-height:normal}.btn{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:5px;justify-content:center;padding:10px 15px}.btn_sec button{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;color:#fff}.btn_secondry{background:#8f8f8f;color:#fff}.task_r .btn_secondry svg path{stroke:#fff}.ind_main{padding-bottom:100px}.container{width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-inline:16px}.back_btn{color:#101828;font-size:16px;font-weight:400;line-height:24px;display:flex;align-items:center;gap:10px}.tab_lpt button{color:#4a5565;text-align:center;font-size:16px;font-weight:400;line-height:24px;padding:10px 0}.tab_lst{margin-top:16px;display:flex;gap:20px;border-bottom:1px solid #000}.finan{background:#f9fafb;padding:24px 16px}.finan_lpt button{color:#364153;text-align:center;font-size:14px;font-weight:400;line-height:20px;border-radius:4px;border:1px solid #D1D5DC;background:#fff;padding:8px 10px}.finan_lst{display:flex;align-items:center;gap:10px}.video_reso_mn h3{display:flex;align-items:center;color:#101828;font-size:16px;font-weight:400;line-height:24px;gap:8px;margin-top:20px}.video_bx{border-radius:10px;background:#0f172b;padding:16px}.video_bx h5{color:#fff;font-size:14px;font-weight:400;line-height:20px;margin-top:6px}.video_desc{min-height:120px}.video_bx h4{color:#99a1af;font-size:12px;font-weight:400;line-height:16px}.video_bx p{color:#99a1af;font-size:12px;font-weight:400;line-height:16px;margin-top:10px}.video_resour{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}.video_reso_mn,.resours_r{margin-top:20px}main{padding-bottom:100px}.faculty_hder p{color:#2b5270;font-size:16px;font-weight:400;line-height:24px;margin-top:7px}.faculty_hder h2{color:#4a5565;font-size:14px;font-weight:400;line-height:20px}.faculty_lst{margin-top:20px}.faculty_lst .active{border-radius:10px;border:1px solid #00A63E;background:#f9fffb}.faculty{margin-top:20px}.faculty_pt{border-radius:10px;border:1px solid #E5E7EB;background:#fff;padding:16px;display:flex;align-items:center;gap:16px;margin-bottom:10px}.faculty_pt:last-child{margin-bottom:0}.faculty_flx h3{color:#101828;font-size:16px;font-weight:400;line-height:24px;width:100%;display:flex;justify-content:space-between;align-items:center}.fac_read{background:#00a63e;color:#fff;border-radius:15px;font-size:12px;padding:0 9px}.faculty_txt p{color:#4a5565;font-size:14px;font-weight:400;line-height:20px;margin-top:5px}.read_badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#e7f6ec;color:#1e7e34;font-size:12px;font-weight:500;line-height:120%;margin-top:6px}.fill_star svg path{fill:#101828;stroke:#101828}.theme_btn{border-radius:10px;background:#2b5270;padding:8px;color:#fff;font-size:14px;font-weight:400;line-height:normal}.btn_border{border-radius:4px;border:1px solid #D1D5DC}.exam_top{display:flex;justify-content:center}.faculty_btn{display:flex;justify-content:flex-end;flex-wrap:wrap;flex:1;gap:10px;margin-top:10px}.faculty_txt{flex:1}.exam_bx .btn{padding:10px}.btn_save svg{width:30px;height:30px;padding:5px}.btn_save{border-radius:4px;border:1px solid #D1D5DC;padding:3px 5px;display:flex;align-items:center;justify-content:center;line-height:30px}.resours_flx{display:flex;gap:40px}.resours_l{flex:1}.resours_r{width:300px}.exam_bx{border-radius:10px;border:1px solid #E5E7EB;background:#fff;padding:20px}.exam_bx .theme_btn{display:flex;gap:10px;align-items:center}.exam_btn{display:flex;gap:10px;margin-top:20px;justify-content:center}.exam_bx p{color:#101828;font-size:14px;font-weight:400;line-height:20px;margin-top:15px}.exam_bx .book_tx{color:#4a5565;font-size:14px;font-weight:400;line-height:20px;font-style:italic;margin-top:6px}.inp{border-radius:10px;border:1px solid #D1D5DC;padding:12px 48px 12px 16px;color:#0a0a0a80;font-size:13px;font-weight:400;line-height:normal;width:100%}.bot_btn{position:absolute;right:15px;bottom:10px;display:flex;align-items:center;gap:12px;background-color:#fff}.exam_inp{position:relative;display:flex;align-items:center;margin-top:16px}.exam_inp .inp{border-radius:16px;height:68px}.exam_bx{margin-bottom:20px}.faculty_flx{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;flex:1}.assign_l{width:30%}.assign_bx{border-radius:4px;border:1px solid #D1D5DC;background:#fff;padding:16px}.assign_selt{display:flex;gap:10px;margin-top:16px}.css-b62m3t-container{width:-webkit-fill-available}.css-1wy0on6 .css-1xc3v61-indicatorContainer{padding:0 10px 0 0;color:#000}.css-1dimb5e-singleValue{font-size:14px;font-weight:400;line-height:normal}.css-1u9des2-indicatorSeparator{display:none}.assign_lst{margin-top:16px}.assign_pt{padding:16px;border-left:4px solid #D1D5DC;background:#fbfdff;position:relative;margin-bottom:10px;cursor:pointer}.assign_pt:last-child{margin-bottom:0}.assign_pt h2{color:#0a0a0a;font-size:14px;font-weight:500;line-height:20px}.assign_pt h3{color:#0a0a0a;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.312px;margin-top:6px}.phar{color:#4a5565;font-size:14px;font-weight:400;line-height:20px;margin-top:5px}.ass_dnger{color:#e7000b;font-size:14px;font-weight:400;line-height:20px;margin-top:5px}.css-1jqq78o-placeholder{color:#0a0a0a;text-align:center;font-size:14px;font-weight:400;line-height:20px}.css-b62m3t-container .css-t3ipsp-control{box-shadow:none;border-color:#ccc}.css-1jqq78o-placeholder{text-align:left}.assign_pt .btn{border-radius:4px;background:#fbab23;padding:5px 9px;color:#fff;font-size:12px;font-weight:400;line-height:16px;position:absolute;right:16px;bottom:16px}.assign_pt.actve{border-color:#fbab23}.ass_dnger{display:flex;align-items:center;gap:6px}.assign{display:flex;gap:40px;margin-top:20px}.assign_r{flex:1}.assign_r_bx{border-radius:4px;border:1px solid #D1D5DC;background:#fff;padding:20px;display:flex;align-items:center;flex-wrap:wrap}.assign_r_bx h3{color:#101828;font-size:16px;font-weight:400;line-height:24px}.assign_r_bx .btn svg{width:20px;height:20px}.ass{border-radius:4px;border:1px solid #D1D5DC;background:#fff;padding:20px;margin-top:20px}.ass_tx h2{color:#101828;font-size:30px;font-weight:400;line-height:36px}.langu_flx{display:flex;align-items:center;justify-content:space-between}.ass_tx h3{color:#4a5565;font-size:20px;font-weight:400;line-height:28px;margin-top:8px}.ass_tx p{color:#364153;font-size:16px;font-weight:400;line-height:24px;margin-top:5px}.ass_bx{border-radius:4px;border:1px solid #D1D5DC;background:#fff;padding:20px;margin-top:25px}.ass_bx h2{color:#101828;font-size:20px;font-weight:400;line-height:28px}.ass_bx h3{color:#101828;font-size:16px;font-weight:400;line-height:24px;margin-top:15px}.ass_bx_lst{margin-top:16px;list-style:disc;padding-inline-start:20px}.ass_bx_lst li{color:#364153;font-size:14px;font-weight:400;line-height:24px;margin-top:5px}.learn{margin-top:25px}.learn h2{color:#101828;font-size:20px;font-weight:400;line-height:120%}.learn ul{margin-top:15px}.learn li{color:#364153;font-size:16px;font-weight:400;line-height:24px;display:flex;align-items:center;gap:10px;margin-bottom:0}.ass_bx_sub{margin-top:10px}.ass_bx_sub li{color:#364153;font-size:16px;font-weight:400;line-height:24px;padding-inline-start:20px;margin-bottom:5px}.ass_bx_sub li:last-child{margin-bottom:0}.pract_card{border-radius:10px;background:linear-gradient(135deg,#2b5270,#2b5270c4);background-image:url(/assets/practice_card-hMKJ1U4o.jpg);background-repeat:no-repeat;padding:50px 20px;background-size:cover;color:#fff;background-position:left;margin-top:20px;cursor:pointer}.pract_card h3{color:#ffffffe6;font-size:12px;font-weight:400;line-height:120%;margin-top:10px}.pract_card p{color:#fffc;font-size:12px;font-weight:400;line-height:120%;margin-top:10px}.pract_card h4{color:#fff;font-size:20px;font-weight:500;line-height:120%;margin-top:5px}.result-row{position:relative}.current_card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pract_btn{border-radius:4px;background:#2b7fff;color:#fff;font-size:12px;font-weight:400;line-height:120%;padding:4px 6px;text-transform:capitalize}.current_inr h2{color:#101828;font-size:16px;font-weight:400;line-height:24px}.current_bx{margin-top:20px}.current_bx{margin-top:20px;border-radius:10px;background:linear-gradient(135deg,#2b5270,#2b5270c4);display:flex;width:224px;height:128px;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:#fff}.plus_tx{display:block;color:#fff;font-size:14px;font-weight:400;line-height:20px}.plus{text-align:center}.plus_svg{border-radius:16777200px;background:#fdc700;display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 5px}.current_inr{margin-top:20px}.ready{background-image:url(/assets/readybg-QUHBxTha.jpg);border-radius:16px;padding:16px 32px;color:#fff;background-repeat:no-repeat;background-size:cover;margin-top:20px}.ready_r h2{color:#fff;font-size:20px;font-weight:600;line-height:120%}.ready_r p{color:#fffc;font-size:14px;font-weight:400;line-height:120%;margin-top:14px}.ready_r .btn{border-radius:20px;background:#fbab23;padding:10px 20px;margin-top:15px}.ready{display:flex;align-items:center}.ready figure{width:300px;height:250px;border-radius:20px;overflow:hidden}.ready figure img{width:100%;height:100%;object-fit:cover}.solu{border-radius:16px;background:#020618;padding:30px;margin-top:20px}.solu h3{color:#fff;font-size:16px;font-weight:400;line-height:20px}.solu_lst{border-radius:16px;border:1px solid #FFF;overflow:hidden}.solu_lst figure{height:185px;padding:0 20px}.solu_lst figure img{width:100%;height:100%;object-fit:contain}.solu_tx{border-radius:0 0 16px 16px;background:#ededed;padding:14px 8px;overflow:hidden}.solu_tx strong{color:#000;font-size:12px;font-weight:500;line-height:120%;line-height:16px}.solu_tx p{color:#000;font-size:12px;font-weight:400;line-height:120%;margin-top:5px}.chatbot{border:1px solid #E5E7EB;padding:20px;margin-top:20px;border-radius:3px;background:#f9fafb;position:sticky;bottom:0;left:0;right:0;z-index:1}.chatbot p{color:#101828;font-size:16px;font-weight:400;line-height:24px}.chatbot abbr{color:#6a7282;text-align:center;font-size:12px;font-weight:400;line-height:120%;display:block;margin-top:10px}.bot_pls{position:absolute;left:20px;display:flex;align-items:center}.bot_pls svg path{stroke:#99a1af}.finan_wht{background:#fff;padding-inline:0}.tab_lpt{border-bottom:2px solid transparent}.tab_lpt.active{border-bottom:2px solid #2B5270}.ass_tx .filled path{stroke:#fbab23;fill:#fbab23}.cont_pros{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.cont_pros h4{color:#4a5565;font-size:16px;font-weight:400;line-height:24px}.cont_pros p{color:#fbab23;font-size:16px;font-weight:400;line-height:24px}.concept_card{border-radius:16px;border:1px solid #E9D4FF;background:linear-gradient(135deg,#fff7e9,#ffeed2);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:20px}.concept_card h2{color:#fbab23;font-size:18px;font-weight:400;line-height:28px}.cont_fx{margin-top:15px;display:flex;gap:15px}.cont_r h3{color:#1e2939;font-size:20px;font-weight:400;line-height:120%}.cont_r p{color:#4a5565;font-size:14px;font-weight:400;line-height:20px;margin-top:2px}.custom-progress{-webkit-appearance:none;appearance:none;border:none;background:transparent;overflow:hidden}.custom-progress::-webkit-progress-bar{background:#ffcd7d;border-radius:999px;box-shadow:inset 0 1px #fff9}.custom-progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#f59e0b,#f7b64b,#f59e0b);background:linear-gradient(90deg,#ffe4ba,#fbab23)}.custom-progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#f59e0b,#f7b64b,#f59e0b);box-shadow:inset 0 -1px #0000000f}.cont_r .btn_primry{padding:10px 15px;text-align:center;font-size:14px;font-weight:400;line-height:24px;margin-top:15px}.cont_r .btn_primry svg path{fill:#fff;stroke:#fff}.contsp_grd{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:30px}.concept{margin-top:20px}.concept h1{color:#1e2939;font-size:30px;font-weight:400;line-height:120%}.pwr_tx{color:#4a5565;font-size:16px;font-weight:400;line-height:28px;font-style:normal;margin-top:10px}.chapter_hrd{color:#1e2939;font-size:25px;font-weight:400;line-height:120%}.chapter{margin-top:30px}.chapter_grd{margin-top:20px}.chapter_icon{text-align:center}.chapter_icon svg{width:50px;height:50px;margin:0 auto;text-align:center}.chapter_lst{border-radius:16px;border:1px solid #F3F4F6;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:20px}.chapter_lst h3{color:#1e2939;text-align:center;font-size:20px;font-weight:400;line-height:28px;margin-top:15px}.chapter_lst ul{margin-top:15px;padding-inline-start:20px;min-height:165px;list-style:disc}.chapter_lst ul li{color:#4a5565;font-size:14px;font-weight:400;line-height:30px}.chapter_lst ul li::marker{color:#fbab23}.chapter_bt{display:flex;justify-content:center}.recommen_bx{border-radius:16px;border:1px solid #B8DCF8;background:#e0e7ff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:30px}.recommen{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.recommen p{color:#09090a;font-size:16px;font-weight:400;line-height:26px;margin-top:10px}.recommen p span{color:#2b5270;font-weight:400}.recommen_icn{display:flex;align-items:center;gap:15px;margin-bottom:25px}.recommen_icn h2{color:#1e2939;font-size:25px;font-weight:400;line-height:36px}.recommen_icn svg{width:45px;height:45px}.recommen_bt{text-align:center;display:flex;justify-content:center;margin-top:30px}.recommen_bt .btn{background-color:#fff}.prepartin .tell_l{flex:1}.tell_inpt{margin-top:20px;position:relative;display:flex;align-items:center}.tell_inpt .inp{height:60px;border-radius:15px;font-size:16px;font-weight:400;line-height:normal;padding-right:100px}.need{margin-top:20px}.need_btn{margin-top:25px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.need_btn .btn{height:60px;border-radius:15px;font-size:14px;font-weight:400;line-height:normal;display:block;word-wrap:break-word;line-height:125%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:15px}.need_a{background:#fff0d7}.need_b{background:#ebf0f5}.need_c{background:#f4e5ff}.need_d{background:#e7fff0}.need_e{background:#fff9df}.quick_sldr{overflow:hidden}.quick_sldr .swiper-button-next{background:#fbab23;border-radius:50%;width:30px;height:30px;top:23px!important;right:0!important}.quick_sldr .swiper-button-next svg path{fill:#fff}.quick_sldr .swiper-button-prev{background:#fbab23;border-radius:50%;width:30px;height:30px;top:23px!important;left:0!important}.quick_sldr .swiper-button-prev svg path{fill:#fff}.prep_plan_hdr{border-bottom:1px solid #E5E7EB;background:#fdfdfd;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:15px}.daily_plan{border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;color:#0a0a0a;text-align:center;font-size:16px;font-weight:500;line-height:120%}.daily_plan svg{width:22px;height:22px}.left_plan_hdr h2{color:#4a5565;font-size:16px;font-weight:400;line-height:120%}.prep_flex{border-radius:14px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;padding:20px;align-items:center;justify-content:space-between;margin-top:30px}.prep_fl h3{color:#101828;font-size:24px;font-weight:400;line-height:120%}.prep_fl p{color:#4a5565;font-size:16px;font-weight:400;line-height:120%;margin-top:5px}.prep_fr{border-radius:14px;border:1px solid #E5E7EB;background:#f9fafb;padding:15px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.prp_fir{margin:0 auto}.prp_fir svg{width:27px;height:40px}.strk_day{color:#101828;text-align:center;font-size:22px;font-weight:400;line-height:120%}.prep_fr abbr{color:#4a5565;text-align:center;font-size:12px;font-weight:400;line-height:120%}.missd_sec{display:flex;align-items:flex-start;padding:20px;gap:16px;border-radius:14px;border:1px solid #FFD6A7;background:#fff7ed;margin-top:30px}.missd_icn svg{width:32px;height:32px;flex-shrink:0}.missd_cotnt h4{color:#101828;font-size:16px;font-weight:400;line-height:120%}.missd_cotnt p{color:#4a5565;font-size:14px;font-weight:400;line-height:120%;margin-top:5px}.smrt_rech{color:#2b5270;text-align:center;font-size:14px;font-weight:500;line-height:120%;display:flex;align-items:center;justify-content:flex-start;gap:5px;margin-top:5px}.overvw_sec{margin-top:30px}.overvw_hd h2{color:#101828;font-size:16px;font-weight:400;line-height:120%}.overvw_lst{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-top:16px}.overvw_dtls{display:flex;padding:25px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:14px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.overvw_dtls span{display:flex;width:48px;height:48px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:10px;background:#f3f4f6}.overvw_dtls span svg{width:24px;height:24px}.overvw_dtls p{color:#4a5565;text-align:center;font-size:14px;font-weight:400;line-height:120%}.overvw_dtls h5{color:#101828;text-align:center;font-size:24px;font-weight:400;line-height:120%}.learn_mn{margin-top:30px}.learn_mn .learn_tabs{overflow:hidden;margin-top:0}.learn_mn .learn_tabs .swiper-initialized{padding:10px 50px;padding-bottom:10px!important}.learn_mn .lrn_hd h2{white-space:nowrap}.lrn_hd{display:flex;align-items:center;justify-content:flex-start;gap:16px}.lrn_hd h2{color:#101828;font-size:16px;font-weight:400;line-height:120%}.learn_tabs{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px}.learn_tab{display:flex;padding:9px 12px;justify-content:flex-end;align-items:center;border-radius:10px;border:1px solid #E5E7EB;background:#fff;color:#364153;text-align:center;font-size:16px;font-weight:400;line-height:120%}.learn_tab.active{background:#fbab23;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;color:#fff;border:0}.learn_inr,.slder_arr,.learn_tabs{margin-top:20px}.learn_inr .swiper-button-next,.slder_arr .swiper-button-next,.learn_tabs .swiper-button-next{background:#8f8f8f;border-radius:50%;width:42px;height:42px}.learn_inr .swiper-button-next svg,.slder_arr .swiper-button-next svg,.learn_tabs .swiper-button-next svg{width:18px;height:18px}.learn_inr .swiper-button-next svg path,.slder_arr .swiper-button-next svg path,.learn_tabs .swiper-button-next svg path{fill:#fff}.learn_inr .swiper-button-prev,.slder_arr .swiper-button-prev,.learn_tabs .swiper-button-prev{background:#8f8f8f;border-radius:50%;width:42px;height:42px}.learn_inr .swiper-button-prev svg,.slder_arr .swiper-button-prev svg,.learn_tabs .swiper-button-prev svg{width:18px;height:18px}.learn_inr .swiper-button-prev svg path,.slder_arr .swiper-button-prev svg path,.learn_tabs .swiper-button-prev svg path{fill:#fff}.learn_inr .swiper.swiper-initialized,.slder_arr .swiper.swiper-initialized,.learn_tabs .swiper.swiper-initialized{padding-bottom:40px}.hd_learn{background:#2b5270;padding:24px;overflow:hidden;border-radius:14px 14px 0 0;display:flex;flex-direction:column;gap:8px}.learn_sec{border:1px solid #E5E7EB;border-radius:14px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding-bottom:20px}.cnt_learn{border-radius:0 0 14px 14px;padding:20px 20px 0;background-color:#fff}.cnt_learn h3{font-size:16px;font-weight:600;line-height:120%}.day_wk{display:flex;align-items:center;justify-content:space-between;gap:15px}.prp_day{display:flex;flex-direction:column;gap:4px}.prp_day p{color:#fff;font-size:16px;font-weight:400;line-height:120%}.day_date{color:#fffc;font-size:14px;font-weight:400;line-height:120%}.prp_week span{display:flex;padding:4px 13px 4px 13.195px;justify-content:center;align-items:center;border-radius:16777200px;background:#ffffff1a;color:#d1d5dc;font-size:12px;font-weight:400;line-height:120%}.prp_sub p{color:#fff;font-size:20px;font-weight:400;line-height:120%}.list_lerng{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:15px}.list_lerng li{display:flex;justify-content:flex-start;gap:6px;border-radius:14px;border:1px solid #E1EAFF;padding:10px;flex-direction:column;align-items:flex-start}.list_lerng li p{color:#4a5565;font-size:14px;font-weight:400;line-height:120%}.list_lerng li p span{display:block;color:#101828;font-size:12px;font-weight:400;line-height:120%;padding-top:2px}.list_lerng li>span{border-radius:10px;display:flex;align-items:center;justify-content:center}.list_lerng li>span svg{width:20px;height:20px}.list_lerng li.video .lern_cnt_spn svg path{stroke:#155dfc}.list_lerng li.notes .lern_cnt_spn svg path{stroke:#9810fa}.list_lerng li.questions .lern_cnt_spn svg path{stroke:#00a63e}.list_lerng li.priority .lern_cnt_spn svg path{stroke:#e7000b}.btn_cnt_learn{display:flex;justify-content:center;align-items:center;margin-top:18px}.task_sec{margin-top:30px;border-radius:14px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;display:flex;align-items:center;justify-content:space-between;padding:15px 25px}.task_l h2{color:#101828;font-size:16px;font-weight:400;line-height:120%}.task_l p{color:#4a5565;font-size:14px;font-weight:400;line-height:120%;margin-top:5px}.task_r{display:flex;align-items:center;justify-content:flex-end;gap:10px}.btn_sec.center{justify-content:center}.charts_dtls{border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:14px;padding:8px}.charts_dtls h3{color:#4a5565;text-align:center;font-size:14px;font-weight:400;line-height:120%}.charts_dtls p{color:#4a5565;text-align:center;font-size:12px;font-weight:400;line-height:120%}.cal_bx{background:#2b5270;padding:30px;color:#fff}.cal_bx{background:#2b5270;padding:30px;color:#fff;display:flex;align-items:flex-start;position:relative;gap:10px}.cal_hrd{display:flex;align-items:center;justify-content:space-between}.cal_hrd h2{color:#fff;font-size:30px;font-weight:400;line-height:120%}.cal_hrd .btn{border-radius:10px;background:#00c950}.cal_pt{color:#d1d5dc;font-size:16px;font-weight:400;line-height:120%;display:flex;align-items:center;gap:8px;padding-bottom:8px}.cal_pt:last-child{padding-bottom:0}.plan_r{width:280px}.plan_inr{border-radius:10px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:20px 10px}.plan_inr h3{color:#364153;font-size:15px;font-weight:400;line-height:120%}.plan_inr h2{color:#101828;font-size:20px;font-weight:400;line-height:120%}.plan_inr ul{list-style:disc;margin-top:5px;padding-inline-start:15px}.plan_inr li{color:#364153;font-size:12px;font-weight:400;line-height:18px}.cal_plan{background:#e5e7eb;padding:30px 10px}.cal_plan_hd{display:flex;align-items:center;justify-content:space-between}.cal_plan_hd h2{color:#101828;font-size:24px;font-weight:400;line-height:120%}.cal_plan_inr{border-radius:10px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:20px}.icon_btn{border-radius:15px;background:#fbfbfb;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.icon_btn svg{width:18px;height:18px}.icon{display:flex;align-items:center;gap:10px}.plan_bt{margin-top:8px;justify-content:center;display:flex;justify-content:flex-end}.cal_r{flex:1}.finan_lpt.active button{border:1px solid #2B5270;background:#e2f3ff;color:#2b5270}.inp_txt{border-radius:15px;font-size:16px;font-weight:400;line-height:120%;border:1px solid #D1D5DC;padding:12px 100px 12px 16px;color:#364153cc;width:100%;min-height:3.5lh;max-height:10lh;resize:none}textarea::placeholder{color:#36415380}.dwn_arow path{fill:#000000a6}.his_sec .per_brd{margin-bottom:40px}.iner_prp_tp.active{border-radius:10px;border:1px solid #FBAB23;background:#fff4e2;color:#fbab23}.iner_prp_tp.active svg path{stroke:#fbab23}@supports (field-sizing: content){.inp_txt{field-sizing:content}}.langu .css-b62m3t-container{border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff}.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,.VIpgJd-ZVi9od-ORHb-OEVmcd{display:none}.cal_plan_flx{display:flex;gap:30px;margin-top:20px}.plan_l{flex:1}.cal_hdr_txt{color:#4a5565;font-size:16px;font-weight:400;line-height:120%}.calendar_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.calendar_view_switch,.calendar_btns{display:flex;align-items:center;gap:10px}.calendar_btns .btn{border-radius:8px;border:1px solid rgba(0,0,0,.1);color:#fff}.calendar_btns .btn svg path{stroke:#fbab23}.calendar_btns .btn:hover{background:#fbab23;color:#fff}.calendar_btns .btn:hover svg path{stroke:#fff}.btn_switch{border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff}.btn_switch:hover{background:#fbab23;color:#fff}.modal_default_main{border:0!important;border-radius:15px}.modal_default_input input{border:1px solid #D1D5DC;padding:12px 48px 12px 16px;color:#0a0a0a80;font-size:13px;font-weight:400;line-height:120%;width:100%;border-radius:15px}.btn_prev svg{rotate:180deg}.list_lerng li p .clr_red{color:#e7000b}.tell_l h6{color:#1e2939;font-size:14px;font-weight:400;line-height:150%;margin-top:5px}.need p{text-align:center;margin-top:20px;color:#999fa8;font-size:14px;font-weight:400;line-height:120%;font-style:italic}.need p a{text-decoration:unset;color:#2b5270}.get_hrd h1{color:#0a1b29;text-align:center;font-size:36px;font-weight:700;line-height:105%;text-transform:capitalize}.get_hrd P{color:#0a1b29;text-align:center;font-size:20px;font-weight:400;line-height:120%;opacity:.5;margin-top:10px}.get_inr{margin-top:50px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;place-items:normal;align-items:center}.get_icn{text-align:center;margin-bottom:50px}.get_lst{border-radius:16px;border:2px solid rgba(251,163,31,.2);background:#fff9ee;padding:32px 25px;transition:all .5s}.get_lst:hover{border:2px solid #FBA31F}.get_lst h2{color:#0a1b29;text-align:center;font-size:30px;font-weight:400;line-height:120%;text-transform:capitalize;margin-bottom:20px}.get_lst p{color:#0a1b29;font-size:16px;font-weight:400;line-height:150%;opacity:.6}.get_lst .btn_primry{margin:0 auto;text-transform:capitalize}.gt_tx{margin-bottom:20px}.gthrd{min-height:250px}.tell_bx .tel_cl{color:#364153cc}.get{padding-bottom:100px}.prefer{border-radius:14px;border:1px solid #E5E7EB;background:#fff;padding:10px}.prefer h2 svg path{stroke:#48a2c4}.solu_inr{margin-top:30px}.solu_inr .swiper-button-next,.solu_inr .swiper-button-prev{background:#fff;border-radius:50%;width:42px;height:42px}.solu_inr .swiper-button-next svg,.solu_inr .swiper-button-prev svg{width:18px;height:18px}.solu_inr .swiper-button-next svg path,.solu_inr .swiper-button-prev svg path{fill:#1e2939}.calender{padding-bottom:20px}.task_extra_div .quck_mn_tp{margin-top:10px}.hdg_bar{border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB;background:#f9fafb;padding:6px 24px;margin-top:20px}.hdg_bar h4{color:#101828;font-size:20px;font-weight:500;line-height:140%}.topic_intro{display:flex;align-items:flex-start;border-bottom:1px solid #E5E7EB;padding-bottom:20px}.topic_intro_l{padding:24px 25px;width:280px;position:sticky;top:0}.topic_intro_l p{color:#4a5565;font-size:14px;font-weight:500;line-height:140%}.topic_intro_r{padding:20px;border-left:1px solid #E5E7EB;width:80%}.topic_intro_tabs{display:flex;flex-direction:column;gap:8px;margin-top:16px}.topic_intro_tabs .intr_tptab{padding:8px 12px;background:#fff;color:#4a5565;font-size:14px;font-weight:500;line-height:normal}.topic_intro_tabs .intr_tptab.active{border-radius:8px;border-left:2px solid #2B5270;background:#f3f4f6}.intro_tb_dtls h5{color:#2b5270;font-size:18px;font-weight:600;line-height:140%;margin-bottom:5px}.intro_tb_dtls p{color:#364153;font-size:15px;font-weight:400;line-height:140%}.inr_tb_dts{margin-top:6px;list-style:disc;padding-inline-start:20px}.inr_tb_dts li{padding-block:5px}.inr_tb_dts h6{color:#2b5270;font-size:16px;font-weight:500;line-height:140%;margin-bottom:4px}.inr_tb_dts p,.inr_tb_dts ul li,.inr_tb_dts ol li{color:#364153;font-size:15px;font-weight:400;line-height:160%}.inr_tb_dts ul,.inr_tb_dts ol{margin-top:6px}.inr_tb_dts ol li{margin-left:30px;list-style:decimal}.inr_tb_dts ul li{margin-left:30px;list-style:disc}.topic_concpt_hdr{border-radius:14px;border:1px solid #E2E8F0;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:24px;display:flex;flex-direction:column;gap:15px}.topic_concpt_hdr h2{color:#0f172b;font-size:18px;font-weight:400;line-height:120%}.topic_dtls_lst{display:flex;flex-direction:column;gap:4px}.topic_dtls_lst li{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#45556c;font-size:16px;font-weight:400;line-height:140%}.topic_dtls_lst li span{color:#0f172b}.inr_concpt{display:flex;align-items:center;justify-content:space-between;gap:20px}.tp_star{display:flex;align-items:center;justify-content:flex-end;gap:4px}.tp_star li svg path{stroke:#f39c12}.tp_star li.active svg path{fill:#fbab23;stroke:#fbab23}.inr_explan{border-radius:14px;border:1px solid #E2E8F0;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:32px}.inr_explan_hd{display:flex;align-items:center;justify-content:space-between;gap:15px}.explan_hd_l h5{color:#0f172b;font-size:20px;font-weight:400;line-height:120%}.explan_hd_r{display:flex;align-items:center;justify-content:flex-end;gap:15px}.spekr_icon{display:flex;align-items:center;justify-content:center}.spekr_icon svg{width:20px;height:20px;flex-shrink:0}.explan_sec{display:flex;flex-direction:column;gap:24px;margin-top:24px}.vdo_vw{display:flex;align-items:center;justify-content:flex-end;color:#99a1af;font-size:10px;font-weight:400;line-height:normal}.sngl_topc_dtls>p{color:#5d5d5d;font-size:14px;font-weight:400;line-height:140%}.sngl_topc_dtls>p span{color:#314158;font-weight:500}.scnd_tp_list{margin-top:25px}.scnd_tp_list p{font-size:14px;font-weight:400;line-height:22px}.exp_sec{margin-top:25px}.exp_sec h6{color:#314158;font-size:16px;font-weight:500;line-height:120%}.exp_sec p{color:#5d5d5d;font-size:14px;font-weight:400;line-height:140%}.exp_sec .exp_list li{color:#5d5d5d;font-size:14px;font-weight:400;line-height:140%;list-style:disc;margin-left:25px}.concpt_dtls{display:flex;flex-direction:column;gap:15px}.concpt_dtls li{list-style:disc;margin-left:25px}.prep_topic{margin-top:24px}.prep_tpc_lst{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;align-items:center;justify-content:flex-start}.iner_prp_tp{display:flex;padding:8px 15px;justify-content:center;align-items:center;border-radius:10px;border:1px solid #BEDBFF;background:#eff6ff;gap:10px;color:#1447e6;text-align:center;font-size:16px;font-weight:400;line-height:120%}.iner_prp_tp svg{width:16px;height:16px}.qus_nm{border-radius:10px;background:#e0e7ff;padding:5px 10px;color:#432dd7;font-size:14px;font-weight:400;line-height:120%}.our_qus_num{color:#62748e;font-size:14px;font-weight:400;line-height:120%;display:flex;flex-wrap:nowrap;align-items:center;gap:5px}.our_qus_num span{width:max-content;color:#0f172b;font-size:16px;font-weight:400;line-height:120%}.option-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:2px solid #E2E8F0;background:#fff;border-radius:10px;cursor:pointer;transition:all .2s ease}.option-card input{display:none}.radio-ui{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.active .radio-ui:after{content:"";font-size:14px;font-weight:700;line-height:normal;color:#22c55e;opacity:0;transform:scale(.6);transition:all .15s ease}.option-text{color:#0f172b;font-size:14px;font-weight:400;line-height:140%}.option-card.active:has(input:checked){border:2px solid #00BC7D;background:#ecfdf5}.option-card.active input:checked+.radio-ui{border-color:#22c55e;background-color:#22c55e}.option-card.active input:checked+.radio-ui:after{opacity:1;height:2px;left:4px;top:8px;transform:rotate(45deg);width:2px;position:absolute;background-color:#fff;box-shadow:2px 0 #fff,4px 0 #fff,4px -2px #fff,4px -4px #fff,4px -6px #fff,4px -8px #fff}.option-card.correct{border:2px solid #00BC7D;background:#ecfdf5}.option-card.correct .radio-ui{border-color:#22c55e;background-color:#22c55e}.option-card.correct .radio-ui:after{opacity:1;height:2px;left:4px;top:8px;transform:rotate(45deg);width:2px;position:absolute;background-color:#fff;box-shadow:2px 0 #fff,4px 0 #fff,4px -2px #fff,4px -4px #fff,4px -6px #fff,4px -8px #fff}.mcq_qus{margin-top:24px}.mcq_qus h5{color:#0f172b;font-size:18px;font-weight:400;line-height:140%}.mcq_qus_op{display:flex;flex-direction:column;gap:8px;margin-top:15px}.mcq_qus_btn{display:flex;align-items:center;justify-content:flex-start;justify-content:space-between;gap:12px;margin-top:20px}.mcq_qus_btn .btn{border-radius:10px}.mcq_qus_l{display:flex;gap:20px}.ans_corrt{display:flex;height:40px;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:10px;background:#00bc7d;width:fit-content;color:#fff;font-size:16px;font-weight:400;line-height:120%}.ans_corrt svg{width:20px;height:20px}.inr_concpt_l{flex:1}.qus_expl{margin-top:25px}.qus_expl h5{color:#0f172b;font-size:18px;font-weight:500;line-height:140%}.qus_expl p{color:#314158;font-size:16px;font-weight:400;line-height:140%;margin-top:5px}.qus_expl .qus_expl_lst{margin-top:5px;display:flex;flex-direction:column;gap:4px}.qus_expl .qus_expl_lst li{color:#314158;font-size:16px;font-weight:400;line-height:140%;list-style:disc;margin-left:20px}.ap_coach{border-radius:14px;border:2px solid #E3F3FF;background:linear-gradient(135deg,#e5f3ff,#f7f7f7);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:32px}.ap_coach h5{color:#0f172b;font-size:16px;font-weight:400;line-height:140%;display:flex;align-items:center;gap:8px}.ap_coach h5 svg{width:20px;height:20px}.coach_sugg>p{margin-top:16px}.coach_sugg p,.coach_sugg ul li{color:#314158;font-size:16px;font-weight:400;line-height:145%}.coach_sugg ul li{list-style:disc;margin-left:25px}.tp_star_lst .filled path{stroke:#fbab23;fill:#fbab23}.option-card.inactive:has(input:checked){border:2px solid hsl(357,55%,52%);background:#ffdbdd}.inactive .radio-ui{width:22px;height:22px;border-radius:50%;border:2px solid hsl(357,55%,52%);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.option-card.inactive input:checked+.radio-ui{border-color:#c84148;background-color:#c84148}.inactive .radio-ui:before,.inactive .radio-ui:after{content:"";position:absolute;width:14px;height:2px;background-color:#fff}.inactive .radio-ui:before{transform:rotate(45deg)}.inactive .radio-ui:after{transform:rotate(-45deg)}.wch_grd{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.wch_frme figure{width:100%;height:250px;border-radius:10px;overflow:hidden}.wch_frme figure img{width:100%;height:100%;object-fit:cover}.wch_ic{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.wch_ic:after{content:"";position:absolute;background:#354a5f80;inset:0;border-radius:10px}.wch_ic svg{z-index:1;background:#354a5f;border-radius:50%}.wch_ic svg path:first-child{fill:#354a5f}.wch_frme{position:relative;margin-top:10px}.wch_frme h2{color:#364153;font-size:14px;font-weight:500;line-height:120%}.wch_frme p{color:#6a7282;font-size:12px;font-weight:500;line-height:120%}.wch_frme .btn_primry{position:absolute;right:10px;top:10px;padding:4px 7px;font-size:12px;border-radius:6px}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease-in-out}.video-modal-content{background:#fff;padding:24px;border-radius:12px;max-width:900px;width:90%;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.popup{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.popup h3{margin:0;font-size:18px;font-weight:600;line-height:120%;color:#111827}.popup button{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.popupiner{position:relative;padding-bottom:56.25%;height:0px;border-radius:8px;overflow:hidden;background:#000}.popupiner iframe{position:absolute;top:0;left:0;width:100%;height:100%}.frameiner{background:#000;border-radius:8px}.frameiner iframe{width:100%;height:500px;border-radius:8px}.tp_star_lst{border-radius:10px;border:1px solid #E5E7EB;background:#fff;padding:10px;display:flex;gap:10px;align-items:center}.tp_tred h4{color:#1e2939;font-size:16px;font-weight:400;line-height:120%}.tp_tred p{color:#6a7282;font-size:12px;font-weight:400;line-height:120%}.resrs_bt{display:flex;justify-content:flex-end;margin-top:20px}.option-card.active.checked:has(input:checked){border:2px solid #F7A314;background:#fbab233b}.option-card.active.checked input:checked+.radio-ui{border-color:#f7a314;background-color:#f7a314}.ans_incorrect{display:flex;height:40px;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:10px;width:fit-content;color:#fff;font-size:16px;font-weight:400;line-height:120%;background:#c84148}.ans_incorrect svg path{fill:#fff}.fire-pro{transform-origin:bottom center;animation:flame-breathe 1.4s infinite ease-in-out}.flame{transform-origin:bottom center}.outer{animation:flicker 1.6s infinite alternate,colorPulse 2.5s infinite;filter:none}.mid{animation:flicker 1.1s infinite alternate}.inner{animation:flicker .7s infinite alternate}@keyframes flicker{0%{transform:scale(1) rotate(-1deg);opacity:.9}50%{transform:scale(1.05) rotate(1deg);opacity:1}to{transform:scale(.95) rotate(-1deg);opacity:.85}}@keyframes flame-breathe{0%{transform:scaleY(1)}50%{transform:scaleY(1.08)}to{transform:scaleY(1)}}@keyframes colorPulse{0%{fill:#ff3d00}50%{fill:#ff6d00}to{fill:#ff3d00}}.btn_primry{position:relative;transition:transform .3s ease;animation:softPulse 2s infinite;overflow:hidden;background:#f7a314;color:#fff}@keyframes softPulse{0%{box-shadow:0 0 #2563eb99}70%{box-shadow:0 0 12px #2563eb00}to{box-shadow:0 0 #2563eb00}}.btn_primry:after{content:"";position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-120%}50%{left:120%}to{left:120%}}.btn_primry:hover{transform:translateY(-2px)}.btn_primry:active{transform:scale(.95)}.header_flx{display:flex;flex-direction:row;gap:0;justify-content:space-between;align-items:center;flex-wrap:nowrap}.tell_sem{display:flex;align-items:center;min-height:40px;gap:5px}.tell_sem h3{cursor:pointer}.tell_sem .css-t3ipsp-control{background-color:transparent;border:unset}.tell_sem svg{opacity:1}.sem_cnt{border-bottom:1.5px dashed rgb(245,73,0);position:relative}.sem_cnt svg{opacity:1;position:absolute;right:-20px;bottom:3px}.tell_sem .sem_selt .css-1dimb5e-singleValue{font-size:16px;margin:0;line-height:24px}.tell_sem .sem_selt .css-19bb58m{margin:0;padding:0}.tell_sem .sem_selt .css-hlgwow{padding:0}.study_time_chips{display:flex;flex-wrap:wrap;gap:10px}.study_time_control{display:flex;flex-direction:column;gap:6px}.study_time_control .study_time_chip{border:1px solid #d5d9e2;background:#f5f6f8;color:#5b6472;border-radius:999px;padding:6px 10px;font-size:14px;line-height:1.1;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.study_time_chip:hover{border-color:#f7a314;color:#2f3745}.study_time_chip.active{border-color:#f7a314;background:#fff7ea;color:#d27e00}.study_time_chips.has-error .study_time_chip.active{border-color:#dc2626;background:#fff5f5;color:#b91c1c}.study_time_chip.has-error{border-color:#dc2626!important;background:#fff5f5;color:#b91c1c}.study_time_chip .chip_clock{width:14px;height:14px;border:1.5px solid currentcolor;border-radius:50%;position:relative;display:inline-block}.study_time_chip .chip_clock:before{content:"";position:absolute;left:6px;top:2px;width:1.5px;height:4px;background:currentcolor}.study_time_chip .chip_clock:after{content:"";position:absolute;left:6px;top:6px;width:4px;height:1.5px;background:currentcolor}.study_time_chip_custom{min-width:170px}.study_time_chip_input{border:none;outline:none;background:transparent;width:54px;font-size:14px;color:inherit;padding:0}.study_time_chip_input::placeholder{color:#6f7785}.study_time_chip_suffix{color:inherit}.time_validation_error{color:#dc2626;font-size:13px;margin-top:6px}.sel_bx .css-13cymwt-control,.css-t3ipsp-control{min-width:130px}.corrct_ans .qus_expl{margin:0}.ans_incorrect,.ans_corrt{margin-bottom:25px}.sugg{margin-top:25px}.sugg h5{font-size:18px;font-weight:500;line-height:140%}.sugg p{color:#314158;font-size:16px;font-weight:400;line-height:140%;margin-top:5px}.sugg .qus_expl_lst{margin-top:5px;display:flex;flex-direction:column;gap:4px}.sugg .qus_expl_lst li{color:#314158;font-size:16px;font-weight:400;line-height:140%;list-style:disc;margin-left:20px}.tell_bx .error_txt{position:absolute;bottom:-20px;color:#e11d48;font-size:13px;margin-top:6px}.scnd_tp_list ul{margin-top:10px}.scnd_tp_list ul li{padding-bottom:5px}.intro_tb_dtls{margin-block:10px}.rdy_hd{text-align:center}.rdy_hd h2{color:#2b5270;font-size:25px;font-weight:500;line-height:30px}.rdy_hd p{color:#45556c;font-size:16px;font-weight:400;line-height:140%;margin-top:10px}.rdy_lt{border-radius:10px;border:1px solid #F1F5F9;background:#f8fafc;padding:25px;display:flex;justify-content:center;width:700px;margin:30px auto}.rdy_lt li{flex:1;border-right:1px solid #E2E8F0;margin-right:25px}.rdy_lt li:last-child{border-right:unset}.rdy_lt li p{color:#62748e;font-size:14px;font-weight:400;line-height:120%}.rdy_lt li h3{color:#0f172b;font-size:16px;font-weight:400;line-height:120%;margin-top:7px}.rdy_lvl h5{color:#62748e;text-align:center;font-size:14px;font-weight:400;line-height:120%;margin-top:40px}.rdy_lvl h2{color:#1d293d;font-size:18px;font-weight:500;line-height:120%}.rdy_flx{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px;gap:20px}.lvl_lt{border-radius:10px;border:2px solid #E2E8F0;background:#fff;padding:20px}.lvl_lt strong{color:#0f172b;font-size:16px;font-weight:500;line-height:120%}.lvl_lt p{font-size:14px;font-weight:500;line-height:120%;color:#62748e;margin-top:8px}.lvl_lt.active{border:2px solid #2B5270;background:#2b5270;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.lvl_lt.active strong,.lvl_lt.active p{color:#fff}.fac_inr{display:flex;flex-wrap:wrap;padding-inline:20px}.fac_l,.fac_r{width:300px;transition:width .3s ease;position:relative}.fac_inr.expanded-left .fac_l,.fac_inr.expanded-right .fac_r{width:40px}.fac_hd button{line-height:120%}.fac_inr.expanded-left .fac_m,.fac_inr.expanded-right .fac_m{flex:1;transition:all .3s ease}.expanded-left .fac_l .fac_sb,.expanded-right .fac_r .fac_sb,.fac_inr.expanded-left .fac_l .fac_sb_btm,.fac_inr.expanded-right .fac_r .fac_hd p{display:none;transition:width .3s ease}.expanded-left .fac_l .fac_hd h2{position:absolute;top:130px;rotate:90deg;left:-47px;transition:width .3s ease}.expanded-right .fac_r .fac_hd h2{position:absolute;top:105px;rotate:90deg;left:-18px;transition:width .3s ease}.fac_m{flex:1}.fac_hd{display:flex;flex-direction:row;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:10px 15px;border-bottom:1px solid #E5E7EB}.fac_hd h2{color:#101828;font-size:20px;font-weight:600;line-height:120%;transition:width .3s ease;white-space:nowrap}.fac_sb{display:flex;flex-wrap:wrap;gap:15px;padding:15px;flex-direction:column}.fac_t p{color:#4a5565;font-size:14px;font-weight:400;line-height:120%}.fac_t h3{color:#101828;font-size:14px;font-weight:500;line-height:120%;margin-top:5px}.fac_sb_btm{text-align:center;padding:15px;margin:0 auto}.fac_sb_btm p{position:absolute;bottom:0;color:#6a7282;text-align:center;margin-top:60px;font-size:14px;font-weight:400;line-height:120%}.fac_sb_btm h4{color:#101828;text-align:center;font-size:16px;font-weight:500;line-height:120%}.fac_sb_btm span{display:inline-block;border-radius:10px;background:#f3f4f6}.fac_sb_btm span svg{width:40px;height:40px;padding:7px}.fac_m_bx{background:#f9fafb;padding:30px 16px}.fac_m_nr{border-radius:16px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:15px}.fac_m_nr h1{color:#101828;font-size:18px;font-weight:600;line-height:120%}.fac_m_icn{text-align:right;display:flex;justify-content:flex-end;gap:10px}.fac_m_icn span{border-radius:10px;background:#f9f9f9;width:32px;height:32px;padding:8px;display:flex;align-items:center;justify-content:center}.fac_m_icn span path{stroke:#98a0ae}.fac_m_tx{margin-top:12px}.fac_m_tx h2{color:#364153;font-size:16px;font-weight:600;line-height:130%;margin-top:10px}.fac_m_tx p{color:#364153;font-size:14px;font-weight:400;line-height:130%}.fac_m_tx ul,.fac_m_tx ol{padding-inline-start:20px;margin-top:6px}.fac_m_tx ul li,.fac_m_tx ol li{color:#364153;font-size:14px;font-weight:400;line-height:130%}.fac_m_tx ul{list-style:disc}.fac_m_tx ol{list-style:decimal}.fac_inr_bx{margin-top:25px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;padding:16px}.fac_icn{border-radius:10px;background:#f9fafb;padding:16px;border:2px solid transparent;position:relative;z-index:0}.fac_icn:hover{background:#fbab233b}.fac_icn--active{border:2px solid transparent;position:relative;overflow:hidden}.fac_icn--active:before{content:"";position:absolute;inset:0;border-radius:10px;padding:2px;background:conic-gradient(from var(--fac-angle),transparent 0deg,transparent 290deg,rgba(247,163,20,.3) 320deg,#F7A314 345deg,#FBAB23 355deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;animation:fac-border-chase 2s linear infinite;pointer-events:none;z-index:1}.fac_icn--active span,.fac_icn--active h3{position:relative;z-index:2}.fac_icn h3{color:#364153;font-size:14px;font-weight:500;line-height:120%}.yp__studio-card.yp__studio-card--flash.fac_icn--active:before{background:conic-gradient(from var(--fac-angle),transparent 0deg,transparent 290deg,#93c5fd 320deg,#93c5fd 345deg,#93c5fd 355deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.yp__studio-card.yp__studio-card--guide.fac_icn--active:before{background:conic-gradient(from var(--fac-angle),transparent 0deg,transparent 290deg,#4ade80 320deg,#4ade80 345deg,#4ade80 355deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}@property --fac-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes fac-border-chase{to{--fac-angle: 360deg}}.fac_r .fac_hd button svg{rotate:180deg}.expanded-right .fac_inr_bx,.fac_inr.expanded-right .fac_r .fac_sb_btm{display:none}.topic_on{display:flex;justify-content:space-between}.grntr_bn{border-radius:15px;background:#f0f8ff;padding:16px;justify-content:flex-start;text-align:left;align-items:flex-start;display:flex;gap:6px}.grntr_bn span{line-height:150%}.grntr_bn h3{color:#2b5270;font-size:16px;font-weight:400;line-height:120%}.grntr_bn h3 span{color:#10182880;font-size:12px;font-weight:400;line-height:130%}.blk{display:block}.rotate{animation-name:spin;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.generat_inner h3{color:#101828;text-align:center;font-size:20px;font-weight:400;line-height:120%}.generat_front .btn{margin:10px auto 0;width:fit-content}.generat_back .btn{margin:20px auto 0}.generat_ans .swiper-horizontal{padding:10px}.generat_ans .swiper-button-next{right:0}.generat_ans .swiper-button-prev{left:0}.generat_front{background:linear-gradient(135deg,#fff 0% 50%,#dbefff);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:16px;text-align:center;display:flex;align-items:center}.expand_btn{position:absolute;right:5px;top:5px;width:25px;height:25px}.expand_btn svg{width:100%;height:100%}.generat_ans{perspective:1000px}.generat_inner{position:relative;width:100%;min-height:250px;transition:transform .6s ease;transform-style:preserve-3d}.generat_close{position:absolute;top:8px;right:8px;z-index:10;width:28px;height:28px;border-radius:50%;border:none;background:#f3f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .15s,color .15s}.generat_close svg{width:14px;height:14px}.generat_close:hover{background:#fee2e2;color:#e7000b}.generat_ans.flipped .generat_inner{transform:rotateY(180deg)}.flipped .generat_front{display:none}.generat_front,.generat_back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px}.generat_back{transform:rotateY(180deg);padding:16px;display:none}.flipped .generat_back{display:block}.generat_ans .swiper-button-next,.generat_ans .swiper-button-prev{background:transparent;border-radius:50%;width:22px;height:22px;border:2px solid #2B5270}.generat_ans .swiper-button-next svg,.generat_ans .swiper-button-prev svg{width:13px;height:13px;padding:1px}.generat_ans .swiper-button-next svg path,.generat_ans .swiper-button-prev svg path{fill:#2b5270;stroke:#2b5270;stroke-width:3px}.slider-count{width:fit-content;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#2b5270;font-size:12px;font-weight:600;letter-spacing:.04em;text-align:center}.progrss_br{display:flex;align-items:center;gap:6px}.progrss_br button{display:flex;align-items:center}.refsh{width:30px;height:30px;display:flex;align-items:center}.downlad svg{width:30px;height:30px;display:flex;align-items:center}.progrss_br_in{width:100%;display:flex}.progrss_br button span{background:transparent;color:#4a5565;font-size:14px;font-weight:400;line-height:20px}.progrss_br_in progress{accent-color:hsl(206,45%,30%)}.progrss_br{border-top:1px solid #E5E7EB;background:#fff;padding-top:20px}.fac_t_brd{border-radius:16px;border:1px solid #D1D5DC;width:fit-content;padding:5px 10px;color:#4a5565;text-align:center;line-height:20px;cursor:pointer;margin-top:5px;font-size:14px}.fac_t_brd.active,.fac_t_brd:hover{border:1px solid #FBAB23;background:#fff4e2;color:#fbab23}.progrss_br+p{position:unset}.vdo_dtl_in iframe,.vdo_dtl_in video{width:100%;height:500px;border-radius:10px;overflow:hidden}.vdo_dtl_in{margin-top:30px}.bot_hd{display:flex;align-items:center;justify-content:space-between}.bot_hd h3{color:#314158;font-size:14px;font-weight:600;line-height:120%;text-transform:uppercase}.bot_chat{border-radius:14px;border:1px solid #E2E8F0;background:#f8fafc;padding:16px;min-height:400px;overflow-y:auto;position:relative;margin-top:20px;max-height:700px}.usr_cht{border-radius:16px 6px 16px 16px;background:#2b5270;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;width:fit-content;color:#fff;max-width:70%;padding:10px;font-size:15px;line-height:22px}.clint_cht{border-radius:6px 16px 16px;border:1px solid #E2E8F0;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;width:fit-content;max-width:70%;padding:10px;font-size:15px;line-height:22px}.clint_cht ol,.clint_cht ul{padding-inline-start:20px}.usr_cht_bx{text-align:right;justify-content:flex-end;margin-top:10px;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.clint_cht_bx{margin-top:8px}.vdo_bot{display:flex;gap:24px;justify-content:space-between;align-items:stretch;position:relative}.vdo_bot_l{flex:1}.vdo_bot_r{width:350px;height:100%}.r_bot_vdo iframe{width:100%;height:200px}.r_bot_vdo{margin-top:10px}.take{display:flex;gap:10px}.checkbox{display:inline-flex;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:500}.checkbox input{position:absolute;opacity:0;width:0;height:0}.checkbox .checkmark{width:18px;height:18px;border:2px solid #bbb;border-radius:5px;display:inline-block;position:relative;top:2px;transition:.2s ease;background:#fff}.checkbox input:checked+.checkmark{background:#fbab23;border-color:#fbab23}.checkbox input:checked+.checkmark:after{content:"";position:absolute;left:4px;top:0;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox input:focus-visible+.checkmark{box-shadow:0 0 0 4px #2563eb40}.profle{border-radius:10px;border:1px solid #D0D0D0;background:linear-gradient(90deg,#f7f7f7,#f9f9f9);padding:10px;display:flex;gap:5px;position:relative;min-width:180px;cursor:pointer}.profle_r{flex:1;padding-right:8px}.logout svg{padding:5px}.prof_img{border-radius:50%;overflow:hidden;width:36px;height:36px}.prof_img img{width:100%;height:100%}.profle_r h3{color:#101828;font-size:14px;font-weight:400;line-height:120%;width:93%}.profle_r p{color:#fbab23;font-size:14px;font-weight:500;line-height:140%;text-transform:capitalize}.langu{display:flex;align-items:center;gap:20px}.cncl Path{fill:#98a0ae}.bot_btn .btn{font-size:14px}.chatbot_mic_btn{width:36px;height:36px;border-radius:999px;border:1px solid #d0d5dd;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease;box-shadow:0 2px 8px #0f172a14}.chatbot_mic_btn:disabled{cursor:wait}.chatbot_mic_btn svg{width:18px;height:18px}.chatbot_mic_btn.is-muted{background:#fef2f2;border-color:#fecaca}.chatbot_mic_btn.is-muted svg path{stroke:#ef4444}.chatbot_mic_btn.is-idle{background:#fff;border-color:#d0d5dd}.chatbot_mic_btn.is-idle svg path{stroke:#94a3b8}.chatbot_mic_btn.is-speaking{background:#fbab23;border-color:#e89a1d;box-shadow:0 4px 14px #fbab2373}.chatbot_mic_btn.is-speaking svg path{stroke:#101828}.chatbot_mic_btn.is-loading{background:#fff;border-color:#d0d5dd}.chatbot_mic_spinner{width:16px;height:16px;border-radius:50%;border:2px solid #d0d5dd;border-top-color:#fbab23;animation:chatbotMicSpin .8s linear infinite}.chatbot_mic_btn:hover{transform:scale(1.05)}.chatbot_mic_wave{position:absolute;inset:-3px;pointer-events:none}.chatbot_mic_wave span{position:absolute;inset:0;border-radius:999px;border:1.5px solid rgba(251,171,35,.8);animation:chatbotMicWave 1.2s ease-out infinite}.chatbot_mic_wave span:last-child{animation-delay:.35s}@keyframes chatbotMicWave{0%{transform:scale(1);opacity:.7}to{transform:scale(1.55);opacity:0}}@keyframes chatbotMicSpin{to{transform:rotate(360deg)}}.mic svg path{stroke:#99a1af}.voice svg{transition:fill .3s ease}.voice:hover svg path{fill:#2b5270}.mic:hover svg path{stroke:#c84148}.vdo_bot_r .bot_hd button{display:none}.cnt_drp{display:flex;align-items:center;justify-content:space-between;position:relative}.drop{position:absolute;right:40px;background:#fff;border-radius:14px;padding:20px 40px 20px 20px;z-index:1;box-shadow:0 10px 38px #0000001a;display:none;height:0;opacity:0}.drop_portal{position:fixed;right:auto;display:block;height:auto;opacity:1;z-index:9999;transform:translate(-100%)}.drop_btn{border-radius:5px;background:#2b5270;padding:5px;color:#fff;display:flex;align-items:center;gap:6px}.drop_btn svg{width:17px;height:17px}.drop_btn svg path{stroke:#fff}.opendrop .drop{height:fit-content;display:block;opacity:1}.drop{width:450px}.drp_cross{position:absolute;right:10px;top:10px}.drp_cross svg path{fill:#0f0f0fcc}.drop_busn{border-radius:10px;background:#2b5270;padding:10px;color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:140%}.drop_w_icon{display:flex;align-items:center;gap:10px;color:#0a0a0a;font-size:15px;font-weight:500;line-height:27px;margin-top:14px}.drop_w_icon svg{width:20px;height:20px}.drop_w_icon svg path{stroke:#2a516f}.drop_chk{margin-top:14px}.drop_chk label{border-radius:4px;border:1px solid rgba(0,0,0,.1);padding:10px;width:100%;color:#0a0a0a;font-size:14px;font-weight:500;line-height:120%}.learn_inr .swiper-button-next{right:0}.avtar_cstm div{display:flex!important;align-items:center;justify-content:center}.avtar_cstm{width:100%!important;height:100%!important}.avtar_cstm span{font-size:20px!important}.profle_r p{margin-top:3px}.is-open .dwn_arow{rotate:180deg}.dwn_arow{transition:all .5s}.prof_img{cursor:pointer}.profle_r button{font-size:14px;font-weight:500;line-height:140%}.dwn_arow{display:none}.tell_bx .listening svg path{stroke:#f54900}.tell_bx h3 svg{width:36px;height:36px;cursor:pointer}.hder_chips{font-size:14px;line-height:120%;border:1px solid #F7A314;padding:4px;display:inline-block;border-radius:5px;background:#f7a3141a;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.chips_wrap{flex:1;display:flex;flex-wrap:wrap;gap:7px;padding-left:5px}.chips_flx{display:flex;flex-wrap:wrap}.al_dy{padding-left:4px}.listening svg{background:#ffedd4;padding:8px;border-radius:50%;box-shadow:0 0 #de5448;transform:scale(1);animation:pulse 2s infinite}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000c4;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-overlay.hidden{display:none}.loader-container{max-width:400px;width:100%;padding:0 2rem}.spinner-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.spinner{width:64px;height:64px;border:3px solid #e2e8f0;border-top-color:#fbab23;border-radius:50%;animation:spin 1s linear infinite}.loader-title{font-size:1.5rem;font-weight:600;color:#fff;text-align:center;margin-bottom:.75rem}.loader-step{color:#fff;text-align:center;font-size:.875rem;height:1.5rem;margin-bottom:2rem;opacity:1;transition:opacity .3s ease}.progress-container{margin-bottom:1rem}.progress-bar{width:100%;height:6px;background-color:#e2e8f0;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#ffe4ba,#fbab23);border-radius:9999px;transition:width .3s ease-out;width:0%}.progress-text{text-align:center;margin-top:.5rem;color:#fff;font-size:.75rem;font-weight:500}.dots-container{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.dot{width:8px;height:8px;background-color:#fff;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #d89332ef}70%{transform:scale(1);box-shadow:0 0 0 15px #de544800}to{transform:scale(.95);box-shadow:0 0 #de544800}}.concept_description h6{font-size:14px;margin-top:5px}.concpt_dtls li{line-height:20px;padding-bottom:5px}.loggedout-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:16px}.loggedout-card{background:#fff;max-width:420px;width:100%;padding:32px;border-radius:16px;text-align:center;box-shadow:0 10px 25px #00000014}.loggedout-icon{font-size:42px;margin-bottom:16px}.loggedout-card h1{font-size:22px;margin-bottom:8px}.loggedout-card p{font-size:14px;color:#6b7280;margin-bottom:24px}.loggedout-actions{display:flex;gap:12px;justify-content:center}.btn-secondary{background:#e5e7eb;color:#111827}.btn-secondary:hover{background:#d1d5db}.btn_prmt{display:flex;align-items:center;gap:10px;margin-top:15px;justify-content:flex-end}.btn_primry:disabled,.theme_btn:disabled,.btn_border:disabled{cursor:no-drop;border:1px solid #999999;background-color:#ccc;color:#666}.visualizer{position:relative;border-radius:12px;padding:3px;max-height:36px;width:100%}.mic_container{display:flex;gap:10px;align-items:center;width:100%;justify-content:flex-end}.fre_flx{border-radius:6px;background:#eff6ff;margin-top:12px;overflow:hidden}.fre_bx{cursor:pointer;background:none;border:none;justify-content:space-between;align-items:baseline;width:100%;padding:5px;display:flex}.plan_bt .btn{font-size:12px;padding:6px 10px}.fre_dis{max-height:0px;padding:0 20px;transition:.3s;overflow:hidden}.fre_dis.show{max-height:500px;padding:2px 7px 10px}.fre_icon.active{transform:rotate(90deg)}.fre_icon{transition:transform .3s;display:flex;position:relative;top:4px}.cal_selected_date{margin-top:7px}.box_int{width:40%}.box_int_atv{display:flex;align-items:center;justify-content:space-between}.box_int_atv h4{color:#101828;font-size:36px;font-style:normal;font-weight:700;line-height:40px}.box_int_atv h3{color:#6a7282;font-size:14px;font-weight:400;line-height:20px;text-transform:uppercase}.ins_anltc_r .CircularProgressbar .CircularProgressbar-trail{fill:#fbab23;stroke-width:10px;stroke:#fbab2333}.ins_anltc_r .CircularProgressbar{transform:rotate(0);width:100px;height:100px;overflow:visible}.ins_anltc_r{text-align:center}.ins_anltc_r .CircularProgressbar .CircularProgressbar-text{font-size:20px;fill:#fbab23}.ins_anltc_l{display:flex;gap:30px;margin-top:24px}.per_brd{display:flex;justify-content:space-between}.ins_anltc_r{border-radius:10px;border:1px solid #F3F4F6;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:24px;flex:1}.ins_anltc_r p{color:#262829;font-size:14px;font-style:normal;font-weight:400;line-height:normal;position:absolute;top:37%}.ins_anltc_r .CircularProgressbar .CircularProgressbar-path{stroke:#fbab23;stroke-width:10px}.per_brd_r p{color:#4a5565;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.per_brd_r h3{color:#2b5270;font-size:16px;font-weight:600;line-height:24px;margin-top:3px}.per_brd_r .h2{color:#101828;font-size:26px;font-weight:500;line-height:36px}.per_brd_l{display:flex;align-items:center;gap:10px}.per_brd_l .btn svg path{stroke:#fff}.box_int_icon{border-radius:10px;background:#ff8904;padding:12px;width:48px;height:48px}.box_int_icon svg{width:100%;height:100%}.box_int_icon svg path{stroke:#fff}.card_quiz{border-radius:14px;border:1px solid #F3F4F6;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;padding:24px}.font14{color:#4a5565;font-size:14px;font-weight:500;line-height:22px}.font15{font-size:15px;font-weight:400;line-height:24px}.font16{color:#364153;font-size:16px;font-weight:600;line-height:24px}.font20{color:#101828;font-size:20px;font-weight:700;line-height:28px}.font18{color:#101828;font-size:18px;font-weight:700;line-height:27px}.font24{color:#101828;font-size:24px;font-weight:700;line-height:32px}.font28{color:#101828;font-size:28px;font-weight:700;line-height:36px}.font36{color:#101828;font-size:36px;font-weight:700;line-height:40px}.font38{color:#101828;font-size:38px;font-weight:700;line-height:48px}.prf_qust .learn_tabs,.prf_qust_btn,.prf_qust{margin-top:30px}.resut_qust_btn{border-radius:10px;border:1px solid #E5E7EB;background:#fff;padding:17px;display:flex;justify-content:space-between;width:100%}.qust_res{display:flex;align-items:center;gap:8px;justify-content:flex-end;width:24%}.correct{color:#00a63e}.incorrect{color:#fb2c36}.incorrect svg{border:1px solid #FB2C36;border-radius:10px;padding:1px}.incorrect svg path{stroke:#fb2c36}.prf_qust_btn{display:flex;flex-direction:column;gap:12px}.pref_re_icon svg path{stroke-width:1;stroke:#99a1af}.pref_re_icon svg{width:100%;height:100%}.pref_re_icon{border-radius:50%;background:#f9f9f9;padding:0;width:335px;height:335px;display:flex;align-items:center;justify-content:center;margin:0 auto}.prf_review .font18{color:#4a5565}.prf_review{height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:60px}.qust_no{width:10%}.prf_qust_r,.prf_qust_l,.qust_ttle{flex:1}.pr_icon{padding:40px}.prf_qust{display:flex;gap:24px;padding-bottom:40px}.prf_anltc .prf_qust_btn .font16{font-weight:400}.prf_anltc .prf_qust_btn .resut_qust_btn{padding:10px;cursor:unset}.prf_an_hf{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.prf_anltc .prf_qust_btn{margin-top:44px}.btn_incorrect{border-radius:4px;border:1px solid #FFA2A2;background:#ffe2e2;color:#c10007}.btn_not_attempted{border-radius:4px;border:1px solid #D0D5DD;background:#f2f4f7;color:#667085}.btn_correct{border-radius:4px;color:#00a63e;border:1px solid #05DF72;background:#f0fdf4}.prf_explan .font16{font-weight:500}.incorrect_ans{border-radius:10px;border:2px solid #FFA2A2;background:#fef2f2}.correct_ans{border-radius:10px;border:2px solid #05DF72;background:#f0fdf4}.prf_explan h5{padding:10px 0;font-weight:600}.prf_explan .resut_qust_btn{padding:12px;cursor:unset}.prf_explan_txt{margin-top:20px;border-top:1px solid #D5D3D3;padding-top:20px}.prf_explan_txt .font16{font-weight:400;margin-top:10px}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;min-width:60px}.typing-indicator .dot{width:6px;height:6px;background-color:#2e3034;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing-indicator .dot:nth-child(1){animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}.question-header{display:flex;justify-content:space-between;margin-bottom:10px}.font12{font-size:12px;font-weight:400;line-height:16px}.section-tag{color:#155dfc;font-weight:500;border-radius:16px;background:#eff6ff;display:flex;height:24px;padding:5px 12px;align-items:center}.marks-tag{padding:8px 10px;border-radius:10px;background:#f5f6f6}.question-title{margin-bottom:16px}.guidelines{display:flex;gap:12px;margin-bottom:14px;flex-wrap:wrap;border-radius:10px;background:#f9fafb;align-items:center;padding:12px 16px}.guidelines span{font-weight:400;color:#6a7282}.guidelines span:first-child{display:flex;align-items:center;gap:8px}.answer-box{border-radius:6px}.answer-box textarea{width:100%;min-height:220px;border:none;background:transparent;resize:none;outline:none;font-size:14px;color:#334155}.answer-box .ql-toolbar{border:none;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:6px 6px 0 0;border:1px solid #E5E7EB}.answer-box .ql-container{border:none;background:transparent;border-radius:0 0 6px 6px}.answer-box .ql-editor{min-height:220px;font-size:14px;color:#334155;padding:12px;border:1px solid #E5E7EB}.shrt_nm{border-radius:10px;background:#dcfce7;padding:5px 10px;color:#008236;font-size:14px;font-weight:400;line-height:120%;margin-left:10px}.mcq_nm,.long_nm{border-radius:10px;background:#f6eaff;padding:5px 10px;color:#b651ff;font-size:14px;font-weight:400;line-height:120%;margin-left:10px}.answer-box .ql-editor.ql-blank:before{color:#94a3b8;font-style:normal}.answer-box .ql-container.ql-disabled{background:#f3f4f6}.quill-editor .ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0;border:1px solid #f3f4f6;margin-top:5px;background:#fff}.answer-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.word-count{color:#99a1af;font-weight:400}.footer-actions button{display:flex}._b{color:#4a5565;font-weight:500}.footer-actions{display:flex;align-items:center;gap:10px}.footer-actions svg path{stroke:#99a1af}.profle_dropdown{opacity:0;width:0;display:none;transition:all .5s}.is-open .profle_dropdown{display:block;position:absolute;background:#fff;right:0;top:57px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;width:200px;padding:10px;z-index:1;opacity:1;transition:all .5s;border-radius:5px}.profle{display:flex;align-items:center}.dwn_arow{display:inline-block;position:absolute;right:0}.resut_qust_btn.active{background:#fff4e2}.result-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:10px}.result-body{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.result-row{display:flex;padding:12px 14px;background:#f8fafc;border-radius:10px;gap:30px}.level-row{background:#f1f9ff}.result-title{display:flex;align-items:flex-start;gap:12px;flex:1}.result-row.highlight{background:#fff6e8}.footer-item span{font-weight:500;color:#4a5565}.footer-item span strong{color:#1e2939;font-weight:600}.footer-item svg{width:16px;height:16px}.footer-item svg path{stroke:#2b5270}.result-footer{display:flex;justify-content:space-between;font-size:13px;color:#666;border-top:1px solid #eee;padding-top:12px}.footer-item{display:flex;align-items:center;gap:6px}.result-card{padding:25px;border-radius:16px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px -1px #0000001a,0 1px 2px -2px #0000001a}.hvr:hover{border-radius:16px;border:2px solid #FFD6A7;background:linear-gradient(135deg,#fffbeb,#fff7ed);box-shadow:0 1px 3px -1px #0000001a,0 1px 2px -2px #0000001a}.result_sb{color:#101828;min-width:110px;font-weight:600}.result_grd{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-block:30px}.his_sec .hd{margin-bottom:30px;text-align:center}.hd p{margin-top:10px;color:#4a5565;font-weight:400}.plan-date{padding:8px 9px;display:inline-flex;align-items:center;gap:6px;color:#1e2939;border-radius:10px;border:2px solid #D1D5DC;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;font-weight:600}.plan-date svg{width:14px;height:14px}.result-card.active{border-radius:16px;border:2px solid #FFD6A7;background:linear-gradient(135deg,#fffbeb,#fff7ed);box-shadow:0 1px 3px -1px #0000001a,0 1px 2px -2px #0000001a}.plan-title{margin-block:20px}.plan-card hr{border:none;border-top:1px solid #eee;margin:16px 0}.plan-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;padding:30px 0;border-top:2px solid #E5E7EB}.stat{display:flex;justify-content:space-between;color:#364153}.badge{background:#f1f3f7;padding:4px 10px;border-radius:8px;font-weight:700;color:#101828}.plan-actions{display:flex;gap:14px;border-top:2px solid #E5E7EB;padding-top:16px}.plan_wrap .result_grd{border-top:2px solid #E5E7EB;padding-top:30px}.load_mr{text-align:center;border-top:1px solid #E5E7EB;padding-block:30px}.load_mr button{color:#101828;font-size:18px;text-decoration-line:underline}.not_found_data{text-align:center;padding-block:20px;height:430px}.not_found_data svg{height:100%}.create_btn{display:flex;justify-content:center}.nt_found{padding-bottom:20px}.flsh_bx{border-radius:16px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.flsh_bx .generat_inner{min-height:450px;display:flex;justify-content:center}.flsh_bx .generat_ans{width:60%;margin:30px auto}.flsh_bx .generat_front,.flsh_bx .generat_back{width:70%}.flsh_bx .generat_ans .swiper-button-next,.flsh_bx .generat_ans .swiper-button-prev{background:transparent;width:50px;height:50px;border-radius:34px;border:2px solid #2B5270;opacity:.72;background:#fff}.flsh_bx .generat_ans .swiper-button-next svg,.flsh_bx .generat_ans .swiper-button-prev svg{width:20px;height:20px}.flsh_bx .generat_ans .swiper-button-next svg path,.flsh_bx .generat_ans .swiper-button-prev svg path{fill:#2b5270;stroke:#2b5270;stroke-width:1px}.flsh_bx .flipped .generat_back,.flipped .generat_back{display:flex}.usr_cht{white-space:pre-line;text-align:left}.month_default_event_inner{font-size:11px}.month_default_event{height:35px!important}.result-title_l{display:flex;flex:1;justify-content:space-between;align-items:flex-start}.result_stra{flex:1}.fin_rst{display:flex;gap:5px;align-items:center}.his-body{border-radius:10px;background:#f9fafb;padding:10px}.his-row{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;align-self:stretch;position:relative;padding-bottom:16px;padding-left:15px}.his-item{display:flex;align-items:center;justify-content:space-between;padding-top:16px}.his_comt{border-radius:16px;padding:5px 10px;background:#f9fafb}.his_dt{position:absolute;width:8px;height:8px;border-radius:50%;background:#f59e0b;left:0}.his_sb{color:#364153}.his_crrct{border-radius:10px;border:1px solid #FEE685;background:#fef3c6;padding:7px 10px;font-weight:700;color:#101828}.his_intrr{border-radius:10px;border:1px solid #BEDBFF;background:#dbeafe;padding:7px 10px;font-weight:700;color:#1447e6}.his-item span{display:flex;align-items:center;gap:8px}.his-item span svg{width:16px;height:16px}.his_strt svg path{stroke:#00a63e}.his_end svg path{stroke:#e7000b}.his-footer{border-top:1px solid #E5E7EB}.result-row a{position:absolute;right:10px;color:#f7a314}.profle_dropdown h3{font-size:14px;border-bottom:1px solid #ccc;width:100%;padding-bottom:5px;display:none}.profle_dropdown button{font-size:14px;border-bottom:1px solid #ccc;width:100%;padding:5px 0;display:block}.profle_dropdown button:last-child{border-bottom:unset;padding-bottom:0}.notAttempted{color:#fb2c36}.btn_danger{border:1px solid #C10007;background:#c10007;color:#fff;border-radius:8px}.tell_t{display:flex;justify-content:space-between;align-items:flex-start}.cnt_drp .drop_btn{padding:5px 10px}.switch-modal-content{background:#fff;padding:10px;border-radius:12px;max-width:900px;width:400px;position:relative;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}.swicth{display:flex;gap:12px}.switch_icon{border-radius:16777200px;background:#ededed;width:40px;height:40px;padding:7px}.switch_icon svg{width:100%;height:100%}.swicth_r{flex:1}.grp_btn{display:flex;align-items:center;justify-content:space-between;margin-top:30px;gap:12px}.grp_btn .btn_border{border-radius:10px}.grp_btn .btn{flex:1}.switch_crss{display:flex;justify-content:flex-end}.switch_crss svg{width:18px;height:18px;display:flex}.wch_frme figure video{width:100%;height:100%}.prf_short p{font-weight:400;margin-top:10px}.answer-wrapper{margin-top:20px}.right_plan_hdr{display:flex;align-items:center;gap:10px}.nt_found .hd{text-align:center;margin-bottom:30px}.not_fount_abs{position:relative}.not_fount_abs .resours_r{position:absolute;right:0}.prep_plan{padding-bottom:60px}.tell_pnt .text{flex:1}.fac_m_tx code.language-md{white-space:pre-wrap}.abl_tme input{all:unset;border-bottom:1.5px dashed rgb(245,73,0);width:4ch;min-width:4ch;text-align:center;line-height:1.2}.abl_tme input[type=number]::-webkit-inner-spin-button,.abl_tme input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.abl_tme{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.abl_tme.has-error input{border-bottom-color:#dc2626}.abl_tme.has-error .abl_tme_unit,.abl_tme.has-error .abl_tme_icon{color:#dc2626}.abl_tme_unit{color:#1f2937}.abl_tme_icon{display:inline-flex;align-items:center;line-height:1}.abl_tme_icon svg{display:block}.ap_coach{margin-bottom:15px}.btn-spinner{width:16px;height:16px;border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animated-border{position:relative;border-radius:16px;padding:2px;--border-angle: 0turn;background:conic-gradient(from var(--border-angle),#08f,#f03,#08f);animation:rotate-border 3s linear infinite}.animated-border>.inner{background:#1a1a1a;border-radius:inherit;padding:16px;height:100%;width:100%}@keyframes rotate-border{to{--border-angle: 1turn}}@property --border-angle{syntax: "<angle>"; inherits: false; initial-value: 0turn;}.result_chips{background:#ececec;color:#7d7d7d;line-height:normal;display:flex;align-items:center;padding:2px 6px;border-radius:8px;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:120px}.result_chips_more{position:relative;overflow:visible!important;cursor:default;background:#ececec;color:#7d7d7d;line-height:normal;display:flex;align-items:center;padding:2px 6px;border-radius:8px;font-weight:600}.result_chips_more:hover .result_chips_tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.result_chips_tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:#1e2939;color:#fff;font-size:11px;font-weight:400;line-height:1.6;padding:8px 12px;border-radius:10px;white-space:normal;width:240px;text-align:left;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:20;pointer-events:none;box-shadow:0 4px 16px #0000002e}.result_loop{display:flex;gap:9px}.guide_chips{background:#dbeafe;font-weight:500;font-size:10px;line-height:20px;position:absolute;right:10px;padding:2px 5px;border-radius:10px;color:#1447e6}.besthight{background:#f1f9ff}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1300px){.outer_container{max-width:85%}.container{max-width:76%}}@media(max-width:1500px){.list_lerng{gap:10px}.video_resour{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1300px){.list_lerng{grid-template-columns:repeat(2,minmax(0,1fr))}.charts_dtls{padding:20px 10px}.outer_container{max-width:95%}.video_resour{grid-template-columns:repeat(2,minmax(0,1fr))}.faculty_btn{flex-wrap:wrap;justify-content:flex-end;flex:1}}@media(max-width:1200px){.result-footer{flex-wrap:wrap;flex-direction:column;gap:10px}.font38{font-size:28px;line-height:36px}.result-card{padding:15px}.plan-stats{grid-template-columns:repeat(1,1fr);gap:10px 20px}.font28{font-size:22px}.font36{font-size:28px;line-height:36px}.card_quiz{padding:14px}.vdo_dtl_in iframe,.vdo_dtl_in video{height:400px}.vdo_bot_r{width:300px}.fac_sb_btm h4{font-size:14px}.expanded-right .fac_r .fac_hd h2{left:-12px}.expanded-left .fac_l .fac_hd h2{left:-35px}.learn li span{flex:1}.get_icn{margin-bottom:36px}.get_icn svg{width:60px;height:60px}.get_hrd h1{font-size:28px}.get_hrd p{font-size:18px}.get_lst h2{font-size:22px;font-weight:400;line-height:normal}.get_lst p{font-size:14px;font-weight:400;line-height:normal}.cal_hrd h2,.prep_fl h3{font-size:24px;font-weight:400;line-height:normal}.overvw_lst{grid-template-columns:repeat(3,minmax(0,1fr))}.overvw_dtls{padding:15px}.prp_fir svg{width:22px;height:34px}.daily_plan{border:1px solid rgba(0,0,0,.1);background:#fff;font-weight:500;line-height:120%;text-align:center;color:#2b5270;font-size:18px}.daily_plan svg{width:18px;height:22px}.overvw_dtls span{width:42px;height:42px}.overvw_dtls span svg{width:20px;height:20px}.overvw_dtls h5,.strk_day{font-size:20px;font-weight:400;line-height:normal}.prp_sub p{font-size:18px}.learn_tab{padding:6px 10px;font-size:14px;font-weight:400;line-height:normal}.prep_fr{padding:12px}.recommen_bt .btn{position:absolute;bottom:10px;margin:0 auto}.recommen_bx{position:relative}.contsp_grd{grid-template-columns:repeat(2,minmax(0,1fr))}.ass_tx h2{font-size:24px;font-weight:400;line-height:normal;line-height:30px}.chapter_lst h3{min-height:56px}.chapter_lst ul{min-height:170px}.ass_tx h3{font-size:18px;line-height:26px}.finan_lst{flex-wrap:wrap}.faculty_flx{flex-direction:column;align-items:flex-start}.assign_r_bx .btn{padding:10px}.assign{gap:20px}.assign_l{width:320px}.faculty_txt{width:90%}.container{max-width:85%}.tell_l h2{font-size:24px;font-weight:400;line-height:normal}.tell_bx p{font-size:16px;font-weight:400;line-height:normal}.here_bx h2{font-size:18px;line-height:120%}.chapter_lst{padding:10px}.fac_hd h2{font-size:16px;line-height:24px}.fac_hd button{line-height:18px}.topic_intro_l{padding:10px 5px}.fac_inr{position:relative}.fac_inr.expanded-left .fac_l,.fac_inr.expanded-right .fac_r{width:300px}.fac_inr.expanded-right .fac_r{position:absolute;top:0;bottom:0;background:#fff;right:0;box-shadow:-20px 17px 36px -19px #0003;z-index:2}.fac_l,.fac_r{width:40px}.fac_r{position:relative}.fac_bx{height:100%}.fac_sb,.fac_inr_bx,.fac_r .fac_hd p,.fac_sb_btm{display:none}.fac_inr.expanded-right .fac_r .fac_inr_bx{display:grid}.fac_r .fac_hd h2{position:absolute;top:100px;rotate:90deg;right:-13px}.expanded-left .fac_l .fac_hd h2,.expanded-right .fac_r .fac_hd h2{position:unset;rotate:unset}.fac_l .fac_hd h2{position:absolute;top:120px;rotate:90deg;left:-35px;transition:width .3s ease}.expanded-left .fac_l .fac_sb,.expanded-right .fac_r .fac_hd h2,.fac_inr.expanded-right .fac_r .fac_hd p{display:inline-block}.fac_inr.expanded-right .fac_r .fac_sb_btm{display:block}.expanded-left .fac_l{position:absolute;background:#fff;bottom:0;top:0;box-shadow:13px 20px 36px -19px #0003;z-index:2}}@media(max-width:992px){.font18{font-size:16px;line-height:22px}.result_grd{gap:15px}.font24{font-size:18px;line-height:26px}.pr_icon{width:210px;height:210px}.pref_re_icon{width:260px;height:260px}.prf_review{gap:20px}.prf_qust{gap:10px}.resut_qust_btn{padding:10px}.exam_bx{margin-bottom:0}.exam_btn,.exam_top{justify-content:flex-start}.exam_bx{flex:1}.resours_flx{gap:0px}.resours_r{display:flex;gap:15px;justify-content:space-between}.expanded-right .vdo_bot_l .take{display:none}.expanded-right .vdo_bot_r{transition:width .3s ease;width:350px;height:100lvh;position:absolute;top:0;bottom:0;background:#fff;right:0;box-shadow:-20px 17px 36px -19px #0003;z-index:2;padding:10px}.expanded-right .vdo_bot_r .r_bot{opacity:1;width:100%;display:block}.expanded-right .vdo_bot_r .bot_hd{justify-content:space-between}.expanded-right .vdo_bot_r .bot_hd h3{display:inline-block;position:unset;rotate:unset}.vdo_bot_r{position:relative;transition:width .3s ease;width:30px}.vdo_bot_r .bot_hd{justify-content:center}.vdo_bot_r .bot_hd h3{color:#314158;font-size:14px;font-weight:600;line-height:120%;text-transform:uppercase;white-space:nowrap;position:absolute;top:100px;rotate:90deg;right:-40px}.vdo_bot_r .bot_hd button{display:inline-block}.vdo_bot_r .bot_hd button svg{rotate:180deg}.r_bot{transition:width .3s ease;width:0;display:none;opacity:0}.vdo_bot{display:flex;gap:10px;justify-content:space-between;align-items:stretch;position:relative}.vdo_dtl_in iframe,.vdo_dtl_in video{height:350px}.bot_chat{max-height:410px}.fac_sb,.fac_inr_bx,.fac_r .fac_hd p,.fac_sb_btm{display:none}.fac_inr.expanded-right .fac_r .fac_sb_btm{display:block}.expanded-right .fac_r .fac_sb_btm,.expanded-left .fac_l .fac_sb_btm{position:sticky;width:100%;display:inline-block;background:#fff}.fac_sb{width:100%;height:100%}.expanded-left .fac_l .fac_hd h2,.expanded-right .fac_r .fac_hd h2,.expanded-left .fac_l .fac_sb,.expanded-right .fac_r .fac_sb,.fac_inr.expanded-left .fac_l .fac_sb_btm,.fac_inr.expanded-right .fac_r .fac_hd p{display:inline-block}.cnt_learn{padding:10px 10px 0}.chapter_lst{padding:20px}.btn_sec .btn{padding:10px}.inr_explan{padding:15px}.wch_grd{grid-template-columns:repeat(2,minmax(0,1fr))}.get_lst{padding:25px 20px}.need_btn{grid-template-columns:repeat(2,minmax(0,1fr))}.cal_plan_hd h2,.explan_hd_l h5,.get_lst h2{font-size:20px;font-weight:400;line-height:normal}.cal_hrd{gap:10px}.cal_plan_flx{flex-direction:column}.plan_r{width:100%}.task_l{flex:1}.prep_fl h3,.cal_hrd h2{font-size:20px;font-weight:400;line-height:normal}.left_plan_hdr h2,.prep_fl p,.inp_txt{font-size:14px;font-weight:400;line-height:normal}.missd_icn svg{width:28px;height:28px}.overvw_dtls{padding:15px;min-width:230px}.learn_inr{gap:16px}.concept h1{font-size:24px;font-weight:400;line-height:normal}.chapter_hrd{font-size:18px;line-height:28px}.chapter_grd{grid-template-columns:repeat(2,minmax(0,1fr))}.recommen_icn h2{font-size:20px;font-weight:400;line-height:normal;line-height:30px}.ready figure{width:190px;height:185px}.ready_r h2{font-size:18px;line-height:24px}.pract_card h4{font-size:14px;font-weight:500;line-height:24px}.pract_card{padding:10px}.resours_flx{flex-wrap:wrap}.resours_r{width:100%}.container{padding:0;max-width:90%}.tell_l,.tell_r{width:100%}.tell_r h2{justify-content:flex-start}.tell_inr{padding:15px}.rdy_lt{width:100%}.rdy_hd h2{font-size:20px;line-height:120%}.rdy_hd p{margin-top:5px}.rdy_flx{gap:10px}}@media(max-width:767px){.result-footer{flex-direction:row}.font38{font-size:22px;line-height:26px}.result_grd{grid-template-columns:repeat(1,minmax(0,1fr))}.plan-stats{grid-template-columns:repeat(2,1fr);margin-block:20px;gap:10px 20px}.prf_qust{flex-direction:column;gap:20px}.chips_flx{flex-direction:column;gap:10px}.exam_bx{margin-bottom:20px}.exam_bx:last-child{margin-bottom:0}.resours_r{flex-direction:column;gap:0}.back_btn{font-size:14px;gap:5px}.selected-chips-wrapper{gap:5px}.logo svg{width:50px;height:50px}.hdg_bar h4{font-size:16px}.fac_inr{padding-inline:10px}.topic_intro_l{transition:width .3s ease;width:20px;top:-10px}.intro_tb_dtls h5{font-size:16px;line-height:130%}.topic_intro{gap:10px;position:relative}.topic_intro_l p{position:absolute;top:80px;rotate:90deg;left:-32px;white-space:nowrap}.topic_intro_r{flex:1;padding:10px}.topic_intro_tabs{display:none;transition:width .3s ease}.topic_l_pg{transition:width .3s ease;width:0}.expanded_intro .topic_intro_l p{position:unset;rotate:unset;white-space:nowrap}.expanded_intro .topic_l_pg{transition:width .3s ease;width:280px;background:#fff;box-shadow:13px 20px 36px -19px #0003;height:100lvh;top:0;padding-top:10px;padding-right:10px}.expanded_intro .topic_intro_tabs{display:block;transition:width .3s ease}.tell_inpt{overflow:hidden}.fac_l .fac_hd h2{left:-30px;top:110px}.fac_r .fac_hd h2{top:92px}.fac_m_bx{padding:20px 10px}.fac_m_nr{padding:10px}.fac_hd h2{font-size:14px}.fac_m_nr h1{margin-top:15px}.rdy_flx{grid-template-columns:repeat(1,minmax(0,1fr))}.expanded-left .fac_l{position:absolute;background:#fff;bottom:0;top:0;box-shadow:13px 20px 36px -19px #0003;z-index:2}.rdy_lt li h3{font-size:14px;margin-top:5px}.learn_inr .swiper-button-next,.learn_inr .swiper-button-prev,.slder_arr .swiper-button-next,.slder_arr .swiper-button-prev{width:28px;height:28px}.learn_inr .swiper-button-next svg,.learn_inr .swiper-button-prev svg,.slder_arr .swiper-button-next svg,.slder_arr .swiper-button-prev svg{width:15px;height:15px}.tell_bx{min-height:fit-content}.header{margin-bottom:15px}.ap_coach,.video-modal-content{padding:15px}.here_hder h3{font-size:14px;font-weight:400;line-height:normal;line-height:20px}.assign{flex-direction:column}.assign_l{width:100%}.assign_lst{max-height:340px;overflow-y:auto}.pract_card,.current_inr,.chapter_lst h3{margin-top:10px}.inp_txt{min-height:63px}.current_inr h2{font-size:14px;font-weight:400;line-height:normal;line-height:120%}.ready{flex-direction:column;align-items:flex-start;padding:10px}.overvw_dtls{padding:10px;min-width:100%}.tab_lst{overflow-x:auto;white-space:nowrap}.topic_concpt_hdr h2,.explan_hd_l h5,.prep_fl h3,.strk_day,.overvw_dtls h5,.ready_r h2,.cont_r h3,.chapter_hrd,.chapter_lst h3,.recommen_icn h2,.here_bx h2,.ass_tx h3,.ass_bx h2,.learn h2{font-size:16px;line-height:120%}.topic_dtls_lst li,.qus_expl .qus_expl_lst li,.qus_expl p,.coach_sugg p,.coach_sugg ul li,.our_qus_num span,.iner_prp_tp,.lrn_hd h2,.list_lerng li p span,.daily_plan,.recommen p,.tell_bx p,.ass_tx p,.ass_bx_lst li,.learn li,.ass_bx_sub li,.sugg p{font-size:14px;font-weight:400;line-height:normal}.concept h1,.pwr_tx,.ass_tx p,.ass_bx_lst li,.learn li,.ass_bx_sub li{line-height:120%}.ass_tx h2{font-size:16px;font-weight:400;line-height:normal;line-height:120%}.option-card,.tell_bx,.here_bx,.tell_r_bx,.missd_sec,.ass_bx{padding:10px}.missd_sec,.here_bx,.here_lst,.ass_bx{margin-top:15px}.here_bx h2 svg{width:28px;height:28px}.missd_icn svg{width:22px;height:22px}.prep_flex{flex-direction:column-reverse;gap:15px;align-items:flex-start}.solu_inr .swiper-button-next,.solu_inr .swiper-button-prev{width:32px;height:32px}.prep_plan_hdr{padding-top:0}.recommen_bx{padding:15px}.recommen_icn{gap:10px;margin-bottom:10px}.recommen_bt .btn{position:unset}.wch_grd{grid-template-columns:repeat(1,minmax(0,1fr))}.cont_r .btn_primry{padding:10px;font-size:14px;font-weight:400;line-height:120%;margin-top:10px}.prep_fr{padding:8px}.list_lerng,.tell_sem{gap:10px}.lrn_hd{flex-wrap:wrap;gap:8px}.learn_tabs,.overvw_dtls,.finan_lst{gap:5px}.concept h1{font-size:18px;font-weight:400;line-height:normal}.pwr_tx{font-size:14px;font-weight:400;line-height:normal}.learn_tab{padding:6px 8px;font-size:12px;font-weight:400;line-height:normal}.cont_fx{margin-top:10px;display:flex;gap:5px;flex-direction:column}.scnd_tp_list,.exp_sec{margin-top:10px}.inr_concpt{flex-direction:column;align-items:flex-start;gap:10px}.inr_concpt_r .tp_star li svg{width:18px;height:17px;flex-shrink:0}.mcq_qus h5,.qus_expl h5{font-size:16px;font-weight:400;line-height:normal}.get_inr{grid-template-columns:repeat(1,minmax(0,1fr))}.cal_bx{padding:15px}.get_hrd h1{font-size:22px;font-weight:400;line-height:normal}.get_hrd p{font-size:16px;font-weight:400;line-height:120%}.cal_pt{font-size:14px;font-weight:400;line-height:normal;line-height:20px}.calendar_btns,.calendar_view_switch{flex-wrap:wrap}.cnt_learn{padding:12px}.overvw_lst{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.learn_inr{gap:10px}.prp_sub p{font-size:14px;font-weight:400;line-height:normal}.hd_learn{padding:12px}.task_sec{flex-direction:column;gap:20px;justify-content:flex-start}.task_l{width:100%}.task_r{justify-content:flex-start;width:100%}.contsp_grd,.chapter_grd{grid-template-columns:repeat(1,minmax(0,1fr))}.current_card{grid-template-columns:repeat(2,minmax(0,1fr))}.tell_l h2{font-size:18px;font-weight:400;line-height:normal}.iner_prp_tp{padding:8px 10px}.chapter_lst ul,.chapter_lst h3{min-height:unset}.recommen{grid-template-columns:repeat(1,minmax(0,1fr))}.learn_inr .swiper-button-next,.learn_inr .swiper-button-prev{width:34px;height:34px}.deptmnt_drp{left:22%!important;min-width:320px}.quick_sldr .swiper.swiper-initialized{padding-top:30px}.slct_sels{flex-wrap:wrap;position:relative}.slct_sels .swiper-button-prev{width:26px;height:26px;top:23px!important;left:unset!important;right:40px}.slct_sels .swiper-button-next{width:26px;height:26px}.slct_sels h3{position:absolute;top:13px}.quck_mn svg{height:14px;width:14px}.quck_mn .swiper-slide svg{height:12px;width:12px}.frameiner iframe{height:300px}.expanded_intro .topic_intro_r{flex:1}.profle_r{display:none}.profle{min-width:70px;padding:5px}.profle_dropdown h3{display:block}.font20{font-size:16px;line-height:22px}.prep_plan_hdr{flex-wrap:wrap}}@media(max-width:575px){.switch-modal-content{width:95%}.tell_t{flex-direction:column-reverse;gap:10px}.mcq_qus_l .btn{padding:8px}.mcq_qus_l{gap:10px;align-items:center}.plan-stats{grid-template-columns:repeat(1,1fr);gap:10px 20px}.ins_anltc_l{gap:10px 0;justify-content:space-between}.box_int{width:100%}.box_int_icon{padding:6px;width:40px;height:40px}.ins_anltc_l{flex-wrap:wrap}.expanded-right .vdo_bot_r{width:90%}.assign_r_bx h3{width:100%}.clint_cht,.usr_cht{max-width:90%;font-size:14px}.ass{padding:10px}.assign_pt .btn{position:unset;margin-top:7px}.rdy_lt{flex-direction:column;gap:10px;padding:15px}.inr_explan_hd{flex-wrap:wrap}.rdy_hd h2{font-size:18px}.rdy_hd p{font-size:14px}.rdy_lvl h2{font-size:16px}.need_btn{grid-template-columns:repeat(1,minmax(0,1fr))}.rdy_lt li{flex:1;border-right:unset;margin-right:0;border-bottom:1px solid #E2E8F0;padding-bottom:10px}.rdy_lt li:last-child{border-bottom:unset;padding-bottom:0}.play-btn{margin-top:15px}.video_desc{min-height:unset}.finan_lpt button{font-size:12px;font-weight:400;line-height:normal;line-height:14px;padding:6px}.faculty_txt{width:100%}li.faculty_pt{flex-direction:column}.learn_inr .swiper-button-next,.learn_inr .swiper-button-prev,.learn_tabs .swiper-button-prev,.learn_tabs .swiper-button-next{width:26px;height:26px}.learn_mn .learn_tabs .swiper-initialized{padding-bottom:30px!important}.topic_concpt_hdr{border-radius:10px;padding:14px;gap:10px}.deptmnt_drp{padding:10px 0 0!important;min-width:300px;max-width:370px;margin:0 auto;left:25%!important}.deptmnt_inr{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0;max-height:300px;overflow-y:scroll}.plan_inr h3{font-size:14px;font-weight:400;line-height:normal}.cal_hrd{flex-direction:column;align-items:flex-start;margin-bottom:10px}.calendar_header{flex-direction:column;gap:14px}.cal_plan_hd h2{font-size:18px;font-weight:400;line-height:normal}.current_card,.video_resour{grid-template-columns:repeat(1,minmax(0,1fr))}.tell_inpt{flex-wrap:wrap;gap:10px;justify-content:flex-end}.tell_inpt .btn_primry{position:unset}.tell_inpt .inp_txt{font-size:14px;padding:10px}}@media(max-width:475px){.fac_inr{padding-inline:0}.assign_r_bx{padding:10px}.assign_r_bx .btn{padding:5px;gap:4px}.deptmnt_drp{left:15%!important}.mcq_qus_l{flex-wrap:wrap}.mcq_qus_btn{flex-direction:column}}@media(max-width:400px){.deptmnt_drp{left:10%!important}}.flex-1{flex:1}.ske_bx .sem_cnt{border-bottom:0}.skl_text{display:block}.skl_text>span{width:0;height:0;display:inline-flex;margin:0 auto}.skl_text .react-loading-skeleton{width:140px;height:13px;display:inline-block}.skl_text_mn .overvw_dtls{gap:0}.skle_flex{display:flex;align-items:center;justify-content:center}.charts_dtls .skl_text>span{width:100%}.charts_dtls .skl_text .react-loading-skeleton{margin:0 auto}.skel_two .learn_sec{flex:1}.skel_two{display:flex;gap:16px}.skeln_prac .current_bx{padding:30px;background:#ccc;height:auto;width:auto}.ske_video{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1200px){.ske_video,.skel_two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575px){.ins_skel .box_int_icon{padding:9px}}@media(max-width:767px){.ske_video{grid-template-columns:repeat(1,minmax(0,1fr))}.skel_two{flex-direction:column;grid-template-columns:repeat(1,minmax(0,1fr))}}
