.ps-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d30478c;justify-content:center;align-items:center;padding:24px 16px;font-family:Rubik,sans-serif;display:flex;position:fixed;inset:0}.ps-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;width:100%;max-width:460px;padding:40px 44px;box-shadow:0 8px 40px #2d30472e}.ps-icon-wrap{background:#fdf3f0;border:1.5px solid #f0c4b8;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 18px;display:flex}.ps-title{color:#2d3047;text-align:center;margin:0 0 8px;font-size:1.45rem;font-weight:700}.ps-subtitle{color:#6b7280;text-align:center;margin:0 0 28px;font-size:.87rem;line-height:1.6}.ps-form{flex-direction:column;gap:16px;display:flex}.ps-field{flex-direction:column;gap:6px;display:flex}.ps-label{color:#2d3047;font-size:.84rem;font-weight:600}.ps-required{color:#e07a5f}.ps-optional{color:#9ca3af;font-weight:400}.ps-input{color:#2d3047;box-sizing:border-box;background:#f4f1ed;border:1.5px solid #e0dcd8;border-radius:8px;width:100%;padding:11px 14px;font-family:Rubik,sans-serif;font-size:.92rem;transition:border-color .15s}.ps-input:focus{background:#fefcfb;border-color:#e07a5f;outline:none}.ps-input:disabled{opacity:.6;cursor:not-allowed}.ps-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:0;padding:8px 12px;font-size:.84rem}.ps-submit{color:#fff;cursor:pointer;background:#e07a5f;border:none;border-radius:9px;margin-top:4px;padding:13px;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s}.ps-submit:hover:not(:disabled){background:#d4614a}.ps-submit:disabled{opacity:.6;cursor:not-allowed}.app-container{background:#f4f1ed;flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.main-content-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex:1;width:100%;padding-top:60px;padding-bottom:60px;overflow-y:auto}.main-section{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:0 40px}.main-section h1{color:#2d3047;margin-top:40px;margin-bottom:8px;font-family:Rubik,sans-serif;font-size:2.2rem;font-weight:600}.main-section .subtitle{color:#5c5c5c;margin-bottom:32px;font-family:Rubik,sans-serif;font-size:1.1rem}.loading-screen{background:#f4f1ed;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loading-screen p{color:#5c5c5c;margin-top:16px;font-family:Rubik,sans-serif}.spinner{border:4px solid #e0dcd8;border-top-color:#e07a5f;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-grid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px;display:grid}.stat-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:24px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2d30471a}.stat-card .icon-box{background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.stat-card .icon-box svg{color:#fff;width:24px;height:24px}.stat-card .value{color:#e07a5f;font-family:Rubik,sans-serif;font-size:2rem;font-weight:600}.stat-card .label{color:#5c5c5c;margin-top:4px;font-family:Rubik,sans-serif;font-size:.95rem}.dashboard-panels{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;display:grid}.data-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;overflow:hidden}.data-card-header{background:#f4f1ed80;border-bottom:1px solid #e0dcd8;padding:20px 28px}.data-card-header h3{color:#2d3047;align-items:center;margin:0;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.data-card-content{padding:24px 28px}.empty-panel{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-panel p{color:#2d3047;margin:16px 0 4px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:500}.empty-panel span{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.85rem}.empty-state{text-align:center;background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:60px 20px}.empty-state h3{color:#2d3047;margin-bottom:8px;font-family:Rubik,sans-serif;font-size:1.4rem}.empty-state p{color:#5c5c5c;font-family:Rubik,sans-serif;font-size:1rem}.students-list{flex-direction:column;gap:0;display:flex}.student-row{border-bottom:1px solid #f0ece8;align-items:center;gap:14px;padding:14px 0;display:flex}.student-row:last-child{border-bottom:none}.student-row:hover{background:#f4f1edb3;border-radius:10px}.student-avatar{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;display:flex}.student-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.student-name{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;overflow:hidden}.student-email{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.82rem;overflow:hidden}.student-date{color:#a0a0a0;white-space:nowrap;flex-shrink:0;font-family:Rubik,sans-serif;font-size:.82rem}.courses-container{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;width:100%;margin:0 auto 80px;display:grid}.course-card{cursor:pointer;background-color:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:28px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #2d30470f}.course-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 12px 32px #2d30471f}.course-card h2{color:#2d3047;margin:0 0 8px;font-family:Rubik,sans-serif;font-size:1.3rem;font-weight:500}.course-card p{color:#5c5c5c;margin:0;font-family:Rubik,sans-serif;font-size:.95rem}.course-card .course-meta{border-top:1px solid #e0dcd8;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.course-card .badge{color:#e07a5f;background:#e07a5f1a;border-radius:20px;align-items:center;padding:6px 12px;font-family:Rubik,sans-serif;font-size:.8rem;font-weight:500;display:inline-flex}.course-card .teacher-name{color:#5c5c5c;font-family:Rubik,sans-serif;font-size:.9rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-header h2{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border:none;border-radius:12px;padding:14px 28px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 4px 15px #e07a5f4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e07a5f66}.btn-secondary{color:#2d3047;cursor:pointer;background:0 0;border:2px solid #2d3047;border-radius:12px;padding:14px 28px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:500;transition:all .2s}.btn-secondary:hover{color:#fff;background:#2d3047;transform:translateY(-2px)}.modal-overlay{z-index:2000;background:#2d304780;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fefcfb;border-radius:20px;width:100%;max-width:480px;max-height:90vh;padding:32px;overflow-y:auto;box-shadow:0 20px 60px #2d304733}.modal-shell{background:#fefcfb;border-radius:20px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #2d304733}.modal-shell .modal-header-row{justify-content:space-between;align-items:center;gap:16px;padding:32px 32px 0;display:flex}.modal-shell .modal-header-row h2{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:1.2rem;font-weight:600}.modal-close-btn{color:#5c5c5c;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.modal-close-btn:hover{color:#2d3047;background:#2d30470f}.modal-scroll{flex:1;padding:12px 32px 32px;overflow-y:auto}.modal-content h2{color:#2d3047;margin:0 0 8px;font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:600}.modal-actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.form-group{margin-bottom:20px}.form-group label{color:#2d3047;margin-bottom:8px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{color:#2d3047;box-sizing:border-box;background:#fff;border:1px solid #e0dcd8;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:Rubik,sans-serif;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.form-group input::-moz-placeholder{color:#a0a0a0}.form-group textarea::-moz-placeholder{color:#a0a0a0}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0a0a0}.form-group textarea{resize:vertical;min-height:80px}.error-message{color:#d32f2f;background:#f443361a;border:1px solid #f4433633;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.9rem}.switch-label{color:#2d3047;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-family:Rubik,sans-serif;font-size:.95rem;display:flex}.switch{cursor:pointer;flex-shrink:0;width:44px;height:24px;position:relative}.switch input{opacity:0;width:0;height:0;position:absolute}.switch-track{background:#d4d0cc;border-radius:12px;transition:background .25s;position:absolute;inset:0}.switch-track:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.switch input:checked+.switch-track{background:#e07a5f}.switch input:checked+.switch-track:after{transform:translate(20px)}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.main-content-wrapper{padding-top:60px}.main-section{padding:0 20px}.main-section h1{margin-top:24px;font-size:1.8rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:20px}.stat-card .value{font-size:1.6rem}.dashboard-panels,.courses-container{grid-template-columns:1fr;gap:16px}.course-card{padding:24px}}@media (width<=480px){.main-content-wrapper{padding-top:60px}.main-section h1{font-size:1.6rem}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{padding:16px}.stat-card .icon-box{width:44px;height:44px}.stat-card .value{font-size:1.4rem}.data-card-content{padding:16px 20px}.student-date{display:none}}.scroll-load-hint{color:#b0aaa6;text-align:center;margin:12px 0 0;padding:0;font-family:Rubik,sans-serif;font-size:.8rem}.pagination-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 0 4px;display:flex}.pagination-info{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.82rem}.pagination-controls{align-items:center;gap:4px;display:flex}.pagination-btn{color:#2d3047;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefcfb;border:1px solid #e0dcd8;border-radius:9px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 8px;font-family:Rubik,sans-serif;font-size:.87rem;transition:all .15s;display:flex}.pagination-btn:hover:not(:disabled):not(.active){color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.pagination-btn.active{color:#fff;cursor:default;background:#e07a5f;border-color:#e07a5f;font-weight:600}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-ellipsis{color:#a0a0a0;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:28px;font-size:.87rem;display:flex}@media (width<=600px){.modal-overlay{align-items:flex-end;padding:0}.modal-shell{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:92vh}.modal-content{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:92vh;padding:24px 20px}.modal-actions{flex-direction:column-reverse;gap:10px}.modal-actions .btn-primary,.modal-actions .btn-secondary{width:100%;padding:13px}.modal-shell .modal-header-row{padding:24px 24px 0}.modal-scroll{padding:12px 24px 28px}}@font-face{font-family:rubik;src:url(/assets/Rubik-VariableFont_wght-DZErUxLD.woff2)}@font-face{font-family:rubiklight;src:url(/assets/Rubik-Light-DCzacxB3.woff2)}@font-face{font-family:Styrene B;src:url(/assets/StyreneB-3eAOXCoX.woff2)}@font-face{font-family:tiempos;src:url(/assets/TestTiemposFine-Light-BF66457a5102792-DxP5CAi0.woff2)}.sidebar{box-sizing:border-box;z-index:1000;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:16px 4%;display:flex;position:fixed;top:0;left:0}.sidebar button span{color:inherit!important}.sidebar,.mobile-header{color:#2d3047;background:0 0;transition:all .4s cubic-bezier(.4,0,.2,1)}.sidebar.scrolled,.mobile-header.scrolled{-webkit-backdrop-filter:blur(12px);color:#fff;background:#2d3047;box-shadow:0 4px 30px #00000026}.middle-section{text-align:center;flex-direction:row;align-items:center;gap:12px;font-family:Rubik;font-size:1.9rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.sidebar h1{margin:0;padding:0;font-family:Rubik;font-size:1.5rem}.sidebar h1 span{font-family:rubiklight}.left-section{flex-direction:column;flex-shrink:0;gap:0;display:flex}.left-section h1{align-items:baseline;gap:8px;display:flex}.left-section h1:before{font-family:rubiklight;font-size:1.5rem;font-weight:300}.sidebarlogo h2:before{content:""}.left-section h1:after{font-family:Rubik;font-weight:600}#studentName{font-size:0;line-height:0}.middle-section button span{font-family:Rubik;font-size:1rem}.sidebar p{gap:0;padding-bottom:5%;font-family:Rubik;font-size:1.7rem}.sidebar button{cursor:pointer;text-align:center;white-space:nowrap;color:inherit;background:0 0;border:none;border-radius:8px;padding:12px 24px;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sidebar button:after{content:"";opacity:.7;background:currentColor;border-radius:1px;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.sidebar button:hover:after{width:calc(100% - 48px)}.sidebar button:hover{text-decoration:none;transform:translateY(-1px)}.sidebar button.active{color:#e07a5f;background:#e07a5f26}.sidebar button.active:after{opacity:1;background:#e07a5f;width:calc(100% - 48px)}.sidebar{text-align:left}.right-section{text-align:center;flex-shrink:0;justify-content:center;align-items:center;display:flex}.right-section button{border-radius:10px;padding:12px 28px;font-weight:500;box-shadow:0 4px 15px #e07a5f4d;color:#fff!important;background:linear-gradient(135deg,#e07a5f 0%,#d86a4f 100%)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.right-section button:after{display:none!important}.right-section button:hover{background:linear-gradient(135deg,#d86a4f 0%,#c55a3f 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #e07a5f66!important}.right-section button:active{transform:translateY(0)!important;box-shadow:0 2px 10px #e07a5f4d!important}.bottom-section p{margin:0;padding:0;line-height:1}.main-content{margin-top:120px}.mobile-header{z-index:1001;border-radius:0;justify-content:space-between;align-items:center;height:70px;padding:0 24px;display:none;position:fixed;top:0;left:0;right:0}.mobile-logo h1,.mobile-logo h2,.sidebarlogo h1,.sidebarlogo h2{margin:0;padding:0}.mobile-header.menu-open{color:#fff;background:#2d3047;border-bottom-left-radius:0}.mobile-logo,.sidebarlogo{cursor:pointer;align-items:baseline;gap:0;transition:opacity .2s;display:flex}.mobile-logo:hover,.sidebarlogo:hover{opacity:.8}.mobile-logo h1,.sidebarlogo h1{margin:0;font-family:Rubik;font-size:1.5rem;font-weight:600}.logo-ark,.mobile-logo .logo-ark,.sidebarlogo .logo-ark{color:#e07a5f!important;font-family:Rubik!important;font-weight:600!important}.mobile-logo h2,.sidebarlogo h2{margin:0;font-family:rubiklight;font-size:1.5rem;font-weight:300}.hamburger-menu{cursor:pointer;z-index:1002;-webkit-tap-highlight-color:transparent;color:#2d3047;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:22px;padding:0;display:flex}.hamburger-menu.scrolled,.hamburger-menu.menu-open{color:#fff}.hamburger-menu span{transform-origin:50%;background:currentColor;border-radius:3px;height:2.5px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6)}.hamburger-menu span:first-child{width:100%}.hamburger-menu span:nth-child(2){width:75%;margin-left:auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-menu span:nth-child(3){width:50%;margin-left:auto}.hamburger-menu:hover span{width:100%}.hamburger-menu span.active:first-child{width:100%;transform:rotate(45deg)translate(5px,6px)}.hamburger-menu span.active:nth-child(2){opacity:0;width:100%;transform:translate(20px)}.hamburger-menu span.active:nth-child(3){width:100%;transform:rotate(-45deg)translate(5px,-6px)}.sidebar-overlay{z-index:998;-webkit-backdrop-filter:blur(4px);background:#0006;animation:.3s cubic-bezier(.4,0,.2,1) fadeIn;display:none;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=1024px) and (width>=769px){.sidebar{padding:14px 3%}.sidebar h1{font-size:1.3rem}.middle-section button span{font-size:.95rem}.sidebar button{padding:10px 18px;font-size:14px}}@media (width<=768px){.sidebar{z-index:999;-webkit-overflow-scrolling:touch;width:300px;height:calc(100dvh - 70px);box-shadow:none;border-radius:0;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:32px 24px;transition:left .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1);position:fixed;top:70px;left:-100%;overflow-y:auto}.sidebarlogo{visibility:hidden}.sidebar.open{color:#fff;background:#2d3047;left:0;box-shadow:10px 0 40px #0003}.mobile-header{display:flex}.sidebar-overlay{display:block}.left-section{display:none}.top-section{border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:20px;padding:15px 0;position:static}.sidebar h1{font-size:1.4rem}#studentName{line-height:1.4}#studentName span{font-size:1.3rem}.middle-section{flex-direction:column;flex:1;align-items:stretch;gap:8px;width:100%;position:static;transform:none}.sidebar.open .middle-section button{opacity:0;animation:.4s cubic-bezier(.4,0,.2,1) forwards slideInFromLeft}.sidebar.open .middle-section button:first-child{animation-delay:.1s}.sidebar.open .middle-section button:nth-child(2){animation-delay:.15s}.sidebar.open .middle-section button:nth-child(3){animation-delay:.2s}.sidebar.open .right-section button{opacity:0;animation:.4s cubic-bezier(.4,0,.2,1) .25s forwards slideInFromLeft}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.middle-section button{text-align:left;-webkit-tap-highlight-color:transparent;border-radius:12px;width:100%;min-height:56px;padding:18px 20px;font-size:16px}.middle-section button:after{display:none}.middle-section button:hover{background:#e07a5f1a;transform:translate(8px)}.middle-section button.active{background:#e07a5f26;border-left:3px solid #e07a5f;padding-left:17px}.middle-section button span{font-size:1.05rem}.middle-section button:active{transform:scale(.98)}.right-section{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:20px}.right-section button{width:100%;padding:16px 20px!important}.bottom-section{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:20px;position:static}.main-content{margin-top:90px}}@media (width<=480px){.mobile-header{height:64px;padding:0 20px}.mobile-logo h1,.mobile-logo h2{font-size:1.35rem}.sidebar{width:100%;height:calc(100dvh - 64px);padding:20px;top:64px}.sidebar h1{font-size:1.25rem}#studentName span{font-size:1.1rem}.middle-section button{min-height:48px;padding:14px 16px}.middle-section button span{font-size:1rem}.main-content{margin-top:84px}}.profile-menu-wrapper{position:relative}.profile-icon-btn{cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;color:#2d3047!important;box-shadow:none!important;background:#2d304714!important;border:1.5px solid #2d304726!important;border-radius:50%!important;padding:0!important;transition:all .2s!important;display:flex!important}.profile-icon-btn:hover{box-shadow:none!important;background:#2d304724!important;transform:translateY(0)!important}.profile-icon-btn:after{display:none!important}.sidebar.scrolled .profile-icon-btn,.sidebar.open .profile-icon-btn{color:#fff!important;background:#ffffff1a!important;border-color:#fff3!important}.sidebar.scrolled .profile-icon-btn:hover,.sidebar.open .profile-icon-btn:hover{background:#ffffff2e!important}.profile-dropdown{z-index:1100;background:#fefcfb;border:1px solid #2d30471a;border-radius:12px;min-width:180px;animation:.15s dropdownFadeIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 30px #0000001f}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown .profile-dropdown-item{cursor:pointer;text-align:left;align-items:center;gap:10px;width:100%;box-shadow:none!important;color:#2d3047!important;background:0 0!important;border:none!important;border-radius:0!important;padding:12px 16px!important;font-size:.9rem!important;transition:background .15s!important;display:flex!important}.profile-dropdown .profile-dropdown-item:hover{background:#2d30470f!important;transform:none!important}.profile-dropdown .profile-dropdown-item:after{display:none!important}.profile-dropdown .profile-dropdown-item+.profile-dropdown-item{border-top:1px solid #2d304712}.profile-dropdown .profile-dropdown-logout{color:#2d3047!important}.profile-dropdown .profile-dropdown-logout:hover{background:#2d30470f!important}.cp-overlay{-webkit-backdrop-filter:blur(4px);z-index:2000;background:#2d304773;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.cp-shell{background:#fefcfb;border-radius:20px;width:100%;max-width:420px;animation:.25s cubic-bezier(.4,0,.2,1) cpSlideIn;overflow:hidden;box-shadow:0 20px 60px #00000026}@keyframes cpSlideIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cp-header{justify-content:space-between;align-items:center;padding:24px 28px 0;display:flex}.cp-header h2{color:#2d3047;margin:0;font-family:Rubik;font-size:1.2rem;font-weight:600}.cp-close-btn{color:#9a9db5;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1rem;line-height:1;transition:color .15s,background .15s}.cp-close-btn:hover{color:#2d3047;background:#2d304712}.cp-form{flex-direction:column;gap:16px;padding:24px 28px 28px;display:flex}.cp-field{flex-direction:column;gap:6px;display:flex}.cp-field label{color:#2d3047;font-family:Rubik;font-size:.85rem;font-weight:500}.cp-field input{color:#2d3047;background:#fefcfb;border:1.5px solid #2d30472e;border-radius:10px;outline:none;padding:11px 14px;font-family:Rubik;font-size:.95rem;transition:border-color .2s}.cp-field input:focus{border-color:#e07a5f}.cp-error{color:#c0392b;margin:0;font-family:Rubik;font-size:.85rem}.cp-success{color:#27ae60;margin:0;font-family:Rubik;font-size:.85rem}.cp-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e07a5f 0%,#d86a4f 100%);border:none;border-radius:10px;margin-top:4px;padding:13px;font-family:Rubik;font-size:.95rem;font-weight:500;transition:all .2s;box-shadow:0 4px 15px #e07a5f4d}.cp-submit:hover:not(:disabled){background:linear-gradient(135deg,#d86a4f 0%,#c55a3f 100%);transform:translateY(-1px);box-shadow:0 6px 20px #e07a5f66}.cp-submit:disabled{opacity:.65;cursor:not-allowed}@media (width<=768px){.profile-dropdown{right:-8px}.cp-shell{border-radius:16px}.cp-header,.cp-form{padding-left:20px;padding-right:20px}.profile-menu-wrapper{width:100%}.profile-icon-btn{gap:10px;font-size:1rem;border-radius:12px!important;justify-content:center!important;width:100%!important;height:52px!important}.profile-dropdown{box-shadow:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;margin-top:8px;animation:none;position:static}.profile-dropdown .profile-dropdown-item{color:#fff!important;padding:14px 16px!important}.profile-dropdown .profile-dropdown-item:hover{background:#ffffff14!important}.profile-dropdown .profile-dropdown-item+.profile-dropdown-item{border-top-color:#ffffff1a}.profile-dropdown .profile-dropdown-logout{color:#fff!important}}@media (height<=600px) and (orientation:landscape){.sidebar{padding:10px 15px}.top-section{margin-bottom:15px;padding:10px 0}.middle-section{gap:6px}.middle-section button{min-height:44px;padding:12px 16px}.bottom-section{padding-top:15px}}.mc-header{align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.mc-header h1{margin-top:40px;margin-bottom:8px}.mc-back-btn{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:42px;transition:all .2s;display:flex}.mc-back-btn:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;justify-content:center;align-items:center;gap:12px;margin-bottom:28px;padding:6px;display:flex;overflow-x:auto}.mc-tabs::-webkit-scrollbar{display:none}.mc-tab{color:#5c5c5c;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.mc-tab:hover{color:#e07a5f;background:#e07a5f0f}.mc-tab.active{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);box-shadow:0 2px 8px #e07a5f4d}.mc-content{margin-bottom:40px}.mc-people-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mc-people-header h2{color:#2d3047;align-items:center;gap:10px;margin:0;font-family:Rubik,sans-serif;font-size:1.3rem;font-weight:600;display:flex}.mc-people-count{color:#e07a5f;background:#e07a5f1a;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:500}.mc-add-btn{align-items:center;gap:6px;padding:10px 20px;font-size:.9rem;display:flex}.mc-people-list{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;overflow:hidden}.mc-person-row{border-bottom:1px solid #f0ece8;align-items:center;gap:14px;padding:16px 24px;display:flex}.mc-person-row:last-child{border-bottom:none}.mc-person-avatar{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;display:flex}.mc-person-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mc-person-name{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;overflow:hidden}.mc-person-email{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.82rem;overflow:hidden}.mc-remove-btn{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.mc-remove-btn:hover{color:#d32f2f;background:#d32f2f0f;border-color:#d32f2f}.mc-edit-btn{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.mc-edit-btn:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-people-search{background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;align-items:center;gap:10px;margin-bottom:14px;padding:10px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.mc-people-search:focus-within{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.mc-people-search svg{color:#a0a0a0;flex-shrink:0}.mc-people-search input{color:#2d3047;background:0 0;border:none;outline:none;flex:1;font-family:Rubik,sans-serif;font-size:.9rem}.mc-people-search input::placeholder{color:#a0a0a0}.mc-people-search-count{color:#a0a0a0;white-space:nowrap;flex-shrink:0;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.mc-people-search-clear{color:#5c5c5c;cursor:pointer;background:#2d304714;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.mc-people-search-clear:hover{color:#2d3047;background:#2d304726}.mc-impact-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.mc-impact-item{color:#5c5c5c;background:#f57c000f;border:1px solid #f57c0026;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.85rem;line-height:1.4;display:flex}.mc-warning-box{color:#b71c1c;background:#d32f2f0f;border:1px solid #d32f2f33;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-family:Rubik,sans-serif;font-size:.85rem;line-height:1.4;display:flex}.mc-warning-box svg{flex-shrink:0;margin-top:1px}.mc-empty{text-align:center;background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:48px 20px}.mc-empty p{color:#a0a0a0;margin:0;font-family:Rubik,sans-serif;font-size:1rem}.mc-placeholder{text-align:center;background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:60px 20px}.mc-placeholder h3{color:#2d3047;margin:16px 0 8px;font-family:Rubik,sans-serif;font-size:1.3rem}.mc-placeholder p{color:#a0a0a0;margin:0;font-family:Rubik,sans-serif;font-size:1rem}.mc-add-modal{max-width:480px}.mc-step-indicator{justify-content:center;align-items:center;gap:0;padding:16px 32px 0;display:flex}.mc-step-dot{color:#a0a0a0;background:#fefcfb;border:2px solid #e0dcd8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:Rubik,sans-serif;font-size:.8rem;font-weight:600;transition:all .25s;display:flex}.mc-step-dot.active{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-color:#e07a5f}.mc-step-dot.done{color:#e07a5f;background:#e07a5f1f;border-color:#e07a5f}.mc-step-line{background:#e0dcd8;flex-shrink:0;width:60px;height:2px}.mc-back-link{color:#e07a5f;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:16px;padding:0;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.mc-back-link:hover{opacity:.7}.mc-existing-user-info{color:#388e3c;background:#4caf5014;border:1px solid #4caf5033;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.88rem;display:flex}.mc-existing-user-email{color:#2d3047;font-weight:500}.mc-bulk-actions{align-items:center;gap:8px;display:flex}.mc-action-btn{cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.mc-action-outline{color:#5c5c5c;background:#fefcfb;border:1px solid #e0dcd8}.mc-action-outline:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-bulk-modal{max-width:600px}.mc-file-drop{cursor:pointer;background:#f4f1ed4d;border:2px dashed #e0dcd8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:20px;padding:40px 20px;transition:all .2s;display:flex}.mc-file-drop:hover{background:#e07a5f0a;border-color:#e07a5f}.mc-file-drop p{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500}.mc-file-drop span{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.82rem}.mc-csv-preview-wrap{background:#fefcfb;border:1px solid #e0dcd8;border-radius:14px;margin-bottom:20px;overflow-x:auto}.mc-csv-preview{border-collapse:collapse;width:100%;font-family:Rubik,sans-serif;font-size:.85rem}.mc-csv-preview th{text-align:left;color:#5c5c5c;text-transform:capitalize;white-space:nowrap;background:#f4f1ed99;border-bottom:1px solid #e0dcd8;padding:12px 16px;font-size:.8rem;font-weight:600}.mc-csv-preview td{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #f0ece8;max-width:200px;padding:10px 16px;overflow:hidden}.mc-csv-preview tbody tr:last-child td{border-bottom:none}.mc-csv-more{color:#a0a0a0;text-align:center;margin:0;padding:10px;font-family:Rubik,sans-serif;font-size:.85rem}.mc-import-progress{padding:8px 0}.mc-progress-bar{background:#f0ece8;border-radius:4px;width:100%;height:8px;margin-bottom:12px;overflow:hidden}.mc-progress-fill{background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:4px;height:100%;transition:width .3s}.mc-progress-text{color:#5c5c5c;text-align:center;margin:0 0 20px;font-family:Rubik,sans-serif;font-size:.9rem}.mc-import-summary{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.mc-summary-item{border-radius:20px;padding:6px 16px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500}.mc-summary-added{color:#388e3c;background:#4caf501a}.mc-summary-skipped{color:#f57c00;background:#f57c001a}.mc-summary-failed{color:#d32f2f;background:#d32f2f1a}.mc-import-errors{background:#d32f2f0a;border:1px solid #d32f2f26;border-radius:12px;max-height:160px;margin-bottom:20px;padding:12px 16px;overflow-y:auto}.mc-import-errors p{color:#d32f2f;margin:0 0 6px;font-family:Rubik,sans-serif;font-size:.82rem}.mc-import-errors p:last-child{margin-bottom:0}.mc-assignments-tab{margin-bottom:40px}.mc-assignments-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mc-assignments-header h2{color:#2d3047;align-items:center;gap:10px;margin:0;font-family:Rubik,sans-serif;font-size:1.3rem;font-weight:600;display:flex}.mc-topics-list{flex-direction:column;gap:12px;display:flex}.mc-topic-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;transition:border-color .2s;overflow:hidden}.mc-topic-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:18px 24px;transition:background .15s;display:flex}.mc-topic-header:hover{background:#f4f1ed80}.mc-topic-name{color:#2d3047;word-break:break-word;flex:1;margin:0;font-family:Rubik,sans-serif;font-size:1.05rem;font-weight:600}.mc-topic-actions{align-items:center;gap:6px;display:flex}.mc-topic-chevron{color:#5c5c5c;flex-shrink:0;transition:transform .25s}.mc-topic-chevron.collapsed{transform:rotate(-90deg)}.mc-topic-footer{justify-content:space-between;align-items:center;gap:12px;padding:12px 24px 18px;display:flex}.mc-assignment-list{border-top:1px solid #f0ece8}.mc-assignment-empty{color:#a0a0a0;margin:0;padding:20px 24px;font-family:Rubik,sans-serif;font-size:.9rem}.mc-assignment-item{border-bottom:1px solid #f0ece8;align-items:center;gap:12px;padding:14px 24px;transition:background .15s;display:flex}.mc-assignment-item:hover{background:#f4f1ed4d}.mc-assignment-item:last-of-type{border-bottom:none}.mc-assignment-info{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.mc-assignment-name{color:#2d3047;word-break:break-word;align-items:center;font-family:Rubik,sans-serif;font-size:.92rem;font-weight:500;line-height:1.4;display:flex}.mc-assignment-badges{flex-wrap:wrap;gap:6px;display:flex}.mc-assignment-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:500;display:inline-flex}.mc-badge-wba{color:#1565c0;background:#2196f31a}.mc-badge-scheduled{color:#e65100;background:#f57c001a}.mc-badge-graded{color:#2e7d32;background:#4caf501a}.mc-assignment-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.mc-drag-handle{color:#a0a0a0;cursor:grab;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.mc-drag-handle:hover{color:#5c5c5c;background:#2d30470f}.mc-drag-handle:active{cursor:grabbing}.mc-drag-over{background:#e07a5f0a;border-radius:20px;border:2px dashed #e07a5f!important}.mc-drag-overlay{color:#2d3047;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;align-items:center;gap:10px;padding:12px 20px;font-family:Rubik,sans-serif;font-size:.92rem;font-weight:500;display:flex;box-shadow:0 8px 24px #00000026}.mc-icon-btn{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.mc-icon-btn:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-icon-btn-danger:hover{color:#d32f2f;background:#d32f2f0f;border-color:#d32f2f}.mc-action-danger{color:#d32f2f;background:#fefcfb;border:1px solid #e0dcd8}.mc-action-danger:hover{background:#d32f2f0f;border-color:#d32f2f}.mc-assignment-modal{max-width:520px}.mc-type-selector{gap:12px;display:flex}.mc-type-option{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:2px solid #e0dcd8;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:20px 16px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.mc-type-option:hover{color:#e07a5f;border-color:#e07a5f}.mc-type-option.active{color:#e07a5f;background:#e07a5f14;border-color:#e07a5f}.mc-toggle-row{justify-content:space-between;align-items:center;margin-bottom:4px;padding:12px 0;display:flex}.mc-toggle-row label{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500}.mc-date-input{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.mc-date-input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.mc-confirm-modal{max-width:420px}.mc-confirm-body{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:12px 0 8px;display:flex}.mc-confirm-body p{color:#5c5c5c;margin:0;font-family:Rubik,sans-serif;font-size:.95rem;line-height:1.5}.mc-btn-delete{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:14px 28px;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.mc-btn-delete:hover{background:#b71c1c}.mc-btn-delete:disabled{opacity:.6;cursor:not-allowed}.mc-delete-confirm-name{text-align:center;background:#d32f2f0f;border:1px dashed #d32f2f4d;border-radius:10px;margin-bottom:12px;padding:10px 14px}.mc-delete-confirm-label{color:#d32f2f;-webkit-user-select:none;user-select:none;font-family:Rubik,sans-serif;font-size:.92rem;font-weight:600}.mc-danger-zone{border-top:1px solid #e0dcd8;margin-top:24px;padding-top:16px}.mc-danger-zone-header{cursor:pointer;color:#d32f2f;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:6px 0;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:600;display:flex}.mc-danger-zone-header:hover{opacity:.8}.mc-danger-zone-body{margin-top:10px}.mc-danger-zone-warning{color:#2d3047;background:#d32f2f0f;border:1px solid #d32f2f2e;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.82rem;line-height:1.5;display:flex}.mc-danger-zone-warning svg{color:#d32f2f;flex-shrink:0;margin-top:2px}.mc-danger-zone-prompt{color:#6b6b6b;margin:0 0 8px;font-size:.84rem}.mc-submissions-view{flex-direction:column;gap:0;display:flex}.mc-sub-stats{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.mc-sub-stat{background:#fefcfb;border:1px solid #e0dcd8;border-radius:14px;flex-direction:column;flex:1;align-items:center;min-width:80px;padding:14px 20px;display:flex}.mc-sub-stat-value{color:#2d3047;font-family:Rubik,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2}.mc-sub-stat-label{color:#a0a0a0;margin-top:2px;font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500}.mc-sub-stat-submitted .mc-sub-stat-value{color:#2e7d32}.mc-sub-stat-missing .mc-sub-stat-value{color:#d32f2f}.mc-sub-stat-late .mc-sub-stat-value{color:#e65100}.mc-sub-stat-corrected .mc-sub-stat-value{color:#1565c0}.mc-sub-toolbar{align-items:center;gap:12px;margin-bottom:14px;display:flex}.mc-sub-search{background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;flex:1;align-items:center;gap:10px;padding:10px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.mc-sub-search:focus-within{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.mc-sub-search svg{color:#a0a0a0;flex-shrink:0}.mc-sub-search input{color:#2d3047;background:0 0;border:none;outline:none;flex:1;font-family:Rubik,sans-serif;font-size:.9rem}.mc-sub-search input::placeholder{color:#a0a0a0}.mc-sub-group-toggle{background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;flex-shrink:0;display:flex;overflow:hidden}.mc-sub-group-toggle button{color:#5c5c5c;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:10px 16px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:all .2s}.mc-sub-group-toggle button:not(:last-child){border-right:1px solid #e0dcd8}.mc-sub-group-toggle button:hover{color:#e07a5f;background:#e07a5f0f}.mc-sub-group-toggle button.active{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%)}.mc-sub-filters-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.mc-sub-status-pills{flex-wrap:wrap;gap:6px;display:flex}.mc-sub-pill{color:#5c5c5c;cursor:pointer;white-space:nowrap;background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;padding:6px 14px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:all .2s}.mc-sub-pill:hover{color:#e07a5f;border-color:#e07a5f}.mc-sub-pill.active{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-color:#e07a5f}.mc-sub-dropdowns{gap:8px;margin-left:auto;display:flex}.mc-sub-select{color:#2d3047;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;padding:6px 12px;font-family:Rubik,sans-serif;font-size:.82rem;transition:border-color .2s}.mc-sub-select:focus{border-color:#e07a5f}.mc-sub-actions-row{align-items:center;gap:8px;margin-bottom:16px;display:flex}.mc-sub-list{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;overflow:hidden}.mc-sub-row{border-bottom:1px solid #f0ece8;align-items:center;gap:12px;padding:14px 24px;transition:background .15s;display:flex}.mc-sub-row:last-child{border-bottom:none}.mc-sub-row:hover{background:#f4f1ed4d}.mc-sub-row-main{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.mc-sub-row-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.mc-sub-student{flex-shrink:0;align-items:center;gap:10px;min-width:160px;max-width:220px;display:flex}.mc-sub-student-info{flex-direction:column;gap:1px;min-width:0;display:flex}.mc-sub-student-name{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;overflow:hidden}.mc-sub-student-email{color:#8a8a8a;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.76rem;overflow:hidden}.mc-sub-subgroup{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.73rem}.mc-sub-assignment{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.mc-sub-assignment-name{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;overflow:hidden}.mc-sub-topic-name{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.73rem;overflow:hidden}.mc-sub-status{white-space:nowrap;border-radius:8px;flex-shrink:0;padding:4px 10px;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.mc-sub-status-submitted{color:#2e7d32;background:#4caf501a}.mc-sub-status-late{color:#e65100;background:#f57c001a}.mc-sub-status-missing{color:#d32f2f;background:#d32f2f1a}.mc-sub-status-notstarted{color:#757575;background:#9e9e9e1a}.mc-sub-grade{flex-shrink:0;min-width:80px}.mc-sub-action-btn{color:#5c5c5c;cursor:pointer;white-space:nowrap;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.mc-sub-action-btn:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-sub-action-btn:disabled{opacity:.5;cursor:not-allowed}.mc-sub-action-accent{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.mc-sub-action-accent:hover{background:#e07a5f1f}.mc-sub-action-success{color:#2e7d32;background:#4caf500f;border-color:#2e7d32}.mc-sub-action-success:hover{background:#4caf501f}.mc-sub-action-danger{color:#d32f2f;border-color:#e0dcd8}.mc-sub-action-danger:hover{background:#d32f2f0f;border-color:#d32f2f}.mc-sub-grade-display{color:#2d3047;white-space:nowrap;background:#e07a5f14;border-radius:8px;flex-shrink:0;padding:4px 10px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:600}.mc-sub-status-corrected{color:#1565c0;background:#2196f31a}.mc-sub-corrected-by{color:#5a6478;white-space:nowrap;flex-shrink:0;font-family:Rubik,sans-serif;font-size:.78rem}.mc-correction-modal{max-width:480px}.mc-correction-info{color:#2d3047;background:#e07a5f0f;border:1px solid #e07a5f26;border-radius:12px;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;display:flex}.mc-correction-divider{color:#a0a0a0;font-weight:400}.mc-grade-total{color:#a0a0a0;font-size:.85rem;font-weight:400}.mc-upload-progress{padding:20px 0}.mc-upload-progress-label{color:#2d3047;justify-content:space-between;align-items:center;margin-bottom:10px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:flex}.mc-upload-progress .mc-progress-bar{margin-bottom:10px}.mc-upload-stats{color:#a0a0a0;justify-content:space-between;align-items:center;font-family:Rubik,sans-serif;font-size:.82rem;display:flex}.mc-sub-groups{flex-direction:column;gap:12px;display:flex}.mc-sub-group{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;overflow:hidden}.mc-sub-group-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:16px 24px;transition:background .15s;display:flex}.mc-sub-group-header:hover{background:#f4f1ed80}.mc-sub-group-label{color:#2d3047;flex:1;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600}.mc-sub-group-items{border-top:1px solid #f0ece8}.mc-sub-absent-section{margin-top:24px}.mc-sub-absent-header{color:#d32f2f;align-items:center;gap:8px;padding:12px 0 8px;font-family:Rubik,sans-serif;font-size:.92rem;font-weight:600;display:flex}@media (width<=768px){.mc-header{gap:12px}.mc-header h1{margin-top:24px}.mc-back-btn{margin-top:26px}.mc-tabs{gap:2px;padding:4px}.mc-tab{gap:6px;padding:10px 14px;font-size:.82rem}.mc-people-header{flex-direction:column;align-items:flex-start;gap:12px}.mc-bulk-actions{flex-wrap:wrap}.mc-people-search{margin-bottom:10px}.mc-person-row{padding:14px 18px}.mc-bulk-modal{max-width:95vw}.mc-assignments-header{flex-direction:column;align-items:flex-start;gap:12px}.mc-sub-toolbar{flex-direction:column}.mc-sub-group-toggle{width:100%}.mc-sub-group-toggle button{flex:1}.mc-sub-filters-row{flex-direction:column;align-items:flex-start}.mc-sub-dropdowns{flex-wrap:wrap;margin-left:0}.mc-sub-row{flex-direction:column;align-items:flex-start;gap:10px}.mc-sub-row-main{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.mc-sub-student{min-width:0;max-width:none}.mc-sub-row-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.mc-sub-action-btn span{display:none}.mc-sub-action-btn{padding:6px 8px}.mc-sub-grade{min-width:0}.mc-sub-stats{gap:8px}.mc-sub-stat{min-width:60px;padding:10px 14px}.mc-sub-stat-value{font-size:1.1rem}.mc-topic-header{padding:14px 18px}.mc-topic-footer{flex-wrap:wrap;padding:10px 18px 14px}.mc-assignment-item{gap:8px;padding:12px 18px}.mc-assignment-actions{gap:4px}.mc-type-selector{flex-direction:column}}@media (width<=480px){.mc-tab span{display:none}.mc-tab.active span{display:inline}.mc-tab{padding:10px 12px}.mc-person-row{gap:10px;padding:12px 14px}.mc-person-avatar{border-radius:10px;width:34px;height:34px;font-size:.9rem}.mc-topic-header{gap:8px;padding:12px 14px}.mc-topic-name{font-size:.95rem}.mc-assignment-item{padding:10px 14px}.mc-icon-btn{width:30px;height:30px}.mc-assignment-modal{max-width:95vw}}.mc-published-badge{text-transform:uppercase;vertical-align:middle;border-radius:20px;padding:2px 10px;font-family:Rubik,sans-serif;font-size:.7rem;font-weight:600;display:inline-block}.mc-published-badge.published{color:#2e7d32;background-color:#4caf501a}.mc-published-badge.draft{color:#757575;background-color:#9e9e9e26}.apdfs-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.apdfs-card{background:#fff;border:1px solid #e0dcd8;border-radius:14px;overflow:hidden}.apdfs-card-dragging{border-color:#e07a5f;box-shadow:0 8px 32px #0000001f}.apdfs-card-header{border-bottom:1px solid #f0ede9;align-items:center;gap:12px;padding:14px 16px;display:flex}.apdfs-drag-handle{cursor:grab;color:#c8c4bf;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.apdfs-drag-handle:hover{color:#5c5c5c;background:#f4f1ed}.apdfs-drag-handle:active{cursor:grabbing}.apdfs-card-label{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.apdfs-card-label span:first-of-type{color:#2d3047;white-space:nowrap;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500}.apdfs-filename{color:#9e9e9e;text-overflow:ellipsis;white-space:nowrap;font-family:Rubik,sans-serif;font-size:.8rem;overflow:hidden}.apdfs-iframe-wrapper{background:#f8f6f3}.apdfs-iframe{border:none;width:100%;height:520px;display:block}.apdfs-drop-zone{cursor:pointer;border:2px dashed #e0dcd8;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:60px 40px;transition:border-color .2s,background .2s;display:flex}.apdfs-drop-zone:hover{background:#fef3ef;border-color:#e07a5f}.apdfs-drop-zone p{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:500}.apdfs-drop-zone span{color:#9e9e9e;font-family:Rubik,sans-serif;font-size:.88rem}.apdfs-upload-queue{flex-direction:column;gap:8px;margin-top:20px;display:flex}.apdfs-upload-item{color:#5c5c5c;background:#fff;border:1px solid #e0dcd8;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;display:flex}.apdfs-upload-item.done{color:#2e7d32;background:#f4faf6;border-color:#a8d5b5}.apdfs-upload-item.error{color:#c62828;background:#fdf4f4;border-color:#f5c6c6}.apdfs-upload-item-info{flex:1;min-width:0}.apdfs-upload-name{white-space:nowrap;text-overflow:ellipsis;color:#2d3047;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;display:block;overflow:hidden}.apdfs-upload-error{color:#c62828;margin-top:2px;font-family:Rubik,sans-serif;font-size:.78rem;display:block}.apdfs-upload-bar{background:#e0dcd8;border-radius:2px;height:4px;margin-top:6px;overflow:hidden}.apdfs-upload-fill{background:#e07a5f;border-radius:2px;height:100%;transition:width .2s}.apdfs-dismiss-btn{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;padding:2px;transition:opacity .15s;display:flex}.apdfs-dismiss-btn:hover{opacity:1}.mc-bulk-checkbox{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #c8c4c0;border-radius:4px;flex-shrink:0;width:16px;min-width:16px;height:16px;transition:border-color .15s,background .15s;position:relative}.mc-bulk-checkbox:checked{background:#e07a5f;border-color:#e07a5f}.mc-bulk-checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:1.5px;left:4px;transform:rotate(45deg)}.mc-bulk-checkbox:hover:not(:checked){border-color:#e07a5f}.mc-bulk-bar{background:#fff8f6;border:1.5px solid #e8c8bf;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:9px 14px;display:flex}.mc-bulk-bar-count{color:#2d3047;margin-right:4px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:600}.mc-bulk-bar-divider{background:#e0dcd8;flex-shrink:0;width:1px;height:18px}.mc-bulk-btn{color:#2d3047;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0dcd8;border-radius:7px;align-items:center;gap:5px;padding:5px 12px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.mc-bulk-btn:hover{background:#faf8f6;border-color:#c8c4c0}.mc-bulk-btn.danger{color:#c0392b;border-color:#f0c8c8}.mc-bulk-btn.danger:hover{background:#fff5f5;border-color:#e07070}.mc-bulk-btn:disabled{opacity:.5;cursor:not-allowed}.mc-bulk-clear-btn{cursor:pointer;color:#a0a0a0;background:0 0;border:none;align-items:center;margin-left:auto;padding:2px;transition:color .15s;display:flex}.mc-bulk-clear-btn:hover{color:#2d3047}.mc-action-bulk-active{color:#e07a5f;background:#fff1ee;border-color:#e07a5f}.mc-action-bulk-active:hover{background:#ffe8e2}.mc-bulk-bar-hint{color:#888;margin-right:2px;font-family:Rubik,sans-serif;font-size:.82rem}.mc-bulk-section-btn{color:#e07a5f;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #e8c8bf;border-radius:6px;height:34px;padding:0 10px;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500;transition:background .15s,border-color .15s}.mc-bulk-section-btn:hover{background:#fff1ee;border-color:#e07a5f}.mc-person-row-header{background:#faf8f6;border-bottom:1px solid #f0ece8;border-radius:8px 8px 0 0;gap:10px;padding:6px 12px}.mc-person-select-all-label{color:#888;font-family:Rubik,sans-serif;font-size:.8rem}@media (width<=480px){.mc-action-btn span{display:none}.mc-action-btn{justify-content:center;min-width:38px;padding:10px 12px}.mc-bulk-actions{gap:6px}.mc-people-header{gap:8px}.pagination-row{justify-content:center}.pagination-info{text-align:center;width:100%}}.edit-lesson-header{border-bottom:2px solid #e0dcd8;justify-content:space-between;align-items:center;margin-top:40px;margin-bottom:30px;padding-bottom:20px;display:flex}.edit-lesson-header h1{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:2rem;font-weight:600}.edit-lesson-header-buttons{gap:10px;display:flex}.lesson-name-section{margin-bottom:30px}.lesson-name-label{color:#2d3047;margin-bottom:8px;font-family:Rubik,sans-serif;font-weight:600;display:block}.lesson-name-input{color:#2d3047;box-sizing:border-box;border:1px solid #e0dcd8;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:Rubik,sans-serif;font-size:1rem;transition:all .2s}.lesson-name-input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.content-blocks-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.content-blocks-header h2{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-weight:600}.add-block-buttons{flex-wrap:wrap;gap:8px;display:flex}.content-block{background-color:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;margin-bottom:16px;padding:20px;transition:box-shadow .2s}.content-block:hover{box-shadow:0 4px 12px #2d30470f}.content-block-form-group{margin-bottom:16px}.content-block-label{color:#2d3047;margin-bottom:6px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:block}.content-block-select,.content-block-input{box-sizing:border-box;color:#2d3047;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Rubik,sans-serif;font-size:.95rem;transition:all .2s}.content-block-select:focus,.content-block-input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.content-type-badge{text-transform:uppercase;border-radius:20px;margin-bottom:10px;padding:4px 12px;font-family:Rubik,sans-serif;font-size:.75rem;font-weight:600;display:inline-block}.content-type-badge.text{color:#e07a5f;background-color:#e07a5f1a}.content-type-badge.video{color:#2d3047;background-color:#2d30471a}.content-type-badge.pdf{color:#7b1fa2;background-color:#9c27b01a}.content-type-badge.resource{color:#2e7d32;background-color:#4caf501a}.block-display{justify-content:space-between;align-items:flex-start;display:flex}.block-display-content{flex:1}.block-display-title{color:#2d3047;margin:0 0 8px;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:500}.block-display-url{color:#5c5c5c;margin:0;font-family:Rubik,sans-serif;font-size:.9rem}.block-display-actions{flex-shrink:0;gap:8px;margin-left:16px;display:flex}.block-form-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.btn-editor{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-editor:hover{transform:translateY(-1px)}.btn-editor.save{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);box-shadow:0 2px 8px #e07a5f4d}.btn-editor.cancel{color:#5c5c5c;background:0 0;border:1px solid #e0dcd8}.btn-editor.cancel:hover{background:#f4f1ed}.btn-editor.danger{color:#f44336;background:#f443361a}.btn-editor.danger:hover{background:#f4433626}.btn-editor.success{color:#4caf50;background:#4caf501a}.btn-editor.edit{color:#e07a5f;background:#e07a5f1a}.drag-handle{cursor:grab;color:#5c5c5c;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;display:flex}.sortable-block{align-items:flex-start;gap:10px;display:flex}.sortable-handle{padding-top:20px}.sortable-content{flex:1}.drag-overlay-content{color:#2d3047;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;padding:16px 20px;font-family:Rubik,sans-serif;box-shadow:0 12px 32px #2d304726}.pdf-upload-btn{width:100%;padding:14px 20px}.pdf-preview{background:#f4f1ed;border:1px solid #e0dcd8;border-radius:12px;padding:16px}.pdf-preview-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pdf-preview-filename{color:#5c5c5c;font-family:Rubik,sans-serif;font-size:.9rem}.pdf-preview-iframe{border:1px solid #e0dcd8;border-radius:8px;width:100%;height:300px}.video-embed-container{border-radius:12px;height:0;margin-top:12px;padding-bottom:56.25%;position:relative;overflow:hidden}.video-embed-iframe{border:none;border-radius:12px;width:100%;height:100%;position:absolute;top:0;left:0}.rich-text-editor{background:#fff;border:1px solid #e0dcd8;border-radius:12px;overflow:hidden}.rte-toolbar{background:#f4f1ed;border-bottom:1px solid #e0dcd8;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.rte-toolbar-group{align-items:center;gap:2px;display:flex}.rte-toolbar-divider{background:#e0dcd8;width:1px;height:24px;margin:0 8px}.rte-btn{color:#2d3047;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:14px;transition:all .15s;display:flex}.rte-btn:hover{background:#e07a5f1a}.rte-btn:active{background:#e07a5f33}.rte-content{color:#2d3047;outline:none;min-height:150px;max-height:400px;padding:14px 16px;font-family:Rubik,sans-serif;font-size:.95rem;line-height:1.6;overflow-y:auto}.rte-content:empty:before{content:attr(data-placeholder);color:#a0a0a0;pointer-events:none}.rte-content:focus{background:#fafbfc}.rte-content a{color:#e07a5f;text-decoration:underline}.rte-content ul,.rte-content ol{margin:.5em 0;padding-left:1.5em}.rte-content ul{list-style-type:disc}.rte-content ol{list-style-type:decimal}.rte-modal-overlay{z-index:3000;background:#2d304780;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rte-modal{box-sizing:border-box;background:#fefcfb;border-radius:16px;width:100%;max-width:420px;padding:28px;box-shadow:0 20px 60px #2d304733}.rte-modal h3{color:#2d3047;margin:0 0 20px;font-family:Rubik,sans-serif;font-size:1.2rem;font-weight:600}.rte-modal-field{margin-bottom:16px}.rte-modal-field label{color:#5c5c5c;margin-bottom:6px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:block}.rte-modal-field input{box-sizing:border-box;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Rubik,sans-serif;font-size:.95rem;transition:all .2s}.rte-modal-field input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.rte-modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.rich-text-display{color:#2d3047;max-height:80px;font-family:Rubik,sans-serif;font-size:.95rem;line-height:1.6;overflow:hidden}.rich-text-display a{color:#e07a5f;text-decoration:underline}.rich-text-display ul,.rich-text-display ol{margin:.3em 0;padding-left:1.5em}.rich-text-display ul{list-style-type:disc}.rich-text-display ol{list-style-type:decimal}.edit-lesson-footer{border-top:2px solid #e0dcd8;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;display:flex}.chapter-card{cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;padding:20px 24px;transition:all .2s}.chapter-card:hover{box-shadow:0 4px 12px #2d30470f}.chapter-header{justify-content:space-between;align-items:center;display:flex}.chapter-header h2{color:#2d3047;word-break:break-word;flex:1;margin:0;font-family:Rubik,sans-serif;font-size:1.2rem;font-weight:500}.chapter-actions{align-items:center;gap:8px;padding-right:8px;display:flex}.chapter-btn{cursor:pointer;color:#e07a5f;background:#e07a5f1a;border:none;border-radius:8px;padding:6px 14px;font-family:Rubik,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.chapter-btn:hover{background:#e07a5f33}.chapter-btn.danger{color:#f44336;background:#f443361a}.chapter-btn.danger:hover{background:#f4433626}.chapter-drawer{border-top:1px solid #e0dcd8;margin-top:16px;padding-top:16px}.lesson-item{background:#f4f1ed;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:background .2s;display:flex}.lesson-item:hover{background:#ede9e5}.lesson-item span{word-break:break-word;color:#2d3047;flex:1;font-family:Rubik,sans-serif;font-size:.95rem}.lesson-actions{align-items:center;gap:8px;display:flex}.chapter-drawer-footer{justify-content:space-between;margin-top:12px;padding:0 8px 8px;display:flex}.lesson-view-container{gap:0;min-height:calc(100vh - 100px);display:flex}.lesson-nav-panel{background:#fefcfb;border-right:1px solid #e0dcd8;width:300px;min-width:300px;padding:24px 0;overflow-y:auto}.lesson-nav-chapter{padding:0}.lesson-nav-chapter-title{color:#2d3047;cursor:pointer;justify-content:space-between;align-items:center;padding:12px 20px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.lesson-nav-chapter-title:hover{background:#f4f1ed}.lesson-nav-lesson{color:#5c5c5c;cursor:pointer;border-left:3px solid #0000;padding:10px 20px 10px 32px;font-family:Rubik,sans-serif;font-size:.85rem;transition:all .2s}.lesson-nav-lesson:hover{color:#2d3047;background:#f4f1ed}.lesson-nav-lesson.active{color:#e07a5f;background:#e07a5f14;border-left-color:#e07a5f;font-weight:500}.lesson-content-area{flex:1;max-width:900px;padding:40px}.lesson-content-area h1{color:#2d3047;margin:0 0 32px;font-family:Rubik,sans-serif;font-size:2rem;font-weight:600}.student-content-block{margin-bottom:32px}.student-content-block h3{color:#2d3047;margin:0 0 12px;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600}.student-text-content{color:#2d3047;font-family:Rubik,sans-serif;font-size:1rem;line-height:1.8}.student-text-content a{color:#e07a5f;text-decoration:underline}.student-text-content ul,.student-text-content ol{margin:.5em 0;padding-left:1.5em}.student-video-container{background:#000;border-radius:16px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.student-video-container iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.student-pdf-viewer{border:1px solid #e0dcd8;border-radius:12px;width:100%;height:600px}.student-resource-link{color:#fff;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:12px;align-items:center;gap:8px;padding:14px 24px;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #e07a5f4d}.student-resource-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e07a5f66}@media (width<=768px){.edit-lesson-header{flex-direction:column;align-items:flex-start;gap:16px}.lesson-view-container{flex-direction:column}.lesson-nav-panel{border-bottom:1px solid #e0dcd8;border-right:none;width:100%;min-width:100%;max-height:300px}.lesson-content-area{padding:20px}.chapter-header{flex-direction:column;align-items:flex-start;gap:12px}.rte-toolbar-divider{margin:0 4px}.rte-btn{width:28px;height:28px}}.mux-upload-zone{text-align:center;background:#f4f1ed;border:2px dashed #e0dcd8;border-radius:12px;padding:20px}.mux-upload-btn{width:100%;padding:14px 20px}.mux-upload-progress{color:#5c5c5c;flex-direction:column;align-items:center;gap:10px;padding:10px 0;font-family:Rubik,sans-serif;font-size:.9rem;display:flex}.mux-progress-bar{background:#e0dcd8;border-radius:3px;width:100%;height:6px;overflow:hidden}.mux-progress-fill{background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border-radius:3px;height:100%;transition:width .3s}.mux-player-wrapper{border-radius:12px;overflow:hidden}.spin{animation:1s linear infinite spin}.resource-upload-row{flex-direction:column;gap:12px;display:flex}.resource-upload-zone{cursor:pointer;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;transition:border-color .2s,background .2s;display:flex}.resource-upload-zone:hover{background:#e07a5f0a;border-color:#e07a5f}.resource-upload-text{color:#2d3047;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500}.resource-upload-hint{color:#9e9e9e;font-family:Rubik,sans-serif;font-size:.8rem}.resource-or-divider{align-items:center;gap:12px;display:flex}.resource-or-divider:before,.resource-or-divider:after{content:"";background:#e0dcd8;flex:1;height:1px}.resource-or-divider span{color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;font-family:Rubik,sans-serif;font-size:.8rem}.resource-file-card{background:#f4f1ed;border:1px solid #e0dcd8;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.resource-file-icon{color:#e07a5f;background:#fff;border:1px solid #e0dcd8;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.resource-file-ext{text-transform:uppercase;color:#5c5c5c;margin-top:1px;font-family:Rubik,sans-serif;font-size:.55rem;font-weight:700}.resource-file-info{flex:1;min-width:0}.resource-file-name{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:block;overflow:hidden}.resource-file-link{color:#e07a5f;align-items:center;gap:4px;margin-top:2px;font-family:Rubik,sans-serif;font-size:.78rem;text-decoration:none;display:inline-flex}.resource-file-link:hover{text-decoration:underline}.resource-file-badge-inline{color:#2e7d32;background:#4caf5014;border-radius:6px;align-items:center;gap:6px;margin-top:4px;padding:3px 10px;font-family:Rubik,sans-serif;font-size:.82rem;display:inline-flex}.resource-file-badge-inline span{white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}.upload-cancel-btn{margin-top:4px;padding:5px 14px;font-size:.8rem}.slv-chapters{flex-direction:column;gap:10px;display:flex}.slv-chapter{background:#fff;border:1px solid #e0dcd8;border-radius:14px;overflow:hidden}.slv-chapter-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:16px 20px;transition:background .15s;display:flex}.slv-chapter-header:hover{background:#f8f6f3}.slv-chapter-icon{color:#e07a5f;flex-shrink:0}.slv-chapter-name{color:#2d3047;flex:1;font-family:Rubik,sans-serif;font-size:1rem;font-weight:500}.slv-chapter-count{color:#9e9e9e;margin-right:4px;font-family:Rubik,sans-serif;font-size:.8rem}.slv-chevron{color:#9e9e9e;flex-shrink:0;transition:transform .2s}.slv-chevron.open{transform:rotate(180deg)}.slv-lessons{border-top:1px solid #f0ede9;padding:8px 12px 12px}.slv-lesson-item{cursor:pointer;border-bottom:1px solid #f0ece8;border-radius:0;align-items:center;gap:12px;padding:11px 14px;transition:background .15s;display:flex}.slv-lesson-item:last-child{border-bottom:none}.slv-lesson-item:hover{background:#f8f6f3}.slv-lesson-icon{color:#e07a5f;background:#fef3ef;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.slv-lesson-name{color:#2d3047;flex:1;font-family:Rubik,sans-serif;font-size:.9rem}.slv-lesson-arrow{color:#c8c4bf;transition:transform .15s,color .15s}.slv-lesson-item:hover .slv-lesson-arrow{color:#e07a5f;transform:translate(3px)}.slv-empty{color:#9e9e9e;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.85rem}.slv-loading{justify-content:center;padding:32px 0;display:flex}.lv-page{background:#f4f1ed;width:100vw;height:100vh;display:flex;overflow:hidden}.lv-sidebar{background:#fff;border-right:1px solid #e0dcd8;flex-direction:column;flex-shrink:0;width:300px;min-width:300px;height:100vh;display:flex;overflow:hidden}.lv-sidebar-top{border-bottom:1px solid #f0ede9;flex-shrink:0;padding:20px 20px 16px}.lv-back-btn{cursor:pointer;color:#5c5c5c;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:14px;padding:0;font-family:Rubik,sans-serif;font-size:.88rem;transition:color .15s;display:flex}.lv-back-btn:hover{color:#e07a5f}.lv-course-name{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.lv-sidebar-nav{flex:1;padding:12px 12px 24px;overflow-y:auto}.lv-sidebar-nav-title{text-transform:uppercase;letter-spacing:.8px;color:#9e9e9e;margin:0;padding:4px 8px 10px;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:600}.lv-nav-chapter{border:1px solid #f0ece8;border-radius:10px;margin-bottom:6px;overflow:hidden}.lv-nav-chapter-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafaf9;align-items:center;gap:8px;padding:11px 12px;transition:background .15s;display:flex}.lv-nav-chapter-header:hover{background:#f4f1ed}.lv-nav-chapter-name{color:#2d3047;flex:1;font-family:Rubik,sans-serif;font-size:.83rem;font-weight:600;line-height:1.4}.lv-nav-chevron{color:#c8c4bf;flex-shrink:0;transition:transform .2s}.lv-nav-chevron.open{transform:rotate(180deg)}.lv-nav-lessons{border-top:1px solid #f0ece8}.lv-nav-lesson{cursor:pointer;color:#5c5c5c;text-align:left;background:0 0;border:none;border-bottom:1px solid #f0ece8;border-radius:0;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.82rem;line-height:1.4;transition:background .15s,color .15s;display:flex}.lv-nav-lesson:last-child{border-bottom:none}.lv-nav-lesson:hover{color:#2d3047;background:#f8f6f3}.lv-nav-lesson.active{color:#e07a5f;background:#fef3ef;border-left:3px solid #e07a5f;padding-left:11px;font-weight:500}.lv-nav-lesson-dot{opacity:.3;background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px}.lv-nav-lesson.active .lv-nav-lesson-dot{opacity:1}.lv-content{flex:1;height:100vh;overflow-y:auto}.lv-content-inner{max-width:100vw;margin:0 auto;padding:48px 48px 80px}.lv-lesson-title{color:#2d3047;margin:0 0 36px;font-family:Rubik,sans-serif;font-size:2rem;font-weight:600;line-height:1.3}.lv-block{margin-bottom:28px}.lv-block-title{color:#2d3047;margin:0 0 12px;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600}.lv-text-block{color:#3a3a4a;background:#fff;border:1px solid #e0dcd8;border-radius:14px;padding:24px;font-family:Rubik,sans-serif;font-size:.95rem;line-height:1.75}.lv-text-block p{margin:0 0 .6em}.lv-text-block p:last-child{margin-bottom:0}.lv-text-block ul,.lv-text-block ol{margin:.4em 0;padding-left:1.5em}.lv-text-block ul{list-style-type:disc}.lv-text-block ol{list-style-type:decimal}.lv-text-block li{margin:.25em 0}.lv-text-block a{color:#e07a5f;text-decoration:underline}.lv-text-block strong,.lv-text-block b{font-weight:600}.lv-text-block em,.lv-text-block i{font-style:italic}.lv-video-block{background:#fff;border:1px solid #e0dcd8;border-radius:14px;overflow:hidden}.lv-mux-wrapper{padding:12px}.lv-video-loading{color:#9e9e9e;background:#fff;border:1px solid #e0dcd8;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-family:Rubik,sans-serif;font-size:.9rem;display:flex}.lv-video-loading .spinner{width:28px;height:28px}.lv-pdf-block{background:#fff;border:1px solid #e0dcd8;border-radius:14px;overflow:hidden}.lv-pdf-header{border-bottom:1px solid #f0ede9;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.lv-pdf-file-info{align-items:center;gap:10px;min-width:0;display:flex}.lv-pdf-icon{color:#e07a5f;background:#fef3ef;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lv-pdf-filename{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;overflow:hidden}.lv-pdf-download-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e07a5f;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.lv-pdf-download-btn:hover{background:#c96845}.lv-pdf-iframe{border:none;width:100%;height:580px;display:block}.lv-resource-block{background:#fff;border:1px solid #e0dcd8;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;display:flex}.lv-resource-icon{background:#fef3ef;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.lv-resource-ext{text-transform:uppercase;color:#e07a5f;margin-top:2px;font-family:Rubik,sans-serif;font-size:.52rem;font-weight:700}.lv-resource-info{flex:1;min-width:0}.lv-resource-label{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;overflow:hidden}.lv-resource-filename{color:#9e9e9e;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-family:Rubik,sans-serif;font-size:.8rem;overflow:hidden}.lv-resource-btn{color:#2d3047;cursor:pointer;white-space:nowrap;background:#f4f1ed;border:1px solid #e0dcd8;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.lv-resource-btn:hover{background:#ede9e4;border-color:#c8c4bf}.lv-mobile-header{z-index:100;background:#2d3047;justify-content:space-between;align-items:center;gap:8px;height:56px;padding:0 14px;display:none;position:fixed;top:0;left:0;right:0}.lv-mobile-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1f;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-family:Rubik,sans-serif;font-size:.85rem;transition:background .15s;display:flex}.lv-mobile-btn:hover{background:#fff3}.lv-mobile-lesson-title{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;overflow:hidden}.lv-drawer-overlay{z-index:200;background:#00000073;display:none;position:fixed;inset:0}@media (width<=900px){.lv-mobile-header{display:flex}.lv-page{flex-direction:column}.lv-sidebar{z-index:201;width:280px;min-width:unset;border-right:none;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.lv-sidebar.open{transform:translate(0)}.lv-drawer-overlay.open{display:block}.lv-content{padding-top:56px}.lv-content-inner{padding:28px 20px 60px}.lv-lesson-title{margin-bottom:24px;font-size:1.5rem}.lv-pdf-iframe{height:420px}.lv-resource-block{flex-wrap:wrap}}.sa-assignment-card{transition:background .15s}.sa-assignment-card:hover{background:#f8f6f3}.sa-card-expandable{cursor:pointer;border:none;border-bottom:1px solid #f0ece8;border-radius:0}.sa-card-expandable:last-child{border-bottom:none}.sa-card-expandable:hover{background:#f8f6f3}.sa-card-expandable.sa-card-open{background:#fef6f3;border:1px solid #e8c5b8;border-radius:10px;margin:3px 0;overflow:hidden;box-shadow:0 2px 10px #e07a5f1a}.sa-card-open .sa-card-details{background:#fef6f3}.sa-card-open .sa-details-grid{border-bottom-color:#e8c5b8}.sa-card-open .sa-detail-item{border-right-color:#e8c5b8}.sa-card-top{align-items:center;gap:14px;padding:14px;display:flex}.sa-card-top-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.sa-state-chip{color:#5c5c5c;white-space:nowrap;background:#f0ede9;border-radius:6px;padding:3px 9px;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.sa-card-details{background:#fafaf9;border-top:1px solid #f0ece8}.sa-details-grid{border-bottom:1px solid #f0ece8;flex-wrap:wrap;gap:0;padding:12px 14px;display:flex}.sa-detail-item{border-right:1px solid #ebe7e3;flex-direction:column;flex:1;gap:3px;min-width:110px;padding:4px 16px;display:flex}.sa-detail-item:first-child{padding-left:4px}.sa-detail-item:last-child{border-right:none}.sa-detail-label{text-transform:uppercase;letter-spacing:.6px;color:#b0a9a2;font-family:Rubik,sans-serif;font-size:.68rem;font-weight:600}.sa-detail-value{color:#2d3047;font-family:Rubik,sans-serif;font-size:.87rem;font-weight:500}.sa-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding:10px 14px;display:flex}.sa-action-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-family:Rubik,sans-serif;font-size:.84rem;font-weight:500;transition:filter .15s;display:inline-flex}.sa-action-btn:disabled{opacity:.6;cursor:not-allowed}.sa-action-btn:not(:disabled):hover{filter:brightness(.92)}.sa-btn-primary{color:#fff;background:#e07a5f}.sa-btn-danger{color:#fff;background:#e53935}.sa-btn-success{color:#fff;background:#43a047}.sa-btn-warning{color:#fff;background:#fb8c00}.sa-btn-secondary{color:#2d3047;background:#fff;border:1px solid #e0dcd8}.sa-upload-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sa-upload-modal{text-align:center;background:#fff;border-radius:14px;min-width:360px;max-width:90vw;padding:32px;box-shadow:0 8px 32px #0000002e}.sa-upload-modal h3{color:#2d3047;margin:0 0 10px;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600}.sa-upload-filename{color:#5c5c5c;text-overflow:ellipsis;white-space:nowrap;margin:0 0 16px;font-family:Rubik,sans-serif;font-size:.85rem;overflow:hidden}.sa-upload-bar-track{background:#f0ede9;border-radius:14px;width:100%;height:28px;margin-bottom:12px;overflow:hidden}.sa-upload-bar-fill{color:#fff;background:#e07a5f;border-radius:14px;justify-content:center;align-items:center;min-width:36px;height:100%;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:600;transition:width .3s;display:flex}.sa-upload-speed{color:#9e9e9e;margin:0;font-family:Rubik,sans-serif;font-size:.82rem}.sa-assignment-info{flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;display:flex}.sa-assignment-name{color:#2d3047;font-family:Rubik,sans-serif;font-size:.92rem;font-weight:500}.sa-assignment-badges{flex-wrap:wrap;gap:6px;display:flex}.sa-assignment-badges:empty{display:none}.sa-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:3px 9px;font-family:Rubik,sans-serif;font-size:.76rem;font-weight:500;display:inline-flex}.sa-badge-wba{color:#673ab7;background:#673ab71a}.sa-badge-graded{color:#c96845;background:#e07a5f1f}.sa-badge-due{color:#5c5c5c;background:#2d304712}.sa-badge-scheduled{color:#1565c0;background:#2196f31a}.sa-assignment-actions{flex-shrink:0}.sa-view-btn{color:#e07a5f;cursor:pointer;white-space:nowrap;background:#fef3ef;border:1px solid #e07a5f4d;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.sa-view-btn:hover{background:#fde8e1;border-color:#e07a5f}.sapv-meta{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.sapv-pdf-list{flex-direction:column;gap:20px;margin-top:8px;display:flex}.sapv-pdf-card{background:#fff;border:1px solid #e0dcd8;border-radius:14px;overflow:hidden}.sapv-pdf-card-header{border-bottom:1px solid #f0ede9;align-items:center;gap:10px;padding:14px 18px;display:flex}.sapv-pdf-icon{color:#e07a5f;background:#fef3ef;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sapv-pdf-label{color:#2d3047;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;overflow:hidden}.sapv-pdf-num{color:#9e9e9e;flex-shrink:0;font-family:Rubik,sans-serif;font-size:.78rem}.sapv-iframe{background:#f8f6f3;border:none;width:100%;height:600px;display:block}@media (width<=768px){.sa-assignment-actions{width:100%}.sa-view-btn{justify-content:center;width:100%}.sa-card-top,.sa-card-top-right{flex-wrap:wrap}.sa-detail-item{border-bottom:1px solid #ebe7e3;border-right:none;min-width:130px;padding:6px 4px}.sa-detail-item:last-child{border-bottom:none}.sa-card-actions{justify-content:flex-start}.sa-action-btn{flex:1;justify-content:center}.sapv-iframe{height:420px}}.wba-builder-wrap{flex-direction:column;gap:24px;display:flex}.wba-grading-info{color:#2e7d32;background:#4caf500f;border:1px solid #4caf502e;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;display:flex}.wba-grading-info.ungraded{color:#757575;background:#9e9e9e0f;border-color:#9e9e9e2e}.wba-video-section{flex-direction:column;gap:8px;display:flex}.wba-video-section label{color:#2d3047;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500}.wba-video-input{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.wba-video-input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.wba-section-container{background:#fefcfb;border:2px solid #e07a5f;border-radius:16px}.wba-section-header{background:#e07a5f0f;border-bottom:1px solid #e07a5f26;align-items:center;gap:10px;padding:14px 18px;display:flex}.wba-section-title{color:#e07a5f;margin:0;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600}.wba-section-count{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.wba-section-actions{align-items:center;gap:4px;margin-left:auto;display:flex}.wba-section-questions{flex-direction:column;gap:14px;padding:16px;display:flex}.wba-section-empty{color:#a0a0a0;text-align:center;margin:0;padding:20px 0;font-family:Rubik,sans-serif;font-size:.85rem}.wba-section-footer{z-index:1;padding:0 16px 16px;position:relative}.wba-section-empty-state{text-align:center;border:2px dashed #e0dcd8;border-radius:16px;padding:32px 16px}.wba-section-empty-state p{color:#a0a0a0;margin:0;font-family:Rubik,sans-serif;font-size:.88rem}.wba-add-section-btn{color:#a0a0a0;cursor:pointer;background:0 0;border:2px dashed #e0dcd8;border-radius:14px;align-self:flex-start;align-items:center;gap:6px;padding:10px 18px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;display:inline-flex}.wba-add-section-btn:hover{color:#e07a5f;border-color:#e07a5f}.wba-question-type-select{color:#1565c0;cursor:pointer;white-space:nowrap;appearance:none;background:#2196f31a url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%231565c0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 6px center no-repeat;border:1px solid #2196f333;border-radius:6px;outline:none;padding:3px 20px 3px 8px;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:500;transition:all .2s}.wba-question-type-select:hover,.wba-question-type-select:focus{border-color:#1565c0;box-shadow:0 0 0 2px #2196f31a}.wba-move-dropdown{display:inline-flex;position:relative}.wba-move-btn{color:#e07a5f;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.wba-move-btn:hover{background:#e07a5f14;border-color:#e07a5f}.wba-move-menu{z-index:100;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;min-width:140px;margin-top:4px;padding:4px;position:absolute;top:100%;right:0;box-shadow:0 6px 20px #0000001a}.wba-move-menu.drop-up{margin-top:0;margin-bottom:4px;top:auto;bottom:100%}.wba-move-menu-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:.04em;padding:6px 10px 4px;font-family:Rubik,sans-serif;font-size:.7rem;font-weight:600;display:block}.wba-move-menu-item{color:#2d3047;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;width:100%;padding:8px 10px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:background .15s;display:block}.wba-move-menu-item:hover{color:#e07a5f;background:#e07a5f14}.wba-questions-list{flex-direction:column;gap:16px;display:flex}.wba-question-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;transition:border-color .2s;overflow:hidden}.wba-question-card:hover{border-color:#c9c5c1}.wba-question-card.active{border-color:#e07a5f;box-shadow:0 0 0 2px #e07a5f1a}.wba-question-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f4f1ed66;border-bottom:1px solid #f0ece8;align-items:center;gap:10px;padding:14px 18px;display:flex}.wba-question-number{color:#e07a5f;white-space:nowrap;background:#e07a5f1a;border-radius:8px;padding:4px 10px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:600}.wba-question-type-badge{color:#1565c0;white-space:nowrap;background:#2196f31a;border-radius:6px;padding:3px 8px;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:500}.wba-question-preview{color:#5c5c5c;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:Rubik,sans-serif;font-size:.88rem;overflow:hidden}.wba-question-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.wba-question-body{flex-direction:column;gap:16px;padding:18px;display:flex}.wba-field-group{flex-direction:column;gap:6px;display:flex}.wba-field-group>label{color:#5c5c5c;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500}.wba-field-group input[type=text],.wba-field-group input[type=number],.wba-field-group textarea,.wba-field-group select{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.wba-field-group input:focus,.wba-field-group textarea:focus,.wba-field-group select:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.wba-field-group textarea{resize:vertical;min-height:60px}.wba-field-row{align-items:flex-start;gap:12px;display:flex}.wba-field-row>.wba-field-group{flex:1}.wba-rte-container{border:1px solid #e0dcd8;border-radius:10px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.wba-rte-container:focus-within{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.wba-rte-toolbar{background:#f4f1ed80;border-bottom:1px solid #f0ece8;flex-wrap:wrap;gap:2px;padding:6px 8px;display:flex}.wba-rte-btn{color:#5c5c5c;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:28px;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.wba-rte-btn:hover{color:#e07a5f;background:#e07a5f1a}.wba-rte-btn.active{color:#e07a5f;background:#e07a5f26}.wba-rte-content{color:#2d3047;background:#fefcfb;outline:none;min-height:80px;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.88rem;line-height:1.6}.wba-rte-content:empty:before{content:attr(data-placeholder);color:#a0a0a0}.wba-options-list{flex-direction:column;gap:8px;display:flex}.wba-option-row{align-items:center;gap:10px;display:flex}.wba-option-row input[type=text]{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:Rubik,sans-serif;font-size:.85rem;transition:border-color .2s}.wba-option-row input[type=text]:focus{border-color:#e07a5f}.wba-option-correct{cursor:pointer;background:#fefcfb;border:2px solid #e0dcd8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .2s;display:flex}.wba-option-correct.checkbox{border-radius:6px}.wba-option-correct.selected{color:#fff;background:#2e7d32;border-color:#2e7d32}.wba-option-delete{color:#a0a0a0;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.wba-option-delete:hover{color:#d32f2f;background:#d32f2f0f}.wba-add-option-btn{color:#a0a0a0;cursor:pointer;background:0 0;border:1px dashed #e0dcd8;border-radius:8px;align-self:flex-start;align-items:center;gap:4px;padding:6px 12px;font-family:Rubik,sans-serif;font-size:.82rem;transition:all .2s;display:inline-flex}.wba-add-option-btn:hover{color:#e07a5f;border-color:#e07a5f}.wba-matrix-wrap{overflow-x:auto}.wba-matrix-table{border-collapse:collapse;width:100%;font-family:Rubik,sans-serif;font-size:.85rem}.wba-matrix-table th,.wba-matrix-table td{text-align:center;border:1px solid #e0dcd8;padding:8px 10px}.wba-matrix-table th{color:#5c5c5c;background:#f4f1ed80;font-weight:500}.wba-matrix-table td input{text-align:center;color:#2d3047;background:0 0;border:none;outline:none;width:100%;font-family:Rubik,sans-serif;font-size:.85rem}.wba-matrix-controls{gap:8px;margin-top:8px;display:flex}.wba-matching-list{flex-direction:column;gap:8px;display:flex}.wba-matching-pair{align-items:center;gap:10px;display:flex}.wba-matching-pair input{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:Rubik,sans-serif;font-size:.85rem}.wba-matching-pair input:focus{border-color:#e07a5f}.wba-matching-arrow{color:#a0a0a0;flex-shrink:0}.wba-blanks-hint{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.78rem;font-style:italic}.wba-image-upload{flex-direction:column;gap:8px;display:flex}.wba-image-drop{cursor:pointer;background:#f4f1ed33;border:2px dashed #e0dcd8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:20px 16px;transition:all .2s;display:flex}.wba-image-drop:hover{background:#e07a5f0a;border-color:#e07a5f}.wba-image-drop p{color:#5c5c5c;margin:0;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500}.wba-image-drop span{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.78rem}.wba-image-preview{max-width:300px;display:inline-block;position:relative}.wba-image-preview img{border:1px solid #e0dcd8;border-radius:10px;max-width:100%}.wba-image-remove{color:#fff;cursor:pointer;background:#d32f2fe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:6px;right:6px}.wba-mark-scheme-toggle{color:#e07a5f;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 0;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:opacity .2s;display:flex}.wba-mark-scheme-toggle:hover{opacity:.7}.wba-mark-scheme{background:#e07a5f0a;border:1px solid #e07a5f1f;border-radius:10px;padding:14px}.wba-add-question-bar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wba-add-question-btn{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;align-items:center;gap:6px;padding:10px 18px;font-family:Rubik,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;display:inline-flex}.wba-add-question-btn:hover{color:#e07a5f;background:#e07a5f0f;border-color:#e07a5f}.wba-type-dropdown{display:inline-block;position:relative}.wba-type-dropdown-menu{z-index:1100;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;min-width:200px;margin-top:4px;padding:6px;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #0000001f}.wba-type-dropdown-menu.drop-up{margin-top:0;margin-bottom:4px;top:auto;bottom:100%}.wba-type-dropdown-item{color:#2d3047;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.85rem;transition:background .15s;display:block}.wba-type-dropdown-item:hover{color:#e07a5f;background:#e07a5f14}.wba-save-status{color:#a0a0a0;align-items:center;gap:6px;margin-left:auto;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;display:flex}.wba-save-status.saving{color:#f57c00}.wba-save-status.saved{color:#2e7d32}.wba-save-status.error{color:#d32f2f}.wba-viewer-wrap{flex-direction:column;gap:24px;display:flex}.wba-viewer-section{flex-direction:column;gap:16px;display:flex}.wba-viewer-section-header{background:#e07a5f0f;border:1px solid #e07a5f26;border-radius:12px;align-items:center;gap:10px;padding:12px 18px;display:flex}.wba-viewer-section-title{color:#e07a5f;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600}.wba-viewer-section-count{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.wba-viewer-info-bar{background:#fefcfb;border:1px solid #e0dcd8;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 18px;display:flex}.wba-viewer-student{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.wba-viewer-student-name{color:#2d3047;font-family:Rubik,sans-serif;font-size:1rem;font-weight:600}.wba-viewer-assignment-name{color:#5c5c5c;font-family:Rubik,sans-serif;font-size:.88rem}.wba-viewer-status{white-space:nowrap;border-radius:8px;padding:4px 10px;font-family:Rubik,sans-serif;font-size:.78rem;font-weight:500}.wba-viewer-status.submitted{color:#2e7d32;background:#4caf501a}.wba-viewer-status.corrected{color:#1565c0;background:#2196f31a}.wba-viewer-status.missing{color:#d32f2f;background:#d32f2f1a}.wba-answer-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;overflow:hidden}.wba-answer-header{background:#f4f1ed66;border-bottom:1px solid #f0ece8;align-items:center;gap:10px;padding:14px 18px;display:flex}.wba-answer-body{padding:18px}.wba-answer-question-text{color:#2d3047;margin-bottom:14px;font-family:Rubik,sans-serif;font-size:.92rem;line-height:1.6}.wba-answer-question-text img{border-radius:8px;max-width:100%;margin-top:8px}.wba-answer-response{color:#2d3047;background:#f4f1ed66;border-radius:10px;padding:12px 16px;font-family:Rubik,sans-serif;font-size:.88rem;line-height:1.6}.wba-answer-response.empty{color:#a0a0a0;font-style:italic}.wba-answer-selected{flex-direction:column;gap:6px;display:flex}.wba-answer-option{color:#2d3047;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:Rubik,sans-serif;font-size:.85rem;display:flex}.wba-answer-option.selected{color:#1565c0;background:#2196f314;font-weight:500}.wba-answer-option.correct{color:#2e7d32;background:#4caf5014}.wba-answer-option .wba-answer-check{border:2px solid #e0dcd8;border-radius:50%;flex-shrink:0;width:18px;height:18px}.wba-answer-option.selected .wba-answer-check{background:#1565c0;border-color:#1565c0}.wba-grading-panel{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.wba-grading-panel h3{color:#2d3047;margin:0;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:600}.wba-grading-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.wba-grading-row .wba-field-group{flex:1;min-width:120px}.wba-grading-actions{flex-wrap:wrap;gap:8px;display:flex}.wba-grade-total{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:400}.wba-correction-upload{flex-direction:column;gap:8px;display:flex}.wba-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e07a5f 0%,#c96a52 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.wba-btn-primary:hover{box-shadow:0 2px 8px #e07a5f4d}.wba-btn-primary:disabled{opacity:.6;cursor:not-allowed}.wba-btn-secondary{color:#5c5c5c;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.wba-btn-secondary:hover{color:#e07a5f;border-color:#e07a5f}.wba-btn-danger{color:#d32f2f;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.wba-btn-danger:hover{background:#d32f2f0f;border-color:#d32f2f}@media print{.app-container>:not(.main-content-wrapper),.wba-grading-panel,.mc-back-btn,.wba-grading-actions,.wba-btn-primary,.wba-btn-secondary,.wba-btn-danger{display:none!important}.wba-answer-card{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}.wba-viewer-info-bar{box-shadow:none;border:1px solid #ccc}.wba-mark-scheme{border:1px solid #ddd}}@media (width<=768px){.wba-question-header{gap:8px;padding:12px 14px}.wba-question-body{padding:14px}.wba-field-row{flex-direction:column}.wba-sections-bar{gap:6px}.wba-viewer-info-bar{flex-direction:column;align-items:flex-start}.wba-grading-row{flex-direction:column}.wba-add-question-bar{flex-direction:column;align-items:flex-start}.wba-answer-body{padding:14px}.wba-matching-pair{flex-direction:column;gap:6px}}.swba-instructions-wrap{justify-content:center;padding:20px 0 60px;display:flex}.swba-instructions-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:20px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:560px;padding:40px 48px;display:flex;box-shadow:0 4px 24px #2d30470f}.swba-instructions-icon{background:#e07a5f1a;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.swba-assignment-badge{letter-spacing:.06em;text-transform:uppercase;color:#e07a5f;background:#e07a5f1a;border-radius:20px;padding:4px 12px;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:600}.swba-assignment-title{color:#2d3047;text-align:center;margin:0;font-family:Rubik,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.swba-instructions-meta{box-sizing:border-box;background:#f4f1ed99;border-radius:12px;align-items:center;gap:20px;width:100%;padding:16px 24px;display:flex}.swba-meta-item{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.swba-meta-value{color:#2d3047;font-family:Rubik,sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.swba-meta-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:.04em;font-family:Rubik,sans-serif;font-size:.72rem;font-weight:500}.swba-meta-divider{background:#e0dcd8;width:1px;height:32px}.swba-video-link{color:#1565c0;background:#2196f30f;border:1px solid #2196f32e;border-radius:10px;align-items:center;gap:6px;padding:10px 18px;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.swba-video-link:hover{background:#2196f31a}.swba-instructions-tips{background:#f4f1ed66;border:1px solid #f0ece8;border-radius:10px;flex-direction:column;gap:8px;width:100%;padding:16px;display:flex}.swba-instructions-tips p{color:#5c5c5c;margin:0;padding-left:18px;font-family:Rubik,sans-serif;font-size:.85rem;position:relative}.swba-instructions-tips p:before{content:"•";color:#e07a5f;position:absolute;left:6px}.swba-error-msg{color:#c62828;box-sizing:border-box;background:#d32f2f0f;border:1px solid #d32f2f2e;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.85rem;display:flex}.swba-start-btn{width:100%;border-radius:14px!important;padding:14px 24px!important;font-size:1rem!important}.swba-active-container{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.swba-top-bar{z-index:10;background:#fefcfb;border-bottom:1px solid #e0dcd8;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:10px 20px;display:flex}.swba-top-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.swba-back-btn{color:#5c5c5c;cursor:pointer;background:0 0;border:1px solid #e0dcd8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:flex}.swba-back-btn:hover{color:#e07a5f;border-color:#e07a5f}.swba-top-title{color:#2d3047;white-space:nowrap;text-overflow:ellipsis;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:600;overflow:hidden}.swba-top-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.swba-save-status{color:#a0a0a0;align-items:center;gap:5px;font-family:Rubik,sans-serif;font-size:.8rem;font-weight:500;display:flex}.swba-save-status.saving{color:#f57c00}.swba-save-status.saved{color:#2e7d32}.swba-save-status.error{color:#d32f2f}@keyframes swba-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swba-spin{animation:1s linear infinite swba-spin}.swba-progress-pill{color:#2d3047;background:#f4f1edcc;border:1px solid #e0dcd8;border-radius:20px;padding:4px 12px;font-family:Rubik,sans-serif;font-size:.8rem;font-weight:600}.swba-submit-btn{padding:8px 18px!important;font-size:.88rem!important}.swba-active-body{flex:1;min-height:0;display:flex;overflow:hidden}.swba-sidebar{background:#fefcfb;border-right:1px solid #e0dcd8;flex-direction:column;flex-shrink:0;gap:6px;width:230px;padding:16px 12px;display:flex;overflow-y:auto}.swba-sidebar-label{letter-spacing:.05em;text-transform:uppercase;color:#a0a0a0;margin:0;padding:4px 4px 8px;font-family:Rubik,sans-serif;font-size:.7rem;font-weight:600}.swba-section-tab{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;flex-direction:column;gap:6px;width:100%;padding:10px 12px;transition:all .15s;display:flex}.swba-section-tab:hover{background:#e07a5f0d;border-color:#f0ece8}.swba-section-tab.active{background:#e07a5f14;border-color:#e07a5f40}.swba-section-tab.complete .swba-section-tab-fill{background:#2e7d32}.swba-section-tab-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.swba-section-tab-name{color:#2d3047;font-family:Rubik,sans-serif;font-size:.85rem;font-weight:500}.swba-section-tab.active .swba-section-tab-name{color:#e07a5f;font-weight:600}.swba-section-tab-count{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500}.swba-section-tab-bar{background:#f0ece8;border-radius:2px;height:3px;overflow:hidden}.swba-section-tab-fill{background:#e07a5f;border-radius:2px;height:100%;transition:width .3s}.swba-main{flex-direction:column;flex:1;gap:0;min-width:0;padding:24px 32px;display:flex;overflow-y:auto}.swba-section-title-bar{color:#e07a5f;border-bottom:2px solid #e07a5f26;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;font-family:Rubik,sans-serif;font-size:1.1rem;font-weight:700;display:flex}.swba-section-subtitle{color:#a0a0a0;font-size:.82rem;font-weight:400}.swba-empty-section{color:#a0a0a0;text-align:center;padding:40px 0;font-family:Rubik,sans-serif;font-size:.88rem}.swba-question-card{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;margin-bottom:16px;transition:border-color .2s;overflow:hidden}.swba-question-card.answered{border-color:#2e7d3240}.swba-question-header{background:#f4f1ed80;border-bottom:1px solid #f0ece8;align-items:center;gap:10px;padding:12px 18px;display:flex}.swba-q-num{color:#e07a5f;background:#e07a5f1a;border-radius:8px;padding:4px 10px;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:700}.swba-q-type-badge{color:#1565c0;background:#2196f314;border-radius:6px;padding:3px 8px;font-family:Rubik,sans-serif;font-size:.7rem;font-weight:500}.swba-q-answered-badge{color:#2e7d32;background:#2e7d3214;border-radius:6px;margin-left:auto;padding:3px 8px;font-family:Rubik,sans-serif;font-size:.7rem;font-weight:500}.swba-question-body{flex-direction:column;gap:14px;padding:20px;display:flex}.swba-question-text{color:#2d3047;font-family:Rubik,sans-serif;font-size:.95rem;line-height:1.65}.swba-question-text p{margin:0 0 8px}.swba-question-text p:last-child{margin-bottom:0}.swba-question-text ul,.swba-question-text ol{margin:4px 0;padding-left:20px}.swba-question-img{border:1px solid #e0dcd8;border-radius:10px;max-width:100%}.swba-textarea{color:#2d3047;resize:vertical;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;min-height:120px;padding:12px 14px;font-family:Rubik,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.swba-textarea:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.swba-input{color:#2d3047;box-sizing:border-box;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.swba-input:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.swba-options{flex-direction:column;gap:8px;display:flex}.swba-option{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;transition:all .15s;display:flex}.swba-options:not(.readonly) .swba-option:hover{background:#e07a5f0a;border-color:#e07a5f}.swba-option.selected{background:#e07a5f14;border-color:#e07a5f}.swba-options.readonly .swba-option{cursor:default}.swba-option-indicator{background:#fefcfb;border:2px solid #c9c5c1;flex-shrink:0;width:20px;height:20px;transition:all .15s}.swba-option-indicator.radio{border-radius:50%}.swba-option-indicator.checkbox{border-radius:5px}.swba-option.selected .swba-option-indicator{background:#e07a5f;border-color:#e07a5f;box-shadow:inset 0 0 0 3px #fefcfb}.swba-option.selected .swba-option-indicator.radio{box-shadow:inset 0 0 0 3px #fefcfb}.swba-option-text{color:#2d3047;font-family:Rubik,sans-serif;font-size:.9rem}.swba-option.selected .swba-option-text{color:#c96a52;font-weight:500}.swba-matrix-wrap{overflow-x:auto}.swba-matrix-table{border-collapse:collapse;width:100%;font-family:Rubik,sans-serif;font-size:.88rem}.swba-matrix-table th,.swba-matrix-table td{text-align:center;vertical-align:middle;border:1px solid #e0dcd8;padding:10px 14px}.swba-matrix-table th{color:#2d3047;background:#f4f1ed99;font-size:.82rem;font-weight:600}.swba-matrix-table td.selected{background:#e07a5f0f}.swba-matrix-row-label{color:#2d3047;font-weight:500;text-align:left!important}.swba-matrix-radio{cursor:pointer;background:#fefcfb;border:2px solid #c9c5c1;border-radius:50%;width:22px;height:22px;margin:0 auto;transition:all .15s}.swba-matrix-radio:hover{border-color:#e07a5f}.swba-matrix-radio.selected{background:#e07a5f;border-color:#e07a5f;box-shadow:inset 0 0 0 3px #fefcfb}.swba-matrix-table.editable td input{text-align:center;color:#2d3047;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:Rubik,sans-serif;font-size:.88rem}.swba-matrix-table.editable td input:focus{background:#e07a5f0a}.swba-matching{flex-direction:column;gap:10px;display:flex}.swba-matching-row{align-items:center;gap:12px;display:flex}.swba-matching-left{color:#2d3047;background:#f4f1ed80;border:1px solid #e0dcd8;border-radius:10px;flex:1;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500}.swba-matching-connector{color:#c9c5c1;flex-shrink:0;font-size:1.1rem}.swba-matching-select{color:#2d3047;cursor:pointer;background:#fefcfb;border:1px solid #e0dcd8;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.9rem;transition:border-color .2s}.swba-matching-select:focus{border-color:#e07a5f;box-shadow:0 0 0 3px #e07a5f1a}.swba-matching-answer{border:1px solid #e0dcd8;border-radius:10px;flex:1;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.9rem}.swba-matching-answer.filled{color:#2d3047;background:#f4f1ed80;font-weight:500}.swba-matching-answer.empty{color:#a0a0a0;font-style:italic}.swba-matching-row.readonly .swba-matching-left{background:#f4f1ed4d}.swba-fill-blanks{color:#2d3047;background:#f4f1ed4d;border:1px solid #f0ece8;border-radius:10px;padding:14px;font-family:Rubik,sans-serif;font-size:.95rem;line-height:2.2}.swba-blank-input{color:#2d3047;text-align:center;background:0 0;border:none;border-bottom:2px solid #e07a5f;outline:none;min-width:80px;max-width:160px;margin:0 4px;padding:0 4px;font-family:Rubik,sans-serif;font-size:.95rem;transition:border-color .2s;display:inline-block}.swba-blank-input:focus{border-bottom-color:#c96a52}.swba-fill-blanks.readonly{background:#f4f1ed4d}.swba-blank-result{border-radius:6px;margin:0 4px;padding:1px 10px;font-weight:600;display:inline-block}.swba-blank-result.filled{color:#c96a52;background:#e07a5f1a;text-decoration:underline}.swba-blank-result.empty{color:#a0a0a0;font-style:italic}.swba-answer-empty{color:#a0a0a0;background:#f4f1ed66;border-radius:10px;padding:10px 14px;font-family:Rubik,sans-serif;font-size:.88rem;font-style:italic}.swba-answer-text{color:#2d3047;white-space:pre-wrap;background:#f4f1ed66;border-radius:10px;padding:12px 14px;font-family:Rubik,sans-serif;font-size:.9rem;line-height:1.6}.swba-ms-toggle{color:#e07a5f;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:4px;padding:7px 0;font-family:Rubik,sans-serif;font-size:.82rem;font-weight:500;transition:opacity .2s;display:inline-flex}.swba-ms-toggle:hover{opacity:.7}.swba-mark-scheme{background:#e07a5f0a;border:1px solid #e07a5f26;border-radius:10px;padding:14px}.swba-ms-content{color:#2d3047;font-family:Rubik,sans-serif;font-size:.88rem;line-height:1.6}.swba-ms-content p{margin:0 0 6px}.swba-ms-content p:last-child{margin-bottom:0}.swba-ms-img{border-radius:8px;max-width:100%;margin-top:10px}.swba-unsupported{color:#a0a0a0;font-family:Rubik,sans-serif;font-size:.85rem;font-style:italic}.swba-section-nav{border-top:1px solid #f0ece8;justify-content:space-between;align-items:center;margin-top:8px;padding-top:20px;display:flex}.swba-nav-btn{align-items:center!important;gap:6px!important;display:inline-flex!important}.swba-results-wrap{flex-direction:column;gap:20px;padding-bottom:60px;display:flex}.swba-results-banner{background:#fefcfb;border:1px solid #e0dcd8;border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;display:flex}.swba-results-submitted-label{color:#2e7d32;align-items:center;gap:8px;font-family:Rubik,sans-serif;font-size:.95rem;font-weight:600;display:flex}.swba-results-grade{color:#2d3047;font-family:Rubik,sans-serif;font-size:.95rem}.swba-results-grade strong{color:#e07a5f;font-size:1.1rem;font-weight:700}.swba-results-grade-total{color:#a0a0a0;font-weight:400}.swba-redo-btn{color:#b45309!important;border-color:#b4530933!important}.swba-redo-btn:hover{background:#b453090d!important;border-color:#b45309!important}.swba-results-section{flex-direction:column;gap:16px;display:flex}@media (width<=768px){.swba-instructions-card{border-radius:16px;padding:28px 24px}.swba-sidebar{width:180px}.swba-main{padding:16px}.swba-top-bar{gap:10px;padding:8px 14px}.swba-top-title,.swba-progress-pill{display:none}.swba-matching-row{flex-direction:column;align-items:stretch}.swba-matching-connector{display:none}}
