.app-shell{padding:3rem clamp(1rem,5vw,3rem) 4rem;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.hero{display:flex;justify-content:space-between;gap:2rem;align-items:center}.hero h1{margin:.5rem 0;font-size:clamp(2rem,4vw,2.8rem)}.hero-card{min-width:180px;border-radius:1.5rem;border:1px solid rgba(15,23,42,.15);padding:1.5rem;background:#fff;text-align:center;box-shadow:0 20px 45px #0f172a26}.hero-card-label{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#64748b;margin-bottom:.25rem}.hero-card-value{font-size:2.5rem;margin:0}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:#6366f1;margin:0}.lead{max-width:600px;color:#475569}.content-grid{display:grid;gap:2rem}.panel{background:#fff;border-radius:1.5rem;padding:2rem;border:1px solid rgba(15,23,42,.1);box-shadow:0 30px 60px #0f172a14}.prompt-form{display:flex;flex-direction:column;gap:.75rem}.field-label{font-size:.85rem;font-weight:600;color:#0f172a}.select,.textarea{width:100%;border-radius:1rem;border:1px solid rgba(15,23,42,.1);padding:.85rem 1rem;font-size:1rem;font-family:inherit;background:#f8fafc}.textarea{resize:vertical}.helper{margin:0;color:#475569;font-size:.9rem}.submit{margin-top:.5rem;border:none;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;padding:.9rem 1.25rem;font-size:1rem;cursor:pointer}.submit:disabled{opacity:.6;cursor:not-allowed}.error{margin-top:1rem;color:#dc2626}.result{margin-top:1.5rem;border-radius:1.25rem;border:1px solid rgba(99,102,241,.2);background:#6366f10d;padding:1.25rem}.result-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.75rem}.result pre,.history-body pre{white-space:pre-wrap;background:#fff;border-radius:1rem;padding:1rem;border:1px solid rgba(15,23,42,.08);font-size:.95rem}.panel-header{display:flex;justify-content:space-between;align-items:center}.ghost{border:1px solid rgba(15,23,42,.2);background:transparent;border-radius:999px;padding:.4rem 1rem;cursor:pointer}.ghost:disabled{opacity:.5;cursor:not-allowed}.history{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.history-item{border-radius:1.25rem;border:1px solid rgba(15,23,42,.08);padding:1rem 1.25rem;background:#f8fafc}.history-item header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.status{padding:.3rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600}.status-completed{background:#10b98126;color:#047857}.status-failed{background:#f8717133;color:#b91c1c}.status-pending{background:#0ea5e926;color:#0369a1}.history-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#475569;margin-top:1rem}.history-body{border-top:1px solid rgba(15,23,42,.08);padding-top:.75rem}details summary,.history summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.muted{color:#64748b}@media (min-width: 960px){.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.hero{flex-direction:column;align-items:flex-start}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit}
