@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{font-family:inter,Helvetica,Arial,sans-serif,-apple-system;font-size:16px;line-height:1.3}h1,h2,h3,h4,h5,h6{font-family:host grotesk,Helvetica,Arial,sans-serif,-apple-system}}.hamburger{padding:10px 0 10px 10px;outline:none;z-index:30;cursor:pointer}@media(min-width:768px){.hamburger{display:none}}.hamburger:focus{outline:none}.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{display:block;position:absolute;width:30px;height:3px;border-radius:3px;background:#01022e;transition:transform .15s ease,top .15s ease,bottom .15s ease,opacity .15s ease}.hamburger-inner{top:50%;margin-top:-1.5px}.hamburger-inner::before,.hamburger-inner::after{content:""}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger.is-active .hamburger-inner::before{top:0;transform:rotate(0);opacity:0}.hamburger.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.main-menu-mobile{position:fixed;background:rgba(1,2,46,.97);top:0;left:0;width:100%;height:100vh;opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s,height .35s;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:20}.main-menu-mobile.open{opacity:1;visibility:visible;height:100%}.main-menu-mobile ul{font-size:30px;font-family:host grotesk,sans-serif;text-align:center;list-style:none;padding:0;margin:0}.main-menu-mobile li{display:block;padding:10px}.main-menu-mobile li a{display:block;color:#fafbff;text-decoration:none}.main-menu-mobile li a:hover{color:#9bd2f3}.lock-scroll{overflow:hidden}@layer utilities{@variants responsive{.no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    
    .no-scrollbar {
      -ms-overflow-style: none; 
      scrollbar-width: none; 
    }
  }}@layer base{.table-wrapper table{@apply min-w-full border-none}.table-wrapper thead{@apply border-none bg-[#E4E9FA] font-["Host_Grotesk"] text-base font-bold tracking-wide text-gray-700 dark:bg-[#01022e] dark:text-[#282828]}.table-wrapper tbody{@apply border-none}.table-wrapper tr{@apply divide-x-2 divide-white border-b-2 last:border-0 last:border-b-transparent dark:divide-x dark:border-b}.table-wrapper tbody tr{@apply odd:bg-[#FFFFFF] even:bg-[#F3F5FC] dark:odd:bg-truora-950 dark:even:bg-[#343558]}.table-wrapper th{@apply whitespace-nowrap border-b-2 border-b-white px-6 py-4 text-gray-900 first:rounded-tl-lg last:rounded-tr-lg dark:border-b dark:text-white}.table-wrapper td{@apply px-6 py-4 text-left;word-break:break-word}blockquote{@apply ml-5 border-l-4 border-[#dfe2e5] pl-3 text-xl font-semibold italic text-[#6a737d] dark:text-gray-300}#guide-content p a,#guide-content li a,#guide-content td a,#guide-content blockquote a,#summary-content p a,#summary-content li a,#summary-content td a,#summary-content blockquote a{@apply inline break-words font-medium text-[#3C1AE9] hover:underline dark:text-[#9BD2F3]}.code-content{@apply px-2 py-2}li{@apply marker:font-bold marker:text-black dark:marker:text-gray-300}code{word-break:break-all;font-family:fira code,monospace;color:#3c1ae9}.dark code{color:#9bd2f3}}#guide-content{font-family:inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:26px;letter-spacing:.1px}#guide-content p{margin-top:16px;margin-bottom:16px}#guide-content img{max-width:100%;height:auto;border-radius:12px;border:1px solid rgba(1,2,46,8%);margin:24px auto;display:block}.dark #guide-content img{border-color:rgba(255,255,255,.1)}#guide-content a{color:#3c1ae9;text-decoration:none;font-weight:500}#guide-content a:hover{text-decoration:underline}.dark #guide-content a{color:#9bd2f3}#guide-content strong{font-weight:600;color:#01022e}.dark #guide-content strong{color:#fff}#guide-content blockquote{margin-left:0;border-left:3px solid #3c1ae9;background:rgba(60,26,233,4%);padding:12px 20px;border-radius:0 8px 8px 0;font-style:normal}.dark #guide-content blockquote{background:rgba(60,26,233,.12)}#guide-content table:not(.hljs-ln){width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}#guide-content table:not(.hljs-ln) th{font-family:host grotesk,sans-serif;font-weight:600;text-align:left;padding:10px 14px;background:rgba(1,2,46,4%);border-bottom:2px solid rgba(1,2,46,.1)}.dark #guide-content table:not(.hljs-ln) th{background:rgba(255,255,255,5%);border-bottom-color:rgba(255,255,255,.1)}#guide-content table:not(.hljs-ln) td{padding:10px 14px;border-bottom:1px solid rgba(1,2,46,6%)}.dark #guide-content table:not(.hljs-ln) td{border-bottom-color:rgba(255,255,255,6%)}table.hljs-ln{width:auto;border-collapse:collapse;margin:0}table.hljs-ln td{padding:0;border:none}table.hljs-ln .hljs-ln-numbers{padding-right:12px;text-align:right;color:rgba(1,2,46,.35);user-select:none}.dark table.hljs-ln .hljs-ln-numbers{color:rgba(255,255,255,.35)}table.hljs-ln .hljs-ln-code{padding-left:12px}#guide-content h1,#guide-content h2,#guide-content h3,#guide-content h4,#guide-content h5,#guide-content h6{font-family:host grotesk,sans-serif;font-weight:500;letter-spacing:-.01em}.code-block-with-copy{position:relative}.code-block-with-copy pre{padding-top:36px;background-color:#343558!important}.copy-code-button{position:absolute;top:8px;right:8px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border:none;border-radius:6px;background:rgba(255,255,255,8%);color:rgba(255,255,255,.75);font-family:inter,sans-serif;font-size:12px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease,color .15s ease}.code-block-with-copy:hover .copy-code-button,.copy-code-button:focus-visible{opacity:1}.copy-code-button:hover{background:rgba(255,255,255,.18);color:#fff}.copy-code-button.copied{opacity:1;color:#12d57d}@media(hover:none){.copy-code-button{opacity:1}}#guide-content ol{padding-left:24px;margin-top:32px;margin-bottom:32px;list-style-type:decimal;list-style-position:none}#guide-content ul{padding-left:24px;margin-top:32px;margin-bottom:32px;list-style-type:disc;list-style-position:none}#guide-content li{margin-top:8px;margin-bottom:8px}#guide-content li p{display:inline}.active_dropdown{@apply bg-[#E4E9FA] font-semibold text-[#01022E] dark:bg-[#343558] dark:text-[#9BD2F3]}.selected{@apply font-semibold text-[#3C1AE9] dark:text-[#9BD2F3]}pre>code{font-family:fira code,monospace}.hljs{@apply h-full rounded-md p-0;overflow-x:initial;scrollbar-width:11px;scrollbar-color:#e8eefc white;scroll-behavior:smooth}.hljs:not(.highlight .hljs){@apply bg-white dark:bg-[#343558] !important}.dark .hljs{scrollbar-color:#01022e #343558}.hljs::-webkit-scrollbar{width:11px;height:11px;border-radius:30px}.hljs::-webkit-scrollbar-track{@apply rounded-md bg-[#e4eaf5] opacity-50 dark:bg-[#030449]}.hljs::-webkit-scrollbar-thumb{@apply rounded-xl bg-[#e8eefc] dark:bg-[#01022E]}.hljs::-webkit-scrollbar-corner{@apply bg-transparent}.code_scrollbar{overflow-x:auto;white-space:nowrap;scrollbar-width:thin;scrollbar-color:#e8eefc white;scroll-behavior:smooth}.dark .code_scrollbar{scrollbar-color:#01022e #343558}.code_scrollbar::-webkit-scrollbar{width:11px;height:11px;border-radius:30px}.code_scrollbar::-webkit-scrollbar-track{@apply rounded-md bg-[#e4eaf5] opacity-50 dark:bg-[#030449]}.code_scrollbar::-webkit-scrollbar-thumb{@apply rounded-xl bg-[#e8eefc] dark:bg-[#01022E]}.code_scrollbar::-webkit-scrollbar-corner{background-color:initial}.code-picker pre{white-space:pre;overflow-x:visible;margin:0}.code-picker code{white-space:pre;display:block;overflow-x:visible}.code-content-nav{margin-top:14px}.code-content-nav ul{display:flex;margin:0!important}.code-content-nav ul li{list-style-type:none;text-transform:uppercase;margin-top:0!important;margin-bottom:0!important;font-size:12px;padding-bottom:3px}.code-content-nav ul li:not(:last-child){margin-right:1rem}.code-content-hidden{display:none}.tab-btn{white-space:nowrap;cursor:pointer;outline:0;padding:1px}.code-content-tab-selected{font-weight:600;border-bottom-color:#3c1ae9!important;color:#01022e}.dark .code-content-tab-selected{color:#fff;border-bottom-color:#9bd2f3!important}.code-content-schema{padding-left:25px}#guide-content .code-content-schema p:first-of-type{margin:10px 0}.code-content-schema table{display:table!important;width:100%!important}.schema-child-field{margin-left:1.4rem!important}.schema-table tbody tr{padding:20px 0}.expand-schema-logo{cursor:pointer;font-weight:600;color:#3c1ae9;padding:3px;display:inline;border:1px solid transparent;min-width:20px}.expand-schema-logo:hover{border-color:#3c1ae9}.dark .expand-schema-logo{color:#9bd2f3}.dark .expand-schema-logo:hover{border-color:#9bd2f3}details>summary{list-style:none}details>summary::marker,details>summary::-webkit-details-marker{display:none}.schema-detail-field{display:inline-block;font-family:fira code,monospace;font-size:12px;font-weight:500;padding:.5rem;width:40%;margin-top:auto;margin-bottom:auto;overflow-wrap:break-word;word-break:break-word;white-space:normal}.schema-detail-type{display:inline-block;font-family:inter,sans-serif;font-size:11px;font-weight:600;color:#3c1ae9;padding:.5rem;width:16%;margin-top:auto;margin-bottom:auto}.dark .schema-detail-type{color:#9bd2f3}.schema-detail-description{display:inline-block;font-family:inter,sans-serif;font-size:12px;color:rgba(1,2,46,.7);padding:.5rem;width:44%;white-space:normal;margin-top:auto;margin-bottom:auto}.dark .schema-detail-description{color:rgba(255,255,255,.7)}.schema-detail-row{display:flex;width:100%}.schema-detail-wrapper details{border-top:1px solid rgba(1,2,46,8%)}.dark .schema-detail-wrapper details{border-top-color:rgba(255,255,255,8%)}.schema-detail-wrapper details:nth-child(even){background:rgba(1,2,46,2%)}.dark .schema-detail-wrapper details:nth-child(even){background:rgba(255,255,255,2%)}.schema-detail-wrapper summary{cursor:pointer;list-style:none;transition:background .15s}.schema-detail-wrapper summary:hover{background:rgba(60,26,233,4%)}.dark .schema-detail-wrapper summary:hover{background:rgba(60,26,233,.12)}.schema-detail-field-required{font-weight:700;color:#ee792f}.text-hidden{color:transparent!important}.text-hidden:hover{border-color:transparent!important;cursor:default!important}.code-content .code-content-schema-wrapper:not(:first-child){margin-top:1.5rem}.dropdown-container{display:flex!important}@media only screen and (max-width:991px){#filterToggle{display:flex}}@media only screen and (min-width:992px){#filterToggle{display:none}}@layer utilities{.scrollbar-transparent::-webkit-scrollbar{width:8px}.scrollbar-transparent::-webkit-scrollbar-track{background:0 0}.scrollbar-transparent::-webkit-scrollbar-thumb{background-color:rgba(128,128,128,.3);border-radius:4px}}mark{background-color:#f3ff85;border-radius:5px}mark.active-highlight{background-color:#87ff8b;outline:1px dashed #999}a.api-method-link mark{display:inline;white-space:normal}:root{--pagefind-ui-scale:0.7 !important;--pagefind-ui-primary:#3C1AE9 !important;--pagefind-ui-text:#01022E !important;--pagefind-ui-background:#FAFBFF !important;--pagefind-ui-border:#d1d5db !important;--pagefind-ui-tag:#F3F5FC !important;--pagefind-ui-border-width:1px !important;--pagefind-ui-border-radius:12px !important;--pagefind-ui-image-border-radius:8px !important;--pagefind-ui-image-box-ratio:16 / 9 !important;--pagefind-ui-font:'Inter', sans-serif !important}.pagefind-ui mark{background-color:#f3ff85!important;color:inherit!important;padding:0 2px!important;border-radius:2px!important}#page-content ul{margin-left:30px}html{scroll-padding-top:15%}.http-method{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:3px 10px;border-radius:6px;font-family:fira code,monospace;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.4}.http-method-get{background:#e6f7ee;color:#0a7d4a}.http-method-post{background:#e4e9fb;color:#3c1ae9}.http-method-put{background:#fff1e6;color:#c25a12}.http-method-patch{background:#fdf3e0;color:#a97a0a}.http-method-delete{background:#ffe9e9;color:#c22727}.dark .http-method-get{background:rgba(18,213,125,.15);color:#4fe3a0}.dark .http-method-post{background:rgba(60,26,233,.25);color:#9d8bff}.dark .http-method-put{background:rgba(238,121,47,.2);color:#f5a266}.dark .http-method-patch{background:rgba(255,187,0,.15);color:#ffcf4d}.dark .http-method-delete{background:rgba(255,80,80,.15);color:#ff8a8a}.http-method-sm{min-width:0;padding:1px 6px;border-radius:4px;font-size:10px;letter-spacing:.4px}#sidebar-list ul ul li{position:relative}