body.phd-theme{color-scheme:light dark;--radius: 8px;--bg: #faf7f7;--field: #ffffff;--card: #ffffff;--text: #1e1a1b;--muted: #6f6567;--border: #e7dedf;--line: #f0e9ea;--accent: #c41a14;--accent-text: #ffffff;--accent-soft: #fdecea;--info-bg: #fbf2f1;--ok: #2f6b46;--ok-bg: #eaf3ee;--bad: #b3160f;--bad-bg: #fdeceb;--warn: #96601a;--warn-bg: #fbf1e3;--kings-red: #e2231a;background:var(--bg);color:var(--text);min-height:100vh}@media(prefers-color-scheme:dark){body.phd-theme{--bg: #171416;--field: #171416;--card: #201b1d;--text: #ece7e7;--muted: #a49a9c;--border: #382f31;--line: #2e2628;--accent: #ff6b60;--accent-text: #1a1112;--accent-soft: #2b1e1f;--info-bg: #241a1b;--ok: #7fc99a;--ok-bg: #1c2a22;--bad: #ff8a80;--bad-bg: #33201f;--warn: #e8b06a;--warn-bg: #2e2418;--kings-red: #ff5e52}}.phd-header{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;padding:1.1rem 0 .9rem;border-bottom:2px solid var(--kings-red);margin-bottom:calc(.9rem + 4px)}.phd-brand{font-weight:700;font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;color:var(--kings-red)}.phd-logout{margin-left:auto;font-size:.85rem;color:var(--muted)}.phd-main{flex:1;padding-bottom:5rem}.phd{--rag-red: #cf2b20;--rag-amber: #b06f00;--rag-green: #2f6b46;--phd-kings: #1f5fbf;display:flex;flex-direction:column;width:100%;max-width:1560px;margin:0 auto;padding:0 2rem;min-height:100vh;min-height:100dvh}@media(min-width:901px){.phd{height:100dvh;min-height:0}.phd-main{flex:1;min-height:0;overflow:auto;padding-bottom:1rem}.phd-cal{display:flex;flex-direction:column;height:100%;min-height:0}.phd-cal .phd-months{flex:1;min-height:0;grid-template-rows:repeat(2,minmax(0,1fr))}.phd-cal .phd-month{display:flex;flex-direction:column;min-height:0}.phd-cal .phd-grid{flex:1;min-height:0;grid-template-rows:auto;grid-auto-rows:minmax(0,1fr)}.phd-cal .phd-day{min-height:0}.phd-cal .phd-key{margin-top:.6rem}}@media(prefers-color-scheme:dark){.phd{--rag-red: #ff7a70;--rag-amber: #e8b06a;--rag-green: #7fc99a;--phd-kings: #7aa9f0}}.phd-nav{display:flex;flex-wrap:wrap;gap:.4rem}.phd-nav a{padding:.35rem .8rem;border:1px solid var(--border);border-radius:999px;text-decoration:none;color:var(--text);font-size:.9rem}.phd-nav a.active{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.phd-buckets{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.phd-bucket{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem;box-shadow:0 1px 2px #1e1a1b0a}.phd-bucket h2{margin:0 0 .6rem;font-size:1rem}.phd-bucket.overdue{border-color:var(--rag-red)}.phd-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.phd-row{display:flex;align-items:flex-start;gap:.5rem;padding:.35rem 0;border-bottom:1px solid var(--line)}.phd-row:last-child{border-bottom:none}.phd-row .when{color:var(--muted);font-size:.8rem;white-space:nowrap}.phd-row.done .title{text-decoration:line-through;color:var(--muted)}.phd-quicklinks{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:1.2rem}.phd-quicklinks a{display:block;padding:1.1rem 1rem;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);font-weight:600}.phd-quicklinks a small{display:block;font-weight:400;color:var(--muted)}.phd-cal-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem}.phd-months{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.phd-months{grid-template-columns:repeat(2,1fr)}}.phd-month{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem}.phd-month h3{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.phd-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.phd-dow{font-size:.6rem;color:var(--muted);text-align:center}.phd-day{position:relative;min-height:3.4rem;padding:2px;border:1px solid transparent;border-radius:3px;background:none;font:inherit;color:inherit;cursor:pointer;text-align:left;overflow:hidden}.phd-day:hover{border-color:var(--accent)}.phd-day.weekend{background:color-mix(in srgb,var(--muted) 10%,transparent)}.phd-day.today{outline:2px solid var(--accent)}.phd-day .num{font-size:.6rem;color:var(--muted);line-height:1}.phd-chip{--chip: var(--rag-green);display:block;font-size:.68rem;font-weight:600;line-height:1.35;border-radius:3px;padding:0 3px;margin-top:2px;color:var(--text);background-color:color-mix(in srgb,var(--chip) 16%,var(--card));border-left:3px solid var(--chip);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phd-chip.red{--chip: var(--rag-red)}.phd-chip.amber{--chip: var(--rag-amber)}.phd-chip.green{--chip: var(--rag-green)}.phd-chip.kings{--chip: var(--phd-kings)}.phd-chip.deadline{background-image:repeating-linear-gradient(45deg,color-mix(in srgb,var(--chip) 22%,transparent) 0 3px,transparent 3px 7px)}.phd-chip.event{background-image:repeating-linear-gradient(90deg,color-mix(in srgb,var(--chip) 18%,transparent) 0 2px,transparent 2px 6px)}.phd-chip.milestone{background-image:repeating-linear-gradient(45deg,color-mix(in srgb,var(--chip) 18%,transparent) 0 2px,transparent 2px 5px),repeating-linear-gradient(-45deg,color-mix(in srgb,var(--chip) 18%,transparent) 0 2px,transparent 2px 5px)}.phd-chip.task{background-image:repeating-linear-gradient(-45deg,color-mix(in srgb,var(--chip) 20%,transparent) 0 2px,transparent 2px 7px);border-left-style:dotted}.phd-chip.done{opacity:.5;font-weight:400;text-decoration:line-through}.phd-more{font-size:.55rem;color:var(--muted);padding-left:2px}.phd-key{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.75rem;color:var(--muted);margin-top:1rem}.phd-key span{display:inline-flex;align-items:center;gap:.3rem}.phd-key i{width:1.8rem;height:.85rem;border-radius:3px;display:inline-block}.phd-source{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;padding:.05rem .45rem;border-radius:999px;border:1px solid var(--border);color:var(--muted);white-space:nowrap}.phd-source.generated{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.phd-source a{color:inherit}.phd-dayitem{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.1rem .7rem;padding:.7rem 0;border-bottom:1px solid var(--line)}.phd-dayitem:last-child{border-bottom:none}.phd-dayitem>input[type=checkbox]{width:1.05rem;height:1.05rem;margin-top:.15rem}.phd-dayitem .line{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.phd-dayitem .title{font-size:.98rem;line-height:1.3}.phd-dayitem.done .title{text-decoration:line-through;color:var(--muted)}.phd-dayitem .time{font-size:.8rem;color:var(--muted);font-variant-numeric:tabular-nums}.phd-dayitem .detail{margin:.25rem 0 0;font-size:.85rem;color:var(--muted);line-height:1.4}.phd-dayitem .body>.phd-source{margin-top:.4rem}.phd-dayitem .phd-rowactions{align-self:start;margin-top:.1rem}.phd-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--bg) 55%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.phd-pane{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;width:min(520px,100%);max-height:85vh;overflow:auto;box-shadow:0 10px 40px #00000040}.phd-pane header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--line);margin-bottom:.8rem}.phd-pane h2{margin:0;font-size:1.05rem}.phd-form{display:grid;gap:.9rem;margin-top:.5rem}.phd-form .group{display:grid;gap:.6rem}.phd-form .group+.group{border-top:1px solid var(--line);padding-top:.9rem}.phd-form label{display:grid;gap:.2rem;font-size:.8rem;color:var(--muted)}.phd-form input,.phd-form select,.phd-form textarea,.phd-filters select,.phd-filters input[type=text]{font:inherit;padding:.45rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.phd-filters select{padding:.2rem .35rem;background:var(--card)}.phd-form select option,.phd-filters select option{background:var(--card);color:var(--text)}.phd-form .pair{display:grid;gap:.6rem;grid-template-columns:1fr 1fr}.phd-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;justify-content:flex-end;border-top:1px solid var(--line);padding-top:.75rem;margin-top:.2rem}.phd-rowactions{display:inline-flex;gap:.6rem;align-items:baseline;flex:none}.phd-delete{color:var(--muted);font-size:.85rem}.phd-delete.armed{color:var(--bad);font-weight:600}.phd-add{position:fixed;right:1.1rem;bottom:1.1rem;width:3rem;height:3rem;border-radius:50%;border:none;background:var(--accent);color:var(--accent-text);font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 4px 14px #00000040;z-index:40}.phd-filters{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;margin-bottom:.8rem;font-size:.85rem}.phd-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem;margin-bottom:.7rem;box-shadow:0 1px 2px #1e1a1b0a}.phd-card .head{display:flex;gap:.6rem;align-items:flex-start}.phd-card .head input[type=checkbox]{margin-top:.25rem;width:1.1rem;height:1.1rem;flex:none}.phd-card h3{margin:0;font-size:.95rem}.phd-card .meta{color:var(--muted);font-size:.78rem;margin-top:.15rem;display:flex;flex-wrap:wrap;gap:.6rem}.phd-tag{display:inline-block;padding:0 .4rem;border-radius:999px;font-size:.7rem;border:1px solid var(--border)}.phd-tag.red{color:var(--rag-red);border-color:var(--rag-red)}.phd-tag.amber{color:var(--rag-amber);border-color:var(--rag-amber)}.phd-tag.green{color:var(--rag-green);border-color:var(--rag-green)}.phd-tag.kings{color:var(--phd-kings);border-color:var(--phd-kings)}.phd-card textarea{width:100%;margin-top:.5rem;min-height:4rem;font:inherit;padding:.45rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.phd-group-head{margin:1.2rem 0 .5rem;font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.phd-disclosure{display:flex;align-items:center;gap:.5rem;width:100%;padding:.3rem 0;background:none;border:none;border-bottom:1px solid var(--line);font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}.phd-disclosure:hover{color:var(--accent)}.phd-disclosure .caret{display:inline-block;transition:transform .12s ease;font-size:.7rem}.phd-disclosure .caret.shut{transform:rotate(-90deg)}@media(prefers-reduced-motion:reduce){.phd-disclosure .caret{transition:none}}.phd-empty{color:var(--muted);font-size:.85rem;padding:.4rem 0}@media(max-width:560px){.phd{padding:0 .85rem}.phd-header{gap:.6rem;padding-top:.85rem}.phd-months{grid-template-columns:1fr}.phd-day{min-height:3.2rem}.phd-form .pair{grid-template-columns:1fr}}.phd-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.4rem 1rem;margin-bottom:1rem;border:2px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center}.phd-drop.over{border-color:var(--accent);background:var(--card)}.phd-progress{width:min(22rem,100%);height:6px;border-radius:999px;background:var(--line);overflow:hidden}.phd-progress span{display:block;height:100%;background:var(--accent);transition:width .15s linear}.phd-doc{display:flex;gap:.75rem;align-items:flex-start}.phd-doc-body{flex:1;min-width:0}.phd-doc-body h3{margin:0;font-size:.95rem;overflow-wrap:anywhere}.phd-doc-ext{flex:none;display:grid;place-items:center;width:3rem;padding:.4rem 0;border:1px solid var(--border);border-radius:6px;font-size:.65rem;letter-spacing:.04em;color:var(--muted);background:var(--bg)}.phd-doc-rename{font:inherit;font-weight:600;width:100%;padding:.2rem .35rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.phd-warning{background:var(--warn-bg);color:var(--warn);border-radius:var(--radius);padding:.6rem .9rem;margin:.6rem 0;font-size:13px;line-height:1.45}.phd-warning code{background:#0000000f;border-radius:4px;padding:0 4px}.phd-rating{display:flex;gap:.2rem;flex:none}.phd-thumb{font:inherit;font-size:.9rem;line-height:1;padding:.3rem .4rem;border:1px solid transparent;border-radius:8px;background:none;cursor:pointer;filter:grayscale(1);opacity:.45}.phd-thumb:hover{opacity:.8;background:var(--bg)}.phd-thumb.on{filter:none;opacity:1;border-color:var(--border);background:var(--bg)}.phd-thumb-stack{position:relative;display:inline-block;padding-right:.95em}.phd-thumb-stack .over{position:absolute;left:0;top:0;transform:translate(40%);z-index:1}.phd-thumb-glyph{display:inline-block;filter:drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000)}.phd-thumb-stack .under{filter:brightness(.7) drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000)}.phd-note-search{margin-bottom:.6rem}.phd-note-search input{width:100%;font:inherit;padding:.6rem .8rem;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--text)}.phd-chipbar{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.9rem}.phd-chip-btn{font:inherit;font-size:.85rem;padding:.4rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer}.phd-chip-btn.on{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.phd-note-composer{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.7rem .9rem;margin-bottom:1.1rem;box-shadow:0 1px 2px #1e1a1b0a}.phd-note-composer .placeholder{color:var(--muted);min-height:1.6rem;display:flex;align-items:center;padding:.8rem .1rem;font-size:.95rem;cursor:text}.phd-note-composer input.title,.phd-note-composer textarea,.phd-note-pane input.title,.phd-note-pane textarea{display:block;width:100%;font:inherit;border:none;background:none;color:var(--text);padding:.3rem .1rem;resize:vertical}.phd-note-composer input.title:focus,.phd-note-composer textarea:focus,.phd-note-pane input.title:focus,.phd-note-pane textarea:focus{outline:none;background:var(--bg);border-radius:6px}.phd-note-composer input.title,.phd-note-pane input.title{font-weight:600}.phd-note-pane input.title{font-size:1.1rem}.phd-note-composer-bar{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.6rem;border-top:1px solid var(--line)}.phd-note-composer-bar select{font:inherit;font-size:.82rem;padding:.3rem .4rem;border:1px solid var(--border);border-radius:6px;background:var(--card);color:var(--text)}.phd-note-composer-bar>button:last-child,.phd-note-composer-bar>.phd-delete{margin-left:auto}.phd-note-composer-bar .pin-btn{font:inherit;font-size:1.05rem;line-height:1;min-width:2.75rem;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;filter:grayscale(1);opacity:.5}.phd-note-composer-bar .pin-btn.on{filter:none;opacity:1}.phd-notes-grid{display:flex;flex-direction:column}@media(min-width:700px){.phd-notes-grid{display:block;columns:2;column-gap:1rem}.phd-notes-grid .phd-note{break-inside:avoid}}@media(min-width:1100px){.phd-notes-grid{columns:3}}.phd-note{cursor:pointer}.phd-note.pinned{border-left:3px solid var(--accent)}.phd-note .head{display:flex;align-items:flex-start;gap:.5rem}.phd-note h3{margin:0 0 .3rem;font-size:.95rem;overflow-wrap:anywhere}.phd-note .snippet{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.phd-note .pin-btn{flex:none;font:inherit;font-size:1.1rem;line-height:1;min-width:2.75rem;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;margin:-.6rem -.6rem 0 0;border:none;background:none;cursor:pointer;filter:grayscale(1);opacity:.4}.phd-note .pin-btn.on{filter:none;opacity:1}.phd-note-pane{width:min(640px,95vw);max-height:90vh;display:flex;flex-direction:column}.phd-note-pane.pinned{border-top:3px solid var(--accent)}.phd-note-pane header .meta{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--muted);font-size:.8rem}.phd-note-pane textarea{flex:1;min-height:40vh}@media(max-width:560px){.phd-note-backdrop{padding:.6rem}.phd-note-pane{width:100%;max-height:96vh;height:96vh}}.phd-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;--pcb-green: #0d2a1b;--pcb-cream: #f7f2e2;--pcb-copper: #c08a3c;--radius: 12px;--bg: var(--pcb-green);--text: #ebe5d2;--muted: #a1b7a7;--accent: #e3b467;--accent-text: #10281a;--line: rgba(192, 138, 60, .35);--card: var(--pcb-cream);--field: #fffdf3;--border: var(--pcb-copper);--ink: #1b2119;--ink-muted: #5f6b5c;--ink-accent: #8a5a12;--ink-line: #e0d8c1;--ok: #2e7d32;--ok-bg: #e4efdf;--bad: #b3261e;--bad-bg: #f6e3da;--warn: #96601a;--warn-bg: #f6ecd8;--info-bg: #efe8d3;--accent-soft: #f2e6cd}.pcb-bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.shell,.login-page{position:relative;z-index:1}@media print{.pcb-bg{display:none}}body:not(.phd-theme) .card,body:not(.phd-theme) .topbar,body:not(.phd-theme) .overlay-bar,body:not(.phd-theme) .badge,body:not(.phd-theme) .error,body:not(.phd-theme) .success,body:not(.phd-theme) .notice,body:not(.phd-theme) .progress,body:not(.phd-theme) .teacher-feedback,body:not(.phd-theme) .answer,body:not(.phd-theme) .pdf-card,body:not(.phd-theme) code,body:not(.phd-theme) button,body:not(.phd-theme) input,body:not(.phd-theme) select,body:not(.phd-theme) textarea,body:not(.phd-theme) .ce-toolbar,body:not(.phd-theme) .ce-palette,body:not(.phd-theme) .ce-props,body:not(.phd-theme) .ce-canvas{--text: var(--ink);--muted: var(--ink-muted);--accent: var(--ink-accent);--accent-text: #fdf7e8;--line: var(--ink-line);color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent)}h1{font-size:1.6rem;margin:0 0 .5rem;letter-spacing:-.01em}h2{font-size:1.15rem;margin:1.2rem 0 .5rem}h3{font-size:1.05rem;margin:.3rem 0}p{margin:.4rem 0}code{font-size:.9em;background:var(--info-bg);padding:.05em .3em;border-radius:3px}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.2rem;border-bottom:1px solid var(--border);background:var(--card);gap:1rem;flex-wrap:wrap}.brand{font-weight:700;text-decoration:none;color:var(--text)}.topbar nav{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.topbar nav a{text-decoration:none;color:var(--muted)}.topbar nav a.active,.topbar nav a:hover{color:var(--text)}.content{width:100%;max-width:1100px;margin:0 auto;padding:1.2rem;flex:1}.narrow{max-width:520px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.2rem;margin:.8rem 0}.card h2:first-child{margin-top:0}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.section-head h1,.section-head h2{margin:0}.breadcrumb{color:var(--muted);font-size:.9rem;margin-bottom:.4rem}.muted{color:var(--muted)}.small{font-size:.85rem}.page-loading{color:var(--muted);padding:2rem;text-align:center}.toolbar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}label{display:block;margin:.6rem 0;font-size:.95rem}input[type=text],input[type=password],input[type=number],input:not([type]),select,textarea{display:block;width:100%;margin-top:.25rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:8px;background:var(--field, var(--bg));color:var(--text);font:inherit}textarea.code{font-family:ui-monospace,Consolas,monospace;font-size:.85rem;line-height:1.4;white-space:pre}button{font:inherit;padding:.45rem .9rem;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer}button:disabled{opacity:.6;cursor:default}button.primary{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}button.danger{color:var(--bad)}button.link{background:none;border:none;padding:0;color:var(--accent);text-decoration:underline}button.link.active{font-weight:700;color:var(--text)}.field-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.field-row .grow{flex:1;min-width:200px}.error{background:var(--bad-bg);color:var(--bad);padding:.5rem .8rem;border-radius:6px;margin:.6rem 0}.error-inline{color:var(--bad)}.success{background:var(--ok-bg);color:var(--ok);padding:.5rem .8rem;border-radius:6px;margin:.6rem 0}.notice{background:var(--info-bg);padding:.6rem .9rem;border-radius:6px;margin:.6rem 0}.login-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:100%;max-width:380px}.login-card h1{margin-bottom:.2rem}.login-card button{width:100%;margin-top:.8rem}.chapter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}.chapter-card{margin:0;display:flex;flex-direction:column;gap:.2rem}.chapter-head{display:flex;justify-content:space-between;font-size:.85rem}.chapter-code{font-weight:700;color:var(--accent)}.chapter-card h3 a{text-decoration:none;color:var(--text)}.chapter-links{margin-top:auto;padding-top:.5rem;display:flex;gap:.8rem;font-size:.9rem}.progress{position:relative;height:1.3rem;background:var(--info-bg);border-radius:4px;overflow:hidden;margin-top:.3rem}.progress-bar{height:100%;background:var(--ok);opacity:.55}.progress-label{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:.8rem}.chapter-panel h1{margin-bottom:.1rem}.chapter-panel .pdf-toolbar{margin-top:.9rem}.pdf-frame{width:100%;height:75vh;border:1px solid var(--border);border-radius:6px;margin-top:.6rem}.question-list{list-style:none;padding:0;margin:0}.question-row{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;margin:.5rem 0}.question-title{flex:1;font-weight:600;text-decoration:none}.badge{display:inline-block;font-size:.75rem;padding:.1rem .5rem;border-radius:999px;background:var(--info-bg);color:var(--muted);margin-left:.4rem;white-space:nowrap}.badge-complete{background:var(--ok-bg);color:var(--ok)}.badge-in_progress{background:var(--warn-bg);color:var(--warn)}.badge-awaiting_marking{background:var(--info-bg);color:var(--accent)}.badge-draft{background:var(--bad-bg);color:var(--bad)}.question-body{font-size:1.05rem}.circuit-wrap{margin:.8rem 0}.circuit{color:var(--text);display:block}.graph-wrap{margin:.8rem 0}.graph{color:var(--text);display:block;max-width:100%}.timing-wrap{margin:.4rem 0}.timing{color:var(--text);display:block;max-width:100%;-webkit-user-select:none;user-select:none}.timing-hit:focus{outline:none}.timing-hit:focus-visible rect:first-of-type{outline:2px solid var(--accent)}.timing-help{font-size:.85rem;margin:.2rem 0 0}.reveal .timing,.solution .timing{margin-top:.3rem}.logic-wrap{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:flex-start;margin:.8rem 0}.logic-part{margin:.4rem 0}.truth-table,.kmap{color:var(--text);display:block;max-width:100%;-webkit-user-select:none;user-select:none}.truth-table g[role=button]:focus,.kmap g[role=button]:focus{outline:none}.logic-help{font-size:.85rem;margin:.2rem 0 0}.reveal .truth-table,.reveal .kmap,.solution .truth-table,.solution .kmap{margin-top:.3rem}.blocks-wrap{position:relative;margin:.6rem 0;color:var(--text);width:100%}.block-select{position:absolute;margin:0;padding:0;border:none;background:transparent;color:transparent;font:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.block-select option{color:var(--text);background:var(--card)}.block-select:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.blocks-help{font-size:.85rem;margin:.2rem 0 0}.parts{padding:0;margin:.8rem 0;list-style:none}.part{padding:.7rem .9rem;margin:.5rem 0;border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius)}.part-correct{border-left-color:var(--ok)}.part-incorrect{border-left-color:var(--bad)}.part-pending{border-left-color:var(--accent)}.part-prompt{display:flex;gap:.5rem}.part-prompt label{margin:0;font-size:1rem}.part-letter{color:var(--muted)}.part-input{margin-top:.4rem;max-width:420px}.numeric-input{display:flex;align-items:center;gap:.5rem}.numeric-input input{margin-top:0;max-width:220px}.unit{color:var(--muted)}.choices{display:flex;flex-direction:column;gap:.3rem}.choice{display:flex;align-items:center;gap:.5rem;margin:0}.part-feedback{margin-top:.4rem;font-size:.9rem}.mark{font-weight:600}.mark-correct{color:var(--ok)}.mark-incorrect{color:var(--bad)}.mark-pending{color:var(--accent)}.mark-blank{color:var(--muted)}.reveal,.feedback,.solution{margin-top:.3rem}.solution{color:var(--accent)}.teacher-feedback{background:var(--info-bg);padding:.5rem .8rem;border-radius:6px}.question-actions{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap;margin-top:.8rem}.question-nav{display:flex;gap:.5rem;margin-left:auto}.solution-panel{margin-top:1rem;font-size:.9rem}.numeric-input{position:relative}.unit-tip{background:var(--bad);color:#fff;font-weight:700;font-size:.85rem;padding:.2rem .6rem;border-radius:6px;position:relative;animation:unit-pop .2s ease-out}.unit-tip:before{content:"";position:absolute;left:-6px;top:50%;margin-top:-6px;border:6px solid transparent;border-right-color:var(--bad);border-left:0}.needs-unit input{border-color:var(--bad)}@keyframes unit-pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.ce-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:50;overflow:hidden}.ce{display:grid;grid-template-columns:230px 1fr 280px;grid-template-rows:auto 1fr;grid-template-areas:"toolbar toolbar toolbar" "palette canvas props";height:100vh}.ce.be{grid-template-columns:1fr 300px;grid-template-areas:"toolbar toolbar" "canvas props"}.be-canvas-wrap{grid-area:canvas}.ce-canvas.tool-link{cursor:crosshair}.be-ghost{pointer-events:none}.drawing-summary{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;padding:.2rem 0}.drawing-summary .grow{flex:1}.ce-toolbar{grid-area:toolbar;display:flex;justify-content:space-between;gap:1rem;padding:.5rem .8rem;border-bottom:1px solid var(--border);background:var(--card);flex-wrap:wrap}.ce-toolbar .toolbar{gap:.4rem}.ce-toolbar button.active,.ce-palette-item.active{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.ce-sep{width:1px;height:1.6rem;background:var(--border)}label.inline{display:inline-flex;align-items:center;gap:.3rem;margin:0}label.inline input,label.inline select{display:inline-block;width:auto;margin:0;padding:.25rem .4rem}.ce-palette{grid-area:palette;overflow-y:auto;border-right:1px solid var(--border);padding:.5rem;background:var(--card)}.ce-palette summary{cursor:pointer;font-weight:600;padding:.3rem 0}.ce-palette-grid{display:grid;grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:.5rem}.ce-palette-item{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.3rem .2rem;font-size:.7rem;line-height:1.1;text-align:center}.ce-thumb{color:currentColor}.ce-canvas-wrap{grid-area:canvas;display:flex;flex-direction:column;min-width:0}.ce-hint{padding:.3rem .8rem;border-bottom:1px solid var(--border);min-height:1.8rem}.ce-canvas-scroll{overflow:auto;flex:1;padding:1rem}.ce-canvas{background:var(--card);border:1px solid var(--border);color:var(--text);touch-action:none;-webkit-user-select:none;user-select:none;display:block}.ce-canvas.tool-wire,.ce-canvas.tool-place,.ce-canvas.tool-terminal,.ce-canvas.tool-label{cursor:crosshair}.ce-grab{cursor:move}.ce-props{grid-area:props;overflow-y:auto;border-left:1px solid var(--border);padding:.6rem .8rem;background:var(--card)}.ce-props h3{margin:.6rem 0 .3rem}.ce-props label{margin:.4rem 0;font-size:.85rem}.ce-chips{display:flex;flex-wrap:wrap;gap:.3rem}.chip{font-size:.75rem;padding:.1rem .5rem;border-radius:999px}.ce-nets{padding-left:1.2rem;margin:.2rem 0}.warn{color:var(--warn)}.circuit-summary{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;padding:.5rem 0}.review-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.overview-grid th a{text-decoration:none}.cell-none{background:var(--bad-bg);color:var(--bad)}.cell-most{background:var(--ok-bg);opacity:.8}.cell-empty{color:var(--muted)}.table,.compact,.grid{border-collapse:collapse;width:100%;margin:.5rem 0;font-size:.92rem}.table th,.table td,.compact th,.compact td{text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--border);vertical-align:top}.compact{width:auto}.inactive{opacity:.55}.row-actions{display:flex;gap:.8rem;flex-wrap:wrap}.scroll-x{overflow-x:auto}.grid th,.grid td{padding:.3rem .5rem;border:1px solid var(--border);text-align:center}.grid tbody th{text-align:left;white-space:nowrap}.cell a{text-decoration:none;color:inherit;display:block}.cell-complete{background:var(--ok-bg);color:var(--ok)}.cell-in_progress,.cell-incorrect{background:var(--warn-bg);color:var(--warn)}.cell-awaiting_marking,.cell-pending{background:var(--info-bg);color:var(--accent)}.cell-correct{background:var(--ok-bg)}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.8rem}.two-col .card{margin:0}.admin-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}@media(max-width:800px){.admin-layout{grid-template-columns:1fr}}.admin-list{margin:0}.admin-list h2{font-size:1rem;margin-top:1rem}.admin-editor .card:first-child{margin-top:0}ul.plain{list-style:none;padding:0;margin:.3rem 0}ul.plain li{padding:.25rem 0}.help p{font-size:.9rem}.marking-part{border-top:1px solid var(--border);padding-top:.6rem;margin-top:.6rem}.answer{margin:.4rem 0;padding:.5rem .8rem;border-left:3px solid var(--accent);background:var(--field, var(--bg));white-space:pre-wrap}.model-answer{color:var(--muted)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);display:flex;flex-direction:column}.overlay-bar{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.5rem .8rem;padding-top:max(.5rem,env(safe-area-inset-top));border-bottom:1px solid var(--border);background:var(--card)}.overlay-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overlay-actions{display:flex;align-items:center;gap:.5rem;flex:none}.overlay-actions button{min-height:40px}.overlay-link{white-space:nowrap;font-size:.9rem}.overlay-body{flex:1;min-height:0;overflow:auto;padding-bottom:env(safe-area-inset-bottom)}.overlay-pdf,.overlay-zoom{display:flex;overflow:hidden}.overlay-pdf .pdf-frame{flex:1;width:100%;height:100%;margin:0;border:none;border-radius:0}.zoom-scroll{flex:1;overflow:auto;padding:.5rem}.zoom-stage{min-width:100%}.zoom-level{min-width:3.2rem;text-align:center}.zoom-stage svg{max-width:none!important;width:100%;height:auto}.zoom-stage .blocks-wrap,.zoom-stage .circuit-wrap,.zoom-stage .graph-wrap{max-width:none!important;margin:0}.pdf-toolbar{margin-top:.6rem}.pdf-inline{position:relative}.pdf-expand{position:absolute;top:1rem;right:.6rem;font-size:.8rem;padding:.25rem .6rem}.pdf-card{display:flex;align-items:center;gap:.8rem;width:100%;min-height:68px;margin-top:.6rem;padding:.9rem 1rem;text-align:left;font:inherit;color:inherit;background:var(--info-bg);border:1px solid var(--border);border-radius:8px}.pdf-card-icon{font-size:1.8rem;line-height:1}.compact-only{display:none}.figure-zoom{position:relative;cursor:zoom-in}.figure-expand{position:absolute;top:.2rem;right:.2rem;font-size:.85rem;line-height:1;padding:.25rem .4rem;border-radius:6px;color:var(--muted);background:var(--card);border:1px solid var(--border);opacity:.75}.figure-zoom:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:700px){input[type=text],input[type=password],input[type=number],input:not([type]),select,textarea{font-size:16px;padding:.6rem .7rem}button{min-height:44px}button.link{min-height:0}.content{padding:.9rem .8rem 2rem}.card{padding:.8rem .9rem}h1{font-size:1.3rem}.topbar{position:sticky;top:0;z-index:20;padding:.5rem .8rem;gap:.4rem}.topbar nav{width:100%;flex-wrap:nowrap;overflow-x:auto;gap:.9rem;scrollbar-width:none}.topbar nav::-webkit-scrollbar{display:none}.topbar nav a,.topbar nav button{white-space:nowrap}.chapter-grid{grid-template-columns:1fr}.question-row{flex-wrap:wrap;gap:.4rem;padding:.9rem}.question-title{flex-basis:100%}.part{padding:.8rem .7rem}.part-input,.numeric-input input{max-width:none}.choice{gap:.7rem;min-height:44px;padding:.5rem .7rem;border:1px solid var(--border);border-radius:6px}.choice input[type=radio]{width:1.15rem;height:1.15rem;flex:none}.question-actions button{flex:1 1 100%}.question-nav{width:100%;margin-left:0}.question-nav button{flex:1 1 0}.diagram-scroll{overflow-x:auto}.diagram-scroll>.timing{min-width:460px}.diagram-scroll>.blocks-wrap{min-width:420px}.diagram-scroll>.truth-table,.diagram-scroll>.kmap{min-width:280px}.compact-only{display:inline}.scroll-x,.table-wrap{overflow-x:auto}}
