body{background-color:#f0f4f8;font-family:Arial,sans-serif;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh;padding:2rem}.header-container{margin:0 auto 2rem;max-width:800px;text-align:center;width:100%}.app-header{margin-bottom:1rem}.logo{height:120px;object-fit:contain}.app-title{color:#2c3e50;font-size:2.5em;margin:1rem 0}.header-line{display:block;height:auto;margin:1rem 0;width:800px}.streep-container{margin:0 auto;overflow:visible;width:800px}.content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:2rem;width:100%}.question-container{margin-bottom:2rem}.question-container h2{color:#34495e;font-size:1.2rem;margin-bottom:.5rem}.input-field{border:2px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.input-field:focus{border-color:#3498db;outline:none}.input-field:disabled{background-color:#f8f9fa;cursor:not-allowed}.button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1rem;margin-right:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease}.button:hover{background-color:#2980b9}.button:disabled{background-color:#bdc3c7;cursor:not-allowed}.generate-button{background-color:#2ecc71}.generate-button:hover{background-color:#27ae60}.regenerate-button{background-color:#e74c3c}.regenerate-button:hover{background-color:#c0392b}.download-button{background-color:#9b59b6}.download-button:hover{background-color:#8e44ad}.download-word-button{background-color:#2980b9}.download-word-button:hover{background-color:#2471a3}.new-plan-button{background-color:#f1c40f}.new-plan-button:hover{background-color:#f39c12}.button-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.error{background-color:#fadbd8;color:#e74c3c;margin-top:1rem}.error,.progress-message{border-radius:4px;padding:1rem}.progress-message{align-items:center;background-color:#edf7ff;display:flex;margin-bottom:2rem}.progress-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:20px;margin-right:1rem;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-text{color:#2c3e50}.section-wrapper{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:1.5rem}.chapter-title-wrapper{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;cursor:pointer;padding:1rem}.chapter-title{align-items:center;color:#2c3e50;display:flex;font-size:1.2em;font-weight:700;justify-content:space-between;margin:0}.collapse-icon{color:#7f8c8d;font-size:.8em}.section-content{max-height:1000px;overflow:hidden;padding:1rem;transition:max-height .3s ease-out}.section-content.collapsed{max-height:0;padding:0 1rem}.section-content p{line-height:1.6;margin-bottom:1rem}.section-appear{animation:sectionFadeIn .5s forwards;opacity:0;transform:translateY(20px)}.lesplan-footer{color:#666;font-size:.9em;font-style:italic;margin:2rem 0;text-align:center}@keyframes sectionFadeIn{to{opacity:1;transform:translateY(0)}}.lesplan{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.lesplan p{color:#34495e;line-height:1.6;margin-bottom:15px}.lesplan strong{color:#2c3e50;font-weight:600}.result-container{margin-top:2rem}.result-container h2{color:#2c3e50;margin-bottom:1.5rem}@media (max-width:768px){.app,.content{padding:1rem}.button{margin-right:0;width:100%}.button-container{flex-direction:column}.section-content{padding:15px}.logo{height:80px}.app-title{font-size:2em}.header-line,.streep-container{max-width:100%;width:100%}}
/*# sourceMappingURL=main.a9139b95.css.map*/