.navbar-module__rCz-Za__nav{background:var(--bg);border-bottom:1px solid var(--border);box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:1rem 3rem;display:flex}.navbar-module__rCz-Za__logo{font-family:var(--mono);color:var(--text);letter-spacing:-.02em;font-size:1.15rem;font-weight:600;text-decoration:none}.navbar-module__rCz-Za__logoKw{color:var(--syn-keyword);font-weight:800}.navbar-module__rCz-Za__links{align-items:center;gap:2rem;font-size:.9rem;font-weight:500;display:flex}.navbar-module__rCz-Za__links a{color:var(--text-dim);text-decoration:none;transition:color .2s}.navbar-module__rCz-Za__links a:hover{color:var(--text)}.navbar-module__rCz-Za__active{color:var(--accent)!important}.navbar-module__rCz-Za__cta{border-radius:6px;padding:.45rem 1.2rem;font-size:.88rem;font-weight:600;background:var(--accent)!important;color:#000!important;transition:opacity .2s,transform .2s!important}.navbar-module__rCz-Za__cta:hover{opacity:.88;transform:translateY(-1px);color:#000!important}.navbar-module__rCz-Za__sidebarNav{border-right:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:200px;height:100%;padding:1rem 0;display:flex}.navbar-module__rCz-Za__sidebarLinks{flex-direction:column;gap:.5rem;margin-top:2rem;padding:0 1rem;display:flex}.navbar-module__rCz-Za__sidebarLinks a{color:var(--text-dim);border-radius:6px;padding:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-module__rCz-Za__sidebarLinks a:hover{color:var(--text);background:var(--surface)}
.demo-module__THvs0G__root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.demo-module__THvs0G__mobileToolbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;height:42px;padding:0 .75rem;display:none}.demo-module__THvs0G__workspace{min-height:0;height:calc(100vh - var(--navbar-height,52px));flex:1;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.demo-module__THvs0G__inputWarning{color:#ca8a04;background:#eab30814;border-bottom:1px solid #eab30833;align-items:center;gap:8px;padding:8px 16px;font-size:12px;line-height:1.5;display:flex}.demo-module__THvs0G__inputWarningIcon{color:#eab308;flex-shrink:0}.demo-module__THvs0G__inputWarning code{background:#eab3081f;border-radius:3px;padding:1px 5px;font-family:DM Mono,Fira Code,monospace}.demo-module__THvs0G__pane{border-right:1px solid var(--border);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.demo-module__THvs0G__pane:last-child{border-right:none}.demo-module__THvs0G__paneHeader{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;height:42px;padding:0 .75rem;display:flex}.demo-module__THvs0G__paneHeaderLeft{flex-shrink:1;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.demo-module__THvs0G__tlRed,.demo-module__THvs0G__tlYellow,.demo-module__THvs0G__tlGreen{border-radius:50%;width:9px;height:9px;display:block}.demo-module__THvs0G__tlRed{background:#ff5f57}.demo-module__THvs0G__tlYellow{background:#febc2e}.demo-module__THvs0G__tlGreen{background:#28c840}.demo-module__THvs0G__termIcon{color:var(--text-muted);flex-shrink:0}.demo-module__THvs0G__fileName{font-family:var(--mono);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:500;overflow:hidden}.demo-module__THvs0G__statusBadge{font-family:var(--mono);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.18rem .45rem;font-size:.62rem;font-weight:700}.demo-module__THvs0G__statusOk{color:#28c840;background:#28c8401f;border:1px solid #28c8404d}.demo-module__THvs0G__statusErr{color:#ff5f57;background:#ff5f571f;border:1px solid #ff5f574d}.demo-module__THvs0G__actions{flex-shrink:0;align-items:center;gap:.3rem;display:flex}.demo-module__THvs0G__iconBtn{border:1px solid var(--border);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:flex}.demo-module__THvs0G__iconBtn:hover{background:var(--surface-2);color:var(--text);border-color:var(--border-light)}.demo-module__THvs0G__runBtn{background:var(--accent);color:#000;height:26px;font-family:var(--mono);cursor:pointer;letter-spacing:.02em;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:.35rem;padding:0 .7rem;font-size:.72rem;font-weight:700;transition:opacity .12s,transform .12s,box-shadow .12s;display:flex}.demo-module__THvs0G__runBtn:hover:not(:disabled){opacity:.88;box-shadow:0 4px 16px color-mix(in srgb, var(--accent) 35%, transparent);transform:translateY(-1px)}.demo-module__THvs0G__runBtn:active:not(:disabled){transform:translateY(0)}.demo-module__THvs0G__runBtn:disabled{opacity:.45;cursor:not-allowed}.demo-module__THvs0G__editorBody{background:#080b10;flex:1;min-height:0;position:relative;overflow:hidden}.demo-module__THvs0G__editorLoading{height:100%;color:var(--text-muted);font-family:var(--mono);background:#080b10;justify-content:center;align-items:center;font-size:.82rem;display:flex}.demo-module__THvs0G__terminal{background:#070a0f;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.demo-module__THvs0G__emptyState{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.65rem;padding:1.5rem;display:flex}.demo-module__THvs0G__emptyIcon{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:9px;justify-content:center;align-items:center;display:flex}.demo-module__THvs0G__emptyText{font-family:var(--mono);color:var(--text-muted);text-align:center;margin:0;font-size:.75rem;line-height:1.6}.demo-module__THvs0G__emptyText kbd{background:var(--surface);border:1px solid var(--border);font-family:var(--mono);color:var(--text-dim);border-radius:4px;padding:.1rem .35rem;font-size:.7rem;display:inline-block}.demo-module__THvs0G__loadingState{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex}.demo-module__THvs0G__spinner{width:32px;height:32px;position:relative}.demo-module__THvs0G__spinnerRing{border:2px solid color-mix(in srgb, var(--accent) 15%, transparent);border-top-color:var(--accent);border-radius:50%;animation:.7s linear infinite demo-module__THvs0G__spin;position:absolute;inset:0}@keyframes demo-module__THvs0G__spin{to{transform:rotate(360deg)}}.demo-module__THvs0G__loadingText{flex-direction:column;align-items:center;gap:.35rem;display:flex}.demo-module__THvs0G__loadingTitle{font-family:var(--mono);color:var(--text-muted);letter-spacing:.03em;font-size:.75rem}.demo-module__THvs0G__loadingDots{gap:4px;display:flex}.demo-module__THvs0G__loadingDots span{background:var(--accent);opacity:.3;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite demo-module__THvs0G__dot-pulse;display:block}.demo-module__THvs0G__loadingDots span:nth-child(2){animation-delay:.2s}.demo-module__THvs0G__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes demo-module__THvs0G__dot-pulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.demo-module__THvs0G__outputPre{font-family:var(--mono);white-space:pre-wrap;word-break:break-word;flex:1;margin:0;padding:1rem 1.25rem;font-size:.82rem;line-height:1.75;overflow:auto}.demo-module__THvs0G__outputOk{color:#b8c8e8}.demo-module__THvs0G__outputErr{color:#ff7a7a}@media (max-width:700px){.demo-module__THvs0G__workspace{height:calc(100vh - var(--navbar-height,52px) - 42px);grid-template-rows:55vh 45vh;grid-template-columns:1fr}.demo-module__THvs0G__pane{border-right:none;border-bottom:1px solid var(--border)}.demo-module__THvs0G__pane:last-child{border-bottom:none}.demo-module__THvs0G__pane:first-child .demo-module__THvs0G__paneHeader{display:none}.demo-module__THvs0G__mobileToolbar{display:flex}}@media (max-width:400px){.demo-module__THvs0G__runLabel{display:none}.demo-module__THvs0G__runBtn{justify-content:center;width:26px;padding:0}}@media (max-width:340px){.demo-module__THvs0G__iconBtn,.demo-module__THvs0G__runBtn{width:24px;height:24px}.demo-module__THvs0G__statusBadge{display:none}}
.docs-module__3-2rFW__root{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.docs-module__3-2rFW__main{height:calc(100vh - var(--navbar-height,52px));flex:1;display:flex;overflow:hidden}.docs-module__3-2rFW__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;display:flex;overflow:hidden}.docs-module__3-2rFW__sidebarHeader{border-bottom:1px solid var(--border);flex-shrink:0;padding:1.25rem 1rem .75rem}.docs-module__3-2rFW__sidebarLabel{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:700}.docs-module__3-2rFW__nav{flex-direction:column;flex:1;gap:2px;padding:.5rem;display:flex;overflow-y:auto}.docs-module__3-2rFW__navGroup{flex-direction:column;gap:2px;margin-bottom:.25rem;display:flex}.docs-module__3-2rFW__navGroupLabel{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);opacity:.5;padding:.5rem .75rem .2rem;font-size:.6rem;font-weight:700}.docs-module__3-2rFW__navItem{width:100%;color:var(--text-muted);font-family:var(--body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.82rem;font-weight:500;line-height:1;transition:background .12s,color .12s;display:flex}.docs-module__3-2rFW__navItem:hover{background:var(--surface-2);color:var(--text)}.docs-module__3-2rFW__navItemActive{background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent)}.docs-module__3-2rFW__navItemActive:hover{background:color-mix(in srgb, var(--accent) 14%, transparent);color:var(--accent)}.docs-module__3-2rFW__navDot{opacity:.4;background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.docs-module__3-2rFW__navItemActive .docs-module__3-2rFW__navDot{opacity:1}.docs-module__3-2rFW__content{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.docs-module__3-2rFW__titleArea{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:2rem 2.5rem 1.5rem}.docs-module__3-2rFW__titleMeta{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.docs-module__3-2rFW__titleTag{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:color-mix(in srgb, var(--accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);color:var(--accent);border-radius:4px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.docs-module__3-2rFW__title{font-family:var(--display);color:var(--text);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.15}.docs-module__3-2rFW__description{color:var(--text-dim);max-width:60ch;margin:0;font-size:.88rem;line-height:1.65}.docs-module__3-2rFW__body{flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.docs-module__3-2rFW__section{border-bottom:1px solid var(--border);padding:1.5rem 2.5rem}.docs-module__3-2rFW__section:last-child{border-bottom:none;flex:1}.docs-module__3-2rFW__sectionTitle{font-family:var(--display);color:var(--text);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 .85rem;font-size:.78rem;font-weight:700;display:flex}.docs-module__3-2rFW__sectionTitle:after{content:"";background:var(--border);flex:1;max-width:120px;height:1px}.docs-module__3-2rFW__tableWrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}.docs-module__3-2rFW__table{border-collapse:collapse;width:100%;font-family:var(--mono);font-size:.78rem}.docs-module__3-2rFW__table th{text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;padding:.6rem 1rem;font-size:.65rem;font-weight:700}.docs-module__3-2rFW__table td{border-bottom:1px solid var(--border);color:var(--text-dim);padding:.55rem 1rem;line-height:1.5}.docs-module__3-2rFW__table tr:last-child td{border-bottom:none}.docs-module__3-2rFW__table tr:hover td{background:color-mix(in srgb, var(--surface) 40%, transparent)}.docs-module__3-2rFW__table td:first-child{font-family:var(--mono);color:var(--accent);white-space:nowrap;font-weight:600}.docs-module__3-2rFW__notes{flex-direction:column;gap:.6rem;display:flex}.docs-module__3-2rFW__note{border-radius:7px;align-items:flex-start;gap:.65rem;padding:.75rem 1rem;font-size:.83rem;line-height:1.55;display:flex}.docs-module__3-2rFW__noteIcon{flex-shrink:0;margin-top:.1rem}.docs-module__3-2rFW__noteText{flex:1}.docs-module__3-2rFW__noteInfo{background:var(--surface-2);border:1px solid var(--border);color:var(--text-dim)}.docs-module__3-2rFW__noteInfo .docs-module__3-2rFW__noteIcon{color:var(--text-muted)}.docs-module__3-2rFW__noteWarning{color:var(--text-dim);background:#febc2e14;border:1px solid #febc2e40}.docs-module__3-2rFW__noteWarning .docs-module__3-2rFW__noteIcon{color:#febc2e}.docs-module__3-2rFW__noteTip{background:color-mix(in srgb, var(--accent) 8%, transparent);border:1px solid color-mix(in srgb, var(--accent) 20%, transparent);color:var(--text-dim)}.docs-module__3-2rFW__noteTip .docs-module__3-2rFW__noteIcon{color:var(--accent)}.docs-module__3-2rFW__codeSection{flex-direction:column;padding:1.5rem 2.5rem 2rem;display:flex}.docs-module__3-2rFW__codeHeader{background:var(--surface-2);border:1px solid var(--border);border-bottom:none;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:.5rem .85rem;display:flex}.docs-module__3-2rFW__codeFileName{font-family:var(--mono);color:var(--text-muted);letter-spacing:.03em;font-size:.72rem}.docs-module__3-2rFW__codeLang{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent);border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.docs-module__3-2rFW__editorWrapper{border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;overflow:hidden}.docs-module__3-2rFW__loading{height:100%;color:var(--text-muted);font-family:var(--mono);background:var(--bg);justify-content:center;align-items:center;font-size:.85rem;display:flex}@media (max-width:900px){.docs-module__3-2rFW__main{flex-direction:column;height:auto;overflow:visible}.docs-module__3-2rFW__sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;overflow:visible}.docs-module__3-2rFW__nav{flex-flow:wrap;gap:4px;padding:.5rem;overflow:visible}.docs-module__3-2rFW__navGroup{flex-flow:wrap;gap:4px;margin-bottom:0}.docs-module__3-2rFW__navGroupLabel{display:none}.docs-module__3-2rFW__navItem{width:auto;padding:.35rem .65rem;font-size:.78rem}.docs-module__3-2rFW__content,.docs-module__3-2rFW__body{overflow:visible}.docs-module__3-2rFW__titleArea,.docs-module__3-2rFW__section,.docs-module__3-2rFW__codeSection{padding-left:1.25rem;padding-right:1.25rem}.docs-module__3-2rFW__sidebarHeader{padding:.75rem 1rem}}@media (max-width:480px){.docs-module__3-2rFW__titleArea{padding:1.25rem 1rem 1rem}.docs-module__3-2rFW__section{padding:1.25rem 1rem}.docs-module__3-2rFW__codeSection{padding:1rem}.docs-module__3-2rFW__title{font-size:1.3rem}}
