:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #3498db;--secondary-color: #2ecc71;--dark-color: #2c3e50;--light-color: #ecf0f1;--danger-color: #e74c3c;--text-color: #333;--border-radius: 4px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--light-color);display:flex;justify-content:center;min-height:100vh;margin:0;padding:0}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;display:flex;flex-direction:column;align-items:center}.header{text-align:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ddd}.header h1{color:var(--primary-color)}.tab-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-button{padding:.8rem 1.5rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-weight:500;color:#495057;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.tab-button:hover{background:#e9ecef;border-color:#ced4da}.tab-button.active{background:#3498db;color:#fff;border-color:#3498db}.tab-icon{font-size:1.2rem}.main-content{width:100%;max-width:900px;background:#fff;padding:30px;border-radius:var(--border-radius);box-shadow:0 2px 10px #0000001a;min-height:500px;margin:0 auto}.news-flow,.custom-text-flow{width:100%;max-width:800px;margin:0 auto}h2{color:var(--dark-color);margin-bottom:20px;text-align:center}.primary-button,.secondary-button{display:block;width:100%;padding:12px;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:16px;margin:20px 0;transition:background .3s}.primary-button{background:var(--primary-color);color:#fff}.secondary-button{background:var(--secondary-color);color:#fff}.primary-button:disabled{background:#ccc;cursor:not-allowed}.script-card{background:#f9f9f9;padding:15px;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);margin-bottom:20px}.script-card h3{color:var(--dark-color);margin-bottom:10px}.script-content{max-height:200px;overflow-y:auto;padding:10px;background:#fff;border:1px solid #eee;border-radius:var(--border-radius);margin-bottom:15px}.video-result{text-align:center}.video-player{margin:20px 0;background:#f5f5f5;padding:15px;border-radius:var(--border-radius)}.video-display-wrapper{display:flex;flex-direction:column;gap:2rem;margin:1.5rem 0}.video-box{background:#f9f9fa;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;width:100%}.video-box h4{text-align:center;margin-bottom:1rem;color:#2c3e50;font-weight:600}.video-container.vertical{max-width:400px;margin-left:auto;margin-right:auto;border-left:4px solid #3498db;padding-left:.8rem}video{width:100%;display:block;border-radius:4px;background:#000}.debug-buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}@media (min-width: 992px){.video-display-wrapper{flex-direction:row;align-items:flex-start}.video-box{flex:1}.video-box:first-child{flex:2}.video-box.vertical{flex:1}}.download-link{display:inline-block;margin-top:10px;padding:8px 15px;background:var(--dark-color);color:#fff;text-decoration:none;border-radius:var(--border-radius)}.error-message{background:#ffdede;border-left:4px solid var(--danger-color);padding:15px;margin:20px 0;color:var(--danger-color)}.form-group{margin-bottom:20px}label{display:block;margin-bottom:5px;font-weight:600}input,textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:var(--border-radius);font-family:inherit;font-size:16px}.keywords{margin-top:20px}.keyword-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px}.keyword-tag{background:var(--primary-color);color:#fff;padding:5px 10px;border-radius:20px;font-size:14px}.footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #ddd;color:#777}.article-selection{margin-bottom:30px}.article-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin:20px 0}.article-card{padding:15px;border:1px solid #ddd;border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease;height:100%;display:flex;flex-direction:column}.article-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.article-card.selected{border-color:var(--primary-color);background-color:#3498db1a}.article-card h4{margin:0 0 10px;color:var(--dark-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}.article-source{font-size:12px;color:#666;margin-bottom:10px}.article-card p{font-size:14px;color:#333;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.loading-indicator{text-align:center;margin:30px 0;padding:20px;background-color:#f8f9fa;border-radius:var(--border-radius);border:1px solid #ddd}.progress-animation{width:100%;height:4px;background:linear-gradient(to right,var(--primary-color) 0%,var(--light-color) 50%,var(--primary-color) 100%);background-size:200% 100%;animation:loading-progress 2s infinite linear;margin-top:15px;border-radius:2px}@keyframes loading-progress{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 768px){.article-list{grid-template-columns:1fr}}.article-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.refresh-button{background:var(--secondary-color);color:#fff;border:none;border-radius:var(--border-radius);padding:6px 12px;cursor:pointer;font-size:14px;transition:background .2s}.refresh-button:hover{background:#27ae60}.refresh-button:disabled{background:#ccc;cursor:not-allowed}.video-container{margin-top:30px;padding:20px;background:#f7f7f7;border-radius:var(--border-radius);box-shadow:0 2px 4px #0000001a}.video-player{margin-top:15px;width:100%}.video-player video{width:100%;max-height:500px;background:#000}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#2c3e50;color:#fff;padding:1rem 2rem}.navbar-brand{font-size:1.5rem;font-weight:700}.navbar-brand a{color:#fff;text-decoration:none}.navbar-menu{display:flex;list-style:none;margin:0;padding:0}.navbar-menu li{margin-left:1.5rem}.navbar-menu li a{color:#fff;text-decoration:none;padding:.5rem;border-radius:4px}.navbar-menu li.active a{background-color:#fff3}.navbar-menu li a:hover{background-color:#ffffff1a}.content{max-width:1200px;margin:2rem auto;padding:0 1rem}.article-list h1{margin-bottom:.5rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.article-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;background:#fff}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.article-card h3{margin-top:0;margin-bottom:.5rem;color:#3498db}.article-source{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.article-view{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a}.back-button{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:4px;margin-bottom:1.5rem;cursor:pointer}.article-header h1{margin-top:0;margin-bottom:.5rem}.article-meta{color:#7f8c8d;margin-bottom:1.5rem}.article-meta .source{font-weight:700;margin-right:1rem}.article-content .description{font-size:1.2rem;font-weight:500;margin-bottom:1.5rem}.script-container{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.custom-text-form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.text-count{text-align:right;color:#7f8c8d;font-size:.85rem;margin-top:.5rem}.primary-button{background:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .2s}.primary-button:hover{background:#2980b9}.primary-button:disabled{background:#95a5a6;cursor:not-allowed}.secondary-button{background:#ecf0f1;color:#2c3e50;border:1px solid #bdc3c7;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1.5rem}.secondary-button:hover{background:#e0e6e7}.video-result{margin-top:2rem}.video-container{margin:1.5rem 0;background:#f9f9f9;border-radius:8px;padding:1.5rem}.video-container h3{margin-top:0;margin-bottom:1rem}.video-container.vertical{max-width:400px;margin-left:auto;margin-right:auto}.debug-section{background:#f8f8f8;padding:1rem;border-radius:4px;font-size:.85rem;margin-top:2rem;border:1px solid #e0e0e0}.error-message{background:#fdeeee;border-left:4px solid #e74c3c;padding:1rem;margin:1rem 0;border-radius:4px}.video-error{background:#fdeeee;padding:1rem;border-radius:4px;margin-bottom:1rem}.video-loading{text-align:center;padding:1rem;background:#f7f7f7;border-radius:4px;margin-bottom:1rem}.error-boundary{background:#fdeeee;border-left:4px solid #e74c3c;padding:2rem;margin:2rem 0;border-radius:4px}.error-boundary button{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;margin-top:1rem;cursor:pointer}.error-boundary details{margin-top:1rem;background:#f9f9f9;padding:1rem;border-radius:4px}.debug-url{background:#f8f8f8;padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:4px;font-size:.8rem}.debug-button{background:#555;color:#fff;border:none;padding:4px 8px;margin-right:8px;border-radius:3px;font-size:.8rem;cursor:pointer}.debug-button:hover{background:#333}.section-headline{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.character-count{text-align:right;font-size:.8rem;color:#7f8c8d;margin-top:.5rem}.near-limit{color:#e74c3c;font-weight:700}.keywords-section{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;text-align:center}.keyword-tag{display:inline-block;background:#3498db;color:#fff;padding:.3rem .8rem;margin:.3rem;border-radius:20px;font-size:.9rem;transition:transform .2s}.keyword-tag:hover{transform:scale(1.05)}button[title]{position:relative}button[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#2c3e50;color:#fff;padding:.5rem;border-radius:4px;font-size:.8rem;white-space:nowrap;z-index:100;margin-bottom:8px}@media (max-width: 768px){.tab-navigation{flex-direction:column;gap:.5rem}.tab-button{width:100%}.video-container{padding:.8rem}.section-headline{font-size:1.5rem}}.primary-button,.secondary-button{font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.primary-button:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.secondary-button:hover{background:#dfe6e9;transform:translateY(-2px)}.video-result{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-top:2rem;box-shadow:0 4px 6px #0000000d}.video-result h3{color:#2c3e50;text-align:center;margin-bottom:1.5rem;font-weight:600}.loading-indicator{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin:1.5rem 0;box-shadow:0 2px 4px #0000000d}.progress-animation{height:4px;background:linear-gradient(to right,#3498db,#2ecc71,#3498db);background-size:200% 100%;animation:loading-progress 2s infinite linear;border-radius:2px;margin-top:1rem}
