:root{--ink:#18322b;--muted:#65766f;--green:#0d755a;--lime:#d9ed9b;--cream:#f5f2e9;--white:#fff;--line:#dfe5df;--red:#a53b32}*{box-sizing:border-box}body{background:var(--cream);color:var(--ink);margin:0;font:15px/1.6 DM Sans,sans-serif}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.2}h1{margin:.2em 0;font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:1.35rem}a{color:var(--green);text-decoration:none}header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 max(5vw,24px);display:flex}header nav,.brand{align-items:center;gap:16px;display:flex}.brand{color:var(--ink);font:700 16px Manrope}.brand>span{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.brand small,.card td small{color:var(--muted);font-weight:400;display:block}main{width:min(1180px,92vw);margin:48px auto 80px}.eyebrow{color:var(--green);letter-spacing:.12em;font-size:.76rem;font-weight:700}.hero,.page-title{justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.hero{background:var(--ink);color:#fff;border-radius:28px;padding:clamp(28px,5vw,60px)}.hero p{color:#d4dfda}.progress-ring{border:10px solid var(--lime);text-align:center;border-radius:50%;place-content:center;width:116px;height:116px;font:700 1.6rem Manrope;display:grid}.progress-ring small{font:400 .72rem DM Sans;display:block}.grid{gap:22px;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px;box-shadow:0 8px 32px #18322b0a}.action{color:var(--ink);transition:all .2s}.action:hover{border-color:var(--green);transform:translateY(-3px)}.action b{color:var(--green)}.action span{color:var(--green);font-weight:700}.stats{background:var(--line);border:1px solid var(--line);border-radius:16px;gap:1px;margin:24px 0;display:flex;overflow:hidden}.stats>div{background:#fff;flex:1;padding:20px}.stats strong{font:700 1.7rem Manrope;display:block}.stats span{color:var(--muted)}.login{grid-template-columns:1.2fr .8fr;align-items:center;gap:8vw;min-height:68vh;display:grid}.login>div>p:last-child{max-width:560px;color:var(--muted);font-size:1.1rem}label{margin:14px 0;font-weight:600;display:block}label small{color:var(--muted);margin-bottom:5px;font-weight:400;display:block}input,textarea,select{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #cbd5cf;border-radius:10px;margin-top:6px;padding:12px 14px}textarea{resize:vertical}.check{gap:8px;display:flex}.check input{width:auto}.primary,.button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:12px 20px;font:700 14px DM Sans;display:inline-block}.secondary{color:var(--ink);background:#e7eee9}.link{color:var(--green);cursor:pointer;background:0 0;border:0}.form-wide{margin:22px 0}.form-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:22px;display:flex}.alert{border-radius:12px;margin-bottom:20px;padding:14px 18px}.alert.success{color:#185a43;background:#dff3e9}.alert.error{color:var(--red);background:#f8dfdc}.table-wrap{padding:0;overflow:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:16px}th{text-transform:uppercase;color:var(--muted);font-size:.75rem}.badge{background:#eee;border-radius:99px;padding:5px 9px}.badge.ok{color:#176045;background:#dff3e9}.peer-list{gap:12px;display:grid}.peer{border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 44px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.peer>input{width:auto}.avatar{background:var(--lime);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.peer textarea{display:block}.question-list fieldset{border:1px solid var(--line);border-radius:12px;margin:12px 0;padding:16px}.scale{gap:8px;margin-top:12px;display:flex}.scale label{margin:0}.scale input{opacity:0;position:absolute}.scale span{border:1px solid var(--line);border-radius:8px;padding:7px 13px;display:block}.scale input:checked+span{background:var(--green);color:#fff}blockquote{border-left:3px solid var(--lime);margin:16px 0;padding-left:16px}cite{color:var(--muted);display:block}.muted{color:var(--muted)}button:disabled,textarea:disabled{opacity:.55}.admin-menu{z-index:4;border:1px solid var(--line);background:#fff;border-radius:14px;flex-wrap:wrap;gap:8px;margin-bottom:28px;padding:10px;display:flex;position:sticky;top:12px}.admin-menu a{border-radius:8px;padding:8px 13px;font-weight:700}.admin-menu a:hover{background:#e7eee9}.admin-section{margin:22px 0 44px;padding-top:20px}.section-title,.class-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:14px;display:flex}.section-title h2,.class-heading h2{margin:0}.class-heading>div:not(:first-child){flex-direction:column;display:flex}.class-section{margin:38px 0}.form-narrow{max-width:560px}.user-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;display:flex}.danger{color:var(--red);cursor:pointer;background:#f8dfdc;border:0;border-radius:8px;padding:8px 12px;font-weight:700}.credential-note{background:#eef4df;border:1px solid #d6e4af;border-radius:10px;padding:12px 14px}.brand>img{object-fit:contain;flex:none;width:54px;height:54px}.bulk-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.bulk-toolbar label{align-items:center;gap:8px;margin:0;display:flex}.bulk-form input[type=checkbox],.check-col input,.selectable input{width:18px;height:18px;margin:0}.check-col{width:44px}.selectable{margin:0;padding:14px 0}.selectable small{color:var(--muted);margin-left:26px;display:block}.danger:disabled{opacity:.45;cursor:not-allowed}.class-picker{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.class-button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-weight:700}.class-button small{background:#e7eee9;border-radius:99px;place-items:center;min-width:24px;height:24px;margin-left:7px;display:inline-grid}.class-button:hover,.class-button.active{background:var(--green);color:#fff;border-color:var(--green)}.class-button.active small{background:#fff3}.class-panel{margin:18px -26px -26px}.class-panel[hidden]{display:none}.student-browser{min-width:0}.class-dashboard{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;display:grid}.class-summary-head,.class-students-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.class-summary h2{margin:0;font-size:2rem}.student-total{background:#eef4df;border-radius:99px;padding:6px 11px;font-weight:700}.class-summary dl{margin:22px 0}.class-summary dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:10px 0;display:flex}.class-summary dt{color:var(--muted)}.class-summary dd{text-align:right;margin:0;font-weight:700}.class-students{grid-column:1/-1;scroll-margin-top:20px}.class-students[hidden]{display:none}.class-students-title{margin:12px 0}.class-students-title h3{margin:0;font-size:1.35rem}@media (width<=900px){.class-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){header nav>span{display:none}main{margin-top:28px}.grid.two,.grid.three,.login,.class-dashboard{grid-template-columns:1fr}.hero,.page-title,.class-heading,.section-title{flex-direction:column;align-items:flex-start}.progress-ring{width:90px;height:90px}.stats{grid-template-columns:1fr 1fr;display:grid}.login{gap:24px}.card{padding:20px}.scale{flex-wrap:wrap}.brand>img{width:46px;height:46px}}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%}@media (width<=760px){header{gap:10px;height:auto;min-height:68px;padding:9px 14px;position:relative}header nav{flex:none;gap:8px}header nav a,header .link{align-items:center;min-height:42px;padding:8px;font-size:.86rem;display:inline-flex}.brand{gap:8px;min-width:0}.brand>img{width:44px;height:44px}.brand>div{font-size:.9rem;line-height:1.2}.brand small{font-size:.68rem}main{width:calc(100% - 24px);margin:22px auto 56px}h1{font-size:clamp(1.8rem,9vw,2.45rem)}h2{font-size:1.2rem}.hero{border-radius:20px;gap:18px;padding:24px 20px}.hero h1{margin-top:4px}.page-title{gap:18px;margin-bottom:22px}.page-title>div:last-child{flex-wrap:wrap;gap:8px;width:100%;display:flex}.page-title .button{text-align:center;flex:1}.card{border-radius:15px;padding:18px}.grid{gap:16px}input,textarea,select{min-height:46px;padding:13px 12px;font-size:16px}textarea{min-height:100px}.primary,.button,.secondary,.danger{justify-content:center;align-items:center;min-height:44px;padding:11px 15px;display:inline-flex}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions>*{text-align:center;width:100%}.stats{border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr))}.stats>div{min-width:0;padding:15px 13px}.stats strong{font-size:1.35rem}.stats span{font-size:.8rem;line-height:1.3;display:block}.admin-menu{scrollbar-width:none;border-left:0;border-right:0;border-radius:0;flex-wrap:nowrap;margin:0 -12px 20px;padding:9px 12px;position:static;overflow-x:auto}.admin-menu::-webkit-scrollbar{display:none}.admin-menu a{white-space:nowrap;min-height:42px}.admin-section{margin:18px 0 38px;padding-top:8px}.section-title{gap:8px}.section-title>span{font-size:.9rem}.class-picker{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.class-button{width:100%;min-height:48px}.class-panel{margin:16px -18px -18px}.bulk-toolbar{flex-wrap:wrap;align-items:stretch;padding:12px}.bulk-toolbar strong{width:100%}.bulk-toolbar label{min-height:42px}.bulk-toolbar .danger{margin-left:auto}.user-row{align-items:flex-start;padding:10px 0}.selectable{min-height:52px}.selectable>span{overflow-wrap:anywhere;min-width:0}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.table-wrap table{min-width:620px}th,td{padding:13px 12px}.card.table-wrap{padding:0}.class-summary{min-height:auto}.class-summary dl div{align-items:flex-start}.class-summary .student-toggle{width:100%}.class-students-title{align-items:center}.class-students-title .link{min-height:42px}.peer{grid-template-columns:auto 38px minmax(0,1fr);gap:10px;padding:12px}.peer textarea{width:100%}.avatar{width:38px;height:38px}.question-list fieldset{padding:13px}.question-list legend{line-height:1.45}.scale{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.scale label,.scale span{text-align:center}.scale span{padding:9px 6px}blockquote{margin:14px 0}.login{min-height:auto}.login>div{padding:8px}.login .card{width:100%}.credential-note{font-size:.88rem}.form-narrow{max-width:100%}}@media (width<=420px){header{padding-inline:10px}.brand>img{width:40px;height:40px}.brand small{display:none}header nav{gap:3px}header nav a,header .link{padding:6px;font-size:.8rem}main{width:calc(100% - 18px)}.stats{grid-template-columns:1fr 1fr}.class-picker{grid-template-columns:1fr}.bulk-toolbar .danger{width:100%;margin:0}.page-title>div:last-child{flex-direction:column}.page-title .button{width:100%}}
