@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background-color:#121212;color:#f5f5f5}.App{margin:0 auto;max-width:1000px;padding:2rem}.header{margin-bottom:2rem;text-align:center}.header p{color:#b3b3b3;font-size:1rem}.form-container{background-color:#1e1e1e;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background-color:#2d2d2d;border:1px solid #333;border-radius:5px;color:#f5f5f5;font-family:Poppins,sans-serif;padding:.75rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}button{background:linear-gradient(90deg,#0077b5,#70b5f9);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}button:hover{opacity:.9;transform:translateY(-2px)}button:disabled{background:#555;cursor:not-allowed;transform:none}.result-container{background-color:#1e1e1e;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-row .form-group{flex:1 1}.checkbox-group{margin:1rem 0}.generate-btn{font-size:1.1rem;margin-top:1rem;padding:1rem;width:100%}.post-preview{background-color:#2d2d2d;border-left:4px solid #0077b5;border-radius:8px;line-height:1.8;margin-bottom:1.5rem;padding:2rem;text-align:left}.post-preview h1,.post-preview h2,.post-preview h3{color:#e0e0e0;margin-bottom:1rem;margin-top:1.5rem}.post-preview p{line-height:1.8;margin-bottom:1.5rem}.post-preview a{color:#0077b5;text-decoration:none}.post-preview a:hover{text-decoration:underline}.post-preview ol,.post-preview ul{margin-bottom:1.5rem;margin-left:1.5rem}.post-preview blockquote{border-left:3px solid #0077b5;color:#b3b3b3;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}.post-actions{margin-top:1rem}.post-actions button{min-width:150px}.header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0077b5,#70b5f9);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:.5rem}.result-container h2{color:#e0e0e0;font-size:1.8rem;margin-bottom:1.5rem}.post-preview code{background-color:#3d3d3d;border-radius:3px;font-family:monospace;padding:.2rem .4rem}.post-preview pre{background-color:#3d3d3d;border-radius:5px;overflow-x:auto;padding:1rem}.developer-info{border-top:1px solid #333;margin-top:3rem;padding:1rem;text-align:center}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:.5rem}.social-links a{color:#0077b5;font-weight:500;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#70b5f9}.post-actions{display:flex;gap:1rem;justify-content:flex-end}.loading{align-items:center;display:flex;justify-content:center;margin:2rem 0}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#0077b5;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.App{padding:1.5rem}}@media (max-width:768px){.App{padding:1rem}.form-row{flex-direction:column;gap:1rem}.post-actions{align-items:stretch;flex-direction:column}.post-actions button{width:100%}.header h1{font-size:2rem}.result-container h2{font-size:1.5rem}}@media (max-width:480px){.App{padding:.75rem}.form-container,.result-container{padding:1.25rem}.header h1{font-size:1.75rem}.header p{font-size:.9rem}.post-preview{padding:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem}.developer-info{margin-top:2rem}.social-links{flex-direction:column;gap:.75rem}}@media print{body{background-color:#fff;color:#000}.App{max-width:100%;padding:0}.form-container,.loading,.post-actions,button{display:none}.post-preview{background-color:#fff;border:none;color:#000;padding:0}.post-preview h1,.post-preview h2,.post-preview h3,.result-container h2{color:#000}.header h1{-webkit-text-fill-color:#000;background:none}}
/*# sourceMappingURL=main.8f943e13.css.map*/