:root{--gray-00:#eee;--gray-10:#f2f2f2;--gray-20:#d9d9d9;--gray-30:#b8b8b8;--gray-40:#909090;--gray-50:#666;--gray-60:#4a4a4a;--gray-70:#303030;--gray-80:#1c1c1c;--gray-90:#111;--blue-00:#f6f8fc;--blue-10:#e6ecf5;--blue-20:#ccd8e8;--blue-30:#a9bdd4;--blue-40:#6e88a6;--blue-50:#46586b;--blue-60:#2f4256;--blue-70:#132340;--blue-80:#0b1a30;--blue-90:#080e1c;--yellow-00:#fff6df;--yellow-10:#ffe9b0;--yellow-20:#ffd280;--yellow-30:#ffc659;--yellow-40:#ffbc47;--yellow-50:#d99a2f;--yellow-60:#a87400;--yellow-70:#8a5c00;--yellow-80:#7a5200;--yellow-90:#5c3f00;--background-color:var(--blue-90);--surface-color:var(--blue-80);--primary-text-color:var(--gray-00);--secondary-text-color:var(--blue-30);--link-color:var(--yellow-40);--link-hover-color:var(--yellow-20);--code-background-color:var(--blue-80);--inline-code-background-color:var(--blue-70);--inline-code-color:var(--blue-30);--border-color:var(--blue-30);--desktop-width:70rem;--icon-button-size:4.4rem;--icon-font-size:2.4rem}:root[data-theme=light]{--background-color:var(--blue-00);--surface-color:var(--blue-10);--primary-text-color:var(--gray-90);--secondary-text-color:var(--blue-50);--link-color:var(--yellow-70);--link-hover-color:var(--yellow-80);--code-background-color:var(--blue-10);--inline-code-background-color:var(--blue-10);--inline-code-color:var(--blue-60);--border-color:var(--blue-50)}@media (prefers-color-scheme:light){:root:not([data-theme]){--background-color:var(--blue-00);--surface-color:var(--blue-10);--primary-text-color:var(--gray-90);--secondary-text-color:var(--blue-50);--link-color:var(--yellow-70);--link-hover-color:var(--yellow-80);--code-background-color:var(--blue-10);--inline-code-background-color:var(--blue-10);--inline-code-color:var(--blue-60);--border-color:var(--blue-50)}}html,body{font-family:var(--font-poppins);background-color:var(--background-color);color:var(--primary-text-color);margin:0;padding:0;font-size:.625rem;font-weight:300}strong{font-weight:500}a{color:var(--link-color);text-underline-offset:.4rem}a:hover{text-decoration:none}ul{margin:0;padding:0 1.6rem}*{box-sizing:border-box}.container{min-height:100vh;margin:0 auto;padding:1.6rem;font-size:1.8rem;line-height:3rem}.skip-to-content-link{padding:1.6rem;font-size:1.6rem;position:absolute;top:.25rem;left:.25rem;transform:translateY(-100%)}.skip-to-content-link:focus{transform:translateY(0%)}.sr-only{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}code{background-color:var(--inline-code-background-color);color:var(--inline-code-color);padding:.2rem}figure{margin-left:0;margin-right:0}pre{white-space:pre-wrap;background-color:var(--code-background-color);padding:1rem 1.6rem;line-height:2.4rem;overflow:auto}pre code{background-color:#0000;padding:0;font-size:1.6rem}code[data-theme*=\ ],code[data-theme*=\ ] span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){:root:not([data-theme]) code[data-theme*=\ ],:root:not([data-theme]) code[data-theme*=\ ] span{color:var(--shiki-dark)}}:root[data-theme=dark] code[data-theme*=\ ],:root[data-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}table{border-collapse:collapse}tr{border:1px solid var(--border-color)}th,td{padding:.8rem}th:not(:last-child),td:not(:last-child){border-inline-end:1px solid var(--border-color)}@media (min-width:768px){.container{width:var(--desktop-width);padding:0}pre{width:var(--desktop-width)}}
