:root{--holo-cyan:#00f0ff;--holo-cyan-rgb:0, 240, 255;--holo-magenta:#ff00e5;--holo-magenta-rgb:255, 0, 229;--holo-purple:#7b2ff7;--holo-purple-rgb:123, 47, 247;--holo-gold:gold;--holo-gold-rgb:255, 215, 0;--holo-deep:#05050a;--holo-deep-rgb:5, 5, 10;--holo-glass-bg:#0c101c5c;--holo-glass-bg-soft:#0c101c3d;--holo-glass-shine:linear-gradient(160deg, #ffffff24 0%, #ffffff0a 42%, transparent 78%);--holo-glass-border:#ffffff29;--holo-glass-inset:#ffffff1f;--holo-divider:#ffffff1f;--holo-text:#f8fafff0;--holo-text-muted:#ecf2ff94;--holo-glow-cyan:0 0 18px rgba(var(--holo-cyan-rgb), .45), 0 0 36px rgba(var(--holo-cyan-rgb), .22);--holo-glow-magenta:0 0 18px rgba(var(--holo-magenta-rgb), .45), 0 0 36px rgba(var(--holo-magenta-rgb), .22);--holo-glow-purple:0 0 18px rgba(var(--holo-purple-rgb), .45), 0 0 36px rgba(var(--holo-purple-rgb), .22);--holo-glow-gold:0 0 18px rgba(var(--holo-gold-rgb), .45), 0 0 36px rgba(var(--holo-gold-rgb), .22);--holo-glow-rainbow:0 0 16px rgba(var(--holo-cyan-rgb), .4), 0 0 28px rgba(var(--holo-magenta-rgb), .28), 0 0 40px rgba(var(--holo-purple-rgb), .18)}.holo-tabs{--holo-tabs-glow:var(--holo-cyan);--holo-tabs-glow-rgb:var(--holo-cyan-rgb);--holo-tabs-glow-secondary:var(--holo-magenta);--holo-tabs-glow-secondary-rgb:var(--holo-magenta-rgb);justify-content:center;width:100%;max-width:100%;display:flex;position:relative}.holo-tabs--page-match{width:100%}.holo-tabs--page-match .holo-tabs__track{width:min(100%,22rem)}.holo-tabs[data-glow=cyan]{--holo-tabs-glow:var(--holo-cyan);--holo-tabs-glow-rgb:var(--holo-cyan-rgb);--holo-tabs-glow-secondary:var(--holo-cyan);--holo-tabs-glow-secondary-rgb:var(--holo-cyan-rgb)}.holo-tabs[data-glow=magenta]{--holo-tabs-glow:var(--holo-magenta);--holo-tabs-glow-rgb:var(--holo-magenta-rgb);--holo-tabs-glow-secondary:var(--holo-purple);--holo-tabs-glow-secondary-rgb:var(--holo-purple-rgb)}.holo-tabs[data-glow=purple]{--holo-tabs-glow:var(--holo-purple);--holo-tabs-glow-rgb:var(--holo-purple-rgb);--holo-tabs-glow-secondary:var(--holo-magenta);--holo-tabs-glow-secondary-rgb:var(--holo-magenta-rgb)}.holo-tabs[data-glow=gradient]{--holo-tabs-glow:var(--holo-cyan);--holo-tabs-glow-rgb:var(--holo-cyan-rgb);--holo-tabs-glow-secondary:var(--holo-magenta);--holo-tabs-glow-secondary-rgb:var(--holo-magenta-rgb)}.holo-tabs__track{grid-template-columns:repeat(var(--holo-tabs-count,4), minmax(0, 1fr));background:linear-gradient(180deg, #ffffff1a, #ffffff08), var(--holo-glass-bg-strong);width:min(100%,22rem);box-shadow:0 18px 48px #00000059, inset 0 1px 0 var(--holo-glass-inset), 0 0 32px rgba(var(--holo-tabs-glow-rgb), .06);-webkit-backdrop-filter:blur(22px)saturate(1.35);isolation:isolate;border:1px solid #ffffff0f;border-radius:1.35rem;align-items:stretch;gap:0;padding:.35rem;display:grid;position:relative}.holo-tabs[data-columns="2"] .holo-tabs__track{width:min(100%,11rem)}.holo-tabs[data-columns="3"] .holo-tabs__track{width:min(100%,15.5rem)}.holo-tabs[data-columns="4"] .holo-tabs__track{width:min(100%,18.5rem)}.holo-tabs[data-columns="5"] .holo-tabs__track{width:min(100%,22rem)}.holo-tabs[data-columns="6"] .holo-tabs__track{width:min(100%,26rem)}.holo-tabs[data-columns="7"] .holo-tabs__track,.holo-tabs[data-columns="8"] .holo-tabs__track{width:100%;max-width:100%}.holo-tabs--dense{width:100%;max-width:100%;padding-inline:.15rem}.holo-tabs--dense .holo-tabs__track{border-radius:1.15rem;gap:0;width:100%;max-width:100%;padding:.22rem}.holo-tabs--dense .holo-tabs__tab{border-radius:.85rem;gap:.1rem;min-height:2.85rem;padding:.28rem .06rem .24rem}.holo-tabs--dense .holo-tabs__indicator{border-radius:.78rem;inset:.08rem}.holo-tabs--dense .holo-tabs__icon{width:1.05rem;height:1.05rem}.holo-tabs--dense .holo-tabs__label{letter-spacing:.02em;max-width:100%;font-size:.5rem}.holo-tabs--dense .holo-tabs__tab+.holo-tabs__tab:before{opacity:.55;top:22%;bottom:22%}.holo-tabs__tab{z-index:1;min-width:0;min-height:3.55rem;color:var(--holo-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:1rem;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;margin:0;padding:.45rem .2rem .4rem;text-decoration:none;transition:color .2s;display:flex;position:relative}.holo-tabs__tab+.holo-tabs__tab:before{content:"";background:linear-gradient(180deg, transparent, var(--holo-divider) 20%, var(--holo-divider) 80%, transparent);pointer-events:none;opacity:.85;width:1px;position:absolute;top:18%;bottom:18%;left:0}.holo-tabs__tab:hover:not([data-active=true]):not([aria-disabled=true]),.holo-tabs__tab:focus-visible{color:var(--holo-text)}.holo-tabs__tab[aria-disabled=true]{opacity:.42;cursor:not-allowed}.holo-tabs__tab[data-active=true]{color:var(--holo-text);z-index:2}.holo-tabs__indicator{pointer-events:none;box-shadow:inset 0 1px 0 #ffffff29, 0 0 0 1.5px rgba(var(--holo-tabs-glow-rgb), .95), 0 0 14px rgba(var(--holo-tabs-glow-rgb), .75), 0 0 28px rgba(var(--holo-tabs-glow-rgb), .45), 0 0 48px rgba(var(--holo-tabs-glow-secondary-rgb), .28);background:#ffffff0a;border-radius:.95rem;position:absolute;inset:.12rem}.holo-tabs[data-glow=gradient] .holo-tabs__indicator{background:linear-gradient(#080a1259, #080a1259) padding-box, linear-gradient(135deg, rgba(var(--holo-cyan-rgb), .95), rgba(var(--holo-magenta-rgb), .95), rgba(var(--holo-purple-rgb), .85)) border-box;filter:drop-shadow(0 0 10px rgba(var(--holo-cyan-rgb), .55)) drop-shadow(0 0 18px rgba(var(--holo-magenta-rgb), .35));border:1.5px solid #0000;box-shadow:inset 0 1px #ffffff29,0 0 0 1.5px #0000}.holo-tabs__icon{z-index:1;width:1.25rem;height:1.25rem;color:inherit;opacity:.82;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s,color .2s,filter .2s;display:flex;position:relative}.holo-tabs__icon svg{width:100%;height:100%}.holo-tabs__tab[data-active=true] .holo-tabs__icon{opacity:1;color:#fff;filter:drop-shadow(0 0 6px rgba(var(--holo-tabs-glow-rgb), .55))}.holo-tabs__tab[data-icon-accent=true] .holo-tabs__icon{color:var(--holo-cyan);opacity:.95}.holo-tabs__label{z-index:1;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.04em;text-align:center;text-transform:none;opacity:.88;max-width:100%;font-size:.5625rem;font-weight:700;line-height:1.1;position:relative;overflow:hidden}.holo-tabs__tab[data-active=true] .holo-tabs__label{opacity:1;color:#fff;text-shadow:0 0 12px rgba(var(--holo-tabs-glow-rgb), .35);font-weight:800}@media (min-width:640px){.holo-tabs__track{border-radius:1.5rem;padding:.4rem}.holo-tabs__tab{gap:.28rem;min-height:3.85rem;padding:.5rem .28rem .45rem}.holo-tabs__icon{width:1.35rem;height:1.35rem}.holo-tabs__label{font-size:.625rem}.holo-tabs--dense .holo-tabs__track{border-radius:1.25rem;padding:.28rem}.holo-tabs--dense .holo-tabs__tab{gap:.14rem;min-height:3.1rem;padding:.34rem .12rem .3rem}.holo-tabs--dense .holo-tabs__icon{width:1.15rem;height:1.15rem}.holo-tabs--dense .holo-tabs__label{font-size:.55rem}}@media (min-width:1280px){.holo-tabs__track{width:fit-content;min-width:min(100%,22rem)}.holo-tabs__tab{min-width:4.25rem;padding-inline:.55rem}.holo-tabs--dense .holo-tabs__track{width:100%;min-width:0;max-width:min(100%,34rem)}.holo-tabs--dense .holo-tabs__tab{min-width:0;padding-inline:.2rem}}@media (prefers-reduced-motion:reduce){.holo-tabs__indicator{transition:none!important}}html[data-theme=daylight] .holo-tabs__track{background:linear-gradient(#ffffffb8,#ffffff7a),#f4f7fca6;border-color:#2230480d;box-shadow:0 14px 36px #141c301f,inset 0 1px #ffffffd9}html[data-theme=daylight] .holo-tabs__tab{color:#2834489e}html[data-theme=daylight] .holo-tabs__tab[data-active=true],html[data-theme=daylight] .holo-tabs__tab:hover:not([aria-disabled=true]){color:#182234}html[data-theme=daylight] .holo-tabs__tab[data-active=true] .holo-tabs__label,html[data-theme=daylight] .holo-tabs__tab[data-active=true] .holo-tabs__icon{color:#121c2c;text-shadow:none;filter:none}
.pm-segmented{--pm-seg-tone:var(--holo-cyan-rgb,0, 240, 255);--pm-seg-tone-alt:var(--holo-magenta-rgb,255, 0, 229);justify-content:center;width:100%;display:flex}.pm-segmented[data-tone=magenta]{--pm-seg-tone:var(--holo-magenta-rgb,255, 0, 229);--pm-seg-tone-alt:var(--holo-purple-rgb,123, 47, 247)}.pm-segmented[data-tone=gradient]{--pm-seg-tone:var(--holo-cyan-rgb,0, 240, 255);--pm-seg-tone-alt:var(--holo-magenta-rgb,255, 0, 229)}.pm-segmented__track{width:min(100%,22rem);box-shadow:inset 0 1px 0 #ffffff1f, 0 12px 32px #00000052, 0 0 24px rgba(var(--pm-seg-tone), .08);-webkit-backdrop-filter:blur(18px)saturate(1.35);background:linear-gradient(#ffffff1a,#ffffff08),#0c101c8c;border:1px solid #ffffff29;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem;padding:.28rem;display:grid;position:relative}.pm-segmented__track:has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.pm-segmented__option{z-index:1;color:#ecf2ff8c;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;outline:none;justify-content:center;align-items:center;min-width:0;min-height:2.55rem;margin:0;transition:color .2s;display:flex;position:relative}.pm-segmented[data-size=lg] .pm-segmented__option{min-height:2.9rem}.pm-segmented__option:hover:not(:disabled):not(.pm-segmented__option--active){color:#f8faffe0}.pm-segmented__option:disabled{opacity:.42;cursor:not-allowed}.pm-segmented__option--active{color:#f8fcff}.pm-segmented__indicator{border-radius:inherit;pointer-events:none;background:linear-gradient(135deg, rgba(var(--pm-seg-tone), .32), rgba(var(--pm-seg-tone-alt), .18));box-shadow:inset 0 1px 0 #ffffff2e, 0 0 0 1px rgba(var(--pm-seg-tone), .55), 0 0 18px rgba(var(--pm-seg-tone), .45), 0 0 32px rgba(var(--pm-seg-tone-alt), .22);position:absolute;inset:0}.pm-segmented[data-tone=gradient] .pm-segmented__indicator{background:linear-gradient(135deg, rgba(var(--holo-cyan-rgb,0, 240, 255), .28), rgba(var(--holo-magenta-rgb,255, 0, 229), .22), rgba(var(--holo-purple-rgb,123, 47, 247), .18));box-shadow:inset 0 1px 0 #ffffff2e, 0 0 0 1px rgba(var(--holo-cyan-rgb,0, 240, 255), .45), 0 0 16px rgba(var(--holo-cyan-rgb,0, 240, 255), .35), 0 0 28px rgba(var(--holo-magenta-rgb,255, 0, 229), .28)}.pm-segmented__content{z-index:1;justify-content:center;align-items:center;gap:.4rem;padding:.35rem 1rem;display:inline-flex;position:relative}.pm-segmented__icon{justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.pm-segmented__icon svg{width:100%;height:100%}.pm-segmented__label{letter-spacing:.16em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:800}.pm-segmented__option--active .pm-segmented__label{text-shadow:0 0 12px rgba(var(--pm-seg-tone), .45)}@media (prefers-reduced-motion:reduce){.pm-segmented__indicator{transition:none!important}}html[data-theme=daylight] .pm-segmented__track{background:#ffffffb8;border-color:#2230481f}html[data-theme=daylight] .pm-segmented__option{color:#2834488c}html[data-theme=daylight] .pm-segmented__option--active{color:#121c2c}
