*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;font-family:inherit}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-green-600{color:#16a34a}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-white{color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-blue-100{background-color:#dbeafe}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}.bg-red-100{background-color:#fee2e2}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.p-6{padding:1.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.h-16{height:4rem}.h-12{height:3rem}.w-12{width:3rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.rounded,.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px;border-color:#d1d5db}.border-b{border-bottom-width:1px;border-bottom-color:#d1d5db}.border-red-400{border-color:#f87171}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:text-blue-800:hover{color:#1e40af}.hover\:text-gray-600:hover{color:#4b5563}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a}.transition-shadow{transition:box-shadow .15s ease-in-out}.text-center{text-align:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.flex-wrap{flex-wrap:wrap}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.bg-green-100{background-color:#dcfce7}.bg-gray-100{background-color:#f3f4f6}.sentiment-section{border-top:1px solid #e5e7eb;padding-top:.75rem}.sentiment-bar-track{position:relative;width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:visible}.sentiment-bar-fill{height:100%;border-radius:3px;transition:width .3s ease;min-width:2px}.sentiment-bar-midpoint{position:absolute;top:-2px;left:50%;transform:translate(-50%);width:2px;height:10px;background-color:#9ca3af;border-radius:1px}.sentiment-explanation{font-style:italic}.category-chip{display:inline-flex;align-items:center;line-height:1.5;border:1px solid #e5e7eb;padding:0 .5rem;border-radius:.375rem;font-size:.75rem;background-color:#f3f4f6;color:#4b5563}.entity-chip{display:inline-flex;align-items:center;gap:.25rem;line-height:1.5;padding:0 .5rem;border-radius:.375rem;font-size:.75rem;background-color:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.entity-chip-link{text-decoration:none;cursor:pointer}.entity-chip-link:hover{background-color:#dbeafe;border-color:#93c5fd}.entity-type{font-weight:400;opacity:.6;font-size:.65rem}.card-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:.5rem .5rem 0 0;background:linear-gradient(135deg,#e5e7eb,#d1d5db,#e5e7eb);flex-shrink:0}.card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-image-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb,#d1d5db)}.card-image-placeholder-icon{width:2.5rem;height:2.5rem;color:#9ca3af;opacity:.5}.card-body{padding:1.5rem}.source-favicon{width:20px;height:20px;border-radius:2px;flex-shrink:0;display:inline-block;vertical-align:middle}.source-badge{display:inline-flex;align-items:center;gap:.375rem}.overflow-hidden{overflow:hidden}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.border-b-2{border-bottom-width:2px}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dashboard.svelte-kdmb3n{padding:0}.controls.svelte-kdmb3n{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.select.svelte-kdmb3n{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;font-size:.875rem;cursor:pointer}.error-banner.svelte-kdmb3n{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1.5rem}.loading.svelte-kdmb3n{text-align:center;padding:3rem 0}.spinner.svelte-kdmb3n{width:3rem;height:3rem;border:2px solid transparent;border-bottom-color:#2563eb;border-radius:50%;animation:svelte-kdmb3n-spin .8s linear infinite;margin:0 auto 1rem}@keyframes svelte-kdmb3n-spin{to{transform:rotate(360deg)}}.grid-2.svelte-kdmb3n{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-2.svelte-kdmb3n{grid-template-columns:1fr 1fr}}.card.svelte-kdmb3n{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.card.svelte-kdmb3n h3:where(.svelte-kdmb3n){margin-bottom:.75rem}.empty.svelte-kdmb3n{text-align:center;padding:2rem 0}.line-clamp-2.svelte-1n46o8q{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.line-clamp-3.svelte-1n46o8q{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}
