@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0");:root{--bg:#101114;--surface:#191c22;--surface-elevated:#20242c;--surface-muted:#252a33;--surface-subtle:#14171c;--line:rgba(255,255,255,0.1);--line-strong:rgba(255,255,255,0.18);--text:#f4f7f8;--muted:#f2f2f2;--blue:#22d3ee;--blue-dark:#14b8a6;--green:#34d399;--yellow:#fbbf24;--red:#fb7185;--shadow:0 18px 50px rgba(0,0,0,0.34)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,rgba(20,184,166,.08),transparent 32%),linear-gradient(180deg,#121317 0,var(--bg) 46%,#0e1012 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}html{color-scheme:dark}button,input,select,textarea{font:inherit}button{cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease,transform .18s ease}.material-symbols-outlined{direction:ltr;display:inline-block;font-family:Material Symbols Outlined;font-feature-settings:"liga";font-style:normal;font-weight:400;letter-spacing:0;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal}.code-token{--code-token-bg:rgba(10,15,24,0.88);--code-token-border:rgba(255,255,255,0.12);--code-token-glow:rgba(34,211,238,0.2);align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),var(--code-token-bg);border:1px solid var(--code-token-border);border-radius:999px;color:#e2e8f0;display:inline-flex;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:800;gap:0;justify-content:center;line-height:1.2;max-width:100%;min-height:28px;min-width:0;overflow:hidden;padding:5px 10px;position:relative;text-transform:none;transition:background-color .18s ease,box-shadow .18s ease,color .18s ease;vertical-align:middle;width:max-content}.code-token.copyable{cursor:copy}.code-token.disabled{cursor:default;opacity:.72}.code-token.disabled .code-token__copy{display:none}.code-token:focus-visible,.code-token:focus-within,.code-token:hover{box-shadow:0 8px 18px rgba(0,0,0,.22);color:#f8fafc;outline:none;z-index:3}.code-token__value{display:block;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.code-token__copy{align-items:center;background:linear-gradient(90deg,rgba(10,15,24,0),rgba(10,15,24,.86) 38%,rgba(34,211,238,.2)),rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);border-radius:7px;color:#a5f3fc;display:inline-flex;height:23px;justify-content:center;opacity:0;position:absolute;right:2px;top:50%;transform:translateY(-50%) translateX(4px);transition:background-color .18s ease,color .18s ease,opacity .18s ease,transform .18s ease;width:23px;z-index:2}.code-token:focus-visible .code-token__copy,.code-token:focus-within .code-token__copy,.code-token:hover .code-token__copy{opacity:1;transform:translateY(-50%) translateX(0)}.code-token.copied{box-shadow:0 8px 18px rgba(0,0,0,.22)}.code-token.copied .code-token__copy{background:rgba(52,211,153,.16);color:#bbf7d0;opacity:1;transform:translateY(-50%) translateX(0)}.code-token--compact{font-size:11px;min-height:24px;padding:4px 8px}.code-token--compact .code-token__copy{border-radius:6px;height:20px;width:20px}.code-token.inside-interactive{position:relative}