@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
:root{--green:#05c657;--deep:#004d3e;--graphite:#1c1c1c;--gray:#d3d4d7;--paper:#f5f7f6;--muted:#68716e;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--graphite);background:#fff;font-size:15px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.public-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--gray);gap:30px}.logo img{display:block;width:190px}.public-header nav,.account-actions{display:flex;align-items:center;gap:25px}.public-header nav a:hover{color:var(--green)}.account-actions form{margin:0}.link-button{border:0;background:none}.profile-chip{display:flex;align-items:center;gap:8px;font-weight:600}.profile-chip span,.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:7px;padding:14px 21px;background:var(--green);color:var(--graphite);font-weight:700}.button:hover{background:#04ae4d}.button.small{padding:10px 14px;font-size:13px}.button.full{width:100%}.button.secondary{background:#fff;border:1px solid var(--gray)}.hero{min-height:620px;padding:85px 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;background:linear-gradient(105deg,#fff 0 58%,#d3d4d744 58%)}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--green)}.hero h1,.page-hero h1{font-size:clamp(48px,5.4vw,76px);line-height:1;letter-spacing:-.05em;margin:18px 0 24px}.hero h1 strong{display:block;color:var(--green)}.hero p{font-size:17px;line-height:1.75;color:var(--muted);max-width:620px}.actions{display:flex;gap:12px;margin-top:30px}.market-card{background:linear-gradient(145deg,var(--graphite),var(--deep));color:#fff;border-radius:18px;padding:30px;min-height:370px;box-shadow:0 30px 70px #004d3e35;position:relative;overflow:hidden}.market-card span{font-size:10px;letter-spacing:.16em;color:#b7c5c1}.chart{height:210px;display:flex;align-items:end;justify-content:space-around;border-bottom:1px solid #ffffff30;background-image:linear-gradient(#ffffff0c 1px,transparent 1px);background-size:100% 35px}.chart i{width:16px;background:var(--green);height:38%;position:relative}.chart i:nth-child(2){height:60%}.chart i:nth-child(3){height:48%;background:#d3d4d7}.chart i:nth-child(4){height:73%}.chart i:nth-child(5){height:55%}.chart i:nth-child(6){height:82%}.chart i:nth-child(7){height:70%}.chart i:nth-child(8){height:95%}.section{padding:85px 7vw}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-title h2,.about h2,.contact h2{font-size:42px;letter-spacing:-.04em;margin:12px 0}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.course-card{border:1px solid var(--gray);border-radius:12px;overflow:hidden;background:#fff}.course-cover{height:190px;background:linear-gradient(145deg,var(--graphite),var(--deep));display:grid;place-items:center;color:var(--green);font-size:44px;font-weight:800}.course-cover img{width:100%;height:100%;object-fit:cover}.course-body{padding:22px}.course-body small{color:var(--deep);font-weight:700}.course-body h3{font-size:19px;margin:10px 0}.course-body p{color:var(--muted);line-height:1.6;min-height:70px}.course-body>div{display:flex;justify-content:space-between;margin:18px 0;border-top:1px solid #eee;padding-top:15px}.about{background:var(--deep);color:#fff;padding:90px 7vw}.about>p{max-width:760px;color:#c5d5d1}.benefits{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border:1px solid #ffffff25}.benefits article{padding:35px;border-right:1px solid #ffffff25}.benefits article:last-child{border:0}.benefits b{color:var(--green)}.benefits p{color:#b4c8c3}.contact{padding:75px 7vw;display:flex;justify-content:space-between;align-items:center;background:var(--paper)}.page-hero{padding:75px 7vw;background:var(--deep);color:#fff}.page-hero h1{font-size:54px}.course-detail{padding:70px 7vw;display:grid;grid-template-columns:1fr 340px;gap:65px}.course-detail h1{font-size:48px;line-height:1.1}.course-detail p,.course-detail li{line-height:1.75;color:var(--muted)}.curriculum,.enrol-card{border:1px solid var(--gray);border-radius:10px;padding:22px;margin-bottom:13px}.enrol-card{height:max-content;position:sticky;top:25px}.toast{position:fixed;z-index:100;right:25px;top:22px;padding:14px 18px;border-radius:8px;color:#fff;box-shadow:0 15px 40px #0003}.toast.success{background:var(--deep)}.toast.error{background:#a92d2d}.auth-page{min-height:calc(100vh - 82px);background:var(--paper);display:grid;place-items:center;padding:40px}.auth-page.admin-auth{min-height:100vh;background:linear-gradient(145deg,var(--graphite),var(--deep))}.auth-card{width:min(450px,100%);background:#fff;border-radius:14px;padding:38px;box-shadow:0 24px 70px #0002;display:flex;flex-direction:column;gap:16px}.admin-auth .auth-card{background:#13241f;color:#fff}.auth-card>img{width:190px;margin-bottom:10px}.auth-card h1{font-size:34px;margin:0}.auth-card p,.auth-card small{color:var(--muted)}.auth-card label,.course-form label,.profile-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.auth-card input,.course-form input,.course-form select,.course-form textarea,.profile-form input{border:1px solid var(--gray);border-radius:7px;padding:12px;background:#fff;color:var(--graphite)}.check-row{flex-direction:row!important;align-items:center}.dashboard-shell{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 82px)}.student-sidebar,.admin-sidebar{padding:28px 20px;border-right:1px solid var(--gray);display:flex;flex-direction:column;gap:8px}.student-sidebar img{width:175px;margin-bottom:25px}.student-sidebar a,.student-sidebar button{padding:12px;border:0;background:none;text-align:left;border-radius:7px}.student-sidebar .active{background:#e7f8ef;color:var(--deep);font-weight:700}.student-sidebar form{margin-top:auto}.dashboard-content{background:var(--paper);padding:42px}.welcome{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.welcome h1{font-size:36px;margin:8px 0}.user-card{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--gray);padding:14px;border-radius:9px}.user-card>span{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-weight:800}.user-card div{display:flex;flex-direction:column}.user-card small{color:var(--muted)}.learning-list{display:grid;gap:12px}.learning-list article{background:#fff;border:1px solid var(--gray);padding:22px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.learning-list article>div{flex:1;max-width:760px}.progress{height:7px;background:#e7ecea;border-radius:5px}.progress i{display:block;height:100%;background:var(--green);border-radius:5px}.cards.compact{grid-template-columns:repeat(3,minmax(0,1fr));margin:20px 0 45px}.profile-form{background:#fff;border:1px solid var(--gray);border-radius:10px;padding:25px}.profile-form form{display:grid;grid-template-columns:1fr 1fr auto;gap:15px;align-items:end}.learn-page{display:grid;grid-template-columns:310px 1fr;min-height:calc(100vh - 82px)}.learn-page aside{background:var(--graphite);color:#fff;padding:30px;display:flex;flex-direction:column;gap:8px}.learn-page aside button{border:0;background:#ffffff0d;color:#fff;text-align:left;padding:13px;border-radius:6px}.learn-page>section{padding:50px}.video-placeholder,.video-frame{aspect-ratio:16/9;background:linear-gradient(145deg,var(--graphite),var(--deep));color:#fff;display:grid;place-items:center;border-radius:12px;margin:25px 0}.video-frame iframe{width:100%;height:100%;border:0}.admin-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh;background:var(--paper)}.admin-sidebar{background:#07182d;color:#bdc9dd;border:0;position:sticky;top:0;height:100vh}.admin-sidebar img{width:180px;margin-bottom:28px}.admin-sidebar>span{font-size:9px;letter-spacing:.17em;color:#6f7f9b;margin:16px 10px 5px}.admin-sidebar>a,.admin-sidebar button{padding:12px;border-radius:7px;border:0;background:none;color:inherit;text-align:left}.admin-sidebar>a:hover,.admin-sidebar>a.active{background:#12345a;color:#fff}.admin-sidebar form{margin-top:auto}.admin-main>header{height:70px;background:#fff;border-bottom:1px solid var(--gray);display:flex;justify-content:flex-end;align-items:center;padding:0 30px}.admin-main>header>div{display:flex;align-items:center;gap:10px}.admin-main header p{display:flex;flex-direction:column;margin:0}.admin-main header small{color:var(--muted)}.admin-page{padding:38px 30px}.admin-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.admin-heading h1{font-size:36px;margin:7px 0}.admin-heading p{margin:0;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.stats article{background:#fff;border:1px solid var(--gray);border-radius:9px;padding:20px;display:flex;flex-direction:column}.stats b{font-size:30px}.admin-table-wrap{background:#fff;border:1px solid var(--gray);border-radius:10px;overflow:hidden}.admin-toolbar{padding:15px 20px;display:flex;justify-content:space-between;border-bottom:1px solid var(--gray)}.admin-toolbar input{width:300px;border:1px solid var(--gray);border-radius:7px;padding:10px}.course-table{overflow-x:auto}.course-tr{display:grid;grid-template-columns:minmax(280px,2fr) minmax(150px,1fr) 110px 125px 130px 190px;gap:16px;align-items:center;min-width:1050px;padding:16px 20px;border-top:1px solid #e7e9e8;min-height:78px}.course-tr.head{min-height:44px;background:#f8faf9;border:0;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:var(--muted)}.course-name{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px}.course-name>span{width:48px;height:48px;border-radius:6px;background:var(--green);display:grid;place-items:center;color:#fff;font-weight:800}.course-name>div{display:flex;flex-direction:column;min-width:0}.course-name b{line-height:1.35}.course-name small{color:var(--muted);margin-top:4px}.course-tr form{margin:0}.status{width:110px;border-radius:20px;padding:7px;border:1px solid var(--gray)}.status.published{background:#e8f8ef;color:#087b40;border-color:#a9e3c1}.status.draft{background:#f0f2f1;color:#68716e}.row-actions{display:flex;align-items:center;gap:7px}.row-actions a,.row-actions button{border:1px solid var(--gray);background:#fff;border-radius:5px;padding:7px 9px;font-size:11px}.row-actions .danger{color:#b42929;border-color:#efbcbc}.course-form{background:#fff;border:1px solid var(--gray);border-radius:10px;padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:20px}.form-grid .wide{grid-column:1/-1}.course-form textarea{min-height:120px;resize:vertical}.empty{padding:40px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.cards,.cards.compact{grid-template-columns:repeat(2,1fr)}.admin-shell,.dashboard-shell{grid-template-columns:190px 1fr}.admin-sidebar{padding:20px 10px}.admin-page,.dashboard-content{padding:25px 18px}}
@media(max-width:760px){.public-header nav{display:none}.public-header{padding:0 18px}.account-actions .profile-chip{font-size:0}.hero,.course-detail{grid-template-columns:1fr;padding:55px 22px}.section,.about,.contact{padding:60px 22px}.cards,.cards.compact,.benefits,.stats,.form-grid{grid-template-columns:1fr}.dashboard-shell,.admin-shell,.learn-page{display:block}.student-sidebar,.admin-sidebar{position:relative;height:auto}.admin-sidebar>a:not(.active),.admin-sidebar>span{display:none}.dashboard-content,.admin-page{padding:24px 16px}.welcome,.admin-heading,.contact{align-items:flex-start;flex-direction:column;gap:15px}.profile-form form{grid-template-columns:1fr}.course-tr{min-width:980px}}

/* Professional homepage sections and motion */
.center-heading{text-align:center;max-width:760px;margin:0 auto 42px}.center-heading h2,.testimonial-intro h2,.ecosystem-copy h2{font-size:42px;line-height:1.1;letter-spacing:-.04em;margin:12px 0}.center-heading p,.testimonial-intro p,.ecosystem-copy p{color:var(--muted);line-height:1.75}.category-section,.instructor-section{padding:90px 7vw;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-tile{display:flex;align-items:center;gap:18px;border-radius:11px;padding:23px;background:#edf9f3;border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.category-tile:nth-child(2),.category-tile:nth-child(5){background:#f3f2ee}.category-tile:nth-child(3),.category-tile:nth-child(4){background:#eef5f3}.category-tile i{width:52px;height:52px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--green);font-size:25px;font-style:normal;transition:transform .35s ease,background .35s ease,color .35s ease}.category-tile div{display:flex;flex-direction:column;gap:5px}.category-tile b{font-size:16px}.category-tile small{color:var(--muted)}.category-tile:hover{transform:translateY(-7px);border-color:#05c65766;box-shadow:0 20px 40px #004d3e18}.category-tile:hover i{transform:rotate(-7deg) scale(1.08);background:var(--green);color:#fff}.impact-section{padding:70px 7vw;background:linear-gradient(145deg,#edf4f1,#f9fbfa);position:relative;overflow:hidden}.impact-section:before,.impact-section:after{content:"";position:absolute;border:10px dotted #05c65745;width:150px;height:150px;border-radius:50%}.impact-section:before{left:7%;top:-65px}.impact-section:after{right:5%;bottom:-80px}.impact-panel{max-width:850px;margin:auto;background:#fff;display:grid;grid-template-columns:1fr 1fr;border-radius:16px;box-shadow:0 25px 60px #004d3e18;position:relative;z-index:1}.impact-panel article{padding:42px;text-align:center;display:flex;flex-direction:column;border-right:1px solid #e7e9e8;border-bottom:1px solid #e7e9e8}.impact-panel article:nth-child(2n){border-right:0}.impact-panel article:nth-child(n+3){border-bottom:0}.impact-panel b{font-size:43px;color:var(--green)}.impact-panel span{text-transform:uppercase;letter-spacing:.07em;font-size:12px}.testimonial-section{padding:95px 7vw;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:28px;background:#fff}.testimonial-intro{padding-right:30px}.testimonial-card{border:1px solid #e6e9e8;border-radius:14px;padding:32px;box-shadow:0 18px 45px #004d3e0e;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 28px 55px #004d3e1c}.testimonial-card .quote{font-size:60px;line-height:.7;color:var(--green);font-weight:800}.testimonial-card>p{color:var(--muted);line-height:1.8;min-height:150px}.testimonial-card>div{display:flex;gap:12px;align-items:center;border-top:1px solid #eee;padding-top:20px}.testimonial-card i{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--deep);color:#fff;font-style:normal;font-weight:700}.testimonial-card div span{display:flex;flex-direction:column}.testimonial-card small{color:var(--muted)}.instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.instructor-card{text-align:center}.instructor-portrait{height:280px;border-radius:14px;background:linear-gradient(145deg,#eef5f2,#dbe7e3);display:grid;place-items:center;font-size:70px;font-weight:800;color:var(--deep);position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.instructor-portrait:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:#05c65722;right:-55px;bottom:-65px}.instructor-portrait span{position:absolute;right:18px;top:18px;width:40px;height:40px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-size:18px}.instructor-card:hover .instructor-portrait{transform:translateY(-8px) scale(1.01);box-shadow:0 25px 55px #004d3e22}.instructor-card h3{font-size:19px;margin:20px 0 5px}.instructor-card p{color:var(--muted);margin:0}.ecosystem-section{padding:90px 7vw;display:grid;grid-template-columns:.8fr 1.5fr;gap:70px;align-items:center;background:var(--paper)}.tool-grid{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--gray);border-radius:14px;overflow:hidden}.tool-tile{min-height:170px;padding:28px;display:flex;flex-direction:column;justify-content:center;gap:7px;border-right:1px solid #e5e8e7;border-bottom:1px solid #e5e8e7;transition:background .3s ease,transform .3s ease}.tool-tile:nth-child(2n){border-right:0}.tool-tile:nth-child(n+3){border-bottom:0}.tool-tile i{font-size:28px;color:var(--green);font-style:normal;transition:transform .3s ease}.tool-tile small{color:var(--muted)}.tool-tile:hover{background:#edf9f3;transform:scale(.98)}.tool-tile:hover i{transform:translateX(7px)}.contact-banner{max-width:950px;margin:85px auto;padding:42px 55px;border-radius:15px;background:linear-gradient(120deg,var(--deep),#087b5e);color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;box-shadow:0 22px 50px #004d3e28;position:relative;overflow:hidden}.contact-banner:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ffffff13 1px,transparent 1px);background-size:18px 18px}.contact-banner>div,.contact-banner>span{position:relative;z-index:1}.contact-banner>div{display:flex;flex-direction:column;text-align:center}.contact-banner small{letter-spacing:.12em;color:#bce5d7}.contact-banner a{font-size:20px;font-weight:800;margin-top:5px}.contact-banner>span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--deep);font-weight:700}.back-top{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;border:1px solid var(--green);background:#fff;color:var(--deep);font-size:20px;z-index:20;box-shadow:0 10px 25px #0002;transition:transform .25s ease,background .25s ease}.back-top:hover{transform:translateY(-5px);background:var(--green)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.course-card{height:100%;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-7px);box-shadow:0 22px 45px #004d3e18}.button{transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #05c65730}
@media(max-width:950px){.category-grid{grid-template-columns:1fr 1fr}.testimonial-section{grid-template-columns:1fr 1fr}.testimonial-intro{grid-column:1/-1}.ecosystem-section{grid-template-columns:1fr}.contact-banner{margin:60px 25px}.instructor-portrait{height:230px}}
@media(max-width:650px){.category-section,.instructor-section,.testimonial-section,.ecosystem-section,.impact-section{padding:65px 22px}.category-grid,.instructor-grid,.testimonial-section{grid-template-columns:1fr}.impact-panel{grid-template-columns:1fr}.impact-panel article{border-right:0!important;border-bottom:1px solid #e7e9e8!important}.impact-panel article:last-child{border-bottom:0!important}.tool-grid{grid-template-columns:1fr}.tool-tile{border-right:0!important;border-bottom:1px solid #e5e8e7!important}.tool-tile:last-child{border-bottom:0!important}.contact-banner{grid-template-columns:1fr;margin:50px 18px;padding:35px 22px}.contact-banner>span{margin:auto}.center-heading h2,.testimonial-intro h2,.ecosystem-copy h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
.learning-resource{border:1px solid var(--gray);border-left:4px solid var(--green);border-radius:10px;padding:20px;margin:22px 0}.learning-resource>span{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--green)}.learning-resource p{white-space:normal;line-height:1.7}
.learning-resource form{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:18px}.learning-resource textarea{width:100%;border:1px solid var(--gray);border-radius:7px;padding:12px}.submission-panel{margin-top:20px}.submission-row{padding:18px 0;border-bottom:1px solid #e7ece9}.submission-row>div{display:flex;flex-direction:column}.submission-row small{color:var(--muted)}.submission-row p{background:var(--paper);padding:14px;border-radius:7px;white-space:pre-wrap}

/* Live layout corrections */
html,body{max-width:100%;overflow-x:hidden}.public-header>*{min-width:0}.public-header nav{white-space:nowrap}.category-grid{align-items:stretch}.category-tile{min-height:114px;height:100%}.course-card,.student-course-wrap{min-width:0}.course-body h3{line-height:1.4}
@media(max-width:1120px) and (min-width:761px){.public-header{padding-inline:4vw;gap:18px}.public-header nav,.account-actions{gap:15px}.logo img{width:165px}.hero{padding:70px 5vw;gap:4vw}.hero h1{font-size:clamp(43px,5vw,62px)}.market-card{padding:25px}.section,.category-section,.instructor-section,.testimonial-section,.ecosystem-section,.about{padding-left:5vw;padding-right:5vw}}
@media(max-width:760px){
  .public-header{gap:10px 14px;align-items:center}.public-header .logo{order:1}.public-menu-toggle{order:2}.account-actions{order:3;margin-left:auto}.public-header nav{order:4;margin:0!important;gap:4px!important;border-top:1px solid #e8ecea}.public-header nav a{width:100%;border-radius:6px}.public-header nav a:hover{background:#edf9f3}.account-actions>a:not(:first-child){display:none}
  .hero{min-height:auto;padding:52px 20px 60px;gap:38px;background:linear-gradient(160deg,#fff 0 58%,#f1f4f3 58%)}.hero h1,.page-hero h1{font-size:clamp(39px,12vw,50px);line-height:1.02;margin:15px 0 20px}.hero p{font-size:16px;line-height:1.65}.actions{flex-direction:column}.actions .button{width:100%}.market-card{min-height:300px;padding:22px;border-radius:14px}.chart{height:170px}.chart i{width:12px}
  .section-title{align-items:flex-start;flex-direction:column;gap:12px}.section-title h2,.about h2,.contact h2{font-size:34px}.section-title>a{font-weight:700}.course-cover{height:210px}.course-body p{min-height:0}.category-tile{min-height:104px}.testimonial-card>p{min-height:0}.story-copy h2,.contact-copy h2{font-size:36px}.story-copy ul{padding-left:20px}.instructor-portrait{height:260px}.site-footer{padding:55px 22px 20px}
  .admin-main>header{height:64px}.admin-main>header>b{font-size:14px}.admin-heading h1{font-size:32px}.dashboard-content{padding-top:38px}
}
@media(max-width:430px){.public-header .logo img{width:145px}.account-actions{width:100%;justify-content:flex-end;border-top:1px solid #edf0ee;padding-top:8px}.public-menu-toggle{margin-left:auto}.hero h1{font-size:42px}.market-card h3{margin-bottom:4px}.contact-form{padding:22px}.student-stat-grid article,.panel{padding:19px}}

/* Academy founder hero */
.academy-hero{min-height:690px;padding:68px 7vw 76px;grid-template-columns:minmax(0,1fr) minmax(430px,.94fr);gap:6vw;background:linear-gradient(115deg,#fff9f5 0%,#fff 48%,#eaf7f0 100%);position:relative;overflow:hidden}
.academy-hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:#05c65710;left:-210px;bottom:-230px}
.academy-hero-copy,.academy-hero-visual{position:relative;z-index:1}
.hero-kicker{display:flex;align-items:center;gap:10px;color:#158b43;font-size:15px;font-weight:700}
.hero-kicker i{width:11px;height:11px;border-radius:50%;background:#187dcc;box-shadow:0 0 0 5px #187dcc13}
.academy-hero h1{font-size:clamp(48px,5.2vw,76px);line-height:1.03;margin:20px 0 24px;letter-spacing:-.055em;max-width:760px}
.academy-hero h1 strong,.academy-hero h1 em{display:block;font-style:normal}
.academy-hero h1 strong{color:#f47b48}.academy-hero h1 em{color:#078a3a}
.academy-hero-copy>p{font-size:17px;line-height:1.8;max-width:680px;color:#58616f;margin:0}
.academy-hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px;flex-wrap:wrap}
.hero-start-button{min-width:190px;padding:15px 25px;border-radius:999px;border:2px solid #087ec4;color:#0873b4;display:flex;align-items:center;justify-content:center;gap:18px;font-weight:700;transition:.25s ease}
.hero-start-button span{font-size:20px;transition:transform .25s ease}.hero-start-button:hover{color:#fff;background:#087ec4;box-shadow:0 14px 30px #087ec42d;transform:translateY(-2px)}.hero-start-button:hover span{transform:translateX(5px)}
.hero-dashboard-link{font-weight:600;color:var(--deep);border-bottom:1px solid #004d3e50;padding-bottom:3px}
.hero-trust-row{display:flex;gap:23px;flex-wrap:wrap;margin-top:35px;font-size:12px;color:#6b7471}.hero-trust-row span{display:flex;flex-direction:column}.hero-trust-row b{font-size:14px;color:#17211e}
.academy-hero-visual{min-height:530px;align-self:center}
.hero-image-frame{position:absolute;inset:8px 15px 8px 45px;border-radius:28px 90px 28px 28px;overflow:hidden;background:#10211b;box-shadow:0 30px 70px #063e2835}
.hero-image-frame:before{content:"";position:absolute;inset:0;border:1px solid #ffffff44;border-radius:inherit;z-index:2;pointer-events:none}
.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center 23%;filter:saturate(.82) contrast(1.04)}
.hero-image-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,#031610aa 100%)}
.hero-floating-card{position:absolute;z-index:3;background:#fff;border:1px solid #e7ece9;border-radius:15px;box-shadow:0 16px 38px #002f201f;display:flex;align-items:center}
.enrolled-card{left:0;top:45px;padding:15px 22px;gap:8px;font-size:17px}.enrolled-card b{color:#087ec4;font-size:22px}.enrolled-card span{font-weight:600}
.telegram-card{right:-12px;bottom:105px;padding:14px 18px;gap:12px;max-width:305px}.telegram-card>i{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:#e8f5ff;color:#1686ce;font-style:normal;font-size:20px}.telegram-card>span{display:flex;flex-direction:column;min-width:0}.telegram-card small{font-size:11px;color:#68716e}.telegram-card b{color:#1686ce;overflow-wrap:anywhere}
.discount-card{left:12px;bottom:35px;padding:13px 18px;gap:10px}.discount-card>i{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:#6324ee;color:#fff;font-style:normal;font-size:13px;font-weight:800}.discount-card>span{display:flex;flex-direction:column}.discount-card small{font-size:11px;color:#68716e}
.hero-chart-decoration{position:absolute;right:-35px;top:-20px;width:130px;height:90px;display:flex;align-items:flex-end;gap:10px;opacity:.35;transform:rotate(-8deg)}.hero-chart-decoration span{width:10px;background:#05c657;border-radius:6px 6px 0 0}.hero-chart-decoration span:nth-child(1){height:25%}.hero-chart-decoration span:nth-child(2){height:48%}.hero-chart-decoration span:nth-child(3){height:38%}.hero-chart-decoration span:nth-child(4){height:78%}.hero-chart-decoration span:nth-child(5){height:100%}
@media(max-width:1050px){.academy-hero{grid-template-columns:1fr 1fr;gap:35px;padding-inline:5vw}.academy-hero h1{font-size:clamp(45px,5.5vw,62px)}.telegram-card{right:-5px;max-width:265px}}
@media(max-width:760px){.academy-hero{display:flex;flex-direction:column;padding:48px 20px 55px;gap:42px;background:linear-gradient(165deg,#fff6ee 0%,#fff 54%,#edf8f2 100%)}.academy-hero-copy{width:100%}.hero-kicker{font-size:14px}.academy-hero h1{font-size:clamp(42px,12.2vw,57px);line-height:1.07;margin:20px 0}.academy-hero-copy>p{font-size:16px;line-height:1.7}.academy-hero-actions{align-items:stretch;flex-direction:column;gap:15px}.hero-start-button{width:100%;min-width:0}.hero-dashboard-link{text-align:center;border-bottom:0}.hero-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px}.hero-trust-row span{font-size:9px}.hero-trust-row b{font-size:11px}.academy-hero-visual{width:100%;min-height:565px}.hero-image-frame{inset:0;border-radius:22px}.hero-image-frame img{object-position:center 22%}.enrolled-card{left:14px;top:20px;padding:12px 15px;font-size:14px}.enrolled-card b{font-size:18px}.telegram-card{right:12px;left:12px;bottom:100px;max-width:none;padding:12px 14px}.discount-card{left:14px;bottom:26px}.hero-chart-decoration{display:none}}
@media(max-width:390px){.academy-hero h1{font-size:40px}.academy-hero-visual{min-height:510px}.telegram-card b{font-size:12px}.hero-trust-row{grid-template-columns:1fr 1fr}.hero-trust-row span:last-child{display:none}}

/* Fixed desktop dashboard navigation */
@media(min-width:901px){
  .admin-shell,.dashboard-shell{display:block;min-height:100vh}
  .admin-sidebar{position:fixed!important;left:0;top:0;bottom:0;width:230px;height:100dvh!important;overflow-y:auto;z-index:50}
  .admin-main{margin-left:230px;min-height:100vh}
  .student-sidebar{position:fixed!important;left:0;top:82px;bottom:0;width:230px;height:calc(100dvh - 82px)!important;overflow-y:auto;background:#fff;z-index:40}
  .dashboard-content{margin-left:230px;min-height:calc(100vh - 82px)}
}
.admin-sidebar::-webkit-scrollbar,.student-sidebar::-webkit-scrollbar{width:5px}.admin-sidebar::-webkit-scrollbar-thumb{background:#ffffff30;border-radius:10px}.student-sidebar::-webkit-scrollbar-thumb{background:#cad5d1;border-radius:10px}
.admin-course-thumb{overflow:hidden}.admin-course-thumb img{width:100%;height:100%;object-fit:cover;display:block}.course-detail-image{border-radius:14px;overflow:hidden;margin:25px 0}.course-detail-image img{width:100%;max-height:520px;object-fit:cover;display:block}.browse-more{text-align:center;margin-top:34px}.record-actions,.message-actions{display:flex;align-items:center;gap:9px}.record-actions>a,.cancel-link{font-size:13px;font-weight:700;color:var(--deep)}.message-actions form{margin:0}.danger-button{border:1px solid #efbcbc;background:#fff;color:#b42929;border-radius:6px;padding:9px 12px}.resolved-label{color:#087b40;font-size:13px;font-weight:700}
.course-form-preview{display:flex;flex-direction:column;gap:7px}.course-form-preview img{width:100%;height:150px;object-fit:cover;border:1px solid var(--gray);border-radius:8px}
@media(max-width:900px){.admin-main,.dashboard-content{margin-left:0}.student-sidebar{top:0!important;height:100dvh!important}}

/* 2026 responsive portal, homepage imagery and functional forms */
.public-menu-toggle,.portal-menu-toggle,.portal-close,.portal-overlay{display:none}.admin-main,.dashboard-content{min-width:0}.admin-main>header{justify-content:space-between}.admin-sidebar .admin-brand{padding:0;background:none}.portal-page-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.portal-page-heading h1{font-size:clamp(30px,3vw,42px);margin:8px 0}.portal-page-heading p{color:var(--muted);margin:0}.student-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.student-stat-grid article,.panel{background:#fff;border:1px solid var(--gray);border-radius:12px;padding:24px}.student-stat-grid article{display:flex;flex-direction:column}.student-stat-grid b{font-size:34px}.student-stat-grid span,.muted{color:var(--muted)}.dashboard-grid,.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:20px}.panel-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0ee;margin:-4px 0 16px;padding-bottom:13px}.panel h2{font-size:20px;margin:0}.panel-heading a{color:var(--deep);font-weight:700;font-size:13px}.learning-row,.simple-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid #edf0ee}.learning-row:last-child,.simple-row:last-child{border-bottom:0}.learning-row>div{flex:1}.learning-row h3{margin:4px 0 10px}.simple-row>div{display:flex;flex-direction:column}.simple-row small{color:var(--muted)}.notice{border-left:3px solid var(--green);padding-left:14px;margin:16px 0}.notice p{font-size:13px;color:var(--muted)}.student-course-wrap{display:flex;flex-direction:column}.wishlist-button{width:100%;padding:11px;border:1px solid var(--gray);border-top:0;background:#fff;color:var(--deep);font-weight:700;border-radius:0 0 8px 8px}.form-panel form,.contact-form{display:flex;flex-direction:column;gap:15px}.form-panel label,.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.form-panel input,.form-panel select,.form-panel textarea,.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--gray);border-radius:7px;padding:12px;background:#fff}.stats.four{grid-template-columns:repeat(4,1fr)}.quick-actions{display:flex;flex-direction:column;gap:10px}.quick-actions a{padding:13px;background:#edf9f3;border-radius:7px;font-weight:600}.responsive-table{overflow:auto}.responsive-table table{width:100%;border-collapse:collapse;min-width:650px}.responsive-table th,.responsive-table td{text-align:left;padding:16px 20px;border-bottom:1px solid #e8ecea}.responsive-table th{font-size:11px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.record-card,.message-card{border:1px solid #e0e5e2;border-radius:10px;padding:18px;margin-top:14px}.record-card{display:flex;justify-content:space-between;gap:18px}.record-card h3{margin:5px 0}.record-card p{color:var(--muted);line-height:1.65}.danger-link{border:0;background:none;color:#b42929}.message-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.message-card{background:#fff}.message-card.unread{border-left:4px solid var(--green)}.message-card header,.message-card footer{display:flex;align-items:center;justify-content:space-between;gap:15px}.message-card header>div{display:flex;flex-direction:column}.message-card header small,.message-card footer small{color:var(--muted)}.message-card>p{line-height:1.7}.visual-story{padding:95px 7vw;display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;background:#fff}.story-image img{width:100%;height:520px;object-fit:cover;border-radius:18px;box-shadow:0 28px 60px #004d3e24}.story-copy h2,.contact-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.1;margin:14px 0}.story-copy p,.story-copy li,.contact-copy p{color:var(--muted);line-height:1.75}.story-copy ul{padding-left:22px;margin:20px 0 28px}.image-feature-grid{padding:0 7vw 95px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.image-feature-grid article{position:relative;border-radius:15px;overflow:hidden;min-height:410px;background:#07182d;color:#fff}.image-feature-grid img{width:100%;height:100%;object-fit:cover;opacity:.65;transition:transform .45s ease,opacity .45s ease}.image-feature-grid article:hover img{transform:scale(1.06);opacity:.48}.image-feature-grid article>div{position:absolute;inset:auto 0 0;padding:70px 25px 25px;background:linear-gradient(transparent,#07182df2)}.image-feature-grid span{font-size:10px;letter-spacing:.14em;color:#57e393}.image-feature-grid h3{font-size:22px;margin:8px 0}.image-feature-grid p{color:#dbe5e1;line-height:1.6}.contact-section{padding:90px 7vw;background:#edf5f1;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.contact-copy>a{font-weight:700;color:var(--deep)}.contact-form{background:#fff;padding:30px;border-radius:14px;box-shadow:0 20px 50px #004d3e14}.contact-form>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}.site-footer{background:#07182d;color:#c7d3cf;padding:65px 7vw 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px}.footer-grid section{display:flex;flex-direction:column;gap:12px}.footer-grid img{width:190px}.footer-grid p{line-height:1.7}.footer-grid h3{color:#fff}.footer-grid a:hover{color:var(--green)}.social-links{display:flex;gap:9px}.social-links a{width:37px;height:37px;border:1px solid #ffffff30;border-radius:50%;display:grid;place-items:center;color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff1f;margin-top:45px;padding-top:20px;font-size:12px}
@media(max-width:900px){.portal-menu-toggle{display:grid;place-items:center;position:fixed;left:14px;bottom:16px;z-index:91;width:48px;height:48px;border:0;border-radius:50%;background:var(--green);color:#07182d;font-size:22px;box-shadow:0 12px 30px #0004}.portal-close{display:block;position:absolute;right:12px;top:10px;border:0;background:none;color:inherit;font-size:28px}.portal-overlay{position:fixed;inset:0;background:#0008;z-index:88}.portal-overlay.is-open{display:block}.dashboard-shell,.admin-shell{display:block}.student-sidebar,.admin-sidebar{display:flex!important;position:fixed!important;z-index:90;left:0;top:0;bottom:0;width:min(290px,86vw);height:100vh!important;transform:translateX(-105%);transition:transform .3s ease;overflow-y:auto;padding:30px 20px!important}.student-sidebar{background:#fff}.student-sidebar.is-open,.admin-sidebar.is-open{transform:none}.admin-sidebar>a,.admin-sidebar>span{display:block!important}.admin-main>header{padding-left:70px}.dashboard-content{padding:30px 20px}.student-stat-grid,.stats.four{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.admin-dashboard-grid,.visual-story,.contact-section{grid-template-columns:1fr}.message-grid{grid-template-columns:1fr}.visual-story{padding:70px 5vw}.story-image img{height:420px}.image-feature-grid{grid-template-columns:1fr 1fr;padding:0 5vw 70px}.footer-grid{grid-template-columns:1fr 1fr}.admin-page{padding:28px 18px}.admin-heading{align-items:flex-start}.admin-toolbar{gap:12px}.admin-toolbar input{width:min(300px,55vw)}} 
@media(max-width:760px){body{font-size:16px}.public-header{height:auto;min-height:74px;flex-wrap:wrap;padding:12px 18px}.logo img{width:165px}.public-menu-toggle{display:block;margin-left:auto;border:0;background:var(--deep);color:#fff;border-radius:7px;width:42px;height:42px}.public-header nav{display:none!important;order:3;width:100%;flex-direction:column;align-items:stretch;padding:10px 0}.public-header nav.is-open{display:flex!important}.public-header nav a{padding:10px}.account-actions{gap:10px}.account-actions .button{display:none}.portal-page-heading{align-items:flex-start;flex-direction:column}.portal-page-heading .user-card{width:100%}.student-stat-grid,.stats.four{grid-template-columns:1fr}.learning-row{align-items:flex-start;flex-direction:column}.learning-row .button{width:100%}.visual-story{padding:60px 20px}.story-image img{height:300px}.image-feature-grid{grid-template-columns:1fr;padding:0 20px 60px}.image-feature-grid article{min-height:340px}.contact-section{padding:60px 20px;gap:35px}.contact-form>div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.message-card header,.message-card footer,.record-card{align-items:flex-start;flex-direction:column}.admin-main>header>div p{display:none}.course-tr{min-width:900px}.admin-toolbar{align-items:flex-start;flex-direction:column}.admin-toolbar input{width:100%}}

/* One-screen desktop hero */
@media(min-width:761px){
  .academy-hero{height:calc(100dvh - 82px);min-height:560px;max-height:730px;padding:28px 6vw 30px;gap:5vw}
  .academy-hero h1{font-size:clamp(44px,4.15vw,62px);line-height:1.01;margin:14px 0 16px}
  .academy-hero-copy>p{font-size:15.5px;line-height:1.58}
  .academy-hero-actions{margin-top:20px}
  .hero-start-button{padding:12px 22px}
  .hero-trust-row{margin-top:22px}
  .academy-hero-visual{min-height:0;height:min(500px,calc(100dvh - 145px))}
  .hero-image-frame{inset:4px 15px 4px 38px}
  .enrolled-card{top:30px;padding:12px 18px}
  .telegram-card{bottom:78px}
  .discount-card{bottom:18px}
}

/* Optional course quiz and assignment builder */
.optional-course-tools{border:1px solid #dfe7e3;border-radius:12px;margin:18px 0;background:#f9fbfa;overflow:hidden}
.optional-tool-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:22px 24px}
.optional-tool-heading span{font-size:10px;letter-spacing:.14em;color:var(--green);font-weight:800}.optional-tool-heading h2{margin:5px 0;font-size:20px}.optional-tool-heading p{margin:0;color:var(--muted);font-size:13px}
.optional-toggle,.add-question-button{border:1px solid #8ad9ad;background:#e9f9f0;color:#006b3b;border-radius:7px;padding:10px 15px;font-weight:700;white-space:nowrap}
.optional-tool-panel{display:none;border-top:1px solid #dfe7e3;padding:24px;gap:16px}.optional-tool-panel.open{display:flex;flex-direction:column}
.quiz-builder-question{background:#fff;border:1px solid #dfe5e2;border-radius:10px;padding:20px;margin:14px 0;display:flex;flex-direction:column;gap:14px}
.quiz-builder-number{display:flex;justify-content:space-between;align-items:center}.quiz-builder-number button{border:0;background:none;color:#b42929;font-size:12px}
.quiz-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quiz-option-grid label{position:relative}.quiz-option-grid label>span{position:absolute;left:12px;bottom:12px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e9f9f0;color:#007541;font-size:11px;z-index:1}.quiz-option-grid input{padding-left:45px}
.course-existing-resources{border:1px solid #dfe7e3;border-radius:12px;padding:22px;margin:20px 0;display:flex;flex-direction:column;gap:10px}.course-existing-resources h2{font-size:18px;margin:0 0 4px}.course-existing-resources a{display:flex;gap:7px;background:#f3f7f5;padding:12px;border-radius:7px}.course-existing-resources a span{margin-left:auto;color:var(--deep);font-weight:700}

/* Student multiple-choice quiz */
.student-quiz{padding:0;overflow:hidden;border-left:1px solid var(--gray);max-width:900px;background:#fff}
.student-quiz-header{padding:28px 32px;text-align:center;border-bottom:1px solid #e7ebe9}.student-quiz-header>span{font-size:10px;letter-spacing:.14em;color:#6252df;font-weight:800}.student-quiz-header h2{font-size:28px;margin:7px 0}.student-quiz-header p{margin:0;color:var(--muted)}
.student-quiz>form{display:block;margin:0;padding:28px 32px}
.student-quiz-question{border:0;padding:0;margin:0 0 30px}.student-quiz-question legend{display:flex;flex-direction:column;gap:7px;font-size:17px;font-weight:700;margin-bottom:15px;width:100%}.student-quiz-question legend small{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#7568db}
.student-answer-options{display:grid;gap:9px}.student-answer-options label{display:grid;grid-template-columns:20px 34px 1fr;align-items:center;gap:9px;border:1px solid #dfe4e2;border-radius:10px;padding:13px 15px;background:#fafbfb;cursor:pointer;transition:.2s}.student-answer-options label:hover{border-color:#8d81e8;background:#f5f3ff}.student-answer-options label:has(input:checked){border-color:#7568db;background:#f0edff;box-shadow:0 0 0 2px #7568db16}.student-answer-options input{accent-color:#6756df;width:17px;height:17px}.student-answer-options i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#6252df;font-style:normal;font-weight:800;font-size:12px}.student-answer-options span{line-height:1.45}
.quiz-submit-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e7ebe9;padding-top:20px}.quiz-submit-row>span{color:var(--muted);font-size:12px}.quiz-result{display:flex;justify-content:space-between;align-items:center;margin:0 32px 28px;padding:16px 18px;border-radius:9px;background:#e9f9f0;color:#006b3b}.quiz-result span{font-size:22px;font-weight:800}

/* Student account controls */
.student-management-table{min-width:980px!important}.student-actions{display:flex;gap:6px;align-items:center}.student-actions form{margin:0}.student-actions a,.student-actions button{border:1px solid #d7dedb;background:#fff;border-radius:5px;padding:7px 9px;font-size:11px;white-space:nowrap}.student-actions .warning{color:#925700;border-color:#efd7aa}.student-actions .danger-link{color:#b42929;border-color:#efbcbc}
.account-status{display:inline-flex;border-radius:20px;padding:6px 11px;font-size:11px;font-weight:700}.account-status.active{background:#e7f8ef;color:#087b40}.account-status.disabled{background:#fff4dc;color:#8a5a00}.account-status.blocked{background:#fde8e8;color:#a12525}
.student-edit-panel{margin-bottom:20px}.student-edit-panel>div p{margin:5px 0 16px;color:var(--muted)}.student-edit-panel form{display:grid;grid-template-columns:1fr 1fr auto auto;gap:12px;align-items:end}.student-edit-panel label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700}.student-edit-panel input{border:1px solid var(--gray);border-radius:7px;padding:10px}
@media(max-width:760px){.optional-tool-heading{align-items:flex-start;flex-direction:column}.optional-toggle{width:100%}.quiz-option-grid{grid-template-columns:1fr}.student-quiz-header,.student-quiz>form{padding:22px 18px}.student-quiz-header h2{font-size:23px}.student-answer-options label{grid-template-columns:18px 30px 1fr;padding:12px 10px}.quiz-submit-row{align-items:stretch;flex-direction:column;gap:12px}.quiz-submit-row .button{width:100%}.student-edit-panel form{grid-template-columns:1fr}.student-actions{flex-wrap:wrap}}
