:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#ffffffeb;background-color:#0b0b0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(124,58,237,.3),transparent 55%),#050506}button{font-family:inherit;transition:all .2s ease}button:focus-visible,textarea:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}#root{min-height:100vh;margin:0 auto;padding:2rem;max-width:1200px}.app{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.panel{background:#18181b;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px #0003}.panel header h1{margin:0;font-size:1.5rem}.panel header p{margin:.4rem 0 0;color:#ffffffa6}.prompt-form{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.prompt-form textarea{min-height:180px;border-radius:12px;border:1px solid rgba(255,255,255,.12);padding:1rem;background:#0f0f12;color:inherit;resize:vertical;font-size:1rem;line-height:1.4}.prompt-form textarea:focus{outline:2px solid #7c3aed;border-color:transparent}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap}.form-actions button{flex:1;border-radius:10px;border:none;padding:.75rem 1rem;font-weight:600;cursor:pointer}.form-actions button[disabled]{opacity:.65;cursor:not-allowed}.form-actions .ghost{background:transparent;border:1px solid rgba(255,255,255,.2)}.response-panel pre{background:#0f0f12;padding:1rem;border-radius:12px;max-height:320px;overflow:auto;white-space:pre-wrap}.muted{color:#ffffffa6}.error{color:#f87171}
