body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Login_container__NSTU8{align-items:center;background:var(--gray-light);display:flex;height:100vh;justify-content:center}.Login_form__YrVNa{background:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:auto;padding:2rem;width:450px}.Login_form__YrVNa h2{font-weight:500;margin-bottom:1rem;text-align:center}.Login_form__YrVNa label{display:flex;flex-direction:column;font-size:.9rem;margin-bottom:1rem}.Login_form__YrVNa input{border:1px solid #ccc;border-radius:4px;margin-top:12px;padding:.8rem}.Login_form__YrVNa input:focus{border:1px solid #180adf}.Login_form__YrVNa button{background:var(--purple);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-weight:500;padding:.75rem}.Login_error__jDKXx{color:red;font-size:.85rem;margin-bottom:1rem}:root{--purple:#1b5fdd;--gray-light:#f5f6fa;--gray-medium:#aaa;--text-dark:#2d3436;--red:#f30;--font-base:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{background-color:var(--gray-light);color:var(--text-dark);font-family:var(--font-base)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.StudentSelect_wrapper__mZE6t{display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.StudentSelect_label__lYG0a{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.StudentSelect_selectWrapper__dkev-{position:relative}.StudentSelect_select__-38HB{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 4 4 4-4' stroke='%23666' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;padding:.65rem 1rem;transition:border-color .2s ease;width:100%}.StudentSelect_select__-38HB:hover:not(:disabled){border-color:#888}.StudentSelect_select__-38HB:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.StudentSelect_select__-38HB option{padding:.5rem}.StudentSelect_allOption__2ZAJp{color:#007bff;font-weight:700}.StudentSelect_select__-38HB:disabled{background-color:#f5f5f5;color:#888;cursor:not-allowed}.StudentSelect_select__-38HB:disabled option{color:#888}.StudentSelect_spinner__UaZP6{animation:StudentSelect_spin__IbiLs 1s linear infinite;color:#888;font-size:1.1rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}@keyframes StudentSelect_spin__IbiLs{to{transform:rotate(1turn)}}.Header_header__HXQOm{align-items:center;background:var(--white);box-shadow:0 2px 4px var(--shadow);display:flex;justify-content:space-between;padding:.5rem 2rem}.Header_menuBtn__f08oU{background:none;border:none;cursor:pointer;display:none}.Header_leftSection__g9hFJ{align-items:center;cursor:pointer;display:flex;gap:1rem}.Header_logo__UsziS{height:100px}.Header_title__x3ga3{font-size:1.25rem;font-weight:700;margin:0}.Header_logoutDesktop__GI2Bh{align-items:center;background:red;border:none;border-radius:4px;color:var(--white);cursor:pointer;display:flex;font-weight:700;padding:.5rem 1rem;transition:background var(--transition)}.Header_logoutDesktop__GI2Bh:hover{background:#ad1313}@media (max-width:768px){.Header_menuBtn__f08oU{display:block}.Header_logoutDesktop__GI2Bh{display:none}.Header_header__HXQOm{padding:.5rem 1rem}.Header_logo__UsziS{height:100px}.Header_title__x3ga3{display:none}}.LessonsPanel_panel__xLv-l{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden}.LessonsPanel_tabs__ZHvC5{background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex}.LessonsPanel_tabs__ZHvC5 button{background:#0000;border:none;color:#64748b;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:1rem;position:relative;transition:all .2s ease}.LessonsPanel_tabs__ZHvC5 button:hover:not(.LessonsPanel_active__rt9zB){background:#f1f5f9;color:#475569}.LessonsPanel_tabs__ZHvC5 button.LessonsPanel_active__rt9zB{background:#fff;color:#4968f1;position:relative}.LessonsPanel_tabs__ZHvC5 button.LessonsPanel_active__rt9zB:after{background:#4968f1;border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.LessonsPanel_content__KTab0{flex:1 1;max-height:500px;overflow-y:auto;padding:1.25rem}.LessonsPanel_list__6vlMu{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.LessonsPanel_item__0oWAk{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s ease}.LessonsPanel_item__0oWAk:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d;transform:translateY(-1px)}.LessonsPanel_item__0oWAk.LessonsPanel_selected__OD2tO{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.LessonsPanel_lessonInfo__ikOjV{color:#1e293b;font-size:.95rem;font-weight:500;line-height:1.4}.LessonsPanel_meta__LXCa7{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.LessonsPanel_badgeActive__MQ92B{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.LessonsPanel_badgeActive__MQ92B,.LessonsPanel_badgeDone__OzEyE{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.LessonsPanel_badgeDone__OzEyE{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.LessonsPanel_count__qfI6l{align-items:center;color:#64748b;display:inline-flex;font-size:.8rem;font-weight:500;gap:.25rem}.LessonsPanel_videoIcon__iI7Uw{color:#4968f1;font-size:1rem}.LessonsPanel_arrow__GML3i{color:#94a3b8;font-size:1.1rem;transition:transform .2s ease}.LessonsPanel_item__0oWAk:hover .LessonsPanel_arrow__GML3i{color:#64748b;transform:translateX(2px)}.LessonsPanel_loaderWrapper__BL4cU{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem}.LessonsPanel_loadingText__2jGAi{font-size:14px;font-weight:500;margin-top:1rem}.LessonsPanel_noLessons__tbUwr{color:#94a3b8;font-size:.95rem;font-style:italic;padding:3rem 1rem;text-align:center}@media (max-width:768px){.LessonsPanel_panel__xLv-l{border:none;border-radius:0;border-top:1px solid #e5e7eb;box-shadow:none}.LessonsPanel_tabs__ZHvC5{background:#fff;border-bottom:1px solid #e5e7eb;padding:0}.LessonsPanel_tabs__ZHvC5 button{font-size:13px;font-weight:600;padding:.875rem .5rem}.LessonsPanel_tabs__ZHvC5 button.LessonsPanel_active__rt9zB:after{height:2px}.LessonsPanel_content__KTab0{max-height:60vh;padding:1rem}.LessonsPanel_list__6vlMu{gap:.75rem}.LessonsPanel_item__0oWAk{align-items:stretch;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem}.LessonsPanel_item__0oWAk.LessonsPanel_selected__OD2tO{background:#eff6ff;border-color:#3b82f6}.LessonsPanel_lessonInfo__ikOjV{font-size:.9rem;line-height:1.5;text-align:left}.LessonsPanel_meta__LXCa7{align-items:center;border-top:1px solid #f1f5f9;justify-content:space-between;padding-top:.5rem;width:100%}.LessonsPanel_badgeActive__MQ92B,.LessonsPanel_badgeDone__OzEyE{border-radius:8px;font-size:.7rem;padding:.2rem .6rem}.LessonsPanel_count__qfI6l{font-size:.75rem}.LessonsPanel_arrow__GML3i{font-size:1rem}.LessonsPanel_loaderWrapper__BL4cU{padding:2rem 1rem}.LessonsPanel_loadingText__2jGAi{font-size:13px}.LessonsPanel_noLessons__tbUwr{font-size:.9rem;padding:2rem 1rem}}@media (max-width:480px){.LessonsPanel_panel__xLv-l{height:100%;margin:0}.LessonsPanel_tabs__ZHvC5 button{font-size:12px;min-height:48px;padding:.75rem .25rem}.LessonsPanel_content__KTab0{max-height:70vh;padding:.75rem}.LessonsPanel_list__6vlMu{gap:.5rem}.LessonsPanel_item__0oWAk{gap:.5rem;min-height:60px;padding:.875rem}.LessonsPanel_lessonInfo__ikOjV{font-size:.85rem;font-weight:500}.LessonsPanel_meta__LXCa7{gap:.5rem;padding-top:.375rem}.LessonsPanel_badgeActive__MQ92B,.LessonsPanel_badgeDone__OzEyE{border-radius:6px;font-size:.65rem;padding:.15rem .5rem}.LessonsPanel_count__qfI6l{font-size:.7rem}.LessonsPanel_arrow__GML3i,.LessonsPanel_videoIcon__iI7Uw{font-size:.9rem}.LessonsPanel_loaderWrapper__BL4cU{padding:1.5rem .75rem}.LessonsPanel_loadingText__2jGAi{font-size:12px;margin-top:.75rem}.LessonsPanel_noLessons__tbUwr{font-size:.85rem;padding:1.5rem .75rem}}@media (max-width:360px){.LessonsPanel_tabs__ZHvC5 button{font-size:11px;padding:.625rem .125rem}.LessonsPanel_content__KTab0{padding:.5rem}.LessonsPanel_item__0oWAk{padding:.75rem}.LessonsPanel_lessonInfo__ikOjV{font-size:.8rem}.LessonsPanel_meta__LXCa7{flex-wrap:wrap;gap:.375rem}.LessonsPanel_badgeActive__MQ92B,.LessonsPanel_badgeDone__OzEyE{font-size:.6rem;padding:.1rem .4rem}}@media (prefers-color-scheme:dark){.LessonsPanel_panel__xLv-l{background:#1e293b;border-color:#334155}.LessonsPanel_tabs__ZHvC5{background:#0f172a;border-color:#334155}.LessonsPanel_tabs__ZHvC5 button{color:#94a3b8}.LessonsPanel_tabs__ZHvC5 button:hover:not(.LessonsPanel_active__rt9zB){background:#1e293b;color:#cbd5e1}.LessonsPanel_tabs__ZHvC5 button.LessonsPanel_active__rt9zB{background:#1e293b;color:#60a5fa}.LessonsPanel_item__0oWAk{background:#1e293b;border-color:#334155}.LessonsPanel_item__0oWAk:hover{background:#334155;border-color:#475569}.LessonsPanel_item__0oWAk.LessonsPanel_selected__OD2tO{background:#1e3a8a;border-color:#3b82f6}.LessonsPanel_lessonInfo__ikOjV{color:#e2e8f0}.LessonsPanel_badgeDone__OzEyE{background:#374151;border-color:#4b5563;color:#9ca3af}.LessonsPanel_count__qfI6l{color:#9ca3af}.LessonsPanel_arrow__GML3i{color:#6b7280}.LessonsPanel_item__0oWAk:hover .LessonsPanel_arrow__GML3i,.LessonsPanel_loadingText__2jGAi,.LessonsPanel_noLessons__tbUwr{color:#9ca3af}}.LessonsPanel_lessonDetails__6EqMC{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.LessonsPanel_lessonTitle__LHrj\+{color:#334155;font-size:1rem;font-weight:600;line-height:1.2;margin-bottom:.25rem;overflow:hidden;white-space:nowrap}@media (max-width:480px){.LessonsPanel_lessonTitle__LHrj\+{font-size:.9rem}}@media (prefers-color-scheme:dark){.LessonsPanel_lessonTitle__LHrj\+{color:#e2e8f0}}.LessonDetail_container__RKro-{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:1rem;padding:1.5rem}.LessonDetail_header__a9HaW{align-items:center;border-bottom:2px solid #f8fafc;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.LessonDetail_header__a9HaW h2{color:#1e293b;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.LessonDetail_buttons__7nuFM{display:flex;flex-wrap:wrap;gap:.75rem}.LessonDetail_buttons__7nuFM button{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.025em;min-width:120px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s ease}.LessonDetail_buttons__7nuFM button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;opacity:.6}.LessonDetail_stopBtn__Zs5J1{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef444433;color:#fff}.LessonDetail_stopBtn__Zs5J1:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.LessonDetail_uploadBtn__CEYG8{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f633;color:#fff}.LessonDetail_uploadBtn__CEYG8:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.LessonDetail_grid__bLQ\+n{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.LessonDetail_lessonInfo__WUcg\+{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;transition:all .2s ease}.LessonDetail_lessonInfo__WUcg\+:hover{border-color:#cbd5e1;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.LessonDetail_lessonInfo__WUcg\+ strong{color:#64748b;display:block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.LessonDetail_lessonInfo__WUcg\+ p{color:#1e293b;font-size:1.1rem;font-weight:500;line-height:1.4;margin:0}.LessonDetail_linked__jau21{border-top:2px solid #f1f5f9;margin-top:2rem;padding-top:1.5rem}.LessonDetail_linked__jau21 strong{color:#374151;display:block;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.LessonDetail_linked__jau21 ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.LessonDetail_videoItem__MtdyC{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s ease}.LessonDetail_videoItem__MtdyC:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.LessonDetail_videoName__gaGuK{color:#1e293b;flex:1 1;font-size:1rem;font-weight:500;line-height:1.4}.LessonDetail_videoTimestamp__6EGXp{color:#64748b;flex:1 1;font-family:SF Mono,Monaco,monospace;font-size:.9rem;font-weight:500}.LessonDetail_viewBtn__d-sJM{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.025em;min-width:80px;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.LessonDetail_viewBtn__d-sJM:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 6px #3b82f64d;transform:translateY(-1px)}.LessonDetail_noVideos__oPQjm{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-style:italic;padding:2rem;text-align:center}@media (max-width:768px){.LessonDetail_container__RKro-{border-radius:8px;margin-bottom:.75rem;padding:1.25rem}.LessonDetail_header__a9HaW{align-items:stretch;flex-direction:column;gap:1rem;margin-bottom:1.5rem;text-align:center}.LessonDetail_header__a9HaW h2{font-size:1.25rem;text-align:left}.LessonDetail_buttons__7nuFM{flex-direction:column;gap:.75rem;width:100%}.LessonDetail_buttons__7nuFM button{font-size:.9rem;min-height:48px;padding:.875rem 1rem;width:100%}.LessonDetail_grid__bLQ\+n{gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.LessonDetail_lessonInfo__WUcg\+{padding:1rem}.LessonDetail_lessonInfo__WUcg\+ strong{font-size:.8rem}.LessonDetail_lessonInfo__WUcg\+ p{font-size:1rem}.LessonDetail_linked__jau21{margin-top:1.5rem;padding-top:1rem}.LessonDetail_videoItem__MtdyC{align-items:stretch;flex-direction:column;gap:.75rem;padding:1rem}.LessonDetail_videoName__gaGuK,.LessonDetail_videoTimestamp__6EGXp{flex:none;text-align:left}.LessonDetail_videoName__gaGuK{font-size:.95rem;margin-bottom:.25rem}.LessonDetail_videoTimestamp__6EGXp{font-size:.85rem;margin-bottom:.5rem}.LessonDetail_viewBtn__d-sJM{font-size:.9rem;min-height:44px;padding:.75rem;width:100%}.LessonDetail_linked__jau21 strong{font-size:1rem;margin-bottom:.75rem}}@media (max-width:480px){.LessonDetail_container__RKro-{border-radius:6px;padding:1rem}.LessonDetail_header__a9HaW h2{font-size:1.1rem}.LessonDetail_buttons__7nuFM button{font-size:.85rem;min-height:44px;padding:.75rem}.LessonDetail_lessonInfo__WUcg\+{padding:.875rem}.LessonDetail_lessonInfo__WUcg\+ strong{font-size:.75rem;margin-bottom:.375rem}.LessonDetail_lessonInfo__WUcg\+ p{font-size:.95rem}.LessonDetail_videoItem__MtdyC{gap:.5rem;padding:.875rem}.LessonDetail_videoName__gaGuK{font-size:.9rem}.LessonDetail_videoTimestamp__6EGXp{font-size:.8rem}.LessonDetail_viewBtn__d-sJM{font-size:.8rem;min-height:40px;padding:.625rem}.LessonDetail_noVideos__oPQjm{font-size:.9rem;padding:1.5rem}}@media (max-width:360px){.LessonDetail_container__RKro-{padding:.75rem}.LessonDetail_header__a9HaW{gap:.75rem}.LessonDetail_header__a9HaW h2{font-size:1rem}.LessonDetail_buttons__7nuFM button{font-size:.8rem;padding:.65rem}.LessonDetail_grid__bLQ\+n{gap:.75rem}.LessonDetail_lessonInfo__WUcg\+,.LessonDetail_videoItem__MtdyC{padding:.75rem}.LessonDetail_viewBtn__d-sJM{font-size:.75rem;padding:.5rem}}.CreateStudent_container__pO0rj{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:1rem;padding:1.5rem}.CreateStudent_header__zQkM3{align-items:center;border-bottom:2px solid #f8fafc;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.CreateStudent_header__zQkM3 h2{color:#1e293b;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.CreateStudent_buttons__fmOE9{display:flex;flex-wrap:wrap;gap:.75rem}.CreateStudent_buttons__fmOE9 button{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.025em;min-width:120px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s ease}.CreateStudent_buttons__fmOE9 button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;opacity:.6}.CreateStudent_stopBtn__6bKQh{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef444433;color:#fff}.CreateStudent_stopBtn__6bKQh:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.CreateStudent_uploadBtn__QYdju{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f633;color:#fff}.CreateStudent_uploadBtn__QYdju:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.CreateStudent_grid__ArMPn{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.CreateStudent_lessonInfo__j5CQS{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;transition:all .2s ease}.CreateStudent_lessonInfo__j5CQS:hover{border-color:#cbd5e1;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.CreateStudent_lessonInfo__j5CQS strong{color:#64748b;display:block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.CreateStudent_lessonInfo__j5CQS p{color:#1e293b;font-size:1.1rem;font-weight:500;line-height:1.4;margin:0}.CreateStudent_linked__jLb2\+{border-top:2px solid #f1f5f9;margin-top:2rem;padding-top:1.5rem}.CreateStudent_linked__jLb2\+ strong{color:#374151;display:block;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.CreateStudent_linked__jLb2\+ ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.CreateStudent_videoItem__x8IvC{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;transition:all .2s ease}.CreateStudent_videoItem__x8IvC:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.CreateStudent_videoName__o8TU5{color:#1e293b;flex:1 1;font-size:1rem;font-weight:500;line-height:1.4}.CreateStudent_videoTimestamp__0xyDO{color:#64748b;flex:1 1;font-family:SF Mono,Monaco,monospace;font-size:.9rem;font-weight:500}.CreateStudent_viewBtn__HgkF\+{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.025em;min-width:80px;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.CreateStudent_viewBtn__HgkF\+:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 6px #3b82f64d;transform:translateY(-1px)}.CreateStudent_noVideos__7Bg5p{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-style:italic;padding:2rem;text-align:center}.CreateStudent_form__2qgP5{background:var(--white);border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:auto;padding:2rem;width:450px}.CreateStudent_form__2qgP5 h2{font-weight:500;margin-bottom:1rem;text-align:center}.CreateStudent_form__2qgP5 label{display:flex;flex-direction:column;font-size:.9rem;margin-bottom:1rem}.CreateStudent_form__2qgP5 input{border:1px solid #ccc;border-radius:4px;margin-top:12px;padding:.8rem}.CreateStudent_form__2qgP5 input:focus{border:1px solid #180adf}.CreateStudent_form__2qgP5 button{background:var(--purple);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-weight:500;padding:.75rem}.CreateStudent_error__aO-hA{color:red;font-size:.85rem;margin-bottom:1rem}@media (max-width:768px){.CreateStudent_container__pO0rj{border-radius:8px;margin-bottom:.75rem;padding:1.25rem}.CreateStudent_header__zQkM3{align-items:stretch;flex-direction:column;gap:1rem;margin-bottom:1.5rem;text-align:center}.CreateStudent_header__zQkM3 h2{font-size:1.25rem;text-align:left}.CreateStudent_buttons__fmOE9{flex-direction:column;gap:.75rem;width:100%}.CreateStudent_buttons__fmOE9 button{font-size:.9rem;min-height:48px;padding:.875rem 1rem;width:100%}.CreateStudent_grid__ArMPn{gap:1rem;grid-template-columns:1fr;margin-bottom:1.5rem}.CreateStudent_lessonInfo__j5CQS{padding:1rem}.CreateStudent_lessonInfo__j5CQS strong{font-size:.8rem}.CreateStudent_lessonInfo__j5CQS p{font-size:1rem}.CreateStudent_linked__jLb2\+{margin-top:1.5rem;padding-top:1rem}.CreateStudent_videoItem__x8IvC{align-items:stretch;flex-direction:column;gap:.75rem;padding:1rem}.CreateStudent_videoName__o8TU5,.CreateStudent_videoTimestamp__0xyDO{flex:none;text-align:left}.CreateStudent_videoName__o8TU5{font-size:.95rem;margin-bottom:.25rem}.CreateStudent_videoTimestamp__0xyDO{font-size:.85rem;margin-bottom:.5rem}.CreateStudent_viewBtn__HgkF\+{font-size:.9rem;min-height:44px;padding:.75rem;width:100%}.CreateStudent_linked__jLb2\+ strong{font-size:1rem;margin-bottom:.75rem}}@media (max-width:480px){.CreateStudent_container__pO0rj{border-radius:6px;padding:1rem}.CreateStudent_header__zQkM3 h2{font-size:1.1rem}.CreateStudent_buttons__fmOE9 button{font-size:.85rem;min-height:44px;padding:.75rem}.CreateStudent_lessonInfo__j5CQS{padding:.875rem}.CreateStudent_lessonInfo__j5CQS strong{font-size:.75rem;margin-bottom:.375rem}.CreateStudent_lessonInfo__j5CQS p{font-size:.95rem}.CreateStudent_videoItem__x8IvC{gap:.5rem;padding:.875rem}.CreateStudent_videoName__o8TU5{font-size:.9rem}.CreateStudent_videoTimestamp__0xyDO{font-size:.8rem}.CreateStudent_viewBtn__HgkF\+{font-size:.8rem;min-height:40px;padding:.625rem}.CreateStudent_noVideos__7Bg5p{font-size:.9rem;padding:1.5rem}}@media (max-width:360px){.CreateStudent_container__pO0rj{padding:.75rem}.CreateStudent_header__zQkM3{gap:.75rem}.CreateStudent_header__zQkM3 h2{font-size:1rem}.CreateStudent_buttons__fmOE9 button{font-size:.8rem;padding:.65rem}.CreateStudent_grid__ArMPn{gap:.75rem}.CreateStudent_lessonInfo__j5CQS,.CreateStudent_videoItem__x8IvC{padding:.75rem}.CreateStudent_viewBtn__HgkF\+{font-size:.75rem;padding:.5rem}}.VideoList_list__KAFeL{list-style:none;margin:0;max-height:400px;overflow-y:auto;padding:0}.VideoList_item__DC\+Mq{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.75rem 0}.VideoList_buttons__CxyAr button{background:#4968f1;border:none;border-radius:4px;color:var(--white);cursor:pointer;font-size:.8rem;margin-left:.5rem;padding:.25rem .5rem}.VideoList_buttons__CxyAr button:hover{background:#3f5ecc;color:var(--white)}.VideoList_viewBtn__ZNCYL{background:var(--primary);border:none;border-radius:var(--radius);color:var(--white);cursor:pointer;font-size:14px;padding:0 var(--space-3);transition:background .2s}.VideoList_viewBtn__ZNCYL:hover{background:var(--primary-hover)}.VideoList_linkBtn__axZgi{background:var(--success)}.VideoUploadModal_backdrop__nUqPd{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.VideoUploadModal_modal__bRR0U{background:#fff;border-radius:4px;padding:1.5rem;position:relative;width:380px}.VideoUploadModal_closeBtn__Ss2et{background:none;border:none;cursor:pointer;font-size:1.2rem;position:absolute;right:.5rem;top:.5rem}.VideoUploadModal_actions__oJTLp{display:flex;justify-content:flex-end;margin-top:1rem}.VideoUploadModal_actions__oJTLp button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-left:.5rem;padding:.5rem 1rem}.VideoUploadModal_actions__oJTLp button[type=button]{background:#ccc;color:#000}.VideoUploadModal_actions__oJTLp button[type=submit]{background:#4968f1;color:#fff}.VideoModal_overlay__-rIjV{align-items:center;background:#1e1e2873;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.VideoModal_modal__2zD7P{background:var(--white);border-radius:10px;box-shadow:0 4px 24px #00000026;display:flex;flex-direction:column;height:80vh;max-height:800px;max-width:1200px;overflow:hidden;padding:2rem;position:relative;width:90vw}.VideoModal_closeBtn__yAamo{align-items:center;background:var(--white);border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;color:#444;cursor:pointer;display:flex;font-size:1.25rem;height:2rem;justify-content:center;left:1rem;line-height:1;position:absolute;top:1rem;transition:background .2s;width:2rem}.VideoModal_closeBtn__yAamo:hover{background:#f0f0f0}.VideoModal_header__Ykx9s{align-items:center;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;margin-bottom:1.5rem}.VideoModal_analysisLabel__70ig3{font-weight:600}.VideoModal_body__CrBaZ{display:flex;flex:1 1;gap:2rem;overflow:hidden}.VideoModal_videoContainer__l\+Dck{background:#000;border-radius:8px;flex:2 1;overflow:hidden;position:relative}.VideoModal_reactPlayer__1mAk4{height:100%!important;left:0;position:absolute!important;top:0;width:100%!important}.VideoModal_analysisContainer__Tn129{background:var(--white);border:1px solid var(--border);border-radius:6px;flex:1 1;overflow-y:auto;padding:1rem}@media (max-width:768px){.VideoModal_modal__2zD7P{height:85vh;padding:1.5rem;width:95vw}.VideoModal_body__CrBaZ{flex-direction:column}.VideoModal_analysisContainer__Tn129,.VideoModal_videoContainer__l\+Dck{flex:none;height:50%;width:100%}}.Sidebar_sidebar__npxBX{background:var(--white);bottom:0;box-shadow:-2px 0 8px var(--shadow);display:flex;flex-direction:column;left:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform var(--transition);width:240px;z-index:100}.Sidebar_open__lHczL{left:auto;right:0;transform:translateX(0)}@media (min-width:768px){.Sidebar_sidebar__npxBX{left:auto;right:0;transform:translateX(0)}.Sidebar_closeBtn__yEw9P,.Sidebar_logoutMobile__u7\+xD{display:none}}.Sidebar_header__puzIS{align-items:center;border-bottom:1px solid var(--shadow);display:flex;justify-content:space-between;padding:1rem}.Sidebar_logo__gBVm3{height:40px}.Sidebar_closeBtn__yEw9P{background:none;border:none;cursor:pointer}.Sidebar_nav__CkJ8m{display:flex;flex:1 1;flex-direction:column;margin-top:2rem}.Sidebar_navItem__DCAkp{align-items:center;border-radius:4px;color:var(--text);display:flex;margin:0 .5rem;padding:.75rem 1rem;text-decoration:none;transition:background var(--transition)}.Sidebar_navItem__DCAkp:hover{background:#e74c3c1a}.Sidebar_active__e1dh9{background:var(--primary);color:var(--white)}.Sidebar_icon__eSpcs{margin-right:.75rem}.Sidebar_logoutMobile__u7\+xD{display:none}@media (max-width:768px){.Sidebar_logoutMobile__u7\+xD{align-items:center;background:red;border:none;border-radius:4px;color:var(--white);cursor:pointer;display:flex;font-weight:700;justify-content:center;margin:1rem;padding:.75rem;transition:background var(--transition)}.Sidebar_logoutMobile__u7\+xD:hover{background:#ad1313}}:root{--bg:#f8fafc;--white:#fff;--border:#e5e7eb;--shadow:#0000001a;--primary:#3b82f6;--success:#10b981;--text-primary:#1e293b;--text-secondary:#64748b;overflow-x:hidden}.InstructorDashboard_page__6SyuS{min-height:100vh;width:100%}.InstructorDashboard_container__tCdwG,.InstructorDashboard_page__6SyuS{background:#f8fafc;background:var(--bg);display:flex;flex-direction:column}.InstructorDashboard_container__tCdwG{flex:1 1;gap:1rem;overflow:hidden;padding:1rem}@media (min-width:768px){.InstructorDashboard_container__tCdwG{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:360px 1fr;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}}@media (min-width:1024px){.InstructorDashboard_container__tCdwG{gap:2.5rem;grid-template-columns:400px 1fr;padding:2rem 3rem}}@media (min-width:1200px){.InstructorDashboard_container__tCdwG{gap:3rem;grid-template-columns:420px 1fr;padding:2rem 4rem}}.InstructorDashboard_sidebar__8vOyI{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:1.5rem;max-height:100%;overflow-y:auto;padding:1.5rem}.InstructorDashboard_sidebar__8vOyI>h2{border-bottom:2px solid #f1f5f9;color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-weight:600;margin:0 0 .5rem;padding-bottom:1rem}.InstructorDashboard_sidebar__8vOyI>*{width:100%}.InstructorDashboard_startBtn__YilRX{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success),#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.025em;margin-top:.75rem;min-height:48px;padding:.875rem 1rem;text-transform:uppercase;transition:all .2s ease;width:100%}.InstructorDashboard_startBtn__YilRX:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed;opacity:.6}.InstructorDashboard_startBtn__YilRX:not(:disabled):hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.InstructorDashboard_panel__Mh0WP{box-shadow:0 2px 8px #0000000d;min-height:300px;overflow:hidden}.InstructorDashboard_main__2q3Db,.InstructorDashboard_panel__Mh0WP{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;flex-grow:1}.InstructorDashboard_main__2q3Db{box-shadow:0 4px 12px #0000000d;gap:1.5rem;overflow-y:auto;padding:1rem}.InstructorDashboard_emptyState__yrlvR{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;color:#64748b;color:var(--text-secondary);display:flex;flex:1 1;font-size:1.1rem;font-weight:500;justify-content:center;padding:3rem 2rem;text-align:center}.InstructorDashboard_videoSection__qHomr{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.InstructorDashboard_videoHeader__PzOOf{align-items:center;border-bottom:2px solid #f8fafc;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.InstructorDashboard_videoHeader__PzOOf h3{color:#1e293b;color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0}.InstructorDashboard_newVideoBtn__skKmc{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--primary),#2563eb);border:none;border-radius:8px;box-shadow:0 2px 4px #3b82f633;color:#fff;color:var(--white);cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.025em;padding:.75rem 1.25rem;text-transform:uppercase;transition:all .2s ease}.InstructorDashboard_newVideoBtn__skKmc:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed;opacity:.6}.InstructorDashboard_newVideoBtn__skKmc:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.InstructorDashboard_loaderCenter__u4RhW{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:200px;padding:2rem}.InstructorDashboard_content__XvdkX{flex:1 1;overflow-y:auto;padding:0}.InstructorDashboard_loader__\+hPku{animation:InstructorDashboard_spin__DHKh4 1s linear infinite;border:4px solid #f1f5f9;border-radius:50%;border-top-color:#3b82f6;border-top:4px solid var(--primary);height:48px;width:48px}@keyframes InstructorDashboard_spin__DHKh4{to{transform:rotate(1turn)}}@media (max-width:767px){.InstructorDashboard_container__tCdwG{flex-direction:column;gap:1rem;padding:1rem}.InstructorDashboard_sidebar__8vOyI{border-radius:8px;gap:1.25rem;order:1;padding:1.25rem}.InstructorDashboard_sidebar__8vOyI>h2{font-size:1.1rem;margin-bottom:.5rem;padding-bottom:.75rem}.InstructorDashboard_main__2q3Db{border-radius:8px;flex:1 1;gap:1.25rem;min-height:400px;order:2;padding:1.25rem}.InstructorDashboard_panel__Mh0WP{border-radius:8px;min-height:250px}.InstructorDashboard_startBtn__YilRX{font-size:.95rem;margin-bottom:.5rem;margin-top:.75rem;min-height:48px;padding:.875rem}.InstructorDashboard_newVideoBtn__skKmc{font-size:.9rem;margin-bottom:.75rem;min-height:44px;padding:.75rem 1rem}.InstructorDashboard_videoHeader__PzOOf{align-items:stretch;flex-direction:column;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem}.InstructorDashboard_videoHeader__PzOOf h3{font-size:1.1rem;margin-bottom:0;text-align:left}.InstructorDashboard_emptyState__yrlvR{font-size:1rem;margin-bottom:1rem;min-height:120px;padding:2rem 1.5rem}.InstructorDashboard_loaderCenter__u4RhW{min-height:150px;padding:2rem 1rem}.InstructorDashboard_videoSection__qHomr{border-radius:8px;padding:1.25rem}}@media (max-width:480px){.InstructorDashboard_container__tCdwG{gap:.75rem;padding:.75rem}.InstructorDashboard_sidebar__8vOyI{border-radius:6px;gap:1rem;padding:1rem}.InstructorDashboard_sidebar__8vOyI>h2{font-size:1rem;padding-bottom:.5rem}.InstructorDashboard_main__2q3Db{border-radius:6px;gap:1rem;min-height:350px;padding:1rem}.InstructorDashboard_panel__Mh0WP{border-radius:6px;min-height:200px}.InstructorDashboard_startBtn__YilRX{font-size:.9rem;margin-bottom:.5rem;margin-top:.5rem;min-height:44px;padding:.75rem}.InstructorDashboard_newVideoBtn__skKmc{font-size:.85rem;margin-bottom:.5rem;min-height:40px;padding:.65rem .875rem}.InstructorDashboard_videoHeader__PzOOf{gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem}.InstructorDashboard_videoHeader__PzOOf h3{font-size:1rem}.InstructorDashboard_emptyState__yrlvR{font-size:.95rem;min-height:100px;padding:1.5rem 1rem}.InstructorDashboard_loaderCenter__u4RhW{min-height:120px;padding:1.5rem .75rem}.InstructorDashboard_loader__\+hPku{height:40px;width:40px}.InstructorDashboard_videoSection__qHomr{border-radius:6px;padding:1rem}}@media (max-width:360px){.InstructorDashboard_container__tCdwG{gap:.5rem;padding:.5rem}.InstructorDashboard_sidebar__8vOyI{gap:.875rem;padding:.875rem}.InstructorDashboard_sidebar__8vOyI>h2{font-size:.95rem}.InstructorDashboard_main__2q3Db{gap:.875rem;padding:.875rem}.InstructorDashboard_startBtn__YilRX{font-size:.85rem;min-height:40px;padding:.65rem}.InstructorDashboard_newVideoBtn__skKmc{font-size:.8rem;min-height:36px;padding:.55rem .75rem}.InstructorDashboard_emptyState__yrlvR{font-size:.9rem;padding:1.25rem .75rem}.InstructorDashboard_videoSection__qHomr{padding:.875rem}}@media (hover:none) and (pointer:coarse){.InstructorDashboard_newVideoBtn__skKmc,.InstructorDashboard_startBtn__YilRX{min-height:48px}.InstructorDashboard_newVideoBtn__skKmc:active,.InstructorDashboard_startBtn__YilRX:active{transform:scale(.98)}}.InstructorDashboard_newVideoBtn__skKmc:focus-visible,.InstructorDashboard_startBtn__YilRX:focus-visible{outline:2px solid #3b82f6;outline:2px solid var(--primary);outline-offset:2px}@media print{.InstructorDashboard_sidebar__8vOyI{display:none}.InstructorDashboard_main__2q3Db{border:none;box-shadow:none}.InstructorDashboard_page__6SyuS{background:#fff}}
/*# sourceMappingURL=main.24112ef3.css.map*/