@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--color-primary: #0e7490;--color-primary-dark: #0a4f63;--color-primary-mid: #0891b2;--color-primary-light: #06b6d4;--color-accent: #a5f3fc;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-border: #e2e8f0;--color-surface: #f8fafc;--color-white: #ffffff;font-family:DM Sans,system-ui,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-surface);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-surface);color:var(--color-text)}a{text-decoration:none;color:inherit;transition:color .2s ease}h1,h2,h3,h4,h5,h6{font-family:Fraunces,Georgia,serif;font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--color-text);margin:0 0 .5em}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}p{margin:0 0 1em;color:var(--color-text-muted);line-height:1.7}button{font-family:DM Sans,system-ui,sans-serif;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer;-webkit-appearance:none;appearance:none}button:focus-visible{outline:3px solid var(--color-primary-light);outline-offset:3px}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{font-family:DM Sans,system-ui,sans-serif;font-size:.95rem;color:var(--color-text);background:var(--color-white);border:1.5px solid var(--color-border);border-radius:10px;padding:10px 14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;width:100%}input:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0e74901f;background:var(--color-white)}input::placeholder,textarea::placeholder{color:var(--color-text-subtle)}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:#0e749040;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#0e749073}::selection{background:#0e74902e;color:var(--color-primary-dark)}#root{margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
