.DocsPage-module__ChkzpG__container{background:var(--bg-color);min-height:100vh;color:var(--foreground)}.DocsPage-module__ChkzpG__docsHeader{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--divider-color);background:#1c1c1ef2;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #0000004d}.DocsPage-module__ChkzpG__headerContainer{justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 12px;display:flex}.DocsPage-module__ChkzpG__logoContainer{align-items:center;gap:4px;display:flex}.DocsPage-module__ChkzpG__logoButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.DocsPage-module__ChkzpG__docsButton{cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;font-weight:700}.DocsPage-module__ChkzpG__logoIcon{color:var(--primary-color);filter:drop-shadow(0 2px 4px #ff3b3033)}.DocsPage-module__ChkzpG__logoText{background:linear-gradient(135deg,var(--primary-color),#ff6b47);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.DocsPage-module__ChkzpG__docsText{color:var(--foreground);margin-left:4px}.DocsPage-module__ChkzpG__navControls{align-items:center;gap:12px;display:flex}.DocsPage-module__ChkzpG__controlButton{position:relative}.DocsPage-module__ChkzpG__mobileMenuButton{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:background-color .2s;display:none}.DocsPage-module__ChkzpG__mobileMenuButton:hover{background:var(--light-primary)}.DocsPage-module__ChkzpG__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex;position:relative}.DocsPage-module__ChkzpG__hamburger span{background:var(--foreground);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:all .3s;display:block}.DocsPage-module__ChkzpG__hamburger.DocsPage-module__ChkzpG__open span:first-child{transform:rotate(45deg)translate(6px,6px)}.DocsPage-module__ChkzpG__hamburger.DocsPage-module__ChkzpG__open span:nth-child(2){opacity:0}.DocsPage-module__ChkzpG__hamburger.DocsPage-module__ChkzpG__open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.DocsPage-module__ChkzpG__mobileOverlay{z-index:40;background:#00000080;display:none;position:fixed;inset:70px 0 0}@media (max-width:768px){.DocsPage-module__ChkzpG__mobileOverlay{display:block}}.DocsPage-module__ChkzpG__controlButton .language-dropdown{position:relative}.DocsPage-module__ChkzpG__controlButton .language-toggle{background:var(--surface-color);border:1px solid var(--divider-color);cursor:pointer;width:auto;min-width:60px;height:44px;color:var(--foreground);border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.DocsPage-module__ChkzpG__controlButton .language-toggle:hover{background:var(--light-primary);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #ff3b3026}.DocsPage-module__ChkzpG__controlButton .language-current{font-size:.75rem;font-weight:600}.DocsPage-module__ChkzpG__controlButton .chevron{transition:transform .2s}.DocsPage-module__ChkzpG__controlButton .chevron.open{transform:rotate(180deg)}.DocsPage-module__ChkzpG__controlButton .language-menu{background:var(--surface-color);border:1px solid var(--divider-color);z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;min-width:140px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 25px #0000004d}.DocsPage-module__ChkzpG__controlButton .language-item{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;transition:background-color .2s;display:flex}.DocsPage-module__ChkzpG__controlButton .language-item:hover{background:var(--light-primary)}.DocsPage-module__ChkzpG__controlButton .language-item.active{background:var(--light-primary);color:var(--primary-color);font-weight:600}.DocsPage-module__ChkzpG__controlButton .language-flag{font-size:1rem}.DocsPage-module__ChkzpG__controlButton .language-name{flex:1}.DocsPage-module__ChkzpG__docsLayout{min-height:calc(100vh - 70px);margin-top:70px;display:flex}.DocsPage-module__ChkzpG__sidebar{background:var(--surface-color);border-right:1px solid var(--divider-color);z-index:10;width:280px;height:calc(100vh - 70px);position:fixed;top:70px;left:0;overflow-y:auto}.DocsPage-module__ChkzpG__sidebarContent{padding:1.5rem}.DocsPage-module__ChkzpG__sidebarSection{margin-bottom:1.5rem}.DocsPage-module__ChkzpG__sectionButton{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s}.DocsPage-module__ChkzpG__sectionButton:hover{background:var(--light-primary);color:var(--primary-color)}.DocsPage-module__ChkzpG__sectionButton.DocsPage-module__ChkzpG__active{background:var(--primary-color);color:var(--on-primary)}.DocsPage-module__ChkzpG__sidebarSubsection{margin-bottom:.5rem;margin-left:1rem}.DocsPage-module__ChkzpG__itemButton{text-align:left;width:100%;color:var(--secondary-text);cursor:pointer;background:0 0;border:none;border-radius:6px;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s}.DocsPage-module__ChkzpG__itemButton:hover{background:var(--light-primary);color:var(--primary-color)}.DocsPage-module__ChkzpG__itemButton.DocsPage-module__ChkzpG__active{background:var(--light-primary);color:var(--primary-color);font-weight:600}.DocsPage-module__ChkzpG__subsectionList{margin-top:.5rem;margin-left:1rem}.DocsPage-module__ChkzpG__subsectionButton{text-align:left;width:100%;color:var(--ternary-text);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-bottom:.125rem;padding:.375rem .5rem;font-size:.8rem;transition:all .2s}.DocsPage-module__ChkzpG__subsectionButton:hover{background:var(--light-primary);color:var(--primary-color)}.DocsPage-module__ChkzpG__mainContent{flex:1;max-width:calc(100vw - 280px);margin-left:280px;padding:2rem 3rem}.DocsPage-module__ChkzpG__contentHeader{border-bottom:1px solid var(--divider-color);margin-bottom:3rem;padding-bottom:2rem}.DocsPage-module__ChkzpG__mainTitle{color:var(--foreground);background:linear-gradient(135deg,var(--primary-color),#ff6b47);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.DocsPage-module__ChkzpG__mainSubtitle{color:var(--secondary-text);font-size:1.2rem;line-height:1.6}.DocsPage-module__ChkzpG__contentSection{margin-bottom:4rem;scroll-margin-top:20px}.DocsPage-module__ChkzpG__sectionTitle{color:var(--foreground);border-bottom:2px solid var(--primary-color);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700}.DocsPage-module__ChkzpG__contentItem{margin-bottom:3rem;scroll-margin-top:20px}.DocsPage-module__ChkzpG__itemTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.DocsPage-module__ChkzpG__subsections{margin-top:1.5rem}.DocsPage-module__ChkzpG__subsection{margin-bottom:2rem;scroll-margin-top:20px}.DocsPage-module__ChkzpG__subsectionTitle{color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.DocsPage-module__ChkzpG__subsectionContent{color:var(--secondary-text);margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.DocsPage-module__ChkzpG__divider{background:var(--divider-color);opacity:.5;border:none;height:1px;margin:2rem 0}@media (max-width:1024px){.DocsPage-module__ChkzpG__sidebar{width:250px}.DocsPage-module__ChkzpG__mainContent{max-width:calc(100vw - 250px);margin-left:250px;padding:2rem}}@media (max-width:768px){.DocsPage-module__ChkzpG__mobileMenuButton{display:block}.DocsPage-module__ChkzpG__docsLayout{flex-direction:row}.DocsPage-module__ChkzpG__sidebar{background:var(--surface-color);border-left:1px solid var(--divider-color);z-index:50;border-right:none;width:280px;height:calc(100vh - 70px);transition:right .3s;position:fixed;top:70px;left:auto;right:-280px;box-shadow:-2px 0 10px #0000001a}.DocsPage-module__ChkzpG__sidebar.DocsPage-module__ChkzpG__mobileOpen{right:0}.DocsPage-module__ChkzpG__sidebarContent{padding:1.5rem 1.5rem 6rem}.DocsPage-module__ChkzpG__mainContent{width:100%;max-width:100%;margin-left:0;padding:1.5rem}.DocsPage-module__ChkzpG__contentHeader{margin-bottom:2rem;padding-bottom:1.5rem}.DocsPage-module__ChkzpG__contentSection{margin-bottom:3rem}.DocsPage-module__ChkzpG__subsectionTitle{margin-top:1rem;font-size:1.1rem}.DocsPage-module__ChkzpG__subsectionContent{margin-bottom:1rem}.DocsPage-module__ChkzpG__headerContainer{padding:0 16px}.DocsPage-module__ChkzpG__logoButton,.DocsPage-module__ChkzpG__docsButton{font-size:1.1rem}.DocsPage-module__ChkzpG__navControls{gap:8px}.DocsPage-module__ChkzpG__controlButton .language-toggle{min-width:55px;height:40px;padding:0 8px}}@media (max-width:480px){.DocsPage-module__ChkzpG__headerContainer{padding:0 8px}.DocsPage-module__ChkzpG__logoText{display:none}.DocsPage-module__ChkzpG__controlButton .language-current{font-size:.7rem}.DocsPage-module__ChkzpG__controlButton .language-toggle{min-width:50px;height:36px;padding:0 6px}.DocsPage-module__ChkzpG__sidebarContent{padding:1rem 1rem 7rem}.DocsPage-module__ChkzpG__mainContent{padding:1rem}.DocsPage-module__ChkzpG__sectionButton{padding:.625rem .75rem;font-size:.9rem}.DocsPage-module__ChkzpG__itemButton{padding:.5rem;font-size:.85rem}.DocsPage-module__ChkzpG__subsectionButton{padding:.375rem;font-size:.75rem}}.DocsPage-module__ChkzpG__sidebar::-webkit-scrollbar{width:6px}.DocsPage-module__ChkzpG__sidebar::-webkit-scrollbar-track{background:var(--surface-color)}.DocsPage-module__ChkzpG__sidebar::-webkit-scrollbar-thumb{background:var(--divider-color);border-radius:3px}.DocsPage-module__ChkzpG__sidebar::-webkit-scrollbar-thumb:hover{background:var(--secondary-text)}
