code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a67d8}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App,body{min-height:100vh}.App{align-items:center;display:flex;flex-direction:column;padding:20px}.container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:20px auto;max-width:800px;padding:40px;width:100%}.header{margin-bottom:40px;text-align:center}.header-top{justify-content:space-between;margin-bottom:10px}.header-buttons,.header-top{align-items:center;display:flex}.header-buttons{gap:10px}.header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin:0}.header p{color:#718096;font-size:1.1rem;margin:0}.about-button{background:linear-gradient(135deg,#3182ce,#2c5282);border:none;border-radius:25px;box-shadow:0 4px 6px #3182ce33;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.about-button:hover{box-shadow:0 6px 12px #3182ce4d;transform:translateY(-2px)}.help-button{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:25px;box-shadow:0 4px 6px #48bb7833;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.help-button:hover{box-shadow:0 6px 12px #48bb784d;transform:translateY(-2px)}.upload-section{background:#f7fafc;border:2px dashed #e2e8f0;border-radius:15px;margin-bottom:30px;padding:30px;transition:all .3s ease}.upload-section:hover{background:#f0f4ff;border-color:#667eea}.form-group{margin-bottom:20px}.form-group label{color:#2d3748;display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.file-input-wrapper{display:inline-block;position:relative;width:100%}.file-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:1rem;padding:15px;transition:all .3s ease;width:100%}.file-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.text-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:15px;transition:all .3s ease;width:100%}.text-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.text-input::placeholder{color:#a0aec0}.upload-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.upload-button:hover{box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.upload-button:active{transform:translateY(0)}.upload-button:disabled{background:#cbd5e0;box-shadow:none;cursor:not-allowed;transform:none}.episodes-section{margin-top:40px}.episodes-section h2{color:#2d3748;font-size:1.8rem;margin-bottom:20px;text-align:center}.episodes-list{list-style:none;margin:0;padding:0}.episode-item{background:#fff;border-left:4px solid #667eea;border-radius:10px;box-shadow:0 4px 6px #0000000d;margin-bottom:15px;padding:20px;transition:all .3s ease}.episode-item:hover{box-shadow:0 8px 15px #0000001a;transform:translateX(5px)}.episode-title{color:#2d3748;font-size:1.1rem;font-weight:600;margin:0 0 8px}.episode-description{color:#718096;font-size:.9rem;line-height:1.5;margin:0}.rss-section{display:flex;flex-wrap:wrap;gap:15px;margin-top:30px}.rss-link{background:linear-gradient(135deg,#48bb78,#38a169);border-radius:10px;display:inline-block;flex:1 1;font-weight:600;letter-spacing:1px;min-width:200px;padding:15px 30px;text-align:center;text-transform:uppercase;transition:all .3s ease}.rss-link,.rss-link:hover{color:#fff;text-decoration:none}.rss-link:hover{box-shadow:0 10px 20px #48bb784d;transform:translateY(-2px)}.copy-button{background:linear-gradient(135deg,#ed8936,#dd6b20);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;letter-spacing:1px;min-width:200px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease}.copy-button:hover{box-shadow:0 10px 20px #ed89364d;transform:translateY(-2px)}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;box-shadow:0 10px 20px #0000001a;margin-top:30px;max-width:800px;padding:20px;text-align:center;width:100%}.footer-content{align-items:center;display:flex;flex-direction:column;gap:8px}.footer-text{color:#4a5568;font-size:1rem;font-weight:500;margin:0}.footer-email{color:#718096;font-size:.9rem;margin:0}.footer-link{border-bottom:2px solid #0000;color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.footer-link:hover{border-bottom-color:#5a67d8;color:#5a67d8;text-decoration:none}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:2px solid #f7fafc;display:flex;justify-content:space-between;padding:30px 30px 20px}.modal-header h2{color:#2d3748;font-size:1.8rem;margin:0}.close-button{align-items:center;background:#e2e8f0;border:none;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.close-button:hover{background:#cbd5e0;color:#2d3748}.modal-body{padding:30px}.about-section{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:30px;padding:20px}.about-section h3{align-items:center;color:#2d3748;display:flex;font-size:1.3rem;gap:10px;margin:0 0 15px}.about-section p{color:#4a5568;line-height:1.6;margin:0 0 15px}.about-section ol,.about-section ul{margin:0;padding-left:20px}.about-section li{color:#4a5568;line-height:1.6;margin-bottom:8px}.about-section strong{color:#2d3748;font-weight:600}.rss-benefits,.rss-explanation{background:#f0f4ff;border-left:4px solid #667eea;border-radius:8px;margin:20px 0;padding:15px}.rss-benefits h4,.rss-explanation h4{color:#2d3748;font-size:1.1rem;margin:0 0 10px}.deployment-warning{background:#fff5f5;border-left:4px solid #f56565;border-radius:8px;margin-bottom:20px;padding:15px}.deployment-warning h4{color:#c53030;font-size:1.1rem;margin:0 0 10px}.deployment-warning p{color:#742a2a;font-weight:500;margin:0}.code-section{background:#edf2f7;border-radius:8px;margin:20px 0;padding:20px}.code-section h4{color:#2d3748;font-size:1.1rem;margin:0 0 15px}.code-section code{background:#2d3748;border-radius:4px;color:#e2e8f0;font-family:Courier New,monospace;font-size:.9rem;padding:2px 6px}.code-block{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:15px}.code-block p{color:#2d3748;font-weight:600;margin:0 0 10px}.code-block ul{margin:0;padding-left:20px}.code-block li{font-family:Courier New,monospace;font-size:.9rem;margin-bottom:5px}.deployment-steps{background:#f0fff4;border-left:4px solid #48bb78;border-radius:8px;padding:20px}.deployment-steps h4{color:#22543d;font-size:1.1rem;margin:0 0 15px}.deployment-steps ol{margin:0;padding-left:20px}.deployment-steps li{line-height:1.6;margin-bottom:10px}.deployment-steps ul{margin:10px 0 0;padding-left:20px}.features-list,.tech-stack{background:#f7fafc;border-radius:8px;margin:15px 0;padding:15px}.features-list h4,.tech-stack h4{color:#2d3748;font-size:1.1rem;margin:0 0 10px}.features-list ul,.tech-stack ul{margin:0;padding-left:20px}.features-list li,.tech-stack li{line-height:1.5;margin-bottom:5px}.help-intro{background:#f0f4ff;border-left:4px solid #667eea;border-radius:10px;font-size:1.1rem;line-height:1.6;margin-bottom:30px;padding:20px}.help-intro strong{color:#2d3748}.platform-section{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:30px;padding:20px}.platform-section h3{align-items:center;color:#2d3748;display:flex;font-size:1.3rem;gap:10px;margin:0 0 15px}.platform-section ol{margin:0;padding-left:20px}.platform-section li{color:#4a5568;line-height:1.6;margin-bottom:8px}.platform-section strong{color:#2d3748;font-weight:600}.platform-section code{background:#edf2f7;border-radius:4px;color:#2d3748;font-family:Courier New,monospace;font-size:.9rem;padding:2px 6px}.help-tips{background:#fff5f5;border-left:4px solid #f56565;border-radius:10px;margin-top:30px;padding:20px}.help-tips h3{color:#2d3748;font-size:1.2rem;margin:0 0 15px}.help-tips ul{margin:0;padding-left:20px}.help-tips li{color:#4a5568;line-height:1.6;margin-bottom:8px}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;margin-right:10px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.success-message{background:#c6f6d5;border-left:4px solid #48bb78;color:#22543d}.error-message,.success-message{border-radius:10px;margin:20px 0;padding:15px}.error-message{background:#fed7d7;border-left:4px solid #f56565;color:#742a2a}@media (max-width:768px){.container{margin:10px;padding:20px}.header h1{font-size:2rem}.header-top{flex-direction:column;gap:15px}.header-buttons{flex-direction:column;gap:10px}.upload-section{padding:20px}.copy-button,.rss-link,.upload-button{font-size:1rem;padding:12px 20px}.rss-section{flex-direction:column}.footer{margin:20px 10px;padding:15px}.modal-content{margin:10px;max-height:95vh}.modal-body,.modal-header{padding:20px}.modal-header h2{font-size:1.5rem}.about-section,.platform-section{padding:15px}}@media (max-width:480px){.App{padding:10px}.container{padding:15px}.header h1{font-size:1.8rem}.about-button,.help-button{font-size:.8rem;padding:8px 16px}.footer{padding:12px}.footer-text{font-size:.9rem}.footer-email{font-size:.8rem}.modal-body{padding:15px}.about-section,.platform-section{padding:12px}}
/*# sourceMappingURL=main.d036e767.css.map*/