:root{color-scheme:light;--bg: #f5f5f7;--bg-subtle: #fbfbfd;--surface: #ffffff;--surface-raised: rgba(255, 255, 255, .78);--surface-secondary: #eeeef0;--surface-hover: #e8e8ed;--text: #1d1d1f;--muted: #6e6e73;--faint: #6e6e73;--border: rgba(0, 0, 0, .1);--border-strong: rgba(0, 0, 0, .18);--accent: #0071e3;--accent-hover: #0077ed;--accent-soft: rgba(0, 113, 227, .1);--success: #1f9d55;--danger: #d92d20;--glass: rgba(250, 250, 252, .72);--code-bg: #1d1d1f;--code-text: #f5f5f7;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .04);--shadow-md: 0 18px 50px rgba(0, 0, 0, .1);--radius-sm: 10px;--radius: 18px;--radius-lg: 28px;--mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;--sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg: #000000;--bg-subtle: #0b0b0d;--surface: #1c1c1e;--surface-raised: rgba(28, 28, 30, .78);--surface-secondary: #2c2c2e;--surface-hover: #3a3a3c;--text: #f5f5f7;--muted: #a1a1a6;--faint: #98989d;--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .22);--accent: #2997ff;--accent-hover: #40a9ff;--accent-soft: rgba(41, 151, 255, .16);--success: #30d158;--danger: #ff453a;--glass: rgba(18, 18, 20, .72);--code-bg: #111113;--code-text: #f5f5f7;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .22), 0 12px 34px rgba(0, 0, 0, .2);--shadow-md: 0 24px 70px rgba(0, 0, 0, .38)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #000000;--bg-subtle: #0b0b0d;--surface: #1c1c1e;--surface-raised: rgba(28, 28, 30, .78);--surface-secondary: #2c2c2e;--surface-hover: #3a3a3c;--text: #f5f5f7;--muted: #a1a1a6;--faint: #98989d;--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .22);--accent: #2997ff;--accent-hover: #40a9ff;--accent-soft: rgba(41, 151, 255, .16);--success: #30d158;--danger: #ff453a;--glass: rgba(18, 18, 20, .72);--code-bg: #111113;--code-text: #f5f5f7;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .22), 0 12px 34px rgba(0, 0, 0, .2);--shadow-md: 0 24px 70px rgba(0, 0, 0, .38)}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem;font:100% / 1.5 var(--sans);background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;color:var(--text);background:var(--bg);font-family:var(--sans);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{color:#fff;background:var(--accent)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 68%,transparent);outline-offset:3px}.container{width:min(1180px,calc(100% - 3rem));margin-inline:auto}.eyebrow{margin:0 0 .8rem;color:var(--accent);font-size:.78rem;font-weight:650;letter-spacing:.07em;line-height:1.3;text-transform:uppercase}.eyebrow>span{display:inline-block;width:.45rem;height:.45rem;margin-right:.35rem;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px var(--accent-soft);vertical-align:.06em}.site-header{position:sticky;top:0;z-index:50;background:var(--glass);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}.site-header:after{position:absolute;right:0;bottom:-1px;left:0;height:1px;background:linear-gradient(90deg,transparent,var(--border) 15% 85%,transparent);content:""}.header-inner{display:flex;height:4.25rem;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.62rem;font-size:1.05rem;font-weight:680;letter-spacing:-.022em}.brand-mark{position:relative;display:grid;width:1.55rem;height:1.55rem;place-items:center;border-radius:50%;background:var(--accent);box-shadow:inset 0 0 0 1px #ffffff47}.brand-mark>span{width:.56rem;height:.56rem;border:2px solid white;border-radius:50%}.nav{display:flex;align-items:center;gap:.3rem;margin-left:auto}.nav>a{padding:.48rem .7rem;border-radius:9px;color:var(--muted);font-size:.875rem;font-weight:520;transition:color .14s ease-out,background-color .14s ease-out}.nav>a:hover,.nav>a[aria-current=page]{color:var(--text);background:var(--surface-secondary)}.nav .github-link{display:inline-flex;align-items:center;gap:.42rem;margin-left:.2rem}.github-link svg{width:1rem;height:1rem;fill:currentColor}.theme-toggle{display:grid;width:2.25rem;height:2.25rem;margin-left:.2rem;padding:0;place-items:center;border:0;border-radius:50%;color:var(--text);background:var(--surface-secondary);cursor:pointer;transition:transform .1s ease-out,background-color .14s ease-out}.theme-toggle:hover{background:var(--surface-hover)}.theme-toggle:active{transform:scale(.92)}.theme-icon{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.theme-icon-sun{display:none}.theme-toggle[data-theme-current=dark] .theme-icon-sun{display:block}.theme-toggle[data-theme-current=dark] .theme-icon-moon{display:none}.btn{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.45rem;padding:.66rem 1.15rem;border:1px solid transparent;border-radius:999px;font-size:.9rem;font-weight:610;line-height:1;cursor:pointer;transition:transform .1s ease-out,color .14s ease-out,background-color .14s ease-out,border-color .14s ease-out,box-shadow .18s ease-out}.btn:active{transform:scale(.97)}.btn-primary{color:#fff;background:var(--accent);box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 23%,transparent)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 10px 28px color-mix(in srgb,var(--accent) 28%,transparent)}.btn-secondary{color:var(--text);background:var(--surface-secondary)}.btn-secondary:hover{background:var(--surface-hover)}.btn-quiet,.btn-ghost{border-color:var(--border);color:var(--text);background:transparent}.btn-quiet:hover,.btn-ghost:hover{border-color:var(--border-strong);background:var(--surface-secondary)}.mini{min-height:2.25rem;padding:.48rem .82rem;font-size:.78rem}.hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);gap:clamp(3rem,7vw,6rem);align-items:center;padding-block:clamp(4.5rem,9vw,8.5rem) clamp(4rem,8vw,7rem)}.hero-copy{max-width:38rem}.hero h1{max-width:12ch;margin:0;font-size:clamp(3rem,6.3vw,5.5rem);font-weight:690;letter-spacing:-.052em;line-height:.98}.hero .lead{max-width:34rem;margin:1.55rem 0 0;color:var(--muted);font-size:clamp(1.05rem,1.7vw,1.22rem);letter-spacing:-.012em;line-height:1.55}.hero-cta{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}.hero-facts{display:flex;flex-wrap:wrap;gap:.7rem 1.4rem;margin-top:2.1rem;color:var(--muted);font-size:.82rem}.hero-facts span{position:relative}.hero-facts span:not(:last-child):after{position:absolute;top:50%;right:-.75rem;width:3px;height:3px;border-radius:50%;background:var(--faint);content:""}.hero-facts strong{color:var(--text);font-weight:640}.hero-stage,.detail-stage{--orbux-color: var(--accent);--orbux-color-2: #64d2ff;--orbux-color-success: var(--success);--orbux-color-error: var(--danger);position:relative;isolation:isolate;display:grid;min-height:30rem;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.hero-stage:before,.detail-stage:before{position:absolute;z-index:-1;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,var(--accent-soft),transparent 68%);content:""}.stage-caption{position:absolute;top:1.25rem;left:1.35rem;color:var(--faint);font-size:.72rem;font-weight:630;letter-spacing:.06em;text-transform:uppercase}.state-pill{position:absolute;bottom:1.25rem;padding:.42rem .72rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface-raised);backdrop-filter:blur(16px);font-family:var(--mono);font-size:.72rem;font-weight:520}.section{padding-block:3rem 6.5rem}.section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.7rem}.section-head h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);font-weight:680;letter-spacing:-.042em;line-height:1.06}.section-head p:not(.eyebrow){max-width:38rem;margin:.8rem 0 0;color:var(--muted);font-size:1rem}.filter-bar{display:inline-flex;max-width:100%;gap:.2rem;margin-bottom:1.8rem;padding:.22rem;overflow-x:auto;border-radius:12px;background:var(--surface-secondary);scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:2.15rem;padding:.42rem .82rem;border:0;border-radius:9px;color:var(--muted);background:transparent;font-size:.8rem;font-weight:560;cursor:pointer;transition:transform .1s ease-out,color .14s ease-out,background-color .14s ease-out,box-shadow .14s ease-out}.chip:hover{color:var(--text)}.chip:active{transform:scale(.97)}.chip.is-active{color:var(--text);background:var(--surface);box-shadow:0 1px 3px #0000001f}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:border-color .16s ease-out,box-shadow .18s ease-out}.card:hover{border-color:var(--border-strong);box-shadow:0 16px 42px #00000017}.card-preview{--orbux-color: var(--accent);--orbux-color-2: #64d2ff;--orbux-color-success: var(--success);--orbux-color-error: var(--danger);position:relative;display:grid;min-height:13.5rem;place-items:center;overflow:hidden;border-bottom:1px solid var(--border);background-color:var(--bg-subtle);background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:2rem 2rem}.card-preview:after{position:absolute;inset:0;background:radial-gradient(circle at center,var(--surface) 0,transparent 65%);content:"";pointer-events:none}.card-preview>[data-orbux]{position:relative;z-index:1}.tier-badge,.preview-size{position:absolute;z-index:2;top:.85rem;color:var(--faint);font-family:var(--mono);font-size:.64rem;font-weight:600;letter-spacing:.045em;text-transform:uppercase}.tier-badge{left:.9rem}.preview-size{right:.9rem}.card-body{display:flex;min-height:18.4rem;flex-direction:column;padding:1.15rem}.card-title h3{margin:0;font-size:1.05rem;font-weight:650;letter-spacing:-.018em;line-height:1.25}.card-title a:hover{color:var(--accent)}.card-desc{min-height:4.2em;margin:.55rem 0 1rem;color:var(--muted);font-size:.84rem;line-height:1.55}.state-switch{display:flex;flex-wrap:wrap;gap:.28rem}.state-btn{min-height:1.7rem;padding:.25rem .48rem;border:1px solid var(--border);border-radius:7px;color:var(--muted);background:transparent;font-family:var(--mono);font-size:.64rem;cursor:pointer;transition:transform 90ms ease-out,color .12s ease-out,border-color .12s ease-out,background-color .12s ease-out}.state-btn:hover{border-color:var(--border-strong);color:var(--text)}.state-btn:active{transform:scale(.96)}.state-btn.is-active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.card-actions{display:flex;gap:.45rem;margin-top:auto;padding-top:1rem}.card-actions .btn{flex:1}@keyframes orbux-card-filter-out{to{opacity:0;transform:scale(.985)}}@keyframes orbux-card-filter-in{0%{opacity:0;transform:scale(.985)}}@keyframes orbux-card-filter-fade-out{to{opacity:0}}@keyframes orbux-card-filter-fade-in{0%{opacity:0}}::view-transition-group(*){animation-duration:.2s;animation-timing-function:ease-out}::view-transition-group(root),::view-transition-old(root),::view-transition-new(root){animation:none}::view-transition-old(*){animation:orbux-card-filter-out .14s ease-out both}::view-transition-new(*){animation:orbux-card-filter-in .18s ease-out both}.export-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.detail-header-actions{margin-top:1rem;margin-bottom:0}.detail-sidebar-export{margin-bottom:1rem}.detail-sidebar-export .btn{flex:1 1 auto;justify-content:center;text-align:center}.code-block{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--code-bg);box-shadow:inset 0 1px #ffffff0f}.code-block pre{margin:0;padding:1.2rem 1.3rem;overflow:auto;color:var(--code-text);font-family:var(--mono);font-size:.79rem;line-height:1.65;scrollbar-color:#555 transparent}.code-block .copy-btn{position:absolute;z-index:2;top:.7rem;right:.7rem;border-color:#ffffff29;color:#fff;background:#ffffff14;backdrop-filter:blur(12px)}[data-copy-target]{display:inline-grid;place-items:center}[data-copy-target].is-copied{border-color:transparent;color:#fff;background:var(--success)}[data-copy-target].is-copy-error{border-color:transparent;color:#fff;background:var(--danger)}[data-copy-label],[data-copy-status]{grid-area:1 / 1;transition:opacity .14s ease-out,transform .14s ease-out}[data-copy-status]{opacity:0;transform:translateY(2px);transition-duration:80ms}[data-copy-target].has-copy-result [data-copy-label]{opacity:0;transform:translateY(-2px);transition-duration:80ms}[data-copy-target].has-copy-result [data-copy-status]{opacity:1;transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.detail-page{padding-block:1.25rem 6rem}.back-link{display:inline-flex;min-height:2.5rem;align-items:center;gap:.45rem;color:var(--muted);font-size:.86rem;font-weight:550;transition:color .14s ease-out}.back-link:hover{color:var(--accent)}.detail-header{max-width:48rem;padding-block:3.2rem 2.7rem}.detail-header h1{margin:0;font-size:clamp(2.8rem,6vw,5rem);font-weight:690;letter-spacing:-.052em;line-height:1}.detail-header>p:not(.eyebrow){max-width:42rem;margin:1.1rem 0 0;color:var(--muted);font-size:1.08rem;line-height:1.55}.detail{display:grid;grid-template-columns:minmax(0,1fr) 22rem;gap:1.5rem;align-items:start}.detail-stage{min-height:31rem;box-shadow:var(--shadow-sm)}.detail-section{padding-top:3rem}.detail-section h2,.inspector-heading h2{margin:0 0 1rem;font-size:1.25rem;font-weight:650;letter-spacing:-.025em}.heading-note{margin-left:.35rem;color:var(--faint);font-family:var(--mono);font-size:.72rem;font-weight:450;letter-spacing:0}.detail-note{margin:.9rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.6}.detail-sidebar{position:sticky;top:5.75rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-raised);box-shadow:var(--shadow-sm);backdrop-filter:blur(24px) saturate(160%)}.inspector-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem;padding-bottom:1.15rem;border-bottom:1px solid var(--border)}.inspector-heading .eyebrow{margin-bottom:.35rem}.inspector-heading h2{margin:0}.live-indicator{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.7rem;font-weight:600}.live-indicator>span{width:.4rem;height:.4rem;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px color-mix(in srgb,var(--success) 16%,transparent)}.controls{display:flex;flex-direction:column;gap:1.35rem;padding-top:1.25rem}.control-group>label,.control-label,.control-row label{display:block;margin:0;color:var(--text);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:none}.control-label{margin-bottom:.55rem}.control-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.control-row output{color:var(--muted);font-family:var(--mono);font-size:.72rem}input[type=range]{width:100%;height:1.25rem;margin:0;accent-color:var(--accent);cursor:pointer}input[type=color]{width:100%;height:2.6rem;margin-top:.5rem;padding:.2rem;border:1px solid var(--border);border-radius:10px;background:var(--surface-secondary);cursor:pointer}.component-meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.prop-table{width:100%;border-collapse:collapse;font-size:.82rem}.prop-table th,.prop-table td{padding:.65rem .5rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.prop-table th{color:var(--faint);font-weight:560}.prop-table td{color:var(--muted)}.prop-table code,.inline-code,.prose code{padding:.12rem .36rem;border-radius:5px;color:var(--accent);background:var(--accent-soft);font-family:var(--mono);font-size:.8rem}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem}.tag{padding:.25rem .55rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.7rem;font-weight:540}.detail-header .tag-row{margin-top:1.3rem}.prose{max-width:50rem;padding-block:5rem 7rem}.prose-header{margin-bottom:3.5rem}.prose h1{max-width:12ch;margin:0;font-size:clamp(2.8rem,6vw,4.8rem);font-weight:690;letter-spacing:-.052em;line-height:1}.prose .prose-lead{max-width:43rem;margin-top:1.35rem;color:var(--muted);font-size:1.18rem;line-height:1.55}.prose h2{margin:3.3rem 0 .9rem;font-size:1.5rem;font-weight:660;letter-spacing:-.028em}.prose p,.prose li{color:var(--muted);line-height:1.7}.prose li+li{margin-top:.4rem}.prose table{width:100%;margin:1.2rem 0;border-collapse:collapse;font-size:.88rem}.prose th,.prose td{padding:.72rem .75rem;border-bottom:1px solid var(--border);text-align:left}.prose th{color:var(--text);font-weight:620}.prose .back-link{margin-top:2rem}.site-footer{padding-block:2.5rem;border-top:1px solid var(--border);color:var(--faint);font-size:.78rem}.site-footer .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.site-footer .container>:last-child{text-align:right}.footer-brand{color:var(--text);font-size:.9rem;font-weight:650}.is-theme-changing body,.is-theme-changing .site-header,.is-theme-changing .card,.is-theme-changing .card-preview,.is-theme-changing .hero-stage,.is-theme-changing .detail-stage,.is-theme-changing .detail-sidebar,.is-theme-changing .btn,.is-theme-changing .chip,.is-theme-changing .theme-toggle{transition:color .16s ease-out,background-color .22s ease-out,border-color .22s ease-out}@media(max-width:980px){.hero{grid-template-columns:1fr .88fr;gap:2.5rem}.hero-stage{min-height:25rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail{grid-template-columns:minmax(0,1fr) 19rem}}@media(max-width:760px){.container{width:min(100% - 2rem,40rem)}.header-inner{height:3.8rem}.nav>a{padding-inline:.55rem}.nav .github-link span{display:none}.hero{grid-template-columns:1fr;gap:3.5rem;padding-block:4.2rem 5rem}.hero h1{max-width:10ch}.hero-stage{min-height:25rem}.section{padding-bottom:5rem}.grid{grid-template-columns:1fr}.card-body{min-height:auto}.card-desc{min-height:0}.card-actions{margin-top:.4rem}.detail{display:flex;flex-direction:column}.detail-content,.detail-sidebar{width:100%}.detail-sidebar{position:static;order:-1}.detail-stage{min-height:25rem}.site-footer .container{display:flex;flex-direction:column;align-items:flex-start}.site-footer .container>:last-child{text-align:left}}@media(max-width:480px){.brand{font-size:1rem}.nav{gap:.1rem}.nav>a{font-size:.8rem}.nav .github-link{display:none}.hero h1{font-size:clamp(2.8rem,15vw,4rem)}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.hero-facts span:not(:last-child):after{display:none}.hero-facts strong{display:block}.hero-stage,.detail-stage{min-height:21rem;border-radius:22px}.filter-bar{display:flex}.card-actions{flex-direction:column}.heading-note{display:block;margin:.3rem 0 0}.prose{padding-block:3.7rem 5rem}.prose table{display:block;overflow-x:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.chip,.state-btn,.theme-toggle,.card{transition-duration:80ms}.btn:active,.chip:active,.state-btn:active,.theme-toggle:active{transform:none}::view-transition-group(*){animation:none}::view-transition-old(*){animation:orbux-card-filter-fade-out .1s ease-out both}::view-transition-new(*){animation:orbux-card-filter-fade-in .1s ease-out both}::view-transition-old(root),::view-transition-new(root){animation:none}[data-copy-target] [data-copy-label],[data-copy-target] [data-copy-status],[data-copy-target].has-copy-result [data-copy-label],[data-copy-target].has-copy-result [data-copy-status]{transition:opacity 80ms ease-out;transform:none}}@media(prefers-reduced-transparency:reduce){.site-header,.detail-sidebar,.state-pill,.code-block .copy-btn{background:var(--surface);backdrop-filter:none}}@media(prefers-contrast:more){:root{--border: rgba(0, 0, 0, .36);--border-strong: rgba(0, 0, 0, .62)}:root[data-theme=dark]{--border: rgba(255, 255, 255, .42);--border-strong: rgba(255, 255, 255, .72)}.site-header,.detail-sidebar{background:var(--surface)}}@media(prefers-contrast:more)and (prefers-color-scheme:dark){:root:not([data-theme=light]){--border: rgba(255, 255, 255, .42);--border-strong: rgba(255, 255, 255, .72)}}:where(orbux-arc-spinner,orbux-arcane-seal,orbux-aurora-orb,orbux-breathing-ring,orbux-button-spinner,orbux-comet-track,orbux-crimson-sigil,orbux-cyber-glitch,orbux-dot-grid,orbux-drift-beacon,orbux-drift-beads,orbux-drift-bloom,orbux-drift-cascade,orbux-drift-columns,orbux-drift-filament,orbux-drift-glyph,orbux-drift-halo,orbux-drift-helix,orbux-drift-matrix,orbux-drift-mesh,orbux-drift-portal,orbux-drift-prism,orbux-drift-ripple,orbux-drift-satellite,orbux-drift-signal,orbux-drift-sonar,orbux-drift-tracer,orbux-drift-vortex,orbux-drift-waveform,orbux-ember-flame,orbux-energy-core,orbux-flow-field,orbux-fold-beacon,orbux-fold-beads,orbux-fold-bloom,orbux-fold-cascade,orbux-fold-columns,orbux-fold-filament,orbux-fold-glyph,orbux-fold-halo,orbux-fold-helix,orbux-fold-matrix,orbux-fold-mesh,orbux-fold-portal,orbux-fold-prism,orbux-fold-ripple,orbux-fold-satellite,orbux-fold-signal,orbux-fold-sonar,orbux-fold-tracer,orbux-fold-vortex,orbux-fold-waveform,orbux-frost-bloom,orbux-gradient-blob,orbux-liquid-metal,orbux-march-beacon,orbux-march-beads,orbux-march-bloom,orbux-march-cascade,orbux-march-columns,orbux-march-filament,orbux-march-glyph,orbux-march-halo,orbux-march-helix,orbux-march-matrix,orbux-march-mesh,orbux-march-portal,orbux-march-prism,orbux-march-ripple,orbux-march-satellite,orbux-march-signal,orbux-march-sonar,orbux-march-tracer,orbux-march-vortex,orbux-march-waveform,orbux-morph-blob,orbux-neural-nodes,orbux-orbit-beacon,orbux-orbit-beads,orbux-orbit-bloom,orbux-orbit-cascade,orbux-orbit-columns,orbux-orbit-filament,orbux-orbit-glyph,orbux-orbit-halo,orbux-orbit-helix,orbux-orbit-matrix,orbux-orbit-mesh,orbux-orbit-portal,orbux-orbit-prism,orbux-orbit-ring,orbux-orbit-ripple,orbux-orbit-satellite,orbux-orbit-signal,orbux-orbit-sonar,orbux-orbit-tracer,orbux-orbit-vortex,orbux-orbit-waveform,orbux-particle-swarm,orbux-plasma-field,orbux-progress-bar,orbux-pulse-beacon,orbux-pulse-beads,orbux-pulse-bloom,orbux-pulse-cascade,orbux-pulse-columns,orbux-pulse-dots,orbux-pulse-filament,orbux-pulse-glyph,orbux-pulse-halo,orbux-pulse-helix,orbux-pulse-matrix,orbux-pulse-mesh,orbux-pulse-orb,orbux-pulse-portal,orbux-pulse-prism,orbux-pulse-ripple,orbux-pulse-satellite,orbux-pulse-signal,orbux-pulse-sonar,orbux-pulse-tracer,orbux-pulse-vortex,orbux-pulse-waveform,orbux-radar-ping,orbux-ripple-field,orbux-scan-beacon,orbux-scan-beads,orbux-scan-bloom,orbux-scan-cascade,orbux-scan-columns,orbux-scan-filament,orbux-scan-glyph,orbux-scan-halo,orbux-scan-helix,orbux-scan-matrix,orbux-scan-mesh,orbux-scan-portal,orbux-scan-prism,orbux-scan-ripple,orbux-scan-satellite,orbux-scan-signal,orbux-scan-sonar,orbux-scan-tracer,orbux-scan-vortex,orbux-scan-waveform,orbux-shimmer-lines,orbux-shuffle-beacon,orbux-shuffle-beads,orbux-shuffle-bloom,orbux-shuffle-cascade,orbux-shuffle-columns,orbux-shuffle-filament,orbux-shuffle-glyph,orbux-shuffle-halo,orbux-shuffle-helix,orbux-shuffle-matrix,orbux-shuffle-mesh,orbux-shuffle-portal,orbux-shuffle-prism,orbux-shuffle-ripple,orbux-shuffle-satellite,orbux-shuffle-signal,orbux-shuffle-sonar,orbux-shuffle-tracer,orbux-shuffle-vortex,orbux-shuffle-waveform,orbux-skeleton-stack,orbux-solar-flare,orbux-spectral-smoke,orbux-spiral-beacon,orbux-spiral-beads,orbux-spiral-bloom,orbux-spiral-cascade,orbux-spiral-columns,orbux-spiral-filament,orbux-spiral-glyph,orbux-spiral-halo,orbux-spiral-helix,orbux-spiral-matrix,orbux-spiral-mesh,orbux-spiral-portal,orbux-spiral-prism,orbux-spiral-ripple,orbux-spiral-satellite,orbux-spiral-signal,orbux-spiral-sonar,orbux-spiral-tracer,orbux-spiral-vortex,orbux-spiral-waveform,orbux-storm-sigil,orbux-switch-beacon,orbux-switch-beads,orbux-switch-bloom,orbux-switch-cascade,orbux-switch-columns,orbux-switch-filament,orbux-switch-glyph,orbux-switch-halo,orbux-switch-helix,orbux-switch-matrix,orbux-switch-mesh,orbux-switch-portal,orbux-switch-prism,orbux-switch-ripple,orbux-switch-satellite,orbux-switch-signal,orbux-switch-sonar,orbux-switch-tracer,orbux-switch-vortex,orbux-switch-waveform,orbux-tidal-orb,orbux-typing-caret,orbux-void-singularity,orbux-vortex-sphere,orbux-wave-bars,orbux-waveform-scope,orbux-weave-beacon,orbux-weave-beads,orbux-weave-bloom,orbux-weave-cascade,orbux-weave-columns,orbux-weave-filament,orbux-weave-glyph,orbux-weave-halo,orbux-weave-helix,orbux-weave-matrix,orbux-weave-mesh,orbux-weave-portal,orbux-weave-prism,orbux-weave-ripple,orbux-weave-satellite,orbux-weave-signal,orbux-weave-sonar,orbux-weave-tracer,orbux-weave-vortex,orbux-weave-waveform):not(:defined){display:inline-block;inline-size:var(--orbux-width, var(--orbux-size, 48px));block-size:var(--orbux-height, var(--orbux-size, 48px));border-radius:999px;background:color-mix(in srgb,var(--orbux-color, currentColor) 14%,transparent)}orbux-button-spinner:not(:defined){inline-size:var(--orbux-width, var(--orbux-size, 20px));block-size:var(--orbux-height, var(--orbux-size, 20px))}orbux-progress-bar:not(:defined){inline-size:var(--orbux-width, var(--orbux-size, 160px));block-size:var(--orbux-height, 8px)}orbux-skeleton-stack:not(:defined){inline-size:var(--orbux-width, var(--orbux-size, 180px));block-size:var(--orbux-height, 72px);border-radius:8px}
