body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#6366f1;--primary-hover:#4f46e5;--secondary-color:#e2e8f0;--secondary-hover:#cbd5e1;--text-color:#1e293b;--bg-color:#f8fafc;--card-bg:#fff;--border-color:#e2e8f0;--success-color:#10b981;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}body{background-color:#f8fafc;background-color:var(--bg-color);color:#1e293b;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;margin:0;padding:0}.app-container{margin:0 auto;max-width:1000px;padding:2rem}header{margin-bottom:2rem;text-align:center}header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6366f1,#8b5cf6);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;margin-bottom:.5rem}header p{color:#64748b;font-size:1.1rem}.additional-info-section{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;box-sizing:border-box;display:inline-block;font-family:inherit;font-size:.8rem;margin-top:1rem;min-width:25ch;padding:.5rem}.description-input{box-sizing:border-box;margin-bottom:1rem}.description-input,.description-section,.prompt-section,.questions-section{background-color:#fff;background-color:var(--card-bg);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem}.description-section,.prompt-section,.questions-section{margin-bottom:2rem}.prompt-section-header h2{text-align:center}textarea{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;color:#1e293b;color:var(--text-color);font-family:inherit;font-size:1rem;margin-bottom:1.5rem;min-height:120px;padding:1rem;resize:vertical;width:100%}.primary-button,.secondary-button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.primary-button{background-color:#6366f1;background-color:var(--primary-color);color:#fff}.primary-button:hover:not(:disabled){background-color:#4f46e5;background-color:var(--primary-hover)}.secondary-button{background-color:#e2e8f0;background-color:var(--secondary-color);color:#1e293b;color:var(--text-color)}.secondary-button:hover:not(:disabled){background-color:#cbd5e1;background-color:var(--secondary-hover)}button:disabled{cursor:not-allowed;opacity:.6}.action-buttons{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem}.questions-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.question-card{background-color:#fff;background-color:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .3s}.question-card.answered{border-left:4px solid #10b981;border-left:4px solid var(--success-color)}.question-card h3{font-size:1.2rem;margin-bottom:1rem;margin-top:0}.options-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.options-grid button{background-color:#e2e8f0;background-color:var(--secondary-color);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;text-align:center;transition:all .2s}.options-grid button:hover:not(:disabled){background-color:#cbd5e1;background-color:var(--secondary-hover)}.options-grid button.selected{background-color:#6366f1;background-color:var(--primary-color);color:#fff}pre{font-family:Fira Code,Courier New,monospace;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.mini-html-container{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#000;margin:20px auto;max-width:800px;padding:20px}@media (max-width:768px){.app-container{padding:1rem}.options-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column;gap:1rem}.action-buttons button{width:100%}}
/*# sourceMappingURL=main.0e533328.css.map*/