:root{--gray-950:#030712;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--blue-600:#2563eb;--blue-500:#3b82f6;--blue-400:#60a5fa;--blue-300:#93c5fd;--blue-900:#1e3a5f;--green-400:#4ade80;--green-900:#14532d;--red-400:#f87171;--red-900:#7f1d1d;--yellow-400:#facc15;--yellow-900:#713f12}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-950);color:var(--gray-100);font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}main{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}a,a:hover{text-decoration:none}button{cursor:pointer}button,input,textarea{font-family:inherit}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card{border-radius:.75rem;border:1px solid var(--gray-800);background:var(--gray-900);padding:1rem;transition:border-color .15s}.card:hover{border-color:var(--gray-700)}.source-chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;background:rgba(30,58,95,.4);padding:.125rem .5rem;font-size:.75rem;color:var(--blue-300)}.tab-active{border-bottom:2px solid var(--blue-500);color:var(--blue-400)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.flex-1{flex:1 1}.shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.col-span-full{grid-column:1/-1}.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.w-full{width:100%}.w-64{width:16rem}.max-w-sm{max-width:24rem}.max-w-7xl{max-width:80rem}.max-w-\[80\%\]{max-width:80%}.h-\[calc\(100vh-8rem\)\]{height:calc(100vh - 8rem)}.h-\[calc\(100vh-12rem\)\]{height:calc(100vh - 12rem)}.min-h-\[80vh\]{min-height:80vh}.min-h-screen{min-height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-mono{font-family:ui-monospace,monospace}.text-gray-100{color:var(--gray-100)}.text-gray-200{color:var(--gray-200)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-white{color:white}.text-blue-300{color:var(--blue-300)}.text-blue-400{color:var(--blue-400)}.text-green-400{color:var(--green-400)}.text-red-400{color:var(--red-400)}.text-yellow-400{color:var(--yellow-400)}.bg-gray-800{background:var(--gray-800)}.bg-gray-900{background:var(--gray-900)}.bg-gray-950{background:var(--gray-950)}.bg-blue-600{background:var(--blue-600)}.bg-blue-900{background:var(--blue-900)}.bg-green-900{background:var(--green-900)}.bg-red-900{background:var(--red-900)}.bg-yellow-900{background:var(--yellow-900)}.bg-gray-800\/50{background:rgba(31,41,55,.5)}.bg-gray-900\/50{background:rgba(17,24,39,.5)}.bg-blue-900\/50{background:rgba(30,58,95,.5)}.bg-blue-900\/40{background:rgba(30,58,95,.4)}.bg-red-900\/30{background:rgba(127,29,29,.3)}.bg-green-900\/30{background:rgba(20,83,45,.3)}.bg-yellow-900\/30{background:rgba(113,63,18,.3)}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border:1px solid var(--gray-800)}.border-t{border-top:1px solid var(--gray-800)}.border-b{border-bottom:1px solid var(--gray-800)}.border-r{border-right:1px solid var(--gray-800)}.border-gray-700{border-color:var(--gray-700)}.border-gray-800{border-color:var(--gray-800)}.border-blue-500{border-color:var(--blue-500)}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mr-1{margin-right:.25rem}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.placeholder-gray-500::placeholder{color:var(--gray-500)}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition{transition:all .15s}.block{display:block}.inline-flex{display:inline-flex}.inline{display:inline}.hidden{display:none}.hover\:bg-blue-700:hover{background:#1d4ed8}.hover\:bg-gray-800\/50:hover{background:rgba(31,41,55,.5)}.hover\:border-gray-700:hover{border-color:var(--gray-700)}.hover\:text-white:hover{color:white}.hover\:text-gray-300:hover{color:var(--gray-300)}.hover\:text-red-300:hover{color:#fca5a5}.disabled\:opacity-50:disabled{opacity:.5}.focus\:border-blue-500:focus{border-color:var(--blue-500);outline:none}.focus\:outline-none:focus{outline:none}.whitespace-pre-wrap{white-space:pre-wrap}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}