@tailwind base;@tailwind components;@tailwind utilities;html,html.dark,html[class*=dark]{color-scheme:light!important}@media (prefers-color-scheme:dark){html,html.dark,html[class*=dark]{color-scheme:light!important}}@layer utilities{.nextra-navbar{position:fixed;z-index:5000;background-color:#f9f9f9!important;top:0;left:0}.nextra-navbar nav{height:120px!important}.nextra-breadcrumb,.nextra-sidebar,.nextra-toc{margin-top:120px!important}.nextra-sidebar .active a{background-color:#dff1ff;color:#003c71!important}.nextra-navbar a,.nextra-navbar button,div [role=menu] a{color:#003c71!important;font-weight:600;font-size:15px}#headlessui-portal-root *,div [role=menu]{z-index:5001!important}.nextra-border a,article h1,article h2,article h3,article h4,article h5,article h6{color:#003c71!important}.nextra-border a{font-weight:700!important}table td,table th{text-align:center!important}.feedback-link{font-weight:600;cursor:pointer;color:#003c71}.feedback-link:hover{color:#000}}article main{margin-top:0!important}.graphiql-container{position:absolute;top:120px;left:0;padding-bottom:100px}.graphiql-execute-button{background:#43a6ff!important}