.container{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#6b46c1,#e74694,#dc2626)}.card{max-width:1000px;margin:0 auto;background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1a202c}.section{margin-bottom:1.5rem;padding:1.5rem;border-radius:.5rem}.prompt-section{background-color:#f3e8ff}.data-section{background-color:#ecfdf5}.output-section{background-color:#fefce8}.label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500}.input-row{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-end}.input-group{flex:2}.input{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.25rem}.textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.25rem;height:8rem;resize:vertical}.select{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:.25rem;height:37px}.button{padding:.5rem 1.5rem;border:none;border-radius:.25rem;color:#fff;cursor:pointer;transition:transform .2s ease-in-out;font-weight:500;height:37px}.button:hover:not(:disabled){transform:scale(1.05)}.save-button{background:linear-gradient(to right,#3b82f6,#2563eb)}.delete-button{background:linear-gradient(to right,#ef4444,#dc2626)}.generate-button{background:linear-gradient(to right,#8b5cf6,#ec4899);margin-top:1rem}.button:disabled{opacity:.5;cursor:not-allowed}.error{background-color:#fee2e2;color:#dc2626;padding:1rem;border-radius:.25rem;margin-bottom:1.5rem}.output-content{padding:1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;min-height:8rem}.section-title{composes:label;font-size:1.25rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;padding:2rem;border-radius:.5rem;max-width:400px;width:90%;text-align:center}.modal-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.modal-button{padding:.5rem 1.5rem;border:none;border-radius:.25rem;cursor:pointer;font-weight:500}.confirm-button{background-color:#ef4444;color:#fff}.cancel-button{background-color:#e5e7eb;color:#374151}*{margin:0;padding:0;box-sizing:border-box}
