:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:#2563eb;text-decoration:none}.page{padding:1.5rem}.center-page{text-align:center;place-content:center;gap:1rem;min-height:100vh;display:grid}.inline-actions{justify-content:center;gap:1rem;display:flex}.auth-page{justify-content:center;display:grid}.card,.panel{background:#fff;border:1px solid #dbe4f0;border-radius:12px;padding:1rem}form.card{gap:.75rem;min-width:320px;display:grid}.input-field{text-align:left;gap:.35rem;display:grid}.input-field input,.editor-toolbar select{border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .65rem}.btn{cursor:pointer;border:0;border-radius:8px;padding:.6rem .9rem}.btn-primary{color:#fff;background:#2563eb}.workspace-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem;display:grid}.workspace-card h3{margin-top:0}.workspace-page,.editor-page{grid-template-columns:280px 260px 1fr;gap:1rem;display:grid}.file-tree{align-content:start;gap:.5rem;display:grid}.file-row{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;width:100%;padding:.55rem;display:flex}.file-row.is-active{background:#eff6ff;border-color:#2563eb}.editor-toolbar{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.editor-frame{border:1px solid #dbe4f0;border-radius:8px;overflow:hidden}.editor-title{background:#f1f5f9;border-bottom:1px solid #dbe4f0;padding:.5rem .75rem;font-size:.9rem}.presence-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.presence-pill{border:1px solid;border-radius:999px;padding:.15rem .6rem;font-size:.8rem}.execution-panel pre{color:#dbeafe;background:#0b1220;border-radius:8px;padding:.75rem;overflow:auto}.execution-panel .stderr{color:#fecaca}
