@layer components{[data-vx-theme="orange"]{--vx-accent:oklch(0.705 0.18 47)}[data-vx-theme="red"]{--vx-accent:oklch(0.637 0.208 27)}[data-vx-theme="rose"]{--vx-accent:oklch(0.66 0.19 0)}[data-vx-theme="violet"]{--vx-accent:oklch(0.62 0.19 295)}[data-vx-theme="blue"]{--vx-accent:oklch(0.64 0.165 255)}[data-vx-theme="cyan"]{--vx-accent:oklch(0.76 0.115 220)}[data-vx-theme="teal"]{--vx-accent:oklch(0.77 0.12 175)}[data-vx-theme="green"]{--vx-accent:oklch(0.796 0.14 165)}[data-theme="light"][data-vx-theme="orange"]{--vx-accent:oklch(0.62 0.175 42)}[data-theme="light"][data-vx-theme="red"]{--vx-accent:oklch(0.52 0.205 27)}[data-theme="light"][data-vx-theme="rose"]{--vx-accent:oklch(0.52 0.195 358)}[data-theme="light"][data-vx-theme="violet"]{--vx-accent:oklch(0.52 0.2 293)}[data-theme="light"][data-vx-theme="blue"]{--vx-accent:oklch(0.5 0.17 257)}[data-theme="light"][data-vx-theme="cyan"]{--vx-accent:oklch(0.64 0.11 222)}[data-theme="light"][data-vx-theme="teal"]{--vx-accent:oklch(0.64 0.115 172)}[data-theme="light"][data-vx-theme="green"]{--vx-accent:oklch(0.47 0.1 162)}.vx-avail-bound{max-width:min(var(--vx-avail-w,100vw),var(--vx-pop-cap,34rem));max-height:var(--vx-avail-h,80vh);overflow:auto;overscroll-behavior:contain}.vx-wrap{text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}.vx-stack{display:flex;flex-direction:column;justify-content:start;align-items:var(--vx-stack-align,stretch);gap:var(--vx-stack-gap,var(--space-4))}.vx-stack>*{margin-block:0}.vx-stack>[data-vx-stack-gap]{margin-block-start:var(--vx-stack-gap,var(--space-4))}.vx-stack>[data-vx-stack-gap="1"]{margin-block-start:var(--space-1)}.vx-stack>[data-vx-stack-gap="2"]{margin-block-start:var(--space-2)}.vx-stack>[data-vx-stack-gap="3"]{margin-block-start:var(--space-3)}.vx-stack>[data-vx-stack-gap="4"]{margin-block-start:var(--space-4)}.vx-stack>[data-vx-stack-gap="5"]{margin-block-start:var(--space-5)}.vx-stack>[data-vx-stack-gap="6"]{margin-block-start:var(--space-6)}.vx-stack>[data-vx-stack-gap="8"]{margin-block-start:var(--space-8)}.vx-stack>[data-vx-stack-gap="10"]{margin-block-start:var(--space-10)}.vx-stack>:first-child[data-vx-stack-gap]{margin-block-start:0}.vx-stack--split>:nth-last-child(2){margin-block-end:auto}.vx-cluster{--vx-cluster-gap:var(--space-2);--vx-cluster-align:center;--vx-cluster-justify:flex-start;display:flex;flex-wrap:wrap;gap:var(--vx-cluster-gap);align-items:var(--vx-cluster-align);justify-content:var(--vx-cluster-justify)}.vx-cluster--start{--vx-cluster-justify:flex-start}.vx-cluster--center{--vx-cluster-justify:center}.vx-cluster--end{--vx-cluster-justify:flex-end}.vx-cluster--between{--vx-cluster-justify:space-between}.vx-cluster--top{--vx-cluster-align:flex-start}.vx-cluster--middle{--vx-cluster-align:center}.vx-cluster--bottom{--vx-cluster-align:flex-end}.vx-cluster--baseline{--vx-cluster-align:baseline}.vx-cluster--tight{--vx-cluster-gap:var(--space-1)}.vx-cluster--loose{--vx-cluster-gap:var(--space-4)}.vx-center{box-sizing:content-box;margin-inline:auto;max-inline-size:var(--vx-center-measure,60ch);padding-inline:var(--vx-center-gutter,var(--space-4))}.vx-center--intrinsic{display:flex;flex-direction:column;align-items:center}.vx-center--text{text-align:center}.vx-sidebar{--vx-sidebar-width:16rem;--vx-content-min:50%;--vx-sidebar-gap:var(--space-4,16px);display:flex;flex-wrap:wrap;gap:var(--vx-sidebar-gap)}.vx-sidebar>.vx-sidebar__side{flex-grow:1;flex-basis:var(--vx-sidebar-width)}.vx-sidebar>.vx-sidebar__content{flex-grow:999;flex-basis:0;min-inline-size:var(--vx-content-min)}.vx-sidebar--right{flex-direction:row-reverse}.vx-switcher{--vx-switcher-threshold:30rem;--vx-switcher-gap:var(--space-4);--vx-switcher-limit:4;display:flex;flex-wrap:wrap;gap:var(--vx-switcher-gap)}.vx-switcher>*{flex-grow:1;flex-shrink:1;flex-basis:calc((var(--vx-switcher-threshold) - 100%) * 999)}.vx-switcher>:nth-last-child(n + 5),.vx-switcher>:nth-last-child(n + 5) ~ *{flex-basis:100%}.vx-grid-auto{--vx-grid-min:16rem;--vx-grid-gap:var(--space-4);display:grid;gap:var(--vx-grid-gap);grid-template-columns:repeat(auto-fit,minmax(min(var(--vx-grid-min),100%),1fr))}.vx-grid-auto--fill{grid-template-columns:repeat(auto-fill,minmax(min(var(--vx-grid-min),100%),1fr))}.vx-grid-auto>*{min-width:0}.vx-cover{--vx-cover-min:100dvh;--vx-cover-space:var(--space-6,24px);display:flex;flex-direction:column;min-block-size:var(--vx-cover-min);padding:var(--vx-cover-space)}.vx-cover>.vx-cover__center,.vx-cover>:only-child{margin-block:auto}.vx-cover>.vx-cover__top{margin-block-end:var(--vx-cover-space)}.vx-cover>.vx-cover__bottom{margin-block-start:var(--vx-cover-space)}.vx-cover>.vx-cover__center{margin-block:auto}.vx-frame{--vx-frame-ratio:16 / 9;--vx-frame-radius:var(--radius,var(--space-2));--vx-frame-bg:transparent;display:block;position:relative;inline-size:100%;aspect-ratio:var(--vx-frame-ratio);overflow:hidden;border-radius:var(--vx-frame-radius);background:var(--vx-frame-bg);margin:0}.vx-frame>img,.vx-frame>video,.vx-frame>picture,.vx-frame>picture>img,.vx-frame>iframe,.vx-frame>svg{display:block;inline-size:100%;block-size:100%;object-fit:cover;object-position:var(--vx-frame-position,50% 50%);border:0}.vx-frame--contain>img,.vx-frame--contain>video,.vx-frame--contain>picture>img{object-fit:contain}.vx-frame--round{--vx-frame-radius:var(--radius-full,9999px)}.vx-frame--square{--vx-frame-radius:0}.vx-reel{--vx-reel-gap:var(--space-3,12px);--vx-reel-item:0;--vx-reel-pad:0px;display:flex;flex-flow:row nowrap;gap:var(--vx-reel-gap);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-padding-inline:var(--vx-reel-pad);padding-inline:var(--vx-reel-pad);touch-action:pan-x;-webkit-overflow-scrolling:touch}.vx-reel>*{flex:0 0 var(--vx-reel-item,auto);min-width:0;scroll-snap-align:start}.vx-reel:focus{outline:none}.vx-reel:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius,8px)}.vx-reel{scrollbar-width:thin}.vx-reel::-webkit-scrollbar{height:var(--space-2,8px)}.vx-reel::-webkit-scrollbar-thumb{background:color-mix(in srgb,currentColor 22%,transparent);border-radius:var(--radius-full)}@media (prefers-reduced-motion:reduce){.vx-reel{scroll-snap-type:none}}.vx-glow{transition:box-shadow var(--dur-snappy) var(--ease-snap),border-color var(--dur-fast) var(--ease-out)}.vx-glow:hover{box-shadow:0 0 0 1px color-mix(in oklch,var(--vx-accent) 35%,transparent),0 0 12px color-mix(in oklch,var(--vx-accent) 22%,transparent)}.vx-glow:focus-visible,.vx-glow[data-vx-active]{box-shadow:0 0 0 2px color-mix(in oklch,var(--vx-accent) 55%,transparent),0 0 18px color-mix(in oklch,var(--vx-accent) 30%,transparent)}@media (prefers-reduced-motion:reduce){.vx-glow{transition:none}}html[data-vx-perf="lite"] .vx-glow{transition:none}.vx-focus-ring{position:fixed;top:0;inset-inline-start:0;z-index:2147483000;pointer-events:none;border-radius:var(--radius-md,8px);box-shadow:0 0 0 2px color-mix(in oklch,var(--vx-accent) 70%,transparent),0 0 16px color-mix(in oklch,var(--vx-accent) 28%,transparent);opacity:0;transition:translate var(--dur-snappy) var(--ease-snap),width var(--dur-snappy) var(--ease-snap),height var(--dur-snappy) var(--ease-snap),opacity var(--dur-fast) var(--ease-out),border-radius var(--dur-snappy) var(--ease-snap);will-change:translate,width,height}.vx-focus-ring[data-vx-shown]{opacity:1}@media (prefers-reduced-motion:reduce){.vx-focus-ring{transition:opacity var(--dur-instant) linear}}html[data-vx-perf="lite"] .vx-focus-ring{transition:opacity var(--dur-instant) linear}html[data-vx-focus-living] :focus-visible{outline-color:transparent}html[data-vx-perf="lite"]{--dur-slow:var(--dur-fast);--dur-base:var(--dur-fast);--ease-spring:var(--ease-out)}html[data-vx-perf="lite"] .vx-glow,html[data-vx-perf="lite"] [data-vx-glow],html[data-vx-perf="lite"] .vx-grain,html[data-vx-perf="lite"] [data-vx-grain]{background-image:none!important;box-shadow:none!important;filter:none!important;backdrop-filter:none!important}html[data-vx-perf="lite"] .vx-elevated,html[data-vx-perf="lite"] [data-vx-elevation]{box-shadow:0 1px 2px color-mix(in oklch,var(--text-1) 14%,transparent)!important}html[data-vx-perf="lite"] .vx-decorative,html[data-vx-perf="lite"] [data-vx-decorative]{animation:none!important;transition:none!important}html[data-vx-circadian-active]{transition:--vx-accent var(--dur-slow) var(--ease-out)}@media (prefers-reduced-motion:reduce){html[data-vx-circadian-active]{transition:none}}html[data-vx-perf="lite"][data-vx-circadian-active]{transition:none}vortex-number{--vx-num-h:1.15em;display:inline-flex;direction:ltr;unicode-bidi:plaintext;align-items:baseline;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;line-height:var(--vx-num-h);color:var(--text-primary);transition:color var(--dur-fast) var(--ease-out)}vortex-number[data-vx-dir="up"]{color:var(--text-ok)}vortex-number[data-vx-dir="down"]{color:var(--text-warn)}vortex-number .vx-num-track{display:inline-flex;align-items:baseline;overflow:hidden}vortex-number .vx-num-slot{display:inline-block;position:relative;height:var(--vx-num-h);overflow:hidden;vertical-align:baseline}vortex-number .vx-num-slot.is-static{overflow:visible}vortex-number .vx-num-col{display:flex;flex-direction:column;will-change:transform}vortex-number .vx-num-cell{height:var(--vx-num-h);display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion:reduce){vortex-number{transition:color var(--dur-instant) linear}vortex-number .vx-num-col{will-change:auto}}html[data-vx-perf="lite"] vortex-number{transition:color var(--dur-instant) linear}html[data-vx-perf="lite"] vortex-number .vx-num-col{will-change:auto}vortex-countdown{display:inline-flex;gap:var(--space-3);align-items:flex-start;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}vortex-countdown .vx-cd-seg{display:inline-flex;flex-direction:column;align-items:center;gap:2px;min-width:2ch}vortex-countdown .vx-cd-num{font-size:var(--fs-3xl);font-weight:700;line-height:1;color:var(--text);font-variant-numeric:tabular-nums}vortex-countdown .vx-cd-lbl{font-size:var(--fs-3xs);color:var(--muted);text-transform:uppercase;letter-spacing:.06em}vortex-countdown .vx-cd-sep{font-size:var(--fs-3xl);font-weight:700;color:var(--muted);line-height:1;align-self:flex-start}vortex-countdown.vx-cd-done .vx-cd-num{color:var(--muted)}vortex-countdown .vx-cd-expired{font-size:var(--fs-lg);font-weight:700;color:var(--muted)}vortex-countdown[data-tone="warn"] .vx-cd-num{color:var(--text-warn)}vortex-countdown[data-tone="err"] .vx-cd-num{color:var(--text-err)}vortex-marquee{display:block;overflow:hidden;--vx-mq-gap:32px;--vx-mq-dur:20s}vortex-marquee[fade]{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}vortex-marquee .vx-mq-track{display:flex;width:max-content;will-change:transform}vortex-marquee .vx-mq-group{display:flex;align-items:center;gap:var(--vx-mq-gap);padding-inline-end:var(--vx-mq-gap);flex:0 0 auto}vortex-marquee .vx-mq-group>*{unicode-bidi:plaintext}vortex-marquee .vx-mq-track{animation:vx-mq-scroll var(--vx-mq-dur) linear infinite}vortex-marquee[direction="right"] .vx-mq-track{animation-direction:reverse}vortex-marquee:not([no-pause]) .vx-mq-track:hover,vortex-marquee:not([no-pause]):focus-within .vx-mq-track{animation-play-state:paused}@keyframes vx-mq-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){vortex-marquee{overflow-x:auto}vortex-marquee .vx-mq-track{animation:none}vortex-marquee .vx-mq-group[data-vx-clone]{display:none}}vortex-live-pulse{--vx-pulse-color:var(--vx-accent,var(--accent-9));position:relative;display:inline-flex;align-items:baseline;isolation:isolate}vortex-live-pulse[data-vx-block]{display:block}vortex-live-pulse .vx-pulse-halo{position:absolute;inset:calc(-1 * var(--space-2,0.5rem));border-radius:var(--radius-md,0.5rem);pointer-events:none;z-index:-1;opacity:0;background:radial-gradient(ellipse at center,color-mix(in oklch,var(--vx-pulse-color) 38%,transparent) 0%,transparent 72%);box-shadow:0 0 0 0 color-mix(in oklch,var(--vx-pulse-color) 40%,transparent)}vortex-live-pulse[data-vx-pulse] .vx-pulse-halo{animation:vx-pulse-ring var(--dur-slow) var(--ease-out) 1}@keyframes vx-pulse-ring{0%{opacity:0;box-shadow:0 0 0 0 color-mix(in oklch,var(--vx-pulse-color) 55%,transparent)}18%{opacity:0.9}100%{opacity:0;box-shadow:0 0 0 var(--space-4,1rem) color-mix(in oklch,var(--vx-pulse-color) 0%,transparent)}}vortex-live-pulse .vx-pulse-content{display:inline-flex;align-items:baseline;unicode-bidi:plaintext;transition:color var(--dur-fast) var(--ease-out)}vortex-live-pulse[data-vx-dir="up"]{--vx-pulse-color:var(--ok,var(--accent-9))}vortex-live-pulse[data-vx-dir="up"] .vx-pulse-content{color:var(--text-ok,var(--ok))}vortex-live-pulse[data-vx-dir="down"]{--vx-pulse-color:var(--warn,var(--accent-9))}vortex-live-pulse[data-vx-dir="down"] .vx-pulse-content{color:var(--text-warn,var(--warn))}@media (prefers-reduced-motion:reduce){vortex-live-pulse[data-vx-pulse] .vx-pulse-halo{animation:none}vortex-live-pulse .vx-pulse-content{transition:color var(--dur-instant) linear}}html[data-vx-perf="lite"] vortex-live-pulse[data-vx-pulse] .vx-pulse-halo{animation:none}html[data-vx-perf="lite"] vortex-live-pulse .vx-pulse-content{transition:color var(--dur-instant) linear}@supports (animation-timeline:view()){.vx-reveal,.vx-reveal-up,.vx-reveal-left{animation:vx-reveal-rise linear both;animation-timeline:view();animation-range:entry 0% entry 45%;will-change:opacity,transform}.vx-reveal-left{animation-name:vx-reveal-slide-left}@keyframes vx-reveal-rise{from{opacity:0;transform:translateY(var(--space-md,1rem))}to{opacity:1;transform:translateY(0)}}@keyframes vx-reveal-slide-left{from{opacity:0;transform:translateX(calc(-1 * var(--space-lg,1.5rem)))}to{opacity:1;transform:translateX(0)}}.vx-scroll-progress{transform-origin:0 50%;background:var(--vx-accent);animation:vx-scroll-fill linear both;animation-timeline:scroll();will-change:transform}@keyframes vx-scroll-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.vx-reveal,.vx-reveal-up,.vx-reveal-left{animation:none;opacity:1;transform:none}.vx-scroll-progress{animation:none;transform:scaleX(1)}}html[data-vx-perf="lite"] .vx-reveal,html[data-vx-perf="lite"] .vx-reveal-up,html[data-vx-perf="lite"] .vx-reveal-left{animation:none;opacity:1;transform:none}html[data-vx-perf="lite"] .vx-scroll-progress{animation:none;transform:scaleX(1)}}@supports (view-transition-name:none){html[data-vx-view-transitions]{@view-transition{navigation:auto}}@media (prefers-reduced-motion:reduce){html[data-vx-view-transitions]{@view-transition{navigation:none}}}html[data-vx-view-transitions][data-vx-perf="lite"]{@view-transition{navigation:none}}}.vx-ripple{position:relative;overflow:hidden}.vx-ripple::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at var(--ripple-x,50%) var(--ripple-y,50%),currentColor 0%,transparent 70%);opacity:0;pointer-events:none;transition:opacity 0.6s ease-out}.vx-ripple.vx-ripple-active::after{opacity:0.25;transition:none}@keyframes vxFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.vx-fade-in{animation:vxFadeIn var(--dur-base) var(--ease-snap) backwards}.vx-fade-in[data-vx-delay="100"]{animation-delay:var(--dur-instant)}.vx-fade-in[data-vx-delay="200"]{animation-delay:var(--dur-snappy)}.vx-fade-in[data-vx-delay="300"]{animation-delay:var(--dur-base)}@keyframes vxPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:0.45}}.vx-pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px var(--ok);animation:vxPulse 1.6s ease-in-out infinite;vertical-align:middle}.vx-pulse-dot.err{background:var(--err);box-shadow:0 0 8px var(--err);animation-duration:var(--dur-base)}.vx-pulse-dot.warn{background:var(--warn);box-shadow:0 0 8px var(--warn)}@keyframes vxShimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.vx-skeleton{background:linear-gradient(90deg,var(--border) 0%,var(--panel) 50%,var(--border) 100%);background-size:200% 100%;animation:vxShimmer 1.5s ease-in-out infinite;border-radius:4px;display:inline-block;min-height:1em}.vx-smooth-num{transition:color var(--dur-base) ease;font-variant-numeric:tabular-nums}.vx-smooth-num.vx-num-flash{color:var(--text-ok)}.vx-switch{position:relative;display:inline-block;width:42px;height:22px;background:var(--border);border-radius:11px;cursor:pointer;transition:background var(--dur-snappy);vertical-align:middle}.vx-switch.on{background:var(--ok)}.vx-switch::after{content:'';position:absolute;top:2px;inset-inline-start:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:left var(--dur-snappy);box-shadow:0 1px 3px rgba(0,0,0,.3)}.vx-switch.on::after{inset-inline-start:22px}.vx-switch[aria-disabled="true"],.vx-switch[data-disabled="true"]{opacity:.4;cursor:not-allowed}.vx-switch.sm{width:32px;height:18px;border-radius:9px}.vx-switch.sm::after{width:14px;height:14px}.vx-switch.sm.on::after{inset-inline-start:16px}.vx-empty{text-align:center;padding:32px 16px;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:8px}.vx-empty i[data-lucide]{width:36px;height:36px;opacity:.5}.vx-empty .vx-empty-title{font-size:.92rem;font-weight:600;color:var(--text);margin-top:4px}.vx-empty .vx-empty-sub{font-size:.76rem;color:var(--muted);max-width:360px;line-height:1.4}.vx-empty .vx-empty-cta{margin-top:10px;padding:6px 14px;border-radius:6px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--text-accent);border:1px solid color-mix(in srgb,var(--accent) 36%,transparent);text-decoration:none;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.vx-scroll-top{position:fixed;bottom:24px;inset-inline-end:24px;width:44px;height:44px;border-radius:22px;background:var(--surface-3);color:var(--text-accent);border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);cursor:pointer;z-index:9000;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,.35);opacity:0;pointer-events:none;--vx-st-tx:0px;--vx-st-ty:20px;transform:translate(var(--vx-st-tx),var(--vx-st-ty));transition:opacity var(--dur-snappy) ease,transform var(--dur-snappy) var(--ease-snap),background var(--dur-fast),border-color var(--dur-fast);touch-action:none}.vx-scroll-top:hover{background:color-mix(in srgb,var(--accent) 16%,var(--surface-3));border-color:var(--accent)}.vx-scroll-top.visible{opacity:1;pointer-events:auto;--vx-st-ty:0px}.vx-scroll-top:hover:not(.vx-st-peek):not(.vx-st-dragging){--vx-st-ty:-2px}.vx-scroll-top.vx-st-dragging{transition:opacity var(--dur-snappy) ease,background var(--dur-fast);cursor:grabbing}.vx-scroll-top.vx-st-peek{box-shadow:0 2px 8px rgba(0,0,0,.3);opacity:.92}.vx-scroll-top.vx-st-peek:hover{opacity:1}.vx-scroll-top i[data-lucide]{width:18px;height:18px}@media (max-width:768px){.vx-scroll-top{bottom:16px;inset-inline-end:16px;width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.vx-scroll-top{transition:none}}body:has(.vx-dt-fullscreen) .vx-scroll-top,body:has(dialog[open]) .vx-scroll-top,body:has(vortex-modal.vx-modal-active) .vx-scroll-top,body:has([popover][role="dialog"]:popover-open) .vx-scroll-top{opacity:0!important;pointer-events:none!important;transform:translateY(8px)!important}.vx-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:.70rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);vertical-align:middle;white-space:nowrap}.vx-tag.sm{padding:1px 6px;font-size:.62rem}.vx-tag.ok{background:color-mix(in srgb,var(--ok) 22%,transparent);color:var(--text-ok);border-color:color-mix(in srgb,var(--ok) 45%,transparent)}.vx-tag.warn{background:color-mix(in srgb,var(--warn) 22%,transparent);color:var(--text-warn);border-color:color-mix(in srgb,var(--warn) 45%,transparent)}.vx-tag.err{background:color-mix(in srgb,var(--err) 22%,transparent);color:var(--text-err);border-color:color-mix(in srgb,var(--err) 45%,transparent)}.vx-tag.info{background:color-mix(in srgb,var(--info) 22%,transparent);color:var(--text-info);border-color:color-mix(in srgb,var(--info) 45%,transparent)}.vx-tag.accent{background:color-mix(in srgb,var(--accent) 22%,transparent);color:var(--text-accent);border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.vx-tag i[data-lucide]{width:12px;height:12px}.vx-toast-container{position:fixed;top:16px;inset-inline-end:16px;z-index:9998;display:flex;flex-direction:column;gap:8px;pointer-events:none}@keyframes vxToastIn{from{transform:translateX(calc(120% * var(--vx-dir,1)));opacity:0}to{transform:none;opacity:1}}@keyframes vxToastOut{from{transform:none;opacity:1;max-height:100px}to{transform:translateX(calc(120% * var(--vx-dir,1)));opacity:0;max-height:0;margin:0;padding-top:0;padding-bottom:0}}.vx-toast{pointer-events:auto;min-width:260px;max-width:380px;padding:12px 16px;border-radius:10px;background:var(--panel);border:1px solid var(--border);color:var(--text);font-size:0.85rem;box-shadow:0 8px 24px rgba(0,0,0,0.4);animation:vxToastIn var(--dur-base) var(--ease-snap);display:flex;align-items:flex-start;gap:10px;touch-action:pan-y}.vx-toast[data-vx-swiping]{transform:translateX(var(--vx-swipe,0));transition:none}.vx-toast.vx-toast-snapback{transform:none;transition:transform var(--dur-snappy) var(--ease-snap)}.vx-toast.vx-toast-leaving{animation:vxToastOut var(--dur-snappy) ease-in forwards}.vx-toast .vx-toast-icon{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.7rem}.vx-toast-info{border-inline-start:3px solid var(--info)}.vx-toast-info .vx-toast-icon{background:var(--info);color:white}.vx-toast-success{border-inline-start:3px solid var(--ok)}.vx-toast-success .vx-toast-icon{background:var(--ok);color:var(--text-on-ok)}.vx-toast-warn{border-inline-start:3px solid var(--warn)}.vx-toast-warn .vx-toast-icon{background:var(--warn);color:var(--text-on-warn)}.vx-toast-error{border-inline-start:3px solid var(--err)}.vx-toast-error .vx-toast-icon{background:var(--err);color:white}.vx-toast-close{width:24px;height:24px;border-radius:6px;margin-inline-start:4px;background:transparent;border-color:transparent;color:var(--text-muted,var(--text));opacity:0;transition:opacity var(--dur-fast),background var(--dur-fast),color var(--dur-fast)}.vx-toast:hover .vx-toast-close,.vx-toast:focus-within .vx-toast-close,.vx-toast-close:focus-visible{opacity:1}@media (hover:none),(pointer:coarse){.vx-toast-close{opacity:1}}.vx-toast-close i,.vx-toast-close svg{width:14px;height:14px}@media (prefers-reduced-motion:reduce){.vx-fade-in,.vx-pulse-dot,.vx-skeleton,.vx-toast,.vx-smooth-num,.vx-toast.vx-toast-snapback{animation:none!important;transition:none!important}}vortex-input,vortex-select{display:block;margin-bottom:14px}.vx-input-label,.vx-field-label,.vx-ta-label,.vx-tel-label,.vx-dp-label,.vx-tp-label,.vx-fu-label,.vx-secret-label,.vx-cp-label{display:block;font-size:.76rem;color:var(--muted);font-weight:600;margin-bottom:6px;letter-spacing:.04em}.vx-input-req,.vx-field-req,.vx-dp-req,.vx-secret-req{color:var(--text-err);font-weight:700;margin-inline-start:2px}.vx-field-shell{position:relative;display:flex;align-items:center;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;transition:border-color var(--dur-fast);min-height:44px}.vx-field-shell:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-field-shell:focus-within{border-color:var(--accent)}vortex-input.vx-input-has-error .vx-field-shell,vortex-select.vx-input-has-error .vx-field-shell{border-color:var(--err)}vortex-input.vx-input-has-error .vx-field-shell:focus-within,vortex-select.vx-input-has-error .vx-field-shell:focus-within{border-color:var(--err)}.vx-input-icon,.vx-field-icon{flex-shrink:0;margin-inline-start:12px;margin-inline-end:4px;color:var(--muted);width:16px;height:16px}.vx-field-section{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:.92rem;line-height:1;white-space:nowrap;user-select:none;pointer-events:none}.vx-field-section-start{padding-inline:12px 2px}.vx-field-section-end{padding-inline:2px 12px}.vx-input-has-start .vx-input-native{padding-inline-start:4px}.vx-input-has-end .vx-input-native{padding-inline-end:4px}.vx-input-native,.vx-select-native{flex:1;min-width:0;background:transparent;border:0;outline:none;padding:10px 12px;color:var(--text);font-size:16px;font-family:inherit;width:100%}.vx-input-native:focus,.vx-input-native:focus-visible,.vx-select-native:focus,.vx-select-native:focus-visible{outline:none;box-shadow:none;border:0}.vx-input-native::placeholder{color:var(--placeholder)}.vx-input-native:disabled,.vx-select-native:disabled{color:var(--muted);cursor:not-allowed;background:var(--surface-2)}.vx-input-clear{flex-shrink:0;background:transparent;border:0;cursor:pointer;color:var(--muted);width:22px;height:22px;display:none;align-items:center;justify-content:center;margin-inline-end:10px;padding:0;transition:color var(--dur-fast),transform var(--dur-fast);opacity:.65}vortex-input.vx-input-has-value .vx-input-clear{display:flex}.vx-input-clear:hover{color:var(--text-err);transform:scale(1.15);opacity:1}.vx-input-clear:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:50%;opacity:1}.vx-input-clear i,.vx-input-clear svg{width:16px;height:16px}.vx-input-hint,.vx-field-hint,.vx-field-msg{display:block;font-size:.72rem;color:var(--muted);margin-top:4px;line-height:1.4}.vx-input-hint-error,.vx-field-msg{color:var(--text-err);font-weight:600}vortex-input.vx-input-variant-filled .vx-field-shell{background:var(--surface-2);border:1.5px solid transparent;border-bottom:1.5px solid var(--border);border-radius:8px 8px 0 0}vortex-input.vx-input-variant-filled .vx-field-shell:hover{background:var(--hover);border-bottom-color:color-mix(in oklab,var(--accent) 35%,var(--border))}vortex-input.vx-input-variant-filled .vx-field-shell:focus-within{border-bottom-color:var(--accent);border-bottom-width:2px}vortex-input.vx-input-variant-filled.vx-input-has-error .vx-field-shell{border-bottom-color:var(--err)}vortex-input.vx-input-variant-underlined .vx-field-shell{background:transparent;border:0;border-bottom:1.5px solid var(--border);border-radius:0}vortex-input.vx-input-variant-underlined .vx-field-shell:hover{border-bottom-color:color-mix(in oklab,var(--accent) 35%,var(--border))}vortex-input.vx-input-variant-underlined .vx-field-shell:focus-within{border-bottom-color:var(--accent);border-bottom-width:2px}vortex-input.vx-input-variant-underlined.vx-input-has-error .vx-field-shell{border-bottom-color:var(--err)}vortex-input.vx-input-variant-underlined .vx-input-native{padding-inline-start:2px}vortex-input.vx-input-variant-floating{margin-top:8px}vortex-input.vx-input-variant-floating .vx-input-float-label{position:absolute;inset-inline-start:13px;top:50%;transform:translateY(-50%);color:var(--muted);font-size:16px;font-weight:500;pointer-events:none;max-width:calc(100% - 26px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--bg);padding:0 4px;transform-origin:left center;transition:transform var(--dur-fast) var(--ease-out,ease),color var(--dur-fast),top var(--dur-fast)}vortex-input.vx-input-variant-floating .vx-field-shell:has(.vx-input-icon) .vx-input-float-label{inset-inline-start:34px}vortex-input.vx-input-variant-floating .vx-input-native:focus ~ .vx-input-float-label,vortex-input.vx-input-variant-floating .vx-input-native:not(:placeholder-shown) ~ .vx-input-float-label{top:0;transform:translateY(-50%) scale(.76);color:var(--accent-text)}vortex-input.vx-input-variant-floating .vx-input-native:not(:focus):not(:placeholder-shown) ~ .vx-input-float-label{color:var(--muted)}vortex-input.vx-input-variant-floating.vx-input-has-error .vx-input-float-label{color:var(--text-err)}vortex-input.vx-input-variant-floating .vx-input-native::placeholder{color:transparent}@media (prefers-reduced-motion:reduce){vortex-input.vx-input-variant-floating .vx-input-float-label{transition:none}}.vx-field{display:block;margin-bottom:14px}.vx-field-control{width:100%;box-sizing:border-box;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:16px;padding:10px 12px;min-height:44px;transition:border-color var(--dur-fast)}.vx-field-control::placeholder{color:var(--placeholder)}.vx-field-control:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-field-control:focus,.vx-field-control:focus-visible{outline:none;box-shadow:none;border-color:var(--accent)}.vx-field-control:disabled{color:var(--muted);cursor:not-allowed;background:var(--surface-2)}.vx-field.vx-field-has-error .vx-field-control{border-color:var(--err)}.vx-field.vx-field-has-error .vx-field-control:focus{border-color:var(--err)}.vx-field-shell .vx-field-control{background:transparent;border:0;border-radius:0;flex:1;min-width:0}.vx-field-shell .vx-field-control:hover,.vx-field-shell .vx-field-control:focus{border:0}.vx-field.vx-field-has-error .vx-field-shell{border-color:var(--err)}.vx-field-trailing{flex-shrink:0;display:inline-flex;align-items:center}.vx-field-foot{display:flex;justify-content:space-between;align-items:baseline;margin-top:4px;gap:var(--space-3)}.vx-picker-search{flex:1;display:flex;align-items:center;gap:7px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:0 10px;transition:border-color var(--dur-fast)}.vx-picker-search:focus-within{border-color:var(--accent)}.vx-picker-search>i,.vx-picker-search>svg{width:15px;height:15px;color:var(--muted);flex-shrink:0}.vx-picker-search-input{flex:1;min-width:0;background:none;border:none;outline:none;appearance:none;-webkit-appearance:none;box-shadow:none;color:var(--text);font-size:16px;font-family:inherit;padding:9px 0;unicode-bidi:plaintext}.vx-picker-search-input:focus,.vx-picker-search-input:focus-visible{outline:none;box-shadow:none;border:none}.vx-picker-search-input::-webkit-search-decoration,.vx-picker-search-input::-webkit-search-cancel-button{-webkit-appearance:none}.vx-picker-search-input::placeholder{color:var(--placeholder)}@media (min-width:1024px){.vx-picker-search-input{font-size:.85rem}}@media (pointer:coarse){.vx-picker-search-input{min-height:26px;padding:12px 0}}.vx-picker-search-clear{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin:0 -10px 0 0;flex-shrink:0;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:8px;font-family:inherit;transition:color var(--dur-fast),background var(--dur-fast)}.vx-picker-search-clear.is-on{display:inline-flex}.vx-picker-search-clear:hover{color:var(--text)}.vx-picker-search-clear:focus-visible{outline:none;color:var(--text);box-shadow:0 0 0 1px var(--accent)}.vx-picker-search-clear i,.vx-picker-search-clear svg{width:16px;height:16px}@media (prefers-reduced-motion:reduce){.vx-picker-search-clear{transition:none}}.vx-truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-clamp-2,.vx-clamp-3{min-width:0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.vx-clamp-2{-webkit-line-clamp:2;line-clamp:2}.vx-clamp-3{-webkit-line-clamp:3;line-clamp:3}.vx-wrap{overflow-wrap:anywhere;word-break:break-word;text-wrap:pretty}@media (pointer:coarse){.vx-cbx-chip-x,.vx-qb-chip-x,.vx-input-clear,.vx-qb-clear,.vx-cbx-clear,.vx-tag-x,.vx-dt-cb,.vx-dt-chip-x,.vx-desc-copy,.vx-tree-twistie,.vx-tp-clear{min-width:24px;min-height:24px}}.vx-close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;font-family:inherit;transition:background var(--dur-fast),color var(--dur-fast)}.vx-close:hover{background:var(--surface);color:var(--accent-text)}.vx-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-close i,.vx-close svg{width:20px;height:20px}[data-vx-tooltip]{position:relative;cursor:help}[data-vx-tooltip]::after,[data-vx-tooltip]::before{pointer-events:none;opacity:0;transition:opacity var(--dur-fast) ease-out var(--dur-base),transform var(--dur-fast) ease-out var(--dur-base);position:absolute;z-index:9997}[data-vx-tooltip]::after{content:attr(data-vx-tooltip);background:var(--panel);border:1px solid var(--border);color:var(--text);padding:6px 10px;border-radius:6px;font-size:.72rem;font-weight:500;font-family:inherit;white-space:normal;width:max-content;max-width:var(--vx-tt-maxw,min(260px,calc(100vw - 24px)));text-align:center;overflow-wrap:anywhere;text-wrap:pretty;hyphens:auto;box-shadow:0 6px 16px rgba(0,0,0,0.4);bottom:calc(100% + 8px);left:50%;transform:translateX(calc(-50% + var(--vx-tt-shift,0px))) translateY(4px)}[data-vx-tooltip]::before{content:'';width:8px;height:8px;background:var(--panel);border-inline-end:1px solid var(--border);border-bottom:1px solid var(--border);bottom:calc(100% + 4px);left:50%;transform:translateX(-50%) rotate(45deg)}[data-vx-tooltip]:hover::after,[data-vx-tooltip]:hover::before,[data-vx-tooltip]:focus-visible::after,[data-vx-tooltip]:focus-visible::before,[data-vx-tooltip]:focus-within::after,[data-vx-tooltip]:focus-within::before{opacity:1}[data-vx-tooltip]:hover::after,[data-vx-tooltip]:focus-visible::after,[data-vx-tooltip]:focus-within::after{transform:translateX(calc(-50% + var(--vx-tt-shift,0px))) translateY(0)}[data-vx-tooltip][data-vx-tooltip-pos="bottom"]::after{bottom:auto;top:calc(100% + 8px);transform:translateX(calc(-50% + var(--vx-tt-shift,0px))) translateY(-4px)}[data-vx-tooltip][data-vx-tooltip-pos="bottom"]:hover::after,[data-vx-tooltip][data-vx-tooltip-pos="bottom"]:focus-visible::after{transform:translateX(calc(-50% + var(--vx-tt-shift,0px))) translateY(0)}[data-vx-tooltip][data-vx-tooltip-pos="bottom"]::before{bottom:auto;top:calc(100% + 4px);transform:translateX(-50%) rotate(-135deg)}[data-vx-tooltip][data-vx-tooltip-pos="right"]::after{bottom:50%;inset-inline-start:calc(100% + 8px);transform:translateY(50%) translateX(-4px)}[data-vx-tooltip][data-vx-tooltip-pos="right"]:hover::after{transform:translateY(50%) translateX(0)}[data-vx-tooltip][data-vx-tooltip-pos="right"]::before{bottom:50%;inset-inline-start:calc(100% + 4px);transform:translateY(50%) rotate(135deg)}@media (prefers-reduced-motion:reduce){[data-vx-tooltip]::after,[data-vx-tooltip]::before{transition:opacity var(--dur-instant) linear!important}}.vx-dt-details{padding:8px 12px;background:var(--bg);border-inline-start:3px solid var(--accent);margin:4px 0;font-size:.78rem}.vx-dt-detail-row{display:flex;gap:12px;padding:4px 0;border-bottom:1px solid var(--border)}.vx-dt-detail-row:last-child{border-bottom:none}.vx-dt-detail-label{flex:0 0 140px;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.vx-dt-detail-value{color:var(--text);font-family:'SF Mono',Monaco,monospace;flex:1;min-width:0;word-break:break-word}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}.vx-dt-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:.78rem}.vx-field-error{display:flex;align-items:flex-start;gap:6px;margin-top:5px;color:var(--text-err);font-size:.76rem;line-height:1.35;font-weight:500;animation:vxFieldErrIn var(--dur-snappy) var(--ease-snap)}.vx-field-error i,.vx-field-error svg{flex:0 0 auto;width:14px;height:14px;margin-top:1px}@keyframes vxFieldErrIn{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}[data-vx-validate][aria-invalid="true"]{border-color:var(--err)!important;box-shadow:0 0 0 1px var(--err)}[data-vx-pulse]{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;color:var(--text);font-variant-numeric:tabular-nums}[data-vx-pulse][data-vx-pulse-muted]{color:var(--muted)}[data-vx-magnetic]{transition:transform var(--dur-base) var(--ease-snap);will-change:transform}[data-vx-magnetic].vx-mag-active{transition:transform var(--dur-instant) linear}@media (prefers-reduced-motion:reduce),(pointer:coarse){[data-vx-magnetic]{transition:none!important;transform:none!important;will-change:auto}.vx-field-error{animation:none!important}}vortex-modal{display:contents}dialog.vx-modal{inset:0;margin:auto;max-height:calc(100dvh - 40px);padding:0;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--panel);color:var(--text);box-shadow:var(--shadow-lg);overflow:hidden}dialog.vx-modal{opacity:0;transform:scale(0.94) translateY(8px);transition:opacity var(--dur-snappy) var(--ease-snap),transform var(--dur-snappy) var(--ease-snap),overlay var(--dur-snappy) allow-discrete,display var(--dur-snappy) allow-discrete}dialog.vx-modal[open]{display:flex;flex-direction:column;opacity:1;transform:none}@starting-style{dialog.vx-modal[open]{opacity:0;transform:scale(0.94) translateY(8px)}}dialog.vx-modal::backdrop{background:var(--scrim);opacity:0;transition:opacity var(--dur-snappy) ease-out,overlay var(--dur-snappy) allow-discrete,display var(--dur-snappy) allow-discrete}dialog.vx-modal.vx-modal-blur::backdrop{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}dialog.vx-modal[open]::backdrop{opacity:1}@starting-style{dialog.vx-modal[open]::backdrop{opacity:0}}.vx-modal-header{padding:18px 22px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.vx-modal-header h3{margin:0;font-size:var(--fs-lg);font-weight:600;color:var(--text);letter-spacing:.01em}.vx-modal-content{padding:20px 22px;overflow-y:auto;color:var(--text);font-size:var(--fs-base);line-height:1.5}.vx-modal-footer{padding:12px 22px 18px;border-top:1px solid var(--border);display:flex;gap:8px;justify-content:end;align-items:center}@media (prefers-reduced-motion:reduce){dialog.vx-modal,dialog.vx-modal::backdrop{transition:none}}vortex-sparkline{display:block}vortex-stat-card{display:block}@supports (container-type:inline-size){vortex-stat-card{container-type:inline-size;container-name:vx-statcard}@container vx-statcard (max-width:220px){.vx-stat-card-shell{padding:12px 14px}.vx-stat-card-number{font-size:var(--fs-3xl)}.vx-stat-card-trend{height:24px}.vx-stat-card-header{margin-bottom:8px}}@container vx-statcard (max-width:150px){.vx-stat-card-number{font-size:var(--fs-2xl)}.vx-stat-card-trend{display:none}.vx-stat-card-title{letter-spacing:.08em}}}.vx-stat-card-shell{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;transition:transform var(--dur-snappy) ease,box-shadow var(--dur-snappy) ease,border-color var(--dur-snappy) ease;position:relative;overflow:hidden}.vx-stat-card-shell::before{content:'';position:absolute;top:0;inset-inline-start:0;inset-inline-end:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity var(--dur-base) ease}.vx-stat-card-shell:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.vx-stat-card-shell:hover::before{opacity:.5}.vx-stat-card-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.vx-stat-card-icon{width:14px;height:14px;color:var(--text-accent)}.vx-stat-card-title{flex:1;font-size:var(--fs-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700}.vx-stat-card-verdict{font-size:var(--fs-3xs);padding:2px 6px;border-radius:var(--radius-sm);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.vx-stat-card-verdict.v-ok{background:color-mix(in srgb,var(--ok) 20%,transparent);color:var(--text-ok)}.vx-stat-card-verdict.v-warn{background:color-mix(in srgb,var(--warn) 20%,transparent);color:var(--text-warn)}.vx-stat-card-delta{display:inline-flex;align-items:center;gap:5px;font-size:var(--fs-sm);font-weight:700;font-variant-numeric:tabular-nums;margin-block-start:2px;unicode-bidi:plaintext}.vx-stat-card-delta i,.vx-stat-card-delta svg{width:14px;height:14px}.vx-stat-card-delta.d-ok{color:var(--text-ok)}.vx-stat-card-delta.d-err{color:var(--text-err)}.vx-stat-card-delta.d-flat{color:var(--muted)}.vx-stat-card-delta-label{color:var(--muted);font-weight:500}.vx-stat-card-verdict.v-err{background:color-mix(in srgb,var(--err) 20%,transparent);color:var(--text-err)}.vx-stat-card-verdict.v-info{background:color-mix(in srgb,var(--info) 20%,transparent);color:var(--text-info)}.vx-stat-card-body{display:flex;flex-direction:column;gap:4px}.vx-stat-card-number-wrap{display:flex;align-items:baseline;gap:6px;line-height:1.05;direction:ltr;unicode-bidi:isolate}.vx-stat-card-number{font-family:'SF Mono',Monaco,monospace;font-size:var(--fs-4xl);font-weight:800;color:var(--text);letter-spacing:-0.015em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;unicode-bidi:plaintext}.vx-stat-card-number.tone-ok{color:var(--text-ok)}.vx-stat-card-number.tone-warn{color:var(--text-warn)}.vx-stat-card-number.tone-err{color:var(--text-err)}.vx-stat-card-number.tone-info{color:var(--text-info)}.vx-stat-card-unit{font-size:var(--fs-md);color:var(--muted);font-family:'SF Mono',Monaco,monospace;font-weight:600;unicode-bidi:plaintext}.vx-stat-card-sub{font-size:var(--fs-xs);color:var(--muted);font-family:'SF Mono',Monaco,monospace;margin-top:2px}.vx-stat-card-trend{display:block;width:100%;height:32px;margin-top:8px}.vx-stat-card-extra{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}vortex-carousel{display:block;width:100%}vortex-carousel[size="sm"] .vx-carousel-arrow{width:28px;height:28px}vortex-carousel[size="sm"] .vx-carousel-arrow i{width:14px;height:14px}vortex-carousel[size="sm"] .vx-carousel-scroller{gap:6px;padding:2px 0}vortex-carousel[size="lg"] .vx-carousel-arrow{width:44px;height:44px}vortex-carousel[size="lg"] .vx-carousel-arrow i{width:22px;height:22px}vortex-carousel[size="lg"] .vx-carousel-scroller{gap:16px;padding:8px 0}.vx-carousel-wrap{position:relative;width:100%}.vx-carousel-chip{flex:0 0 auto;padding:8px 16px;border-radius:var(--radius-xl);background:var(--surface-2);color:var(--text);border:1px solid var(--border);white-space:nowrap;cursor:pointer;font-size:var(--fs-md);font-family:inherit;transition:background var(--dur-fast),border-color var(--dur-fast),color var(--dur-fast)}.vx-carousel-chip:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.vx-carousel-chip.active,.vx-carousel-chip[aria-current="true"],.vx-carousel-chip[aria-pressed="true"]{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--text-accent);border-color:var(--accent);font-weight:700}@media (pointer:coarse){.vx-carousel-arrow{display:none!important}}.vx-carousel-scroller.is-cards{scroll-padding-inline:8%;gap:16px}.vx-carousel-scroller.is-cards>*:not(.vx-carousel-arrow){flex:0 0 84%;scroll-snap-align:center}@media (min-width:700px){.vx-carousel-scroller.is-cards>*:not(.vx-carousel-arrow){flex-basis:56%}}@media (min-width:1024px){.vx-carousel-scroller.is-cards>*:not(.vx-carousel-arrow){flex-basis:40%}}vortex-carousel{position:relative;display:block}.vx-carousel-loop-mark{position:absolute;inset:0;display:grid;place-items:center;opacity:0;pointer-events:none;z-index:6}.vx-carousel-inf-svg{width:clamp(72px,26vw,132px);height:auto;overflow:visible;filter:drop-shadow(0 1px 10px color-mix(in oklab,var(--accent) 55%,transparent))}.vx-carousel-inf-svg path{fill:none;stroke:var(--accent-text);stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100}@keyframes vx-carousel-mark{0%{opacity:0;transform:scale(.9)}16%{opacity:1}72%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.04)}}@keyframes vx-carousel-draw{0%{stroke-dashoffset:100}58%{stroke-dashoffset:0}100%{stroke-dashoffset:0}}.vx-carousel-loop-mark.vx-on{animation:vx-carousel-mark 1.15s var(--ease-snap)}.vx-carousel-loop-mark.vx-on path{animation:vx-carousel-draw 1.15s var(--ease-in-out)}.vx-carousel-scroller:not(.is-cards){transition:opacity var(--dur-base) var(--ease-snap)}.vx-carousel-scroller:not(.is-cards).vx-loop-soften{opacity:.55;transition:opacity var(--dur-fast) var(--ease-snap)}@media (prefers-reduced-motion:reduce){.vx-carousel-loop-mark.vx-on,.vx-carousel-loop-mark.vx-on path{animation:none}.vx-carousel-loop-mark.vx-on{opacity:0}.vx-carousel-scroller:not(.is-cards),.vx-carousel-scroller:not(.is-cards).vx-loop-soften{transition:none;opacity:1}}.vx-carousel-scroller{display:flex;align-items:stretch;gap:8px;position:relative;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:4px 0;outline:none}.vx-carousel-scroller::-webkit-scrollbar{display:none}.vx-carousel-scroller.has-snap{scroll-snap-type:x mandatory}.vx-carousel-scroller.has-snap>*{scroll-snap-align:start;scroll-snap-stop:always}.vx-carousel-scroller>*{flex:0 0 auto;min-width:0}.vx-carousel-scroller:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.vx-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;display:none;align-items:center;justify-content:center;z-index:2;box-shadow:var(--shadow-md);transition:background var(--dur-snappy),transform var(--dur-snappy),box-shadow var(--dur-snappy);padding:0}.vx-carousel-arrow:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 16%,var(--surface));color:var(--text-accent);border-color:var(--accent);transform:translateY(-50%) scale(1.08)}.vx-carousel-arrow:disabled{opacity:0.35;cursor:not-allowed}.vx-carousel-arrow i{width:18px;height:18px;display:block}.vx-carousel-arrow-left{inset-inline-start:-8px}.vx-carousel-arrow-right{inset-inline-end:-8px}.vx-carousel-wrap.has-fade::before,.vx-carousel-wrap.has-fade::after{content:'';position:absolute;top:0;bottom:0;width:24px;pointer-events:none;opacity:0;transition:opacity var(--dur-snappy);z-index:1}.vx-carousel-wrap.has-fade::before{inset-inline-start:0;background:linear-gradient(to right,var(--bg),transparent)}.vx-carousel-wrap.has-fade::after{inset-inline-end:0;background:linear-gradient(to left,var(--bg),transparent)}vortex-carousel.vx-carousel-has-overflow .vx-carousel-wrap.has-fade::before,vortex-carousel.vx-carousel-has-overflow .vx-carousel-wrap.has-fade::after{opacity:1}@media (max-width:640px){.vx-carousel-arrow{width:32px;height:32px}.vx-carousel-arrow-left{inset-inline-start:-4px}.vx-carousel-arrow-right{inset-inline-end:-4px}}@media (hover:none) and (pointer:coarse){.vx-carousel-arrow{display:none!important}}@media (prefers-reduced-motion:reduce){.vx-carousel-scroller{scroll-behavior:auto}.vx-carousel-arrow:hover:not(:disabled){transform:translateY(-50%)}}vortex-banner.vx-banner{display:block;margin:0 0 12px;border-radius:var(--radius-lg);border:1px solid var(--border);transition:opacity var(--dur-snappy) ease,transform var(--dur-snappy) ease,max-height var(--dur-base) ease;max-height:800px;overflow:visible}vortex-banner.vx-banner-dismissing{opacity:0;transform:translateY(-8px);max-height:0!important;margin:0;padding:0;border-width:0;pointer-events:none}.vx-banner-shell{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:var(--surface)}.vx-banner-compact .vx-banner-shell{padding:8px 12px;gap:10px}vortex-banner.vx-banner-tone-info{border-inline-start:4px solid var(--info)}vortex-banner.vx-banner-tone-ok{border-inline-start:4px solid var(--ok)}vortex-banner.vx-banner-tone-warn{border-inline-start:4px solid var(--warn)}vortex-banner.vx-banner-tone-err{border-inline-start:4px solid var(--err)}vortex-banner.vx-banner-tone-info .vx-banner-shell{background:linear-gradient(90deg,color-mix(in srgb,var(--info) 14%,transparent),var(--surface) 200px)}vortex-banner.vx-banner-tone-ok .vx-banner-shell{background:linear-gradient(90deg,color-mix(in srgb,var(--ok) 14%,transparent),var(--surface) 200px)}vortex-banner.vx-banner-tone-warn .vx-banner-shell{background:linear-gradient(90deg,color-mix(in srgb,var(--warn) 14%,transparent),var(--surface) 200px)}vortex-banner.vx-banner-tone-err .vx-banner-shell{background:linear-gradient(90deg,color-mix(in srgb,var(--err) 14%,transparent),var(--surface) 200px)}.vx-banner-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.vx-banner-compact .vx-banner-icon{width:24px;height:24px}.vx-banner-icon i{width:18px;height:18px}.vx-banner-compact .vx-banner-icon i{width:16px;height:16px}vortex-banner.vx-banner-tone-info .vx-banner-icon{background:color-mix(in srgb,var(--info) 20%,transparent);color:var(--text-info)}vortex-banner.vx-banner-tone-ok .vx-banner-icon{background:color-mix(in srgb,var(--ok) 20%,transparent);color:var(--text-ok)}vortex-banner.vx-banner-tone-warn .vx-banner-icon{background:color-mix(in srgb,var(--warn) 20%,transparent);color:var(--text-warn)}vortex-banner.vx-banner-tone-err .vx-banner-icon{background:color-mix(in srgb,var(--err) 20%,transparent);color:var(--text-err)}.vx-banner-content{flex:1;min-width:0;line-height:1.45;color:var(--text);font-size:var(--fs-base)}.vx-banner-title{font-weight:700;font-size:var(--fs-base);margin-bottom:4px;color:var(--text-strong,var(--text))}.vx-banner-compact .vx-banner-title{font-size:var(--fs-md);margin-bottom:2px}.vx-banner-body{font-size:var(--fs-md);color:var(--muted)}.vx-banner-compact .vx-banner-body{font-size:var(--fs-sm)}.vx-banner-body a{color:var(--accent-text);font-weight:600}.vx-banner-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.vx-banner-close{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:var(--radius-md);color:var(--muted);cursor:pointer;transition:background var(--dur-fast),color var(--dur-fast)}.vx-banner-close:hover{background:var(--surface-2);color:var(--text)}.vx-banner-close i{width:16px;height:16px}@media (max-width:640px){.vx-banner-shell{flex-wrap:wrap;gap:10px;padding:12px 14px}.vx-banner-content{flex:1 1 100%;order:2}.vx-banner-icon{order:1}.vx-banner-close{order:1;margin-inline-start:auto}.vx-banner-actions{order:3;flex:1 1 100%;justify-content:end;flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){vortex-banner.vx-banner{transition:none}}.vx-select-native{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-inline-end:32px;cursor:pointer}.vx-select-caret{position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%);color:var(--muted);width:14px;height:14px;pointer-events:none;transition:transform var(--dur-fast)}vortex-select .vx-field-shell:focus-within .vx-select-caret{transform:translateY(-50%) rotate(180deg);color:var(--accent-text)}.vx-select-native option{background:var(--surface);color:var(--text)}@supports (appearance:base-select){.vx-select-native,.vx-select-native::picker(select){appearance:base-select}.vx-select-native{background:transparent;border:0;color:var(--text);padding-inline-end:12px}vortex-select .vx-select-caret{display:none}.vx-select-native::picker-icon{color:var(--muted);transition:transform var(--dur-fast)}.vx-select-native:open::picker-icon{transform:rotate(180deg)}.vx-select-native::picker(select){background:var(--surface);border:1px solid var(--border);border-radius:var(--radius,8px);box-shadow:0 8px 24px var(--shadow);padding-block:var(--space-1,4px)}.vx-select-native option{padding:var(--space-2,8px) var(--space-3,12px);min-block-size:44px;display:flex;align-items:center;gap:var(--space-2,8px);border-radius:var(--radius,8px)}.vx-select-native option:hover,.vx-select-native option:focus{background:var(--accent-tint);color:var(--accent-text)}.vx-select-native option:checked{background:var(--accent-tint);color:var(--accent-text);font-weight:600}.vx-select-native option::checkmark{color:var(--accent-text)}}vortex-card.vx-card{display:block;margin-bottom:14px}.vx-card-shell{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--dur-snappy) ease,box-shadow var(--dur-snappy) ease,border-color var(--dur-snappy)}vortex-card.vx-card-interactive .vx-card-shell{cursor:pointer}vortex-card.vx-card-interactive .vx-card-shell:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}vortex-card.vx-card-tone-info .vx-card-shell{border-top:3px solid var(--info)}vortex-card.vx-card-tone-ok .vx-card-shell{border-top:3px solid var(--ok)}vortex-card.vx-card-tone-warn .vx-card-shell{border-top:3px solid var(--warn)}vortex-card.vx-card-tone-err .vx-card-shell{border-top:3px solid var(--err)}.vx-card-header{display:flex;align-items:center;gap:10px;padding:14px 18px 8px}.vx-card-icon{width:18px;height:18px;color:var(--accent-text);flex-shrink:0}.vx-card-title{flex:1;min-width:0;font-size:var(--fs-base);font-weight:700;color:var(--text);margin:0;letter-spacing:.02em}.vx-card-actions{display:flex;gap:6px;align-items:center;flex-shrink:0}.vx-card-body{padding:14px 18px;color:var(--text);font-size:var(--fs-base);line-height:1.5}.vx-card-header + .vx-card-body{padding-top:4px}.vx-card-footer{padding:10px 18px;border-top:1px solid var(--border);background:var(--surface-2);font-size:var(--fs-sm);color:var(--muted)}@media (max-width:640px){.vx-card-header,.vx-card-body{padding-inline-start:14px;padding-inline-end:14px}.vx-card-footer{padding:8px 14px}}@supports (container-type:inline-size){vortex-card.vx-card{container-type:inline-size;container-name:vx-card}@container vx-card (max-width:280px){.vx-card-header{padding:12px 14px 6px}.vx-card-body{padding:12px 14px}.vx-card-footer{padding:8px 14px}.vx-card-title{font-size:var(--fs-md)}.vx-card-icon{width:16px;height:16px}}}vortex-stat-group.vx-stat-group{display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px}vortex-stat-group.vx-stat-group-cols-2{grid-template-columns:repeat(2,1fr)}vortex-stat-group.vx-stat-group-cols-3{grid-template-columns:repeat(3,1fr)}vortex-stat-group.vx-stat-group-cols-4{grid-template-columns:repeat(4,1fr)}vortex-stat-group.vx-stat-group-cols-5{grid-template-columns:repeat(5,1fr)}vortex-stat-group>*{margin:0;border-inline-end:1px solid var(--border)}vortex-stat-group>*:last-child{border-inline-end:0}vortex-stat-group.vx-stat-group-no-divider>*{border-inline-end:0}vortex-stat-group .vx-stat-card-shell{background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}vortex-stat-group.vx-stat-group-compact .vx-stat-card-shell{padding:12px 14px}@media (max-width:640px){vortex-stat-group.vx-stat-group{grid-template-columns:1fr 1fr}vortex-stat-group>*{border-inline-end:0;border-bottom:1px solid var(--border)}vortex-stat-group>*:nth-child(2n){border-inline-end:0}vortex-stat-group>*:last-child{border-bottom:0}}vortex-timeline.vx-timeline{display:block;position:relative;padding-inline-start:12px}vortex-timeline.vx-timeline::before{content:'';position:absolute;inset-inline-start:23px;top:8px;bottom:8px;width:2px;background:var(--border);border-radius:var(--radius-xs)}vortex-timeline-item.vx-timeline-item{display:grid;grid-template-columns:32px 1fr;gap:14px;align-items:start;margin-bottom:14px;position:relative}vortex-timeline-item.vx-timeline-item:last-child{margin-bottom:0}.vx-tl-marker{position:relative;z-index:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:2px solid var(--border);border-radius:50%;color:var(--muted);flex-shrink:0}vortex-timeline-item.vx-tl-tone-info .vx-tl-marker{border-color:var(--info);color:var(--text-info);background:color-mix(in srgb,var(--info) 14%,transparent)}vortex-timeline-item.vx-tl-tone-ok .vx-tl-marker{border-color:var(--ok);color:var(--text-ok);background:color-mix(in srgb,var(--ok) 14%,transparent)}vortex-timeline-item.vx-tl-tone-warn .vx-tl-marker{border-color:var(--warn);color:var(--text-warn);background:color-mix(in srgb,var(--warn) 14%,transparent)}vortex-timeline-item.vx-tl-tone-err .vx-tl-marker{border-color:var(--err);color:var(--text-err);background:color-mix(in srgb,var(--err) 14%,transparent)}.vx-tl-marker i{width:14px;height:14px}.vx-tl-content{padding:4px 0;color:var(--text);font-size:var(--fs-md);line-height:1.5}.vx-tl-time{display:block;font-family:'SF Mono',Monaco,monospace;font-size:var(--fs-2xs);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.vx-tl-body{color:var(--text)}@supports (container-type:inline-size){vortex-timeline.vx-timeline{container-type:inline-size;container-name:vx-timeline}@container vx-timeline (max-width:280px){vortex-timeline-item.vx-timeline-item{grid-template-columns:24px 1fr;gap:10px;margin-bottom:12px}vortex-timeline.vx-timeline::before{inset-inline-start:19px}.vx-tl-marker{width:24px;height:24px}.vx-tl-marker i{width:12px;height:12px}.vx-tl-content{font-size:var(--fs-md)}}}vortex-badge[hidden]{display:none!important}vortex-badge.vx-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:var(--radius-full);font-size:var(--fs-2xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.4;min-width:22px;font-family:'SF Mono',Monaco,monospace}vortex-badge.vx-badge-dot{padding:0;width:8px;height:8px;min-width:0;border-radius:50%}vortex-badge.vx-badge-tone-neutral{background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}vortex-badge.vx-badge-tone-info{background:color-mix(in srgb,var(--info) 22%,transparent);color:var(--text-info)}vortex-badge.vx-badge-tone-ok{background:color-mix(in srgb,var(--ok) 22%,transparent);color:var(--text-ok)}vortex-badge.vx-badge-tone-warn{background:color-mix(in srgb,var(--warn) 22%,transparent);color:var(--text-warn)}vortex-badge.vx-badge-tone-err{background:color-mix(in srgb,var(--err) 22%,transparent);color:var(--text-err);animation:vx-badge-pulse 1.8s infinite}@keyframes vx-badge-pulse{0%,100%{box-shadow:0 0 0 0 color-mix(in srgb,var(--err) 30%,transparent)}50%{box-shadow:0 0 0 5px transparent}}@media (prefers-reduced-motion:reduce){vortex-badge.vx-badge-tone-err{animation:none}}vortex-badge.vx-badge-dot.vx-badge-tone-ok{background:var(--ok)}vortex-badge.vx-badge-dot.vx-badge-tone-warn{background:var(--warn)}vortex-badge.vx-badge-dot.vx-badge-tone-err{background:var(--err)}vortex-badge.vx-badge-dot.vx-badge-tone-info{background:var(--info)}vortex-status{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--fs-md);line-height:1.4;vertical-align:middle;color:var(--vx-st-text,var(--text))}vortex-status[compact]{gap:var(--space-1);font-size:var(--fs-xs)}vortex-status[status="ok"]{--vx-st-c:var(--ok);--vx-st-text:var(--text-ok)}vortex-status[status="warn"]{--vx-st-c:var(--warn);--vx-st-text:var(--text-warn)}vortex-status[status="err"]{--vx-st-c:var(--err);--vx-st-text:var(--text-err)}vortex-status[status="info"]{--vx-st-c:var(--info);--vx-st-text:var(--text-info)}vortex-status[status="neutral"]{--vx-st-c:var(--muted);--vx-st-text:var(--muted)}vortex-status[status="pending"]{--vx-st-c:var(--muted);--vx-st-text:var(--muted)}vortex-status .vx-st-glyph{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;flex:0 0 auto;color:var(--vx-st-c)}vortex-status .vx-st-glyph svg{width:1em;height:1em;stroke-width:2.25}vortex-status .vx-st-label{color:var(--vx-st-text);font-weight:600}vortex-status .vx-st-shape{width:.72em;height:.72em;background:var(--vx-st-c);flex:0 0 auto}vortex-status[status="ok"] .vx-st-shape{border-radius:50%}vortex-status[status="info"] .vx-st-shape{transform:rotate(45deg);border-radius:var(--radius-xs)}vortex-status[status="warn"] .vx-st-shape{background:none;width:0;height:0;border-inline:.42em solid transparent;border-bottom:.72em solid var(--vx-st-c)}vortex-status[status="err"] .vx-st-shape{border-radius:var(--radius-xs)}vortex-status[status="neutral"] .vx-st-shape{background:none;border:2px solid var(--vx-st-c);border-radius:50%}vortex-status[status="pending"] .vx-st-shape{background:none;border:2px dashed var(--vx-st-c);border-radius:50%}vortex-status[variant="badge"]{padding:2px 8px 2px 6px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--vx-st-c) 18%,transparent);font-size:var(--fs-2xs);font-weight:700;letter-spacing:.03em;text-transform:uppercase}vortex-status[variant="badge"][compact]{padding:1px 6px}vortex-status[variant="badge"] .vx-st-label{color:var(--vx-st-text);font-weight:700}vortex-status[variant="differential"]{font-variant-numeric:tabular-nums;font-weight:700}vortex-status[variant="differential"] .vx-st-label{color:var(--vx-st-c);font-weight:700}vortex-status[variant="differential"] .vx-st-glyph svg{stroke-width:2.75}vortex-status[status="pending"] .vx-st-glyph svg{animation:vx-st-spin 900ms linear infinite}@keyframes vx-st-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){vortex-status[status="pending"] .vx-st-glyph svg{animation:none}}vortex-avatar.vx-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;font-weight:700;color:var(--text-on-accent);background:var(--accent);text-transform:uppercase;flex-shrink:0;vertical-align:middle;user-select:none}vortex-avatar.vx-avatar-square{border-radius:var(--radius)}vortex-avatar img{width:100%;height:100%;object-fit:cover;display:block}vortex-avatar.vx-avatar-tone-neutral{background:var(--surface-3);color:var(--text)}vortex-avatar.vx-avatar-tone-info{background:var(--info);color:var(--text-on-info)}vortex-avatar.vx-avatar-tone-ok{background:var(--ok);color:var(--text-on-ok)}vortex-avatar.vx-avatar-tone-warn{background:var(--warn);color:var(--text-on-warn)}vortex-avatar.vx-avatar-tone-err{background:var(--err);color:var(--text-on-err)}vortex-divider.vx-divider{display:flex;align-items:center;margin:18px 0;color:var(--muted);font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.08em;font-weight:600}vortex-divider.vx-divider::before,vortex-divider.vx-divider::after{content:'';flex:1;height:1px;background:var(--border)}.vx-divider-label{padding:0 12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}vortex-divider.vx-divider-left::before{display:none}vortex-divider.vx-divider-left .vx-divider-label{padding-inline-start:0}vortex-divider.vx-divider-right::after{display:none}vortex-divider.vx-divider-right .vx-divider-label{padding-inline-end:0}vortex-scroll-area{display:block;min-height:0}vortex-scroll-area .vx-sa-viewport{overflow:auto;min-height:0;max-height:inherit;scrollbar-width:thin;scrollbar-color:var(--border-strong,var(--border)) transparent;overscroll-behavior:contain}vortex-scroll-area[axis="y"] .vx-sa-viewport{overflow-x:hidden;overflow-y:auto}vortex-scroll-area[axis="x"] .vx-sa-viewport{overflow-x:auto;overflow-y:hidden}vortex-scroll-area .vx-sa-viewport::-webkit-scrollbar{width:10px;height:10px}vortex-scroll-area .vx-sa-viewport::-webkit-scrollbar-track{background:transparent}vortex-scroll-area .vx-sa-viewport::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--border-strong,var(--border)) 80%,transparent);border-radius:var(--radius-full);border:2px solid transparent;background-clip:padding-box}vortex-scroll-area .vx-sa-viewport:hover::-webkit-scrollbar-thumb{background:var(--border-strong,var(--border));background-clip:padding-box}vortex-scroll-area .vx-sa-viewport:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}vortex-scroll-area[hide-bar] .vx-sa-viewport{scrollbar-width:none}vortex-scroll-area[hide-bar] .vx-sa-viewport::-webkit-scrollbar{width:0;height:0}vortex-aspect-ratio{display:block;position:relative;width:100%;aspect-ratio:var(--vx-ar,16 / 9)}vortex-aspect-ratio[rounded]{border-radius:var(--radius,8px);overflow:hidden}vortex-aspect-ratio>*{width:100%;height:100%;display:block;object-fit:var(--vx-ar-fit,cover)}@supports not (aspect-ratio:1){vortex-aspect-ratio{height:0;padding-bottom:var(--vx-ar-pct,56.25%)}vortex-aspect-ratio>*{position:absolute;inset:0}}vortex-tabs{display:block}.vx-tabs-headers{display:flex;align-items:center;border-bottom:1px solid var(--border);position:relative;gap:4px;overflow-x:auto;scrollbar-width:none}@media (max-width:640px){.vx-tabs-headers.vx-tabs-justified{overflow:visible}.vx-tabs-justified .vx-tabs-header{flex:1 1 0;min-width:0;justify-content:center}.vx-tabs-justified .vx-tabs-header span{overflow:hidden;text-overflow:ellipsis}}@media (max-width:480px){.vx-tabs-justified .vx-tabs-header i,.vx-tabs-justified .vx-tabs-header svg{display:none}.vx-tabs-justified .vx-tabs-header{padding-inline:8px}}.vx-tabs-headers::-webkit-scrollbar{display:none}.vx-tabs-header{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:10px 14px;color:var(--muted);cursor:pointer;font-size:var(--fs-md);font-weight:500;font-family:inherit;white-space:nowrap;transition:color var(--dur-snappy) ease;border-radius:var(--radius-md) var(--radius-md) 0 0;position:relative}.vx-tabs-header:hover:not(.active):not(:disabled){color:var(--text);background:var(--hover)}.vx-tabs-header.active{color:var(--text-accent);font-weight:600}.vx-tabs-header:disabled{opacity:.4;cursor:not-allowed}.vx-tabs-header:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-tabs-indicator{position:absolute;bottom:-1px;inset-inline-start:0;height:2px;background:var(--accent);transition:transform var(--dur-base) var(--ease-snap),width .3s var(--ease-snap);border-radius:var(--radius-xs) var(--radius-xs) 0 0;pointer-events:none}.vx-tabs-panels{padding:16px 0}.vx-tabs-panels>vortex-tab{display:block;animation:vxTabIn var(--dur-base) ease-out}@keyframes vxTabIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.vx-tabs-empty{color:var(--muted);font-style:italic;padding:12px}@media (prefers-reduced-motion:reduce){.vx-tabs-indicator,.vx-tabs-panels>vortex-tab{animation:none!important;transition:none!important}}vortex-dropdown{display:inline-block;position:relative}.vx-dd-shell{position:relative;display:inline-block}.vx-dd-trigger{display:inline-block}.vx-dd-menu{position:fixed;margin:0;inset:auto;min-width:200px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:6px;z-index:9990}.vx-dd-menu:popover-open{animation:vx-dd-in var(--dur-fast) ease-out;transform-origin:top center}vortex-dropdown.vx-dd-flip-up .vx-dd-menu:popover-open{transform-origin:bottom center}@keyframes vx-dd-in{from{opacity:0;transform:translateY(-4px) scale(0.98)}}.vx-dd-menu>*:not(hr):not([role="separator"]){display:flex;align-items:center;gap:8px;padding:8px 12px;color:var(--text);text-decoration:none;font-size:var(--fs-md);border-radius:var(--radius-md);background:none;border:none;cursor:pointer;width:100%;text-align:start;font-family:inherit;transition:background var(--dur-fast) ease}.vx-dd-menu>*:not(hr):not([role="separator"]):hover{background:var(--hover)}.vx-dd-menu>*:not(hr):not([role="separator"]):focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-dd-menu hr,.vx-dd-menu>[role="separator"]{display:block;height:0;width:auto;border:none;border-top:1px solid var(--border);background:none;padding:0;cursor:default;margin:5px -6px}.vx-dd-menu hr:hover,.vx-dd-menu>[role="separator"]:hover{background:none}@media (prefers-reduced-motion:reduce){.vx-dd-menu:popover-open{animation:none!important}}vortex-accordion{display:block}vortex-accordion-item{display:block;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:6px;overflow:hidden;background:var(--panel)}vortex-accordion-item.vx-acc-open>.vx-acc-header{color:var(--text-accent,var(--accent))}vortex-accordion-item.vx-acc-open>.vx-acc-header .vx-acc-chevron{color:var(--text-accent,var(--accent))}.vx-acc-header{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:none;border:none;color:var(--text);cursor:pointer;font-size:var(--fs-base);font-weight:600;font-family:inherit;text-align:start;transition:background var(--dur-fast) ease}.vx-acc-header:hover{background:var(--hover)}.vx-acc-header:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-acc-label{flex:1}.vx-acc-chevron{transition:transform var(--dur-snappy) var(--ease-snap);color:var(--muted)}vortex-accordion-item.vx-acc-open .vx-acc-chevron{transform:rotate(180deg)}.vx-acc-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--dur-base) var(--ease-snap)}vortex-accordion-item.vx-acc-open .vx-acc-content{grid-template-rows:1fr}.vx-acc-content-inner{overflow:hidden;padding:0 16px;color:var(--text);font-size:var(--fs-md);line-height:1.5}vortex-accordion-item.vx-acc-open .vx-acc-content-inner{padding:4px 16px 14px}@media (prefers-reduced-motion:reduce){.vx-acc-chevron,.vx-acc-content{transition:none!important}}vortex-markdown{display:block}.vx-md{max-width:880px;line-height:1.65;color:var(--text)}.vx-md>:first-child{margin-top:0}.vx-md h1,.vx-md h2{border-bottom:1px solid var(--border);padding-bottom:var(--space-2)}.vx-md h1,.vx-md h2,.vx-md h3,.vx-md h4{color:var(--text);scroll-margin-top:calc(var(--vx-topbar-h,64px) + 12px)}.vx-md a{color:var(--accent-text,var(--accent))}.vx-md img{max-width:100%;height:auto;border-radius:var(--radius)}.vx-md code{background:var(--surface-2,var(--surface));padding:2px 6px;border-radius:var(--radius-md);font-size:.9em}.vx-md pre{background:var(--surface-2,var(--surface));border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3);overflow-x:auto}.vx-md pre code{background:none;padding:0;font-size:.88em}.vx-md table{border-collapse:collapse}.vx-md th,.vx-md td{border:1px solid var(--border);padding:var(--space-2) var(--space-3)}.vx-md blockquote{border-inline-start:3px solid var(--border);margin:0;padding-inline-start:var(--space-3);color:var(--muted)}.vx-md hr{border:none;border-top:1px solid var(--border);margin:var(--space-5) 0}.vx-md ul[class]{list-style:none;padding-inline-start:0}.vx-md-loading{color:var(--muted)}.vx-md .vx-md-anchor{color:var(--muted);text-decoration:none;opacity:0;margin-inline-start:.4em;font-weight:400}.vx-md :is(h1,h2,h3,h4):hover .vx-md-anchor{opacity:1}.vx-md .hljs-comment,.vx-md .hljs-quote{color:var(--muted);font-style:italic}.vx-md .hljs-keyword,.vx-md .hljs-selector-tag,.vx-md .hljs-built_in{color:var(--accent-text,var(--accent))}.vx-md .hljs-string,.vx-md .hljs-attr,.vx-md .hljs-template-variable{color:var(--text-ok)}.vx-md .hljs-number,.vx-md .hljs-literal{color:var(--text-warn)}.vx-md .hljs-title,.vx-md .hljs-section,.vx-md .hljs-function .hljs-title{color:var(--text);font-weight:600}.vx-md .hljs-type,.vx-md .hljs-class .hljs-title{color:var(--text-err)}.vx-md .hljs-meta,.vx-md .hljs-symbol{color:var(--muted)}vortex-progress-ring{display:inline-flex;align-items:center;justify-content:center;position:relative;vertical-align:middle}vortex-progress-ring .vx-prr-wrap{position:relative;inline-size:var(--vx-prr-size);block-size:var(--vx-prr-size)}vortex-progress-ring .vx-prr-svg{transform:rotate(-90deg);display:block}vortex-progress-ring .vx-prr-track{fill:none;stroke:var(--border);opacity:.5}vortex-progress-ring .vx-prr-progress{fill:none;stroke:var(--vx-prr-color);stroke-linecap:round;stroke-dasharray:var(--vx-prr-circ);stroke-dashoffset:var(--vx-prr-offset);transition:stroke-dashoffset var(--dur-slower) var(--ease-snap) var(--dur-instant);filter:drop-shadow(0 0 8px color-mix(in oklab,var(--vx-prr-color) 25%,transparent))}vortex-progress-ring.is-no-animate .vx-prr-progress{transition:none}vortex-progress-ring .vx-prr-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;pointer-events:none}vortex-progress-ring .vx-prr-num-wrap{display:inline-flex;align-items:baseline;gap:1px;line-height:1;direction:ltr;unicode-bidi:isolate}vortex-progress-ring .vx-prr-num{font-family:'SF Mono',Monaco,monospace;font-size:var(--vx-prr-num-size);font-weight:800;color:var(--vx-prr-color);text-shadow:0 0 10px color-mix(in oklab,var(--vx-prr-color) 25%,transparent);line-height:1;letter-spacing:-0.02em}vortex-progress-ring .vx-prr-sfx{font-size:var(--vx-prr-sfx-size);color:var(--muted);font-weight:600;line-height:1}vortex-progress-ring .vx-prr-lbl{font-size:var(--vx-prr-lbl-size);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:6px;text-align:center;max-inline-size:var(--vx-prr-size);line-height:1.2;padding:0 4px;word-break:break-word}@media (prefers-reduced-motion:reduce){vortex-progress-ring .vx-prr-progress{transition:none}}vortex-radio-group{display:block;margin-bottom:14px}vortex-radio-group[orientation="horizontal"] .vx-radio-stack{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}vortex-radio-group .vx-radio-stack{display:flex;flex-direction:column;gap:8px}vortex-radio-group .vx-radio-legend{display:block;font-size:var(--fs-sm);color:var(--muted);font-weight:600;margin-bottom:8px;letter-spacing:.04em}vortex-radio-group .vx-radio-desc-text{display:block;font-size:var(--fs-xs);color:var(--muted);margin-bottom:8px;line-height:1.4}vortex-radio-group .vx-radio-req{color:var(--text-err);font-weight:700;margin-inline-start:2px}vortex-radio-group .vx-radio-error-text{display:block;font-size:var(--fs-xs);color:var(--text-err);font-weight:600;margin-top:6px;line-height:1.4}.vx-radio{display:flex;align-items:center;gap:10px;background:transparent;border:0;padding:6px 8px;min-height:36px;cursor:pointer;color:var(--text);font-family:inherit;font-size:var(--fs-base);text-align:start;border-radius:var(--radius);transition:background var(--dur-fast)}.vx-radio:hover{background:var(--surface-2)}.vx-radio:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-radio[aria-disabled="true"]{opacity:.5;cursor:not-allowed}.vx-radio__dot{flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--border);border-radius:50%;background:var(--bg);transition:border-color var(--dur-fast) var(--ease-in-out);position:relative}.vx-radio:hover .vx-radio__dot{border-color:var(--accent)}.vx-radio__dot::before{content:'';position:absolute;inset:0;margin:auto;width:10px;height:10px;border-radius:50%;background:var(--accent);transform:scale(0);opacity:0;transition:transform var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out)}.vx-radio[aria-checked="true"] .vx-radio__dot{border-color:var(--accent)}.vx-radio[aria-checked="true"] .vx-radio__dot::before{transform:scale(1);opacity:1}.vx-radio__dot::after{content:'';position:absolute;inset:-8px;border-radius:50%;background:var(--accent);opacity:0;pointer-events:none;transition:opacity var(--dur-fast) var(--ease-in-out)}.vx-radio:hover .vx-radio__dot::after{opacity:.08}.vx-radio__body{display:flex;flex-direction:column;gap:2px;min-width:0}.vx-radio__label{font-weight:500;line-height:1.3}.vx-radio__desc{font-size:var(--fs-sm);color:var(--muted);line-height:1.35}vortex-radio-group[variant="card"] .vx-radio-stack{gap:10px}vortex-radio-group[variant="card"] .vx-radio{align-items:flex-start;padding:14px 16px;min-height:64px;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);position:relative;transition:border-color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast)}vortex-radio-group[variant="card"] .vx-radio:hover{border-color:color-mix(in oklab,var(--accent) 40%,var(--border));background:color-mix(in oklab,var(--accent) 4%,var(--surface))}vortex-radio-group[variant="card"] .vx-radio:active{transform:scale(.99)}vortex-radio-group[variant="card"] .vx-radio[aria-checked="true"]{border-color:var(--accent);background:color-mix(in oklab,var(--accent) 8%,var(--surface))}vortex-radio-group[variant="card"] .vx-radio[aria-checked="true"] .vx-radio__dot{display:none}vortex-radio-group[variant="card"] .vx-radio__dot{display:none}.vx-radio__check{display:none}vortex-radio-group[variant="card"] .vx-radio__check{display:flex;position:absolute;top:12px;inset-inline-end:12px;width:22px;height:22px;border-radius:50%;background:var(--accent);align-items:center;justify-content:center;color:var(--text-on-accent);transform:scale(0);opacity:0;transition:transform var(--dur-fast) var(--ease-in-out),opacity var(--dur-fast)}vortex-radio-group[variant="card"] .vx-radio[aria-checked="true"] .vx-radio__check{transform:scale(1);opacity:1}vortex-radio-group[variant="card"] .vx-radio__check svg,vortex-radio-group[variant="card"] .vx-radio__check i{width:12px;height:12px}vortex-radio-group[variant="card"] .vx-radio__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color var(--dur-fast)}vortex-radio-group[variant="card"] .vx-radio__icon svg,vortex-radio-group[variant="card"] .vx-radio__icon i{width:20px;height:20px}vortex-radio-group[variant="card"] .vx-radio[aria-checked="true"] .vx-radio__icon{color:var(--accent-text)}vortex-radio-group[variant="card"] .vx-radio__meta{margin-inline-start:auto;padding-inline-end:28px;font-size:var(--fs-xs);color:var(--muted);font-variant-numeric:tabular-nums;align-self:center}vortex-radio-group[aria-invalid="true"] .vx-radio{border-color:var(--err)}vortex-radio-group[aria-invalid="true"] .vx-radio__dot{border-color:var(--err)}@media (prefers-reduced-motion:reduce){.vx-radio__dot::before{transition:opacity var(--dur-instant) linear;transform:scale(1)}.vx-radio[aria-checked="true"] .vx-radio__dot::before{opacity:1}.vx-radio__dot::after,vortex-radio-group[variant="card"] .vx-radio__check{transition:none}}vortex-input-secret{display:block;margin-bottom:14px;--vx-secret-wipe-color:var(--surface);--vx-secret-wipe-duration:260ms;--vx-secret-toggle-color:var(--muted);--vx-secret-toggle-color-hover:var(--text)}.vx-secret-wrap{position:relative;display:block}.vx-secret-input{width:100%;box-sizing:border-box;padding:11px 44px 11px 38px;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);caret-color:var(--accent);font-family:inherit;font-size:16px;line-height:1.25;min-height:44px;transition:border-color var(--dur-fast)}.vx-secret-input:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-secret-input:focus,.vx-secret-input:focus-visible{outline:none;border-color:var(--accent)}.vx-secret-input::placeholder{color:var(--placeholder)}.vx-secret-input:disabled{color:var(--muted);cursor:not-allowed;background:var(--surface-2)}vortex-input-secret[data-error="true"] .vx-secret-input{border-color:var(--err)}.vx-secret-input::-ms-reveal,.vx-secret-input::-ms-clear{display:none}.vx-secret-prefix{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted);pointer-events:none;display:flex;align-items:center;justify-content:center}.vx-secret-prefix svg{width:16px;height:16px}.vx-secret-toggle{position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0;cursor:pointer;color:var(--vx-secret-toggle-color);border-radius:var(--radius-md);transition:color var(--dur-fast),transform var(--dur-fast)}.vx-secret-toggle:hover{color:var(--vx-secret-toggle-color-hover);transform:translateY(-50%) scale(1.1)}.vx-secret-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-secret-toggle svg{width:18px;height:18px}.vx-secret-toggle [hidden]{display:none!important}.vx-secret-wrap::after{content:"";position:absolute;top:0;bottom:0;inset-inline-start:0;inset-inline-end:0;pointer-events:none;border-radius:var(--radius);background:linear-gradient(90deg,transparent 0%,transparent var(--wipe-progress,0%),color-mix(in oklab,var(--vx-secret-wipe-color) 90%,var(--accent)) calc(var(--wipe-progress,0%) + 5%),color-mix(in oklab,var(--vx-secret-wipe-color) 90%,var(--accent)) calc(var(--wipe-progress,0%) + 15%),transparent calc(var(--wipe-progress,0%) + 20%),transparent 100%);opacity:0;transition:opacity var(--dur-fast) ease}vortex-input-secret[variant="declassified"][data-revealing="true"] .vx-secret-wrap::after{opacity:1;animation:vx-wipe var(--vx-secret-wipe-duration) ease forwards}@keyframes vx-wipe{0%{--wipe-progress:-25%}100%{--wipe-progress:100%}}@property --wipe-progress{syntax:'<percentage>';inherits:false;initial-value:0%}@media (prefers-reduced-motion:reduce){.vx-secret-wrap::after{transition:none;animation:none}}.vx-secret-strength{display:flex;gap:4px;margin-top:6px;align-items:center}.vx-secret-strength>span{flex:1;height:3px;background:var(--surface-2);border-radius:var(--radius-xs);transition:background var(--dur-snappy) ease}vortex-input-secret[data-score="1"] .vx-secret-strength>span:nth-child(-n+1){background:var(--err)}vortex-input-secret[data-score="2"] .vx-secret-strength>span:nth-child(-n+2){background:var(--warn)}vortex-input-secret[data-score="3"] .vx-secret-strength>span:nth-child(-n+3){background:var(--accent)}vortex-input-secret[data-score="4"] .vx-secret-strength>span:nth-child(-n+4){background:var(--ok)}.vx-secret-strength-label{margin-inline-start:8px;font-size:var(--fs-2xs);font-weight:600;color:var(--muted);min-width:42px;font-variant-numeric:tabular-nums}vortex-input-secret[data-score="1"] .vx-secret-strength-label{color:var(--text-err)}vortex-input-secret[data-score="2"] .vx-secret-strength-label{color:var(--text-warn)}vortex-input-secret[data-score="3"] .vx-secret-strength-label{color:var(--accent-text)}vortex-input-secret[data-score="4"] .vx-secret-strength-label{color:var(--text-ok)}vortex-input-secret[variant="otp"] .vx-secret-input,vortex-input-secret[variant="otp"] .vx-secret-prefix,vortex-input-secret[variant="otp"] .vx-secret-toggle{display:none}.vx-secret-otp-boxes{display:flex;gap:8px;flex-wrap:nowrap;direction:ltr}.vx-secret-otp-box{width:44px;height:56px;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font-family:'JetBrains Mono',monospace;font-size:22px;font-weight:700;text-align:center;transition:border-color var(--dur-fast),box-shadow var(--dur-fast),transform var(--dur-fast);outline:none;padding:0}.vx-secret-otp-box:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-secret-otp-box:focus{border-color:var(--accent);transform:scale(1.04)}.vx-secret-otp-box[data-filled="true"]{border-color:var(--accent);box-shadow:0 0 8px color-mix(in oklab,var(--accent) 25%,transparent)}@media (max-width:480px){.vx-secret-otp-box{width:38px;height:50px;font-size:19px}}vortex-date-picker{display:inline-block;--vx-dp-cell-size:36px;--vx-dp-cell-radius:6px;--vx-dp-cell-gap:2px;--vx-dp-heatmap-color:var(--accent);--vx-dp-today-ring-color:var(--accent);--vx-dp-popover-bg:var(--surface);--vx-dp-popover-border:var(--border);--vx-dp-event-icon-color:var(--warn);--vx-dp-trigger-padding:10px 12px;--vx-dp-trigger-min-width:220px}vortex-date-picker[density="compact"]{--vx-dp-cell-size:30px}vortex-date-picker[density="comfortable"]{--vx-dp-cell-size:42px}vortex-date-picker>.vx-field-label,vortex-date-picker>.vx-field-foot .vx-field-hint{text-wrap:pretty;overflow-wrap:anywhere}.vx-dp-trigger{display:inline-flex;align-items:center;gap:8px;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:var(--vx-dp-trigger-padding);min-width:var(--vx-dp-trigger-min-width);min-height:44px;color:var(--text);font-family:inherit;font-size:var(--fs-base);cursor:pointer;transition:border-color var(--dur-fast);text-align:start;box-sizing:border-box}.vx-dp-trigger:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-dp-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.vx-dp-trigger[aria-expanded="true"]{border-color:var(--accent)}vortex-date-picker[disabled] .vx-dp-trigger{opacity:.5;cursor:not-allowed}.vx-dp-trigger-icon{width:16px;height:16px;color:var(--muted);display:flex;align-items:center;justify-content:center}.vx-dp-trigger-icon svg{width:16px;height:16px}.vx-dp-trigger-value{flex:1;font-variant-numeric:tabular-nums;color:var(--text)}.vx-dp-trigger-value.is-placeholder{color:var(--placeholder)}.vx-dp-trigger-chevron{width:14px;height:14px;color:var(--muted);transition:transform var(--dur-snappy);display:flex;align-items:center;justify-content:center}.vx-dp-trigger[aria-expanded="true"] .vx-dp-trigger-chevron{transform:rotate(180deg)}.vx-dp-trigger-chevron svg{width:14px;height:14px}.vx-dp-popover{position:fixed;margin:0;inset:auto;padding:0;border:1px solid var(--vx-dp-popover-border);background:var(--vx-dp-popover-bg);border-radius:var(--radius-lg);box-shadow:0 12px 32px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.04);color:var(--text);min-width:280px;--vx-dp-pop-cap-w:34rem;--vx-dp-pop-cap-h:80vh;max-width:min(var(--vx-avail-w,calc(100vw - 32px)),var(--vx-dp-pop-cap-w));max-height:var(--vx-avail-h,var(--vx-dp-pop-cap-h));overflow:auto;overscroll-behavior:contain}.vx-dp-popover:popover-open{animation:vx-dp-pop-in var(--dur-fast) ease}@keyframes vx-dp-pop-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vx-dp-popover-inner{padding:12px}.vx-dp-popover.is-inline{position:static;box-shadow:none}.vx-dp-popover::backdrop{background:rgba(0,0,0,0);transition:background var(--dur-fast) allow-discrete}vortex-sheet .vx-dp-popover-inner{padding:0}vortex-sheet .vx-sheet-body:has(.vx-dp-popover-inner){padding:var(--space-4,14px)}.vx-dp-head{display:flex;align-items:center;margin-bottom:8px;gap:4px}.vx-dp-nav{width:32px;height:32px;background:transparent;border:0;color:var(--muted);border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--dur-fast),color var(--dur-fast)}.vx-dp-nav:hover{background:var(--surface-2);color:var(--text)}.vx-dp-nav:disabled{opacity:.35;cursor:not-allowed}.vx-dp-nav svg{width:16px;height:16px}.vx-dp-level{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:0;color:var(--text);font-weight:600;font-size:var(--fs-base);padding:6px 10px;border-radius:var(--radius-md);cursor:pointer;transition:background var(--dur-fast)}.vx-dp-level:hover{background:var(--surface-2)}.vx-dp-level:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vx-dp-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vx-dp-cell-gap);margin-bottom:4px}.vx-dp-weekday{text-align:center;font-size:var(--fs-2xs);font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:4px 0}.vx-dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:var(--vx-dp-cell-gap)}.vx-dp-grid:focus-visible{outline:none}.vx-dp-row{display:contents}.vx-dp-day{width:100%;aspect-ratio:1;height:auto;background:transparent;border:0;color:var(--text);font-family:inherit;font-size:var(--fs-md);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:var(--vx-dp-cell-radius);transition:background var(--dur-fast),color var(--dur-fast),transform var(--dur-fast);position:relative;display:flex;align-items:center;justify-content:center;padding:0;background-color:color-mix(in srgb,transparent,var(--vx-dp-heatmap-color) calc(var(--cell-density,0) * 100%))}.vx-dp-day:hover{background-color:color-mix(in oklab,var(--accent) 30%,var(--surface-2))}.vx-dp-day:focus-visible{outline:2px solid var(--accent);outline-offset:1px;z-index:1}.vx-dp-day.is-other-month{color:var(--muted)}.vx-dp-day.is-today{box-shadow:inset 0 0 0 1.5px var(--vx-dp-today-ring-color);font-weight:700}.vx-dp-day.is-selected{background:var(--accent);color:var(--on-accent);font-weight:700}.vx-dp-day.is-selected:hover{background:var(--accent);transform:scale(1.04)}.vx-dp-day.is-disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.vx-dp-day-event{position:absolute;top:2px;inset-inline-end:2px;width:9px;height:9px;color:var(--vx-dp-event-icon-color);pointer-events:none;display:flex;align-items:center;justify-content:center}.vx-dp-day-event svg{width:9px;height:9px}.vx-dp-month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.vx-dp-month-cell,.vx-dp-year-cell{padding:14px 8px;background:transparent;border:0;color:var(--text);font-family:inherit;font-size:var(--fs-md);font-weight:500;cursor:pointer;border-radius:var(--radius-md);transition:background var(--dur-fast)}.vx-dp-month-cell:hover,.vx-dp-year-cell:hover{background:var(--surface-2)}.vx-dp-month-cell.is-selected,.vx-dp-year-cell.is-selected{background:var(--accent);color:var(--on-accent);font-weight:700}.vx-dp-year-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.vx-dp-footer{display:flex;gap:8px;justify-content:space-between;padding-top:8px;margin-top:8px;border-top:1px solid var(--border)}.vx-dp-footer button{background:transparent;border:1px solid var(--border);color:var(--muted);padding:6px 12px;border-radius:var(--radius-md);font-family:inherit;font-size:var(--fs-sm);font-weight:600;cursor:pointer;transition:border-color var(--dur-fast),color var(--dur-fast),background var(--dur-fast)}.vx-dp-footer button:hover{border-color:var(--accent);color:var(--accent-text)}.vx-dp-footer .vx-dp-btn-primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.vx-dp-footer .vx-dp-btn-primary:hover{background:color-mix(in oklab,var(--accent) 85%,white)}@media (prefers-reduced-motion:reduce){.vx-dp-popover,.vx-dp-trigger-chevron,.vx-dp-day{transition:none;animation:none}}@media (max-width:640px){vortex-date-picker{display:block;width:100%}.vx-dp-trigger{width:100%}}vortex-date-range-picker{display:inline-block;--vx-dp-cell-size:32px;--vx-dp-cell-radius:6px;--vx-dp-cell-gap:2px;--vx-dp-popover-bg:var(--surface);--vx-dp-popover-border:var(--border);--vx-dprr-preset-width:140px;--vx-dprr-range-bg:color-mix(in oklab,var(--accent) 18%,transparent);--vx-dprr-range-bg-preview:color-mix(in oklab,var(--accent) 10%,transparent)}vortex-date-range-picker .vx-dp-label,vortex-date-range-picker .vx-dp-hint,vortex-date-range-picker .vx-dp-req{}.vx-dprr-trigger{display:inline-flex;align-items:center;gap:8px;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:10px 12px;min-width:280px;min-height:44px;color:var(--text);font-family:inherit;font-size:var(--fs-base);cursor:pointer;transition:border-color var(--dur-fast);text-align:start;box-sizing:border-box}.vx-dprr-trigger:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-dprr-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-dprr-trigger[aria-expanded="true"]{border-color:var(--accent)}.vx-dprr-trigger-icon{width:16px;height:16px;color:var(--muted);display:flex;align-items:center;justify-content:center}.vx-dprr-trigger-icon svg{width:16px;height:16px}.vx-dprr-trigger-value{flex:1;font-variant-numeric:tabular-nums}.vx-dprr-trigger-value.is-placeholder{color:var(--placeholder)}.vx-dprr-trigger-chevron{width:14px;height:14px;color:var(--muted);transition:transform var(--dur-snappy);display:flex;align-items:center;justify-content:center}.vx-dprr-trigger-chevron svg{width:14px;height:14px}.vx-dprr-trigger[aria-expanded="true"] .vx-dprr-trigger-chevron{transform:rotate(180deg)}.vx-dprr-popover{position:fixed;margin:0;inset:auto;padding:0;border:1px solid var(--vx-dp-popover-border);background:var(--vx-dp-popover-bg);border-radius:var(--radius-lg);box-shadow:0 12px 32px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.04);color:var(--text);max-width:calc(100vw - 16px)}.vx-dprr-popover:popover-open{animation:vx-dprr-pop-in var(--dur-fast) ease}@keyframes vx-dprr-pop-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vx-dprr-content{display:contents}.vx-dprr-popover-body{display:flex;flex-direction:row}.vx-dprr-presets{width:var(--vx-dprr-preset-width);border-inline-end:1px solid var(--border);padding:12px 8px;display:flex;flex-direction:column;gap:2px}.vx-dprr-preset{background:transparent;border:0;color:var(--text);font-family:inherit;font-size:var(--fs-md);font-weight:500;padding:8px 10px;border-radius:var(--radius-md);cursor:pointer;text-align:start;transition:background var(--dur-fast),color var(--dur-fast)}.vx-dprr-preset:hover{background:var(--surface-2)}.vx-dprr-preset:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-dprr-preset.is-active{background:color-mix(in oklab,var(--accent) 12%,transparent);color:var(--accent-text)}.vx-dprr-panels{display:flex;flex-direction:row;padding:12px;gap:16px}.vx-dprr-panel{min-width:240px}.vx-dprr-panel-head{display:flex;align-items:center;margin-bottom:8px;gap:4px}.vx-dprr-nav,.vx-dprr-level{background:transparent;border:0;color:var(--text);cursor:pointer;border-radius:var(--radius-md);transition:background var(--dur-fast),color var(--dur-fast)}.vx-dprr-nav{width:28px;height:28px;color:var(--muted);display:flex;align-items:center;justify-content:center}.vx-dprr-nav:hover{background:var(--surface-2);color:var(--text)}.vx-dprr-nav svg{width:14px;height:14px}.vx-dprr-level{flex:1;font-weight:600;font-size:var(--fs-md);padding:6px 8px}.vx-dprr-level:hover{background:var(--surface-2)}.vx-dprr-weekdays{display:grid;grid-template-columns:repeat(7,var(--vx-dp-cell-size));gap:var(--vx-dp-cell-gap);margin-bottom:4px}.vx-dprr-weekday{text-align:center;font-size:var(--fs-3xs);font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:2px 0}.vx-dprr-grid{display:grid;grid-template-columns:repeat(7,var(--vx-dp-cell-size));gap:var(--vx-dp-cell-gap)}.vx-dprr-grid:focus-visible{outline:none}vortex-date-range-picker[data-vx-dragging] .vx-dprr-grid{touch-action:none;cursor:grabbing}vortex-date-range-picker[data-vx-dragging] .vx-dprr-day{cursor:grabbing}.vx-dprr-row{display:contents}.vx-dprr-day{width:var(--vx-dp-cell-size);height:var(--vx-dp-cell-size);background:transparent;border:0;color:var(--text);font-family:inherit;font-size:var(--fs-sm);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:var(--vx-dp-cell-radius);transition:background var(--dur-fast),color var(--dur-fast);position:relative;display:flex;align-items:center;justify-content:center;padding:0;background-color:color-mix(in srgb,transparent,var(--accent) calc(var(--cell-density,0) * 80%))}.vx-dprr-day:hover{background-color:color-mix(in oklab,var(--accent) 30%,var(--surface-2))}.vx-dprr-day:focus-visible{outline:2px solid var(--accent);outline-offset:1px;z-index:1}.vx-dprr-day.is-other-month{color:var(--muted)}.vx-dprr-day.is-today{box-shadow:inset 0 0 0 1.5px var(--accent);font-weight:700}.vx-dprr-day.is-disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.vx-dprr-day.is-in-range{background:var(--vx-dprr-range-bg);border-radius:0}.vx-dprr-day.is-in-range-preview{background:var(--vx-dprr-range-bg-preview);border-radius:0}.vx-dprr-day.is-range-start{background:var(--accent);color:var(--on-accent);font-weight:700;border-start-end-radius:0;border-end-end-radius:0}.vx-dprr-day.is-range-end{background:var(--accent);color:var(--on-accent);font-weight:700;border-start-start-radius:0;border-end-start-radius:0}.vx-dprr-day.is-range-start.is-range-end{border-radius:var(--vx-dp-cell-radius)}.vx-dprr-day-event{position:absolute;top:2px;inset-inline-end:2px;width:8px;height:8px;color:var(--text-warn);pointer-events:none}.vx-dprr-day-event svg{width:8px;height:8px}.vx-dprr-footer{border-top:1px solid var(--border);padding:8px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.vx-dprr-summary{font-size:var(--fs-sm);color:var(--muted);font-variant-numeric:tabular-nums}.vx-dprr-footer-actions{display:flex;gap:6px}.vx-dprr-footer-actions button{background:transparent;border:1px solid var(--border);color:var(--muted);padding:6px 12px;border-radius:var(--radius-md);font-family:inherit;font-size:var(--fs-sm);font-weight:600;cursor:pointer;transition:border-color var(--dur-fast),color var(--dur-fast),background var(--dur-fast)}.vx-dprr-footer-actions button:hover{border-color:var(--accent);color:var(--accent-text)}.vx-dprr-footer-actions .vx-dprr-btn-primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.vx-dprr-footer-actions .vx-dprr-btn-primary:hover{background:color-mix(in oklab,var(--accent) 85%,white)}@media (max-width:720px){vortex-date-range-picker{display:block;width:100%}.vx-dprr-trigger{width:100%}.vx-dprr-popover-body{flex-direction:column}.vx-dprr-presets{width:auto;border-inline-end:0;border-bottom:1px solid var(--border);flex-direction:row;overflow-x:auto;flex-wrap:nowrap;padding:8px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.vx-dprr-preset{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}.vx-dprr-panels{flex-direction:column;gap:12px;padding:12px}.vx-dprr-panel{min-width:0;width:100%}.vx-dprr-grid,.vx-dprr-weekdays{grid-template-columns:repeat(7,1fr)}.vx-dprr-day{width:100%;aspect-ratio:1;height:auto}}@media (prefers-reduced-motion:reduce){.vx-dprr-popover,.vx-dprr-trigger-chevron,.vx-dprr-day{transition:none}}vortex-sheet .vx-dprr-popover-body{flex-direction:column}vortex-sheet .vx-sheet-body:has(.vx-dprr-content){padding:0}vortex-data-table{--vx-dt-radius:10px;--vx-dt-row-py:10px;--vx-dt-row-h:41px;--vx-dt-accent:var(--accent);--vx-dt-header-bg:var(--surface-2);--vx-dt-hover:var(--hover);--vx-dt-bulkbar-bg:var(--surface-2);display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--vx-dt-radius);overflow:hidden;position:relative}vortex-data-table.vx-dt-density-compact{--vx-dt-row-py:5px;--vx-dt-row-h:31px}vortex-data-table.vx-dt-density-cozy{--vx-dt-row-py:10px;--vx-dt-row-h:41px}vortex-data-table.vx-dt-density-comfortable{--vx-dt-row-py:15px;--vx-dt-row-h:53px}.vx-dt-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;border-radius:var(--vx-dt-radius) var(--vx-dt-radius) 0 0}.vx-dt-toolbar-start,.vx-dt-toolbar-end{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vx-dt-toolbar-start{flex:1;min-width:160px}.vx-dt-search-wrap{position:relative;flex:1;min-width:150px;max-width:320px;display:flex;align-items:center;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);transition:border-color var(--dur-fast)}.vx-dt-search-wrap:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-dt-search-wrap:focus-within{border-color:var(--accent)}.vx-dt-search-icon{flex-shrink:0;margin-inline-start:10px;margin-inline-end:2px;color:var(--muted);width:15px;height:15px;display:flex;align-items:center;justify-content:center}.vx-dt-search-icon i,.vx-dt-search-icon svg{width:15px;height:15px}.vx-dt-search{flex:1;min-width:0;padding:9px 10px 9px 6px;background:transparent;border:0;outline:none;color:var(--text);font-size:16px;font-family:inherit}.vx-dt-search:focus,.vx-dt-search:focus-visible{outline:none;box-shadow:none}.vx-dt-search::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-inline-end:6px;background:var(--muted);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") center/contain no-repeat;cursor:pointer;opacity:.6;transition:opacity var(--dur-fast),background-color var(--dur-fast)}.vx-dt-search::-webkit-search-cancel-button:hover{opacity:1;background:var(--err)}@media (min-width:1024px){.vx-dt-search{font-size:var(--fs-base)}}.vx-dt-meta{display:flex;align-items:center;padding:6px 14px;border-bottom:1px solid var(--border)}.vx-dt-count{font-size:var(--fs-sm);color:var(--muted);font-family:'SF Mono',Monaco,monospace;white-space:nowrap;font-variant-numeric:tabular-nums;unicode-bidi:plaintext}.vx-dt-tool-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;min-width:34px;padding:0 9px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);cursor:pointer;font-family:inherit;font-size:var(--fs-sm);transition:color var(--dur-fast),border-color var(--dur-fast),background var(--dur-fast)}.vx-dt-tool-btn:hover{color:var(--text);border-color:color-mix(in oklab,var(--accent) 40%,var(--border))}.vx-dt-tool-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-dt-tool-btn[aria-pressed="true"]{color:var(--accent-text);border-color:var(--accent)}.vx-dt-tool-btn i,.vx-dt-tool-btn svg{width:16px;height:16px}.vx-dt-chiprail{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 14px;border-bottom:1px solid var(--border);background:var(--surface)}.vx-dt-chiprail:empty{display:none}.vx-dt-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 10px;background:color-mix(in oklab,var(--accent) 12%,transparent);border:1px solid color-mix(in oklab,var(--accent) 35%,var(--border));border-radius:var(--radius-full);color:var(--text);font-size:var(--fs-xs);font-weight:600}.vx-dt-chip-x{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:50%;font-size:var(--fs-base);line-height:1;padding:0;transition:color var(--dur-fast),background var(--dur-fast)}.vx-dt-chip-x:hover{color:var(--text-err);background:color-mix(in oklab,var(--err) 18%,transparent)}.vx-dt-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}vortex-data-table.vx-dt-virtual .vx-dt-scroll-wrap{overflow-y:auto;max-height:var(--vx-dt-virtual-h,70vh)}vortex-data-table[max-height] .vx-dt-scroll-wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}vortex-data-table[max-height] .vx-dt-table thead th{position:sticky;top:0;z-index:5;background:var(--vx-dt-header-bg);box-shadow:0 1px 0 var(--border)}vortex-data-table .vx-dt-table{width:100%;border-collapse:collapse;font-size:var(--fs-md)}vortex-data-table .vx-dt-table thead{background:var(--vx-dt-header-bg)}vortex-data-table.vx-dt-sticky .vx-dt-table thead th{position:sticky;top:0;z-index:5;background:var(--vx-dt-header-bg);box-shadow:0 1px 0 var(--border)}vortex-data-table .vx-dt-table th,vortex-data-table .vx-dt-table td{padding:var(--vx-dt-row-py) 14px;text-align:start;border-bottom:1px solid var(--border);vertical-align:middle}vortex-data-table .vx-dt-table th{font-weight:700;font-size:var(--fs-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);user-select:none;white-space:nowrap;unicode-bidi:plaintext}vortex-data-table th.vx-dt-sortable{cursor:pointer;transition:color var(--dur-fast),background var(--dur-fast)}vortex-data-table th.vx-dt-sortable:hover{color:var(--accent-text);background:var(--vx-dt-hover)}vortex-data-table th.vx-dt-sortable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-dt-th-inner{display:inline-flex;align-items:center;gap:6px}.vx-dt-table th.vx-dt-al-end,.vx-dt-table td.vx-dt-al-end{text-align:end}.vx-dt-table td.vx-dt-al-end{font-variant-numeric:tabular-nums}.vx-dt-al-end .vx-dt-th-inner{justify-content:flex-end}.vx-dt-table th.vx-dt-al-center,.vx-dt-table td.vx-dt-al-center{text-align:center}.vx-dt-al-center .vx-dt-th-inner{justify-content:center}.vx-dt-th-inner>span{unicode-bidi:plaintext}.vx-dt-sort-icon{font-size:.9em;color:var(--muted);opacity:.5;display:inline-block;transition:transform var(--dur-snappy),color var(--dur-snappy),opacity var(--dur-snappy)}.vx-dt-sort-icon.vx-dt-sort-asc,.vx-dt-sort-icon.vx-dt-sort-desc{color:var(--accent-text);opacity:1;font-weight:700}.vx-dt-sort-icon.vx-dt-sort-desc{transform:rotate(180deg)}.vx-dt-sort-badge{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;background:var(--accent);color:var(--text-on-accent);border-radius:var(--radius-full);font-size:var(--fs-3xs);font-weight:800;font-variant-numeric:tabular-nums}vortex-data-table .vx-dt-table tbody tr{transition:background var(--dur-fast)}vortex-data-table .vx-dt-table tbody tr:hover{background:var(--vx-dt-hover)}vortex-data-table.vx-dt-virtual .vx-dt-table tbody tr{content-visibility:auto;contain-intrinsic-size:0 var(--vx-dt-row-h)}vortex-data-table .vx-dt-table tbody tr.vx-dt-row-selected{background:color-mix(in oklab,var(--accent) 12%,transparent)}vortex-data-table.vx-dt-has-pins .vx-dt-table th.vx-dt-pin,vortex-data-table.vx-dt-has-pins .vx-dt-table td.vx-dt-pin{position:sticky;z-index:3;background:var(--surface)}vortex-data-table.vx-dt-has-pins .vx-dt-table thead th.vx-dt-pin{z-index:7;background:var(--vx-dt-header-bg)}vortex-data-table .vx-dt-table tbody tr:hover td.vx-dt-pin{background:color-mix(in oklab,var(--accent) 6%,var(--surface))}vortex-data-table .vx-dt-table tbody tr.vx-dt-row-selected td.vx-dt-pin{background:color-mix(in oklab,var(--accent) 12%,var(--surface))}@media (prefers-reduced-motion:no-preference){vortex-data-table .vx-dt-table .vx-dt-pin{transition:box-shadow var(--dur-fast)}}vortex-data-table .vx-dt-table tbody tr.vx-dt-row-pulse{animation:vx-dt-row-pulse .65s ease-out}@keyframes vx-dt-row-pulse{0%{background:color-mix(in oklab,var(--vx-dt-pulse-color,var(--accent)) 38%,transparent)}100%{background:transparent}}.vx-dt-pulse-glyph{position:absolute;inset-inline-end:6px;top:50%;font-size:var(--fs-3xs);line-height:1;pointer-events:none;color:var(--vx-dt-pulse-color,var(--accent));animation:vx-dt-glyph-up .85s ease-out forwards}.vx-dt-pulse-up{color:var(--text-ok)}.vx-dt-pulse-down{color:var(--text-err)}@keyframes vx-dt-glyph-up{0%{opacity:0;transform:translateY(2px)}25%{opacity:1}100%{opacity:0;transform:translateY(-9px)}}vortex-data-table .vx-dt-table tbody tr.vx-dt-row-leaving{animation:vx-dt-row-leave var(--dur-base) ease-in forwards}@keyframes vx-dt-row-leave{to{opacity:0;transform:translateX(calc(-12px * var(--vx-dir,1)))}}@media (prefers-reduced-motion:reduce){vortex-data-table .vx-dt-table tbody tr.vx-dt-row-pulse{animation:none;background:color-mix(in oklab,var(--vx-dt-pulse-color,var(--accent)) 18%,transparent)}.vx-dt-pulse-glyph{animation:none;opacity:1;transform:none;top:4px}vortex-data-table .vx-dt-table tbody tr.vx-dt-row-leaving{animation:none;opacity:.35}}vortex-data-table .vx-dt-empty{text-align:center!important;color:var(--muted);font-style:italic;padding:32px!important}.vx-dt-check{width:36px;text-align:center!important;padding-inline-end:0!important}.vx-dt-check-label{display:inline-flex;align-items:center}.vx-dt-check-text{display:none}.vx-dt-cb{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;display:inline-block;vertical-align:middle;position:relative;transition:background var(--dur-fast),border-color var(--dur-fast)}.vx-dt-cb:hover{border-color:var(--accent)}.vx-dt-cb:checked,.vx-dt-cb:indeterminate{background:var(--accent);border-color:var(--accent)}.vx-dt-cb:checked::after{content:'';position:absolute;inset-inline-start:4.5px;top:1px;width:4px;height:8px;border:solid var(--bg);border-width:0 2px 2px 0;transform:rotate(45deg)}.vx-dt-cb:indeterminate::after{content:'';position:absolute;inset-inline-start:3px;top:6.5px;width:8px;height:2px;background:var(--bg)}.vx-dt-cb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-dt-expand-cell{width:30px;text-align:center!important;padding-inline-end:0!important}.vx-dt-expand-btn{background:transparent;border:0;cursor:pointer;color:var(--muted);width:22px;height:22px;border-radius:var(--radius-md);padding:0;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--dur-snappy),color var(--dur-fast)}.vx-dt-expand-btn:hover{color:var(--accent-text)}.vx-dt-expand-btn[aria-expanded="true"]{transform:rotate(90deg);color:var(--accent-text)}.vx-dt-expand-btn i,.vx-dt-expand-btn svg{width:16px;height:16px}tr.vx-dt-detail-row>td{background:var(--bg);padding:0!important}.vx-dt-detail-grid{display:grid;gap:6px 16px;padding:10px 14px 14px}.vx-dt-detail-item{display:flex;justify-content:space-between;gap:12px;font-size:var(--fs-md)}.vx-dt-detail-item dt{color:var(--muted);text-transform:uppercase;font-size:var(--fs-2xs);letter-spacing:.05em}.vx-dt-detail-item dd{margin:0;color:var(--text);text-align:end}@media (max-width:1280px){vortex-data-table .vx-dt-pri-3{display:none}}@media (max-width:1024px){vortex-data-table .vx-dt-pri-2{display:none}}.vx-dt-skel{height:12px;border-radius:var(--radius-md);background:linear-gradient(90deg,var(--surface-2) 25%,var(--hover) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:vx-dt-shimmer 1.4s ease infinite}@keyframes vx-dt-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.vx-dt-skel{animation:none}}.vx-dt-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 var(--vx-dt-radius) var(--vx-dt-radius)}.vx-dt-page-btn{padding:6px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-size:var(--fs-sm);cursor:pointer;transition:background var(--dur-fast),border-color var(--dur-fast);font-family:inherit}.vx-dt-page-btn:hover:not(:disabled){background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--text-accent);border-color:var(--accent)}.vx-dt-page-btn:disabled{opacity:.35;cursor:not-allowed}.vx-dt-pagination:has(.vx-dt-load-more),.vx-dt-pagination:has(.vx-dt-infinite-sentinel){justify-content:center}.vx-dt-load-more{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-weight:600}.vx-dt-load-more .vx-dt-page-info{font-variant-numeric:tabular-nums;opacity:.8}.vx-dt-infinite-sentinel{width:1px;height:1px}.vx-dt-page-info{font-size:var(--fs-sm);color:var(--muted);font-family:'SF Mono',Monaco,monospace;font-variant-numeric:tabular-nums;unicode-bidi:plaintext}.vx-dt-bulkbar{position:fixed;left:50%;bottom:24px;transform:translate(-50%,140%);display:flex;align-items:center;gap:14px;padding:10px 14px 10px 18px;background:var(--vx-dt-bulkbar-bg);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-2xl);z-index:200;opacity:0;pointer-events:none;transition:transform var(--dur-base) var(--ease-snap),opacity var(--dur-snappy);max-width:calc(100vw - 32px)}.vx-dt-bulkbar.vx-dt-bulkbar-on{transform:translate(-50%,0);opacity:1;pointer-events:auto}.vx-dt-bulk-count{font-size:var(--fs-md);font-weight:700;color:var(--text);white-space:nowrap;font-variant-numeric:tabular-nums;unicode-bidi:plaintext}.vx-dt-bulk-count b{color:var(--accent-text)}.vx-dt-bulk-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:100%;min-width:0}.vx-dt-bulk-clear{background:transparent;border:1px solid var(--border);border-radius:var(--radius-full);color:var(--muted);cursor:pointer;padding:5px 12px;font-size:var(--fs-sm);font-family:inherit;transition:color var(--dur-fast),border-color var(--dur-fast)}.vx-dt-bulk-clear:hover{color:var(--text);border-color:var(--muted)}.vx-dt-popover{position:absolute;margin:0;inset:auto;min-width:180px;max-height:60vh;overflow-y:auto;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);padding:6px;z-index:250}.vx-dt-popover:not(:popover-open){display:none}.vx-dt-pop-title{font-size:var(--fs-2xs);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:6px 10px 4px;font-weight:700}.vx-dt-pop-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);cursor:pointer;font-size:var(--fs-md);color:var(--text);border:0;background:transparent;width:100%;text-align:start;font-family:inherit;transition:background var(--dur-fast)}.vx-dt-pop-item:hover{background:var(--hover)}.vx-dt-pop-item[aria-checked="true"]{color:var(--accent-text)}.vx-dt-pop-item .vx-dt-pop-check{width:16px;height:16px;flex-shrink:0;opacity:0}.vx-dt-pop-item[aria-checked="true"] .vx-dt-pop-check{opacity:1}.vx-dt-pop-item .vx-dt-pop-check i,.vx-dt-pop-item .vx-dt-pop-check svg{width:16px;height:16px}.vx-dt-export-cfg{min-width:260px;max-width:320px;padding:10px;gap:0}.vx-dt-cfg-field{display:flex;flex-direction:column;gap:4px;padding:5px 6px}.vx-dt-cfg-field span{font-size:var(--fs-2xs);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.vx-dt-cfg-input{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:7px 9px;color:var(--text);font-size:16px;font-family:inherit;transition:border-color var(--dur-fast)}.vx-dt-cfg-input:focus{outline:none;border-color:var(--accent)}@media (min-width:1024px){.vx-dt-cfg-input{font-size:var(--fs-md)}}.vx-dt-cfg-cols{display:flex;flex-direction:column;gap:2px;max-height:160px;overflow-y:auto;padding:2px 6px}.vx-dt-cfg-col{display:flex;align-items:center;gap:8px;padding:5px 4px;border-radius:var(--radius-md);font-size:var(--fs-md);cursor:pointer}.vx-dt-cfg-col:hover{background:var(--hover)}.vx-dt-cfg-actions{display:flex;justify-content:end;gap:8px;padding:10px 6px 4px}.vx-dt-cfg-reset,.vx-dt-cfg-save{padding:7px 14px;border-radius:var(--radius);font-size:var(--fs-sm);font-weight:600;cursor:pointer;font-family:inherit;border:1px solid var(--border);transition:background var(--dur-fast),border-color var(--dur-fast)}.vx-dt-cfg-reset{background:transparent;color:var(--muted)}.vx-dt-cfg-reset:hover{color:var(--text);border-color:var(--muted)}.vx-dt-cfg-save{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.vx-dt-cfg-save:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.vx-dt-filter-btn{position:relative}.vx-dt-filter-btn.vx-dt-filter-on{color:var(--accent-text);border-color:var(--accent)}.vx-dt-filter-badge{position:absolute;top:-4px;inset-inline-end:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:var(--radius-full);background:var(--accent);color:var(--on-accent);font-size:var(--fs-3xs);font-weight:700;line-height:16px;text-align:center}.vx-dt-filter-menu{min-width:240px;max-width:320px;padding:10px}.vx-dt-filter-menu .vx-dt-pop-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.vx-dt-filter-reset{border:0;background:transparent;color:var(--accent-text);cursor:pointer;font-size:var(--fs-xs);font-weight:600;font-family:inherit;padding:2px 4px;border-radius:var(--radius-sm)}.vx-dt-filter-reset:hover{background:var(--hover)}.vx-dt-filter-body{display:flex;flex-direction:column;gap:12px;max-height:320px;overflow-y:auto;padding:4px 2px}.vx-dt-filter-field{display:flex;flex-direction:column;gap:5px}.vx-dt-filter-label{font-size:var(--fs-2xs);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.vx-dt-filter-textrow{display:flex;gap:6px;align-items:center}.vx-dt-filter-textrow .vx-dt-filter-op{flex:0 0 auto;max-width:42%}.vx-dt-filter-textrow .vx-dt-filter-text{flex:1 1 auto;min-width:0}.vx-dt-filter-opts{display:flex;flex-direction:column;gap:2px;max-height:160px;overflow-y:auto}.vx-dt-filter-opt{display:flex;align-items:center;gap:8px;padding:5px 4px;border-radius:var(--radius-md);font-size:var(--fs-md);cursor:pointer}.vx-dt-filter-opt:hover{background:var(--hover)}.vx-dt-filter-opt-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-dt-facet-count{flex-shrink:0;font-size:var(--fs-xs);color:var(--muted);font-variant-numeric:tabular-nums;padding-inline-start:8px}.vx-dt-filter-opt-dead{opacity:.4;cursor:not-allowed}.vx-dt-filter-opt-dead:hover{background:none}.vx-dt-filter-empty{font-size:var(--fs-sm);color:var(--muted);padding:4px}.vx-dt-filter-range{display:flex;align-items:center;gap:8px}.vx-dt-filter-range .vx-dt-filter-num{flex:1;min-width:0}.vx-dt-filter-dash{color:var(--muted);flex-shrink:0}vortex-data-table.vx-dt-fullscreen{position:fixed;inset:12px;z-index:300;margin:0;max-width:none;box-shadow:var(--shadow-2xl);display:flex;flex-direction:column;overflow:hidden}vortex-data-table.vx-dt-fullscreen .vx-dt-scroll-wrap{flex:1 1 auto;min-height:0;max-height:none!important;overflow-y:auto}vortex-data-table.vx-dt-fullscreen>:not(.vx-dt-scroll-wrap){flex:0 0 auto}.vx-dt-drawer{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-xl);padding:16px 18px 18px;margin:auto;width:min(440px,calc(100vw - 32px));max-height:min(80vh,640px);overflow-y:auto;box-shadow:var(--shadow-2xl)}.vx-dt-drawer::backdrop{background:rgba(0,0,0,.45)}.vx-dt-drawer-handle{display:none}.vx-dt-drawer-title{font-size:var(--fs-lg);font-weight:700;color:var(--text);margin-bottom:12px;padding-inline-end:8px;overflow-wrap:anywhere}.vx-dt-drawer-fields{display:grid;gap:9px;margin:0}.vx-dt-drawer-field{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.vx-dt-drawer-field:last-child{border-bottom:0}.vx-dt-drawer-field dt{color:var(--muted);font-size:var(--fs-2xs);text-transform:uppercase;letter-spacing:.06em;font-weight:600;flex-shrink:0}.vx-dt-drawer-field dd{margin:0;color:var(--text);font-size:var(--fs-md);text-align:end;overflow-wrap:anywhere;min-width:0}.vx-dt-drawer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.vx-dt-drawer.vx-dt-drawer-empty-actions .vx-dt-drawer-actions{display:none}.vx-dt-drawer-actions button,.vx-dt-drawer-actions a{flex:1 1 auto;min-height:40px;border-radius:var(--radius);cursor:pointer;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:var(--fs-md);font-weight:600;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background var(--dur-fast),border-color var(--dur-fast)}.vx-dt-drawer-actions button:hover,.vx-dt-drawer-actions a:hover{background:var(--hover)}.vx-dt-drawer-actions button i,.vx-dt-drawer-actions a i{width:15px;height:15px}.vx-dt-drawer-cell{display:none}.vx-dt-drawer-btn{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--border);border-radius:var(--radius);background:transparent;color:var(--muted);font-size:var(--fs-sm);font-weight:600;cursor:pointer;transition:color var(--dur-fast),border-color var(--dur-fast)}.vx-dt-drawer-btn:hover{color:var(--accent-text);border-color:var(--accent)}.vx-dt-drawer-btn i,.vx-dt-drawer-btn svg{width:15px;height:15px}.vx-dt-mobile-selectall{display:none}@media (max-width:640px){.vx-dt-mobile-selectall{display:flex;align-items:center;gap:10px;padding:10px 14px;min-height:44px;cursor:pointer;border-bottom:1px solid var(--border);font-size:var(--fs-md);color:var(--text);font-weight:600}.vx-dt-mobile-selectall .vx-dt-cb{width:20px;height:20px;flex-shrink:0}}@media (max-width:640px){vortex-data-table .vx-dt-scroll-wrap{overflow-x:hidden}vortex-data-table .vx-dt-table,vortex-data-table .vx-dt-table tbody{display:block;width:100%}vortex-data-table .vx-dt-table thead{display:none}vortex-data-table.vx-dt-has-pins .vx-dt-table th.vx-dt-pin,vortex-data-table.vx-dt-has-pins .vx-dt-table td.vx-dt-pin{position:static;background:transparent;box-shadow:none}vortex-data-table .vx-dt-table tbody tr:not(.vx-dt-detail-row){display:block;padding:calc(var(--vx-dt-row-py,10px) + 2px) 14px;border-bottom:1px solid var(--border)}vortex-data-table .vx-dt-table tbody td:not(.vx-dt-check):not(.vx-dt-expand-cell){display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:calc(var(--vx-dt-row-py,10px) / 2.5) 0;border-bottom:0;font-size:var(--fs-md);text-align:end;overflow-wrap:anywhere;min-width:0}vortex-data-table .vx-dt-table tbody td:not(.vx-dt-check):not(.vx-dt-expand-cell)::before{content:attr(data-label);font-size:var(--fs-2xs);color:var(--muted);text-align:start;flex-shrink:0;text-transform:uppercase;letter-spacing:.06em;font-weight:600;min-width:80px}vortex-data-table .vx-dt-pri-2,vortex-data-table .vx-dt-pri-3{display:flex}vortex-data-table .vx-dt-expand-cell,vortex-data-table .vx-dt-expand-head{display:none}vortex-data-table .vx-dt-table tbody td.vx-dt-check{display:block;width:100%!important;padding:0;margin-bottom:6px;text-align:start!important;border-bottom:1px solid var(--border)}vortex-data-table .vx-dt-table tbody td.vx-dt-check .vx-dt-check-label{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:6px 2px 10px;cursor:pointer}vortex-data-table .vx-dt-table tbody td.vx-dt-check .vx-dt-check-text{display:block;order:2;font-size:var(--fs-2xs);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}vortex-data-table .vx-dt-table tbody td.vx-dt-check .vx-dt-cb{width:20px;height:20px;flex-shrink:0}.vx-dt-toolbar{padding:8px 10px}.vx-dt-toolbar-end{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vx-dt-toolbar-end::-webkit-scrollbar{display:none}.vx-dt-toolbar-end .vx-dt-tool-btn{flex-shrink:0}.vx-dt-toolbar-start{order:2;width:100%}.vx-dt-toolbar-end{order:1;width:100%;justify-content:end}.vx-dt-pagination{padding:8px 10px}.vx-dt-bulkbar{inset-inline-start:12px;inset-inline-end:12px;transform:translateY(140%);width:auto;max-width:none}.vx-dt-bulkbar.vx-dt-bulkbar-on{transform:translateY(0)}.vx-dt-popover{position:fixed!important;inset-inline-start:0!important;inset-inline-end:0!important;bottom:0!important;top:auto!important;min-width:0;max-width:none;width:100%;max-height:78vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:none;padding:10px 14px calc(14px + env(safe-area-inset-bottom,0px));box-shadow:0 -12px 40px rgba(0,0,0,.45);animation:vx-dt-sheet-up var(--dur-snappy) var(--ease-snap)}.vx-dt-popover::backdrop{background:rgba(0,0,0,.4)}.vx-dt-export-cfg{min-width:0;max-width:none}.vx-dt-cfg-cols{max-height:38vh}.vx-dt-pop-item,.vx-dt-cfg-col{padding-top:11px;padding-bottom:11px}@keyframes vx-dt-sheet-up{from{transform:translateY(100%)}to{transform:none}}vortex-data-table .vx-dt-table tbody td.vx-dt-drawer-cell{display:block;width:100%;padding:10px 0 0;border-bottom:0}vortex-data-table .vx-dt-table tbody td.vx-dt-drawer-cell::before{content:none}vortex-data-table .vx-dt-row-tappable{cursor:pointer}.vx-dt-drawer{width:100%;max-width:none;margin:0;position:fixed;inset-inline-start:0!important;inset-inline-end:0!important;bottom:0!important;top:auto!important;border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:none;max-height:82vh;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px));box-shadow:0 -12px 40px rgba(0,0,0,.45);animation:vx-dt-sheet-up var(--dur-snappy) var(--ease-snap)}.vx-dt-drawer-handle{display:block;width:38px;height:4px;border-radius:var(--radius-full);background:var(--border);margin:0 auto 12px}.vx-dt-drawer-actions button,.vx-dt-drawer-actions a{min-height:44px;flex:1 1 100%}}@media (max-width:640px) and (prefers-reduced-motion:reduce){.vx-dt-drawer{animation:none!important}}@media (max-width:640px) and (prefers-reduced-motion:reduce){.vx-dt-popover{animation:none!important}}vortex-combobox{--vx-cbx-radius:8px;--vx-cbx-pop-bg:var(--surface);--vx-cbx-pop-border:var(--border);--vx-cbx-chip-bg:color-mix(in oklab,var(--accent) 16%,transparent);--vx-cbx-option-hover:var(--hover);--vx-cbx-active-bg:color-mix(in oklab,var(--accent) 14%,transparent);--vx-cbx-max-h:280px;--vx-pop-cap:34rem;display:block;margin-bottom:14px;position:relative}.vx-cbx-control{position:relative;display:flex;align-items:center;gap:6px;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--vx-cbx-radius);min-height:44px;padding:4px 6px 4px 4px;cursor:pointer;transition:border-color var(--dur-fast)}.vx-cbx-control:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-combobox.vx-cbx-open .vx-cbx-control{border-color:var(--accent)}vortex-combobox.vx-cbx-has-error .vx-cbx-control{border-color:var(--err)}vortex-combobox[disabled] .vx-cbx-control{opacity:.55;cursor:not-allowed;pointer-events:none}.vx-cbx-control:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-cbx-icon{flex-shrink:0;margin-inline-start:8px;color:var(--muted);width:16px;height:16px}.vx-cbx-icon i,.vx-cbx-icon svg{width:16px;height:16px}.vx-cbx-value{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:2px 4px}.vx-cbx-placeholder{color:var(--placeholder);font-size:var(--fs-base);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.vx-cbx-single-text{color:var(--text);font-size:var(--fs-base);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-cbx-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 4px 3px 9px;background:var(--vx-cbx-chip-bg);border:1px solid color-mix(in oklab,var(--accent) 32%,var(--border));border-radius:var(--radius-full);color:var(--text);font-size:var(--fs-sm);font-weight:600;max-width:100%}.vx-cbx-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-cbx-chip-x{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:50%;padding:0;font-size:var(--fs-base);line-height:1;transition:color var(--dur-fast),background var(--dur-fast)}.vx-cbx-chip-x:hover{color:var(--text-err);background:color-mix(in oklab,var(--err) 18%,transparent)}.vx-cbx-overflow{font-size:var(--fs-xs);color:var(--muted);font-weight:700;padding:0 4px}.vx-cbx-clear,.vx-cbx-caret-btn{flex-shrink:0;background:transparent;border:0;cursor:pointer;color:var(--muted);width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;transition:color var(--dur-fast),transform var(--dur-fast)}.vx-cbx-clear:hover{color:var(--text-err);transform:scale(1.12)}.vx-cbx-clear i,.vx-cbx-clear svg,.vx-cbx-caret-btn i,.vx-cbx-caret-btn svg{width:16px;height:16px}.vx-cbx-caret-btn{color:var(--muted)}vortex-combobox.vx-cbx-open .vx-cbx-caret{transform:rotate(180deg)}.vx-cbx-caret{transition:transform var(--dur-fast);display:inline-flex}.vx-cbx-pop{position:fixed;margin:0;inset:auto;min-width:200px;overflow:hidden;max-height:min(var(--vx-cbx-max-h),var(--vx-avail-h,80vh));max-width:min(var(--vx-pop-cap,34rem),var(--vx-avail-w,100vw));overscroll-behavior:contain;background:var(--vx-cbx-pop-bg);color:var(--text);border:1px solid var(--vx-cbx-pop-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);padding:0;z-index:250}.vx-cbx-pop:popover-open{display:flex;flex-direction:column}.vx-cbx-search-head{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 12px;border-bottom:1px solid var(--border)}.vx-cbx-list{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:5px;flex:1}.vx-cbx-group-header{position:sticky;top:0;z-index:1;background:var(--vx-cbx-pop-bg);font-size:var(--fs-3xs);text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700;padding:8px 10px 4px}.vx-cbx-option{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--radius);cursor:pointer;font-size:var(--fs-md);color:var(--text);transition:background var(--dur-instant)}.vx-cbx-option:hover,.vx-cbx-option.vx-cbx-active{background:var(--vx-cbx-option-hover)}.vx-cbx-option.vx-cbx-active{background:var(--vx-cbx-active-bg)}.vx-cbx-option[aria-selected="true"]{color:var(--accent-text);font-weight:600}.vx-cbx-option[aria-disabled="true"]{opacity:.4;cursor:not-allowed}.vx-cbx-opt-check{width:16px;height:16px;flex-shrink:0;opacity:0;color:var(--accent-text)}.vx-cbx-option[aria-selected="true"] .vx-cbx-opt-check{opacity:1}.vx-cbx-opt-check i,.vx-cbx-opt-check svg{width:16px;height:16px}.vx-cbx-opt-label{flex:1;min-width:0;text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}.vx-cbx-opt-label-fixed{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;hyphens:none}.vx-cbx-opt-label mark{background:color-mix(in oklab,var(--accent) 30%,transparent);color:inherit;border-radius:var(--radius-sm);padding:0 1px}.vx-cbx-create{color:var(--accent-text);font-weight:600}.vx-cbx-create i,.vx-cbx-create svg{width:16px;height:16px}.vx-cbx-empty{padding:18px 10px;text-align:center;color:var(--muted);font-style:italic;font-size:var(--fs-md)}.vx-cbx-async-state{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px 10px;color:var(--muted);font-size:var(--fs-md)}.vx-cbx-async-error{color:var(--text-err)}.vx-cbx-async-error i{width:15px;height:15px}.vx-cbx-spinner{width:15px;height:15px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:vxCbxSpin .6s linear infinite;flex:none}@keyframes vxCbxSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.vx-cbx-spinner{animation-duration:1.4s}}.vx-cbx-vspacer{flex:none;pointer-events:none}.vx-cbx-body{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}vortex-sheet .vx-cbx-body{flex:1;min-height:0}vortex-sheet .vx-cbx-list{flex:1;min-height:0;padding-block-end:calc(6px + env(safe-area-inset-bottom,0px))}vortex-sheet .vx-sheet-body:has(.vx-cbx-body){padding:0;overflow:hidden;display:flex;flex-direction:column}vortex-sheet .vx-cbx-search-head{padding:12px 14px}vortex-sheet .vx-cbx-option{padding:12px 12px}vortex-sheet .vx-cbx-list{padding:6px}@media (prefers-reduced-motion:reduce){.vx-cbx-caret{transition:none}}vortex-icon-picker{display:inline-block;max-width:100%}.vx-ip-label{display:block;font-size:var(--fs-sm);color:var(--muted);margin-bottom:5px;font-weight:500}.vx-ip-trigger{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:8px 12px;background:var(--surface-2,var(--panel));border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:var(--fs-md);font-family:inherit;cursor:pointer;transition:border-color var(--dur-fast),box-shadow var(--dur-fast)}.vx-ip-trigger:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}.vx-ip-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.vx-ip-trigger:disabled{opacity:.55;cursor:not-allowed}.vx-ip-trigger:disabled:hover{border-color:var(--border)}.vx-ip-trigger-preview{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--text-accent)}.vx-ip-trigger-preview i,.vx-ip-trigger-preview svg{width:20px;height:20px}.vx-ip-trigger-name{font-variant-numeric:tabular-nums}.vx-ip-trigger-name.is-empty{color:var(--muted)}.vx-ip-trigger-chev{margin-inline-start:auto;color:var(--muted);display:inline-flex}.vx-ip-trigger-chev i,.vx-ip-trigger-chev svg{width:16px;height:16px}.vx-ip-pop{position:fixed;margin:0;inset:auto;width:320px;max-width:calc(100vw - 24px);max-height:min(440px,var(--vx-avail-h,calc(100dvh - 24px)));background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);padding:0;z-index:260;overflow:hidden}.vx-ip-pop:popover-open{display:flex;flex-direction:column}.vx-ip-body{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.vx-ip-head{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 12px;border-bottom:1px solid var(--border)}.vx-ip-close{display:none;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-family:inherit;transition:background var(--dur-fast),color var(--dur-fast)}.vx-ip-close:hover{background:var(--surface);color:var(--accent-text)}.vx-ip-close i,.vx-ip-close svg{width:20px;height:20px}.vx-ip-sheet-head{display:none}.vx-ip-sheet-title{font-weight:700;font-size:var(--fs-base);color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-ip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:4px;padding:10px;flex:1 1 auto;min-height:60px;max-height:300px;overflow-y:auto;overscroll-behavior:contain}.vx-ip-section{grid-column:1 / -1;padding:6px 2px 2px;margin-top:2px;font-size:var(--fs-3xs);font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.vx-ip-section:first-child{margin-top:0}.vx-ip-cell{position:relative;display:inline-flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:44px;border-radius:var(--radius);background:none;border:1px solid transparent;cursor:pointer;color:var(--text);transition:background var(--dur-fast),border-color var(--dur-fast),transform var(--dur-fast);touch-action:manipulation}.vx-ip-cell i,.vx-ip-cell svg{width:20px;height:20px;pointer-events:none}.vx-ip-cell.is-pressing,.vx-ip-cell:active{background:var(--surface-2);border-color:var(--accent);transform:scale(.92)}.vx-ip-ico{width:20px;height:20px;pointer-events:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vx-ip-cell.is-fav::after{content:"";position:absolute;top:3px;inset-inline-end:3px;width:6px;height:6px;border-radius:50%;background:var(--accent);pointer-events:none}.vx-ip-cell:hover{background:var(--hover);transform:translateY(-1px)}.vx-ip-cell:focus-visible{outline:none;border-color:var(--accent)}.vx-ip-cell.is-selected{background:color-mix(in oklab,var(--accent) 18%,transparent);border-color:var(--accent);color:var(--text-accent)}.vx-ip-preview{display:none;align-items:flex-end;gap:16px;flex-shrink:0;padding:10px 12px;border-top:1px solid var(--border)}.vx-ip-preview.is-on{display:flex}.vx-ip-preview-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-accent,var(--accent))}.vx-ip-preview-item i,.vx-ip-preview-item svg{display:block}.vx-ip-preview-size{font-size:var(--fs-3xs);font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.02em}.vx-ip-foot{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:8px 12px;border-top:1px solid var(--border);font-size:var(--fs-xs);color:var(--muted)}.vx-ip-clear,.vx-ip-copy{background:none;border:1px solid var(--border);color:var(--muted);border-radius:var(--radius);padding:5px 10px;font-size:var(--fs-xs);cursor:pointer;font-family:inherit;transition:color var(--dur-fast),border-color var(--dur-fast)}.vx-ip-clear:hover{color:var(--text-err);border-color:var(--err)}.vx-ip-copy:hover{color:var(--text);border-color:var(--accent)}.vx-ip-copy:disabled{opacity:.45;cursor:not-allowed}.vx-ip-copy:disabled:hover{color:var(--muted);border-color:var(--border)}.vx-ip-empty{grid-column:1 / -1;text-align:center;color:var(--muted);padding:24px 0;font-size:var(--fs-md)}.vx-ip-hint{display:none}@media (min-width:1024px){.vx-ip-foot{gap:10px}.vx-ip-hint{display:inline;margin-inline-start:auto;opacity:.8;font-size:var(--fs-2xs);white-space:nowrap}.vx-ip-hint + .vx-ip-clear{margin-inline-start:0}}vortex-sheet .vx-ip-body{flex:1;min-height:0}vortex-sheet .vx-ip-sheet-head{display:none}vortex-sheet .vx-ip-grid{max-height:none;flex:1;min-height:0;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}vortex-sheet .vx-sheet-body:has(.vx-ip-body){padding:0;overflow:hidden;display:flex;flex-direction:column}vortex-toast{display:none}vortex-tooltip{display:inline-flex;position:relative}vortex-tooltip[data-vx-tt-managed]::after,vortex-tooltip[data-vx-tt-managed]::before{content:none!important;display:none!important}.vx-tt-bubble{position:fixed;top:0;inset-inline-start:0;z-index:9997;pointer-events:none;opacity:0;visibility:hidden;background:var(--panel);border:1px solid var(--border);color:var(--text);padding:6px 10px;border-radius:var(--radius-md);font-size:var(--fs-xs);font-weight:500;font-family:inherit;white-space:normal;width:max-content;max-width:var(--vx-tt-maxw,min(260px,calc(100vw - 24px)));text-align:center;overflow-wrap:anywhere;text-wrap:pretty;hyphens:auto;box-shadow:var(--shadow-md);transition:opacity var(--dur-fast) ease-out,transform var(--dur-fast) ease-out,visibility 0s linear var(--dur-fast)}.vx-tt-bubble[data-vx-open]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0,0);transition:opacity var(--dur-fast) ease-out,transform var(--dur-fast) ease-out,visibility 0s}.vx-tt-bubble::before{content:'';position:absolute;width:8px;height:8px;background:var(--panel);border-inline-end:1px solid var(--border);border-bottom:1px solid var(--border)}.vx-tt-bubble[data-placement^="top"]{transform:translateY(4px)}.vx-tt-bubble[data-placement^="bottom"]{transform:translateY(-4px)}.vx-tt-bubble[data-placement^="right"]{transform:translateX(-4px)}.vx-tt-bubble[data-placement^="left"]{transform:translateX(4px)}.vx-tt-bubble[data-placement^="top"]::before{top:100%;inset-inline-start:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.vx-tt-bubble[data-placement^="bottom"]::before{bottom:100%;inset-inline-start:50%;transform:translateX(-50%) translateY(50%) rotate(-135deg)}.vx-tt-bubble[data-placement^="right"]::before{inset-inline-end:100%;top:50%;transform:translateY(-50%) translateX(50%) rotate(135deg)}.vx-tt-bubble[data-placement^="left"]::before{inset-inline-start:100%;top:50%;transform:translateY(-50%) translateX(-50%) rotate(-45deg)}@media (prefers-reduced-motion:reduce){.vx-tt-bubble{transition:opacity var(--dur-instant) linear,visibility 0s linear var(--dur-instant)!important}.vx-tt-bubble[data-vx-open]{transition:opacity var(--dur-instant) linear,visibility 0s!important}}vortex-hover-card{display:contents}.vx-hc-card{margin:0;padding:0;border:0;max-width:min(360px,calc(100vw - 24px));background:transparent;overflow:visible}.vx-hc-card:popover-open{display:block}.vx-hc-inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text);padding:var(--space-4);font-size:var(--fs-base);line-height:1.5}vortex-hover-card[disabled] .vx-hc-card{display:none!important}vortex-scrollspy{display:block}vortex-scrollspy a{display:block;padding:var(--space-2,8px) var(--space-3,12px);color:var(--muted);text-decoration:none;font-size:var(--fs-base);line-height:1.3;border-inline-start:2px solid var(--border);transition:color var(--dur-fast) ease,border-color var(--dur-fast) ease}vortex-scrollspy a:hover{color:var(--text)}vortex-scrollspy a.vx-spy-active{color:var(--text-accent);border-inline-start-color:var(--accent);font-weight:600}vortex-scrollspy a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm,4px)}vortex-back-to-top{display:none}.vx-scroll-top.is-left{inset-inline-end:auto;inset-inline-start:24px}@media (max-width:768px){.vx-scroll-top.is-left{inset-inline-start:16px}}vortex-color-picker{display:block;position:relative}vortex-color-picker .vx-cp-trigger{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);min-height:44px;box-sizing:border-box;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font:inherit;font-variant-numeric:tabular-nums;transition:border-color var(--dur-fast) ease}vortex-color-picker .vx-cp-trigger:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-color-picker .vx-cp-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-color-picker .vx-cp-chip{width:20px;height:20px;border-radius:var(--radius-sm);flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(0,0,0,.18);background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0}vortex-color-picker .vx-cp-chip-fill{display:block;width:100%;height:100%;border-radius:inherit}vortex-color-picker[disabled] .vx-cp-trigger{opacity:.55;pointer-events:none}.vx-cp-panel[popover]{position:fixed;margin:0;inset:auto;width:232px;padding:var(--space-3);box-sizing:border-box;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.vx-cp-panel:popover-open{display:flex;flex-direction:column;animation:vx-cp-in var(--dur-fast) ease}vortex-color-picker .vx-cp-body{display:flex;flex-direction:column;gap:var(--space-3)}@keyframes vx-cp-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}vortex-color-picker .vx-cp-sv{position:relative;width:100%;height:132px;border-radius:var(--radius);cursor:crosshair;background:linear-gradient(to top,#000,transparent),linear-gradient(to right,#fff,transparent),hsl(var(--cp-hue,0),100%,50%);outline:none;touch-action:none}vortex-color-picker .vx-cp-sv:focus-visible{box-shadow:0 0 0 2px var(--accent)}vortex-color-picker .vx-cp-sv-thumb{position:absolute;width:14px;height:14px;border-radius:var(--radius-full);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.4);transform:translate(-50%,-50%);pointer-events:none}vortex-color-picker .vx-cp-hue{-webkit-appearance:none;appearance:none;width:100%;height:12px;border-radius:var(--radius-full);background:linear-gradient(to right,#f00 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%);outline:none;cursor:pointer;margin:0}vortex-color-picker .vx-cp-hue:focus-visible{box-shadow:0 0 0 2px var(--accent)}vortex-color-picker .vx-cp-hue::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:var(--radius-full);background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4),0 1px 3px rgba(0,0,0,.3);cursor:pointer}vortex-color-picker .vx-cp-hue::-moz-range-thumb{width:16px;height:16px;border:0;border-radius:var(--radius-full);background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4);cursor:pointer}vortex-color-picker .vx-cp-alpha{-webkit-appearance:none;appearance:none;width:100%;height:12px;border-radius:var(--radius-full);outline:none;cursor:pointer;margin:0;background-image:linear-gradient(to right,transparent,var(--cp-alpha-solid)),linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:100% 100%,8px 8px,8px 8px,8px 8px,8px 8px;background-position:0 0,0 0,0 4px,4px -4px,-4px 0}[dir="rtl"] vortex-color-picker .vx-cp-hue{background:linear-gradient(to left,#f00 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00 100%)}[dir="rtl"] vortex-color-picker .vx-cp-alpha{background-image:linear-gradient(to left,transparent,var(--cp-alpha-solid)),linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%)}vortex-color-picker .vx-cp-alpha:focus-visible{box-shadow:0 0 0 2px var(--accent)}vortex-color-picker .vx-cp-alpha::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:var(--radius-full);background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4),0 1px 3px rgba(0,0,0,.3);cursor:pointer}vortex-color-picker .vx-cp-alpha::-moz-range-thumb{width:16px;height:16px;border:0;border-radius:var(--radius-full);background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4);cursor:pointer}vortex-color-picker .vx-cp-eyedropper{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;box-sizing:border-box;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer}vortex-color-picker .vx-cp-eyedropper:hover{border-color:var(--border-strong)}vortex-color-picker .vx-cp-eyedropper:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-color-picker .vx-cp-eyedropper .vx-icon{width:16px;height:16px}vortex-color-picker .vx-cp-row{display:flex;align-items:center;gap:var(--space-2)}vortex-color-picker .vx-cp-hex{flex:1 1 auto;min-width:0;padding:var(--space-2) var(--space-3);box-sizing:border-box;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font:inherit;font-variant-numeric:tabular-nums;text-transform:lowercase}vortex-color-picker .vx-cp-hex:focus-visible{outline:2px solid var(--accent);outline-offset:0}vortex-color-picker .vx-cp-hex.is-invalid{border-color:var(--err)}vortex-color-picker .vx-cp-swatches{display:flex;flex-wrap:wrap;gap:var(--space-2)}vortex-color-picker .vx-cp-swatch{position:relative;width:22px;height:22px;border-radius:var(--radius-sm);border:0;padding:0;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}vortex-color-picker .vx-cp-swatch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-color-picker .vx-cp-swatch[aria-selected="true"]{box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 0 0 2px var(--accent)}@media (pointer:coarse){vortex-color-picker .vx-cp-trigger{min-height:44px}vortex-color-picker .vx-cp-swatch::after{content:'';position:absolute;inset:-11px}vortex-color-picker .vx-cp-hue{height:20px}}vortex-time-picker{display:block}vortex-time-picker .vx-tp{direction:ltr}vortex-time-picker .vx-tp{display:inline-flex;align-items:center;gap:1px;padding:var(--space-2) var(--space-3);min-height:44px;box-sizing:border-box;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);font-variant-numeric:tabular-nums;font-size:var(--fs-base);transition:border-color var(--dur-fast) ease}vortex-time-picker .vx-tp:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-time-picker .vx-tp:focus-within{border-color:var(--accent)}vortex-time-picker .vx-tp-seg{display:inline-flex;align-items:center;justify-content:center;min-width:1.6ch;padding:2px 3px;border-radius:var(--radius-sm);cursor:default;outline:none;user-select:none;font-variant-numeric:tabular-nums;touch-action:manipulation}vortex-time-picker .vx-tp-seg[data-seg="ap"]{min-width:2.4ch;margin-inline-start:4px}vortex-time-picker .vx-tp-seg:focus-visible{background:var(--accent);color:var(--on-accent)}vortex-time-picker .vx-tp-seg.is-empty{color:var(--muted)}vortex-time-picker .vx-tp-colon{color:var(--muted);padding:0 1px}vortex-time-picker .vx-tp-clock{color:var(--muted);display:inline-flex;margin-inline-end:var(--space-2)}vortex-time-picker .vx-tp-clock svg,vortex-time-picker .vx-tp-clock i{width:15px;height:15px}vortex-time-picker .vx-tp-clear{margin-inline-start:var(--space-2);border:0;background:transparent;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:var(--radius-sm);padding:0}vortex-time-picker .vx-tp-clear:hover{color:var(--text);background:var(--surface-3)}vortex-time-picker .vx-tp-clear:focus-visible{outline:2px solid var(--accent);outline-offset:1px}vortex-time-picker .vx-tp-clear svg,vortex-time-picker .vx-tp-clear i{width:13px;height:13px}vortex-time-picker[disabled] .vx-tp{opacity:.55;pointer-events:none}vortex-time-picker .vx-tp.is-invalid{border-color:var(--err)}vortex-time-picker .vx-tp-col{display:inline-flex;flex-direction:column;align-items:center}vortex-time-picker .vx-tp-step{display:none;border:0;background:transparent;color:var(--muted);cursor:pointer;padding:0;line-height:0;border-radius:var(--radius-sm)}vortex-time-picker .vx-tp-step svg,vortex-time-picker .vx-tp-step i{width:16px;height:16px}vortex-time-picker .vx-tp-step:active{color:var(--text-accent)}@media (pointer:coarse){vortex-time-picker .vx-tp{min-height:44px}vortex-time-picker .vx-tp-seg{padding:8px 4px}vortex-time-picker .vx-tp-step{display:inline-flex;align-items:center;justify-content:center;width:32px;height:26px}vortex-time-picker .vx-tp-clear{width:32px;height:32px}}vortex-tree-view{display:block}vortex-tree-view .vx-tree,vortex-tree-view ul[role="group"]{list-style:none;margin:0;padding:0}vortex-tree-view .vx-tree{font-size:var(--fs-base);color:var(--text);--vx-tree-indent:var(--space-5)}vortex-tree-view li[role="treeitem"]{outline:none}vortex-tree-view .vx-tree-row{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);padding-inline-start:calc(var(--space-2) + var(--lvl,0) * var(--vx-tree-indent));border-radius:var(--radius-sm);cursor:pointer;user-select:none;min-height:28px;box-sizing:border-box;position:relative;transition:background-color var(--dur-fast) ease}vortex-tree-view .vx-tree-row:hover{background:var(--surface-2)}vortex-tree-view li[role="treeitem"]:focus-visible>.vx-tree-row{outline:2px solid var(--accent);outline-offset:-2px}vortex-tree-view li[role="treeitem"][aria-selected="true"]>.vx-tree-row{background:var(--accent-tint);color:var(--text-strong)}vortex-tree-view li[role="treeitem"][aria-disabled="true"]>.vx-tree-row{opacity:.45;cursor:not-allowed}vortex-tree-view .vx-tree-twistie{flex:0 0 auto;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:var(--radius-sm);transition:transform var(--dur-fast) ease,color var(--dur-fast) ease}vortex-tree-view .vx-tree-twistie:hover{color:var(--text);background:var(--surface-3)}vortex-tree-view li[aria-expanded="true"]>.vx-tree-row>.vx-tree-twistie{transform:rotate(calc(90deg * var(--vx-dir,1)))}vortex-tree-view .vx-tree-twistie svg,vortex-tree-view .vx-tree-twistie i{width:14px;height:14px}vortex-tree-view .vx-tree-spacer{flex:0 0 auto;width:18px;height:18px}vortex-tree-view .vx-tree-ico{flex:0 0 auto;display:inline-flex;align-items:center;color:var(--muted)}vortex-tree-view li[aria-selected="true"]>.vx-tree-row .vx-tree-ico{color:var(--accent-text)}vortex-tree-view .vx-tree-ico svg,vortex-tree-view .vx-tree-ico i{width:15px;height:15px}vortex-tree-view .vx-tree-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-tree-view ul[role="group"][hidden]{display:none}vortex-tree-view.vx-tree-lined ul[role="group"]{position:relative}vortex-tree-view.vx-tree-lined ul[role="group"]::before{content:'';position:absolute;top:0;bottom:0;inset-inline-start:calc(var(--space-2) + var(--plvl,0) * var(--vx-tree-indent) + 9px);width:1px;background:var(--border)}vortex-tree-view[disabled] .vx-tree{opacity:.55;pointer-events:none}@media (pointer:coarse){vortex-tree-view .vx-tree-row{min-height:44px}vortex-tree-view .vx-tree-twistie,vortex-tree-view .vx-tree-spacer{width:24px;height:24px}}vortex-kbd{display:inline-flex;align-items:center;gap:3px;vertical-align:middle}vortex-kbd kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-family:var(--mono,ui-monospace,"SF Mono",Menlo,monospace);font-size:var(--fs-xs);font-weight:600;line-height:1;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-bottom-width:2px;border-radius:var(--radius-sm);white-space:nowrap}vortex-kbd[size="md"] kbd{min-width:26px;height:26px;font-size:var(--fs-md);padding:0 8px}vortex-kbd .vx-kbd-plus{color:var(--muted);font-size:var(--fs-2xs)}vortex-file-upload{display:block;margin-bottom:var(--space-3)}vortex-file-upload .vx-fu-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:var(--space-6) var(--space-4);text-align:center;cursor:pointer;touch-action:manipulation;border:2px dashed var(--border-strong,var(--border));border-radius:var(--radius,10px);background:var(--surface-2);color:var(--muted);transition:border-color var(--dur-fast) ease,background var(--dur-fast) ease,color var(--dur-fast) ease}vortex-file-upload .vx-fu-zone:hover{border-color:var(--accent);color:var(--text)}vortex-file-upload .vx-fu-zone:focus-within{outline:2px solid var(--accent);outline-offset:2px}vortex-file-upload .vx-fu-zone.is-drag{border-color:var(--accent);background:var(--accent-10,var(--hover-strong));color:var(--text)}vortex-file-upload .vx-fu-zone i[data-lucide]{width:28px;height:28px;opacity:.7}vortex-file-upload .vx-fu-main{font-size:var(--fs-base);font-weight:600;color:var(--text)}vortex-file-upload .vx-fu-hint{font-size:var(--fs-xs);color:var(--placeholder)}vortex-file-upload .vx-fu-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}vortex-file-upload .vx-fu-list{list-style:none;margin:var(--space-3) 0 0;padding:0;display:flex;flex-direction:column;gap:6px}vortex-file-upload .vx-fu-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm,8px);font-size:var(--fs-md)}vortex-file-upload .vx-fu-item i[data-lucide]{width:16px;height:16px;color:var(--muted);flex:none}vortex-file-upload .vx-fu-name{flex:1;min-width:0;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}vortex-file-upload .vx-fu-size{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-size:var(--fs-xs)}vortex-file-upload .vx-fu-rm{flex:none;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--muted);cursor:pointer;border-radius:var(--radius-md)}vortex-file-upload .vx-fu-rm:hover{background:var(--hover);color:var(--text-err)}vortex-file-upload .vx-fu-rm:focus-visible{outline:2px solid var(--accent);outline-offset:1px}vortex-file-upload .vx-fu-item.is-err{border-color:var(--err)}vortex-file-upload .vx-fu-err{font-size:var(--fs-xs);color:var(--text-err);font-weight:600;margin-top:4px}vortex-file-upload[disabled]{opacity:.5;pointer-events:none}@media (pointer:coarse){vortex-file-upload .vx-fu-rm{width:44px;height:44px}}vortex-file-upload .vx-fu-thumb{flex:none;width:44px;height:44px;border-radius:var(--radius-sm,8px);overflow:hidden;position:relative;background:var(--surface-2);display:grid;place-items:center;cursor:default;border:1px solid var(--border)}vortex-file-upload .vx-fu-thumb img,vortex-file-upload .vx-fu-thumb video{width:100%;height:100%;object-fit:cover;display:block}vortex-file-upload .vx-fu-thumb i[data-lucide]{width:20px;height:20px;color:var(--muted);opacity:.85}vortex-file-upload .vx-fu-ext{position:absolute;inset-inline:0;bottom:0;font-size:var(--fs-3xs);font-weight:800;letter-spacing:.04em;text-align:center;padding:1px 0;background:color-mix(in srgb,var(--accent) 18%,var(--surface));color:var(--text-accent,var(--accent));text-transform:uppercase}vortex-file-upload .vx-fu-thumb[data-playable]{cursor:pointer}vortex-file-upload .vx-fu-thumb[data-playable]::after{content:'';position:absolute;inset:0;background:color-mix(in srgb,#000 26%,transparent);transition:opacity var(--dur-fast) ease}vortex-file-upload .vx-fu-thumb[data-playable] .vx-fu-play{position:absolute;inset:0;margin:auto;width:18px;height:18px;color:#fff;display:grid;place-items:center;z-index:1;pointer-events:none}vortex-file-upload .vx-fu-thumb[data-playable].is-playing::after{opacity:0}vortex-file-upload .vx-fu-thumb[data-playable].is-playing .vx-fu-play{display:none}vortex-file-upload .vx-fu-thumb[data-kind="audio"]{background:color-mix(in srgb,var(--accent) 12%,var(--surface-2))}vortex-file-upload .vx-fu-thumb[data-kind="audio"] i[data-lucide]{color:var(--text-accent,var(--accent));opacity:1}vortex-file-upload .vx-fu-meta{flex:1;min-width:0;display:flex;align-items:baseline;gap:var(--space-3)}vortex-file-upload[variant="grid"] .vx-fu-list{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}vortex-file-upload[variant="grid"] .vx-fu-item{flex-direction:column;align-items:stretch;gap:6px;padding:var(--space-2);position:relative}vortex-file-upload[variant="grid"] .vx-fu-thumb{width:100%;height:auto;aspect-ratio:1 / 1}vortex-file-upload[variant="grid"] .vx-fu-thumb i[data-lucide]{width:30px;height:30px}vortex-file-upload[variant="grid"] .vx-fu-meta{display:flex;flex-direction:column;gap:1px;min-width:0}vortex-file-upload[variant="grid"] .vx-fu-name{white-space:nowrap}vortex-file-upload[variant="grid"] .vx-fu-rm{position:absolute;top:6px;inset-inline-end:6px;background:color-mix(in srgb,#000 50%,transparent);color:#fff;width:26px;height:26px}vortex-file-upload[variant="grid"] .vx-fu-rm:hover{background:var(--err);color:#fff}@media (pointer:coarse){vortex-file-upload[variant="grid"] .vx-fu-rm{width:36px;height:36px}}vortex-avatar-picker{display:block;margin-bottom:var(--space-3)}.vx-ap2-label{display:block;font-size:var(--fs-sm);color:var(--muted);font-weight:600;margin-bottom:8px;letter-spacing:.03em}.vx-ap2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:10px;max-width:360px}.vx-ap2-opt{position:relative;cursor:pointer;border-radius:50%;aspect-ratio:1;overflow:hidden;border:2px solid transparent;transition:border-color var(--dur-fast) ease,transform var(--dur-instant) ease}.vx-ap2-opt img{width:100%;height:100%;object-fit:cover;display:block}.vx-ap2-opt:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-ap2-opt[aria-checked="true"]{border-color:var(--accent)}.vx-ap2-opt[aria-checked="true"]::after{content:'';position:absolute;inset:0;box-shadow:inset 0 0 0 2px var(--surface);border-radius:50%}.vx-ap2-opt:active{transform:scale(.94)}.vx-ap2-stage{position:relative;width:240px;height:240px;max-width:100%;border-radius:50%;overflow:hidden;background:var(--surface-2);touch-action:none;cursor:grab;margin:4px 0 12px}.vx-ap2-stage.is-pan{cursor:grabbing}.vx-ap2-stage canvas{display:block;width:100%;height:100%}.vx-ap2-stage::after{content:'';position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 2px var(--border) inset;pointer-events:none}.vx-ap2-zoom{display:flex;align-items:center;gap:8px;max-width:240px;margin-bottom:12px}.vx-ap2-zoom input[type=range]{flex:1;accent-color:var(--accent)}.vx-ap2-zoom i{width:16px;height:16px;color:var(--muted)}.vx-ap2-actions{display:flex;gap:8px;flex-wrap:wrap}.vx-ap2-hint{font-size:var(--fs-xs);color:var(--muted);margin:0 0 10px}.vx-ap2-preview{display:flex;align-items:center;gap:10px;margin-top:10px}.vx-ap2-circle{position:relative;inline-size:96px;block-size:96px;border-radius:50%;border:2px dashed var(--border);background:var(--surface-2);color:var(--muted);cursor:pointer;padding:0;display:grid;place-items:center;overflow:visible;transition:border-color var(--dur-fast),background var(--dur-fast),color var(--dur-fast),transform var(--dur-instant)}.vx-ap2-circle:hover{border-color:var(--accent);color:var(--text-accent,var(--accent))}.vx-ap2-circle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.vx-ap2-circle:active{transform:scale(.96)}.vx-ap2-circle.is-dragover{border-color:var(--accent);background:color-mix(in oklab,var(--accent) 8%,var(--surface-2))}.vx-ap2-circle[data-filled]{border-style:solid}.vx-ap2-circle-img{position:absolute;inset:0;inline-size:100%;block-size:100%;border-radius:50%;object-fit:cover;display:none}.vx-ap2-circle[data-filled] .vx-ap2-circle-img{display:block}.vx-ap2-circle-empty{display:grid;place-items:center;gap:3px;font-size:var(--fs-3xs);font-weight:700;letter-spacing:.02em;text-align:center;padding:0 6px}.vx-ap2-circle[data-filled] .vx-ap2-circle-empty{display:none}.vx-ap2-circle-empty i,.vx-ap2-circle-empty svg{inline-size:24px;block-size:24px}.vx-ap2-circle-wrap{position:relative;inline-size:96px}vortex-avatar-picker[align="center"] .vx-ap2-circle-wrap{margin-inline:auto}vortex-avatar-picker[align="right"] .vx-ap2-circle-wrap{margin-inline-start:auto;margin-inline-end:0}.vx-ap2-badge{position:absolute;inset-inline-end:-2px;inset-block-end:-2px;inline-size:30px;block-size:30px;border-radius:50%;background:var(--accent);color:var(--text-on-accent);display:grid;place-items:center;box-shadow:0 0 0 3px var(--panel,var(--bg));pointer-events:auto}.vx-ap2-badge i,.vx-ap2-badge svg{inline-size:15px;block-size:15px}.vx-ap2-clear{position:absolute;inset-inline-end:-2px;inset-block-start:-2px;inline-size:26px;block-size:26px;border:none;border-radius:50%;background:var(--surface-3,var(--surface-2));color:var(--text);display:grid;place-items:center;cursor:pointer;padding:0;z-index:2;box-shadow:0 0 0 3px var(--panel,var(--bg));transition:background var(--dur-fast),color var(--dur-fast)}.vx-ap2-clear:hover{background:var(--err);color:var(--text-on-err)}.vx-ap2-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-ap2-clear[hidden]{display:none}.vx-ap2-clear i,.vx-ap2-clear svg{inline-size:14px;block-size:14px}.vx-ap2-cropmodal{inset:0;margin:auto;width:min(340px,calc(100vw - 32px));max-height:calc(100dvh - 40px);padding:18px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--panel);color:var(--text);box-shadow:var(--shadow-lg);overflow:auto;opacity:0;transform:scale(.94) translateY(8px);transition:opacity var(--dur-fast) ease,transform var(--dur-fast) ease,overlay var(--dur-fast) allow-discrete,display var(--dur-fast) allow-discrete}.vx-ap2-cropmodal[open]{opacity:1;transform:none}@starting-style{.vx-ap2-cropmodal[open]{opacity:0;transform:scale(.94) translateY(8px)}}.vx-ap2-cropmodal::backdrop{background:var(--scrim);backdrop-filter:blur(2px)}.vx-ap2-title{font-size:var(--fs-base);font-weight:700;margin:0 0 2px}.vx-ap2-cropmodal .vx-ap2-stage{margin:10px auto 12px}.vx-ap2-cropmodal .vx-ap2-zoom{margin:0 auto 16px}.vx-ap2-cropmodal .vx-ap2-actions{justify-content:flex-end}@media (prefers-reduced-motion:reduce){.vx-ap2-cropmodal{transition:overlay var(--dur-fast) allow-discrete,display var(--dur-fast) allow-discrete}}vortex-avatar-picker[disabled]{opacity:.5;pointer-events:none}vortex-rating{display:block;margin-bottom:var(--space-3)}vortex-rating .vx-rate-label{display:block;font-size:var(--fs-sm);color:var(--muted);font-weight:600;margin-bottom:6px;letter-spacing:.03em}vortex-rating .vx-rate{display:flex;flex-wrap:wrap;align-items:center;gap:2px;max-width:100%}vortex-rating .vx-rate-star{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;background:transparent;color:var(--border-strong,var(--muted));cursor:pointer;transition:color var(--dur-fast) ease,transform var(--dur-instant) ease}vortex-rating .vx-rate-star svg,vortex-rating .vx-rate-star i{width:22px;height:22px}vortex-rating .vx-rate-star.is-on{color:var(--accent-text)}vortex-rating .vx-rate-star.is-on svg{fill:currentColor}vortex-rating .vx-rate-star:hover{transform:scale(1.12)}vortex-rating .vx-rate-star:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm,6px)}vortex-rating[readonly] .vx-rate-star,vortex-rating[disabled] .vx-rate-star{cursor:default}vortex-rating[readonly] .vx-rate-star:hover,vortex-rating[disabled] .vx-rate-star:hover{transform:none}vortex-rating[disabled]{opacity:.5}@media (pointer:coarse){vortex-rating:not([readonly]) .vx-rate-star{width:44px;height:44px}}vortex-code-block{display:block;margin:var(--space-3) 0}vortex-code-block .vx-cb2{position:relative;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius,10px);overflow:hidden}vortex-code-block .vx-cb2-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-2) var(--space-3) var(--space-2) var(--space-4);border-bottom:1px solid var(--border);background:var(--surface-2);font-size:var(--fs-xs);color:var(--muted);min-height:34px}vortex-code-block .vx-cb2-lang{font-weight:700;letter-spacing:.04em;text-transform:uppercase}vortex-code-block .vx-cb2-title{color:var(--muted);font-family:var(--mono,ui-monospace,monospace);text-transform:none}vortex-code-block .vx-cb2-copy{display:inline-flex;align-items:center;gap:5px;flex:none;padding:4px 9px;border:1px solid var(--border);border-radius:var(--radius-sm,6px);background:var(--surface);color:var(--muted);cursor:pointer;font-family:inherit;font-size:var(--fs-xs);font-weight:600;transition:background var(--dur-fast) ease,color var(--dur-fast) ease,border-color var(--dur-fast) ease}vortex-code-block .vx-cb2-copy:hover{background:var(--hover-strong);color:var(--text);border-color:var(--border-strong)}vortex-code-block .vx-cb2-copy:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-code-block .vx-cb2-copy.is-done{color:var(--text-ok);border-color:var(--ok)}vortex-code-block .vx-cb2-copy svg,vortex-code-block .vx-cb2-copy i{width:13px;height:13px}vortex-code-block pre{margin:0;padding:var(--space-4);overflow-x:auto;font-family:var(--mono,ui-monospace,"SF Mono",Menlo,monospace);font-size:var(--fs-md);line-height:1.55;color:var(--text);tab-size:2}vortex-code-block code{font:inherit;color:inherit;white-space:pre}vortex-code-block .vx-cb2-head.is-bare{justify-content:end}@media (pointer:coarse){vortex-code-block .vx-cb2-copy{min-height:44px}}vortex-tag{display:inline-flex;vertical-align:middle}vortex-tag .vx-tag-ico{display:inline-flex}vortex-tag .vx-tag-ico svg,vortex-tag .vx-tag-ico i{width:12px;height:12px}vortex-tag .vx-tag-x{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-inline-start:2px;margin-inline-end:-2px;border:0;background:transparent;color:currentColor;cursor:pointer;border-radius:var(--radius-sm);opacity:.7;padding:0;line-height:1}vortex-tag .vx-tag-x:hover{opacity:1;background:var(--hover-strong)}vortex-tag .vx-tag-x:focus-visible{outline:2px solid currentColor;outline-offset:1px;opacity:1}vortex-tag .vx-tag-x svg,vortex-tag .vx-tag-x i{width:11px;height:11px}@media (pointer:coarse){vortex-tag .vx-tag-x::after{content:'';position:absolute;inset:-12px}}vortex-tag .vx-tag{position:relative}vortex-empty{display:block}vortex-skeleton{display:block}vortex-skeleton[variant="circle"]{display:inline-block}vortex-skeleton .vx-sk-stack{display:flex;flex-direction:column;gap:8px}vortex-skeleton .vx-skeleton{display:block;width:100%;height:.8em}vortex-skeleton .vx-skeleton.is-circle{border-radius:50%}vortex-skeleton .vx-skeleton.is-rect{border-radius:var(--radius-sm,6px)}vortex-skeleton[variant="card"]{display:block}vortex-skeleton .vx-sk-card{display:block;border:1px solid var(--border);border-radius:var(--radius-xl);padding:12px;background:var(--surface)}vortex-skeleton .vx-sk-card .vx-skeleton.is-rect{border-radius:var(--radius-lg)}vortex-popover{display:contents}vortex-popover .vx-pop{position:fixed;margin:0;inset:auto;padding:0;border:0;background:transparent;overflow:visible;--vx-pop-cap:21.25rem}vortex-popover .vx-pop:popover-open{display:block}vortex-popover .vx-pop-inner{background:var(--surface);border:1px solid var(--border-strong,var(--border));border-radius:var(--radius,10px);box-shadow:var(--shadow-lg,0 12px 24px rgba(0,0,0,.25));padding:var(--space-4);color:var(--text);font-size:var(--fs-base);line-height:1.5;animation:vx-pop-in var(--dur-fast) ease-out;box-sizing:border-box;max-width:min(var(--vx-avail-w,92vw),var(--vx-pop-cap,21.25rem));max-height:var(--vx-avail-h,80vh);overflow:auto;overscroll-behavior:contain}vortex-popover .vx-pop-inner{text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}@keyframes vx-pop-in{from{opacity:0;transform:scale(.97)}}@media (prefers-reduced-motion:reduce){vortex-popover .vx-pop-inner{animation:none}}vortex-popover .vx-pop-arrow{position:absolute;width:10px;height:10px;background:var(--surface);border:1px solid var(--border-strong,var(--border));transform:rotate(45deg)}vortex-popover .vx-pop[data-pos="bottom"] .vx-pop-arrow{top:-6px;border-inline-end:0;border-bottom:0}vortex-popover .vx-pop[data-pos="top"] .vx-pop-arrow{bottom:-6px;border-inline-start:0;border-top:0}vortex-popover .vx-pop[data-pos="right"] .vx-pop-arrow{inset-inline-start:-6px;border-top:0;border-inline-end:0}vortex-popover .vx-pop[data-pos="left"] .vx-pop-arrow{inset-inline-end:-6px;border-bottom:0;border-inline-start:0}vortex-sheet{display:contents}vortex-sheet .vx-sheet{padding:0;border:0;background:transparent;color:var(--text);max-width:none;max-height:none}vortex-sheet .vx-sheet::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}vortex-sheet .vx-sheet-panel{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xl,0 24px 48px rgba(0,0,0,.4));overflow:hidden;max-height:100vh;box-sizing:border-box}vortex-sheet .vx-sheet{margin:0}vortex-sheet[side="bottom"] .vx-sheet{margin:auto auto 0;width:min(680px,100%)}vortex-sheet[side="top"] .vx-sheet{margin:0 auto auto;width:min(680px,100%)}vortex-sheet[side="right"] .vx-sheet{margin:0 0 0 auto;height:100vh}vortex-sheet[side="left"] .vx-sheet{margin:0 auto 0 0;height:100vh}vortex-sheet[side="bottom"] .vx-sheet-panel{border-radius:var(--radius-lg,16px) var(--radius-lg,16px) 0 0;max-height:85vh}vortex-sheet[side="top"] .vx-sheet-panel{border-radius:0 0 var(--radius-lg,16px) var(--radius-lg,16px);max-height:85vh}vortex-sheet[side="bottom"][size="sm"] .vx-sheet-panel,vortex-sheet[side="top"][size="sm"] .vx-sheet-panel{max-height:50vh}vortex-sheet[side="bottom"][size="lg"] .vx-sheet-panel,vortex-sheet[side="top"][size="lg"] .vx-sheet-panel{max-height:95vh}vortex-sheet[detents][side="bottom"] .vx-sheet-panel{height:var(--vx-sheet-h,62svh);max-height:96svh}vortex-sheet[side="right"] .vx-sheet-panel,vortex-sheet[side="left"] .vx-sheet-panel{height:100vh;width:min(420px,92vw)}vortex-sheet[side="right"][size="lg"] .vx-sheet-panel,vortex-sheet[side="left"][size="lg"] .vx-sheet-panel{width:min(620px,96vw)}vortex-sheet[side="right"][size="sm"] .vx-sheet-panel,vortex-sheet[side="left"][size="sm"] .vx-sheet-panel{width:min(320px,88vw)}vortex-sheet .vx-sheet::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(2px);opacity:0;transition:opacity var(--dur-snappy) var(--ease-accel),overlay var(--dur-snappy) allow-discrete,display var(--dur-snappy) allow-discrete}vortex-sheet .vx-sheet[open]::backdrop{opacity:1;transition:opacity var(--dur-base) var(--ease-out),overlay var(--dur-base) allow-discrete,display var(--dur-base) allow-discrete}@starting-style{vortex-sheet .vx-sheet[open]::backdrop{opacity:0}}vortex-sheet .vx-sheet{transition:transform var(--dur-snappy) var(--ease-accel),overlay var(--dur-snappy) allow-discrete,display var(--dur-snappy) allow-discrete}vortex-sheet .vx-sheet[open]{transition:transform var(--dur-base) var(--ease-sheet),overlay var(--dur-base) allow-discrete,display var(--dur-base) allow-discrete}vortex-sheet[side="bottom"] .vx-sheet{transform:translateY(100%)}vortex-sheet[side="top"] .vx-sheet{transform:translateY(-100%)}vortex-sheet[side="right"] .vx-sheet{transform:translateX(100%)}vortex-sheet[side="left"] .vx-sheet{transform:translateX(-100%)}vortex-sheet .vx-sheet[open]{transform:none}@starting-style{vortex-sheet[side="bottom"] .vx-sheet[open]{transform:translateY(100%)}vortex-sheet[side="top"] .vx-sheet[open]{transform:translateY(-100%)}vortex-sheet[side="right"] .vx-sheet[open]{transform:translateX(100%)}vortex-sheet[side="left"] .vx-sheet[open]{transform:translateX(-100%)}}@media (prefers-reduced-motion:reduce){vortex-sheet .vx-sheet,vortex-sheet .vx-sheet::backdrop{transition:none}}vortex-sheet .vx-sheet-grip{display:none}vortex-sheet[side="bottom"] .vx-sheet-grip,vortex-sheet[side="top"] .vx-sheet-grip{display:block;width:36px;height:4px;border-radius:var(--radius-xs);background:var(--border-strong,var(--border));margin:var(--space-2) auto 0;cursor:grab;touch-action:none}vortex-sheet .vx-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);flex:none}vortex-sheet[side="bottom"] .vx-sheet-head,vortex-sheet[side="top"] .vx-sheet-head{touch-action:none}vortex-sheet .vx-sheet-title{font-size:var(--fs-lg);font-weight:700;color:var(--text);margin:0}vortex-sheet .vx-sheet-body{padding:var(--space-5);overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:var(--border) transparent}vortex-sheet .vx-sheet-body :is(.vx-dt-scroll-wrap,.vx-carousel-scroller,.vx-dprr-presets,.vx-rail,.vx-pf-chips,.vx-hm-scroll,.vx-chip-bar,[data-vx-hscroll]){touch-action:pan-x pan-y}vortex-sheet .vx-sheet-body vortex-scroll-area[axis="x"] .vx-sa-viewport{touch-action:pan-x pan-y}vortex-sheet .vx-sheet-body::-webkit-scrollbar{inline-size:6px}vortex-sheet .vx-sheet-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}vortex-sheet .vx-sheet-body::-webkit-scrollbar-track{background:transparent}@media (pointer:coarse){vortex-sheet .vx-sheet-body{scrollbar-width:none}vortex-sheet .vx-sheet-body::-webkit-scrollbar{display:none}}vortex-sheet .vx-sheet-foot:not(:empty){padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);flex:none;display:flex;gap:var(--space-3);justify-content:end}vortex-command-palette{display:contents}vortex-command-palette .vx-cmdk{width:min(620px,92vw);max-width:620px;padding:0;border:0;background:transparent;color:var(--text);margin-top:12vh;margin-bottom:auto;margin-inline-start:auto;margin-inline-end:auto}vortex-command-palette .vx-cmdk::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(2px);opacity:0;transition:opacity var(--dur-fast) ease-out,overlay var(--dur-fast) allow-discrete,display var(--dur-fast) allow-discrete}vortex-command-palette .vx-cmdk[open]::backdrop{opacity:1}@starting-style{vortex-command-palette .vx-cmdk[open]::backdrop{opacity:0}}vortex-command-palette .vx-cmdk{opacity:0;transform:translateY(-8px) scale(.98);transition:opacity var(--dur-fast) ease-out,transform var(--dur-fast) ease-out,overlay var(--dur-fast) allow-discrete,display var(--dur-fast) allow-discrete}vortex-command-palette .vx-cmdk[open]{opacity:1;transform:none}@starting-style{vortex-command-palette .vx-cmdk[open]{opacity:0;transform:translateY(-8px) scale(.98)}}vortex-command-palette .vx-cmdk-panel{background:var(--surface);border:1px solid var(--border-strong,var(--border));border-radius:var(--radius-lg,14px);box-shadow:var(--shadow-xl,0 24px 48px rgba(0,0,0,.4));overflow:hidden;display:flex;flex-direction:column;max-height:70vh}@media (prefers-reduced-motion:reduce){vortex-command-palette .vx-cmdk,vortex-command-palette .vx-cmdk::backdrop{transition:none}}vortex-command-palette .vx-cmdk-search{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}vortex-command-palette .vx-cmdk-search i,vortex-command-palette .vx-cmdk-search svg{width:18px;height:18px;color:var(--muted);flex:none}vortex-command-palette .vx-cmdk-input{flex:1;min-width:0;border:0;background:transparent;color:var(--text);font-family:inherit;font-size:var(--fs-lg);outline:none;padding:2px 0}vortex-command-palette .vx-cmdk-input::placeholder{color:var(--placeholder)}vortex-command-palette .vx-cmdk-esc{flex:none;font-size:var(--fs-2xs);color:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 6px;font-weight:700;letter-spacing:.04em}vortex-command-palette .vx-cmdk-list{list-style:none;margin:0;padding:var(--space-2);overflow-y:auto;flex:1;scrollbar-width:thin}vortex-command-palette .vx-cmdk-group{font-size:var(--fs-2xs);text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:700;padding:var(--space-3) var(--space-3) var(--space-1)}vortex-command-palette .vx-cmdk-opt{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-sm,8px);cursor:pointer;color:var(--text);font-size:var(--fs-base);scroll-margin:8px}vortex-command-palette .vx-cmdk-opt[aria-selected="true"]{background:var(--accent-tint)}vortex-command-palette .vx-cmdk-opt .vx-cmdk-ico{flex:none;display:inline-flex;color:var(--muted)}vortex-command-palette .vx-cmdk-opt[aria-selected="true"] .vx-cmdk-ico{color:var(--accent-text)}vortex-command-palette .vx-cmdk-ico svg,vortex-command-palette .vx-cmdk-ico i{width:17px;height:17px}vortex-command-palette .vx-cmdk-opt-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}vortex-command-palette .vx-cmdk-opt-sc{flex:none;display:inline-flex;gap:3px}vortex-command-palette .vx-cmdk-opt-sc kbd{font-size:var(--fs-2xs);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1px 5px;color:var(--muted);font-family:inherit;font-weight:600}vortex-command-palette .vx-cmdk-empty{padding:var(--space-6);text-align:center;color:var(--muted);font-size:var(--fs-base)}vortex-command-palette .vx-cmdk-foot{display:flex;gap:var(--space-4);padding:var(--space-2) var(--space-4);border-top:1px solid var(--border);font-size:var(--fs-2xs);color:var(--muted)}vortex-command-palette .vx-cmdk-foot kbd{font-family:inherit;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 4px;font-size:var(--fs-2xs)}@media (max-width:560px){vortex-command-palette .vx-cmdk{width:96vw;margin-top:6vh}vortex-command-palette .vx-cmdk-foot{display:none}}vortex-slider{display:block;margin-bottom:var(--space-3);--vx-sl-color:var(--accent)}vortex-slider[tone="ok"]{--vx-sl-color:var(--ok)}vortex-slider[tone="warn"]{--vx-sl-color:var(--warn)}vortex-slider[tone="err"]{--vx-sl-color:var(--err)}vortex-slider .vx-sl-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;gap:var(--space-3)}vortex-slider .vx-sl-label{font-size:var(--fs-sm);color:var(--muted);font-weight:600;letter-spacing:.03em}vortex-slider .vx-sl-value{font-size:var(--fs-md);color:var(--text);font-weight:700;font-variant-numeric:tabular-nums}vortex-slider .vx-sl-input{-webkit-appearance:none;appearance:none;width:100%;height:20px;background:transparent;cursor:pointer;margin:0}vortex-slider .vx-sl-input:focus{outline:none}vortex-slider:dir(rtl) .vx-sl-input,[dir="rtl"] vortex-slider .vx-sl-input{--vx-sl-pos:100%}vortex-slider .vx-sl-input::-webkit-slider-runnable-track{height:6px;border-radius:var(--radius-full);background:linear-gradient(var(--vx-sl-color),var(--vx-sl-color)) var(--vx-sl-pos,0)/var(--vx-sl-fill,0%) no-repeat,var(--surface-3,var(--surface-2))}vortex-slider .vx-sl-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-6px;border-radius:50%;background:var(--vx-sl-color);border:2px solid var(--surface);box-shadow:var(--shadow-xs);transition:transform var(--dur-instant) ease}vortex-slider .vx-sl-input:active::-webkit-slider-thumb{transform:scale(1.15)}vortex-slider .vx-sl-input:focus-visible::-webkit-slider-thumb{outline:2px solid var(--vx-sl-color);outline-offset:2px}vortex-slider .vx-sl-input::-moz-range-track{height:6px;border-radius:var(--radius-full);background:var(--surface-3,var(--surface-2))}vortex-slider .vx-sl-input::-moz-range-progress{height:6px;border-radius:var(--radius-full);background:var(--vx-sl-color)}vortex-slider .vx-sl-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:2px solid var(--surface);background:var(--vx-sl-color);box-shadow:var(--shadow-xs)}vortex-slider .vx-sl-input:focus-visible::-moz-range-thumb{outline:2px solid var(--vx-sl-color);outline-offset:2px}vortex-slider datalist{display:flex;justify-content:space-between;writing-mode:horizontal-tb;padding:4px 8px 0;margin:0}vortex-slider datalist option{padding:0;font-size:var(--fs-3xs);color:var(--muted);inline-size:1px;min-inline-size:1px}vortex-slider[disabled]{opacity:.5}vortex-slider[disabled] .vx-sl-input{cursor:not-allowed}vortex-textarea{display:block;margin-bottom:var(--space-3)}vortex-textarea .vx-ta-control{line-height:1.5;resize:vertical;overflow-y:auto;min-height:calc(1lh * var(--vx-ta-rows,3) + 2 * var(--space-3))}vortex-textarea[autosize]:not([autosize="false"]) .vx-ta-control{resize:none;overflow-y:hidden}@supports (field-sizing:content){vortex-textarea[autosize]:not([autosize="false"]) .vx-ta-control{field-sizing:content;min-block-size:calc(1lh * var(--vx-ta-rows,3) + 2 * var(--space-3))}vortex-textarea[autosize][max-rows]:not([autosize="false"]) .vx-ta-control{max-block-size:calc(1lh * var(--vx-ta-max-rows) + 2 * var(--space-3));overflow-y:auto}}vortex-textarea .vx-ta-foot{display:flex;justify-content:space-between;align-items:baseline;margin-top:4px;gap:var(--space-3)}vortex-textarea .vx-ta-error{font-size:var(--fs-xs);color:var(--text-err);font-weight:600}vortex-textarea .vx-ta-count{font-size:var(--fs-xs);color:var(--placeholder);font-variant-numeric:tabular-nums;margin-inline-start:auto;unicode-bidi:plaintext}vortex-textarea .vx-ta-count.is-over{color:var(--text-err);font-weight:700}vortex-textarea[error] .vx-ta-control{border-color:var(--err)}vortex-textarea[disabled]{opacity:.55}vortex-textarea[disabled] .vx-ta-control{cursor:not-allowed}vortex-progress{display:block;--vx-pr-h:8px;--vx-pr-color:var(--accent)}vortex-progress[size="sm"]{--vx-pr-h:4px}vortex-progress[size="lg"]{--vx-pr-h:12px}vortex-progress[tone="ok"]{--vx-pr-color:var(--ok)}vortex-progress[tone="warn"]{--vx-pr-color:var(--warn)}vortex-progress[tone="err"]{--vx-pr-color:var(--err)}vortex-progress[tone="info"]{--vx-pr-color:var(--info)}vortex-progress .vx-pr-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;gap:var(--space-3)}vortex-progress .vx-pr-label{font-size:var(--fs-md);color:var(--muted);font-weight:600}vortex-progress .vx-pr-value{font-size:var(--fs-md);color:var(--text);font-weight:700;font-variant-numeric:tabular-nums;min-width:3ch;text-align:end}vortex-progress .vx-pr-track{position:relative;width:100%;height:var(--vx-pr-h);background:var(--surface-3,var(--surface-2));border-radius:var(--radius-full);overflow:hidden}vortex-progress .vx-pr-fill{position:absolute;inset-block:0;inset-inline-start:0;inset-inline-end:auto;height:100%;background:var(--vx-pr-color);border-radius:var(--radius-full);transition:width var(--dur-base) var(--ease-in-out)}vortex-progress .vx-pr-track.is-indeterminate .vx-pr-fill{width:35%;inset-block:0;inset-inline-start:0;inset-inline-end:auto;animation:vx-pr-slide 1.3s ease-in-out infinite}@keyframes vx-pr-slide{0%{inset-inline-start:-35%}100%{inset-inline-start:100%}}@media (prefers-reduced-motion:reduce){vortex-progress .vx-pr-track.is-indeterminate .vx-pr-fill{animation-duration:3s}}vortex-spinner{display:inline-flex;vertical-align:middle;--vx-sp-size:24px;--vx-sp-color:var(--accent)}vortex-spinner[size="sm"]{--vx-sp-size:16px}vortex-spinner[size="lg"]{--vx-sp-size:40px}vortex-spinner[size="xl"]{--vx-sp-size:64px}vortex-spinner[tone="muted"]{--vx-sp-color:var(--muted)}vortex-spinner[tone="ok"]{--vx-sp-color:var(--ok)}vortex-spinner[tone="warn"]{--vx-sp-color:var(--warn)}vortex-spinner[tone="err"]{--vx-sp-color:var(--err)}vortex-spinner[tone="current"]{--vx-sp-color:currentColor}vortex-spinner[center]{display:flex;justify-content:center;width:100%}vortex-spinner .vx-sp-ring{display:inline-block;box-sizing:border-box;width:var(--vx-sp-size);height:var(--vx-sp-size);border-radius:50%;border:max(2px,calc(var(--vx-sp-size) / 9)) solid var(--border);border-top-color:var(--vx-sp-color);animation:vx-sp-rot .7s linear infinite}@keyframes vx-sp-rot{to{transform:rotate(360deg)}}vortex-spinner .vx-sp-dots{display:inline-flex;gap:calc(var(--vx-sp-size) / 4);align-items:center}vortex-spinner .vx-sp-dots span{width:calc(var(--vx-sp-size) / 3.5);height:calc(var(--vx-sp-size) / 3.5);border-radius:50%;background:var(--vx-sp-color);animation:vx-sp-bounce 1.2s ease-in-out infinite}vortex-spinner .vx-sp-dots span:nth-child(2){animation-delay:var(--dur-fast)}vortex-spinner .vx-sp-dots span:nth-child(3){animation-delay:var(--dur-base)}@keyframes vx-sp-bounce{0%,80%,100%{transform:scale(.4);opacity:.5}40%{transform:scale(1);opacity:1}}@media (prefers-reduced-motion:reduce){vortex-spinner .vx-sp-ring{animation-duration:2s}vortex-spinner .vx-sp-dots span{animation:none;opacity:.7}}vortex-checkbox{display:block}vortex-checkbox .vx-cb{display:inline-flex;align-items:flex-start;gap:var(--space-3);cursor:pointer;position:relative}vortex-checkbox .vx-cb-input{position:absolute;opacity:0;width:20px;height:20px;margin:0;top:0;inset-inline-start:0;cursor:pointer}vortex-checkbox .vx-cb-box{flex:none;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:var(--radius-sm,6px);background:var(--surface-2);border:2px solid var(--border);color:#fff;transition:background var(--dur-fast) ease,border-color var(--dur-fast) ease}vortex-checkbox .vx-cb-box svg,vortex-checkbox .vx-cb-box i{width:13px;height:13px;stroke-width:3}vortex-checkbox .vx-cb-box .vx-cb-check{opacity:0;transform:scale(.6);transition:opacity var(--dur-fast) ease,transform var(--dur-fast) ease}vortex-checkbox .vx-cb-input:checked ~ .vx-cb-box,vortex-checkbox .vx-cb-input:indeterminate ~ .vx-cb-box{background:var(--accent);border-color:var(--accent)}vortex-checkbox .vx-cb-input:checked ~ .vx-cb-box .vx-cb-check{opacity:1;transform:scale(1)}vortex-checkbox .vx-cb-input:indeterminate ~ .vx-cb-box .vx-cb-check{display:none}vortex-checkbox .vx-cb-input:indeterminate ~ .vx-cb-box::after{content:'';width:10px;height:2px;background:#fff;border-radius:var(--radius-xs)}vortex-checkbox .vx-cb-input:focus-visible ~ .vx-cb-box{outline:2px solid var(--accent);outline-offset:2px}vortex-checkbox .vx-cb-body{display:flex;flex-direction:column;gap:1px}vortex-checkbox .vx-cb-label{font-size:var(--fs-base);color:var(--text);user-select:none;line-height:1.35}vortex-checkbox .vx-cb-desc{font-size:var(--fs-sm);color:var(--placeholder);line-height:1.35}vortex-checkbox .vx-cb-error{display:block;font-size:var(--fs-xs);color:var(--text-err);font-weight:600;margin-top:4px}vortex-checkbox[error] .vx-cb-box{border-color:var(--err)}vortex-checkbox[disabled]{opacity:.5}vortex-checkbox[disabled] .vx-cb,vortex-checkbox[disabled] .vx-cb-input{cursor:not-allowed}vortex-switch{display:block}vortex-switch .vx-sw{display:inline-flex;align-items:center;gap:var(--space-3);cursor:pointer}vortex-switch[label-position="start"] .vx-sw{flex-direction:row-reverse}vortex-switch .vx-sw-track{flex:none;position:relative;width:42px;height:24px;padding:0;border-radius:var(--radius-full);background:var(--surface-3,var(--surface-2));border:1px solid var(--border);cursor:pointer;transition:background var(--dur-snappy) ease,border-color var(--dur-snappy) ease}vortex-switch .vx-sw-thumb{position:absolute;top:50%;inset-inline-start:3px;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:var(--muted);transition:transform var(--dur-snappy) var(--ease-spring),background var(--dur-snappy) ease}vortex-switch .vx-sw-track[aria-checked="true"]{background:var(--accent);border-color:var(--accent)}vortex-switch .vx-sw-track[aria-checked="true"] .vx-sw-thumb{transform:translateY(-50%) translateX(calc(18px * var(--vx-dir,1)));background:#fff}vortex-switch .vx-sw-track:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-switch .vx-sw-label{font-size:var(--fs-base);color:var(--text);user-select:none;line-height:1.3}vortex-switch[disabled] .vx-sw,vortex-switch .vx-sw-track[disabled]{cursor:not-allowed}vortex-switch[disabled]{opacity:.5}vortex-stepper{display:block}vortex-stepper .vx-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}vortex-stepper .vx-stepper{display:flex;list-style:none;margin:0;padding:0}vortex-stepper .vx-step{position:relative;min-width:0}vortex-stepper .vx-step-btn{display:flex;align-items:center;gap:var(--space-2);background:transparent;border:0;padding:var(--space-1);font-family:inherit;color:inherit;text-align:start;width:100%}vortex-stepper .vx-step--clickable .vx-step-btn{cursor:pointer;border-radius:var(--radius-sm)}vortex-stepper .vx-step--clickable .vx-step-btn:hover{background:var(--hover)}vortex-stepper .vx-step-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-stepper .vx-step-btn[disabled]{cursor:default}vortex-stepper .vx-step-marker{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--surface-2);border:2px solid var(--border);color:var(--muted);font-size:var(--fs-md);font-weight:700;line-height:1;transition:background var(--dur-snappy) ease,border-color var(--dur-snappy) ease,color var(--dur-snappy) ease;z-index:1}vortex-stepper .vx-step-marker svg,vortex-stepper .vx-step-marker i{width:16px;height:16px}vortex-stepper .vx-step-body{display:flex;flex-direction:column;gap:1px;min-width:0}vortex-stepper .vx-step-label{font-size:var(--fs-md);font-weight:600;color:var(--muted);transition:color var(--dur-snappy) ease;line-height:1.25}vortex-stepper .vx-step-desc{font-size:var(--fs-xs);color:var(--placeholder);line-height:1.3}vortex-stepper .vx-step-optional{font-size:var(--fs-2xs);color:var(--placeholder);font-style:italic}vortex-stepper .vx-step.is-completed .vx-step-marker{background:var(--accent-tint);border-color:var(--accent);color:var(--accent-text)}vortex-stepper .vx-step.is-active .vx-step-marker{background:color-mix(in srgb,var(--accent) 20%,transparent);border-color:var(--accent);color:var(--text-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 22%,transparent)}vortex-stepper .vx-step.is-active .vx-step-label{color:var(--text);font-weight:700}vortex-stepper .vx-step.is-completed .vx-step-label{color:var(--text)}vortex-stepper .vx-step.is-error .vx-step-marker{background:transparent;border-color:var(--err);color:var(--text-err)}vortex-stepper .vx-step.is-error .vx-step-label{color:var(--text-err)}vortex-stepper .vx-step.is-upcoming .vx-step-marker{background:var(--surface-2);border-color:var(--border);color:var(--muted)}vortex-stepper .vx-step.is-upcoming .vx-step-label{color:var(--muted)}vortex-stepper .vx-stepper:not(.is-vertical){flex-direction:row;align-items:flex-start}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step{flex:1}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step-btn{flex-direction:column;align-items:center;gap:var(--space-2);text-align:center}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step-body{align-items:center;text-align:center}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step:not(:first-child)::before{content:'';position:absolute;top:16px;height:2px;inset-inline-start:calc(-50% + 16px);inset-inline-end:calc(50% + 16px);background:var(--border);transition:background var(--dur-snappy) ease}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step.is-connector-done::before{background:var(--accent)}vortex-stepper .vx-stepper.is-vertical{flex-direction:column;align-items:stretch}vortex-stepper .vx-stepper.is-vertical .vx-step{padding-bottom:var(--space-5)}vortex-stepper .vx-stepper.is-vertical .vx-step:last-child{padding-bottom:0}vortex-stepper .vx-stepper.is-vertical .vx-step-btn{flex-direction:row;align-items:flex-start}vortex-stepper .vx-stepper.is-vertical .vx-step-body{padding-top:5px}vortex-stepper .vx-stepper.is-vertical .vx-step:not(:last-child)::before{content:'';position:absolute;inset-inline-start:16px;top:34px;bottom:2px;width:2px;transform:translateX(calc(-1px * var(--vx-dir,1)));background:var(--border);transition:background var(--dur-snappy) ease}vortex-stepper .vx-stepper.is-vertical .vx-step.is-connector-done::before{background:var(--accent)}vortex-stepper[disabled]{opacity:.55;pointer-events:none}@media (max-width:560px){vortex-stepper .vx-stepper:not(.is-vertical) .vx-step-label{font-size:var(--fs-xs);overflow-wrap:anywhere}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step-body{padding-inline:4px}vortex-stepper .vx-stepper:not(.is-vertical) .vx-step-desc{display:none}}vortex-pagination{display:block}vortex-pagination .vx-pg-list{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-1);list-style:none;margin:0;padding:0;max-width:100%;overflow-x:auto;scrollbar-width:none}vortex-pagination .vx-pg-list::-webkit-scrollbar{display:none}vortex-pagination .vx-pg-item{display:inline-flex}vortex-pagination .vx-pg-btn{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 var(--space-2);background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--fs-md);font-weight:600;line-height:1;cursor:pointer;user-select:none;transition:background var(--dur-fast) ease,color var(--dur-fast) ease,border-color var(--dur-fast) ease}vortex-pagination .vx-pg-btn:hover:not([disabled]):not([aria-current]){background:var(--hover-strong);border-color:var(--border-strong);color:var(--text)}vortex-pagination .vx-pg-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-pagination .vx-pg-btn[aria-current="page"]{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--text-accent);border-color:var(--accent);cursor:default;font-weight:700}vortex-pagination .vx-pg-arrow{color:var(--muted)}vortex-pagination .vx-pg-arrow svg,vortex-pagination .vx-pg-arrow i{width:16px;height:16px}vortex-pagination .vx-pg-btn[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}vortex-pagination .vx-pg-dots{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:38px;color:var(--muted);user-select:none;pointer-events:none;font-weight:700}vortex-pagination .vx-pg-status{display:inline-flex;align-items:center;padding:0 var(--space-3);height:38px;color:var(--muted);font-size:var(--fs-md);font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}vortex-pagination[disabled]{opacity:.55;pointer-events:none}vortex-pagination.vx-pg--compact .vx-pg-btn{min-width:44px;height:44px}vortex-breadcrumb{display:block}vortex-breadcrumb .vx-bc-nav{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}vortex-breadcrumb .vx-bc-nav::-webkit-scrollbar{display:none}vortex-breadcrumb .vx-bc-list{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-1);list-style:none;margin:0;padding:0;min-width:max-content}vortex-breadcrumb .vx-bc-item{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--fs-md);line-height:1;white-space:nowrap}vortex-breadcrumb .vx-bc-link{display:inline-flex;align-items:center;gap:var(--space-1);color:var(--muted);text-decoration:none;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);transition:color var(--dur-fast) ease,background var(--dur-fast) ease;min-height:32px}vortex-breadcrumb .vx-bc-link:hover{color:var(--text);background:var(--hover)}vortex-breadcrumb .vx-bc-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;color:var(--text)}vortex-breadcrumb .vx-bc-current{display:inline-flex;align-items:center;gap:var(--space-1);color:var(--text);font-weight:600;padding:var(--space-1) var(--space-2);max-width:60vw;overflow:hidden;text-overflow:ellipsis}vortex-breadcrumb .vx-bc-ico{display:inline-flex}vortex-breadcrumb .vx-bc-ico svg,vortex-breadcrumb .vx-bc-ico i{width:15px;height:15px}vortex-breadcrumb .vx-bc-sep{display:inline-flex;align-items:center;color:var(--muted);opacity:.6;user-select:none;pointer-events:none}vortex-breadcrumb .vx-bc-sep svg,vortex-breadcrumb .vx-bc-sep i{width:14px;height:14px}vortex-breadcrumb .vx-bc-sep--char{font-size:var(--fs-md)}vortex-breadcrumb .vx-bc-expand{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:0 var(--space-2);background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--fs-md);font-weight:700;line-height:1;cursor:pointer;letter-spacing:.05em;transition:background var(--dur-fast) ease,color var(--dur-fast) ease,border-color var(--dur-fast) ease}vortex-breadcrumb .vx-bc-expand:hover{background:color-mix(in oklab,var(--accent) 10%,transparent);color:var(--text-accent,var(--accent));border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-breadcrumb .vx-bc-expand:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:480px){vortex-breadcrumb .vx-bc-current{max-width:50vw}}vortex-tel-input{display:block;min-width:0;max-width:100%}vortex-tel-input.vx-tel-has-error .vx-field-shell{border-color:var(--text-err,var(--danger))}.vx-field-shell.vx-tel-wrap{align-items:stretch;gap:0}.vx-tel-country,.vx-tel-num{box-sizing:border-box;line-height:normal;vertical-align:middle;background:transparent;border:0;color:var(--text);font:inherit;font-size:var(--fs-base);margin:0}.vx-tel-country{display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:var(--radius) 0 0 var(--radius);cursor:pointer;white-space:nowrap;transition:background var(--dur-fast);flex:0 0 auto}.vx-tel-country:hover{background:var(--hover)}.vx-tel-country:focus-visible,.vx-tel-num:focus,.vx-tel-num:focus-visible{outline:none}.vx-tel-flag{font-size:var(--fs-xl);line-height:1}.vx-tel-dial{color:var(--muted);font-variant-numeric:tabular-nums}.vx-tel-caret{width:14px;height:14px;color:var(--muted)}.vx-tel-num{flex:1 1 auto;min-width:0;padding:0 12px;border-radius:0 var(--radius) var(--radius) 0;border-inline-start:1px solid var(--border);font-variant-numeric:tabular-nums}.vx-tel-wrap:focus-within .vx-tel-num{border-inline-start-color:var(--border-accent)}vortex-tel-input[disabled] .vx-tel-wrap{opacity:.55;pointer-events:none}@media (pointer:coarse){.vx-tel-country{min-height:44px}}.vx-tel-pop{position:fixed;margin:0;padding:0;width:300px;max-width:calc(100vw - 16px);max-height:min(60vh,360px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:9995;color:var(--text);overflow:hidden}.vx-tel-pop:popover-open{display:flex;flex-direction:column;animation:vx-tel-in var(--dur-fast) ease-out}@keyframes vx-tel-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.vx-tel-body{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.vx-tel-search-head{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 12px;border-bottom:1px solid var(--border)}.vx-tel-list{overflow-y:auto;flex:1;padding:0 6px 6px}.vx-tel-opt{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;border-radius:var(--radius);border:0;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:var(--fs-md);text-align:start}.vx-tel-opt:hover,.vx-tel-opt.is-active{background:var(--surface-2)}.vx-tel-opt[aria-selected="true"]{background:color-mix(in oklab,var(--accent) 14%,transparent)}.vx-tel-opt.is-picked{background:color-mix(in oklab,var(--accent) 22%,transparent);animation:vx-tel-pick 260ms var(--ease-out)}@keyframes vx-tel-pick{from{background:color-mix(in oklab,var(--accent) 55%,transparent)}}@media (prefers-reduced-motion:reduce){.vx-tel-opt.is-picked{animation:none}}.vx-tel-opt:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-tel-opt-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vx-tel-opt-dial{color:var(--muted);font-variant-numeric:tabular-nums}.vx-tel-sep{height:1px;background:var(--border);margin:4px 6px}.vx-tel-empty{padding:16px;text-align:center;color:var(--muted);font-size:var(--fs-md)}@media (prefers-reduced-motion:reduce){.vx-tel-pop:popover-open{animation:none}}vortex-sheet .vx-tel-body{flex:1;min-height:0}vortex-sheet .vx-tel-search-head{padding:12px 14px}vortex-sheet .vx-tel-list{flex:1;min-height:0;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px))}vortex-sheet .vx-sheet-body:has(.vx-tel-body){padding:0;overflow:hidden;display:flex;flex-direction:column}vortex-mega-menu{display:inline-block;position:relative}.vx-mega-trigger{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font:inherit;font-size:var(--fs-md);font-weight:600;padding:9px 14px;border-radius:var(--radius);min-height:40px;display:inline-flex;align-items:center;gap:7px;transition:background var(--dur-fast),border-color var(--dur-fast)}.vx-mega-trigger:hover,.vx-mega-trigger[aria-expanded="true"]{background:var(--surface-2);border-color:var(--accent)}.vx-mega-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-mega-trigger .vx-mega-chev{width:16px;height:16px;transition:transform var(--dur-fast)}.vx-mega-trigger[aria-expanded="true"] .vx-mega-chev{transform:rotate(180deg)}.vx-mega-panel{position:fixed;margin:0;padding:18px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-xl);z-index:9996;color:var(--text);gap:22px;max-width:min(820px,var(--vx-avail-w,100vw),calc(100vw - 16px));max-height:var(--vx-avail-h,90vh);overflow:auto;overscroll-behavior:contain}.vx-mega-panel:popover-open{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);animation:vx-mega-in var(--dur-fast) ease-out}@keyframes vx-mega-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.vx-mega-col-h{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 10px;padding-bottom:7px;border-bottom:1px solid var(--border);overflow-wrap:anywhere}.vx-mega-link{display:flex;align-items:flex-start;gap:10px;padding:8px 9px;border-radius:var(--radius);text-decoration:none;color:var(--text);transition:background var(--dur-fast)}.vx-mega-link:hover,.vx-mega-link:focus-visible{background:var(--surface-2)}.vx-mega-link:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vx-mega-link i,.vx-mega-link svg{width:17px;height:17px;flex-shrink:0;margin-top:2px;color:var(--accent-text)}.vx-mega-link>span{display:flex;flex-direction:column;min-width:0}.vx-mega-link-l{display:block;font-size:var(--fs-md);font-weight:600;line-height:1.3;text-wrap:pretty;overflow-wrap:anywhere}.vx-mega-link-d{display:block;font-size:var(--fs-xs);color:var(--muted);line-height:1.4;margin-top:2px;text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}.vx-mega-featured{background:color-mix(in oklab,var(--accent) 9%,transparent);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;gap:6px;min-width:200px}.vx-mega-featured:hover,.vx-mega-featured:focus-visible{border-color:var(--accent)}.vx-mega-featured:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vx-mega-featured i,.vx-mega-featured svg{width:22px;height:22px;color:var(--accent-text)}.vx-mega-featured-t{font-size:var(--fs-base);font-weight:700;text-wrap:pretty;overflow-wrap:anywhere}.vx-mega-featured-d{font-size:var(--fs-sm);color:var(--muted);line-height:1.45;text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}@media (max-width:640px){.vx-mega-panel:popover-open{grid-auto-flow:row;grid-auto-columns:auto}.vx-mega-panel{max-width:min(var(--vx-avail-w,100vw),calc(100vw - 16px));width:calc(100vw - 16px)}}@media (prefers-reduced-motion:reduce){.vx-mega-panel:popover-open{animation:none}}vortex-splitter{display:block;height:100%;min-height:0}.vx-split{display:flex;width:100%;height:100%;min-height:0;min-width:0}.vx-split[data-orient="horizontal"]{flex-direction:column}.vx-split-pane{overflow:auto;min-width:0;min-height:0}.vx-split-pane.is-collapsed{display:none}.vx-split-sep{flex:0 0 auto;position:relative;background:var(--border);border:0;padding:0;cursor:col-resize;touch-action:none;transition:background var(--dur-fast)}.vx-split[data-orient="vertical"] .vx-split-sep{width:7px;height:auto;cursor:col-resize}.vx-split[data-orient="horizontal"] .vx-split-sep{height:7px;width:auto;cursor:row-resize}.vx-split-sep:hover,.vx-split-sep.is-dragging{background:var(--accent)}.vx-split-sep:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vx-split-sep::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--surface);border-radius:var(--radius-sm)}.vx-split[data-orient="vertical"] .vx-split-sep::after{width:3px;height:26px}.vx-split[data-orient="horizontal"] .vx-split-sep::after{height:3px;width:26px}@media (pointer:coarse){.vx-split-sep::before{content:"";position:absolute;inset:0;margin:auto}.vx-split[data-orient="vertical"] .vx-split-sep::before{width:44px;height:auto}.vx-split[data-orient="horizontal"] .vx-split-sep::before{height:44px;width:auto}}vortex-menubar{display:block}.vx-mbar{display:flex;align-items:stretch;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3px;width:max-content;max-width:100%}.vx-mbar.is-within{border-color:var(--accent)}.vx-mbar-top{appearance:none;border:0;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:var(--fs-md);font-weight:500;padding:7px 12px;border-radius:var(--radius-md);min-height:36px;display:inline-flex;align-items:center;gap:6px;transition:background var(--dur-fast)}.vx-mbar-top:hover,.vx-mbar-top[aria-expanded="true"]{background:var(--surface-2)}.vx-mbar-top:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-mbar-menu{position:fixed;inset:auto;margin:0;padding:5px;min-width:200px;max-width:min(300px,calc(100vw - 12px));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:9997;color:var(--text)}.vx-mbar-menu:popover-open{animation:vx-mbar-in var(--dur-fast) ease-out}@keyframes vx-mbar-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.vx-mbar-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:var(--radius-md);font-size:var(--fs-md);color:var(--text);cursor:pointer;border:0;background:transparent;font:inherit;text-align:start}.vx-mbar-item:hover,.vx-mbar-item.is-active{background:var(--surface-2)}.vx-mbar-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-mbar-item[aria-disabled="true"]{opacity:.45;pointer-events:none}.vx-mbar-item.is-danger{color:var(--text-err)}.vx-mbar-item i,.vx-mbar-item svg{width:16px;height:16px;flex-shrink:0}.vx-mbar-ico{width:16px;flex-shrink:0;display:inline-flex}.vx-mbar-lbl{flex:1;min-width:0}.vx-mbar-sc{font-size:var(--fs-xs);color:var(--muted);letter-spacing:.02em}.vx-mbar-caret{width:14px;height:14px;color:var(--muted);margin-inline-start:auto}.vx-mbar-sep{height:1px;background:var(--border);margin:5px 6px}@media (prefers-reduced-motion:reduce){.vx-mbar-menu:popover-open{animation:none}}vortex-popconfirm{display:inline-block}.vx-pc-pop{position:fixed;margin:0;padding:14px;width:max-content;max-width:min(280px,calc(100vw - 16px));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:9998;color:var(--text)}.vx-pc-pop:popover-open{animation:vx-pc-in var(--dur-fast) ease-out}@keyframes vx-pc-in{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.vx-pc-head{display:flex;align-items:flex-start;gap:8px;font-size:var(--fs-md);font-weight:600;margin-bottom:12px}.vx-pc-head i,.vx-pc-head svg{width:17px;height:17px;flex-shrink:0;margin-top:1px;color:var(--text-warn)}.vx-pc-pop.vx-pc-danger .vx-pc-head i,.vx-pc-pop.vx-pc-danger .vx-pc-head svg{color:var(--text-err)}.vx-pc-actions{display:flex;justify-content:end;gap:8px}.vx-pc-btn{min-height:30px;padding:0 12px;border-radius:var(--radius);font-size:var(--fs-sm);font-weight:600;font-family:inherit;cursor:pointer;border:1px solid var(--border);transition:background var(--dur-fast),border-color var(--dur-fast)}.vx-pc-cancel{background:transparent;color:var(--muted)}.vx-pc-cancel:hover{color:var(--text);border-color:var(--muted)}.vx-pc-confirm{background:color-mix(in oklab,var(--accent) 14%,transparent);color:var(--accent-text);border-color:var(--accent)}.vx-pc-confirm:hover{background:color-mix(in oklab,var(--accent) 22%,transparent)}.vx-pc-pop.vx-pc-danger .vx-pc-confirm{background:color-mix(in oklab,var(--err) 14%,transparent);color:var(--text-err);border-color:var(--err)}.vx-pc-pop.vx-pc-danger .vx-pc-confirm:hover{background:color-mix(in oklab,var(--err) 24%,transparent)}.vx-pc-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.vx-pc-pop:popover-open{animation:none}}vortex-input-mask{display:block}vortex-input-mask .vx-input-native{font-variant-numeric:tabular-nums;letter-spacing:.02em;direction:ltr}vortex-input-mask[disabled]{opacity:.55;pointer-events:none}vortex-input-mask[error] .vx-input-native{border-color:var(--err)}vortex-menu{display:block;-webkit-touch-callout:none}vortex-menu>:not(.vx-menu-pop){-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.vx-menu-pop{position:fixed;inset:auto;margin:0;padding:5px;min-width:200px;--vx-menu-cap-w:280px;max-width:min(var(--vx-avail-w,100vw),var(--vx-menu-cap-w),calc(100vw - 16px));--vx-menu-cap-h:min(70vh,420px);max-height:min(var(--vx-avail-h,80vh),var(--vx-menu-cap-h));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:9998;overflow:auto;overscroll-behavior:contain}.vx-menu-pop:popover-open{animation:vx-menu-in var(--dur-fast) ease-out}@keyframes vx-menu-in{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.vx-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;background:transparent;cursor:pointer;color:var(--text);font-size:var(--fs-md);font-family:inherit;border-radius:var(--radius);text-align:start}.vx-menu-item:hover:not([aria-disabled="true"]),.vx-menu-item.vx-active:not([aria-disabled="true"]){background:var(--hover)}.vx-menu-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-menu-item[aria-disabled="true"]{color:var(--muted);cursor:default;opacity:.6}.vx-menu-item.vx-menu-danger{color:var(--text-err)}.vx-menu-item i,.vx-menu-item svg{width:15px;height:15px;flex-shrink:0}.vx-menu-item .vx-menu-lbl{flex:1;min-width:0;text-wrap:pretty;overflow-wrap:anywhere;hyphens:auto}.vx-menu-item .vx-menu-sc{font-size:var(--fs-2xs);color:var(--muted);font-variant-numeric:tabular-nums}.vx-menu-sep{height:1px;margin:5px 6px;background:var(--border)}@media (prefers-reduced-motion:reduce){.vx-menu-pop:popover-open{animation:none}}vortex-segmented{display:inline-block;max-width:100%}vortex-segmented .vx-seg-label{display:block;font-size:var(--fs-md);font-weight:600;color:var(--text);margin-bottom:6px}vortex-segmented .vx-seg{position:relative;display:flex;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3px;max-width:100%;flex-wrap:wrap;width:fit-content}vortex-segmented .vx-seg-btn{flex:1 0 auto}vortex-segmented .vx-seg-ind{position:absolute;top:0;left:0;width:0;height:0;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-xs);transition:transform var(--dur-snappy) var(--ease-snap),width var(--dur-snappy) var(--ease-snap),height var(--dur-snappy) var(--ease-snap);pointer-events:none;z-index:0}vortex-segmented .vx-seg-btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 14px;border:0;background:transparent;cursor:pointer;color:var(--muted);font-size:var(--fs-md);font-weight:600;font-family:inherit;border-radius:var(--radius);white-space:nowrap;transition:color var(--dur-fast)}vortex-segmented .vx-seg-btn:hover{color:var(--text)}vortex-segmented .vx-seg-btn[aria-pressed="true"]{color:var(--accent-text)}vortex-segmented .vx-seg-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-segmented .vx-seg-btn i,vortex-segmented .vx-seg-btn svg{width:15px;height:15px}vortex-segmented[disabled] .vx-seg{opacity:.55;pointer-events:none}@media (prefers-reduced-motion:reduce){vortex-segmented .vx-seg-ind{transition:none}}@media (pointer:coarse){vortex-segmented .vx-seg-btn{min-height:44px;min-width:44px}}vortex-toggle{display:inline-flex}vortex-toggle .vx-tgl{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:40px;min-width:40px;padding:0 var(--space-3);box-sizing:border-box;background:var(--surface-2);color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;font:inherit;font-size:var(--fs-base);font-weight:600;transition:background var(--dur-fast),border-color var(--dur-fast),color var(--dur-fast)}vortex-toggle .vx-tgl:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-toggle .vx-tgl:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-toggle .vx-tgl[aria-pressed="true"]{background:color-mix(in oklab,var(--accent) 16%,var(--surface));border-color:var(--accent);color:var(--accent-text,var(--text))}vortex-toggle .vx-tgl[disabled]{opacity:.55;cursor:not-allowed}vortex-toggle .vx-tgl i,vortex-toggle .vx-tgl svg{width:18px;height:18px}vortex-toggle .vx-tgl[aria-pressed="true"] .vx-tgl-ic-off,vortex-toggle .vx-tgl[aria-pressed="false"] .vx-tgl-ic-on{display:none}vortex-toggle[data-size="sm"] .vx-tgl{min-height:32px;min-width:32px;font-size:var(--fs-md);padding:0 var(--space-2)}vortex-toggle[data-size="lg"] .vx-tgl{min-height:48px;min-width:48px;font-size:var(--fs-lg);padding:0 var(--space-4)}vortex-headroom{display:block;position:sticky;top:0;z-index:40;transition:transform var(--dur-base) var(--ease-snap),box-shadow var(--dur-snappy) ease;will-change:transform}vortex-headroom.vx-hr-unpinned{transform:translateY(-100%)}vortex-headroom.vx-hr-pinned{transform:translateY(0)}vortex-headroom.vx-hr-not-top{box-shadow:var(--shadow-sm)}@media (prefers-reduced-motion:reduce){vortex-headroom{transition:none}vortex-headroom.vx-hr-unpinned{transform:none}}vortex-affix{display:block;position:sticky;z-index:40;transition:box-shadow var(--dur-snappy) ease,background-color var(--dur-snappy) ease}.vx-affix-sentinel{display:block;width:100%;height:0;pointer-events:none;visibility:hidden}vortex-affix.vx-affixed{box-shadow:var(--shadow-sm)}@media (prefers-reduced-motion:reduce){vortex-affix{transition:none}}vortex-tour{display:contents}.vx-tour-veil{position:fixed;inset:0;z-index:1000;pointer-events:auto;animation:vx-tour-fade var(--dur-base) var(--ease-out)}.vx-tour-veil path{fill:rgba(0,0,0,.55);transition:d var(--dur-base) var(--ease-snap)}@keyframes vx-tour-fade{from{opacity:0}to{opacity:1}}.vx-tour-bubble{margin:0;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:0;width:min(340px,calc(100vw - 24px));z-index:1001;inset:auto;overflow:visible}.vx-tour-bubble:popover-open{animation:vx-tour-pop var(--dur-snappy) var(--ease-spring)}@keyframes vx-tour-pop{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.vx-tour-body{padding:var(--space-4)}.vx-tour-title{margin:0 0 var(--space-2);font-size:var(--fs-lg);font-weight:700;color:var(--text)}.vx-tour-text{margin:0;font-size:var(--fs-md);line-height:1.5;color:var(--muted)}.vx-tour-foot{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-top:1px solid var(--border)}.vx-tour-count{font-size:var(--fs-sm);font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.vx-tour-spacer{flex:1}.vx-tour-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:var(--fs-md);font-weight:600;font-family:inherit;cursor:pointer;transition:background-color var(--dur-fast)}.vx-tour-btn:hover{background:var(--surface-3)}.vx-tour-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-tour-btn.vx-tour-primary{background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent-text);border-color:color-mix(in srgb,var(--accent) 40%,transparent)}.vx-tour-btn.vx-tour-primary:hover{background:color-mix(in srgb,var(--accent) 22%,transparent)}.vx-tour-skip{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:var(--fs-sm);font-family:inherit;padding:6px 8px;border-radius:var(--radius-sm);min-height:44px;min-width:44px}.vx-tour-skip:hover{color:var(--text)}.vx-tour-skip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.vx-tour-veil,.vx-tour-veil path,.vx-tour-bubble:popover-open{animation:none;transition:none}}vortex-lightbox{display:contents}vortex-lightbox [data-vx-lb-thumb]{cursor:zoom-in;touch-action:manipulation}.vx-lb-dialog{padding:0;border:0;background:transparent;max-width:100vw;max-height:100dvh;width:100vw;height:100dvh;overflow:hidden;color:#fff;color-scheme:dark}.vx-lb-dialog::backdrop{background:rgba(0,0,0,.92)}.vx-lb-stage{position:relative;width:100%;height:100%;display:grid;grid-template-rows:1fr auto;touch-action:none;overflow:hidden}.vx-lb-viewport{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:0}.vx-lb-img{max-width:100vw;max-height:calc(100dvh - 64px);object-fit:contain;user-select:none;-webkit-user-drag:none;will-change:transform;transition:transform var(--dur-base) var(--ease-snap),opacity var(--dur-fast)}.vx-lb-img.vx-lb-zoomed{cursor:grab;transition:none}.vx-lb-caption{padding:var(--space-3) var(--space-4);text-align:center;font-size:var(--fs-md);background:rgba(0,0,0,.4);min-height:0;line-height:1.4}.vx-lb-btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:44px;min-height:44px;border:0;border-radius:var(--radius-full);background:rgba(0,0,0,.45);color:#fff;cursor:pointer;z-index:2;transition:background-color var(--dur-fast)}.vx-lb-btn:hover{background:rgba(0,0,0,.7)}.vx-lb-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-lb-prev{inset-inline-start:12px}.vx-lb-next{inset-inline-end:12px}.vx-lb-close{top:12px;inset-inline-end:12px;transform:none}.vx-lb-counter{position:absolute;top:16px;inset-inline-start:16px;z-index:2;font-size:var(--fs-md);font-weight:600;font-variant-numeric:tabular-nums;padding:4px 10px;border-radius:var(--radius-full);background:rgba(0,0,0,.45);color:#fff}.vx-lb-btn i,.vx-lb-btn svg{width:22px;height:22px}@media (prefers-reduced-motion:reduce){.vx-lb-img{transition:none}}@media (pointer:coarse){.vx-lb-prev,.vx-lb-next{display:none}}vortex-calendar{display:block}vortex-calendar .vx-cal{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}vortex-calendar .vx-cal-head{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border)}vortex-calendar .vx-cal-title{font-size:var(--fs-base);font-weight:700;color:var(--text);margin:0;flex:1;text-transform:capitalize}vortex-calendar .vx-cal-nav{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);color:var(--text);cursor:pointer;transition:background-color var(--dur-fast)}vortex-calendar .vx-cal-nav:hover{background:var(--surface-3)}vortex-calendar .vx-cal-nav:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-calendar .vx-cal-today{padding:0 12px;height:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);color:var(--text);font:inherit;font-size:var(--fs-md);font-weight:600;cursor:pointer}vortex-calendar .vx-cal-today:hover{background:var(--surface-3)}vortex-calendar .vx-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}vortex-calendar .vx-cal-row{display:contents}vortex-calendar .vx-cal-dow{padding:var(--space-2);text-align:center;font-size:var(--fs-xs);font-weight:700;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--border)}vortex-calendar .vx-cal-cell{min-height:92px;min-width:0;padding:4px;border-inline-end:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:2px;cursor:pointer;background:var(--surface);text-align:start;font:inherit;transition:background-color var(--dur-fast)}vortex-calendar .vx-cal-cell:nth-child(7n){border-inline-end:0}vortex-calendar .vx-cal-cell:hover{background:var(--surface-2)}vortex-calendar .vx-cal-cell:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}vortex-calendar .vx-cal-outside{color:var(--muted);background:var(--surface-2)}vortex-calendar .vx-cal-outside .vx-cal-num{opacity:.5}vortex-calendar .vx-cal-num{font-size:var(--fs-md);font-weight:600;color:var(--text);align-self:flex-end;padding:2px 4px;line-height:1}vortex-calendar .vx-cal-today-cell .vx-cal-num{background:var(--accent);color:var(--on-accent);border-radius:var(--radius-full);width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}vortex-calendar .vx-cal-cell[aria-selected="true"]{background:color-mix(in srgb,var(--accent) 12%,transparent)}vortex-calendar .vx-cal-cell[aria-selected="true"] .vx-cal-num{color:var(--accent-text)}vortex-calendar .vx-cal-ev{font-size:var(--fs-xs);line-height:1.3;padding:1px 5px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;border:0;font:inherit;text-align:start}vortex-calendar .vx-cal-ev:hover{background:color-mix(in srgb,var(--accent) 26%,transparent)}vortex-calendar .vx-cal-more{font-size:var(--fs-2xs);color:var(--muted);padding:1px 5px;border:0;background:transparent;cursor:pointer;text-align:start;font:inherit;unicode-bidi:plaintext}vortex-calendar .vx-cal-ev{unicode-bidi:plaintext}vortex-calendar .vx-cal-more:hover{color:var(--text);text-decoration:underline}vortex-calendar[disabled] .vx-cal{opacity:.6;pointer-events:none}@media (max-width:640px){vortex-calendar .vx-cal-cell{min-height:64px}vortex-calendar .vx-cal-ev{font-size:var(--fs-2xs)}}vortex-descriptions{display:block}vortex-descriptions .vx-desc-head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}vortex-descriptions .vx-desc-title{font-size:var(--fs-lg);font-weight:700;color:var(--text);margin:0;flex:1}vortex-descriptions .vx-desc-extra{display:inline-flex;gap:var(--space-2)}vortex-descriptions .vx-desc-dl{display:grid;grid-template-columns:repeat(var(--vx-desc-cols,3),auto 1fr);gap:0;margin:0;align-items:stretch}vortex-descriptions .vx-desc-dt{font-size:var(--fs-md);font-weight:600;color:var(--muted);padding:var(--space-2) var(--space-3);display:flex;align-items:center}vortex-descriptions .vx-desc-dd{font-size:var(--fs-base);color:var(--text);padding:var(--space-2) var(--space-3);margin:0;display:flex;align-items:center;gap:var(--space-2);min-width:0}vortex-descriptions .vx-desc-dd-val{min-width:0;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}vortex-descriptions[size="sm"] .vx-desc-dt,vortex-descriptions[size="sm"] .vx-desc-dd{padding:4px var(--space-2);font-size:var(--fs-sm)}vortex-descriptions[size="lg"] .vx-desc-dt,vortex-descriptions[size="lg"] .vx-desc-dd{padding:var(--space-3) var(--space-4);font-size:var(--fs-base)}vortex-descriptions[bordered] .vx-desc-dl{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}vortex-descriptions[bordered] .vx-desc-dt{background:var(--surface-2);border-inline-end:1px solid var(--border)}vortex-descriptions[bordered] .vx-desc-dt,vortex-descriptions[bordered] .vx-desc-dd{border-bottom:1px solid var(--border)}vortex-descriptions[layout="vertical"] .vx-desc-dl{grid-template-columns:repeat(var(--vx-desc-cols,3),1fr)}vortex-descriptions[layout="vertical"] .vx-desc-pair{display:contents}vortex-descriptions .vx-desc-copy{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--muted);cursor:pointer;transition:background-color var(--dur-fast),color var(--dur-fast);margin-inline-start:auto}vortex-descriptions .vx-desc-copy:hover{background:var(--surface-2);color:var(--accent-text)}vortex-descriptions .vx-desc-copy:focus-visible{outline:2px solid var(--accent);outline-offset:1px}vortex-descriptions .vx-desc-copy i,vortex-descriptions .vx-desc-copy svg{width:15px;height:15px}@media (max-width:768px){vortex-descriptions .vx-desc-dl{grid-template-columns:repeat(var(--vx-desc-cols-t,2),auto 1fr)}vortex-descriptions[layout="vertical"] .vx-desc-dl{grid-template-columns:repeat(var(--vx-desc-cols-t,2),1fr)}}@media (max-width:480px){vortex-descriptions .vx-desc-dl,vortex-descriptions[layout="vertical"] .vx-desc-dl{grid-template-columns:1fr}vortex-descriptions[bordered] .vx-desc-dt{border-inline-end:0}vortex-descriptions .vx-desc-dt{padding-bottom:0}}vortex-desc-item{display:none}@supports (container-type:inline-size){vortex-descriptions{container-type:inline-size;container-name:vx-desc}@container vx-desc (max-width:768px){vortex-descriptions .vx-desc-dl{grid-template-columns:repeat(var(--vx-desc-cols-t,2),auto 1fr)}vortex-descriptions[layout="vertical"] .vx-desc-dl{grid-template-columns:repeat(var(--vx-desc-cols-t,2),1fr)}}@container vx-desc (max-width:480px){vortex-descriptions .vx-desc-dl,vortex-descriptions[layout="vertical"] .vx-desc-dl{grid-template-columns:1fr}vortex-descriptions[bordered] .vx-desc-dt{border-inline-end:0}vortex-descriptions .vx-desc-dt{padding-bottom:0}}}vortex-result{display:block}vortex-result .vx-result{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-8) var(--space-4);gap:var(--space-3);outline:none}vortex-result[compact] .vx-result{padding:var(--space-6) var(--space-4)}vortex-result .vx-result-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:var(--radius-full);background:color-mix(in srgb,var(--vx-result-c,var(--info)) 14%,transparent);color:var(--vx-result-c,var(--info));margin-bottom:var(--space-2)}vortex-result[compact] .vx-result-icon{width:56px;height:56px}vortex-result .vx-result-icon i,vortex-result .vx-result-icon svg{width:36px;height:36px}vortex-result[compact] .vx-result-icon i,vortex-result[compact] .vx-result-icon svg{width:28px;height:28px}vortex-result .vx-result-title{font-size:var(--fs-2xl);font-weight:700;color:var(--text);margin:0}vortex-result[compact] .vx-result-title{font-size:var(--fs-lg)}vortex-result .vx-result-desc{font-size:var(--fs-base);color:var(--muted);margin:0;max-width:46ch;line-height:1.5}vortex-result .vx-result-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:center;margin-top:var(--space-2)}vortex-result .vx-result-extra{margin-top:var(--space-3);width:100%;max-width:520px}vortex-result .vx-result-extra:empty{display:none}vortex-result .vx-result-actions:empty{display:none}vortex-result .vx-result-icon.vx-result-anim{animation:vx-result-pop var(--dur-base) var(--ease-spring)}@keyframes vx-result-pop{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){vortex-result .vx-result-icon.vx-result-anim{animation:none}}vortex-qr-code{display:inline-block;line-height:0}vortex-qr-code svg{display:block;width:var(--vx-qr-size,160px);height:var(--vx-qr-size,160px)}vortex-qr-code[size] svg{width:var(--vx-qr-size);height:var(--vx-qr-size)}vortex-qr-code .vx-qr-err{font-size:var(--fs-md);color:var(--text-err);line-height:1.4;padding:var(--space-2)}vortex-query-bar{display:block}vortex-query-bar .vx-qb-label{display:block;font-size:var(--fs-sm);color:var(--muted);font-weight:600;margin-bottom:6px;letter-spacing:.04em}vortex-query-bar .vx-qb-shell{position:relative;display:flex;align-items:center;gap:var(--space-2);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);min-height:44px;padding-inline:12px;transition:border-color var(--dur-fast)}vortex-query-bar .vx-qb-shell:hover{border-color:color-mix(in oklab,var(--accent) 30%,var(--border))}vortex-query-bar .vx-qb-shell:focus-within{border-color:var(--accent)}vortex-query-bar .vx-qb-icon{flex-shrink:0;color:var(--muted);width:16px;height:16px}vortex-query-bar .vx-qb-input{flex:1 1 auto;min-width:0;border:0;outline:none;background:transparent;color:var(--text);font:inherit;font-size:16px;padding-block:10px;direction:ltr;unicode-bidi:plaintext;text-align:start}vortex-query-bar .vx-qb-input::placeholder{color:var(--placeholder)}vortex-query-bar .vx-qb-clear{flex-shrink:0;display:none;align-items:center;justify-content:center;width:24px;height:24px;border:0;background:transparent;cursor:pointer;color:var(--muted);border-radius:var(--radius-md)}vortex-query-bar .vx-qb-clear:hover{background:var(--hover);color:var(--text)}vortex-query-bar.vx-qb-has-value .vx-qb-clear{display:inline-flex}vortex-query-bar .vx-qb-clear i,vortex-query-bar .vx-qb-clear svg{width:15px;height:15px}vortex-query-bar .vx-qb-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}vortex-query-bar .vx-qb-chips:empty{display:none}vortex-query-bar .vx-qb-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:3px 6px 3px 10px;border-radius:var(--radius-full);font-size:var(--fs-md);background:color-mix(in oklab,var(--accent) 12%,var(--surface));color:var(--accent-text,var(--text));border:1px solid color-mix(in oklab,var(--accent) 25%,transparent)}vortex-query-bar .vx-qb-chip-txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:plaintext;text-align:start}vortex-query-bar .vx-qb-chip-x{flex-shrink:0;display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;color:inherit;border-radius:50%;opacity:.7}vortex-query-bar .vx-qb-chip-x:hover{opacity:1;background:color-mix(in oklab,var(--err) 18%,transparent);color:var(--text-err)}vortex-query-bar .vx-qb-chip-x i,vortex-query-bar .vx-qb-chip-x svg{width:12px;height:12px}vortex-query-bar[disabled]{opacity:.55;pointer-events:none}vortex-filter-builder{display:block}vortex-filter-builder .vx-fb-head{display:flex;align-items:center;gap:var(--space-2);margin-block-end:var(--space-3);flex-wrap:wrap}vortex-filter-builder .vx-fb-comb{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-md,10px);overflow:hidden}vortex-filter-builder .vx-fb-comb button{min-block-size:36px;padding-inline:var(--space-3);border:0;background:var(--surface);color:var(--text);font-size:var(--fs-md);font-weight:600;cursor:pointer}vortex-filter-builder .vx-fb-comb button[aria-pressed="true"]{background:var(--accent);color:var(--on-accent)}vortex-filter-builder .vx-fb-comb button:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}vortex-filter-builder .vx-fb-comb-label{font-size:var(--fs-md);color:var(--muted)}vortex-filter-builder .vx-fb-rows{display:flex;flex-direction:column;gap:var(--space-2)}vortex-filter-builder .vx-fb-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr) auto;gap:var(--space-2);align-items:center}@media (max-width:560px){vortex-filter-builder .vx-fb-row{grid-template-columns:1fr 1fr}}vortex-filter-builder .vx-fb-row select,vortex-filter-builder .vx-fb-row input{min-block-size:40px;inline-size:100%;box-sizing:border-box;padding-inline:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md,10px);background:var(--bg);color:var(--text);font:inherit;font-size:var(--fs-md)}vortex-filter-builder .vx-fb-row select:focus-visible,vortex-filter-builder .vx-fb-row input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}vortex-filter-builder .vx-fb-val{display:flex;align-items:center;gap:var(--space-1);min-inline-size:0}vortex-filter-builder .vx-fb-val span{color:var(--muted);font-size:var(--fs-md);flex:none}@media (max-width:560px){vortex-filter-builder .vx-fb-val{grid-column:1 / -1}}vortex-filter-builder .vx-fb-del{inline-size:40px;block-size:40px;min-inline-size:40px;border:1px solid var(--border);border-radius:var(--radius-md,10px);background:var(--surface);color:var(--text-muted,var(--muted));cursor:pointer;display:inline-flex;align-items:center;justify-content:center}vortex-filter-builder .vx-fb-del:hover{color:var(--text-err,var(--err));border-color:var(--accent)}vortex-filter-builder .vx-fb-del:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-builder .vx-fb-del i,vortex-filter-builder .vx-fb-del svg{width:16px;height:16px}vortex-filter-builder .vx-fb-add{display:inline-flex;align-items:center;gap:var(--space-1);margin-block-start:var(--space-3);min-block-size:40px;padding-inline:var(--space-3);border:1px dashed var(--border);border-radius:var(--radius-md,10px);background:transparent;color:var(--accent-text,var(--accent));font-size:var(--fs-md);font-weight:600;cursor:pointer}vortex-filter-builder .vx-fb-add:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-builder .vx-fb-add i,vortex-filter-builder .vx-fb-add svg{width:15px;height:15px}vortex-filter-builder .vx-fb-empty{font-size:var(--fs-md);color:var(--muted);padding-block:var(--space-2)}vortex-price{display:inline-flex;align-items:baseline;gap:var(--space-2,8px);flex-wrap:wrap}.vx-price__current{font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-0.01em;direction:ltr;unicode-bidi:isolate}vortex-price[data-vx-promo] .vx-price__current{color:var(--text-err,var(--err))}.vx-price__compare{color:var(--muted);font-size:.85em;font-weight:500;text-decoration:line-through;text-decoration-color:var(--muted);direction:ltr;unicode-bidi:isolate}.vx-price__discount{font-size:.72em;font-weight:700;line-height:1;color:var(--text-on-ok,var(--text-on-accent));background:var(--ok);border-radius:var(--radius-full);padding:3px 7px;align-self:center;unicode-bidi:plaintext}.vx-price__per{color:var(--muted);font-size:.8em;font-weight:500}.vx-price__from{color:var(--muted);font-size:.8em;font-weight:600;align-self:center}vortex-price[data-vx-free] .vx-price__current{color:var(--text-ok)}vortex-quantity-stepper{display:inline-block}.vx-qty{display:inline-flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);overflow:hidden;height:44px}.vx-qty:focus-within{border-color:var(--accent)}.vx-qty-btn{flex:none;width:44px;min-width:44px;height:100%;display:inline-flex;align-items:center;justify-content:center;background:none;border:0;color:var(--text);cursor:pointer;font-family:inherit;padding:0;transition:background var(--dur-fast),color var(--dur-fast);touch-action:manipulation}.vx-qty-btn:hover:not(:disabled){background:var(--surface-2)}.vx-qty-btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.vx-qty-btn:disabled{opacity:.4;cursor:not-allowed}.vx-qty-btn i,.vx-qty-btn svg{width:18px;height:18px;pointer-events:none}.vx-qty-input{width:3ch;min-width:3ch;text-align:center;border:0;border-inline:1px solid var(--border);background:none;color:var(--text);font:inherit;font-weight:600;font-variant-numeric:tabular-nums;appearance:none;-webkit-appearance:none;outline:none;direction:ltr}.vx-qty-input:focus-visible{outline:none}vortex-quantity-stepper[disabled] .vx-qty{opacity:.5;pointer-events:none}vortex-swatch{display:block}.vx-swatch-group{display:flex;flex-wrap:wrap;gap:var(--space-2,8px)}.vx-swatch-opt{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;font:inherit;font-size:var(--fs-md);font-weight:600;padding:0 var(--space-2,8px);box-sizing:border-box;transition:border-color var(--dur-fast),transform var(--dur-fast);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.vx-swatch-opt[aria-checked="true"]{border-color:var(--accent)}.vx-swatch-opt:hover:not([aria-disabled="true"]){border-color:color-mix(in oklab,var(--accent) 50%,var(--border))}.vx-swatch-opt:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-swatch[type="color"] .vx-swatch-opt{width:36px;padding:0}.vx-swatch-dot{width:22px;height:22px;border-radius:50%;border:1px solid rgb(0 0 0 / .12)}.vx-swatch-opt[aria-checked="true"] .vx-swatch-dot{box-shadow:0 0 0 2px var(--bg),0 0 0 3.5px var(--accent)}.vx-swatch-opt[aria-disabled="true"]{cursor:not-allowed;opacity:.55}.vx-swatch-opt[aria-disabled="true"]::after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(to top left,transparent calc(50% - 1px),var(--muted) calc(50% - 1px),var(--muted) calc(50% + 1px),transparent calc(50% + 1px))}vortex-add-to-cart{display:inline-block}.vx-atc{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2,8px);min-height:44px;padding:0 var(--space-4,16px);border:0;border-radius:var(--radius-lg);background:var(--accent);color:var(--on-accent,var(--text-on-accent));font:inherit;font-weight:600;cursor:pointer;width:100%;transition:background var(--dur-fast),opacity var(--dur-fast),transform var(--dur-fast);touch-action:manipulation}.vx-atc:hover:not(:disabled){background:var(--accent-hover,var(--accent))}.vx-atc:active:not(:disabled){transform:scale(.98)}.vx-atc:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-atc:disabled{opacity:.5;cursor:not-allowed}.vx-atc i,.vx-atc svg{width:18px;height:18px;pointer-events:none}vortex-add-to-cart[data-vx-state="loading"] .vx-atc{pointer-events:none}vortex-add-to-cart[data-vx-state="success"] .vx-atc{background:var(--ok)}vortex-add-to-cart[data-vx-state="error"] .vx-atc{background:var(--err)}.vx-atc-spin{animation:vx-atc-rot .7s linear infinite}@keyframes vx-atc-rot{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.vx-atc-spin{animation:none}.vx-atc{transition:none}}vortex-product-card{container-type:inline-size;display:block}.vx-pc{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;height:100%;transition:border-color var(--dur-fast),box-shadow var(--dur-fast)}.vx-pc:hover,.vx-pc:focus-within{border-color:color-mix(in oklab,var(--accent) 35%,var(--border));box-shadow:var(--shadow-sm)}.vx-pc-media{position:relative;aspect-ratio:1;background:var(--surface-2);overflow:hidden}.vx-pc-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--dur-base) var(--ease-snap)}.vx-pc:hover .vx-pc-img{transform:scale(1.04)}.vx-pc-badge{position:absolute;top:var(--space-2,8px);inset-inline-start:var(--space-2,8px);font-size:var(--fs-2xs);font-weight:700;line-height:1;padding:4px 8px;border-radius:var(--radius-full);background:var(--accent);color:var(--on-accent,var(--text-on-accent));z-index:1}.vx-pc[data-tone="ok"] .vx-pc-badge{background:var(--ok);color:var(--text-on-ok,var(--on-accent))}.vx-pc[data-tone="warn"].vx-pc-badge,.vx-pc[data-tone="warn"] .vx-pc-badge{background:var(--warn);color:var(--text-on-warn,var(--on-accent))}.vx-pc[data-tone="err"] .vx-pc-badge{background:var(--err);color:var(--text-on-err)}.vx-pc-oos{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--surface) 64%,transparent);z-index:1;font-weight:700;color:var(--text);font-size:var(--fs-md);text-transform:uppercase;letter-spacing:.04em}.vx-pc-wish{position:absolute;top:var(--space-2,8px);inset-inline-end:var(--space-2,8px);z-index:2;width:36px;height:36px;border-radius:50%;border:0;cursor:pointer;background:color-mix(in oklab,var(--surface) 80%,transparent);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;transition:color var(--dur-fast),background var(--dur-fast);touch-action:manipulation}.vx-pc-wish:hover{background:var(--surface);color:var(--text-err,var(--err))}.vx-pc-wish[aria-pressed="true"]{color:var(--text-err,var(--err))}.vx-pc-wish[aria-pressed="true"] i,.vx-pc-wish[aria-pressed="true"] svg{fill:currentColor}.vx-pc-wish:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-pc-wish i,.vx-pc-wish svg{width:18px;height:18px}.vx-pc-body{display:flex;flex-direction:column;gap:var(--space-2,8px);padding:var(--space-3,12px);flex:1}.vx-pc-title{margin:0;font-size:var(--fs-base);font-weight:600;line-height:1.35;color:var(--text)}.vx-pc-title a{color:inherit;text-decoration:none}.vx-pc-title a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.vx-pc-title a::after{content:'';position:absolute;inset:0;z-index:0}.vx-pc-rating{display:inline-flex;align-items:center;gap:4px;font-size:var(--fs-xs);color:var(--muted)}.vx-pc-stars{color:var(--text-warn);letter-spacing:1px}.vx-pc-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2,8px);min-height:40px}.vx-pc-quick{position:relative;z-index:2;flex:none;width:40px;height:40px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background var(--dur-fast),border-color var(--dur-fast);touch-action:manipulation}.vx-pc-quick:hover{background:var(--accent);border-color:var(--accent);color:var(--on-accent,var(--text-on-accent))}.vx-pc-quick:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-pc-quick i,.vx-pc-quick svg{width:18px;height:18px}.vx-pc-qv{position:absolute;inset-inline:var(--space-2,8px);bottom:var(--space-2,8px);z-index:2;height:36px;border:0;border-radius:var(--radius);cursor:pointer;background:color-mix(in oklab,var(--surface) 88%,transparent);color:var(--text);font-size:var(--fs-sm);font-weight:600;backdrop-filter:blur(4px);display:inline-flex;align-items:center;justify-content:center;gap:6px;opacity:0;transform:translateY(6px);touch-action:manipulation;transition:opacity var(--dur-fast),transform var(--dur-fast)}.vx-pc:hover .vx-pc-qv,.vx-pc:focus-within .vx-pc-qv{opacity:1;transform:translateY(0)}.vx-pc-qv:focus-visible{opacity:1;transform:none;outline:2px solid var(--accent);outline-offset:2px}.vx-pc-qv i,.vx-pc-qv svg{width:15px;height:15px}@media (pointer:coarse){.vx-pc-qv{opacity:1;transform:none}}@media (pointer:coarse){.vx-pc-wish,.vx-pc-quick{width:44px;height:44px}.vx-pc-qv{height:44px}}@media (prefers-reduced-motion:reduce){.vx-pc-qv{transition:none;transform:none}}@container (max-width:200px){.vx-pc-body{padding:var(--space-2,8px);gap:6px}.vx-pc-title{font-size:var(--fs-md)}}@media (prefers-reduced-motion:reduce){.vx-pc-img,.vx-pc:hover .vx-pc-img{transition:none;transform:none}}vortex-product-rail{display:block;position:relative}.vx-rail-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-3)}.vx-rail-nav{display:inline-flex;gap:var(--space-2)}.vx-rail-arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--dur-fast),border-color var(--dur-fast),opacity var(--dur-fast);touch-action:manipulation}.vx-rail-arrow:hover:not(:disabled){background:var(--surface-2);border-color:var(--accent)}.vx-rail-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-rail-arrow:disabled{opacity:.35;cursor:not-allowed}.vx-rail-arrow.vx-rail-loop{color:var(--text-accent);border-color:var(--accent)}.vx-rail-arrow i,.vx-rail-arrow svg{width:18px;height:18px}.vx-rail{display:flex;gap:var(--space-3,12px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;padding:2px 2px 4px;-webkit-mask:linear-gradient(90deg,transparent,#000 2.5%,#000 97.5%,transparent);mask:linear-gradient(90deg,transparent,#000 2.5%,#000 97.5%,transparent)}.vx-rail::-webkit-scrollbar{display:none}.vx-rail>*{flex:0 0 auto;scroll-snap-align:start;width:var(--vx-rail-item,220px);max-width:80%}@media (prefers-reduced-motion:reduce){.vx-rail{scroll-behavior:auto}}@media (pointer:coarse){.vx-rail-arrow{width:44px;height:44px}}vortex-product-grid{display:block}.vx-grid{display:grid;gap:var(--space-3,12px);grid-template-columns:repeat(auto-fill,minmax(var(--vx-grid-min,200px),1fr))}@media (max-width:480px){.vx-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-2,8px)}}.vx-grid-item--hidden{display:none}.vx-grid-foot{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);margin-top:var(--space-4)}.vx-grid-more{min-height:44px;padding:0 var(--space-5,20px);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-weight:600;cursor:pointer;transition:background var(--dur-fast),border-color var(--dur-fast);touch-action:manipulation}.vx-grid-more:hover{background:var(--surface-2);border-color:var(--accent)}.vx-grid-more:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-grid-count{font-size:var(--fs-sm);color:var(--muted)}.vx-grid-sentinel{width:100%;height:1px}vortex-product-gallery{display:block}.vx-gal{display:flex;flex-direction:column-reverse;gap:var(--space-3,12px)}@media (min-width:640px){.vx-gal{flex-direction:row}}.vx-gal-thumbs{display:flex;gap:var(--space-2,8px);overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory}@media (min-width:640px){.vx-gal-thumbs{flex-direction:column;flex:none}}.vx-gal-thumbs::-webkit-scrollbar{display:none}.vx-gal-thumb{flex:0 0 auto;width:64px;height:64px;padding:0;border-radius:var(--radius-lg);overflow:hidden;border:2px solid transparent;background:var(--surface-2);cursor:pointer;scroll-snap-align:start;transition:border-color var(--dur-fast);touch-action:manipulation}.vx-gal-thumb img{width:100%;height:100%;object-fit:cover;display:block}.vx-gal-thumb[aria-current="true"]{border-color:var(--accent)}.vx-gal-thumb:hover{border-color:color-mix(in oklab,var(--accent) 45%,var(--border))}.vx-gal-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-gal-main{position:relative;flex:1;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-2);border:1px solid var(--border)}.vx-gal-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity var(--dur-fast) ease,transform var(--dur-base) var(--ease-snap)}vortex-product-gallery[data-vx-zooming] .vx-gal-img{transform:scale(1.8);cursor:zoom-out}vortex-product-gallery[zoom] .vx-gal-main{cursor:zoom-in}@media (prefers-reduced-motion:reduce){.vx-gal-img{transition:none}vortex-product-gallery[data-vx-zooming] .vx-gal-img{transform:none}}vortex-tilt{display:block;perspective:800px}.vx-tilt__inner{transform-style:preserve-3d;transition:transform var(--dur-fast) var(--ease-out);position:relative}.vx-tilt__glare{position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity var(--dur-fast) var(--ease-out);mix-blend-mode:overlay;background:radial-gradient(circle at var(--vx-gx,50%) var(--vx-gy,50%),rgb(255 255 255 / .35),transparent 45%)}vortex-tilt[data-vx-active] .vx-tilt__glare{opacity:1}@media (prefers-reduced-motion:reduce){.vx-tilt__inner{transform:none!important;transition:none}.vx-tilt__glare{display:none}}vortex-stock-indicator{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--fs-md);font-weight:600;line-height:1.4;color:var(--text-2)}vortex-stock-indicator .vx-stock-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}vortex-stock-indicator[state="in"] .vx-stock-dot{background:var(--ok)}vortex-stock-indicator[state="low"] .vx-stock-dot{background:var(--warn)}vortex-stock-indicator[state="out"] .vx-stock-dot{background:var(--err)}vortex-stock-indicator[state="low"] .vx-stock-txt{color:var(--text-warn)}vortex-stock-indicator[state="out"] .vx-stock-txt{color:var(--text-err)}vortex-free-shipping-bar{display:block}vortex-free-shipping-bar:not([threshold]),vortex-free-shipping-bar[threshold="0"]{display:none}.vx-fsb__msg{font-size:var(--text-sm,.875rem);margin-block-end:var(--space-2,8px);color:var(--text-2,var(--muted));display:flex;align-items:center;gap:var(--space-2,8px)}.vx-fsb__msg strong{color:var(--accent-11,var(--accent));font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}.vx-fsb__check{color:var(--success-9,var(--ok));flex:none}.vx-fsb__check i,.vx-fsb__check svg{width:18px;height:18px}.vx-fsb__track{block-size:8px;border-radius:var(--radius-full);background:var(--surface-3,var(--surface-2));overflow:hidden}.vx-fsb__fill{block-size:100%;inline-size:0%;background:var(--accent-9,var(--accent));border-radius:var(--radius-full);transition:inline-size var(--dur-base) var(--ease-out)}vortex-free-shipping-bar[data-vx-near] .vx-fsb__fill{background:var(--accent-10,var(--accent))}vortex-free-shipping-bar[data-vx-unlocked] .vx-fsb__fill{background:var(--success-9,var(--ok))}vortex-free-shipping-bar[data-vx-unlocked] .vx-fsb__msg{color:var(--success-11,var(--text-ok,var(--ok)));font-weight:600}@media (prefers-reduced-motion:reduce){.vx-fsb__fill{transition:none}}vortex-trust-badges{display:block}vortex-trust-badges .vx-tb-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3,12px) var(--space-5,24px);margin:0;padding:0;list-style:none;justify-content:center}vortex-trust-badges[align="start"] .vx-tb-row{justify-content:flex-start}vortex-trust-badges[align="between"] .vx-tb-row{justify-content:space-between}vortex-trust-badges .vx-tb-item{display:inline-flex;align-items:center;gap:var(--space-2,8px);color:var(--text);font-size:var(--fs-md);font-weight:600;line-height:1.3}vortex-trust-badges .vx-tb-ic{display:inline-flex;color:var(--text-accent,var(--accent));flex:none}vortex-trust-badges .vx-tb-ic i,vortex-trust-badges .vx-tb-ic svg{width:18px;height:18px}vortex-trust-badges[size="sm"] .vx-tb-item{font-size:var(--fs-xs)}vortex-trust-badges[size="sm"] .vx-tb-ic i,vortex-trust-badges[size="sm"] .vx-tb-ic svg{width:15px;height:15px}vortex-reviews-summary{display:block}.vx-revsum__head{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-3)}.vx-revsum__avg{font-size:2.5rem;font-weight:700;line-height:1;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-0.02em;direction:ltr;unicode-bidi:isolate}.vx-revsum__stars{display:inline-flex;gap:2px}.vx-revsum__stars .vx-rate-star{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--border-strong,var(--muted))}.vx-revsum__stars .vx-rate-star svg,.vx-revsum__stars .vx-rate-star i{width:22px;height:22px}.vx-revsum__stars .vx-rate-star.is-on{color:var(--accent-text)}.vx-revsum__stars .vx-rate-star.is-on svg{fill:currentColor}.vx-revsum__count{color:var(--muted);font-size:var(--fs-md);font-weight:600}.vx-revsum__empty{color:var(--muted);font-size:var(--fs-md);font-weight:600}.vx-revsum__dist{display:grid;gap:var(--space-2)}.vx-revsum__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);width:100%;padding:4px var(--space-2);border:0;background:transparent;color:var(--muted);border-radius:var(--radius-sm,6px);font:inherit;text-align:start}.vx-revsum__rowlabel{display:inline-flex;align-items:center;gap:3px;min-width:2.2em;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}.vx-revsum__rowlabel svg,.vx-revsum__rowlabel i{width:13px;height:13px;color:var(--accent-text)}.vx-revsum__track{block-size:8px;border-radius:var(--radius-full);background:var(--accent-3,var(--surface-2));overflow:hidden}.vx-revsum__fill{display:block;block-size:100%;border-radius:var(--radius-full);background:var(--accent-9,var(--accent));transition:inline-size var(--dur-fast) ease}.vx-revsum__pct{min-width:3em;text-align:end;font-size:var(--fs-md);font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}vortex-reviews-summary[interactive] .vx-revsum__row{cursor:pointer}vortex-reviews-summary[interactive] .vx-revsum__row:hover{background:var(--accent-2,var(--surface-2));color:var(--text)}vortex-reviews-summary[interactive] .vx-revsum__row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-reviews-summary[interactive] .vx-revsum__row[aria-disabled="true"]{cursor:default;opacity:.55}vortex-reviews-summary[interactive] .vx-revsum__row[aria-disabled="true"]:hover{background:transparent}@media (pointer:coarse){vortex-reviews-summary[interactive] .vx-revsum__row{min-block-size:44px}}@media (prefers-reduced-motion:reduce){.vx-revsum__fill{transition:none}}vortex-promo-input{display:block}.vx-promo-toggle{display:inline-flex;align-items:center;gap:var(--space-2,8px);min-height:44px;padding-inline:0;border:0;background:none;color:var(--text-accent);font:inherit;cursor:pointer}.vx-promo-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-promo-toggle i,.vx-promo-toggle svg{width:18px;height:18px;pointer-events:none}.vx-promo-row{display:flex;gap:var(--space-2,8px);align-items:stretch}.vx-promo-input{flex:1 1 auto;min-width:0;min-height:44px;font-size:16px;padding-inline:var(--space-3,12px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);text-transform:uppercase;transition:border-color var(--dur-fast)}.vx-promo-input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vx-promo-apply{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2,8px);min-height:44px;padding-inline:var(--space-4,16px);border:0;border-radius:var(--radius-lg);background:var(--accent);color:var(--on-accent,var(--text-on-accent));font:inherit;font-weight:600;cursor:pointer;white-space:nowrap;touch-action:manipulation;transition:opacity var(--dur-fast)}.vx-promo-apply:hover:not(:disabled){background:var(--accent-hover,var(--accent))}.vx-promo-apply:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-promo-apply:disabled{opacity:.5;cursor:not-allowed}.vx-promo-spin{display:none;width:18px;height:18px;pointer-events:none}vortex-promo-input[data-vx-state="error"] .vx-promo-input{border-color:var(--err)}.vx-promo-err{display:none;margin-block-start:var(--space-2,8px);color:var(--text-err);font-size:var(--fs-base)}vortex-promo-input[data-vx-state="error"] .vx-promo-err{display:block}vortex-promo-input[data-vx-state="loading"] .vx-promo-spin{display:inline-block;animation:vx-promo-rot .7s linear infinite}vortex-promo-input[data-vx-state="loading"] .vx-promo-apply-lbl{opacity:.7}vortex-promo-input[data-vx-state="loading"] .vx-promo-row{pointer-events:none}.vx-promo-chip{display:inline-flex;align-items:center;gap:var(--space-2,8px);min-height:44px;padding-inline:var(--space-3,12px);border:1px solid color-mix(in oklch,var(--ok) 30%,transparent);border-radius:var(--radius-lg);background:color-mix(in oklch,var(--ok) 12%,var(--surface));color:var(--text);font-weight:600}.vx-promo-chip i,.vx-promo-chip svg{width:18px;height:18px;pointer-events:none}.vx-promo-chip-code{font-variant-numeric:tabular-nums}.vx-promo-remove{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-inline-start:var(--space-1,4px);border:0;background:none;color:var(--muted);cursor:pointer;border-radius:var(--radius);touch-action:manipulation}.vx-promo-remove:hover{color:var(--text)}.vx-promo-remove:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-promo-input[data-vx-state="success"] .vx-promo-form{display:none}vortex-promo-input:not([data-vx-state="success"]) .vx-promo-chip{display:none}vortex-promo-input[data-vx-collapsed] .vx-promo-form,vortex-promo-input[data-vx-collapsed] .vx-promo-chip{display:none}vortex-promo-input:not([data-vx-collapsed]) .vx-promo-toggle{display:none}@keyframes vx-promo-rot{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.vx-promo-spin{animation:none!important}.vx-promo-apply,.vx-promo-input{transition:none}}vortex-cart-line-item{display:block}vortex-cart-line-item .vx-cart-line{display:grid;grid-template-columns:56px 1fr auto;gap:var(--space-3);align-items:start;padding:var(--space-3) 0;border-bottom:1px solid var(--border)}vortex-cart-line-item[data-vx-last] .vx-cart-line{border-bottom:0}vortex-cart-line-item .vx-cart-thumb{width:56px;height:56px;border-radius:var(--radius,8px);object-fit:cover;background:var(--surface-2);border:1px solid var(--border)}vortex-cart-line-item .vx-cart-thumb-ph{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}vortex-cart-line-item .vx-cart-thumb-ph i,vortex-cart-line-item .vx-cart-thumb-ph svg{width:22px;height:22px}vortex-cart-line-item .vx-cart-info{min-width:0;display:flex;flex-direction:column;gap:var(--space-1)}vortex-cart-line-item .vx-cart-name{font-weight:600;font-size:var(--fs-base);color:var(--text);margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}vortex-cart-line-item .vx-cart-name a{color:inherit;text-decoration:none}vortex-cart-line-item .vx-cart-name a:hover{text-decoration:underline}vortex-cart-line-item .vx-cart-variant{font-size:var(--fs-sm);color:var(--text-muted)}vortex-cart-line-item .vx-cart-unit{font-size:var(--fs-sm);color:var(--text-muted);direction:ltr;unicode-bidi:isolate}vortex-cart-line-item .vx-cart-line-actions{display:flex;flex-direction:column;align-items:end;gap:var(--space-2);text-align:end}vortex-cart-line-item .vx-cart-line-total{font-weight:700;font-size:var(--fs-base);color:var(--text);font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}vortex-cart-line-item .vx-cart-rm{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin-inline-end:calc(-1 * var(--space-2));background:none;border:0;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm,6px);line-height:0;touch-action:manipulation;transition:color var(--dur-fast),background var(--dur-fast)}vortex-cart-line-item .vx-cart-rm:hover{color:var(--text-err,var(--err));background:var(--surface)}vortex-cart-line-item .vx-cart-rm:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}vortex-cart-line-item .vx-cart-rm i,vortex-cart-line-item .vx-cart-rm svg{width:18px;height:18px;pointer-events:none}vortex-cart-line-item[disabled] .vx-cart-line{opacity:.5;pointer-events:none}@media (prefers-reduced-motion:reduce){vortex-cart-line-item .vx-cart-rm{transition:none}}vortex-cart-summary{display:block}.vx-cart__ship-progress{margin-block-end:var(--space-4,16px)}.vx-cart__ship-msg{margin:0 0 var(--space-2,8px);font-size:.9em;color:var(--muted)}.vx-cart__ship-msg strong{color:var(--text);font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}.vx-cart__bar{block-size:6px;border-radius:var(--radius-full);background:var(--surface-2,var(--border));overflow:hidden}.vx-cart__bar-fill{display:block;block-size:100%;border-radius:inherit;background:var(--ok);transition:inline-size var(--dur-mid) ease}vortex-cart-summary[data-vx-ship-unlocked] .vx-cart__ship-msg{color:var(--text-ok,var(--ok));font-weight:600}.vx-cart__lines{margin:0;display:flex;flex-direction:column;gap:var(--space-2,8px)}.vx-cart__row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-3,12px)}.vx-cart__row dt{color:var(--muted);margin:0}.vx-cart__row dd{margin:0;font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate}.vx-cart__free{color:var(--text-ok,var(--ok));font-weight:600}.vx-cart__row--discount dd{color:var(--text-ok,var(--ok))}.vx-cart__row--total{margin-block-start:var(--space-3,12px);padding-block-start:var(--space-3,12px);border-block-start:1px solid var(--border)}.vx-cart__row--total dt{color:var(--text);font-weight:700}.vx-cart__row--solo{margin-block-start:0;padding-block-start:0;border-block-start:0}.vx-cart__total{font-weight:700;font-size:1.15em;color:var(--text);letter-spacing:-0.01em}.vx-cart__footer{margin-block-start:var(--space-4,16px)}.vx-cart__footer:empty{display:none}@media (prefers-reduced-motion:reduce){.vx-cart__bar-fill{transition:none}}vortex-cart-drawer{display:contents}vortex-cart-drawer dialog.vx-cart{padding:0;border:0;background:transparent;color:var(--text);max-width:none;max-height:none;margin:0;margin-inline-start:auto;margin-inline-end:0;height:100vh;height:100dvh;transform:translateX(calc(var(--vx-dir,1) * 100%));transition:transform var(--dur-base) var(--ease-sheet),overlay var(--dur-base) allow-discrete,display var(--dur-base) allow-discrete}vortex-cart-drawer dialog.vx-cart[open]{transform:translateX(0)}@starting-style{vortex-cart-drawer dialog.vx-cart[open]{transform:translateX(calc(var(--vx-dir,1) * 100%))}}vortex-cart-drawer dialog.vx-cart::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(2px);opacity:0;transition:opacity var(--dur-base) var(--ease-out),overlay var(--dur-base) allow-discrete,display var(--dur-base) allow-discrete}vortex-cart-drawer dialog.vx-cart[open]::backdrop{opacity:1}@starting-style{vortex-cart-drawer dialog.vx-cart[open]::backdrop{opacity:0}}vortex-cart-drawer .vx-cart-panel{display:flex;flex-direction:column;height:100%;box-sizing:border-box;width:min(420px,92vw);background:var(--surface);border-inline-start:1px solid var(--border);box-shadow:var(--shadow-xl,0 24px 48px rgba(0,0,0,.4));overflow:hidden}vortex-cart-drawer[size="lg"] .vx-cart-panel{width:min(560px,96vw)}@media (prefers-reduced-motion:reduce){vortex-cart-drawer .vx-cart-panel,vortex-cart-drawer dialog.vx-cart::backdrop,vortex-cart-drawer dialog.vx-cart{transition:none}}vortex-cart-drawer .vx-cart-head{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);flex:none}vortex-cart-drawer .vx-cart-title{font-size:var(--fs-lg);font-weight:700;color:var(--text);margin:0}vortex-cart-drawer .vx-cart-count-badge{min-width:20px;height:20px;padding:0 6px;border-radius:var(--radius-full);background:var(--accent-tint,color-mix(in srgb,var(--accent) 18%,transparent));color:var(--accent-text,var(--accent));font-size:var(--fs-xs);font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}vortex-cart-drawer .vx-cart-head .vx-close{margin-inline-start:auto}vortex-cart-drawer .vx-cart-body{padding:var(--space-3) var(--space-4);overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}vortex-cart-drawer .vx-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);height:100%;color:var(--text-muted);text-align:center;padding:var(--space-6)}vortex-cart-drawer .vx-cart-empty i,vortex-cart-drawer .vx-cart-empty svg{width:40px;height:40px;opacity:.6}vortex-cart-drawer .vx-cart-foot{padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);flex:none}vortex-cart-drawer .vx-cart-checkout{width:100%;justify-content:center;font-size:var(--fs-base);padding:var(--space-3) var(--space-4)}vortex-cart-drawer .vx-cart-checkout[disabled]{opacity:.5;pointer-events:none}vortex-sort-select{display:inline-block}vortex-sort-select .vx-sort{display:inline-flex;align-items:center;gap:var(--space-2);position:relative}vortex-sort-select .vx-sort-label{font-size:var(--fs-md);color:var(--muted);white-space:nowrap;user-select:none}vortex-sort-select .vx-sort-wrap{position:relative;display:inline-flex;align-items:center}vortex-sort-select .vx-sort-native{appearance:none;-webkit-appearance:none;font:inherit;font-size:var(--fs-base);color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm,6px);padding-block:var(--space-2);padding-inline-start:var(--space-3);padding-inline-end:calc(var(--space-3) + var(--space-5));min-block-size:44px;cursor:pointer;max-width:100%;transition:border-color var(--dur-fast) ease,background var(--dur-fast) ease}vortex-sort-select .vx-sort-native:hover{border-color:var(--accent)}vortex-sort-select .vx-sort-native:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}vortex-sort-select .vx-sort-chev{position:absolute;inset-inline-end:var(--space-2);top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted);display:inline-flex}vortex-sort-select .vx-sort-chev svg,vortex-sort-select .vx-sort-chev i{width:16px;height:16px}vortex-sort-select[disabled]{opacity:.5}vortex-sort-select[disabled] .vx-sort-native{cursor:not-allowed}vortex-sort-select[busy] .vx-sort-chev{animation:vx-sort-spin .8s linear infinite}@keyframes vx-sort-spin{to{transform:translateY(-50%) rotate(360deg)}}@media (prefers-reduced-motion:reduce){vortex-sort-select[busy] .vx-sort-chev{animation:none}vortex-sort-select .vx-sort-native{transition:none}}vortex-filter-group{display:block;border-block-end:1px solid var(--border)}vortex-filter-group:last-of-type{border-block-end:none}vortex-filter-group .vx-fg-toggle{display:flex;align-items:center;gap:var(--space-2,8px);inline-size:100%;min-block-size:44px;padding:var(--space-3) 0;background:none;border:none;color:var(--text);cursor:pointer;font:inherit;font-size:var(--fs-base);font-weight:600;text-align:start}vortex-filter-group .vx-fg-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm,6px)}vortex-filter-group .vx-fg-title{flex:1 1 auto}vortex-filter-group .vx-fg-badge{flex:none;font-size:var(--fs-xs);font-weight:700;color:var(--text-accent);font-variant-numeric:tabular-nums}vortex-filter-group .vx-fg-chevron{flex:none;inline-size:18px;block-size:18px;color:var(--muted);transition:transform var(--dur-fast) ease}vortex-filter-group .vx-fg-toggle[aria-expanded="true"] .vx-fg-chevron{transform:rotate(180deg)}vortex-filter-group .vx-fg-panel{padding-block-end:var(--space-3)}vortex-filter-group .vx-fg-panel[hidden]{display:none}vortex-filter-group .vx-fg-panel:not([hidden]){animation:vx-fg-reveal var(--dur-fast) var(--ease-out)}@keyframes vx-fg-reveal{from{opacity:0;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){vortex-filter-group .vx-fg-panel:not([hidden]){animation:none}}vortex-filter-group fieldset{border:none;margin:0;padding:0;min-inline-size:0}vortex-filter-group .vx-fg-list{display:flex;flex-direction:column;gap:2px;max-block-size:18rem;overflow-y:auto;overscroll-behavior:contain}vortex-filter-group .vx-fg-opt{display:flex;align-items:center;gap:var(--space-3,12px);min-block-size:44px;padding:0 var(--space-2,8px);border-radius:var(--radius-sm,6px);cursor:pointer;user-select:none}vortex-filter-group .vx-fg-opt:hover{background:var(--surface-2)}vortex-filter-group .vx-fg-opt input{inline-size:18px;block-size:18px;margin:0;accent-color:var(--accent);cursor:pointer;flex:none}vortex-filter-group .vx-fg-opt input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-group .vx-fg-opt-label{flex:1 1 auto;font-size:var(--fs-base);color:var(--text)}vortex-filter-group .vx-fg-opt-count{flex:none;font-size:var(--fs-sm);color:var(--muted);font-variant-numeric:tabular-nums}vortex-filter-group .vx-fg-opt.vx-is-disabled{opacity:.45;cursor:not-allowed}vortex-filter-group .vx-fg-opt.vx-is-disabled:hover{background:none}vortex-filter-group .vx-fg-opt.vx-is-disabled input{cursor:not-allowed}vortex-filter-group .vx-fg-dot{inline-size:18px;block-size:18px;border-radius:50%;border:1px solid rgb(0 0 0 / .15);flex:none}vortex-filter-group .vx-fg-opt input:checked ~ .vx-fg-dot{box-shadow:0 0 0 2px var(--surface),0 0 0 3.5px var(--accent)}vortex-filter-group .vx-fg-stars{display:inline-flex;gap:1px;color:var(--text-accent)}vortex-filter-group .vx-fg-stars svg,vortex-filter-group .vx-fg-stars i{inline-size:15px;block-size:15px}vortex-filter-group .vx-fg-stars .vx-fg-star-off{color:var(--border)}vortex-filter-group .vx-fg-more{background:none;border:none;color:var(--text-accent);cursor:pointer;font:inherit;font-size:var(--fs-md);font-weight:600;padding:var(--space-2) var(--space-2);text-align:start;min-block-size:44px}vortex-filter-group .vx-fg-more:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm,6px)}vortex-filter-group .vx-fg-search{inline-size:100%;min-block-size:40px;margin-block-end:var(--space-2);padding:0 var(--space-3);font-size:var(--fs-lg);background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm,6px);box-sizing:border-box}vortex-filter-group .vx-fg-search:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}vortex-filter-group .vx-fg-empty{font-size:var(--fs-md);color:var(--muted);padding:var(--space-2)}vortex-filter-group .vx-fg-range{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-2) 0}vortex-filter-group .vx-fg-range-row{display:flex;align-items:center;gap:var(--space-2)}vortex-filter-group .vx-fg-range-field{display:flex;flex-direction:column;gap:2px;flex:1 1 0;min-inline-size:0}vortex-filter-group .vx-fg-range-field label{font-size:var(--fs-xs);color:var(--muted);font-weight:600}vortex-filter-group .vx-fg-range-field input{inline-size:100%;min-block-size:44px;padding:0 var(--space-3);font-size:var(--fs-lg);font-variant-numeric:tabular-nums;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm,6px);box-sizing:border-box}vortex-filter-group .vx-fg-range-field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}vortex-filter-group .vx-fg-range-sep{color:var(--muted);align-self:end;padding-block-end:12px}vortex-filter-group .vx-fg-dual{position:relative;block-size:20px}vortex-filter-group .vx-fg-dual-track,vortex-filter-group .vx-fg-dual-fill{position:absolute;inset-block-start:50%;transform:translateY(-50%);block-size:6px;border-radius:var(--radius-full);pointer-events:none}vortex-filter-group .vx-fg-dual-track{inset-inline:0;background:var(--surface-3,var(--surface-2))}vortex-filter-group .vx-fg-dual-fill{inset-inline-start:var(--vx-lo,0%);inset-inline-end:calc(100% - var(--vx-hi,100%));background:var(--accent)}vortex-filter-group .vx-fg-dual-thumb{-webkit-appearance:none;appearance:none;position:absolute;inset-inline:0;inset-block-start:0;inline-size:100%;block-size:20px;margin:0;background:transparent;pointer-events:none}vortex-filter-group .vx-fg-dual-thumb::-webkit-slider-runnable-track{background:transparent;block-size:20px}vortex-filter-group .vx-fg-dual-thumb::-moz-range-track{background:transparent;block-size:20px}vortex-filter-group .vx-fg-dual-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;inline-size:18px;block-size:18px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:var(--shadow-xs);cursor:pointer}vortex-filter-group .vx-fg-dual-thumb::-moz-range-thumb{pointer-events:auto;inline-size:18px;block-size:18px;border-radius:50%;background:var(--accent);border:2px solid var(--surface);box-shadow:var(--shadow-xs);cursor:pointer}vortex-filter-group .vx-fg-dual-thumb:focus-visible::-webkit-slider-thumb{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-group .vx-fg-dual-thumb:focus-visible::-moz-range-thumb{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-group .vx-sr-only{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){vortex-filter-group .vx-fg-chevron{transition:none}}vortex-product-filters{display:block}vortex-product-filters .vx-pf-bar{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);margin-block-end:var(--space-4)}vortex-product-filters .vx-pf-chips{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;flex:1 1 auto;min-width:0}vortex-product-filters .vx-pf-count{font-size:var(--fs-md);color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none}vortex-product-filters[busy] .vx-pf-count{opacity:.6}vortex-product-filters .vx-pf-chip{display:inline-flex;align-items:center;gap:var(--space-2);padding-block:var(--space-1);padding-inline:var(--space-3);background:var(--surface-2,var(--surface));border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--fs-md);color:var(--text);max-width:100%;box-sizing:border-box}vortex-product-filters .vx-pf-chip-key{color:var(--muted)}vortex-product-filters .vx-pf-chip-val{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}vortex-product-filters .vx-pf-chip .vx-close{inline-size:24px;block-size:24px;min-inline-size:24px}vortex-product-filters .vx-pf-chip .vx-close i,vortex-product-filters .vx-pf-chip .vx-close svg{width:14px;height:14px}vortex-product-filters .vx-pf-clear{display:inline-flex;align-items:center;gap:var(--space-1);background:transparent;border:0;cursor:pointer;padding:var(--space-1) var(--space-2);color:var(--accent-text,var(--accent));font-size:var(--fs-md);font-weight:600;border-radius:var(--radius-sm,6px)}vortex-product-filters .vx-pf-clear:hover{text-decoration:underline}vortex-product-filters .vx-pf-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-panel{display:flex;flex-direction:column;gap:var(--space-4)}vortex-product-filters .vx-pf-trigger{display:none;align-items:center;justify-content:center;gap:var(--space-2);inline-size:100%;min-block-size:44px;padding:var(--space-3) var(--space-4);background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md,10px);font-size:var(--fs-base);font-weight:600;cursor:pointer}vortex-product-filters .vx-pf-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-trigger-badge{display:inline-flex;align-items:center;justify-content:center;min-inline-size:20px;block-size:20px;padding-inline:var(--space-1);background:var(--accent);color:var(--on-accent);border-radius:var(--radius-full);font-size:var(--fs-xs);font-weight:700;font-variant-numeric:tabular-nums}vortex-product-filters .vx-pf-sheet-body{display:flex;flex-direction:column;gap:var(--space-4)}vortex-product-filters .vx-pf-apply{flex:1 1 auto;min-block-size:44px;background:var(--accent);color:var(--on-accent);border:0;border-radius:var(--radius-md,10px);font-size:var(--fs-base);font-weight:700;cursor:pointer;font-variant-numeric:tabular-nums}vortex-product-filters .vx-pf-apply:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-sheet-clear{flex:none;min-block-size:44px;padding-inline:var(--space-4);background:transparent;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-md,10px);font-size:var(--fs-base);font-weight:600;cursor:pointer}vortex-product-filters .vx-pf-sheet-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-empty{font-size:var(--fs-md);color:var(--muted)}vortex-product-filters .vx-pf-presets{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-block-end:var(--space-3)}vortex-product-filters .vx-pf-presets:empty{display:none}vortex-product-filters .vx-pf-preset{display:inline-flex;align-items:center;gap:var(--space-1);min-block-size:32px;padding-inline:var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:var(--fs-md);font-weight:600;cursor:pointer;max-inline-size:100%}vortex-product-filters .vx-pf-preset>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-product-filters .vx-pf-preset:hover{border-color:var(--accent)}vortex-product-filters .vx-pf-preset:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-preset i,vortex-product-filters .vx-pf-preset svg{width:13px;height:13px}vortex-product-filters .vx-pf-preset-del{display:inline-flex;padding:2px;border-radius:50%;color:var(--text-muted,var(--muted))}vortex-product-filters .vx-pf-preset-del:hover{color:var(--text-err,var(--err))}vortex-product-filters .vx-pf-preset-save{display:inline-flex;align-items:center;gap:var(--space-1);min-block-size:32px;padding-inline:var(--space-3);border-radius:var(--radius-full);border:1px dashed var(--border);background:transparent;color:var(--accent-text,var(--accent));font-size:var(--fs-md);font-weight:600;cursor:pointer}vortex-product-filters .vx-pf-preset-save:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-pills{display:none;gap:var(--space-2);overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-block:var(--space-1);scrollbar-width:none}vortex-product-filters .vx-pf-pills::-webkit-scrollbar{display:none}vortex-product-filters .vx-pf-pill{flex:none;scroll-snap-align:start;display:inline-flex;align-items:center;gap:var(--space-1);min-block-size:40px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:var(--fs-md);font-weight:600;cursor:pointer;white-space:nowrap;touch-action:manipulation}vortex-product-filters .vx-pf-pill[data-active="true"]{border-color:var(--accent);color:var(--text-accent);background:var(--accent-tint,color-mix(in srgb,var(--accent) 14%,transparent))}vortex-product-filters .vx-pf-pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-product-filters .vx-pf-pill i,vortex-product-filters .vx-pf-pill svg{width:15px;height:15px}vortex-product-filters .vx-pf-pill-badge{min-inline-size:18px;block-size:18px;padding-inline:5px;border-radius:var(--radius-full);background:var(--accent);color:var(--on-accent);font-size:var(--fs-2xs);font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}vortex-product-filters .vx-pf-host-mobile{display:none}@media (max-width:767px){vortex-product-filters .vx-pf-panel-inline{display:none}vortex-product-filters .vx-pf-pills{display:flex}vortex-product-filters .vx-pf-trigger{display:none}vortex-product-filters .vx-pf-chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}}vortex-product-filters[layout="bar"] .vx-pf-pills{display:flex}vortex-product-filters[layout="bar"] .vx-pf-panel-inline{display:none}vortex-product-filters[layout="bar"] .vx-pf-trigger{display:none}vortex-chart{display:block;position:relative}vortex-chart .vx-chart{position:relative}vortex-chart .vx-chart-src{position:absolute;width:1px;height:1px;margin:-1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}vortex-chart svg{display:block;width:100%;height:auto}vortex-chart .vx-chart-grid line{stroke:var(--border);stroke-width:1}vortex-chart .vx-chart-axis text{fill:var(--muted);font-size:11px;font-family:inherit;font-variant-numeric:tabular-nums}vortex-chart .vx-chart-line{fill:none;stroke-width:2.25;stroke-linejoin:round;stroke-linecap:round}vortex-chart .vx-chart-area{opacity:.14;stroke:none}vortex-chart .vx-chart-dot{stroke:var(--surface);stroke-width:1.5;cursor:pointer}vortex-chart .vx-chart-bar{cursor:pointer;rx:3}vortex-chart .vx-chart-bar:hover,vortex-chart .vx-chart-dot:hover{filter:brightness(1.15)}vortex-chart .vx-chart-seg{cursor:pointer;stroke:var(--surface);stroke-width:2}vortex-chart .vx-chart-seg:hover{filter:brightness(1.12)}vortex-chart .vx-chart-donut-label{fill:var(--text);font-weight:700;font-size:20px}vortex-chart .vx-chart-donut-sub{fill:var(--muted);font-size:11px}vortex-chart .vx-chart-legend{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin-block-start:var(--space-2);font-size:var(--fs-md);color:var(--muted)}vortex-chart .vx-chart-legend-item{display:inline-flex;align-items:center;gap:6px}vortex-chart .vx-chart-legend-swatch{width:10px;height:10px;border-radius:var(--radius-sm);flex:none}vortex-chart .vx-chart-tip{position:absolute;z-index:5;pointer-events:none;display:none;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:5px 9px;font-size:var(--fs-sm);box-shadow:var(--shadow-md);white-space:nowrap;color:var(--text)}vortex-chart .vx-chart-tip[data-open]{display:block}vortex-chart .vx-chart-tip .vx-chart-tip-val{font-weight:700;font-variant-numeric:tabular-nums}vortex-audio-player{display:block;container-type:inline-size}vortex-audio-player .vx-ap{display:grid;grid-template-columns:auto 1fr;gap:var(--space-3) var(--space-4);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}vortex-audio-player[data-vx-ready] audio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}vortex-audio-player .vx-ap-art{width:64px;height:64px;border-radius:var(--radius);object-fit:cover;background:var(--surface);grid-row:span 2}vortex-audio-player .vx-ap-art.is-placeholder{display:grid;place-items:center;color:var(--muted)}vortex-audio-player .vx-ap-meta{min-width:0;display:flex;align-items:baseline;gap:var(--space-2);flex-wrap:wrap}vortex-audio-player .vx-ap-title{font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}vortex-audio-player .vx-ap-artist{color:var(--muted);font-size:var(--fs-md)}vortex-audio-player .vx-ap-size{font-size:var(--fs-2xs);font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:var(--radius-full);padding:1px 7px;unicode-bidi:plaintext}vortex-audio-player .vx-ap-main{display:flex;align-items:center;gap:var(--space-2);min-width:0;flex-wrap:wrap}vortex-audio-player .vx-ap-seekgroup{display:flex;align-items:center;gap:var(--space-2);flex:1 1 200px;min-width:0}vortex-audio-player .vx-ap-seek{flex:1 1 100px}vortex-audio-player .vx-ap-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;flex:none;touch-action:manipulation}vortex-audio-player .vx-ap-play .vx-ap-i-pause,vortex-audio-player .vx-ap-play .vx-ap-i-wait{display:none}vortex-audio-player .vx-ap-play.is-playing .vx-ap-i-play{display:none}vortex-audio-player .vx-ap-play.is-playing .vx-ap-i-pause{display:inline-flex}vortex-audio-player .vx-ap-play.is-waiting .vx-ap-i-play,vortex-audio-player .vx-ap-play.is-waiting .vx-ap-i-pause{display:none}vortex-audio-player .vx-ap-play.is-waiting .vx-ap-i-wait{display:inline-flex;animation:vx-ap-spin 900ms linear infinite}@keyframes vx-ap-spin{to{transform:rotate(360deg)}}vortex-audio-player .vx-ap-mute .vx-ap-i-muted{display:none}vortex-audio-player .vx-ap-mute.is-muted .vx-ap-i-vol{display:none}vortex-audio-player .vx-ap-mute.is-muted .vx-ap-i-muted{display:inline-flex}@media (prefers-reduced-motion:reduce){vortex-audio-player .vx-ap-play.is-waiting .vx-ap-i-wait{animation:none}}vortex-audio-player[data-state="error"] .vx-ap-play{background:var(--err);border-color:var(--err)}vortex-audio-player .vx-ap-btn:hover{background:var(--hover,var(--surface))}vortex-audio-player .vx-ap-play{width:44px;height:44px;background:var(--accent);border-color:var(--accent);color:var(--text-on-accent)}vortex-audio-player .vx-ap-play:hover{filter:brightness(1.08);background:var(--accent)}vortex-audio-player .vx-ap-play svg.lucide-play{transform:translateX(2px)}vortex-audio-player .vx-ap-speed{width:auto;min-width:44px;padding-inline:8px;font-size:var(--fs-xs);font-weight:700;font-variant-numeric:tabular-nums}vortex-audio-player .vx-ap-seek{position:relative;flex:1;min-width:80px;height:24px;display:flex;align-items:center}vortex-audio-player .vx-ap-track{position:absolute;inset-inline:0;height:5px;border-radius:var(--radius-full);background:var(--border);overflow:hidden}vortex-audio-player .vx-ap-loaded{position:absolute;inset-block:0;inset-inline-start:0;width:0;background:color-mix(in oklab,var(--accent) 28%,var(--border))}vortex-audio-player .vx-ap-played{position:absolute;inset-block:0;inset-inline-start:0;width:0;background:var(--accent)}vortex-audio-player .vx-ap-range{position:relative;width:100%;margin:0;appearance:none;background:transparent;height:24px;cursor:pointer}vortex-audio-player .vx-ap-range::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:var(--radius-full);background:var(--accent);border:2px solid var(--surface);box-shadow:var(--shadow-xs)}vortex-audio-player .vx-ap-range::-moz-range-thumb{width:14px;height:14px;border-radius:var(--radius-full);background:var(--accent);border:2px solid var(--surface)}vortex-audio-player .vx-ap-tip{position:absolute;bottom:22px;transform:translateX(-50%);display:none;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2px 7px;font-size:var(--fs-2xs);font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}vortex-audio-player .vx-ap-seek:hover .vx-ap-tip[data-on],vortex-audio-player .vx-ap-seek.is-scrubbing .vx-ap-tip[data-on]{display:block}vortex-audio-player .vx-ap-btn:active{transform:scale(.93)}@media (prefers-reduced-motion:reduce){vortex-audio-player .vx-ap-btn:active{transform:none}}vortex-audio-player .vx-ap-btn[aria-disabled="true"]{opacity:.38;cursor:default;pointer-events:none}vortex-audio-player .vx-ap-time{font-size:var(--fs-xs);color:var(--muted);font-variant-numeric:tabular-nums;flex:none;unicode-bidi:plaintext}vortex-audio-player .vx-ap-actions{grid-column:1 / -1;display:none;padding-block-start:var(--space-2);border-block-start:1px solid var(--border)}vortex-audio-player .vx-ap-actions[data-on]{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}vortex-audio-player .vx-ap-preview-note{font-size:var(--fs-xs);color:var(--text-warn,var(--muted));font-weight:600}@media (pointer:coarse){vortex-audio-player .vx-ap-btn{width:44px;height:44px}}@container (max-width:519px){vortex-audio-player .vx-ap-main{display:grid;grid-template-columns:1fr auto auto auto 1fr;align-items:center;grid-column:1 / -1}vortex-audio-player .vx-ap-seekgroup{grid-row:1;grid-column:1 / -1}vortex-audio-player .vx-ap-back{grid-row:2;grid-column:2}vortex-audio-player .vx-ap-play{grid-row:2;grid-column:3}vortex-audio-player .vx-ap-fwd{grid-row:2;grid-column:4}vortex-audio-player .vx-ap-speed{grid-row:2;grid-column:1;justify-self:start}vortex-audio-player .vx-ap-mute{grid-row:2;grid-column:5;justify-self:end}}@media (max-width:480px){vortex-audio-player .vx-ap{grid-template-columns:auto 1fr}vortex-audio-player .vx-ap-art{width:48px;height:48px}}vortex-audio-player[compact] .vx-ap{padding:var(--space-2) var(--space-3);gap:var(--space-2) var(--space-3)}vortex-audio-player[compact] .vx-ap-art{width:40px;height:40px;grid-row:auto}vortex-audio-player[compact] .vx-ap-back,vortex-audio-player[compact] .vx-ap-fwd,vortex-audio-player[compact] .vx-ap-speed,vortex-audio-player[compact] .vx-ap-mute{display:none}@container (max-width:519px){vortex-audio-player[compact] .vx-ap-main{display:flex}vortex-audio-player[compact] .vx-ap-seekgroup{grid-row:auto;grid-column:auto}vortex-audio-player[compact] .vx-ap-play{grid-row:auto;grid-column:auto}}vortex-video{display:block}vortex-video .vx-vid{position:relative;width:100%;background:#000;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:var(--vx-vid-ar,16 / 9)}vortex-video video{display:block;width:100%;height:100%;object-fit:contain;background:#000}vortex-video[variant="product"] video{object-fit:cover;cursor:pointer}vortex-video .vx-vid-big{position:absolute;inset:0;display:grid;place-items:center;cursor:pointer;background:color-mix(in srgb,#000 22%,transparent);transition:opacity var(--dur-base) ease}vortex-video[data-state="playing"] .vx-vid-big{opacity:0;pointer-events:none}vortex-video .vx-vid-big-btn{width:64px;height:64px;border-radius:var(--radius-full);background:color-mix(in srgb,#000 45%,transparent);display:grid;place-items:center;color:#fff;backdrop-filter:blur(2px)}vortex-video .vx-vid-big-btn svg,vortex-video .vx-vid-big-btn i{width:30px;height:30px;transform:translateX(2px)}vortex-video .vx-vid-ctl{position:absolute;inset-inline:0;bottom:0;display:flex;align-items:center;gap:8px;padding:8px 10px;background:linear-gradient(transparent,color-mix(in srgb,#000 70%,transparent));opacity:0;transition:opacity var(--dur-base) ease;color:#fff}vortex-video .vx-vid:hover .vx-vid-ctl,vortex-video[data-state="paused"] .vx-vid-ctl,vortex-video .vx-vid:focus-within .vx-vid-ctl{opacity:1}vortex-video[variant="product"] .vx-vid-ctl,vortex-video[variant="product"] .vx-vid-big{display:none}vortex-video .vx-vid-btn{border:0;background:transparent;color:#fff;cursor:pointer;padding:4px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;flex:none;touch-action:manipulation}vortex-video .vx-vid-btn:hover{background:color-mix(in srgb,#fff 18%,transparent)}vortex-video .vx-vid-btn svg,vortex-video .vx-vid-btn i{width:20px;height:20px}vortex-video .vx-vid-play .vx-vid-i-pause,vortex-video .vx-vid-play .vx-vid-i-wait{display:none}vortex-video[data-state="playing"] .vx-vid-play .vx-vid-i-play{display:none}vortex-video[data-state="playing"] .vx-vid-play .vx-vid-i-pause{display:inline-flex}vortex-video[data-state="waiting"] .vx-vid-play .vx-vid-i-play,vortex-video[data-state="waiting"] .vx-vid-play .vx-vid-i-pause{display:none}vortex-video[data-state="waiting"] .vx-vid-play .vx-vid-i-wait{display:inline-flex;animation:vx-vid-spin 900ms linear infinite}@keyframes vx-vid-spin{to{transform:rotate(360deg)}}vortex-video .vx-vid-mute .vx-vid-i-muted{display:none}vortex-video .vx-vid[data-muted] .vx-vid-i-vol{display:none}vortex-video .vx-vid[data-muted] .vx-vid-i-muted{display:inline-flex}vortex-video .vx-vid-time{font-size:var(--fs-sm);font-variant-numeric:tabular-nums;flex:none;unicode-bidi:plaintext}vortex-video .vx-vid-seek{flex:1;min-width:60px;height:4px;accent-color:var(--accent);cursor:pointer}vortex-video .vx-vid-cap.is-on{color:var(--accent-9,var(--accent))}@media (prefers-reduced-motion:reduce){vortex-video .vx-vid-play .vx-vid-i-wait{animation:none}}vortex-player{display:block;--vx-pl-accent:var(--accent)}vortex-player .vx-pl{position:relative;width:100%;background:#000;overflow:hidden;border-radius:var(--radius-lg);aspect-ratio:var(--vx-pl-ar,16 / 9);color:#fff;font-size:var(--fs-md);user-select:none;isolation:isolate;--vx-pl-bar-h:4px}vortex-player.vx-pl-fs .vx-pl{border-radius:0;aspect-ratio:auto;height:100%}vortex-player video{display:block;width:100%;height:100%;object-fit:contain;background:#000}vortex-player video::cue{background:rgba(0,0,0,.7);color:#fff;font-size:var(--fs-base);line-height:1.4}vortex-player .vx-pl-gesture{position:absolute;inset:0;z-index:2;cursor:pointer}vortex-player .vx-pl-centerbar{position:absolute;inset-inline-start:50%;top:50%;transform:translate(calc(-50% * var(--vx-dir,1)),-50%);z-index:4;display:flex;align-items:center;gap:26px;opacity:1;transition:opacity var(--dur-base)}vortex-player.vx-pl-hidden .vx-pl-centerbar{opacity:0;pointer-events:none}vortex-player[data-state="buffering"] .vx-pl-centerbar{opacity:0;pointer-events:none}vortex-player .vx-pl-cbtn{display:grid;place-items:center;border:0;cursor:pointer;color:#fff;padding:0;background:color-mix(in oklab,#000 42%,transparent);border-radius:50%;backdrop-filter:blur(4px);transition:background var(--dur-fast),transform var(--dur-fast);touch-action:manipulation}vortex-player .vx-pl-cbtn:hover{background:color-mix(in oklab,#000 60%,transparent)}vortex-player .vx-pl-cbtn:active{transform:scale(.88)}vortex-player .vx-pl-cbtn:focus-visible{outline:2px solid var(--vx-pl-accent);outline-offset:2px}vortex-player .vx-pl-cmain{width:74px;height:74px}vortex-player .vx-pl-cside{width:52px;height:52px}vortex-player .vx-pl-cmain svg{width:38px;height:38px}vortex-player .vx-pl-cside svg{width:26px;height:26px}vortex-player .vx-pl-flash{position:absolute;inset-inline-start:50%;top:50%;transform:translate(calc(-50% * var(--vx-dir,1)),-50%) scale(.7);z-index:6;width:80px;height:80px;border-radius:50%;pointer-events:none;background:color-mix(in oklab,#000 50%,transparent);display:grid;place-items:center;color:#fff;opacity:0}vortex-player .vx-pl-flash svg{width:38px;height:38px}vortex-player .vx-pl-flash.go{animation:vx-pl-flash .5s ease-out}@keyframes vx-pl-flash{0%{opacity:.9;transform:translate(calc(-50% * var(--vx-dir,1)),-50%) scale(.7)}100%{opacity:0;transform:translate(calc(-50% * var(--vx-dir,1)),-50%) scale(1.3)}}vortex-player .vx-pl-spin{position:absolute;inset-inline-start:50%;top:50%;transform:translate(calc(-50% * var(--vx-dir,1)),-50%);z-index:4;width:54px;height:54px;pointer-events:none;border:4px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;opacity:0;transition:opacity var(--dur-fast)}vortex-player[data-state="buffering"] .vx-pl-spin{opacity:1;animation:vx-pl-spin .8s linear infinite}@keyframes vx-pl-spin{to{transform:translate(calc(-50% * var(--vx-dir,1)),-50%) rotate(360deg)}}@media (prefers-reduced-motion:reduce){vortex-player[data-state="buffering"] .vx-pl-spin{animation-duration:1.6s}}vortex-player .vx-pl-seekhint{position:absolute;top:50%;transform:translateY(-50%);z-index:4;pointer-events:none;display:flex;align-items:center;gap:4px;padding:10px 16px;border-radius:var(--radius-full);background:color-mix(in oklab,#000 55%,transparent);color:#fff;font-weight:700;font-size:var(--fs-sm);opacity:0;transition:opacity var(--dur-fast)}vortex-player .vx-pl-seekhint.vx-pl-left{inset-inline-start:12%}vortex-player .vx-pl-seekhint.vx-pl-right{inset-inline-end:12%}vortex-player .vx-pl-seekhint.show{opacity:1}vortex-player .vx-pl-seekhint svg,vortex-player .vx-pl-seekhint i{width:18px;height:18px}vortex-player .vx-pl-title{position:absolute;inset-inline:0;top:0;z-index:3;padding:14px 16px;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);font-weight:600;font-size:var(--fs-base);text-shadow:0 1px 3px rgba(0,0,0,.5);transition:opacity var(--dur-base);pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-player .vx-pl-ctrls{position:absolute;inset-inline:0;bottom:0;z-index:5;padding:0 10px 6px;display:flex;flex-direction:column;gap:2px;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.35) 60%,transparent);transition:opacity var(--dur-base),transform var(--dur-base)}vortex-player.vx-pl-hidden .vx-pl-ctrls,vortex-player.vx-pl-hidden .vx-pl-title{opacity:0;transform:translateY(8px);pointer-events:none}vortex-player.vx-pl-hidden .vx-pl-title{transform:translateY(-8px)}vortex-player.vx-pl-hidden .vx-pl{cursor:none}vortex-player .vx-pl-seek{position:relative;height:16px;display:flex;align-items:center;cursor:pointer;touch-action:none}vortex-player .vx-pl-track{position:relative;width:100%;height:var(--vx-pl-bar-h);border-radius:var(--radius-full);background:rgba(255,255,255,.28);overflow:visible;transition:height var(--dur-fast)}vortex-player .vx-pl-seek:hover .vx-pl-track,vortex-player .vx-pl-seek.vx-pl-scrub .vx-pl-track{height:6px}vortex-player .vx-pl-buffered{position:absolute;inset-block:0;inset-inline-start:0;width:0;border-radius:var(--radius-full);background:rgba(255,255,255,.4)}vortex-player .vx-pl-played{position:absolute;inset-block:0;inset-inline-start:0;width:0;border-radius:var(--radius-full);background:var(--vx-pl-accent)}vortex-player .vx-pl-thumbh{position:absolute;top:50%;inset-inline-start:0;width:13px;height:13px;border-radius:50%;background:var(--vx-pl-accent);transform:translate(calc(-50% * var(--vx-dir,1)),-50%) scale(0);transition:transform var(--dur-fast);box-shadow:0 0 0 4px color-mix(in oklab,var(--vx-pl-accent) 30%,transparent)}vortex-player .vx-pl-seek:hover .vx-pl-thumbh,vortex-player .vx-pl-seek.vx-pl-scrub .vx-pl-thumbh{transform:translate(calc(-50% * var(--vx-dir,1)),-50%) scale(1)}vortex-player .vx-pl-chap{position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;height:9px;background:rgba(255,255,255,.85);border-radius:var(--radius-xs);pointer-events:none}vortex-player .vx-pl-preview{position:absolute;bottom:22px;transform:translateX(-50%);z-index:6;pointer-events:none;display:none;flex-direction:column;align-items:center;gap:3px}vortex-player .vx-pl-preview.show{display:flex}vortex-player .vx-pl-preview-img{width:160px;height:90px;border-radius:var(--radius-md);border:2px solid rgba(255,255,255,.9);background-repeat:no-repeat;background-color:#000}vortex-player .vx-pl-preview-t{font-size:var(--fs-xs);font-weight:700;text-shadow:0 1px 2px #000}vortex-player .vx-pl-preview-c{font-size:var(--fs-2xs);color:rgba(255,255,255,.85);max-width:160px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-player .vx-pl-row{display:flex;align-items:center;gap:2px}vortex-player .vx-pl-btn{flex:none;display:inline-grid;place-items:center;width:40px;height:40px;background:none;border:0;color:#fff;cursor:pointer;border-radius:var(--radius);padding:0;transition:background var(--dur-fast),transform var(--dur-fast)}vortex-player .vx-pl-btn:hover{background:rgba(255,255,255,.15)}vortex-player .vx-pl-btn:active{transform:scale(.92)}vortex-player .vx-pl-btn:focus-visible{outline:2px solid var(--vx-pl-accent);outline-offset:-2px}vortex-player .vx-pl-btn svg,vortex-player .vx-pl-btn i{width:22px;height:22px}vortex-player .vx-pl-btn[hidden]{display:none}vortex-player .vx-pl-time{font-size:var(--fs-sm);font-variant-numeric:tabular-nums;padding:0 6px;white-space:nowrap}vortex-player .vx-pl-time .vx-pl-dur{color:rgba(255,255,255,.7)}vortex-player .vx-pl-spacer{flex:1}vortex-player .vx-pl-vol{display:flex;align-items:center}vortex-player .vx-pl-vol-slider{width:0;opacity:0;height:4px;margin-inline-start:0;cursor:pointer;transition:width var(--dur-fast),opacity var(--dur-fast),margin var(--dur-fast);-webkit-appearance:none;appearance:none;background:rgba(255,255,255,.3);border-radius:var(--radius-full)}vortex-player .vx-pl-vol:hover .vx-pl-vol-slider,vortex-player .vx-pl-vol:focus-within .vx-pl-vol-slider{width:70px;opacity:1;margin-inline-start:4px}vortex-player .vx-pl-vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer}vortex-player .vx-pl-vol-slider::-moz-range-thumb{width:12px;height:12px;border:0;border-radius:50%;background:#fff;cursor:pointer}vortex-player .vx-pl-qbadge{position:absolute;top:3px;inset-inline-end:3px;font-size:8px;font-weight:800;background:var(--vx-pl-accent);color:var(--on-accent);border-radius:var(--radius-sm);padding:0 2px;line-height:1.3}vortex-player .vx-pl-menu{position:absolute;inset-inline-end:8px;bottom:56px;z-index:7;min-width:200px;background:color-mix(in oklab,#1a1a1a 92%,transparent);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:6px;box-shadow:var(--shadow-2xl);color:#fff;display:none;flex-direction:column;gap:1px;max-height:60%;overflow-y:auto}vortex-player .vx-pl-menu.show{display:flex}vortex-player .vx-pl-menu-title{font-size:var(--fs-xs);font-weight:700;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.05em;padding:8px 10px 4px}vortex-player .vx-pl-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;border:0;background:none;color:#fff;cursor:pointer;border-radius:var(--radius);font:inherit;font-size:var(--fs-sm);text-align:start}vortex-player .vx-pl-menu-item:hover{background:rgba(255,255,255,.12)}vortex-player .vx-pl-menu-item[aria-checked="true"]{color:var(--vx-pl-accent);font-weight:700}vortex-player .vx-pl-menu-item .vx-pl-check{margin-inline-start:auto;width:16px;height:16px;opacity:0}vortex-player .vx-pl-menu-item[aria-checked="true"] .vx-pl-check{opacity:1}vortex-player .vx-pl-menu-sep{height:1px;background:rgba(255,255,255,.1);margin:4px 0}vortex-player .vx-pl-error{position:absolute;inset:0;z-index:8;display:none;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;background:rgba(0,0,0,.85);color:#fff}vortex-player[data-state="error"] .vx-pl-error{display:flex}vortex-player .vx-pl-error svg,vortex-player .vx-pl-error i{width:40px;height:40px;color:var(--text-err)}vortex-player .vx-pl-error-msg{font-size:var(--fs-sm);color:rgba(255,255,255,.8);max-width:360px}vortex-player .vx-pl-retry{margin-top:6px;padding:8px 16px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff;cursor:pointer;font:inherit;font-weight:600}vortex-player .vx-pl-retry:hover{background:rgba(255,255,255,.2)}@media (max-width:640px){vortex-player .vx-pl-btn{width:44px;height:44px}vortex-player .vx-pl-vol:hover .vx-pl-vol-slider,vortex-player .vx-pl-vol:focus-within .vx-pl-vol-slider{width:0;opacity:0;margin-inline-start:0}vortex-player .vx-pl-preview-img{width:120px;height:68px}}vortex-player .vx-pl-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}vortex-share-bar{display:block}vortex-share-bar .vx-share{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}vortex-share-bar .vx-share-label{font-size:var(--fs-md);font-weight:600;color:var(--muted);margin-inline-end:var(--space-1)}vortex-share-bar .vx-share-btn{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:6px 12px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:var(--fs-md);font-weight:600;cursor:pointer;text-decoration:none}vortex-share-bar .vx-share-btn:hover{background:var(--hover,var(--surface));border-color:var(--border-strong,var(--border))}vortex-share-bar .vx-share-btn .vx-icon{width:16px;height:16px}vortex-share-bar .vx-share-btn[data-net="whatsapp"] .vx-icon{color:var(--text-ok,var(--ok))}vortex-share-bar .vx-share-btn[data-net="facebook"] .vx-icon,vortex-share-bar .vx-share-btn[data-net="telegram"] .vx-icon{color:var(--text-info,var(--text-accent,var(--text)))}vortex-share-bar .vx-share-btn[data-net="x"] .vx-icon{color:var(--text)}vortex-share-bar .vx-share-btn[data-net="native"]{background:var(--accent);border-color:var(--accent);color:var(--text-on-accent)}vortex-share-bar .vx-share-btn[data-net="native"]:hover{filter:brightness(1.08);background:var(--accent)}vortex-share-bar[compact] .vx-share-btn{padding:0;width:40px;justify-content:center}vortex-share-bar[compact] .vx-share-btn .vx-share-txt{position:absolute;width:1px;height:1px;margin:-1px;clip-path:inset(50%);overflow:hidden}@media (pointer:coarse){vortex-share-bar .vx-share-btn{min-height:44px}vortex-share-bar[compact] .vx-share-btn{width:44px}}vortex-track-list{display:block}vortex-track-list ol.vx-tl{list-style:none;margin:0;padding:0}vortex-track-list .vx-tl-row{border-block-end:1px solid var(--border)}vortex-track-list .vx-tl-row:last-child{border-block-end:0}vortex-track-list .vx-tl-btn{display:grid;grid-template-columns:28px 20px 1fr auto;align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:8px 10px;background:transparent;border:0;cursor:pointer;text-align:start;color:var(--text);font-size:var(--fs-base);border-radius:var(--radius)}vortex-track-list .vx-tl-btn:hover{background:var(--hover,var(--surface-2))}vortex-track-list .vx-tl-num{color:var(--muted);font-variant-numeric:tabular-nums;font-size:var(--fs-md);unicode-bidi:plaintext}vortex-track-list .vx-tl-state{display:inline-flex;align-items:center;justify-content:center;color:var(--text-accent,var(--accent))}vortex-track-list .vx-tl-state .vx-icon{width:14px;height:14px;opacity:0}vortex-track-list .vx-tl-btn:hover .vx-tl-state .vx-icon{opacity:1}vortex-track-list .vx-tl-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-track-list .vx-tl-dur{color:var(--muted);font-variant-numeric:tabular-nums;font-size:var(--fs-md);unicode-bidi:plaintext}vortex-track-list .vx-tl-row[data-active] .vx-tl-title{color:var(--text-accent,var(--accent));font-weight:700}vortex-track-list .vx-tl-row[data-active] .vx-tl-num{visibility:hidden}vortex-track-list .vx-tl-eq{display:none;position:absolute;inline-size:16px;block-size:14px;gap:2px;align-items:flex-end}vortex-track-list .vx-tl-row[data-active] .vx-tl-numwrap .vx-tl-eq{display:inline-flex}vortex-track-list .vx-tl-numwrap{position:relative;display:inline-flex;align-items:center}vortex-track-list .vx-tl-eq span{inline-size:3px;background:var(--accent);border-radius:var(--radius-xs);block-size:30%}vortex-track-list .vx-tl-row[data-active][data-playing] .vx-tl-eq span{animation:vxTlEq .9s ease-in-out infinite}vortex-track-list .vx-tl-eq span:nth-child(2){animation-delay:.2s}vortex-track-list .vx-tl-eq span:nth-child(3){animation-delay:.45s}@keyframes vxTlEq{0%,100%{block-size:30%}50%{block-size:100%}}@media (prefers-reduced-motion:reduce){vortex-track-list .vx-tl-eq span{animation:none!important;block-size:70%}}@media (pointer:coarse){vortex-track-list .vx-tl-btn{grid-template-columns:28px 1fr auto}vortex-track-list .vx-tl-state{display:none}}vortex-comment-thread{display:block}vortex-comment-thread .vx-ct{display:block}vortex-comment-thread .vx-ct-list{display:grid;gap:var(--space-1)}vortex-comment-thread{--vx-ct-av:22px;--vx-ct-step:30px}vortex-comment-thread .vx-ct-item{display:grid;grid-template-columns:auto var(--vx-ct-av) 1fr;column-gap:var(--space-2);align-items:start}vortex-comment-thread .vx-ct-rail{display:flex;justify-content:center;padding-inline:9px;cursor:pointer;background:transparent;border:0;min-inline-size:24px;align-self:stretch}vortex-comment-thread .vx-ct-rail::before{content:'';inline-size:2px;background:var(--border);border-radius:var(--radius-xs)}vortex-comment-thread .vx-ct-rail:hover::before{background:var(--accent)}vortex-comment-thread .vx-ct-main{min-inline-size:0;padding-block:4px}vortex-comment-thread .vx-ct-head{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;min-block-size:var(--vx-ct-av)}vortex-comment-thread .vx-ct-avatar{inline-size:var(--vx-ct-av);block-size:var(--vx-ct-av);border-radius:var(--radius-full);flex:none;display:grid;place-items:center;font-size:var(--fs-2xs);font-weight:700;margin-block-start:4px;background:color-mix(in oklab,var(--accent) 22%,var(--surface-2));color:var(--text-accent,var(--text))}vortex-comment-thread .vx-ct-author{font-weight:700;font-size:var(--fs-md);color:var(--text)}vortex-comment-thread .vx-ct-time{font-size:var(--fs-xs);color:var(--muted)}vortex-comment-thread .vx-ct-body{margin-block:4px 6px;font-size:var(--fs-base);color:var(--text);overflow-wrap:anywhere;unicode-bidi:plaintext}vortex-comment-thread .vx-ct-actions{display:flex;align-items:center;gap:var(--space-2) var(--space-3);flex-wrap:wrap}vortex-comment-thread .vx-ct-act{display:inline-flex;align-items:center;gap:5px;min-block-size:28px;background:transparent;border:0;cursor:pointer;color:var(--muted);font-size:var(--fs-sm);font-weight:600;padding:2px 6px;border-radius:var(--radius)}vortex-comment-thread .vx-ct-act:hover{color:var(--text);background:var(--hover,var(--surface-2))}vortex-comment-thread .vx-ct-act .vx-icon{inline-size:13px;block-size:13px}vortex-comment-thread .vx-ct-act[data-voted]{color:var(--text-accent,var(--accent))}vortex-comment-thread .vx-ct-votes{font-variant-numeric:tabular-nums}vortex-comment-thread .vx-ct-kids{display:grid;gap:var(--space-1)}vortex-comment-thread .vx-ct-item[data-collapsed] .vx-ct-kids,vortex-comment-thread .vx-ct-item[data-collapsed] .vx-ct-body,vortex-comment-thread .vx-ct-item[data-collapsed] .vx-ct-actions{display:none}vortex-comment-thread .vx-ct-folded{display:none;font-size:var(--fs-xs);color:var(--muted);font-weight:600}vortex-comment-thread .vx-ct-item[data-collapsed] .vx-ct-folded{display:inline}vortex-comment-thread .vx-ct-form{display:none;margin-block:6px}vortex-comment-thread .vx-ct-form[data-open]{display:grid;gap:var(--space-2)}vortex-comment-thread .vx-ct-form textarea{inline-size:100%;min-block-size:64px;max-block-size:min(35svh,220px);resize:none;overflow-y:auto;box-sizing:border-box;background:var(--bg,var(--surface));color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius);padding:8px 10px;font:inherit;font-size:var(--fs-base)}vortex-comment-thread .vx-ct-form textarea:focus{outline:none;border-color:var(--accent)}vortex-comment-thread .vx-ct-form-row{display:flex;gap:var(--space-2)}vortex-comment-thread .vx-ct-sortbar{display:flex;align-items:center;gap:var(--space-1);margin-block-end:var(--space-2);font-size:var(--fs-sm);color:var(--muted);flex-wrap:wrap;position:sticky;inset-block-start:var(--vx-ct-bar-top,0);z-index:3;background:var(--surface);padding-block:var(--space-1);transition:transform var(--dur-snappy) var(--ease-out)}vortex-comment-thread .vx-ct-sortbar.is-hidden{transform:translateY(-130%);pointer-events:none}@media (prefers-reduced-motion:reduce){vortex-comment-thread .vx-ct-sortbar{transition:none}}vortex-comment-thread .vx-ct-sort{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;color:var(--muted);font:inherit;font-size:var(--fs-sm);font-weight:600;padding:4px 12px;border-radius:var(--radius-full);min-block-size:28px}vortex-comment-thread .vx-ct-sort:hover{color:var(--text);background:var(--hover,var(--surface-3,var(--surface-2)))}vortex-comment-thread .vx-ct-sort[aria-pressed="true"]{color:var(--text-accent,var(--accent));background:color-mix(in oklab,var(--accent) 14%,transparent);border-color:var(--accent)}vortex-comment-thread .vx-ct-count{margin-inline-start:auto;font-variant-numeric:tabular-nums;unicode-bidi:plaintext}vortex-comment-thread .vx-ct-item[data-pending]>.vx-ct-main{opacity:.55}vortex-comment-thread .vx-ct-sending{font-size:var(--fs-xs);color:var(--muted);font-style:italic}vortex-comment-thread .vx-ct-item[data-failed]>.vx-ct-main{opacity:1;border-inline-start:2px solid var(--err);padding-inline-start:var(--space-2)}vortex-comment-thread .vx-ct-failed{font-size:var(--fs-xs);color:var(--text-err,var(--err));font-weight:600}vortex-comment-thread .vx-ct-act[data-reported]{color:var(--text-ok,var(--ok));pointer-events:none}vortex-comment-thread .vx-ct-more{justify-self:start;margin-block-start:var(--space-2);background:transparent;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font:inherit;font-size:var(--fs-md);font-weight:600;padding:8px 14px;cursor:pointer;min-block-size:36px}vortex-comment-thread .vx-ct-more:hover{border-color:var(--accent);color:var(--text-accent,var(--accent))}vortex-comment-thread .vx-ct-item[data-target]>.vx-ct-main{animation:vx-ct-target 2.4s var(--ease-out) forwards;border-radius:var(--radius)}@keyframes vx-ct-target{0%,40%{background:color-mix(in oklab,var(--accent) 14%,transparent)}100%{background:transparent}}@media (prefers-reduced-motion:reduce){vortex-comment-thread .vx-ct-item[data-target]>.vx-ct-main{animation:none;background:color-mix(in oklab,var(--accent) 14%,transparent)}}vortex-comment-thread .vx-ct-op{font-size:var(--fs-2xs);font-weight:800;letter-spacing:.02em;color:var(--text-accent,var(--accent));background:color-mix(in oklab,var(--accent) 14%,transparent);border-radius:var(--radius-full);padding:1px 7px}vortex-comment-thread .vx-ct-replies-btn{display:inline-flex;align-items:center;gap:5px;min-block-size:28px;background:transparent;border:0;cursor:pointer;color:var(--text-accent,var(--accent));font:inherit;font-size:var(--fs-sm);font-weight:700;padding:2px 6px;border-radius:var(--radius)}vortex-comment-thread .vx-ct-replies-btn:hover{background:var(--hover,var(--surface-2))}vortex-comment-thread .vx-ct-kebab{margin-inline-start:auto;inline-size:36px;block-size:36px;padding:0;border-radius:var(--radius-full);justify-content:center;flex:none}vortex-comment-thread .vx-ct-main{position:relative}vortex-comment-thread .vx-ct-menu{display:none;position:absolute;inset-inline-end:0;inset-block-start:34px;z-index:5;min-inline-size:180px;padding:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg,0 12px 28px rgba(0,0,0,.35))}vortex-comment-thread .vx-ct-menu[data-open]{display:grid}vortex-comment-thread .vx-ct-menu .vx-ct-act{justify-content:flex-start;inline-size:100%;min-block-size:40px}vortex-comment-thread .vx-ct-body[data-clamped]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:var(--vx-ct-clamp,5)}vortex-comment-thread .vx-ct-readmore{background:transparent;border:0;cursor:pointer;padding:0;color:var(--muted);font:inherit;font-size:var(--fs-sm);font-weight:700}vortex-comment-thread .vx-ct-readmore:hover{color:var(--text)}vortex-comment-thread .vx-ct-pin{display:inline-flex;align-items:center;gap:4px;font-size:var(--fs-2xs);font-weight:700;color:var(--muted)}vortex-comment-thread .vx-ct-pin .vx-icon{inline-size:11px;block-size:11px}vortex-comment-thread .vx-ct-composer{display:grid;gap:var(--space-2);margin-block-start:var(--space-3)}vortex-comment-thread .vx-ct-composer textarea{inline-size:100%;min-block-size:44px;max-block-size:min(35svh,220px);resize:none;overflow-y:auto;box-sizing:border-box;background:var(--bg,var(--surface));color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius-full);padding:10px 16px;font:inherit;font-size:var(--fs-base)}vortex-comment-thread .vx-ct-composer textarea:focus{outline:none;border-color:var(--accent);border-radius:var(--radius)}vortex-comment-thread .vx-ct-composer .vx-ct-form-row{display:none}vortex-comment-thread .vx-ct-composer[data-active] .vx-ct-form-row{display:flex;gap:var(--space-2)}vortex-comment-thread .vx-ct-composer[data-active] textarea{border-radius:var(--radius);min-block-size:64px}vortex-comment-thread .vx-ct-composer.is-bar{gap:var(--space-1)}vortex-comment-thread .vx-ct-bar{display:flex;align-items:flex-end;gap:var(--space-2)}vortex-comment-thread .vx-ct-me{inline-size:32px;block-size:32px;border-radius:var(--radius-full);flex:none;object-fit:cover;display:grid;place-items:center;background:color-mix(in oklab,var(--accent) 22%,var(--surface-2));color:var(--text-accent,var(--text));margin-block-end:5px}vortex-comment-thread .vx-ct-bar textarea{flex:1;min-inline-size:0}vortex-comment-thread .vx-ct-send{display:inline-flex;align-items:center;justify-content:center;flex:none;inline-size:42px;block-size:42px;border-radius:var(--radius-full);border:0;cursor:pointer;background:var(--accent);color:var(--text-on-accent,var(--on-accent));margin-block-end:1px;touch-action:manipulation}vortex-comment-thread .vx-ct-composer.is-bar .vx-ct-me,vortex-comment-thread .vx-ct-composer.is-bar .vx-ct-send{transition:inline-size var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}vortex-comment-thread .vx-ct-composer.is-bar:not([data-active]) .vx-ct-me,vortex-comment-thread .vx-ct-composer.is-bar:not([data-active]) .vx-ct-send{inline-size:0;opacity:0;transform:scale(.6);overflow:hidden;padding-inline:0;pointer-events:none}@media (prefers-reduced-motion:reduce){vortex-comment-thread .vx-ct-composer.is-bar .vx-ct-me,vortex-comment-thread .vx-ct-composer.is-bar .vx-ct-send{transition:none}}vortex-comment-thread .vx-ct-send[disabled]{opacity:.4;cursor:default}vortex-comment-thread .vx-ct-send .vx-icon,vortex-comment-thread .vx-ct-send svg{inline-size:18px;block-size:18px}vortex-comment-thread .vx-ct-replychip{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--fs-sm);color:var(--muted);padding:2px 4px}vortex-comment-thread[drill] .vx-ct-item{grid-template-columns:var(--vx-ct-av) 1fr}vortex-comment-thread[drill] .vx-ct-rail{display:none}vortex-comment-thread .vx-ct-drill-sep{display:none}vortex-comment-thread[drill]{--vx-ct-spine:calc(var(--vx-ct-av) / 2);--vx-ct-branch:calc(var(--vx-ct-av) / 2 - var(--vx-ct-step));--vx-ct-elbow:calc(var(--vx-ct-step) - var(--vx-ct-av) / 2 - 3px);--vx-ct-avy:15px;--vx-ct-r:12px;--vx-ct-curvetop:calc(var(--vx-ct-avy) - var(--vx-ct-r));--vx-ct-avbot:calc(var(--vx-ct-avy) + var(--vx-ct-av) / 2);--vx-ct-mainspine:calc(0px - var(--vx-ct-av) - 2 * var(--space-2) + var(--vx-ct-av) / 2);--vx-ct-wire:color-mix(in oklab,var(--border) 62%,var(--muted))}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item,vortex-comment-thread[drill] .vx-ct-kids>.vx-ct-item{position:relative}vortex-comment-thread[drill] .vx-ct-list{position:relative}vortex-comment-thread[drill] .vx-ct-kids{position:relative;margin-block-start:var(--space-1)}vortex-comment-thread[drill] .vx-ct-item>.vx-ct-kids{grid-column:1 / -1;margin-inline-start:var(--vx-ct-step)}vortex-comment-thread:not([drill]) .vx-ct-item>.vx-ct-kids{grid-column:3}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item[data-depth="1"]{margin-inline-start:var(--vx-ct-step)}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item[data-depth="1"]::after,vortex-comment-thread[drill] .vx-ct-kids>.vx-ct-item::after{content:'';position:absolute;pointer-events:none;inset-inline-start:var(--vx-ct-branch);inset-block-start:var(--vx-ct-curvetop);block-size:var(--vx-ct-r);inline-size:var(--vx-ct-elbow);border-inline-start:2px solid var(--vx-ct-wire);border-block-end:2px solid var(--vx-ct-wire);border-end-start-radius:var(--vx-ct-r)}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item[data-depth="1"]:not(:last-child)::before,vortex-comment-thread[drill] .vx-ct-kids>.vx-ct-item:not(:last-child)::before{content:'';position:absolute;pointer-events:none;inset-inline-start:var(--vx-ct-branch);inset-block-start:var(--vx-ct-curvetop);inset-block-end:calc(-1 * (var(--space-1) + var(--vx-ct-curvetop)));border-inline-start:2px solid var(--vx-ct-wire)}vortex-comment-thread[drill] .vx-ct-list:has(>.vx-ct-item[data-depth="1"])>.vx-ct-item[data-depth="0"]::before{content:'';position:absolute;pointer-events:none;inset-inline-start:var(--vx-ct-spine);inset-block-start:var(--vx-ct-avbot);inset-block-end:calc(-1 * (var(--space-1) + var(--vx-ct-curvetop)));border-inline-start:2px solid var(--vx-ct-wire)}vortex-comment-thread[drill] .vx-ct-item:has(>.vx-ct-kids)>.vx-ct-main{position:relative}vortex-comment-thread[drill] .vx-ct-item:has(>.vx-ct-kids)>.vx-ct-main::after{content:'';position:absolute;pointer-events:none;inset-inline-start:var(--vx-ct-mainspine);inset-block-start:var(--vx-ct-avbot);inset-block-end:calc(-1 * (var(--space-1) + var(--vx-ct-avy)));border-inline-start:2px solid var(--vx-ct-wire)}vortex-comment-thread[drill] .vx-ct-list:has(>.vx-ct-item[data-depth="1"]) .vx-ct-pin{display:none}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item[data-depth="0"]:has(.vx-ct-replies-btn[data-drill-push])>.vx-ct-main{position:relative}vortex-comment-thread[drill] .vx-ct-list>.vx-ct-item[data-depth="0"]:has(.vx-ct-replies-btn[data-drill-push])>.vx-ct-main::after{content:'';position:absolute;pointer-events:none;inset-inline-start:var(--vx-ct-branch);inset-block-start:var(--vx-ct-avbot);inset-block-end:22px;inline-size:calc(-1 * var(--vx-ct-branch) - 2px);border-inline-start:2px solid var(--vx-ct-wire);border-block-end:2px solid var(--vx-ct-wire);border-end-start-radius:var(--vx-ct-r)}vortex-comment-thread[drill] .vx-ct-replies-btn[data-drill-push]{padding-inline-start:var(--space-2)}vortex-comment-thread .vx-ct-mention{color:var(--text-accent,var(--accent));font-weight:600}vortex-comment-thread .vx-ct[data-anim="fwd"]{animation:vx-ct-fwd var(--dur-snappy) var(--ease-out)}vortex-comment-thread .vx-ct[data-anim="back"]{animation:vx-ct-back var(--dur-snappy) var(--ease-out)}@keyframes vx-ct-fwd{from{transform:translateX(calc(var(--vx-dir,1) * 28px));opacity:.4}to{transform:none;opacity:1}}@keyframes vx-ct-back{from{transform:translateX(calc(var(--vx-dir,1) * -28px));opacity:.4}to{transform:none;opacity:1}}@media (prefers-reduced-motion:reduce){vortex-comment-thread .vx-ct[data-anim]{animation:none}}@media (pointer:coarse){vortex-comment-thread .vx-ct-act{min-block-size:44px}vortex-comment-thread .vx-ct-rail{min-inline-size:28px}vortex-comment-thread .vx-ct-sort{min-block-size:44px}vortex-comment-thread .vx-ct-replies-btn{min-block-size:44px}vortex-comment-thread .vx-ct-more{min-block-size:44px}}vortex-comments-button{display:block}vortex-comments-button .vx-cb-card{display:grid;gap:6px;inline-size:100%;box-sizing:border-box;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg,14px);padding:var(--space-3) var(--space-4);transition:border-color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast)}vortex-comments-button .vx-cb-card:hover{border-color:var(--accent)}vortex-comments-button .vx-cb-card:has(:active){transform:scale(.985);background:var(--surface);border-color:var(--accent)}@media (prefers-reduced-motion:reduce){vortex-comments-button .vx-cb-card{transition:border-color var(--dur-fast),background var(--dur-fast)}vortex-comments-button .vx-cb-card:has(:active){transform:none}}vortex-comments-button .vx-cb-btn,vortex-comments-button .vx-cb-write{display:grid;gap:6px;inline-size:100%;box-sizing:border-box;background:transparent;border:0;padding:0;cursor:pointer;color:var(--text);font:inherit;text-align:start;touch-action:manipulation}vortex-comments-button .vx-cb-btn:focus-visible,vortex-comments-button .vx-cb-write:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius)}vortex-comments-button .vx-cb-write{display:flex;align-items:center;gap:var(--space-2)}vortex-comments-button .vx-cb-me{inline-size:28px;block-size:28px;border-radius:var(--radius-full);flex:none;object-fit:cover;display:grid;place-items:center;background:color-mix(in oklab,var(--accent) 22%,var(--surface-2));color:var(--text-accent,var(--text))}vortex-comments-button .vx-cb-fakein{flex:1;min-inline-size:0;display:flex;align-items:center;gap:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:8px 14px;color:var(--placeholder,var(--muted))}vortex-comments-button .vx-cb-fakein .vx-icon{inline-size:14px;block-size:14px;flex:none}vortex-comments-button .vx-cb-ph{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--fs-base)}@media (pointer:coarse){vortex-comments-button .vx-cb-btn,vortex-comments-button .vx-cb-write{min-block-size:44px}}vortex-comments-button .vx-cb-head{display:flex;align-items:center;gap:var(--space-2)}vortex-comments-button .vx-cb-title{font-weight:700;font-size:var(--fs-base)}vortex-comments-button .vx-cb-count{color:var(--muted);font-size:var(--fs-md);font-variant-numeric:tabular-nums;unicode-bidi:plaintext}vortex-comments-button .vx-cb-head .vx-icon{inline-size:16px;block-size:16px;color:var(--muted)}vortex-comments-button .vx-cb-preview{display:flex;align-items:center;gap:var(--space-2);min-inline-size:0}vortex-comments-button .vx-cb-avatar{inline-size:24px;block-size:24px;border-radius:var(--radius-full);flex:none;object-fit:cover;display:grid;place-items:center;font-size:var(--fs-2xs);font-weight:700;background:color-mix(in oklab,var(--accent) 22%,var(--surface-2));color:var(--text-accent,var(--text))}vortex-comments-button .vx-cb-excerpt{flex:1;min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:var(--fs-md)}vortex-comments-button .vx-cb-ex-author{font-weight:600}vortex-comments-button .vx-cb-ex-sep{margin-inline:.35em;color:var(--muted)}.vx-sheet-head:has(.vx-cb-back) .vx-sheet-title,.vx-sheet-head:has(.vx-cb-info) .vx-sheet-title{flex:1;min-inline-size:0}.vx-cb-back{display:inline-flex;align-items:center;justify-content:center;inline-size:44px;block-size:44px;border-radius:var(--radius-full);flex:none;background:transparent;border:0;cursor:pointer;color:var(--text)}.vx-cb-back:hover{background:var(--hover,var(--surface-2))}.vx-cb-back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-cb-info{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;inline-size:44px;block-size:44px;padding:0;margin:0;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;font-family:inherit;transition:background var(--dur-fast),color var(--dur-fast)}.vx-cb-info:hover{background:var(--surface);color:var(--accent-text)}.vx-cb-info:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.vx-cb-back[hidden],.vx-cb-info[hidden]{display:none!important}vortex-comment-thread[data-cb-owned]{display:none!important}vortex-sheet vortex-comment-thread[data-cb-owned]{display:block!important}vortex-sheet .vx-sheet-body:has(>vortex-comment-thread[data-cb-owned]){display:flex;flex-direction:column}vortex-sheet .vx-sheet-body vortex-comment-thread[data-cb-owned]{display:flex!important;flex-direction:column;flex:1 0 auto}vortex-sheet .vx-sheet-body vortex-comment-thread[data-cb-owned]>.vx-ct{display:flex;flex-direction:column;flex:1 0 auto}vortex-sheet .vx-sheet-body vortex-comment-thread .vx-ct-sortbar{--vx-ct-bar-top:calc(-1 * var(--space-5))}vortex-sheet .vx-sheet-body vortex-comment-thread .vx-ct-composer{position:sticky;inset-block-end:calc(-1 * var(--space-5));margin-block-start:auto;margin-block-end:calc(-1 * var(--space-5));background:var(--surface);padding-block:var(--space-2) calc(var(--space-2) + var(--space-5));border-block-start:1px solid var(--border)}@media (pointer:coarse){.vx-cb-back,.vx-cb-info{inline-size:44px;block-size:44px}}vortex-range-purge{display:block}.vx-rp{display:grid;gap:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg,14px);padding:var(--space-4);background:var(--surface)}.vx-rp-h{font-size:var(--fs-base);font-weight:700;color:var(--text);display:flex;align-items:center;gap:var(--space-2)}.vx-rp-h .vx-icon{inline-size:16px;block-size:16px;color:var(--text-err,var(--err))}.vx-rp-chart{position:relative;block-size:84px;display:flex;align-items:flex-end;gap:2px;padding-block-end:18px;touch-action:none;user-select:none;cursor:crosshair}.vx-rp-bar{flex:1;min-inline-size:2px;background:var(--surface-3,var(--surface-2));border-radius:var(--radius-sm) var(--radius-sm) 0 0;min-block-size:3px;transition:background var(--dur-fast) ease}.vx-rp-bar[data-in]{background:var(--text-err,var(--err))}.vx-rp-sel{position:absolute;inset-block:0 18px;background:color-mix(in oklab,var(--err) 14%,transparent);border-inline:2px solid var(--err);pointer-events:none;border-radius:var(--radius-sm)}.vx-rp-handle{position:absolute;inset-block-start:0;inline-size:14px;block-size:66px;transform:translateX(-50%);cursor:ew-resize;display:grid;place-items:center}.vx-rp-handle::before{content:'';inline-size:4px;block-size:28px;border-radius:var(--radius-full);background:var(--err);box-shadow:0 0 0 3px var(--surface)}.vx-rp-handle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.vx-rp-axis{position:absolute;inset-block-end:0;inset-inline:0;display:flex;justify-content:space-between;font-size:var(--fs-2xs);color:var(--muted);font-variant-numeric:tabular-nums}.vx-rp-readout{font-size:var(--fs-base);color:var(--text)}.vx-rp-readout b{color:var(--text-err,var(--err));font-variant-numeric:tabular-nums}.vx-rp-readout .vx-rp-when{color:var(--muted)}.vx-rp-nl{display:flex;gap:var(--space-2);flex-wrap:wrap;align-items:center}.vx-rp-nl input{flex:1;min-inline-size:140px;font:inherit;font-size:var(--fs-md);padding:8px 12px;min-block-size:40px;background:var(--bg,var(--surface));border:1.5px solid var(--border);border-radius:var(--radius-full);color:var(--text)}.vx-rp-nl input:focus{outline:none;border-color:var(--accent)}.vx-rp-quick{font:inherit;font-size:var(--fs-sm);cursor:pointer;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);padding:5px 12px;min-block-size:32px}.vx-rp-quick:hover{color:var(--text);border-color:var(--accent)}.vx-rp-confirm{display:grid;gap:var(--space-2);border-block-start:1px solid var(--border);padding-block-start:var(--space-3)}.vx-rp-warn{font-size:var(--fs-md);color:var(--text-err,var(--err));display:flex;align-items:center;gap:6px}.vx-rp-warn .vx-icon{inline-size:14px;block-size:14px}.vx-rp-confirm-row{display:flex;gap:var(--space-2);flex-wrap:wrap}.vx-rp-confirm-row input{flex:1;min-inline-size:140px;font:inherit;font-size:var(--fs-md);padding:8px 12px;min-block-size:40px;background:var(--bg,var(--surface));border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text)}.vx-rp-confirm-row input:focus{outline:none;border-color:var(--err)}.vx-rp-go{font:inherit;font-size:var(--fs-md);font-weight:600;cursor:pointer;min-block-size:40px;padding:8px 18px;border-radius:var(--radius);border:0;background:var(--err);color:var(--text-on-accent,var(--on-accent));white-space:nowrap}.vx-rp-go[disabled]{opacity:.4;cursor:default}.vx-rp-auto{display:flex;align-items:center;gap:var(--space-2);font-size:var(--fs-md);color:var(--muted);flex-wrap:wrap;border-block-start:1px solid var(--border);padding-block-start:var(--space-3)}.vx-rp-auto select{font:inherit;font-size:var(--fs-md);padding:6px 10px;min-block-size:36px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text)}@media (pointer:coarse){.vx-rp-quick,.vx-rp-go,.vx-rp-nl input,.vx-rp-confirm-row input,.vx-rp-auto select{min-block-size:44px}.vx-rp-nl input,.vx-rp-confirm-row input{font-size:16px}}vortex-activity-feed{display:block}.vx-af{position:relative}.vx-af-filter{margin-block-end:var(--space-3)}.vx-af-list{display:block}.vx-af-day{position:relative;display:flex;align-items:center;gap:var(--space-2);padding-block:var(--space-4) var(--space-2);margin-block-start:var(--space-1)}.vx-af-day-chip{font-size:var(--fs-2xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.vx-af-day[data-today] .vx-af-day-chip{color:var(--text-accent,var(--accent))}.vx-af-day-line{flex:1 1 auto;block-size:1px;background:var(--border)}.vx-af-from{display:flex;align-items:center;gap:6px;font-size:var(--fs-xs);color:var(--muted);margin-block:var(--space-2) 2px;padding-inline-start:2px}.vx-af-from .vx-icon{inline-size:13px;block-size:13px}.vx-af-from b{font-weight:650;color:var(--text)}.vx-af-feed{display:grid;gap:0}.vx-af-ev{display:grid;grid-template-columns:30px 1fr auto;align-items:start;gap:var(--space-3);padding-block:7px;position:relative;border-radius:var(--radius);cursor:pointer;scroll-margin:12px;transition:background var(--dur-fast) ease;outline:none}.vx-af-ev:hover{background:color-mix(in oklab,var(--accent) 5%,transparent)}.vx-af-ev:focus-visible{box-shadow:0 0 0 2px var(--accent)}.vx-af-dot{inline-size:30px;block-size:30px;border-radius:var(--radius-full);display:grid;place-items:center;background:var(--surface-2);color:var(--muted);position:relative;z-index:1}.vx-af-dot .vx-icon{inline-size:15px;block-size:15px}.vx-af-ev:not([data-last]) .vx-af-dot::after{content:'';position:absolute;inset-block-start:30px;inset-block-end:-14px;inset-inline-start:50%;inline-size:2px;background:var(--border);transform:translateX(-50%)}.vx-af-body{min-inline-size:0;display:grid;gap:2px}.vx-af-verb{font-size:var(--fs-base);color:var(--text)}.vx-af-verb b{font-weight:650}.vx-af-count{font-size:var(--fs-xs);font-weight:700;color:var(--text-accent,var(--accent));background:color-mix(in oklab,var(--accent) 12%,transparent);padding:0 6px;border-radius:var(--radius-full);margin-inline-start:4px}.vx-af-tgt{font-size:var(--fs-sm);color:var(--muted);overflow-wrap:anywhere;unicode-bidi:plaintext}.vx-af-side{display:grid;justify-items:end;gap:3px}.vx-af-app{font-size:var(--fs-3xs);font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-accent,var(--accent));background:color-mix(in oklab,var(--accent) 12%,transparent);padding:1px 7px;border-radius:var(--radius-full)}.vx-af-time{font-size:var(--fs-xs);color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.vx-af-detail{grid-column:2 / -1;display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--dur-snappy) var(--ease-out)}.vx-af-ev[aria-expanded="true"] .vx-af-detail{grid-template-rows:1fr}.vx-af-detail-in{overflow:hidden;min-block-size:0}.vx-af-card{margin-block:6px 4px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);font-size:var(--fs-md);color:var(--muted);display:grid;gap:6px}.vx-af-row{display:flex;gap:8px}.vx-af-k{color:var(--muted);min-inline-size:72px}.vx-af-v{color:var(--text);overflow-wrap:anywhere}.vx-af-trace{font-size:var(--fs-xs);color:var(--text-accent,var(--accent));font-variant-numeric:tabular-nums}.vx-af-sub{display:grid;gap:2px;margin-block-start:4px}.vx-af-sub-row{display:flex;gap:8px;justify-content:space-between;font-size:var(--fs-sm);color:var(--text)}.vx-af-sub-row .vx-af-time{color:var(--muted)}.vx-af-chev{transition:transform var(--dur-fast) ease;color:var(--muted)}.vx-af-ev[aria-expanded="true"] .vx-af-chev{transform:rotate(90deg)}.vx-af-empty{font-size:var(--fs-md);color:var(--muted);padding:var(--space-4);text-align:center;border:1px dashed var(--border);border-radius:var(--radius)}@media (prefers-reduced-motion:no-preference){.vx-af-ev[data-enter]{animation:vx-af-in 320ms var(--ease-out) both}@keyframes vx-af-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}vortex-totp-setup{display:block}.vx-totp{display:grid;gap:var(--space-3);max-inline-size:460px}.vx-totp-head{display:flex;align-items:center;gap:var(--space-2);font-weight:700;color:var(--text)}.vx-totp-head .vx-icon{inline-size:18px;block-size:18px;color:var(--text-accent,var(--accent))}.vx-totp-desc{font-size:var(--fs-md);color:var(--muted)}.vx-totp-step{font-size:var(--fs-md);color:var(--text)}.vx-totp-qr{display:flex;justify-content:center;padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.vx-totp-secret{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;font-family:'SF Mono',Monaco,monospace;font-size:var(--fs-md);letter-spacing:.08em;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2) var(--space-3);overflow-wrap:anywhere}.vx-totp-copy{font:inherit;font-family:inherit;font-size:var(--fs-xs);cursor:pointer;margin-inline-start:auto;color:var(--text-accent,var(--accent));background:transparent;border:0;padding:4px 6px}.vx-totp-copy:hover{text-decoration:underline}.vx-totp-codrow{display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap}.vx-totp-code{font:inherit;font-size:var(--fs-xl);letter-spacing:.35em;text-align:center;inline-size:9ch;padding:8px 10px;min-block-size:44px;font-variant-numeric:tabular-nums;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.vx-totp-code:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--accent) 25%,transparent)}.vx-totp-btn{font:inherit;font-size:var(--fs-md);font-weight:600;cursor:pointer;min-block-size:44px;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--accent);color:var(--on-accent);background:var(--accent)}.vx-totp-btn:hover{background:var(--accent-hover,var(--accent))}.vx-totp-btn:disabled{opacity:.5;cursor:not-allowed}.vx-totp-btn--ghost{color:var(--text);background:transparent;border-color:var(--border)}.vx-totp-btn--ghost:hover{background:var(--surface-2)}.vx-totp-btn--danger{color:var(--text-err,var(--err));background:transparent;border-color:var(--border)}.vx-totp-btn--danger:hover{border-color:var(--err);background:color-mix(in oklab,var(--err) 8%,transparent)}.vx-totp-err{font-size:var(--fs-md);color:var(--text-err,var(--err));display:flex;align-items:center;gap:6px}.vx-totp-err .vx-icon{inline-size:14px;block-size:14px}.vx-totp-done{display:flex;align-items:center;gap:var(--space-2);font-size:var(--fs-base);color:var(--text)}.vx-totp-done .vx-icon{inline-size:20px;block-size:20px;color:var(--text-ok,var(--ok))}vortex-doc-viewer{display:block}vortex-doc-viewer .vx-dv{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:var(--space-4);max-width:100%}@media (max-width:640px){vortex-doc-viewer .vx-dv{grid-template-columns:1fr}}vortex-doc-viewer .vx-dv-label{font-weight:700;margin-block-end:var(--space-2);color:var(--text)}vortex-doc-viewer ol.vx-dv-list{list-style:none;margin:0;padding:0;display:grid;gap:2px}vortex-doc-viewer .vx-dv-item{display:grid;gap:2px;width:100%;text-align:start;cursor:pointer;background:transparent;border:1px solid transparent;border-radius:var(--radius);padding:8px 10px;color:var(--text);font-size:var(--fs-md);min-height:44px}vortex-doc-viewer .vx-dv-item:hover{background:var(--hover,var(--surface-2))}vortex-doc-viewer .vx-dv-item[data-active]{background:var(--surface-2);border-color:var(--accent)}vortex-doc-viewer .vx-dv-item-title{font-weight:600;display:flex;align-items:center;gap:6px}vortex-doc-viewer .vx-dv-item-title .vx-icon{width:14px;height:14px;color:var(--muted);flex:none}vortex-doc-viewer .vx-dv-item-meta{font-size:var(--fs-xs);color:var(--muted)}vortex-doc-viewer .vx-dv-stage{display:grid;gap:var(--space-2);min-width:0}vortex-doc-viewer .vx-dv-bar{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}vortex-doc-viewer .vx-dv-btn{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:4px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);color:var(--text);font-size:var(--fs-sm);font-weight:600;cursor:pointer}vortex-doc-viewer .vx-dv-btn[hidden]{display:none!important}vortex-doc-viewer .vx-dv-btn:hover{background:var(--hover,var(--surface))}vortex-doc-viewer .vx-dv-btn .vx-icon{width:14px;height:14px}vortex-doc-viewer .vx-dv-count{font-size:var(--fs-sm);color:var(--muted);font-variant-numeric:tabular-nums;unicode-bidi:plaintext}vortex-doc-viewer .vx-dv-bar{max-width:100%}vortex-doc-viewer .vx-dv-view{max-width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);display:grid;place-items:center;overflow:auto;position:relative}vortex-doc-viewer .vx-dv-view img{max-width:100%;max-height:100%;display:block;transition:transform var(--dur-snappy) var(--ease-out)}vortex-doc-viewer .vx-dv-view iframe{width:100%;height:100%;border:0;border-radius:var(--radius-lg)}vortex-doc-viewer .vx-dv-empty{color:var(--muted);font-size:var(--fs-md);padding:var(--space-6);unicode-bidi:plaintext}vortex-doc-viewer .vx-dv-integrity{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;font-size:var(--fs-xs)}vortex-doc-viewer .vx-dv-hash{font-family:var(--font-mono,monospace);color:var(--muted);overflow-wrap:anywhere}vortex-doc-viewer .vx-dv-verdict{font-weight:700;display:inline-flex;align-items:center;gap:4px}vortex-doc-viewer .vx-dv-verdict.v-ok{color:var(--text-ok)}vortex-doc-viewer .vx-dv-verdict.v-bad{color:var(--text-err)}vortex-doc-viewer .vx-dv-verdict .vx-icon{width:14px;height:14px}@media (pointer:coarse){vortex-doc-viewer .vx-dv-btn{min-height:44px}}vortex-heatmap{display:block;position:relative}vortex-heatmap .vx-hm-src{position:absolute;width:1px;height:1px;margin:-1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}vortex-heatmap .vx-hm-scroll{overflow-x:auto;max-width:100%;padding:4px}vortex-heatmap .vx-hm{display:grid;gap:3px;width:max-content}vortex-heatmap .vx-hm-row{display:contents}vortex-heatmap .vx-hm-corner{}vortex-heatmap .vx-hm-collabel,vortex-heatmap .vx-hm-rowlabel{font-size:var(--fs-2xs);color:var(--muted);font-variant-numeric:tabular-nums;display:flex;align-items:center}vortex-heatmap .vx-hm-collabel{justify-content:center}vortex-heatmap .vx-hm-rowlabel{padding-inline-end:6px;justify-content:flex-end}vortex-heatmap .vx-hm-cell{border-radius:var(--radius-sm);border:0;cursor:pointer;padding:0;background:var(--surface-2);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--text) 9%,transparent)}vortex-heatmap .vx-hm-cell:hover{outline:2px solid var(--accent);outline-offset:1px}vortex-heatmap .vx-hm-cell:focus-visible{outline:2px solid var(--accent);outline-offset:1px}vortex-heatmap .vx-hm-cell[data-l="1"]{background:oklch(from var(--vx-accent,var(--accent)) 0.38 0.07 h)}vortex-heatmap .vx-hm-cell[data-l="2"]{background:oklch(from var(--vx-accent,var(--accent)) 0.50 0.10 h)}vortex-heatmap .vx-hm-cell[data-l="3"]{background:oklch(from var(--vx-accent,var(--accent)) 0.60 0.12 h)}vortex-heatmap .vx-hm-cell[data-l="4"]{background:oklch(from var(--vx-accent,var(--accent)) 0.72 0.14 h)}vortex-heatmap .vx-hm-cell[data-l="5"]{background:var(--vx-accent,var(--accent))}vortex-heatmap .vx-hm-legend{display:flex;align-items:center;gap:4px;margin-block-start:var(--space-2);font-size:var(--fs-2xs);color:var(--muted)}vortex-heatmap .vx-hm-legend .vx-hm-cell{cursor:default}vortex-heatmap .vx-hm-legend .vx-hm-cell:hover{outline:none}vortex-heatmap .vx-hm-tip{position:absolute;z-index:5;pointer-events:none;display:none;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:4px 8px;font-size:var(--fs-xs);white-space:nowrap;color:var(--text);box-shadow:var(--shadow-md)}vortex-heatmap .vx-hm-tip[data-open]{display:block}vortex-heatmap .vx-hm-tip b{font-variant-numeric:tabular-nums}vortex-drill{display:block;position:relative;overflow:hidden}vortex-drill .vx-drill-head{display:flex;align-items:center;gap:var(--space-2);padding-block-end:var(--space-2);border-block-end:1px solid var(--border);margin-block-end:var(--space-2);min-block-size:36px}vortex-drill .vx-drill-back{display:inline-flex;align-items:center;justify-content:center;inline-size:36px;block-size:36px;border-radius:var(--radius-full);background:transparent;border:0;cursor:pointer;color:var(--text);flex:none}vortex-drill .vx-drill-back:hover{background:var(--hover,var(--surface-2))}vortex-drill .vx-drill-back:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-drill .vx-drill-title{font-weight:700;font-size:var(--fs-base);color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-inline-size:0}vortex-drill .vx-drill-panel{outline:none}vortex-drill .vx-drill-panel[data-anim="fwd"]{animation:vx-drill-fwd var(--dur-snappy) var(--ease-out)}vortex-drill .vx-drill-panel[data-anim="back"]{animation:vx-drill-back var(--dur-snappy) var(--ease-out)}@keyframes vx-drill-fwd{from{transform:translateX(calc(var(--vx-dir,1) * 28px));opacity:.4}to{transform:none;opacity:1}}@keyframes vx-drill-back{from{transform:translateX(calc(var(--vx-dir,1) * -28px));opacity:.4}to{transform:none;opacity:1}}@media (prefers-reduced-motion:reduce){vortex-drill .vx-drill-panel[data-anim]{animation:none}}vortex-drill .vx-drill-list{display:grid;margin:0;padding:0;list-style:none}vortex-drill .vx-drill-row{display:flex;align-items:center;gap:var(--space-3);inline-size:100%;min-block-size:44px;padding:8px 10px;box-sizing:border-box;background:transparent;border:0;border-radius:var(--radius);color:var(--text);font:inherit;font-size:var(--fs-base);text-align:start;cursor:pointer;touch-action:manipulation}vortex-drill .vx-drill-row:hover{background:var(--hover,var(--surface-2))}vortex-drill .vx-drill-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}vortex-drill .vx-drill-row.is-pressing,vortex-drill .vx-drill-row:active{background:var(--surface-2);transform:scale(.98)}vortex-drill .vx-drill-row.is-selected{background:var(--surface-2)}@media (prefers-reduced-motion:reduce){vortex-drill .vx-drill-row.is-pressing,vortex-drill .vx-drill-row:active{transform:none}}vortex-drill .vx-drill-row[disabled]{opacity:.5;cursor:not-allowed}vortex-drill .vx-drill-row .vx-icon{inline-size:17px;block-size:17px;color:var(--muted);flex:none}vortex-drill .vx-drill-row-label{flex:1;min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}vortex-drill .vx-drill-row-count{font-size:var(--fs-sm);color:var(--muted);font-variant-numeric:tabular-nums;unicode-bidi:plaintext}vortex-drill .vx-drill-chevron{color:var(--muted);flex:none}vortex-drill .vx-drill-chevron .vx-icon,vortex-drill .vx-drill-chevron svg{inline-size:16px;block-size:16px}vortex-filter-bar{display:block}vortex-filter-bar [hidden]{display:none!important}vortex-filter-bar .vx-filter-bar{display:flex;flex-direction:column;gap:var(--space-2)}vortex-filter-bar .vx-fb-main{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-2) var(--space-3)}vortex-filter-bar .vx-fb-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-2) var(--space-3);flex:1 1 auto;min-width:0}vortex-filter-bar .vx-fb-controls>label{display:flex;flex-direction:column;gap:4px;font-size:var(--fs-2xs);font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;user-select:none}vortex-filter-bar .vx-fb-controls select,vortex-filter-bar .vx-fb-controls input{font:inherit;font-size:var(--fs-base);color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm,6px);padding-block:var(--space-2);padding-inline:var(--space-3);min-block-size:40px;max-width:100%;transition:border-color var(--dur-fast) ease,background var(--dur-fast) ease}vortex-filter-bar .vx-fb-controls select{cursor:pointer}vortex-filter-bar .vx-fb-controls input[type="search"]{min-inline-size:12rem}vortex-filter-bar .vx-fb-controls select:hover,vortex-filter-bar .vx-fb-controls input:hover{border-color:var(--accent)}vortex-filter-bar .vx-fb-controls select:focus-visible,vortex-filter-bar .vx-fb-controls input:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}vortex-filter-bar .vx-fb-trail{display:flex;align-items:center;gap:var(--space-3);margin-inline-start:auto;flex:0 0 auto}vortex-filter-bar .vx-fb-count{font-size:var(--fs-md);color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}vortex-filter-bar .vx-fb-clear{display:inline-flex;align-items:center;gap:var(--space-1);font:inherit;font-size:var(--fs-md);color:var(--muted);background:transparent;border:1px solid transparent;border-radius:var(--radius-sm,6px);padding-block:var(--space-1);padding-inline:var(--space-2);min-block-size:32px;cursor:pointer;transition:color var(--dur-fast) ease,background var(--dur-fast) ease}vortex-filter-bar .vx-fb-clear:hover{color:var(--text);background:var(--surface-2)}vortex-filter-bar .vx-fb-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-bar .vx-fb-clear svg,vortex-filter-bar .vx-fb-clear i{width:14px;height:14px}vortex-filter-bar .vx-fb-chips{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}vortex-filter-bar .vx-fb-chips:not(.is-active){display:none}vortex-filter-bar .vx-fb-chip{display:inline-flex;align-items:center;gap:var(--space-1);font:inherit;font-size:var(--fs-sm);color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);padding-block:var(--space-1);padding-inline:var(--space-2) var(--space-1);min-block-size:30px;cursor:pointer;max-width:18rem;transition:border-color var(--dur-fast) ease,background var(--dur-fast) ease}vortex-filter-bar .vx-fb-chip:hover{border-color:var(--accent)}vortex-filter-bar .vx-fb-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}vortex-filter-bar .vx-fb-chip-label{color:var(--muted);margin-inline-end:2px;flex:0 0 auto}vortex-filter-bar .vx-fb-chip-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}vortex-filter-bar .vx-fb-chip-x{display:inline-flex;flex:0 0 auto;color:var(--muted);border-radius:var(--radius-full);padding:2px}vortex-filter-bar .vx-fb-chip:hover .vx-fb-chip-x,vortex-filter-bar .vx-fb-chip:focus-visible .vx-fb-chip-x{color:var(--text)}vortex-filter-bar .vx-fb-chip-x svg,vortex-filter-bar .vx-fb-chip-x i{width:14px;height:14px}@media (pointer:coarse){vortex-filter-bar .vx-fb-controls select,vortex-filter-bar .vx-fb-controls input{min-block-size:44px}vortex-filter-bar .vx-fb-chip,vortex-filter-bar .vx-fb-clear{min-block-size:44px}}@media (prefers-reduced-motion:reduce){vortex-filter-bar .vx-fb-controls select,vortex-filter-bar .vx-fb-controls input,vortex-filter-bar .vx-fb-clear,vortex-filter-bar .vx-fb-chip{transition:none}}vortex-nav-tabs{display:flex;align-items:center;position:relative;gap:4px;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}vortex-nav-tabs::-webkit-scrollbar{display:none}vortex-nav-tabs>.vx-nt-link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;color:var(--muted);text-decoration:none;cursor:pointer;font-size:var(--fs-md);font-weight:500;font-family:inherit;white-space:nowrap;transition:color var(--dur-snappy) ease,background var(--dur-snappy) ease;border-radius:var(--radius-md) var(--radius-md) 0 0;position:relative}vortex-nav-tabs>.vx-nt-link:hover:not([aria-current="page"]){color:var(--text);background:var(--hover)}vortex-nav-tabs>.vx-nt-link[aria-current="page"]{color:var(--text-accent);font-weight:600}vortex-nav-tabs>.vx-nt-link[aria-disabled="true"]{opacity:.4;pointer-events:none;cursor:not-allowed}vortex-nav-tabs>.vx-nt-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (pointer:coarse){vortex-nav-tabs>.vx-nt-link{padding-block:13px}}.vx-nt-ico{width:14px;height:14px;flex:none}.vx-nt-indicator{position:absolute;bottom:-1px;left:0;height:2px;background:var(--accent);border-radius:var(--radius-xs) var(--radius-xs) 0 0;transition:transform var(--dur-base) var(--ease-snap),width .3s var(--ease-snap),opacity var(--dur-snappy) ease;pointer-events:none}@media (prefers-reduced-motion:reduce){.vx-nt-indicator{transition:opacity var(--dur-snappy) ease}}vortex-alert{display:block;margin-block:var(--space-2,8px)}vortex-alert .vx-alert{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:var(--radius,8px);font-size:var(--fs-md);line-height:1.45;border:1px solid transparent}vortex-alert .vx-alert-ico{flex:none;inline-size:16px;block-size:16px;margin-block-start:1px}vortex-alert .vx-alert-body{min-width:0;flex:1}vortex-alert .vx-alert-x{flex:none;background:none;border:none;cursor:pointer;padding:2px;margin:-2px -2px -2px 0;color:inherit;opacity:.7;border-radius:var(--radius-sm);display:inline-flex}vortex-alert .vx-alert-x:hover{opacity:1}vortex-alert .vx-alert-x:focus-visible{outline:2px solid currentColor;outline-offset:1px}vortex-alert .vx-alert-x svg,vortex-alert .vx-alert-x i{inline-size:14px;block-size:14px}vortex-alert.vx-alert-info{}vortex-alert .vx-alert.t-info{background:color-mix(in srgb,var(--info) 12%,transparent);color:var(--text-info);border-color:color-mix(in srgb,var(--info) 28%,transparent)}vortex-alert .vx-alert.t-ok{background:color-mix(in srgb,var(--ok) 12%,transparent);color:var(--text-ok);border-color:color-mix(in srgb,var(--ok) 28%,transparent)}vortex-alert .vx-alert.t-warn{background:color-mix(in srgb,var(--warn) 12%,transparent);color:var(--text-warn);border-color:color-mix(in srgb,var(--warn) 28%,transparent)}vortex-alert .vx-alert.t-err{background:color-mix(in srgb,var(--err) 12%,transparent);color:var(--text-err);border-color:color-mix(in srgb,var(--err) 28%,transparent)}vortex-alert[hidden]{display:none!important}}