*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.mainNav{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.navLogo{color:#0f172a;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s}.navLogo:hover{color:#2563eb}.navLinks{gap:2rem;display:flex}.navLink{color:#555;border-radius:8px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .2s}.navLink:hover{color:#0f172a;background:#f5f5f5}.navLink.active{color:#fff;background:#2563eb}.home-page{padding:2rem}.content-with-sidebar{align-items:flex-start;gap:2rem;max-width:1600px;margin:0 auto;display:flex}.app-header{color:#fff;text-align:center;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:12px;margin-bottom:2rem;padding:3rem 2rem;box-shadow:0 4px 16px #0000001a}.app-header h1{margin-bottom:.5rem;font-size:2.5rem}.app-header p{opacity:.9;margin-bottom:1rem;font-size:1.2rem}.header-link{color:#fff;border:2px solid #fff;border-radius:8px;margin-top:1rem;padding:.5rem 1.5rem;text-decoration:none;transition:all .2s;display:inline-block}.header-link:hover{color:#2563eb;background:#fff}.loading{text-align:center;padding:4rem 2rem}.spinner{border:4px solid #f3f3f3;border-top-color:#2563eb;border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{text-align:center;color:#c33;background:#fee;border-radius:8px;margin:2rem;padding:2rem}.error button{color:#fff;cursor:pointer;background:#c33;border:none;border-radius:8px;margin-top:1rem;padding:.5rem 1.5rem}.clusters-container{max-width:1200px;margin:0 auto;padding:0 1rem}.clusters-container h2{color:#0f172a;margin-bottom:2rem;font-size:2rem}.no-clusters{text-align:center;color:#7f8c8d;padding:3rem;font-size:1.1rem}.clusters-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.cluster-card{background:#fff;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.cluster-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.cluster-card h3{color:#0f172a;margin-bottom:1rem;font-size:1.25rem;line-height:1.4}.cluster-info{color:#7f8c8d;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;display:flex}.source-count{color:#2563eb;font-weight:600}.time-info{color:#999}.cluster-summary{color:#555;flex-grow:1;margin-bottom:1rem;line-height:1.6}.view-details-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-self:flex-start;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s}.view-details-btn:hover{background:#1d4ed8}.cluster-detail-view{max-width:900px;margin:2rem auto;padding:0 1rem}.back-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s}.back-button:hover{background:#1d4ed8}.cluster-detail{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.cluster-detail h2{color:#0f172a;margin-bottom:1rem;font-size:2rem}.cluster-meta{border-bottom:2px solid #f0f0f0;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cluster-date,.cluster-count{color:#7f8c8d;font-size:.95rem}.consensus-section{margin-bottom:2rem}.consensus-section h3{color:#0f172a;margin-bottom:1rem;font-size:1.3rem}.consensus-text{color:#555;background:#f8f9fa;border-left:4px solid #2563eb;border-radius:8px;padding:1.5rem;font-size:1.05rem;line-height:1.8}.consensus-facts-section{margin-top:2rem;margin-bottom:2rem}.consensus-facts-section h3{color:#0f172a;margin-bottom:.5rem;font-size:1.3rem}.facts-subtitle{color:#7f8c8d;margin-bottom:1rem;font-size:.9rem}.facts-list{background:#f8f9fa;border-left:4px solid #27ae60;border-radius:8px;padding:1.5rem;list-style:none}.fact-item{color:#0f172a;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.fact-item:before{content:"✓";color:#27ae60;font-weight:700;position:absolute;left:0}.fact-item:last-child{margin-bottom:0}.articles-section{margin-top:2rem}.articles-section h3{color:#0f172a;margin-bottom:1.5rem;font-size:1.3rem}.articles-list{flex-direction:column;gap:1.5rem;display:flex}.article-card{background:#f8f9fa;border-left:4px solid #ddd;border-radius:8px;padding:1.5rem}.article-source-badge{color:#fff;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.article-card h4{color:#0f172a;margin-bottom:.75rem;font-size:1.15rem}.article-synopsis{color:#666;margin-bottom:1rem;line-height:1.6}.read-more{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.read-more:hover{color:#1d4ed8}@media (max-width:768px){.navContainer{flex-direction:column;gap:1rem}.navLinks{gap:1rem}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.clusters-grid{grid-template-columns:1fr}.cluster-detail{padding:1.5rem}.cluster-meta{flex-direction:column;gap:.5rem}}
