@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark}body{margin:0;min-width:320px;min-height:100vh;background-color:#111827;color:#f3f4f6}#root{width:100%;min-height:100vh}svg{max-width:100%;height:auto;overflow:visible}svg.h-3{height:.75rem;max-height:.75rem}svg.h-4{height:1rem;max-height:1rem}svg.h-8{height:2rem;max-height:2rem}svg.h-12{height:3rem;max-height:3rem}svg.h-16{height:4rem;max-height:4rem}svg.w-3{width:.75rem;max-width:.75rem}svg.w-4{width:1rem;max-width:1rem}svg.w-8{width:2rem;max-width:2rem}svg.w-12{width:3rem;max-width:3rem}svg.w-16{width:4rem;max-width:4rem}.bg-gray-750{background-color:#232836}.border-gray-750{border-color:#2d3648}.json-key{color:#59b6ff}.json-value{color:#a5e075}.json-string{color:#ffba92}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 640px){.container{padding-left:12px;padding-right:12px}}pre{position:relative;font-family:Fira Code,Consolas,monospace;-moz-tab-size:2;-o-tab-size:2;tab-size:2}pre::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track{background:#1a202c}pre::-webkit-scrollbar-thumb{background-color:#4a5568;border-radius:4px}select{-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.tooltip{position:absolute;z-index:10;visibility:hidden;opacity:0;transition:opacity .2s}.has-tooltip:hover .tooltip{visibility:visible;opacity:1}
