:root{--accent-color-rgb: 9, 53, 229;--accent-color: rgb(var(--accent-color-rgb));--accent-hover-color-rgb: 62, 94, 235;--accent-hover-color: rgb(var(--accent-hover-color-rgb));--accent-color-light: rgb(100, 150, 255);--accent-color-dark: rgb(5, 30, 150);--accent-gradient: linear-gradient( 45deg, var(--accent-color), var(--accent-color-light) 30%, white 60% );--accent-color-transparent: rgba(var(--accent-color-rgb), .1);--background-color: #FFFFFF;--foreground-color: #181818;--border-color: #eee;--light-gray-color: #e6e6e6;--hover-background-color: rgba(0, 0, 0, .05);--font-sans: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;--font-serif: Lora, Times, serif;--h1-size: 2.3rem;--h2-size: 1.8rem;--h3-size: 1.5rem;--h4-size: 1.25rem;--h5-size: 1.1rem;--h6-size: 1rem;--max-container-width: 1320px;--gap-size: 1.5rem}html[data-theme=light]{--background-color: #FFFFFF;--foreground-color: #181818;--border-color: #eee;--light-gray-color: #e6e6e6;--hover-background-color: rgba(0, 0, 0, .05)}html[data-theme=dark]{--background-color: #141414;--foreground-color: #F6F6F6;--border-color: #333;--light-gray-color: #444;--hover-background-color: rgba(255, 255, 255, .1);--accent-color-rgb: 77, 102, 229;--accent-color: rgb(var(--accent-color-rgb));--accent-hover-color-rgb: 100, 125, 255;--accent-hover-color: rgb(var(--accent-hover-color-rgb))}html{background:var(--background-color);color:var(--foreground-color);transition:background-color .3s,color .3s;scroll-behavior:smooth}body{font-family:var(--font-sans);margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.main{grid-column:main-start / main-end}.wide{grid-column:wide-start / wide-end}.full{grid-column:full-start / full-end}.container{max-width:800px;margin:0 auto;padding:0 2rem 2rem}header{width:100%;box-sizing:border-box}header nav{max-width:var(--max-container-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:100px}.head{position:sticky;top:0;z-index:100;background-color:var(--background-color)}main{flex:1}.nav-controls{display:flex;gap:var(--gap-size);align-items:center}header a{color:var(--foreground-color);text-decoration:none;font-size:1.5rem}footer{width:100%}.foot{margin:auto;max-width:var(--max-container-width);padding:4rem var(--gap-size);color:#888;font-size:.9rem;display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-size)}.footer-copyright{cursor:default;text-align:left}.footer-copyright:hover{color:var(--accent-color)}.footer-powered-by{text-align:right}.footer-powered-by a{color:inherit;text-decoration:none}.footer-powered-by a:hover{color:var(--accent-color)}.picker-container{position:relative;display:inline-block}.picker-trigger{background:transparent;border:1px solid transparent;cursor:pointer;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--foreground-color);transition:all .2s ease}.picker-trigger:hover{background-color:var(--hover-background-color)}.picker-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--background-color);border:1px solid var(--border-color);border-radius:.5rem;padding:.25rem;min-width:8rem;display:none;flex-direction:column;gap:.1rem;z-index:100;box-shadow:0 4px 12px #00000026}.picker-dropdown.show{display:flex}html[data-theme=dark] .picker-dropdown{box-shadow:0 4px 12px #00000080}.theme-trigger{width:2.5rem;height:2.5rem;padding:0}.theme-option{background:transparent;border:none;padding:.5rem .75rem;cursor:pointer;border-radius:.375rem;display:flex;align-items:center;gap:.75rem;color:var(--foreground-color);font-size:.9rem;width:100%;text-align:left;transition:all .1s ease}.theme-option:hover{background-color:var(--accent-color-transparent)}.theme-option.active{background-color:rgba(var(--accent-color-rgb),.1);color:var(--accent-color);font-weight:500}.icon-wrapper{display:flex;align-items:center;justify-content:center}.icon-wrapper.hidden{display:none}.lang-trigger{height:2.5rem;min-width:2.5rem;padding:0 .6rem;gap:.4rem}.current-lang-code{font-size:.85rem;font-weight:700;opacity:.9;line-height:1}.lang-option{text-decoration:none;padding:.5rem .75rem;cursor:pointer;border-radius:.375rem;display:flex;align-items:center;justify-content:space-between;color:var(--foreground-color);font-size:.9rem;transition:all .1s ease}.lang-option:hover{background-color:var(--accent-color-transparent)}.lang-option.active{background-color:rgba(var(--accent-color-rgb),.1);color:var(--accent-color);font-weight:500}.check-mark{font-size:.8rem}.sidebar{position:relative}.astro-code,.astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg);font-style:var(--shiki-light-font-style);font-weight:var(--shiki-light-font-weight);text-decoration:var(--shiki-light-text-decoration)}.astro-code{padding:1.5rem;border-radius:8px;margin:2rem 0;overflow-x:auto}html[data-theme=dark] .astro-code,html[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.sidebar-sticky{position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;display:flex;flex-direction:column;gap:2.4rem}.sidebar-sticky::-webkit-scrollbar{display:none}.sidebar-sticky{-ms-overflow-style:none;scrollbar-width:none}.sidebar-section{display:flex;flex-direction:column}.sidebar-content{color:var(--foreground-color);font-size:1rem;line-height:1.6}.section-title{font-size:12px;line-height:14px;font-weight:500;display:flex;align-items:center;margin-bottom:2.4rem;color:var(--foreground-color);text-transform:uppercase}.section-title:after{background-color:var(--light-gray-color);content:"";flex-grow:1;height:1px;margin-left:1.6rem}@media(max-width:1024px){.sidebar-sticky{position:static;max-height:none;overflow-y:visible}}hr{background-color:var(--light-gray-color);border:0;height:1px;width:100%;margin:3rem 0}
