.generating-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 24px;text-align:center;font-weight:600;font-size:14px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.new-article-button:disabled{background-color:#9ca3af;cursor:not-allowed}.status-column{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014;height:100%}.column-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:2px solid rgba(255,255,255,.2)}.column-header h2{font-size:1rem;font-weight:600;margin:0}.article-count{background:#ffffff40;padding:.25rem .625rem;border-radius:12px;font-size:.875rem;font-weight:600}.articles-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.articles-list::-webkit-scrollbar{width:8px}.articles-list::-webkit-scrollbar-track{background:#f1f5f9}.articles-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.articles-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.empty-state{text-align:center;padding:3rem 1rem;color:#94a3b8;font-size:.875rem}.status-column:nth-child(1) .column-header{background:linear-gradient(135deg,#667eea,#764ba2)}.status-column:nth-child(2) .column-header{background:linear-gradient(135deg,#f093fb,#f5576c)}.status-column:nth-child(3) .column-header{background:linear-gradient(135deg,#4facfe,#00f2fe)}.status-column:nth-child(4) .column-header{background:linear-gradient(135deg,#43e97b,#38f9d7)}.article-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;position:relative}.article-card.clickable{cursor:pointer}.article-card.clickable:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000026}.article-card h3{margin:0 0 10px;font-size:18px;color:#1a1a1a;font-weight:600;line-height:1.4}.card-category{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.article-angle,.article-subheadline{color:#666;font-size:14px;line-height:1.5;margin-bottom:12px;font-style:italic}.content-preview{color:#555;font-size:14px;line-height:1.6;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis}.article-stats{display:flex;gap:12px;margin-bottom:12px;font-size:13px;color:#777;flex-wrap:wrap}.article-stats span{display:flex;align-items:center;gap:4px}.source-count{color:#667eea;font-size:13px;font-weight:500;margin-bottom:12px}.schedule-info{background:#e3f2fd;color:#1976d2;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px;font-weight:500}.published-info{background:#e8f5e9;color:#2e7d32;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px;font-weight:500}.edit-hint{color:#667eea;font-size:12px;margin-bottom:12px;font-weight:500;text-align:center;padding:6px;background:#667eea1a;border-radius:6px}.card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.card-actions button{flex:1;min-width:fit-content;padding:8px 12px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.generate-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.approve-btn{background:#4caf50;color:#fff}.approve-btn:hover{background:#45a049;transform:translateY(-2px)}.reject-btn{background:#f44336;color:#fff}.reject-btn:hover{background:#da190b;transform:translateY(-2px)}.preview-btn{background:#2196f3;color:#fff}.preview-btn:hover{background:#0b7dda;transform:translateY(-2px)}.publish-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.publish-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.back-btn{background:#9e9e9e;color:#fff}.back-btn:hover{background:#757575;transform:translateY(-2px)}.delete-btn{background:#f5f5f5;color:#e53935;flex:0 0 auto;min-width:40px;padding:8px}.delete-btn:hover{background:#ffebee;transform:translateY(-2px)}.editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.editor-container{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e5e7eb;flex-shrink:0}.editor-header h2{margin:0;font-size:24px;color:#111827}.close-btn{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-btn:hover{background-color:#f3f4f6;color:#111827}.editor-content{flex:1;overflow-y:auto;padding:24px}.editor-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.editor-section:last-child{border-bottom:none;margin-bottom:0}.editor-section h3{margin:0 0 16px;font-size:18px;color:#374151;font-weight:600}.form-field{margin-bottom:16px}.form-field label{display:block;margin-bottom:6px;font-weight:600;color:#374151;font-size:14px}.form-field input,.form-field textarea,.form-field select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-field textarea{resize:vertical;line-height:1.5}.stats-section{display:flex;gap:24px;padding:16px;background-color:#f9fafb;border-radius:8px;border:none}.stat-item{font-size:14px;color:#6b7280}.stat-item strong{color:#111827;font-weight:600}.ai-section{background-color:#f0f9ff;padding:20px;border-radius:8px;border:1px solid #bfdbfe}.tone-buttons{display:flex;gap:8px;flex-wrap:wrap}.tone-btn{padding:8px 16px;border:2px solid #d1d5db;background-color:#fff;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;color:#6b7280}.tone-btn:hover{border-color:#9ca3af;background-color:#f9fafb}.tone-btn.active{border-color:#3b82f6;background-color:#3b82f6;color:#fff}.revision-btn{width:100%;padding:12px;background-color:#8b5cf6;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:12px}.revision-btn:hover{background-color:#7c3aed}.editor-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:2px solid #e5e7eb;flex-shrink:0}.cancel-btn,.save-btn{padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cancel-btn{background-color:#fff;color:#6b7280;border:2px solid #d1d5db}.cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.save-btn{background-color:#10b981;color:#fff}.save-btn:hover{background-color:#059669}.editor-content::-webkit-scrollbar{width:10px}.editor-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.editor-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.editor-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:24px;color:#111827}.close-button{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-button:hover{background-color:#f3f4f6;color:#111827}form{padding:24px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{min-height:120px;resize:vertical}.source-input-group{display:flex;gap:8px;margin-bottom:8px}.source-input-group input{flex:1;margin-bottom:0}.remove-source{background-color:#ef4444;color:#fff;border:none;border-radius:6px;width:36px;height:36px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.remove-source:hover{background-color:#dc2626}.add-source-button{width:100%;padding:8px;background-color:#f3f4f6;border:1px dashed #9ca3af;border-radius:6px;color:#6b7280;cursor:pointer;font-size:14px;transition:all .2s}.add-source-button:hover{background-color:#e5e7eb;border-color:#6b7280;color:#374151}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px;border-top:1px solid #e5e7eb;margin-top:8px}.cancel-button,.submit-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cancel-button{background-color:#fff;color:#6b7280;border:1px solid #d1d5db}.cancel-button:hover{background-color:#f9fafb;border-color:#9ca3af}.submit-button{background-color:#3b82f6;color:#fff}.submit-button:hover{background-color:#2563eb}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#555}.preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.preview-container{background:#fff;border-radius:12px;width:100%;max-width:1000px;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e5e7eb;flex-shrink:0}.preview-header h2{margin:0;font-size:22px;color:#111827}.preview-close{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.preview-close:hover{background-color:#f3f4f6;color:#111827}.preview-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 24px;text-align:center;font-weight:600;font-size:14px;flex-shrink:0}.preview-article{flex:1;overflow-y:auto;padding:40px 60px;background-color:#fff}.article-header{margin-bottom:32px;padding-bottom:24px;border-bottom:3px solid #000}.article-category-badge{display:inline-block;background-color:#2563eb;color:#fff;padding:6px 14px;font-size:11px;font-weight:700;letter-spacing:1px;border-radius:3px;margin-bottom:16px}.article-headline{font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:700;line-height:1.2;color:#000;margin:0 0 12px}.article-subheadline{font-family:Georgia,Times New Roman,serif;font-size:20px;color:#4b5563;line-height:1.5;margin:0 0 20px;font-style:italic}.article-meta{display:flex;gap:12px;font-size:13px;color:#6b7280;font-weight:500}.story-highlights{background-color:#f9fafb;border-left:4px solid #2563eb;padding:20px 24px;margin-bottom:32px}.story-highlights h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#2563eb;margin:0 0 12px}.story-highlights ul{list-style:none;padding:0;margin:0}.story-highlights li{font-size:15px;line-height:1.6;color:#1f2937;margin-bottom:8px;padding-left:20px;position:relative}.story-highlights li:before{content:"●";position:absolute;left:0;color:#2563eb;font-weight:700}.article-body{margin-bottom:32px}.article-body>h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#111827;margin:0 0 20px}.article-lead{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.8;color:#111827;margin-bottom:24px;font-weight:500}.article-main p{font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.8;color:#1f2937;margin-bottom:20px}.article-conclusion{background-color:#f9fafb;border-left:4px solid #10b981;padding:20px 24px;margin-top:24px}.article-conclusion p{font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.8;color:#1f2937;margin:0}.article-sources{margin-bottom:32px;padding:20px;background-color:#f9fafb;border-radius:6px}.article-sources h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#111827;margin:0 0 12px}.article-sources ul{list-style:none;padding:0;margin:0}.article-sources li{font-size:14px;line-height:1.6;color:#4b5563;margin-bottom:6px;padding-left:16px;position:relative}.article-sources li:before{content:"•";position:absolute;left:0;color:#6b7280}.article-sources a{color:#2563eb;text-decoration:none}.article-sources a:hover{text-decoration:underline}.nbsn-note{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:24px;border-radius:8px;margin-bottom:32px}.nbsn-note h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.nbsn-note p{font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.7;margin:0}.article-footer{text-align:center;padding:20px 0;border-top:1px solid #e5e7eb}.article-footer p{font-size:13px;color:#9ca3af;margin:0}.preview-actions{display:flex;justify-content:space-between;gap:12px;padding:20px 24px;border-top:2px solid #e5e7eb;flex-shrink:0;background-color:#f9fafb}.preview-btn-secondary,.preview-btn-primary{padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.preview-btn-secondary{background-color:#fff;color:#6b7280;border:2px solid #d1d5db}.preview-btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.preview-btn-primary{background-color:#7c3aed;color:#fff}.preview-btn-primary:hover{background-color:#6d28d9}.publish-confirm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:3000}.publish-confirm-box{background:#fff;padding:32px;border-radius:12px;max-width:400px;text-align:center;box-shadow:0 20px 60px #0000004d}.publish-confirm-box h3{margin:0 0 12px;font-size:22px;color:#111827}.publish-confirm-box p{margin:0 0 24px;color:#6b7280;font-size:15px}.publish-confirm-actions{display:flex;gap:12px;justify-content:center}.publish-confirm-actions button{padding:10px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.publish-confirm-actions button:first-child{background-color:#fff;color:#6b7280;border:2px solid #d1d5db}.publish-confirm-actions button:first-child:hover{background-color:#f9fafb}.confirm-publish{background-color:#10b981!important;color:#fff!important}.confirm-publish:hover{background-color:#059669!important}.preview-article::-webkit-scrollbar{width:10px}.preview-article::-webkit-scrollbar-track{background:#f1f1f1}.preview-article::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.preview-article::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.preview-article{padding:24px 20px}.article-headline{font-size:32px}.article-subheadline{font-size:18px}.preview-actions{flex-direction:column}}
