:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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}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}}:root{--bg: #fafafa;--card: #ffffff;--ink: #111827;--muted: #6b7280;--muted-600:#4b5563;--muted-500:#6b7280;--border-200:#e5e7eb;--border-300:#d1d5db;--accent:#2563eb;--accent-200:#bfdbfe;--emerald-50:#ecfdf5;--emerald-200:#a7f3d0;--emerald-700:#047857;--amber-50:#fffbeb;--amber-200:#fde68a;--amber-700:#b45309;--red-600:#dc2626;--shadow: 0 1px 2px rgba(0,0,0,.06), 0 1px 1px rgba(0,0,0,.04)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif;color:var(--ink);background:var(--bg)}header.sticky{position:sticky;top:0;z-index:10}.bg-white\/80{background:#fffc}.backdrop-blur{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.border-b{border-bottom:1px solid var(--border-200)}.min-h-screen{min-height:100vh}.bg-neutral-50{background:var(--bg)}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:max-w-\[70%\]{max-width:70%}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-white{color:#fff}.text-neutral-500{color:var(--muted)}.text-neutral-600{color:var(--muted-600)}.text-red-600{color:var(--red-600)}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border-200)}.border-neutral-200{border-color:var(--border-200)}.border-neutral-300{border-color:var(--border-300)}.shadow-sm{box-shadow:var(--shadow)}.p-3{padding:.75rem}.p-4{padding:1rem}.bg-white{background:#fff}.bg-neutral-100{background:#f5f5f5}.bg-emerald-50{background:var(--emerald-50)}.bg-amber-50{background:var(--amber-50)}.border-emerald-200{border-color:var(--emerald-200)}.border-amber-200{border-color:var(--amber-200)}.text-emerald-700{color:var(--emerald-700)}.text-amber-700{color:var(--amber-700)}.bg-blue-600{background:var(--accent)}.border-blue-600{border-color:var(--accent)}.bg-emerald-600{background:#059669}.border-emerald-600{border-color:#059669}button,.btn{background:#fff;color:var(--ink);border:1px solid var(--border-300);padding:.5rem .75rem;border-radius:1rem;cursor:pointer;box-shadow:var(--shadow);transition:all .15s ease}button:hover,.btn:hover{box-shadow:0 4px 10px #00000014}button:active,.btn:active{transform:translateY(1px)}.hover\:shadow:hover{box-shadow:0 4px 10px #00000014}.active\:translate-y-px:active{transform:translateY(1px)}input,textarea{width:100%;border:1px solid var(--border-300);border-radius:.75rem;padding:.5rem .75rem;background:#fff;color:var(--ink)}input:focus,textarea:focus{outline:none;box-shadow:0 0 0 3px var(--accent-200)}.focus\:outline-none:focus{outline:none}.focus\:ring:focus{box-shadow:0 0 0 3px var(--accent-200)}.focus\:ring-blue-200:focus{box-shadow:0 0 0 3px var(--accent-200)}.w-\[280px\]{width:280px}.min-h-\[120px\]{min-height:120px}.h-\[48vh\]{height:48vh}.mb-0\.5{margin-bottom:.125rem}.overflow-auto{overflow:auto}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word;word-break:break-word}.self-start{align-self:flex-start}.self-end{align-self:flex-end}nav a,.nav-link{color:inherit;text-decoration:none;padding:.25rem .5rem;border-radius:.5rem}nav a:hover,.nav-link:hover{background:#f5f5f5}.opacity-70{opacity:.7}.z-10{z-index:10}.top-0{top:0}.transition{transition:all .15s ease}.max-w-\[85\%\]{max-width:85%}
