:root{--bg:#f5f2ea;--card:#fffdf8;--ink:#1f2933;--muted:#5f6b76;--brand:#9a3412;--brand2:#0f766e;--line:#e7dcc8;--focus:#f59e0b}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(135deg,#f5f2ea,#eef7f5);color:var(--ink);line-height:1.5}header,main,footer{max-width:1100px;margin:auto;padding:24px}header{padding-top:40px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-weight:800;font-size:.82rem}.lead{font-size:1.1rem;color:var(--muted);max-width:820px}h1{font-size:clamp(2rem,5vw,3.7rem);line-height:1.05;margin:.2rem 0 1rem}h2{margin-top:0}.panel{background:rgba(255,253,248,.92);border:1px solid var(--line);box-shadow:0 12px 30px rgba(54,42,24,.08);border-radius:22px;padding:22px;margin:18px 0}.grid{display:grid;gap:14px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.section-title,.student-head,.actions{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#334155;margin:12px 0}input,textarea,select{width:100%;border:1px solid #d8cbb6;border-radius:14px;padding:12px 13px;background:#fff;color:#111827;font:inherit}textarea{resize:vertical}input:focus,textarea:focus,select:focus{outline:3px solid rgba(245,158,11,.3);border-color:var(--focus)}button{border:0;border-radius:999px;padding:12px 18px;background:var(--brand);color:white;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(154,52,18,.18)}button:hover{filter:brightness(.96)}button.secondary{background:var(--brand2)}button.ghost{background:#ede3d3;color:#334155;box-shadow:none}.hint{color:var(--muted);font-size:.95rem}.checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 16px}.checks label{font-weight:650;flex-direction:row;align-items:center;margin:4px 0}.checks input{width:auto}.student-card{border:1px dashed #d6c3a7;background:#fffaf0;border-radius:18px;padding:16px;margin:14px 0}.student-card h3{margin:0;color:var(--brand)}.output-panel textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;min-height:420px;background:#0f172a;color:#e2e8f0;border-color:#1e293b}footer{color:var(--muted);font-size:.92rem}@media(max-width:760px){.two,.checks{grid-template-columns:1fr}header,main,footer{padding:16px}.actions{justify-content:flex-start}}