: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:#0d1b2a;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;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}}.header{background:linear-gradient(135deg,#1b263b,#415a77);color:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1280px;margin:0 auto;padding:0 2rem}.header-brand h1{margin:0;font-size:1.5rem;white-space:nowrap}.header-nav{display:flex;gap:.5rem}.header-nav-link{padding:.5rem 1rem;text-decoration:none;color:#ffffffd9;font-weight:500;border-radius:6px;transition:background-color .2s ease,color .2s ease}.header-nav-link:hover{background-color:#fff3;color:#fff}.header-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem 1rem;border-radius:6px}.header-hamburger:hover{background-color:#ffffff26}.hamburger-line{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header-hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.header-hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.header-inner{height:64px;padding:0 1.5rem}.header-hamburger{display:flex}.header-nav{display:none}}.header-dropdown{position:absolute;top:64px;left:0;right:0;display:flex;flex-direction:column;align-items:flex-end;background:#415a77d9;border-top:1px solid rgba(255,255,255,.15);box-shadow:0 6px 16px #0000004d;padding:.5rem 1.5rem .75rem;gap:.25rem;z-index:99;animation:dropdown-fade .2s ease}@keyframes dropdown-fade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-dropdown-link{padding:.6rem .75rem;text-decoration:none;color:#ffffffd9;font-weight:500;border-radius:6px;width:100%;text-align:right;transition:background-color .2s ease,color .2s ease}.header-dropdown-link:hover{background-color:#ffffff26;color:#fff}.home{text-align:center;padding:2rem 1rem}.home-chart-container{width:66.66%;margin:2rem auto 0;background-color:#1e1e1e;border:1px solid #333;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0003}@media(prefers-color-scheme:light){.home-chart-container{background-color:#fff;border-color:#ddd;box-shadow:0 4px 12px #00000014}}@media(max-width:768px){.home-chart-container{width:100%}}.about{max-width:900px;margin:0 auto}.about-hero{text-align:center;padding:3rem 1rem 2rem}.about-hero h2{font-size:2rem;margin-bottom:.5rem}.about-hero p{font-size:1.1rem;opacity:.75}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:1rem 0 3rem}.about-card{background-color:#1e1e1e;border:1px solid #333;border-radius:10px;padding:1.5rem;text-align:left}.about-card h3{margin-top:0;font-size:1.1rem}.about-card p{margin:0;line-height:1.6;opacity:.8}@media(prefers-color-scheme:light){.about-card{background-color:#f9f9f9;border-color:#ddd}}#root{display:flex;flex-direction:column;min-height:100vh}.page-content{max-width:1280px;width:100%;margin:0 auto;padding:2rem;text-align:center;box-sizing:border-box}.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}
