:root{--text:#2b2830;--text-muted:#6b6375;--bg:#f7f6f3;--panel-bg:#fff;--border:#dedbe0;--accent:#6c2bd9;--accent-hover:#5720ad;--danger:#c13030;--success:#1f8a3b;--warn:#b8860b;--sans:"Segoe UI", system-ui, Roboto, sans-serif;--mono:"Courier New", ui-monospace, Consolas, monospace}@media (prefers-color-scheme:dark){:root{--text:#e5e2ea;--text-muted:#a29cad;--bg:#17151b;--panel-bg:#211f27;--border:#38343f;--accent:#a276f2;--accent-hover:#b895f5}}*{box-sizing:border-box}body{font-family:var(--sans);color:var(--text);background:var(--bg);margin:0}code,pre{font-family:var(--mono)}button{cursor:pointer;border:1px solid var(--border);color:var(--text);background:0 0;border-radius:4px;padding:.35rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.2}button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}button:disabled{opacity:.6;cursor:default}a{color:var(--accent)}.loading-notice{text-align:center;color:var(--text-muted);padding:2rem}.app-header{background:var(--panel-bg);border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding:.75rem 1.5rem;display:flex}.app-header-title a{color:var(--text);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.app-header-logo{object-fit:cover;border-radius:4px;width:28px;height:28px}.app-header-nav{flex:1;gap:1rem;display:flex}.app-header-nav a{color:var(--text-muted);text-decoration:none}.app-header-nav a:hover{color:var(--accent)}.app-header-user{align-items:center;gap:.75rem;display:flex}.role-badge{text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.15rem .5rem;font-size:.75rem}.role-badge.role-admin{color:var(--danger);border-color:var(--danger)}.role-badge.role-teacher{color:var(--accent);border-color:var(--accent)}.app-header-user .button-link{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:4px;padding:.35rem .75rem;font-size:.9rem;line-height:1.2;text-decoration:none;display:inline-block}.app-header-user .button-link:hover{border-color:var(--accent);color:var(--accent)}.login-page{justify-content:center;align-items:center;min-height:calc(100svh - 4rem);padding:1rem;display:flex}.login-form{background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.5rem;width:100%;max-width:360px;padding:2rem;display:flex}.login-logo{object-fit:cover;border-radius:8px;align-self:center;width:56px;height:56px;margin-bottom:.5rem}.login-form h1{margin:0 0 .25rem;font-size:1.5rem}.login-subtitle{color:var(--text-muted);margin:0 0 1rem}.login-form label{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.login-form input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:4px;padding:.5rem}.login-form button{margin-top:1rem;padding:.6rem;font-weight:600}.form-error{color:var(--danger);margin:.25rem 0 0;font-size:.9rem}.page{max-width:900px;margin:0 auto;padding:2rem}.workbench{flex-direction:column;height:calc(100svh - 4rem);display:flex}.workbench-toolbar{background:var(--panel-bg);border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.run-button{padding:.5rem 1.25rem;font-weight:600}.workbench-hint{color:var(--text-muted);font-size:.85rem}.workbench-panes{flex:1;min-height:0;display:flex;position:relative}.editor-pane{border-right:1px solid var(--border);flex-direction:column;flex:1;min-width:0;display:flex}.editor-tabs{border-bottom:1px solid var(--border);background:var(--panel-bg);display:flex}.editor-tab{color:var(--text-muted);background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem}.editor-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.editor-jsx-tab{flex-direction:column;flex:1;min-height:0;display:flex}.editor-preamble{background:var(--code-bg,#1e1e2e);color:#9ca3af;border-bottom:1px solid var(--border);white-space:pre-wrap;margin:0;padding:.75rem 1rem;font-size:.8rem}.workbench-right{flex-direction:column;flex:1;min-width:0;display:flex}.output-frame-container{flex:1;min-height:0}.output-frame{background:#fff;border:none;width:100%;height:100%}.console-panel{border-top:1px solid var(--border);background:var(--panel-bg);flex-direction:column;height:200px;display:flex}.console-panel-header{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.85rem;display:flex}.console-panel-header button{padding:.2rem .6rem;font-size:.8rem}.console-panel-body{font-family:var(--mono);flex:1;padding:.5rem .75rem;font-size:.85rem;overflow-y:auto}.console-empty{color:var(--text-muted)}.console-line{white-space:pre-wrap;word-break:break-word;padding:.15rem 0}.console-warn{color:var(--warn)}.console-error{color:var(--danger)}.workbench-toolbar-right{gap:.5rem;margin-left:auto;display:flex}.workbench-toolbar button{padding:.4rem .9rem}.workbench-save-indicator{color:var(--text-muted);font-size:.85rem}.viewing-banner{background:var(--accent-bg,#6c2bd91a);color:var(--accent);border-bottom:1px solid var(--border);padding:.5rem 1rem;font-size:.9rem}.backup-drawer{background:var(--panel-bg);border-left:1px solid var(--border);z-index:20;flex-direction:column;width:320px;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-4px 0 12px #00000026}.backup-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.backup-list{margin:0;padding:0;list-style:none;overflow-y:auto}.backup-list li{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.backup-size{color:var(--text-muted)}.api-explorer{border-top:1px solid var(--border);max-height:260px;padding:.75rem;overflow-y:auto}.api-explorer-controls{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.api-explorer-param{border:1px solid var(--border);border-radius:4px;width:100px;padding:.35rem}.api-explorer-warning{color:var(--warn);margin:0 0 .5rem;font-size:.8rem}.api-explorer-result{font-family:var(--mono);font-size:.85rem}.json-tree-toggle{color:var(--text);font-family:var(--mono);background:0 0;border:none;padding:.1rem 0}.json-tree-key{color:var(--accent)}.json-tree-value{color:var(--text-muted)}.page-wide{max-width:1100px}.page-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-header-actions{gap:.5rem;display:flex}.inline-form{background:var(--panel-bg);border:1px solid var(--border);border-radius:6px;flex-wrap:wrap;align-items:end;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.inline-form label{color:var(--text-muted);flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.inline-form input,.inline-form select{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:4px;padding:.4rem}.inline-form button{padding:.45rem 1rem}.temp-password-notice{background:var(--accent-bg,#6c2bd91a);border:1px solid var(--accent);border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem}.data-table{border-collapse:collapse;background:var(--panel-bg);border:1px solid var(--border);border-radius:6px;width:100%;overflow:hidden}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem;font-size:.9rem}.data-table-actions{flex-wrap:wrap;gap:.5rem;display:flex}.data-table-actions button,.data-table-actions a{border:1px solid var(--border);color:var(--text);background:0 0;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;text-decoration:none}.data-table-actions a:hover{border-color:var(--accent);color:var(--accent)}.data-table-actions button.danger{color:var(--danger);border-color:var(--danger)}.admin-section{margin-bottom:2rem}.status-card{background:var(--panel-bg);border:1px solid var(--border);border-radius:6px;margin:0;padding:1rem;list-style:none}.status-card li{padding:.2rem 0;font-size:.9rem}.form-success{color:var(--success);font-size:.9rem}.modal-overlay{z-index:30;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-dialog{background:var(--panel-bg);border:1px solid var(--border);border-radius:8px;width:100%;max-width:720px;max-height:90vh;padding:0 0 1.25rem;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);background:var(--panel-bg);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:700;display:flex;position:sticky;top:0}.modal-header button{padding:.3rem .7rem}.bulk-upload-hint{color:var(--text-muted);margin:1rem 1.25rem;font-size:.9rem}.bulk-upload-hint code{background:var(--code-bg,#f4f3ec);border-radius:3px;padding:.1rem .3rem}.modal-dialog>input[type=file]{margin:0 1.25rem}.modal-dialog>input[type=file]::file-selector-button{cursor:pointer;border:1px solid var(--border);color:var(--text);background:0 0;border-radius:4px;margin-right:.75rem;padding:.35rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.2}.modal-dialog>input[type=file]::file-selector-button:hover{border-color:var(--accent);color:var(--accent)}.bulk-upload-filename{color:var(--text-muted);margin-left:.75rem;font-size:.85rem}.modal-dialog .inline-form{margin:1rem 1.25rem}.checkbox-label{align-items:center;gap:.4rem;flex-direction:row!important;display:flex!important}.bulk-upload-preview,.bulk-upload-results{max-height:320px;margin:0 1.25rem;overflow-y:auto}.bulk-row-invalid{color:var(--danger)}.bulk-upload-summary{color:var(--text-muted);margin:.75rem 1.25rem;font-size:.9rem}.bulk-upload-results button,.bulk-upload-submit{margin:1rem 1.25rem 0;padding:.5rem 1.25rem;font-weight:600}.bulk-upload-submit-error{margin:.5rem 1.25rem 0}.bulk-upload-password-hint{margin:-.5rem 1.25rem 1rem}.side-drawer{background:var(--panel-bg);z-index:20;flex-direction:column;width:380px;max-width:90vw;display:flex;position:absolute;top:0;bottom:0}.side-drawer-left{border-right:1px solid var(--border);left:0;box-shadow:4px 0 12px #00000026}.side-drawer-right{border-left:1px solid var(--border);width:420px;right:0;box-shadow:-4px 0 12px #00000026}.side-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-weight:700;display:flex}.side-drawer-body{flex:1;padding:1rem;overflow-y:auto}.side-drawer-intro{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem}.side-drawer-intro code{background:var(--code-bg,#f4f3ec);border-radius:3px;padding:.1rem .3rem}.reference-section{border:1px solid var(--border);border-radius:6px;margin-bottom:.6rem;padding:.6rem .85rem}.reference-section summary{cursor:pointer;font-weight:600}.reference-source{font-family:var(--mono);color:var(--accent);margin:.5rem 0 .25rem;font-size:.8rem}.reference-description{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.reference-fields{table-layout:fixed;border-collapse:collapse;width:100%;font-size:.85rem}.reference-fields td{border-top:1px solid var(--border);vertical-align:top;word-break:break-word;padding:.3rem .4rem .3rem 0}.reference-fields td:first-child{white-space:normal;width:40%;font-family:var(--mono);color:var(--accent)}.reference-external{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.reference-external-links{margin:0;padding:0;list-style:none}.reference-external-links li{margin-bottom:.4rem}.reference-external-links a{font-size:.9rem}.learn-steps{margin:0 0 1rem;padding-left:1.25rem;font-size:.9rem}.learn-steps li{margin-bottom:.5rem}.learn-steps code,.side-drawer-body p code{background:var(--code-bg,#f4f3ec);border-radius:3px;padding:.1rem .3rem;font-size:.85rem}.learn-code{background:var(--code-bg,#1e1e2e);color:#d4d4d4;border-radius:4px;margin:0 0 .5rem;padding:.75rem;font-size:.8rem;overflow-x:auto}.reference-section .learn-code+button{margin-bottom:.25rem}
