*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#2c3e50;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}header{text-align:center;margin-bottom:40px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);padding:40px;border-radius:25px}.logo{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:300;color:#fff;letter-spacing:2px}.subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.9)}.status-bar{justify-content:space-between;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:20px 30px;border-radius:20px;margin-bottom:30px;gap:15px}.status-bar,.update-section{display:flex;align-items:center;flex-wrap:wrap}.update-section{gap:20px}.stats-info{background:hsla(0,0%,100%,.1);padding:8px 16px;border-radius:10px;border:1px solid hsla(0,0%,100%,.2)}.stats-text{font-size:.9rem;color:hsla(0,0%,100%,.9);font-weight:500}.summary-toggle,.toggle-label{display:flex;align-items:center}.toggle-label{gap:8px;cursor:pointer;color:hsla(0,0%,100%,.9);font-size:.9rem}.toggle-label input[type=checkbox]{width:16px;height:16px;accent-color:#667eea}.toggle-text{font-weight:500}.category-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.category-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.9);padding:6px 12px;border-radius:20px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease}.category-btn:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}.category-btn.active{background:#667eea;border-color:#667eea;color:#fff}.news-summary-container{position:relative}.ai-summary{background:rgba(102,126,234,.1);border-left:3px solid #667eea;padding-left:15px}.summary-badge{background:#667eea;color:#fff;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:600;margin-right:8px;white-space:nowrap}.refresh-controls{display:flex;align-items:center;gap:15px}.auto-refresh-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;color:hsla(0,0%,100%,.9);font-size:.9rem}.auto-refresh-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#667eea}.auto-refresh-text{font-weight:500}.refresh-btn{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:12px 24px;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s ease}.refresh-btn:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:22px;height:22px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.spinner.hidden{display:none}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.news-item{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:30px;margin-bottom:25px}.news-link{text-decoration:none;color:inherit}.news-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:15px}.news-summary{color:hsla(0,0%,100%,.9);font-size:1.05rem;margin-bottom:20px}.news-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:hsla(0,0%,100%,.7);gap:15px}.news-source{font-weight:600;color:hsla(0,0%,100%,.9)}.news-category{background:rgba(102,126,234,.2);color:#667eea;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.news-time{font-style:italic}.empty-state{text-align:center;padding:80px 20px;color:hsla(0,0%,100%,.8)}.empty-state-icon{font-size:5rem}.empty-state-text{font-size:1.3rem}.load-more-container{text-align:center;margin:30px 0;padding:20px}.load-more-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3);display:inline-flex;align-items:center;gap:10px}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4);background:linear-gradient(135deg,#5a6fd8,#6a4190)}.load-more-icon{font-size:18px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.summary-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;padding:8px 0}.summary-text{font-weight:500;color:#4a90e2}.site-description{text-align:center;padding:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;font-size:14px;color:#666;line-height:1.5;max-width:600px;margin:10px auto 20px}.editorial-content{margin:30px 0;padding:20px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.editorial-section{margin-bottom:25px;padding:20px;background:#fff;border-radius:8px;border-left:4px solid #4a90e2;box-shadow:0 2px 10px rgba(0,0,0,.05)}.editorial-section:last-child{margin-bottom:0}.editorial-section h2{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:12px;line-height:1.3}.editorial-section p{color:#555;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.logo{font-size:2.5rem}.status-bar{flex-direction:column;gap:15px}.news-meta,.update-section{flex-direction:column;gap:10px}.news-meta{align-items:flex-start}.category-filters{justify-content:center;margin-top:15px}.category-btn{font-size:.7rem;padding:4px 8px}.refresh-controls{flex-direction:column;gap:10px;align-items:stretch}.auto-refresh-toggle,.refresh-btn{justify-content:center}.site-description{margin:10px 15px 20px;font-size:13px;padding:12px}.summary-info{justify-content:center;font-size:13px}.editorial-content{margin:20px 15px;padding:15px}.editorial-section{padding:15px;margin-bottom:20px}.editorial-section h2{font-size:16px}.editorial-section p{font-size:13px}}.site-footer{margin-top:50px;padding:30px 20px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:20px;flex-wrap:wrap}.footer-link{color:#ecf0f1;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#3498db}.footer-info{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px}.footer-info p{font-size:12px;color:#bdc3c7;margin:0}@media (max-width:768px){.footer-links{gap:20px}.footer-link{font-size:13px}.footer-info p{font-size:11px}}.about-container,.contact-container,.privacy-container,.terms-container{max-width:1000px;margin:0 auto;padding:40px 20px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.about-content,.contact-content,.privacy-content,.terms-content{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.about-header,.contact-header,.privacy-header,.terms-header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #e9ecef}.about-header h1,.contact-header h1,.privacy-header h1,.terms-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:10px;font-weight:700}.about-subtitle,.contact-subtitle,.privacy-subtitle,.terms-subtitle{font-size:1.1rem;color:#6c757d;font-weight:500}.about-sections,.contact-sections,.privacy-sections,.terms-sections{margin-bottom:40px}.about-section,.contact-section,.privacy-section,.terms-section{margin-bottom:35px}.about-section h2,.contact-section h2,.privacy-section h2,.terms-section h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:15px;border-left:4px solid #667eea;padding-left:15px}.about-section h3,.contact-section h3,.privacy-section h3,.terms-section h3{color:#34495e;font-size:1.2rem;font-weight:600;margin:20px 0 10px}.about-section p,.contact-section p,.privacy-section p,.terms-section p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:15px}.about-section ul,.contact-section ul,.privacy-section ul,.terms-section ul{color:#555;font-size:1rem;line-height:1.7;margin:15px 0;padding-left:20px}.about-section li,.contact-section li,.privacy-section li,.terms-section li{margin-bottom:8px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.feature-item{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #667eea}.feature-item h3{color:#2c3e50;font-size:1.1rem;margin-bottom:10px}.feature-item p{color:#666;font-size:.95rem;margin:0}.contact-info{background:#f8f9fa;padding:15px;border-radius:8px;margin-top:15px}.contact-info p{margin:5px 0;color:#555}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.contact-method{background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #667eea}.contact-method h3{color:#2c3e50;font-size:1.1rem;margin-bottom:10px}.contact-method p{color:#666;font-size:.95rem;margin:5px 0}.faq-list{margin-top:20px}.faq-item{background:#f8f9fa;padding:20px;border-radius:10px;margin-bottom:15px;border-left:4px solid #667eea}.faq-item h3{color:#2c3e50;font-size:1.1rem;margin-bottom:10px}.faq-item p{color:#666;font-size:.95rem;margin:0}.report-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:15px;gap:15px;margin-top:20px}.report-type{background:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #667eea}.report-type h3{color:#2c3e50;font-size:1rem;margin-bottom:8px}.report-type p{color:#666;font-size:.9rem;margin:0}.about-footer,.contact-footer,.privacy-footer,.terms-footer{text-align:center;padding-top:30px;border-top:2px solid #e9ecef}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;font-size:1rem;padding:10px 20px;border:2px solid #667eea;border-radius:25px;transition:all .3s ease}.back-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.about-container,.contact-container,.privacy-container,.terms-container{padding:20px 15px}.about-content,.contact-content,.privacy-content,.terms-content{padding:25px}.about-header h1,.contact-header h1,.privacy-header h1,.terms-header h1{font-size:2rem}.about-section h2,.contact-section h2,.privacy-section h2,.terms-section h2{font-size:1.3rem}.contact-methods,.features-grid,.report-types{grid-template-columns:1fr}.about-section p,.contact-section p,.privacy-section p,.terms-section p{font-size:.95rem}}