@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--nextra-font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--nextra-bg:#fff;--nextra-content-bg:#fff;--nextra-sidebar-bg:#fafafa;--nextra-text:#171717;--nextra-text-secondary:#666;--nextra-border:#eaeaea;--nextra-primary:#000;--nextra-primary-hover:#171717;--nextra-code-bg:#f5f5f5;--nextra-code-border:#e5e5e5;--nextra-navbar-height:52px;--nextra-content-width:calc(100vw - 2rem);--nextra-transition-fast:150ms ease;--nextra-transition-medium:200ms ease}.dark{--nextra-bg:#0a0a0a;--nextra-content-bg:#0a0a0a;--nextra-sidebar-bg:#111;--nextra-text:#ededed;--nextra-text-secondary:#888;--nextra-border:#333;--nextra-primary:#fff;--nextra-primary-hover:#ededed;--nextra-code-bg:#1a1a1a;--nextra-code-border:#333}.x\:nextra-body,article{font-size:14.5px!important;line-height:1.52!important;letter-spacing:-.01em}.x\:nextra-body,article,h1,h2,h3,h4,h5,h6{font-family:var(--nextra-font-family)!important;color:var(--nextra-text)}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}article h1{font-size:1.65rem!important;line-height:1.2!important;margin-bottom:.7rem!important;padding-bottom:.5rem!important;border-bottom:1px solid var(--nextra-border);word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}article h2{font-size:1.3rem!important;line-height:1.3!important;margin-top:1.3rem!important;margin-bottom:.55rem!important}article h3{font-size:1.05rem!important;line-height:1.35!important;margin-top:1rem!important;margin-bottom:.4rem!important}article p{margin-bottom:.65rem!important;color:var(--nextra-text)}.nextra-navbar{position:sticky!important;top:0!important;z-index:40!important}.nextra-navbar .nextra-navbar-blur{background:var(--nextra-bg)!important;background:color-mix(in srgb,var(--nextra-bg) 92%,transparent)!important;border-bottom:1px solid var(--nextra-border)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}nav a[class*=logo]{font-weight:600;font-size:1rem;color:var(--nextra-text);transition:opacity var(--nextra-transition-fast)}nav a[class*=logo]:hover{opacity:.7}button[class*=search],input[class*=search]{background:var(--nextra-sidebar-bg)!important;border:1px solid var(--nextra-border)!important;border-radius:8px!important;transition:all var(--nextra-transition-fast)}button[class*=search]:hover,input[class*=search]:focus{border-color:var(--nextra-text-secondary)!important}.nextra-search{width:min(100%,22rem);max-width:100%}.nextra-search input[type=search]{width:100%!important;min-width:0!important;padding-right:4.25rem!important;font-size:.95rem!important;line-height:1.2!important;text-overflow:ellipsis;overflow:hidden}.nextra-search kbd{right:.4rem!important;min-width:2.5rem;justify-content:center;font-size:10px!important;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nextra-sidebar-container,aside[class*=sidebar]{background:var(--nextra-sidebar-bg)!important;border-right:1px solid var(--nextra-border)!important}.nextra-sidebar-container a,aside a{font-weight:500;border-radius:6px;transition:all var(--nextra-transition-fast)}.nextra-sidebar-container a,.nextra-sidebar-container button,aside a{color:var(--nextra-text-secondary)!important;font-size:12.5px!important;padding:3px 8px!important}.nextra-sidebar-container button{font-weight:500!important;line-height:1.3!important;min-height:0!important}.nextra-sidebar li>a,.nextra-sidebar li>button{padding-top:3px!important;padding-bottom:3px!important;font-size:12.5px!important;line-height:1.3!important}.nextra-sidebar li.active>a,.nextra-sidebar li.active>button{font-size:12.5px!important;font-weight:500!important}.nextra-sidebar-container a:hover,aside a:hover{color:var(--nextra-text)!important;background:rgba(0,0,0,.05)!important}.dark .nextra-sidebar-container a:hover,.dark aside a:hover{background:hsla(0,0%,100%,.05)!important}.nextra-sidebar-container a[data-active=true],aside a.x\:text-primary-600,aside a[aria-current=page]{color:var(--nextra-text)!important;background:transparent!important;font-weight:600;position:relative}.nextra-sidebar-container a[aria-current=page]{pointer-events:none;cursor:default}aside a.x\:text-primary-600:before,aside a[aria-current=page]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:16px;background:var(--nextra-text);border-radius:1px}nav[class*=toc]{border-left:1px solid var(--nextra-border)!important;padding-left:1rem}nav[class*=toc] a{color:var(--nextra-text-secondary)!important;font-size:12px!important;line-height:1.35!important;transition:color var(--nextra-transition-fast)}nav[class*=toc] a:hover{color:var(--nextra-text)!important}nav[class*=toc] a[aria-current=true]{color:var(--nextra-text)!important;font-weight:500}.nextra-mobile-nav{opacity:1!important;border-top:1px solid var(--nextra-border);box-shadow:0 18px 40px rgba(0,0,0,.28)}.nextra-mobile-nav,.nextra-mobile-nav .nextra-sidebar-footer,.nextra-mobile-nav>div,.nextra-mobile-nav>ul{background:var(--nextra-bg)!important}.nextra-mobile-nav .nextra-search{position:sticky;top:0;z-index:1}.nextra-mobile-nav .nextra-search input[type=search]{background:var(--nextra-bg)!important}@media (max-width:767px){.nextra-mobile-nav{padding-top:calc(var(--nextra-navbar-height) + .2rem)!important}.nextra-mobile-nav>div{padding-left:max(env(safe-area-inset-left),.9rem)!important;padding-right:max(env(safe-area-inset-right),.9rem)!important;padding-top:.35rem!important}.nextra-mobile-nav>ul{padding:.35rem max(env(safe-area-inset-right),.9rem) calc(.6rem + env(safe-area-inset-bottom)) max(env(safe-area-inset-left),.9rem)!important;gap:0!important}.nextra-mobile-nav li{margin:0!important}.nextra-mobile-nav li>a,.nextra-mobile-nav li>button{padding:.42rem .62rem!important;font-size:.9rem!important;line-height:1.2!important;border-radius:8px!important}.nextra-mobile-nav .nextra-search input[type=search]{min-height:2.35rem;font-size:.92rem!important;border-radius:10px!important;padding-left:.7rem!important;padding-right:.7rem!important}.nextra-mobile-nav li[class*="x:not-first:mt-5"]{margin-top:.35rem!important;margin-bottom:0!important;padding-top:.2rem!important;padding-bottom:.1rem!important;font-size:.7rem!important;letter-spacing:.05em;text-transform:uppercase;opacity:.8}.nextra-mobile-nav ul ul{margin-inline-start:.25rem!important;padding-inline-start:.35rem!important;padding-top:.15rem!important;row-gap:0!important}.nextra-mobile-nav ul ul[class*="x:before:absolute"]:before{display:none!important}.nextra-mobile-nav ul ul{border-left:1px solid var(--nextra-border)}.nextra-mobile-nav .nextra-sidebar-footer,.nextra-mobile-nav a[href="/docs-llms-full.txt"],.nextra-mobile-nav a[href^="#"]{display:none!important}}article[class*="x:w-full x:min-w-0 x:break-words"]{padding:.5rem .875rem 1.5rem!important}article h2[class*="x:mt-10"]{margin-top:1.3rem!important;margin-bottom:.55rem!important;padding-bottom:.35rem!important}article h3[class*="x:mt-8"]{margin-top:1rem!important}article [class*="x:not-first:mt-[1.25em]"]{margin-top:.75em!important}article [class*="x:my-[2em]"]{margin-top:1.25em!important;margin-bottom:1.25em!important}article div[class*="x:mb-8 x:flex x:items-center x:border-t x:pt-8"]{margin-top:1.25rem!important;margin-bottom:.75rem!important;padding-top:.9rem!important}article p[class*="x:mt-12 x:mb-8 x:text-xs"]{margin-top:.75rem!important;margin-bottom:.5rem!important}.nextra-sidebar>div[class*="x:p-4"]{padding:.625rem!important}.nextra-sidebar-container li{margin:0!important}.nextra-sidebar-container ul{row-gap:.125rem!important}.nextra-sidebar-container [class*="x:mt-6"],.nextra-sidebar-container [class*="x:my-6"],.nextra-sidebar-container [class*="x:py-6"]{margin-top:.35rem!important;margin-bottom:.35rem!important;padding-top:0!important;padding-bottom:0!important}.nextra-sidebar li[class*="x:not-first:mt-5"]{margin-top:.75rem!important;margin-bottom:.2rem!important;padding-top:.2rem!important;padding-bottom:.2rem!important;font-size:.95rem!important;line-height:1.25!important}.nextra-sidebar>div[class*="x:p-4"]>ul>li>a[href="/apps/rosetta/docs"]{font-size:1.05rem!important;font-weight:600!important;line-height:1.2!important;color:var(--nextra-text)!important}.dark .nextra-sidebar>div[class*="x:p-4"]>ul>li>a[href="/apps/rosetta/docs"]{color:#fff!important}.nextra-sidebar .nextra-sidebar-footer{padding-top:.5rem!important;padding-bottom:.5rem!important;margin-left:.625rem!important;margin-right:.625rem!important}.nextra-toc p{padding-top:.85rem!important;padding-left:.75rem!important;padding-right:.75rem!important}.nextra-toc ul{padding:.55rem .75rem!important}.nextra-toc li[class*="x:my-2"]{margin:.35rem 0!important}@media (min-width:768px){article[class*="x:w-full x:min-w-0 x:break-words"]{padding:.5rem 1.5rem 1.75rem!important}}article,main[class*=content]{background:var(--nextra-content-bg)}article a:not([class]){color:var(--nextra-text);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--nextra-border);transition:text-decoration-color var(--nextra-transition-fast)}article a:not([class]):hover{text-decoration-color:var(--nextra-text)}article ol,article ul{margin:.6rem 0!important;padding-left:1.1rem!important}article li{margin:.22rem 0!important;line-height:1.42!important}article li::marker{color:var(--nextra-text-secondary)}pre{background:var(--nextra-code-bg)!important;border:1px solid var(--nextra-code-border)!important;border-radius:8px!important;padding:.65rem!important;font-size:13px!important;line-height:1.38!important;overflow-x:auto}code{font-family:SF Mono,Fira Code,Consolas,monospace!important;font-size:.875em}:not(pre)>code{background:var(--nextra-code-bg)!important;border:1px solid var(--nextra-code-border)!important;border-radius:4px!important;padding:.2em .4em!important;font-size:.875em!important}.rosetta-quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.45rem;margin:.7rem 0 .9rem}.rosetta-quick-link{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.38rem .5rem;border:1px solid var(--nextra-border);border-radius:8px;color:var(--nextra-text)!important;text-decoration:none!important;background:var(--nextra-bg);transition:border-color var(--nextra-transition-fast),background-color var(--nextra-transition-fast)}.rosetta-quick-link:hover{border-color:var(--nextra-text-secondary);background:var(--nextra-sidebar-bg)}.rosetta-quick-link-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;flex:0 0 auto;color:var(--nextra-text-secondary)}.rosetta-quick-link-label{display:inline-flex;align-items:center;font-size:.82rem;line-height:1.1;font-weight:600;white-space:nowrap}.rosetta-quick-link-label code{font-size:.95em!important;padding:.12em .28em!important}.nextra-cards,[class*=Cards]{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:.55rem!important;margin:.9rem 0!important}.nextra-card,[class*=Card]:not([class*=Cards]){background:var(--nextra-bg)!important;border:1px solid var(--nextra-border)!important;border-radius:10px!important;padding:.6rem .65rem!important;transition:all var(--nextra-transition-medium)!important;text-decoration:none!important}.nextra-card:hover,[class*=Card]:not([class*=Cards]):hover{border-color:var(--nextra-text-secondary)!important;box-shadow:0 4px 12px rgba(0,0,0,.08)!important;transform:translateY(-2px)}.dark .nextra-card:hover,.dark [class*=Card]:not([class*=Cards]):hover{box-shadow:0 4px 12px rgba(0,0,0,.4)!important}.nextra-card h3,[class*=Card]:not([class*=Cards]) span{font-weight:600!important;font-size:.9rem!important;color:var(--nextra-text)!important;margin-bottom:.15rem}.nextra-card p,[class*=Card]:not([class*=Cards]) p{font-size:.78rem!important;line-height:1.35!important;color:var(--nextra-text-secondary)!important;margin:0!important}.nextra-callout,[class*=Callout]{border-radius:8px!important;padding:.65rem .85rem!important;margin:.75rem 0!important;border-width:1px!important}article table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:13px}article th{background:var(--nextra-sidebar-bg);font-weight:600;text-align:left}article td,article th{padding:.45rem .6rem!important;border-bottom:1px solid var(--nextra-border)}article tr:hover{background:var(--nextra-sidebar-bg)}footer{background:var(--nextra-sidebar-bg)!important;border-top:1px solid var(--nextra-border)!important;padding:.9rem 0!important}footer a{color:var(--nextra-text-secondary)!important;transition:color var(--nextra-transition-fast)}footer a:hover{color:var(--nextra-text)!important}article blockquote{border-left:3px solid var(--nextra-border);padding-left:.85rem;margin:.75rem 0;color:var(--nextra-text-secondary);font-style:italic}article hr{border:none;border-top:1px solid var(--nextra-border);margin:.95rem 0}::-moz-selection{background:var(--nextra-text);color:var(--nextra-bg)}::selection{background:var(--nextra-text);color:var(--nextra-bg)}.x\:float-end.x\:inline-flex.x\:items-stretch>button:first-child{font-size:0!important;width:1.9rem!important;min-width:1.9rem!important;padding:0!important;justify-content:center!important}.x\:float-end.x\:inline-flex.x\:items-stretch>button:first-child svg{width:14px;height:14px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--nextra-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--nextra-text-secondary)}@media (max-width:1024px) and (min-width:768px){.nextra-mobile-nav,.nextra-navbar .nextra-hamburger,.nextra-toc{display:none!important}}@media (max-width:767px){.nextra-navbar nav>.x\:max-md\:hidden,.nextra-sidebar,.nextra-toc{display:none!important}.nextra-navbar .nextra-hamburger{display:block!important}.nextra-mobile-nav{display:flex!important}div[class*="x:max-w-(--nextra-content-width)"][class*="x:flex"]{display:block!important;max-width:100%!important}article[class*="x:w-full x:min-w-0 x:break-words"]{width:100%!important;min-width:0!important}}@media (max-width:768px){article h1{font-size:1.5rem!important;white-space:normal;overflow-wrap:anywhere}article h2{font-size:1.2rem!important}article[class*="x:w-full x:min-w-0 x:break-words"]{padding-left:.75rem!important;padding-right:.75rem!important;padding-bottom:1.25rem!important}.nextra-cards,[class*=Cards]{grid-template-columns:1fr!important}.rosetta-quick-links{grid-template-columns:repeat(2,minmax(0,1fr))}.rosetta-quick-link{min-height:1.9rem;padding:.35rem .45rem}.nextra-search{width:100%!important}.nextra-search kbd{display:none!important}}.rosetta-docs-footer-links{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:.875rem!important}.nextra-breadcrumb{display:none!important}article main[data-pagefind-body=true]{padding-top:.25rem}article main[data-pagefind-body=true]>:first-child{margin-top:0!important}