:root{--bg:#0b1020;--text:#e5e7eb;--muted:#9aa4b2;--card:#121826;--panel:#0f1225;--link-light-blue:#38bdf8;--accent-1:#6366F1;--accent-2:#A78BFA;--accent-3:#EC4899;--accent-gradient:linear-gradient(90deg,var(--accent-1),var(--accent-2),var(--accent-3))}body,html{height:100%;scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:var(--link-light-blue);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-weight:700;color:#fff;margin-top:.6rem}.card,.mdx-content p{margin-bottom:1rem}.card{background:var(--card);border-radius:12px;padding:1rem 1.25rem;box-shadow:0 6px 20px rgba(2,6,23,.6);transition:transform .14s ease}.card:hover{transform:translateY(-3px)}.callout{border-left:4px solid var(--link-light-blue);padding:.9rem 1rem;margin:1rem 0;background:#111421}pre{background:#0f1422;color:#dbeafe;padding:1rem;border-radius:8px;overflow-x:auto}header .nextra-header,header.nextra-header{position:-webkit-sticky!important;position:sticky!important;top:0;left:0;right:0;height:64px;z-index:1200;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:rgba(11,16,32,.84);display:flex;align-items:center;padding:0 1rem;box-shadow:0 2px 12px rgba(0,0,0,.45)}header.nextra-header>.nextra-container,header.nextra-header>div{display:flex;align-items:center;width:100%;gap:1rem}.cr-logo{display:flex;align-items:center;gap:.5rem}.cr-logo-img{width:32px;height:32px;object-fit:contain;display:block}.cr-brand{font-weight:800;font-size:1.125rem;line-height:1;background:linear-gradient(90deg,#818cf8,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;font-family:inherit;text-transform:none;font-smooth:always;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}header.nextra-header .nextra-search,header.nextra-header .search-container,header.nextra-header .search-wrap{flex:1 1;display:flex;justify-content:center;align-items:center}header.nextra-header .nextra-search input,header.nextra-header input[type=search]{width:100%;max-width:720px;padding:.48rem .9rem;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:#121426;color:var(--text);font-size:.95rem;outline:none;box-shadow:inset 0 2px 8px rgba(0,0,0,.45)}header.nextra-header .nextra-search input::placeholder,header.nextra-header input[type=search]::placeholder{color:#8b93a8}.nav-button{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .78rem;border-radius:8px;font-weight:600;font-size:.92rem;text-decoration:none;transition:transform .12s ease,opacity .12s ease;white-space:nowrap;margin-left:.5rem}.nav-button:hover{transform:translateY(-1px)}.nav-button.support{background:linear-gradient(180deg,#0ea5e9,#0284c7);color:#fff;border:1px solid rgba(255,255,255,.03)}.nav-button.dashboard{background:linear-gradient(90deg,#5c6ac4,#8b5cf6 50%,#ec4899);color:#fff;box-shadow:0 8px 22px rgba(92,106,196,.3);border:none;font-weight:600;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:all .3s ease}.nav-button.dashboard:hover{box-shadow:0 12px 28px rgba(92,106,196,.4);transform:translateY(-2px)}.nextra-nav,.nextra-sidebar,.nextra-sidebar-wrapper{background:var(--panel);border-right:1px solid rgba(255,255,255,.02);padding:.85rem}.nextra-sidebar{position:-webkit-sticky;position:sticky;top:64px;height:calc(100vh - 64px);overflow:auto}.nextra-nav>ul>li:nth-child(-n+3) a{color:var(--link-light-blue);font-weight:600}.nextra-nav-heading,.nextra-sidebar .nextra-nav-heading,.sidebar-folder-title{font-weight:700;color:#fff;margin-top:.6rem}.nextra-nav a,.nextra-sidebar a{display:block;padding:.28rem .25rem;color:var(--muted);font-size:.95rem}.nextra-nav a:hover,.nextra-sidebar a:hover{color:#d7e7ff}.nextra-toc a.active,.nextra-toc a.is-active,.on-this-page a.active{color:transparent;background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.nextra-toc a.active:before,.on-this-page a.active:before{content:"";display:inline-block;width:6px;height:6px;margin-right:10px;border-radius:999px;vertical-align:middle;background:var(--accent-1)}@media (max-width:960px){header.nextra-header{padding:0 .75rem;height:56px}.cr-brand{display:none}header.nextra-header .nextra-search input,header.nextra-header input[type=search]{max-width:320px}.nextra-sidebar{display:none}}@media (max-width:480px){.nav-button{padding:.32rem .5rem;font-size:.85rem}}