:root{color:#121212;background:linear-gradient(130deg,#f6f6ff,#f9f9ff,#fff8f0);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;padding:24px}.app{gap:16px;max-width:1200px;margin:0 auto;display:grid}.error{color:#8a1f11}h1{margin:0 0 6px}.grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));align-items:start;gap:16px;display:grid}article{background:#ffffffd8;border:1px solid #e2e2ea;border-radius:14px;padding:16px;box-shadow:0 8px 20px #00000012}label{gap:4px;margin-bottom:10px;display:grid}label span{font-size:14px;font-weight:600}select,input,textarea{background:#fff;border:1px solid #ccc;border-radius:8px;width:100%;min-height:34px;padding:6px 8px}textarea{resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}small{color:#555}.grid-subtitle{margin:10px 0 6px;font-weight:700}.grid-checkbox-list{border:1px solid #e2e2ea;border-radius:8px;gap:8px;max-height:260px;margin-bottom:12px;padding:8px;display:grid;overflow:auto}.checkbox-row{grid-template-columns:1fr 120px;align-items:center;gap:6px;display:grid}.checkbox-row .number-field{margin-bottom:0}.language-switch{width:280px}.checkbox-row label{align-items:center;gap:8px;margin-bottom:0;display:inline-flex}.checkbox-row label span{font-weight:500}.checkbox-row select{justify-self:end}.actions{flex-wrap:wrap;gap:10px;display:flex}.run-actions{align-items:end}.run-actions .number-field{width:150px}.run-actions .number-field input{padding:9px 10px}.number-field{gap:6px;display:grid}.number-field span{font-size:14px;font-weight:600}.number-field small{color:#a33;font-size:12px}button{color:#fff;cursor:pointer;background:#1f5fcc;border:none;border-radius:10px;padding:10px 14px;font-weight:700}button:hover{background:#1747a1}.json-output{width:100%;min-height:330px;font-size:13px}.status-line{margin:0 0 10px}.error-text{color:#8a1f11;margin-top:8px;font-size:13px}.runtime-output h3,.runtime-output h4{margin:12px 0 6px}.friendly-results{gap:12px;display:grid}.summary-note{color:#526070;margin:-4px 0 0;font-size:13px}.result-card-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.result-card{background:#ffffffd8;border:1px solid #dfe4f5;border-radius:14px;gap:6px;padding:14px;display:grid;box-shadow:0 6px 16px #0000000d}.result-card-anchor{scroll-margin-top:24px}.result-card.highlight{color:#fff;background:linear-gradient(135deg,#1f5fcc,#4a7dea)}.result-card span{color:inherit;opacity:.75;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.result-card strong{font-size:20px}.result-list{background:#f9faff;border:1px solid #dfe4f5;border-radius:14px;padding:12px}.result-list ul{gap:8px;margin:8px 0 0;padding:0;list-style:none;display:grid}.result-list li{border-top:1px solid #e6e9f7;justify-content:space-between;gap:12px;padding:8px 0;display:flex}.raw-output{margin-top:14px}.raw-output summary{cursor:pointer;color:#1f5fcc;font-weight:700}.runtime-json{min-height:240px}.runtime-output pre{white-space:pre-wrap;background:#f5f5fd;border:1px solid #ddd;border-radius:8px;margin:6px 0 0;padding:10px}.progress-wrap{margin-bottom:12px}.progress-meta{margin-bottom:6px;font-size:13px;font-weight:600}.progress-track{background:#edf0ff;border:1px solid #cfd6ef;border-radius:8px;width:100%;height:12px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#1f5fcc,#4a7dea);border-radius:8px;width:0%;height:100%;transition:width .12s linear}
