body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f3f4f6;color:#1f2937;line-height:1.5}#root{min-height:100vh}.source-card{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}.source-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.source-card-loading{opacity:.85}.source-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.source-title{display:flex;align-items:center;gap:10px}.source-icon{font-size:1.25rem;line-height:1}.source-name{margin:0;font-size:1rem;font-weight:600;text-transform:capitalize;color:#191919;letter-spacing:-.01em}.source-count{background:#f5f5f5;color:#6b6b6b;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap}.sentiment-badge{display:inline-flex;align-self:flex-start;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.sentiment-positive{background:#ecfdf5;color:#047857}.sentiment-mixed{background:#fefce8;color:#a16207}.sentiment-negative{background:#fef2f2;color:#b91c1c}.themes-section{flex:1;display:flex;flex-direction:column;gap:8px}.themes-label{font-size:.6875rem;color:#9a9a9a;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.themes-chips{display:flex;flex-wrap:wrap;gap:6px}.theme-chip{background:#f5f5f5;color:#4a4a4a;padding:5px 10px;border-radius:6px;font-size:.75rem;font-weight:500;line-height:1.2}.card-empty-state{color:#b0b0b0;font-size:.8125rem;font-style:italic;padding:8px 0}.error-message{background:#fef2f2;color:#b91c1c;padding:10px 12px;border-radius:8px;font-size:.8125rem}.refresh-button{background:#fff;color:#37352f;border:1px solid #e0e0e0;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto}.refresh-button:hover:not(:disabled){background:#f7f7f7;border-color:#d0d0d0}.refresh-button:disabled{background:#fafafa;color:#a0a0a0;cursor:not-allowed;border-color:#e8e8e8}.loading-spinner{width:12px;height:12px;border:2px solid #e0e0e0;border-top-color:#6b6b6b;border-radius:50%;animation:spin .8s linear infinite}.global-report{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:28px;box-shadow:0 1px 3px #0000000a}.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.report-title-section{display:flex;flex-direction:column;gap:4px}.report-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#191919;letter-spacing:-.02em}.report-subtitle{margin:0;font-size:.875rem;color:#9a9a9a}.generate-button{background:#191919;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000001a}.generate-button:hover:not(:disabled){background:#2d2d2d;box-shadow:0 2px 4px #00000026}.generate-button:disabled{background:#6b6b6b;cursor:not-allowed;box-shadow:none}.btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-error{background:#fef2f2;color:#b91c1c;padding:14px 16px;border-radius:10px;margin-bottom:20px;font-size:.875rem;border:1px solid #fecaca}.report-empty{text-align:center;padding:48px 24px}.empty-icon{font-size:2.5rem;margin-bottom:16px;opacity:.8}.empty-title{margin:0 0 8px;font-size:1rem;font-weight:600;color:#37352f}.empty-description{font-size:.875rem;color:#9a9a9a;max-width:320px;margin:0 auto;line-height:1.5}.report-loading{text-align:center;padding:40px 24px}.report-loading p{margin:16px 0 0;font-size:.875rem;color:#9a9a9a}.loading-bar{width:120px;height:4px;background:#f0f0f0;border-radius:2px;margin:0 auto;overflow:hidden;position:relative}.loading-bar:after{content:"";position:absolute;left:-40%;width:40%;height:100%;background:#37352f;border-radius:2px;animation:loading 1s ease-in-out infinite}@keyframes loading{0%{left:-40%}to{left:100%}}.report-content{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){.report-content{grid-template-columns:1fr}}.report-section{background:#fafafa;padding:18px 20px;border-radius:10px;border:1px solid #f0f0f0}.report-section h3{margin:0 0 14px;font-size:.75rem;text-transform:uppercase;color:#9a9a9a;font-weight:600;letter-spacing:.05em;display:flex;align-items:center;gap:8px}.theme-chips{display:flex;flex-wrap:wrap;gap:8px}.theme-chip{background:#fff;color:#37352f;padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:500;border:1px solid #e8e8e8}.issue-list,.urgent-list,.action-list{margin:0;padding-left:18px;font-size:.8125rem;color:#4a4a4a;line-height:1.6}.issue-list li,.urgent-list li,.action-list li{margin-bottom:8px}.issue-list li:last-child,.urgent-list li:last-child,.action-list li:last-child{margin-bottom:0}.report-section.emerging{background:#fefce8;border-color:#fef08a}.report-section.emerging h3{color:#a16207}.report-section.urgent{background:#fef2f2;border-color:#fecaca}.report-section.urgent h3{color:#b91c1c}.urgent-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;display:inline-block;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.report-section.actions{background:#f0fdf4;border-color:#bbf7d0}.report-section.actions h3{color:#166534}.action-list{padding-left:22px}.empty-text{margin:0;color:#b0b0b0;font-size:.8125rem;font-style:italic}*{box-sizing:border-box}body{margin:0;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{max-width:1120px;margin:0 auto;padding:40px 32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;color:#37352f}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e8e8e8;flex-wrap:wrap;gap:16px}.app-header h1{margin:0;font-size:1.875rem;font-weight:700;color:#191919;letter-spacing:-.02em}.seed-button{background:#fff;color:#37352f;border:1px solid #e0e0e0;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.seed-button:hover:not(:disabled){background:#f7f7f7;border-color:#d0d0d0;box-shadow:0 2px 4px #0000000f}.seed-button:disabled{background:#f5f5f5;color:#a0a0a0;cursor:not-allowed;box-shadow:none}.seed-message{padding:14px 18px;border-radius:10px;margin-bottom:24px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:10px;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.seed-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.seed-message.success:before{content:"✓";font-weight:700}.seed-message.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.seed-message.error:before{content:"!";font-weight:700}.app-error{background:#fef2f2;color:#b91c1c;padding:16px 18px;border-radius:10px;margin-bottom:24px;font-size:.875rem;border:1px solid #fecaca}.loading{text-align:center;padding:80px 40px;color:#9a9a9a;font-size:.9375rem}.loading:after{content:"";display:inline-block;width:4px;height:4px;margin-left:4px;border-radius:50%;animation:pulse 1.2s infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.sources-section{margin-bottom:48px}.sources-section h2{margin:0 0 20px;font-size:1.125rem;font-weight:600;color:#37352f;letter-spacing:-.01em}.sources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.global-section{margin-top:48px}
