.country-selector{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.country-selector h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary)}.country-select{width:100%;padding:.75rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;background-color:var(--surface);color:var(--text-primary);cursor:pointer;transition:all .2s}.country-select:hover{border-color:var(--primary-color)}.country-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.source-selector{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);margin-top:1rem}.source-selector h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary)}.source-select{width:100%;padding:.75rem;font-size:1rem;border:2px solid var(--border);border-radius:8px;background-color:var(--surface);color:var(--text-primary);cursor:pointer;transition:all .2s}.source-select:hover{border-color:var(--primary-color)}.source-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.source-select optgroup{font-weight:700;font-style:normal;padding:.5rem 0}.source-select option{padding:.5rem}.loading-text{color:var(--text-secondary);font-style:italic}.topic-list{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.topic-list h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary)}.loading-topics,.no-topics{text-align:center;padding:2rem 0;color:var(--text-secondary)}.topics{list-style:none;display:flex;flex-direction:column;gap:.5rem}.topic-item{padding:.875rem 1rem;background:var(--background);border-radius:8px;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;border:2px solid transparent}.topic-item:hover{background:#e0e7ff;transform:translate(4px)}.topic-item.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);font-weight:600}.topic-name{flex:1;text-transform:capitalize}.topic-count{background:#0000001a;padding:.25rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600;min-width:32px;text-align:center}.topic-item.active .topic-count{background:#fff3}.topic-item.story-item{border-left:4px solid #10b981;background:linear-gradient(to right,#ecfdf5 0%,var(--background) 10%)}.topic-item.story-item:hover{background:linear-gradient(to right,#d1fae5,#e0e7ff 10%)}.topic-item.story-item.active{background:var(--primary-color);border-left-color:#fff}.article-card{background:var(--background);border-radius:8px;padding:1.5rem;border:1px solid var(--border);transition:all .2s}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.article-card.compact{min-width:300px;max-width:400px}.article-header{margin-bottom:.75rem}.article-title{font-size:1.1rem;line-height:1.4;margin:0}.article-title a{color:var(--text-primary);text-decoration:none;transition:color .2s}.article-title a:hover{color:var(--primary-color)}.article-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;color:var(--text-secondary)}.article-source{font-weight:600;color:var(--primary-color)}.article-date{color:var(--text-secondary)}.article-excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.read-more{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s}.read-more:hover{color:#1e40af;transform:translate(2px)}.confidence-badge{background:#f1f5f9;color:var(--text-secondary);padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600}.similarity-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #10b98133}@media (max-width: 768px){.article-card{padding:1rem}.article-title{font-size:1rem}.article-footer{flex-direction:column;gap:.5rem;align-items:flex-start}}.single-source-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.topic-selector-section{padding:1.5rem;border-bottom:2px solid var(--border);background:var(--surface)}.topic-selector-section h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.1rem}.topics-horizontal-list{display:flex;gap:.75rem;flex-wrap:wrap;overflow-x:auto;padding-bottom:.5rem}.topic-pill{padding:.6rem 1.25rem;background:var(--background);color:var(--text-primary);border:2px solid var(--border);border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.topic-pill:hover:not(:disabled){border-color:var(--primary-color);background:var(--surface);transform:translateY(-1px)}.topic-pill.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.topic-pill:disabled{opacity:.5;cursor:not-allowed}.topic-count{opacity:.7;font-size:.85em;font-weight:500}.threshold-control-inline{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--background);border-radius:8px;border:1px solid var(--border)}.threshold-control-inline label{font-size:.85rem;color:var(--text-primary);white-space:nowrap}.view-header{padding:1.5rem;border-bottom:2px solid var(--border);background:var(--surface)}.topic-title{font-size:1.5rem;color:var(--text-primary);margin:0 0 .5rem}.topic-subtitle{color:var(--text-secondary);font-size:.95rem;margin:0}.header-controls{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.comparison-method-btn{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.comparison-method-btn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #10b9814d}.specific-topics-grid{padding:1.5rem;overflow-y:auto;flex:1}.specific-topic-card{background:var(--surface);border:2px solid var(--border);border-radius:12px;margin-bottom:1.5rem;overflow:hidden;transition:all .2s}.specific-topic-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #2563eb1a}.topic-card-header{padding:1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:var(--surface);transition:background .2s}.topic-card-header:hover{background:var(--background)}.topic-card-info{display:flex;align-items:center;gap:.75rem;flex:1}.expand-icon{font-size:.8rem;color:var(--text-secondary)}.topic-card-info h3{margin:0;font-size:1.1rem;color:var(--text-primary)}.article-badge{padding:.5rem 1rem;background:var(--background);border-radius:12px;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.topic-card-content{padding:1.5rem;background:var(--background);border-top:1px solid var(--border)}.sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.source-article-card{background:var(--surface);border:2px solid var(--border);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;transition:all .2s}.source-article-card.primary{border-color:var(--primary-color);background:linear-gradient(to bottom,var(--surface),var(--background))}.source-article-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.source-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.source-card-header h4{margin:0;font-size:1rem;color:var(--text-primary)}.perspective-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.article-count-badge{padding:.5rem .75rem;background:var(--background);border-radius:8px;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:1rem;text-align:center}.articles-mini-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.articles-mini-list::-webkit-scrollbar{width:6px}.articles-mini-list::-webkit-scrollbar-track{background:var(--background);border-radius:3px}.articles-mini-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.articles-mini-list::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.mini-article-card{padding:.75rem;background:var(--background);border:1px solid var(--border);border-radius:8px;transition:all .2s}.mini-article-card:hover{background:var(--surface);border-color:var(--primary-color);transform:translate(4px)}.mini-article-card h5{margin:0 0 .5rem;font-size:.9rem;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-article-card h5 a{color:var(--text-primary);text-decoration:none;transition:color .2s}.mini-article-card h5 a:hover{color:var(--primary-color);text-decoration:underline}.article-story{margin:.5rem 0;font-size:.8rem;color:var(--text-secondary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem}.article-topic{padding:.2rem .5rem;background:var(--surface);border-radius:4px;font-size:.7rem;font-weight:600;color:var(--text-secondary)}.similarity-score{padding:.2rem .5rem;background:#d1fae5;color:#065f46;border-radius:4px;font-size:.7rem;font-weight:700}.loading-indicator{padding:2rem 1rem;text-align:center;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:.75rem}.spinner-small{display:inline-block;width:20px;height:20px;border:3px solid rgba(37,99,235,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.no-matches-card{padding:1rem;text-align:center;font-size:.85rem}.no-matches-text{color:var(--text-secondary);font-style:italic;margin-bottom:.75rem}.similarity-stats-compact{background:var(--background);border-radius:6px;padding:.75rem;margin-top:.75rem;font-size:.8rem;text-align:left}.similarity-stats-compact p{margin:.25rem 0;color:var(--text-primary)}.threshold-suggestion-compact{margin-top:.5rem;padding:.5rem;background:#fef3c7;color:#92400e;border-radius:4px;font-size:.75rem;font-style:normal}.compare-action{padding:2rem 1rem;display:flex;justify-content:center;align-items:center}.compare-source-button{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%;max-width:200px}.compare-source-button:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.compare-source-button.refresh-button{margin-top:1rem;background:#10b981;font-size:.85rem;padding:.6rem 1rem}.compare-source-button.refresh-button:hover{background:#059669;box-shadow:0 4px 12px #10b9814d}.no-topic-selected{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem}.no-topic-selected p{color:var(--text-secondary);font-size:1.1rem;text-align:center}.loading-view{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem}.loading-view .spinner{width:40px;height:40px;border:4px solid rgba(37,99,235,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.loading-view p{color:var(--text-secondary);font-size:1rem}@media (max-width: 1200px){.sources-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.sources-grid{grid-template-columns:1fr}.header-content{flex-direction:column}.header-controls{width:100%}}.source-comparison{flex:1;display:flex;flex-direction:column;overflow:hidden}.comparison-header{padding:1.5rem;border-bottom:2px solid var(--border);background:var(--surface)}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.comparison-title{font-size:1.5rem;color:var(--text-primary);margin:0 0 .5rem}.comparison-subtitle{color:var(--text-secondary);font-size:.95rem;margin:0}.comparison-subtitle strong{color:var(--text-primary);font-weight:600}.header-controls{display:flex;gap:1.5rem;align-items:flex-start}.threshold-control{min-width:250px;padding:1rem;background:var(--background);border-radius:8px;border:1px solid var(--border)}.threshold-control label{display:block;margin-bottom:.5rem;color:var(--text-primary);font-size:.9rem}.threshold-slider{width:100%;margin:.5rem 0;cursor:pointer;height:6px;background:linear-gradient(to right,#3b82f6,#10b981);border-radius:3px;outline:none;-webkit-appearance:none}.threshold-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary-color);cursor:pointer;box-shadow:0 2px 4px #0003}.threshold-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.threshold-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.comparison-sources-section{padding:1.5rem;border-bottom:1px solid var(--border);background:var(--background)}.comparison-sources-section h3{margin:0 0 1rem;color:var(--text-primary);font-size:1.1rem}.sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.source-card{padding:.75rem;background:var(--surface);border:2px solid var(--border);border-radius:8px;transition:all .2s}.source-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #2563eb1a}.source-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem;flex-wrap:wrap}.source-info h4{margin:0;color:var(--text-primary);font-size:.85rem}.perspective-badge{padding:.2rem .5rem;border-radius:8px;font-size:.65rem;font-weight:600;text-transform:uppercase}.perspective-badge.left{background:#dbeafe;color:#1e40af}.perspective-badge.right{background:#fee2e2;color:#991b1b}.perspective-badge.center{background:#f3f4f6;color:#374151}.source-stats{display:flex;flex-direction:column;gap:.25rem}.source-stats .stat{font-size:.75rem;color:var(--text-secondary)}.source-stats .stat strong{color:var(--primary-color);font-size:.9rem}.source-stats .threshold-used{font-size:.7rem;color:var(--text-secondary);font-style:italic}.compare-button{width:100%;padding:.5rem .75rem;background:var(--primary-color);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.35rem}.compare-button:hover:not(:disabled){background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.compare-button:disabled{background:#9ca3af;cursor:not-allowed}.compare-button.refresh{background:#10b981;margin-top:.5rem}.compare-button.refresh:hover:not(:disabled){background:#059669}.comparison-results{padding:1.5rem;border-bottom:1px solid var(--border)}.comparison-results.empty{background:#fef3c7;border-left:4px solid #f59e0b}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.results-header h3{margin:0;color:var(--text-primary);font-size:1.2rem}.results-stats{display:flex;gap:.75rem;flex-wrap:wrap}.stat-badge{padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600}.stat-badge.success{background:#d1fae5;color:#065f46}.stat-badge.info{background:#dbeafe;color:#1e40af}.no-matches{color:#d97706;font-weight:600;margin:.5rem 0;font-size:1rem}.similarity-stats{margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #fbbf24}.similarity-stats p{margin:.5rem 0;color:#78350f;font-size:.9rem;line-height:1.5}.threshold-suggestion{padding:.75rem 1rem;background:#fef3c7;border-left:3px solid #f59e0b;margin-top:.75rem;border-radius:4px;font-size:.9rem;color:#78350f}.matches-list{display:flex;flex-direction:column;gap:1rem}.match-group{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.match-group-header{padding:1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;gap:1rem}.match-group-header:hover{background:var(--background)}.match-info{flex:1;display:flex;align-items:flex-start;gap:.75rem}.expand-icon{font-size:.8rem;margin-top:.25rem;color:var(--text-secondary)}.primary-title{margin:0 0 .5rem;font-size:1rem;color:var(--text-primary);line-height:1.4}.match-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--text-secondary);margin:0}.topic-tag{display:inline-block;padding:.2rem .6rem;background:var(--background);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--text-secondary);width:fit-content}.story-preview{font-style:italic;color:var(--text-secondary)}.match-stats{display:flex;gap:.75rem;align-items:center}.match-count-badge{padding:.5rem 1rem;background:#dbeafe;color:#1e40af;border-radius:8px;font-size:.85rem;font-weight:600;white-space:nowrap}.similarity-badge.top{padding:.5rem 1rem;background:#d1fae5;color:#065f46;border-radius:8px;font-size:.85rem;font-weight:600;white-space:nowrap}.match-content{border-top:1px solid var(--border);padding:1.5rem;background:var(--background)}.articles-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 1200px){.articles-comparison{grid-template-columns:1fr}}.primary-article h5,.matching-articles h5{margin:0 0 1rem;font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.matched-list{display:flex;flex-direction:column;gap:1rem}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#4c5cc7,#5b3c86);color:#fff;padding:2rem;text-align:center;box-shadow:var(--shadow-lg)}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1.1rem;opacity:.9}.app-container{display:flex;flex:1;max-width:1800px;margin:0 auto;width:100%;gap:2rem;padding:2rem}.sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.main-content{flex:1;min-width:0}.compact-controls{position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.compact-controls button:hover{background:var(--surface)!important;border-color:var(--primary-color)!important}.selectors-row .selector-cell{width:100%}.selectors-row .selector-cell>*{display:block;width:100%}.selectors-row .selector-cell *{box-sizing:border-box}.error-message{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #ef4444}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.welcome-message{background:var(--surface);border-radius:12px;padding:3rem;text-align:center;box-shadow:var(--shadow)}.welcome-message h2{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.welcome-message>p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem}.instructions{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;text-align:left}.instruction-step{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background);border-radius:8px}.step-number{width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}@media (max-width: 1024px){.app-container{flex-direction:column}.sidebar{width:100%}}@media (max-width: 768px){.app-header h1{font-size:1.8rem}.app-container{padding:1rem;gap:1rem}.welcome-message{padding:2rem 1rem}}.sticky-bottom-controls{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:2px solid var(--border);box-shadow:0 -4px 12px #0000001a;z-index:1000;padding:.75rem 1rem}.controls-content{max-width:1800px;margin:0 auto;display:flex;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:.25rem}.control-group label{font-size:.8rem;color:var(--text-secondary);font-weight:600}.method-select{padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--background);color:var(--text-primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.method-select:hover{border-color:var(--primary-color)}.threshold-group{min-width:250px}.threshold-slider-bottom{width:100%;height:6px;background:linear-gradient(to right,#3b82f6,#10b981);border-radius:3px;outline:none;cursor:pointer;-webkit-appearance:none}.threshold-slider-bottom::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary-color);cursor:pointer;box-shadow:0 2px 4px #0003}.threshold-slider-bottom::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--primary-color);cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.threshold-labels-bottom{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-secondary);margin-top:.25rem}.app-container{padding-bottom:6rem}@media (max-width: 768px){.controls-content{flex-direction:column;gap:1rem}.threshold-group{width:100%}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #64748b;--background: #f8fafc;--surface: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--left-color: #3b82f6;--right-color: #ef4444;--center-color: #8b5cf6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
