@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-border: #e5e7eb;--color-header-bg: #ffffff;--color-nav-text: #222222;--color-nav-active-bg: #111827;--color-nav-active-text: #ffffff;--color-button-bg: #1a1a1a;--color-button-text: #111827;--color-card-bg: #ffffff;--color-modal-bg: #ffffff;--color-modal-text: #111827;--color-shadow: rgba(0, 0, 0, .12);color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}body::-webkit-scrollbar{display:none}h1{font-size:2.5em;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:var(--color-button-bg);color:var(--color-button-text);cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-secondary: #f9fafb;--color-border: #e5e7eb;--color-header-bg: #ffffff;--color-nav-text: #222222;--color-nav-active-bg: #111827;--color-nav-active-text: #ffffff;--color-button-bg: #1a1a1a;--color-button-text: #111827;--color-card-bg: #ffffff;--color-modal-bg: #ffffff;--color-modal-text: #111827;--color-shadow: rgba(0, 0, 0, .12)}button{background-color:#f9f9f9}}@media(prefers-color-scheme:dark){:root{--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-bg: #0b0f14;--color-bg-secondary: #111827;--color-border: #374151;--color-header-bg: #111827;--color-nav-text: #e5e7eb;--color-nav-active-bg: #3b82f6;--color-nav-active-text: #ffffff;--color-button-bg: #1f2937;--color-button-text: #e5e7eb;--color-card-bg: #111827;--color-modal-bg: #111827;--color-modal-text: #e5e7eb;--color-shadow: rgba(0, 0, 0, .5)}}html{font-size:clamp(14px,1vw + 10px,16px)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}header{background:var(--color-header-bg)}main{padding-top:120px;padding-bottom:2rem;min-height:calc(100vh - 140px - 4rem)}.site-title{color:var(--color-text);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav{position:fixed;top:0;left:0;right:0;height:90px;gap:1rem;z-index:1000;display:flex;justify-content:center;align-items:center}.main-nav .nav-center{display:flex;align-items:center}.main-nav .nav-center h1{margin:0;font-size:clamp(1.5rem,4vw,2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav .nav-right{padding:0 1.5rem;gap:1rem}.sub-nav{position:fixed;top:90px;left:0;right:0;height:50px;z-index:999;display:flex;justify-content:center;align-items:center}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:3px;align-items:center}.nav-list a{display:inline-block;padding:6px 10px;text-decoration:none;color:var(--color-nav-text);border-radius:6px}.nav-list a.active{background:var(--color-nav-active-bg);color:var(--color-nav-active-text);box-shadow:0 2px 6px var(--color-shadow)}.nav-list a:focus{outline:3px solid rgba(59,130,246,.4);outline-offset:2px}.logo{height:4em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover,.logo.react:hover{filter:drop-shadow(0 0 2em rgba(251,255,23,.6666666667))}@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:var(--color-text-muted);white-space:pre-line}
