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