.board-shell{--board-ink:#203653;--board-mint:#d9efdd;z-index:40;color:var(--board-ink);background:#fcfcf9;flex-direction:column;min-width:320px;font-family:Inter,Arial,sans-serif;display:flex;position:fixed;inset:0}.board-shell *{box-sizing:border-box}.board-shell button,.board-shell input,.board-shell select,.board-shell textarea{font:inherit}.board-shell button{color:var(--board-ink);cursor:pointer;box-shadow:none;background:#fff;border:1px solid #dfe5e8;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:9px 12px;font-size:13px;display:inline-flex}.board-shell button:hover{background:#eef5ef}.board-shell button:disabled{opacity:.35;cursor:default}.board-shell button.is-active{background:var(--board-ink);color:#fff;border-color:var(--board-ink)}.board-shell button:focus-visible,.board-shell input:focus-visible,.board-shell select:focus-visible,.board-shell textarea:focus-visible{outline-offset:2px;outline:3px solid #87a5dc}.board-shell input:not([type=checkbox]):not([type=range]):not([type=color]),.board-shell select,.board-shell textarea{color:var(--board-ink);background:#fff;border:1px solid #dfe5e8;border-radius:7px;width:100%;min-width:0;margin-top:5px;padding:8px}.board-shell textarea{resize:vertical;min-height:88px}.board-shell input[type=checkbox]{accent-color:#365f47;width:16px;height:16px;margin:0 7px 0 0}.board-shell input[type=range]{accent-color:#365f47;width:65px}.board-shell input[type=color]{background:0 0;border:0;width:28px;height:28px;padding:0}.board-shell label{color:#637286;font-size:12px}.board-shell h2{margin:0;font-size:19px}.board-shell .sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.board-topbar{background:#fff;border-bottom:1px solid #e6e9e9;justify-content:space-between;align-items:center;gap:15px;min-height:65px;padding:11px 20px;display:flex}.board-title{align-items:center;gap:20px;min-width:0;display:flex}.board-logo{letter-spacing:-1px;white-space:nowrap;font-size:22px;font-weight:800}.board-logo span{font-weight:400}.board-logo i{background:#8bcda3;border-radius:50%;width:6px;height:6px;margin-left:3px;display:inline-block}.board-title select{font-size:13px;background:0 0!important;border:none!important;max-width:250px!important;margin:0!important}.board-connection{color:#6c7a79;white-space:nowrap;align-items:center;gap:6px;font-size:11px;display:flex}.board-connection i{background:#dca658;border-radius:50%;width:6px;height:6px}.board-connection i.online{background:#81b795}.board-top-actions{gap:6px;display:flex}.board-top-actions button{border:none}.board-ribbon{background:#f8faf7;border-bottom:1px solid #e2e8e2;align-items:center;gap:18px;min-height:42px;padding:5px 22px;font-size:12px;display:flex}.board-ribbon>span{color:#687789}.board-ribbon label{align-items:center;gap:8px;display:flex}.board-ribbon select{border:0;width:auto;margin:0;font-size:12px}.board-ribbon button{min-height:28px;margin-left:auto;padding:4px 10px;font-size:11px}.board-follow{color:#49705b;font-weight:500}.board-alert{background:#fff0d9;justify-content:space-between;align-items:center;padding:9px 20px;font-size:13px;display:flex}.board-alert button{background:0 0;min-height:25px;padding:0 8px}.board-stage{flex:1;min-height:0;position:relative;overflow:hidden}.board-surface{touch-action:none;-webkit-user-select:none;user-select:none;outline:none;width:100%;height:100%;display:block}.tool-stroke,.tool-marker,.tool-line,.tool-ellipse,.tool-rectangle,.tool-triangle{cursor:crosshair}.tool-pan{cursor:grab}.tool-erase{cursor:cell}.tool-text{cursor:text}.board-tools{z-index:3;scrollbar-width:thin;background:#fff;border:1px solid #e3e8e7;border-radius:14px;flex-direction:column;gap:3px;max-height:calc(100% - 145px);padding:6px;display:flex;position:absolute;top:72px;left:18px;overflow-y:auto;box-shadow:0 8px 24px #18344d0c}.board-tools button{border:0;width:39px;height:39px;min-height:39px;padding:7px;position:relative}.board-options{z-index:4;background:#fff;border:1px solid #e3e8e7;border-radius:11px;align-items:center;gap:15px;max-width:calc(100% - 36px);padding:9px 13px;display:flex;position:absolute;top:16px;left:18px;box-shadow:0 4px 14px #18344d08}.board-options label{white-space:nowrap;align-items:center;gap:5px;font-size:11px;display:flex}.board-options select{max-width:130px;margin:0;font-size:12px}.board-bottom{pointer-events:none;z-index:3;justify-content:space-between;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.board-bottom>div{pointer-events:auto;background:#fff;border:1px solid #e3e8e7;border-radius:10px;align-items:center;gap:4px;padding:4px;display:flex;box-shadow:0 4px 15px #18344d0a}.board-bottom button{border:none;width:36px;padding:3px;font-size:21px}.board-shortcut{color:#829091;padding:0 12px;font-size:10px}.board-zoom span{text-align:center;min-width:45px;font-size:12px}.board-density{background:#fff0d9;border-radius:10px;max-width:75%;padding:10px 16px;font-size:12px;position:absolute;bottom:75px;left:50%;transform:translate(-50%)}.board-panel,.board-inspector{z-index:5;background:#fff;border:1px solid #e3e8e7;border-radius:14px;flex-direction:column;gap:16px;width:285px;max-height:calc(100% - 88px);padding:18px;display:flex;position:absolute;top:16px;right:18px;overflow:auto;box-shadow:0 10px 35px #19344e14}.board-panel header,.board-inspector header{justify-content:space-between;align-items:center;gap:8px;display:flex}.board-panel header button,.board-inspector header button{border:0;width:28px;min-height:28px;padding:0;font-size:23px}.board-panel form,.board-panel-settings{flex-direction:column;gap:12px;display:flex}.board-panel form>button{background:#dceee1;border-color:#dceee1}.board-panel-settings{border-top:1px solid #edf0ed;padding-top:15px}.board-panel label{display:block}.board-page-list{flex-direction:column;gap:6px;display:flex}.board-page-list>div{display:flex}.board-page-list>div>button:first-child{text-align:left;border:1px solid #0000;border-radius:8px;flex-wrap:wrap;flex:1;justify-content:flex-start;display:flex}.board-page-list span{color:#889994;font-size:11px}.board-page-list strong{font-size:13px;font-weight:500}.board-page-list small{margin-left:23px;font-size:10px}.board-page-list .selected-page{background:#edf4ed;border-radius:8px}.board-page-list .selected-page>button{background:0 0}.board-participant{border-top:1px solid #edf0ed;flex-direction:column;gap:9px;padding-top:13px;display:flex}.board-participant strong{font-size:14px}.board-participant small{color:#8b9595;font-size:11px}.board-participant label{align-items:center;font-size:12px;display:flex}.board-help{color:#8b9595;margin:0;font-size:12px;line-height:1.6}.board-participant button{padding:6px;font-size:11px}.board-inspector{z-index:4;width:250px;top:82px;right:18px}.board-inspector header strong{font-size:13px}.board-field-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.board-inspector-actions{flex-wrap:wrap;gap:6px;display:flex}.board-inspector-actions button{white-space:nowrap;flex:1;padding:6px;font-size:11px}.board-messages{flex-direction:column;gap:18px;display:flex}.board-messages article strong{font-size:12px}.board-messages article time{color:#9aabab;margin-left:8px;font-size:10px}.board-messages article p{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0;font-size:13px;line-height:1.55}.board-history article{border-bottom:1px solid #edf0ed;padding:12px 0}.board-history strong{font-size:12px}.board-history p{margin:6px 0;font-size:12px}.board-history time{color:#99a7a3;font-size:10px}.board-empty{background:#fff;border:1px solid #e1e8e5;border-radius:15px;padding:40px}.board-empty button{margin-right:8px}@media (width<=900px){.board-connection{font-size:9px;position:absolute;top:70px;right:16px}.board-ribbon{padding-right:220px}.board-topbar{gap:6px;padding:10px}.board-title{gap:8px}.board-title select{max-width:180px!important}.board-smoothing{display:none!important}.board-ribbon{gap:8px}.board-ribbon>span,.board-shortcut,.board-top-actions button span{display:none}.board-options{gap:8px}}@media (width<=600px){.board-topbar{min-height:52px}.board-logo{font-size:19px}.board-title select{font-size:11px;max-width:130px!important}.board-top-actions button{min-width:30px;padding:5px}.board-ribbon{flex-wrap:wrap;gap:4px;min-height:50px;padding:5px 10px}.board-ribbon label{font-size:10px}.board-ribbon select{max-width:130px}.board-follow{font-size:10px}.board-ribbon button{margin-left:4px}.board-connection{font-size:0;position:static}.board-connection i{width:7px;height:7px}.board-options{gap:8px;max-width:calc(100% - 16px);padding:7px;top:8px;left:8px;overflow-x:auto}.board-options label{font-size:0}.board-options input[type=range]{width:42px}.board-options select{max-width:90px;font-size:11px}.board-tools{border-radius:10px;gap:2px;max-height:calc(100% - 124px);padding:4px;top:60px;left:8px}.board-tools button{width:35px;height:35px;min-height:35px;padding:6px}.board-bottom{bottom:8px;left:8px;right:8px}.board-panel{width:min(285px,100% - 66px);max-height:calc(100% - 70px);top:8px;right:8px}.board-inspector{width:220px;max-height:calc(100% - 125px);top:60px;right:8px}.board-alert{padding:5px 10px;font-size:11px}.board-ribbon strong{font-size:10px}}.board-video-dialog{z-index:20;background:#fff;border:1px solid #bed1cc;border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex;position:absolute;inset:30px;box-shadow:0 20px 80px #18344d50}.board-video-dialog header{justify-content:space-between;align-items:center;display:flex}.board-video-dialog iframe{border:0;flex:1;width:100%;min-height:180px}.board-video-dialog p{color:#607c75;font-size:12px}.board-video-dialog h2{font-size:16px}.board-rejected{color:#55370d;background:#fff6e6;max-height:220px;padding:8px 14px;overflow:auto}.board-rejected summary{cursor:pointer}.board-rejected textarea{width:min(600px,100%);min-height:70px;display:block}.python-editor{z-index:15;background:#f9fbff;border:1px solid #cddbe8;border-radius:16px;width:min(820px,100% - 32px);max-height:calc(100% - 40px);padding:16px;position:absolute;top:20px;right:16px;overflow:auto;box-shadow:0 14px 48px #20365333}.python-editor header,.python-filebar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.python-editor header{justify-content:space-between}.python-filebar label{flex:1;min-width:120px;font-size:12px}.python-run{background:#eef4f0;border-radius:12px;margin-top:12px;padding:12px}.python-run form{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.python-run form label{gap:5px;display:grid}.python-console{white-space:pre-wrap;overflow-wrap:anywhere;color:#f6faf7;background:#203653;border-radius:8px;max-height:200px;padding:12px;overflow:auto}.python-code{background:#fff;border:1px solid #cddbe8;border-radius:8px;min-height:220px;overflow:hidden}.python-code .cm-editor{min-height:220px;max-height:45vh}.python-code .cm-scroller{font-family:Consolas,monospace;overflow:auto}.python-conflict{background:#fff0d6;padding:12px}.python-conflict pre{white-space:pre-wrap;max-height:180px;overflow:auto}.python-rights label{gap:6px;margin:8px;display:inline-flex}.account-pages{flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0;display:flex}.testing-panel{background:#edf5f1;border:1px solid #cbded5;border-radius:18px;margin-bottom:28px;padding:20px}.testing-panel summary{cursor:pointer;flex-wrap:wrap;align-items:center;gap:12px;font-weight:700;display:flex}.testing-badge,.feature-status{color:#26594b;white-space:nowrap;background:#dcece4;border-radius:100px;padding:5px 10px;font-size:12px}.testing-panel>p{max-width:850px;font-size:14px;line-height:1.6}.testing-accounts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.testing-accounts button{text-align:left;color:#244a42;background:#fff;border:1px solid #cbded5;gap:6px;min-width:0;padding:14px;display:grid}.testing-accounts button span{font-size:12px;font-weight:400}.testing-accounts button.is-current{color:#fff;opacity:1;background:#24594b}.testing-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex}.testing-actions a{color:#24594b;font-weight:700}.testing-note{color:#54716b;font-size:12px!important}.testing-floating{z-index:80;max-width:calc(100vw - 36px);max-height:calc(100dvh - 112px);margin:0;position:fixed;bottom:86px;right:18px;overflow:auto;box-shadow:0 12px 36px #153f3d26}.testing-floating[open]{width:650px}.testing-floating summary{background:#edf5f1;position:sticky;top:0}.features-page{max-width:1180px;margin:0 auto;padding:32px 36px 72px}.features-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.features-header .brand{color:#153f3d;margin:0}.features-intro{max-width:780px;padding:70px 0 36px}.features-intro h1{letter-spacing:-.04em;margin:12px 0 22px;font-size:clamp(34px,5vw,60px);line-height:1.12}.features-intro>p:not(.eyebrow){color:#59706e;font-size:18px;line-height:1.7}.feature-filters{flex-wrap:wrap;gap:8px;margin:0 0 24px;display:flex}.feature-filters button{color:#244a42;background:#fff;border:1px solid #d9e2df;border-radius:100px;padding:9px 18px}.feature-filters button[aria-pressed=true]{color:#fff;background:#244a42;border-color:#244a42}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.feature-card{background:#fff;border:1px solid #dce4e0;border-radius:20px;flex-direction:column;padding:26px;display:flex}.feature-card-top{color:#6b7c77;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.feature-card h2{letter-spacing:-.025em;margin:24px 0 10px;font-size:23px}.feature-card>p,.features-pending p{color:#5b706c;font-size:15px;line-height:1.7}.feature-check{margin-top:auto;padding-top:20px;font-size:13px}.feature-check strong{text-transform:uppercase;letter-spacing:.12em;color:#547c6d;font-size:10px}.feature-check p{margin-bottom:0;line-height:1.7}.features-pending{background:#e9ece5;border-radius:22px;margin-top:52px;padding:32px}.features-pending h2{margin:10px 0 28px;font-size:30px}.features-pending h3{margin:0;font-size:18px}.login-features{color:#24594b;margin-top:24px;font-weight:600;display:inline-block}@media (width<=760px){.testing-accounts{grid-template-columns:repeat(2,minmax(0,1fr))}.testing-panel{padding:16px}.features-page{padding:20px 16px 48px}.features-grid{grid-template-columns:1fr}.features-header{align-items:flex-start}.features-header button{max-width:170px}.features-intro{padding-top:45px}.feature-card,.features-pending{padding:22px}}:root{color:#193c37;font-synthesis:none;background:#f5f2e9;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{color:#fff;cursor:pointer;background:#1e625a;border:0;border-radius:9px;padding:10px 15px;font-weight:650}button:disabled{opacity:.55;cursor:wait}a{color:inherit}:focus-visible{outline-offset:3px;outline:3px solid #d78c47}.auth-page{place-items:center;min-height:100dvh;padding:24px;display:grid}.login-card{background:#fffdf8;border:1px solid #d9dfd2;border-radius:18px;width:min(440px,100%);padding:42px;box-shadow:0 18px 60px #27443d12}.brand{letter-spacing:-1.5px;align-items:baseline;margin-bottom:38px;font-size:28px;font-weight:800;text-decoration:none;display:inline-flex}.brand span{font-weight:400}.brand i{background:#db924b;border-radius:50%;width:7px;height:7px;margin-left:3px}.eyebrow{letter-spacing:1.6px;color:#698076;margin:0 0 10px;font-size:10px;font-weight:750}h1{letter-spacing:-1.8px;margin:0 0 17px;font-size:clamp(30px,4vw,46px);font-weight:650;line-height:1.05}h2{letter-spacing:-.5px;margin:0;font-size:20px}h3{margin:0 0 8px;font-size:16px}.login-card>p{color:#62726a;line-height:1.55}.login-card form,.action-form{gap:8px;margin-top:28px;display:grid}.login-card label,.action-form label{color:#2f504b;gap:6px;font-size:13px;font-weight:650;display:grid}input,select,textarea{color:#193c37;background:#fff;border:1px solid #cad6cc;border-radius:8px;width:100%;padding:10px}textarea{resize:vertical;min-height:82px}.workspace{grid-template-columns:246px minmax(0,1fr);min-height:100dvh;display:grid}.sidebar{color:#eff3ea;background:#173f3a;flex-direction:column;height:100dvh;padding:30px 18px;display:flex;position:sticky;top:0}.sidebar .brand{color:#fff;margin:0 12px 28px}.role-chip{color:#dce8db;background:#25564f;border-radius:999px;align-self:flex-start;margin:0 12px 20px;padding:6px 11px;font-size:12px}.sidebar nav{gap:4px;display:grid}.sidebar nav a{color:#c7d5cd;border-radius:8px;padding:11px 12px;font-size:14px;text-decoration:none}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#2a5b53}.profile{border-top:1px solid #477168;gap:4px;margin-top:auto;padding:18px 12px 4px;font-size:13px;display:grid}.profile span{color:#b8cdc2;font-size:12px}.text-button{color:#e9d6bf;text-align:left;background:0 0;padding:9px 0}.workspace-main{width:100%;max-width:1500px;margin:auto;padding:48px clamp(24px,5vw,76px)}.page-header{margin-bottom:34px}.page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.panel{background:#fffdf9;border:1px solid #dce2d8;border-radius:14px;min-width:0;padding:24px}.panel header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.panel header button{white-space:nowrap}.page-grid>.panel:first-child{grid-column:span 2}.panel:has(.table-wrap){grid-column:span 2}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:510px;font-size:13px}th{text-align:left;color:#6e7f75;text-transform:uppercase;letter-spacing:.7px;padding:0 10px 10px;font-size:11px;font-weight:650}td{vertical-align:middle;border-top:1px solid #e9ece5;padding:13px 10px}td small{color:#75847c;margin-top:3px;display:block}td button{padding:8px 10px;font-size:12px}.empty{text-align:center;max-width:410px;margin:auto;padding:16px}.empty img{object-fit:contain;width:160px;max-height:180px;margin:0 auto 8px;display:block}.empty p,.muted{color:#6c7c74;font-size:14px;line-height:1.55}.action-form{background:#f5f6ef;border:1px solid #dce4d8;border-radius:10px;margin-bottom:20px;padding:18px}.action-form h3{grid-column:1/-1}.action-form .check{align-items:center;gap:8px;display:flex}.action-form .check input{width:auto}.notice{color:#7b4c1e;background:#fff0e3;border:1px solid #efcda7;border-radius:8px;padding:12px}.notice button{margin-left:12px}.success{color:#17694a;font-weight:600}.status{color:#2d6257;background:#e7f1ea;border-radius:999px;padding:4px 7px;font-size:11px}.report-list{gap:12px;display:grid}.report-list article{background:#f7f8f2;border-left:3px solid #83a58d;padding:8px 12px}.report-list h3{margin-top:8px}.report-list p{color:#50635a;margin:4px 0;font-size:14px}.role-admin .sidebar{background:#153f3a}.role-supervisor .sidebar{background:#405b4b}.role-tutor .sidebar{background:#285f59}.role-parent .sidebar{background:#526552}.role-student .sidebar{background:#2d6b63}@media (width<=760px){.workspace{display:block}.sidebar{height:auto;padding:18px;display:block;position:static}.sidebar .brand,.role-chip{margin:0 0 12px}.sidebar nav{margin:0 -4px;display:flex;overflow:auto}.sidebar nav a{white-space:nowrap}.profile{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:12px 0 0;display:flex}.profile .text-button{margin-left:auto;padding:8px}.workspace-main{padding:28px 16px}.page-grid{grid-template-columns:1fr}.panel,.page-grid>.panel:first-child{grid-column:auto;padding:18px}.panel header{flex-direction:column;align-items:flex-start}.login-card{padding:28px}.empty img{width:130px}}
