.source-panel{background:var(--surface);grid-template-columns:220px minmax(0,1fr);min-height:470px;display:grid}.file-tree{border-right:1px solid var(--line);background:var(--surface);padding:12px 0}.file-tree-title{color:var(--muted);padding:5px 16px 12px;font-size:11px}.file-tree-row,.file-tree-folder{width:100%;min-height:34px;color:var(--ink);text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0 14px;font-size:11px;display:flex}.file-tree-row:hover,.file-tree-row.selected{background:var(--hover);color:var(--ink)}.file-tree-row.selected{border-left:2px solid var(--accent);font-weight:600}.file-tree-folder{color:var(--muted);gap:6px;padding-top:7px;font-weight:600}.tree-indent{flex:none;width:8px}.tree-child{width:20px}.code-view{min-width:0}.code-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;height:48px;padding:0 16px;font-size:11px;display:flex}.code-header>span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.highlighted-code{color:#e5e5e5;tab-size:2;background:#080808;height:420px;margin:0;padding:18px 20px;font-size:12px;line-height:1.75;overflow:auto}.code-line{display:inline}.token-keyword{color:#fff;font-weight:700}.token-string{color:#d4d4d4}.token-comment{color:#737373}.token-tag{color:#fff}.token-property{color:#bdbdbd}.token-number{color:#aaa}.token-punctuation{color:#888}.copy-button{border:1px solid var(--line);background:var(--surface);border-radius:5px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;display:flex}.prompt-style,.ui-library{color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.prompt-style select,.ui-library select{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:5px;padding:5px;font-size:10px}.prompt-status{color:var(--muted);white-space:nowrap;font-size:10px}.copy-status{color:var(--muted);padding:0 20px;font-size:11px}.ui-library select:disabled{opacity:.55;cursor:not-allowed}@media (max-width:760px){.source-panel{grid-template-columns:150px minmax(0,1fr);min-height:470px}.file-tree-row,.file-tree-folder{padding-left:8px;padding-right:5px;font-size:10px}.highlighted-code{padding:14px;font-size:11px}.prompt-style span,.ui-library span{display:none}.prompt-style select,.ui-library select{max-width:72px}.preview-actions{flex-wrap:wrap;max-width:100%}}
html body{background:var(--background);color:var(--foreground)}html:root{font-size:var(--font-size,16px)}html:root body,html:root body .demo-root,html:root body .adv-demo.demo-root{font-family:var(--font-family);font-size:.875rem}html:root :is(h1,h2,h3,h4,.demo-title,.demo-profile-title,.adv-title){font-weight:var(--heading-weight);font-family:var(--font-heading,var(--font-family))}html:root :is(.demo-title,.adv-title,.demo-profile-title){font-size:1.5625rem}html:root :is(.demo-table,.demo-person-name,.demo-details>div,.demo-note>p+p,.demo-breadcrumb li,.demo-text-button,.adv-table,.adv-hint,.adv-menu-content,.adv-menu-item,.adv-popover-search){font-size:.75rem}html:root :is(.demo-secondary,.demo-table thead th,.demo-hint,.adv-table th,.adv-toolbar,.adv-button){font-size:.6875rem}html:root :is(.demo-eyebrow,.demo-status,.demo-table-footer,.demo-muted,.adv-eyebrow,.adv-local,.adv-footer,.adv-badge){font-size:.625rem}html:root body .demo-root *,html:root body .demo-root{border-width:var(--border-width)}html:root body :is(.demo-table-card,.demo-contact-card,.demo-sheet,.adv-scroll,.adv-footer,.adv-menu-content,.adv-popover){border-color:var(--border)}html:root body .demo-root,html:root body .adv-demo.demo-root{--demo-ink:var(--foreground);--demo-muted:var(--muted-foreground);--demo-line:var(--border);--demo-accent:var(--primary);--adv-bg:var(--background);--adv-surface:var(--card);--adv-header:var(--muted);--adv-ink:var(--foreground);--adv-muted:var(--muted-foreground);--adv-line:var(--border);--adv-accent:var(--primary);--adv-tint:var(--accent);--adv-hover:var(--muted);color:var(--foreground);background:var(--background);color-scheme:normal}html:root .demo-root .demo-button{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);border-radius:var(--radius)}html:root .demo-root .demo-button:not(.demo-button-secondary):hover{background:var(--primary);filter:brightness(.92)}html:root .demo-root .demo-button-secondary{background:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}html:root .demo-root .demo-button-secondary:hover{background:var(--muted);color:var(--secondary-foreground);filter:none}html:root .demo-root :is(.demo-table-card,.demo-navigation-card,.demo-contact-card),html:root .demo-root.demo-sheet{background:var(--card);border-color:var(--border);border-radius:var(--radius)}html:root .demo-root.demo-overlay{background:#0006}html:root .demo-root .demo-breadcrumb [aria-current=page]{color:var(--primary);background:var(--accent)}html:root .demo-root :is(.demo-table thead,.demo-table tbody tr:hover,.demo-note,.demo-view-icon){background:var(--muted);border-color:var(--border)}html:root .demo-root :is(.demo-table tbody tr[data-state=selected],.demo-status,.demo-avatar,.demo-activity-icon){background:var(--accent);color:var(--accent-foreground)}html:root :is(.adv-demo .adv-button,.adv-demo .adv-menu-content,.adv-demo .adv-popover,.adv-demo .adv-editor,.demo-root .demo-note,.demo-root .demo-view-icon){border-radius:var(--radius)}html:root .adv-demo .adv-scroll{border-radius:var(--radius) var(--radius) 0 0}html:root .adv-demo .adv-footer{border-radius:0 0 var(--radius) var(--radius)}html:root .adv-demo .adv-menu-content,html:root .adv-demo .adv-popover{background:var(--popover);color:var(--popover-foreground)}html:root .adv-demo :is(.adv-menu-item svg,.adv-popover-search){color:inherit}html:root .adv-demo :is(.adv-menu-item[data-highlighted],.adv-popover-list [role=option]:hover,.adv-popover-list [role=option][data-highlight],.adv-popover-list [role=option][aria-selected=true]){background:var(--menu-hover);color:var(--menu-hover-foreground)}html:root .adv-demo :is(.adv-local,.adv-button[aria-pressed=true],.adv-table tbody tr[data-state=selected] td){color:var(--accent-foreground)}html:root .adv-demo :is(.adv-editor,.adv-cell-button,.adv-popover-search):focus-visible{outline:var(--editor-outline-width) solid var(--ring);outline-offset:-2px}html[data-theme] :is(.demo-root .demo-icon-button,.demo-root .demo-status,.adv-demo .adv-column-trigger,.adv-demo .adv-cell-button,.adv-demo .adv-badge,.adv-demo .adv-menu-item){border-radius:min(var(--radius), .5rem)}html[data-theme] :is(button,a,input,select,summary,pre):focus-visible{outline-color:var(--ring)}@media (max-width:639px){html[data-theme] .demo-root.demo-sheet{border-radius:0}}
html[data-theme],html.dark{--ink:var(--foreground);--line:var(--border);--paper:var(--background);--surface:var(--card)}html:root :is(.collection h2,.theme-panel h2){font-size:1.25rem}html:root :is(.block-title h3,.empty h3){font-size:1.0625rem}html:root :is(.theme-field,.theme-panel p,.workspace,.block-heading p,.search-box input){font-size:.75rem}html:root :is(.copy-button,.preview-actions select,.provenance){font-size:.6875rem}html:root .sidebar{background:var(--sidebar-background);color:var(--sidebar-foreground)}html:root body :is(.gallery-shell,.theme-panel) *,html:root body .theme-panel{border-width:var(--border-width)}html:root body :is(.block-card,.workspace,.search-box,.copy-button,.preview-stage iframe,.theme-panel,.preview-actions select,.block-symbol,.adapted-badge,.block-footer>div span){border-color:var(--border)}html[data-theme] :is(.primary-button,.brand-mark){background:var(--primary);color:var(--primary-foreground)}html[data-theme] :is(.sidebar nav button[aria-current],.view-tabs button[aria-pressed=true]){color:var(--primary);border-color:var(--primary)}html[data-theme] :is(.block-card,.workspace,.search-box,.copy-button,.primary-button,.preview-stage iframe,.theme-panel){border-radius:var(--radius)}html[data-theme] :is(.icon-button,.preview-actions select){border-radius:min(var(--radius), .5rem)}html[data-theme] .search-box:focus-within{outline-color:var(--ring)}html[data-theme] :is(.sidebar-note p,.source-label,.provenance,.page-footer){color:var(--muted-foreground)}.theme-scrim{z-index:60;background:#0008;animation:.3s cubic-bezier(.16,1,.3,1) theme-fade-in;position:fixed;inset:0}.theme-panel{z-index:61;background:var(--popover);width:min(430px,100vw - 32px);max-height:calc(100dvh - 96px);color:var(--popover-foreground);border:1px solid var(--border);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) theme-panel-in;display:flex;position:fixed;top:72px;right:24px;overflow:hidden;box-shadow:0 20px 70px #0005}@keyframes theme-panel-in{0%{opacity:0;transform:translateY(8px)}}@keyframes theme-fade-in{0%{opacity:0}}@keyframes theme-menu-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}}.theme-panel-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 2px;display:flex}.theme-panel-header h2{letter-spacing:-.02em;margin:0;font-size:18px}.theme-panel-header p{max-width:36ch;color:var(--muted-foreground);margin:4px 0 0;font-size:11px;line-height:1.5}.theme-panel-scroll{flex:1;min-height:0;padding:4px 20px 16px;overflow:auto}.theme-section{border-top:1px solid var(--border);margin-top:16px;padding-top:12px}.theme-section:first-child{border-top:0;margin-top:8px}.theme-section-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.theme-section-title{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);font-size:10px;font-weight:700}.theme-reset{color:var(--muted-foreground);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:10px;text-decoration:underline}.theme-reset:hover{color:var(--primary)}.theme-field{justify-content:space-between;align-items:center;gap:12px;min-height:36px;display:flex}.theme-field input[type=range]{min-width:0;accent-color:var(--primary)}.theme-field output{white-space:nowrap;font-size:11px}.theme-field-label{font-size:12px}.theme-stack{gap:4px;display:grid}.theme-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2px 16px;display:grid}.theme-color{gap:3px;padding:3px 0;display:grid}.theme-color-label{color:var(--muted-foreground);font-size:11px}.theme-color-controls{align-items:center;gap:6px;display:flex}.theme-swatch{border:1px solid var(--border);border-radius:min(var(--radius), .5rem);flex:none;width:26px;height:26px;position:relative;overflow:hidden}.theme-swatch input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.theme-swatch:focus-within{outline:2px solid var(--ring);outline-offset:2px}.theme-hex{text-transform:lowercase;background:var(--card);width:74px;color:var(--foreground);border:1px solid var(--input);border-radius:min(var(--radius), .375rem);padding:4px 6px;font-family:inherit;font-size:11px}.theme-hex[aria-invalid=true]{border-color:var(--destructive)}.theme-ratio{text-align:right;min-width:40px;color:var(--muted-foreground);font-size:10px}.theme-ratio.fail{color:var(--destructive);font-weight:700}.theme-select{flex:1;min-width:0;position:relative}.theme-select-trigger{background:var(--card);width:100%;min-height:32px;color:var(--foreground);border:1px solid var(--input);border-radius:min(var(--radius), .375rem);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:4px 8px;font-family:inherit;font-size:12px;display:flex}.theme-select-trigger:hover{border-color:var(--primary)}.theme-select-trigger>svg{color:var(--muted-foreground);flex:none;transition:transform .15s cubic-bezier(.16,1,.3,1)}.theme-select[data-open] .theme-select-trigger>svg{transform:rotate(180deg)}.theme-select-menu{z-index:2;background:var(--popover);max-height:236px;color:var(--popover-foreground);border:1px solid var(--border);border-radius:min(var(--radius), .5rem);margin:0;padding:4px;list-style:none;animation:.2s cubic-bezier(.16,1,.3,1) theme-menu-in;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 12px 32px #0004}.theme-select-menu:focus{outline:none}.theme-select-menu:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.theme-select-menu li{border-radius:min(var(--radius), .375rem);cursor:pointer;align-items:center;gap:8px;min-height:30px;padding:4px 8px;font-size:12px;display:flex}.theme-select-menu li[data-active]{background:var(--menu-hover);color:var(--menu-hover-foreground)}.theme-select-menu li[aria-selected=true]{font-weight:600}.theme-select-value{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.theme-swatches{flex:none;gap:3px;display:flex}.theme-swatches i{border:1px solid var(--border);border-radius:50%;width:10px;height:10px}.theme-check{color:var(--primary);flex:none}.theme-panel-footer{background:var(--popover);border-top:1px solid var(--border);gap:6px;padding:10px 20px 14px;display:grid}.theme-actions{justify-content:flex-end;gap:8px;display:flex}.theme-copy{cursor:pointer;border:0;padding:8px 14px;font-size:11px}.contrast-status{color:var(--muted-foreground);margin:0;font-size:10px;line-height:1.5}.theme-status{min-height:12px;color:var(--muted-foreground);margin:0;font-size:10px}@media (prefers-reduced-motion:reduce){.theme-panel,.theme-scrim,.theme-select-menu{animation:none}.theme-select-trigger>svg{transition:none}}@media (max-width:639px){.theme-panel{width:auto;max-height:calc(100dvh - 24px);inset:auto 12px 12px}.theme-grid{grid-template-columns:1fr}}.gallery-shell{--muted:var(--muted-foreground)}.preview-stage[hidden]{display:none}
.drawer-close{display:none!important}@media (max-width:760px){.drawer-close{position:absolute;top:7px;right:10px;display:inline-flex!important}.sidebar:not(.is-open){visibility:hidden}.sidebar.is-open{visibility:visible;overflow-y:auto}}:root{--ink:#fff;--muted:#a3a3a3;--line:#262626;--accent:#fff;--paper:#0a0a0a;--surface:#111;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{color:var(--ink);background:linear-gradient(165deg,#0a0a0a 0%,#000 70%) fixed;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,pre:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button{color:inherit}svg{flex-shrink:0}.sr-only,.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.skip-link:focus{z-index:100;background:#111;padding:15px;position:fixed}.sidebar{border-right:1px solid var(--line);z-index:30;background:#050505;flex-direction:column;width:250px;padding:32px 20px 0;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-1px;align-items:center;gap:10px;padding:0 8px;font-size:23px;font-weight:750;display:flex}.brand-light{font-weight:400}.brand small{letter-spacing:2.8px;color:var(--muted);margin-top:6px;font-size:9px;font-weight:600;display:block}.brand-mark{width:36px;height:36px;color:var(--accent);background:#141414;border-radius:11px;place-items:center;display:grid}.workspace{border:1px solid var(--line);background:#0f0f0f;border-radius:9px;align-items:center;gap:10px;margin:36px 0 32px;padding:12px 10px;font-size:12px;font-weight:600;display:flex}.workspace small{color:var(--muted);margin-top:5px;font-size:10px;font-weight:400;display:block}.workspace-icon{background:#1a1a1a;border-radius:6px;padding:7px;display:flex}.tiny-dot{background:#737373;border-radius:50%;width:6px;height:6px;margin-left:auto}.nav-label{letter-spacing:1.5px;color:#737373;margin:0 12px 13px;font-size:9px;font-weight:700}nav button{font:inherit}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav button{text-align:left;color:#a3a3a3;background:0 0;border:0;border-radius:7px;align-items:center;gap:11px;padding:12px;font-size:13px;display:flex}.sidebar nav button small{background:#1a1a1a;border-radius:4px;margin-left:auto;padding:3px 6px;font-size:10px}.sidebar nav button[aria-current]{color:#fff;background:#1a1a1a;font-weight:600}.sidebar nav button[aria-current] small{background:#262626}.sidebar nav button:hover{background:#141414}.sidebar-note{margin-top:auto;padding:26px 13px 30px}.note-icon{color:var(--accent);margin-bottom:13px;font-size:31px;display:block}.sidebar-note strong{font-size:12px}.sidebar-note p{color:var(--muted);max-width:170px;font-size:11px;line-height:1.8}.text-badge{letter-spacing:1px;color:#a3a3a3;background:#1a1a1a;border-radius:4px;padding:5px 7px;font-size:8px}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:9px;padding:20px 0;font-size:11px;display:flex}.avatar{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:50%;place-items:center;width:31px;height:31px;font-size:10px;font-weight:700;display:grid}.sidebar-footer small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.version{color:var(--muted);margin-left:auto;font-size:10px}.main-shell{margin-left:250px}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:74px;padding:0 44px;font-size:12px;display:flex}.topbar>div{align-items:center;gap:17px;display:flex}.topbar strong{font-size:12px;font-weight:500}.topbar-label{color:var(--muted)}.public-badge{color:#d4d4d4;background:#111;border:1px solid #2a2a2a;border-radius:20px;align-items:center;gap:7px;padding:6px 9px;font-size:10px;display:flex}.public-badge span{background:#a3a3a3;border-radius:50%;width:5px;height:5px}main{max-width:1300px;margin:auto;padding:42px 44px 0}.hero{background:#0a0a0a;border:1px solid #262626;border-radius:12px;min-height:285px;padding:32px 36px;position:relative;overflow:hidden}.eyebrow{letter-spacing:1.8px;color:#a3a3a3;align-items:center;gap:8px;font-size:9px;font-weight:700;display:flex}.eyebrow>span{background:var(--accent);border-radius:50%;width:5px;height:5px}.hero h1{letter-spacing:-1.9px;margin:19px 0 13px;font-size:43px;font-weight:600;line-height:1.12}.hero h1>span{color:#737373}.hero>p{color:#a3a3a3;margin:0;font-size:12px;line-height:1.85}.hero-meta{color:#a3a3a3;align-items:center;gap:14px;margin-top:23px;font-size:10px;display:flex}.hero-meta>span{align-items:center;gap:7px;display:flex}.hero-meta strong{color:#e5e5e5;font-weight:600}.hero-meta i{background:#333;width:1px;height:12px}.hero-art{width:280px;height:185px;position:absolute;top:75px;right:30px;transform:rotate(-5deg)}.art-back{background:#111;border:1px solid #262626;border-radius:10px;position:absolute;inset:-15px 18px 15px -12px;transform:rotate(-5deg)}.art-window{background:#0d0d0d;border:1px solid #2a2a2a;border-radius:9px;height:170px;position:relative}.art-title{border-bottom:1px solid #262626;align-items:center;gap:4px;height:26px;padding:0 12px;display:flex}.art-title span{background:#404040;border-radius:50%;width:4px;height:4px}.art-body{height:140px;display:flex}.art-nav{background:#111;border-right:1px solid #262626;border-radius:0 0 0 9px;width:55px;padding:20px 10px}.art-nav b{background:#333;border-radius:2px;height:5px;margin:0 0 13px;display:block}.art-nav b:first-child{background:#e5e5e5}.art-content{flex:1;padding:17px}.art-content em{background:#525252;border-radius:2px;width:65px;height:7px;display:block}.art-content>div{gap:7px;margin:13px 0;display:flex}.art-content b{background:#161616;border:1px solid #2e2e2e;border-radius:4px;width:48px;height:32px;display:block}.art-content b:first-child{background:#2e2e2e;border-color:#525252}.art-content p{background:#262626;border-radius:2px;height:5px;margin:7px 0}.art-float{color:#fff;background:#000;border:1px solid #333;border-radius:7px;align-items:center;gap:12px;padding:13px 16px;font-size:10px;display:flex;position:absolute;bottom:-16px;right:-8px;transform:rotate(5deg);box-shadow:0 5px 16px #0006}.art-float svg{color:var(--accent)}.collection{margin-top:37px}.collection-heading{justify-content:space-between;align-items:center;display:flex}.collection-heading h2{letter-spacing:-.5px;margin:0 0 8px;font-size:21px;font-weight:600}.collection-heading p{color:var(--muted);margin:0;font-size:12px}.collection-count{color:#a3a3a3;background:#141414;border-radius:5px;padding:5px 8px;font-size:10px}.search-row{justify-content:space-between;align-items:center;gap:15px;margin:23px 0 24px;display:flex}.search-box{color:#a3a3a3;background:#0f0f0f;border:1px solid #2e2e2e;border-radius:7px;align-items:center;gap:11px;width:420px;min-height:42px;padding:0 12px;display:flex}.search-box input{background:0 0;border:0;outline:none;flex:1;min-width:0;height:38px;font-size:11px}.search-box:focus-within{outline:2px solid var(--accent);outline-offset:2px}.search-box input:focus-visible{outline:0}.source-label{color:#a3a3a3;align-items:center;gap:7px;font-size:10px;display:flex}.source-label span{background:#737373;border-radius:50%;width:5px;height:5px}.block-list{gap:24px;display:grid}.block-card{background:#0d0d0d;border:1px solid #262626;border-radius:10px;overflow:hidden}.block-heading{align-items:center;gap:13px;padding:14px 24px;display:flex}.block-symbol{color:#d4d4d4;background:#141414;border:1px solid #2e2e2e;border-radius:9px;flex-shrink:0;place-items:center;width:41px;height:41px;display:grid}.block-title{align-items:center;gap:10px;display:flex}.block-title h3{letter-spacing:-.2px;margin:0;font-size:15px;font-weight:600}.adapted-badge{color:#a3a3a3;background:#141414;border:1px solid #2e2e2e;border-radius:4px;padding:3px 5px;font-size:8px}.block-heading p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.6}.block-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0a0a0a;justify-content:space-between;align-items:center;padding:8px 15px;display:flex}.view-tabs{gap:4px;display:flex}.view-tabs button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:5px;align-items:center;gap:6px;padding:7px 11px;font-size:10px;display:flex}.view-tabs button[aria-pressed=true]{color:#fff;background:#1a1a1a;border-color:#333}.preview-actions{align-items:center;gap:4px;display:flex}.icon-button{color:#a3a3a3;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:7px;display:inline-flex}.icon-button:hover,.icon-button.selected{color:#fff;background:#1a1a1a}.toolbar-divider{background:var(--line);width:1px;height:15px;margin:0 6px}.preview-stage{background-color:#050505;background-image:radial-gradient(#1f1f1f .65px,#0000 .65px);background-size:12px 12px;justify-content:center;padding:20px;display:flex}@media (max-width:760px){.preview-stage iframe{height:560px}}.preview-stage iframe{background:#0d0d0d;border:1px solid #262626;border-radius:7px;width:100%;height:560px;transition:width .2s;display:block}.mobile-stage iframe{width:375px;max-width:100%}.block-footer{border-top:1px solid var(--line);color:#737373;justify-content:space-between;align-items:center;padding:12px 20px;font-size:9px;display:flex}.block-footer>div{gap:6px;display:flex}.block-footer>div span{color:#a3a3a3;border:1px solid #262626;border-radius:4px;padding:4px 6px}.muted-dot{margin:0 7px}.provenance{border-top:1px solid var(--line);color:var(--muted);padding:12px 20px;font-size:10px;line-height:1.7}.provenance summary{cursor:pointer;width:fit-content}.provenance code{overflow-wrap:anywhere;font-size:10px}.source-panel{background:#0a0a0a}.source-toolbar{justify-content:space-between;align-items:center;gap:10px;padding:14px 20px;font-size:11px;display:flex}.source-toolbar select{border:1px solid var(--line);background:#111;border-radius:5px;margin-left:6px;padding:5px;font-size:11px}.copy-button{background:#111;border:1px solid #2e2e2e;border-radius:5px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;display:flex}.source-help{color:#a3a3a3;margin:0 20px 12px;font-size:11px;line-height:1.7}.source-panel pre{color:#e5e5e5;background:#111;max-height:390px;margin:0;padding:20px;font-size:12px;line-height:1.8;overflow:auto}.copy-status{color:#a3a3a3;padding:0 20px;font-size:11px}.prompt-button{flex-shrink:0}.prompt-status{color:#a3a3a3;margin:0 4px;font-size:10px}.empty{text-align:center;background:var(--surface);border:1px dashed #2e2e2e;border-radius:9px;padding:55px 20px}.empty>svg{color:#737373}.empty h3{font-size:17px}.empty p{color:var(--muted);font-size:12px}.primary-button{color:#000;background:#fff;border:0;border-radius:6px;padding:10px 16px;font-size:12px}.page-footer{color:#737373;justify-content:space-between;align-items:center;margin-top:10px;padding:31px 0;font-size:10px;display:flex}.footer-star{color:#737373;margin-left:8px;font-size:19px}.mobile-menu,.nav-scrim{display:none}@media (min-width:1500px){.hero-art{width:310px;right:75px}.hero{padding:38px 42px}}@media (max-width:1150px){.hero-art{opacity:.45;right:-80px}.hero>h1,.hero>p,.hero-meta,.eyebrow{z-index:1;position:relative}.hero-art{z-index:0}.hero>p{max-width:330px}.sidebar{width:220px;padding-left:15px;padding-right:15px}.main-shell{margin-left:220px}main{padding:30px 25px 0}.topbar{padding:0 25px}}@media (max-width:760px){.sidebar{width:250px;transition:transform .2s;transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.nav-scrim{z-index:20;background:#0006;border:0;display:block;position:fixed;inset:0}.main-shell{margin-left:0}.mobile-menu{display:inline-flex}.topbar{height:62px;padding:0 17px}.topbar>div{gap:10px}.topbar-label{display:none}main{padding:22px 16px 0}.hero{min-height:280px;padding:27px 23px}.hero h1{font-size:38px}.hero-art{display:none}.hero>p{font-size:11px}.hero-meta{gap:10px;font-size:9px}.collection{margin-top:28px}.source-label{display:none}.search-box{width:100%}.block-heading{align-items:flex-start;padding:12px 15px}.block-heading p{font-size:10px}.block-title h3{font-size:14px}.preview-stage{padding:10px}.preview-stage iframe{height:560px}.block-footer{padding:12px;font-size:8px}.block-footer>div{gap:4px}.page-footer{gap:15px;font-size:9px;line-height:1.7}.desktop-break{display:none}.source-toolbar{padding:12px}.source-panel pre{font-size:11px}.source-help{margin-left:12px;margin-right:12px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.topbar-side{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--line)}.preview-theme select{border:1px solid var(--line);color:inherit;background:#111;border-radius:5px;margin-right:4px;padding:5px;font-size:11px}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#0a0a0a;--muted:#737373;--line:#e5e5e5;--accent:#0a0a0a;--paper:#fff;--surface:#fafafa}[data-theme=light] body{background:var(--background)}[data-theme=light] .skip-link:focus{background:#fff}[data-theme=light] .sidebar{background:#fafafa}[data-theme=light] .brand-mark{color:#fff;background:#0a0a0a}[data-theme=light] .workspace{background:#fff}[data-theme=light] .workspace-icon{background:#f5f5f5}[data-theme=light] .nav-label{color:#737373}[data-theme=light] .sidebar nav button{color:#525252}[data-theme=light] .sidebar nav button small{background:#f0f0f0}[data-theme=light] .sidebar nav button[aria-current]{color:#0a0a0a;background:#fff}[data-theme=light] .sidebar nav button[aria-current] small{background:#e5e5e5}[data-theme=light] .sidebar nav button:hover{background:#f5f5f5}[data-theme=light] .note-icon{color:#0a0a0a}[data-theme=light] .text-badge{color:#525252;background:#f0f0f0}[data-theme=light] .avatar{background:#f0f0f0;border-color:#e0e0e0}[data-theme=light] .public-badge{color:#525252;background:#f5f5f5;border-color:#e5e5e5}[data-theme=light] .eyebrow{color:#737373}[data-theme=light] .eyebrow>span{background:#0a0a0a}[data-theme=light] .art-back{background:#f0f0f0;border-color:#e0e0e0}[data-theme=light] .art-window{background:#fff;border-color:#e5e5e5;box-shadow:0 10px 28px #00000012}[data-theme=light] .art-title{border-color:#f0f0f0}[data-theme=light] .art-title span{background:#d4d4d4}[data-theme=light] .art-nav{background:#fafafa;border-color:#f0f0f0}[data-theme=light] .art-nav b{background:#e5e5e5}[data-theme=light] .art-nav b:first-child{background:#525252}[data-theme=light] .art-content em{background:#a3a3a3}[data-theme=light] .art-content b{background:#f5f5f5;border-color:#e5e5e5}[data-theme=light] .art-content b:first-child{background:#e5e5e5;border-color:#d4d4d4}[data-theme=light] .art-content p{background:#f0f0f0}[data-theme=light] .art-float{color:#0a0a0a;background:#fff;border-color:#e5e5e5;box-shadow:0 5px 16px #0003}[data-theme=light] .art-float svg{color:#0a0a0a}[data-theme=light] .collection-count{color:#737373;background:#f5f5f5}[data-theme=light] .search-box{color:#737373;background:#fff;border-color:#e5e5e5}[data-theme=light] .source-label{color:#737373}[data-theme=light] .source-label span{background:#a3a3a3}[data-theme=light] .block-card{background:#fff;border-color:#e5e5e5}[data-theme=light] .block-symbol{color:#525252;background:#f5f5f5;border-color:#e5e5e5}[data-theme=light] .adapted-badge{color:#737373;background:#fafafa;border-color:#e5e5e5}[data-theme=light] .block-toolbar{background:#fafafa}[data-theme=light] .view-tabs button[aria-pressed=true]{color:#0a0a0a;background:#fff;border-color:#e5e5e5;box-shadow:0 1px 2px #00000008}[data-theme=light] .icon-button{color:#737373}[data-theme=light] .icon-button:hover,[data-theme=light] .icon-button.selected{color:#0a0a0a;background:#f5f5f5}[data-theme=light] .preview-stage{background-color:#fafafa;background-image:radial-gradient(#e0e0e0 .65px,#0000 .65px)}[data-theme=light] .preview-stage iframe{background:#fff;border-color:#e5e5e5}[data-theme=light] .block-footer{color:#737373}[data-theme=light] .block-footer>div span{color:#737373;border-color:#e5e5e5}[data-theme=light] .source-panel{background:#fafafa}[data-theme=light] .source-toolbar select{background:#fff}[data-theme=light] .copy-button{background:#fff;border-color:#e5e5e5}[data-theme=light] .source-help{color:#737373}[data-theme=light] .source-panel pre{color:#f5f5f5;background:#0a0a0a}[data-theme=light] .copy-status,[data-theme=light] .prompt-status{color:#525252}[data-theme=light] .empty{border-color:#d4d4d4}[data-theme=light] .empty>svg{color:#a3a3a3}[data-theme=light] .primary-button{color:#fff;background:#0a0a0a}[data-theme=light] .page-footer,[data-theme=light] .footer-star{color:#a3a3a3}[data-theme=light] .preview-theme select{background:#fff}:root{--hover:#1a1a1a}[data-theme=light]{--hover:#eee}
