.landing-container{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;text-align:center}.landing-header{font-size:2em;margin-bottom:20px}.landing-text{line-height:1.6;margin-bottom:20px;max-width:600px}.landing-button{background-color:orange;border:none;border-radius:5px;cursor:pointer;font-size:1em;margin:10px;padding:10px 20px}.landing-button:hover{background-color:#cc8400}.generation-container{align-items:center;display:flex;flex-direction:column;padding:50px}.generation-header{font-size:2em;margin-bottom:20px}.generation-text{line-height:1.6;margin-bottom:20px;max-width:600px;text-align:center}.generation-form{margin-bottom:20px;width:100%}.generation-input{background-color:#333;border:1px solid orange;border-radius:5px;color:#fff;height:150px;margin-bottom:10px;padding:10px;white-space:pre-line;width:50%}.generation-input::-webkit-scrollbar-track{background:#2e2e2e}.generation-input::-webkit-scrollbar-thumb{background-color:orange;border:3px solid #2e2e2e;border-radius:10px}.generation-input::-webkit-scrollbar{width:8px}.generation-input::-webkit-scrollbar-corner{background-color:#2e2e2e}.generation-button{background-color:orange;border:none;border-radius:5px;color:#1a1a1a;cursor:pointer;margin-top:10px;min-width:150px;padding:10px 20px}.generation-button:hover{background-color:#cc8400}.generation-button:disabled{background-color:#666;border:none;border-radius:5px;color:#ccc;cursor:not-allowed;margin-top:10px;min-width:150px;padding:10px 20px}.generation-button:disabled:hover{background-color:#666}.loading-spinner{animation:spin 1s ease infinite;border:4px solid #fff3;border-left-color:orange;border-radius:50%;height:36px;margin-top:70px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.generation-result{background-color:#262626;border-radius:5px;color:#fff;margin-top:50px;padding:20px;white-space:pre-line;width:50%}.footer,.generation-result h3{text-align:center}.footer{margin-top:auto;padding:20px 0}.footer p{margin:5px 0}*{box-sizing:border-box;margin:0;padding:0}.App{background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh}a{color:orange;text-decoration:none}a:hover{text-decoration:underline}
/*# sourceMappingURL=main.064991df.css.map*/