*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-brand:#F26A21;--color-brand-dark:#C2410C;--color-brand-light:#FFF3EC;--color-accent:#E85D04;--color-bg:#ffffff;--color-surface:#f8fafc;--color-surface-2:#f1f5f9;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-muted:#475569;--color-text-faint:#94a3b8;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-warning-bg:#fffbeb;--color-warning:#d97706;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"SF Mono","Fira Code","Fira Mono",Menlo,Monaco,Consolas,monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--focus-ring:0 0 0 3px rgba(242,106,33,0.4)}html[data-theme=dark]{--color-brand:#ff8845;--color-brand-dark:#f26a21;--color-brand-light:#2a160a;--color-accent:#ff944d;--color-bg:#0a0e14;--color-surface:#131a24;--color-surface-2:#1b2430;--color-border:#2a3645;--color-text:#e8edf3;--color-text-muted:#aab8c8;--color-text-faint:#7689a0;--color-success:#34d399;--color-success-bg:#062f1c;--color-error:#f87171;--color-error-bg:#2d0d0d;--color-warning:#fbbf24;--color-warning-bg:#2a1c05;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.5);--shadow-md:0 4px 10px -2px rgb(0 0 0/0.6),0 2px 4px -2px rgb(0 0 0/0.5);--shadow-lg:0 12px 24px -4px rgb(0 0 0/0.65),0 4px 8px -4px rgb(0 0 0/0.5);--shadow-xl:0 24px 40px -8px rgb(0 0 0/0.7),0 8px 14px -6px rgb(0 0 0/0.55);--focus-ring:0 0 0 3px rgba(255,136,69,0.45)}html{font-size:16px;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;max-width:100%;transition:background-color .2s ease,color .2s ease}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1 1}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:var(--space-6)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid rgba(15,23,42,.06);transition:background-color .2s ease,border-color .2s ease}html[data-theme=dark] .site-header{background:rgba(15,21,32,.72);border-bottom:1px solid rgba(255,255,255,.08)}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.site-header{background:#ffffff}html[data-theme=dark] .site-header{background:#0f1520}}.header-inner{justify-content:space-between;height:64px}.header-inner,.logo{display:flex;align-items:center}.logo{gap:var(--space-2);text-decoration:none;color:var(--color-text);margin-right:2rem;flex-shrink:0}.logo-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#ff8845,#c2410c);color:#fff;font-weight:800;font-size:1.1rem;border-radius:.75rem;box-shadow:0 4px 12px -2px rgba(242,106,33,.4);letter-spacing:-.02em}.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;color:var(--color-text)}.site-footer{border-top:1px solid var(--color-border);padding-block:var(--space-8);background:var(--color-surface)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.footer-brand{font-size:.875rem;color:var(--color-text-muted)}.site-footer nav{display:flex;flex-wrap:wrap;gap:var(--space-4) var(--space-6)}.site-footer nav a{font-size:.875rem;color:var(--color-text-muted);text-decoration:none}.site-footer nav a:hover{color:var(--color-brand)}.footer-cookie-prefs{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.footer-cookie-prefs:hover{color:var(--color-brand)}.footer-cookie-prefs:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:var(--wg2-fw-semibold,600);font-size:1rem;line-height:1;letter-spacing:.01em;border-radius:var(--wg2-radius-full,var(--radius-full,9999px));border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background-color var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),color var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),border-color var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),box-shadow var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),opacity var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),filter var(--wg2-motion-fast,.18s) var(--wg2-ease-standard,ease),transform var(--wg2-motion-instant,.1s) var(--wg2-ease-standard,ease);padding:.75rem 1.75rem;white-space:nowrap}.btn:focus-visible{outline:var(--wg2-focus-ring-width,2px) solid var(--wg2-focus-ring-color,var(--color-brand));outline-offset:var(--wg2-focus-ring-offset,2px)}.btn:disabled,.btn[aria-disabled=true]{opacity:var(--wg2-disabled-opacity,.5);cursor:var(--wg2-disabled-cursor,not-allowed);transform:none;box-shadow:none;filter:none}.btn-primary{background:var(--color-brand);background:linear-gradient(135deg,var(--joey-brand-400,#ff8845),var(--joey-brand-600,var(--color-brand-dark)));color:#fff;border-color:transparent;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){filter:brightness(1.05);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active:not(:disabled){filter:brightness(.94);box-shadow:var(--shadow-sm);transform:translateY(0) scale(.98)}.btn-outline{background:transparent;color:var(--color-brand);border-color:color-mix(in srgb,var(--color-brand) 55%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline:hover:not(:disabled){background:var(--joey-warmth,var(--color-brand-light));border-color:var(--color-brand);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-outline:active:not(:disabled){transform:translateY(0) scale(.98)}.btn-secondary{background:var(--color-surface);background:color-mix(in srgb,var(--color-surface) 72%,transparent);color:var(--color-text);border-color:var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover:not(:disabled){background:var(--color-surface-2);border-color:var(--color-text-faint);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0) scale(.98)}.btn-sm{font-size:.875rem;padding:.5rem 1.125rem}.btn-lg{font-size:1.125rem;padding:1rem 2.25rem}@media (prefers-reduced-motion:reduce){.btn,.btn:active:not(:disabled),.btn:hover:not(:disabled){transform:none}}.form-group{display:flex;flex-direction:column;gap:var(--space-2)}.form-label{font-size:.9rem;font-weight:600;color:var(--color-text)}.form-label .required{color:var(--color-error);margin-left:2px}.form-input,.form-select{width:100%;padding:.625rem .875rem;font-size:1rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .15s,box-shadow .15s,background-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus{outline:none;border-color:var(--color-brand);box-shadow:var(--focus-ring)}.form-input.error,.form-select.error{border-color:var(--color-error)}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}html[data-theme=dark] .form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23aab8c8' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")}.form-hint{font-size:.8rem;color:var(--color-text-muted)}.form-error{font-size:.8rem;color:var(--color-error);font-weight:500}.form-checkbox-group{display:flex;gap:var(--space-3);align-items:flex-start;padding:var(--space-4);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md)}.form-checkbox-group.error{border-color:var(--color-error);background:var(--color-error-bg)}.form-checkbox{flex-shrink:0;width:18px;height:18px;margin-top:3px;cursor:pointer;accent-color:var(--color-brand)}.form-checkbox-label{font-size:.875rem;line-height:1.5;color:var(--color-text);cursor:pointer}.form-checkbox-label a{color:var(--color-brand);text-decoration:underline}.alert{padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);font-size:.95rem;line-height:1.6}.alert-success{background:var(--color-success-bg);border:1.5px solid var(--color-success);color:var(--color-success)}.alert-error{background:var(--color-error-bg);border:1.5px solid var(--color-error);color:var(--color-error)}.alert-error,.alert-success{font-weight:500}.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}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}@media (max-width:640px){.container{padding-inline:var(--space-4)}.footer-inner{flex-direction:column;align-items:flex-start}}.header-nav{display:flex;align-items:center;gap:1.05rem}.header-nav a:not(.btn){color:var(--color-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;white-space:nowrap;transition:color .15s}.header-nav a:not(.btn):hover{color:var(--color-brand)}.header-nav a:not(.btn):focus-visible{outline:2px solid var(--color-brand);outline-offset:3px;border-radius:3px}@media (max-width:860px){.header-nav{display:none}}@media (min-width:861px) and (max-width:1024px){.header-nav{gap:.9rem}.logo{margin-right:1.25rem}}.header-search{position:relative;display:flex;align-items:center}.header-search-icon{position:absolute;left:.6rem;color:var(--color-text-faint);font-size:.95rem;pointer-events:none}.header-search input{width:170px;padding:.4rem .6rem .4rem 1.7rem;border:1px solid var(--color-border,#e5e7eb);border-radius:9px;font-size:.88rem;color:var(--color-text,#111827);background:var(--color-bg);transition:border-color .15s,width .15s,background-color .2s}.header-search input:focus{outline:none;border-color:var(--color-brand);width:200px}@media (max-width:900px){.header-search{display:none}}.logo-mark,.logo-text{display:none}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.theme-toggle:hover{background:var(--color-surface);color:var(--color-brand)}.theme-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}html[data-theme=dark] .apr-section,html[data-theme=dark] .bpc-section,html[data-theme=dark] .bpi-section,html[data-theme=dark] .brag-section,html[data-theme=dark] .cb-section,html[data-theme=dark] .cc-section,html[data-theme=dark] .cgp-section,html[data-theme=dark] .clc-section,html[data-theme=dark] .cte-section,html[data-theme=dark] .cus-section,html[data-theme=dark] .cvf-section,html[data-theme=dark] .cw-section,html[data-theme=dark] .ddc-section,html[data-theme=dark] .dfl-section,html[data-theme=dark] .dpm-section,html[data-theme=dark] .dtp-section,html[data-theme=dark] .dve-section,html[data-theme=dark] .fcb-section,html[data-theme=dark] .fcm-section,html[data-theme=dark] .gap-section,html[data-theme=dark] .grc-section,html[data-theme=dark] .ic-section,html[data-theme=dark] .ics-section,html[data-theme=dark] .igp-section,html[data-theme=dark] .jlt-section,html[data-theme=dark] .lc-section,html[data-theme=dark] .lvb-section,html[data-theme=dark] .lvbc-section,html[data-theme=dark] .mfa-section,html[data-theme=dark] .neq-section,html[data-theme=dark] .oi-section,html[data-theme=dark] .otd-section,html[data-theme=dark] .pc-section,html[data-theme=dark] .pto-section,html[data-theme=dark] .rl-section,html[data-theme=dark] .rva-section,html[data-theme=dark] .salesman-comparison-section,html[data-theme=dark] .sg-section,html[data-theme=dark] .sl-section,html[data-theme=dark] .sr-section,html[data-theme=dark] .ssd-section,html[data-theme=dark] .sts-section,html[data-theme=dark] .tcm-section,html[data-theme=dark] .tie-section,html[data-theme=dark] .tpc-section,html[data-theme=dark] .vd-section,html[data-theme=dark] .ww-section{--color-brand-light:#2a160a}html[data-theme=dark] .salesman-comparison-section{--color-text:#e8edf3;--color-text-muted:#aab8c8;--color-surface:#131a24;--color-bg:#0a0e14;--color-border:#2a3645}.liquid-glass{position:relative;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(255,255,255,.06);overflow:hidden}.liquid-glass:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.05) 28%,rgba(255,255,255,0) 60%)}.liquid-glass-strong{background:rgba(255,255,255,.16);-webkit-backdrop-filter:blur(32px) saturate(200%);backdrop-filter:blur(32px) saturate(200%);box-shadow:0 16px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.08)}.liquid-glass-dark{background:rgba(15,23,42,.45);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.2)}.liquid-glass-dark:before{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.02) 30%,rgba(255,255,255,0) 60%)}html[data-theme=dark] .liquid-glass{background:rgba(20,28,40,.42);border-color:rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(0,0,0,.25)}html[data-theme=dark] .liquid-glass-strong{background:rgba(20,28,40,.55)}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.liquid-glass,.liquid-glass-strong{background:rgba(255,255,255,.92)}.liquid-glass-dark{background:rgba(15,23,42,.92)}html[data-theme=dark] .liquid-glass,html[data-theme=dark] .liquid-glass-strong{background:rgba(20,28,40,.94)}}@media (prefers-reduced-transparency:reduce){.liquid-glass,.liquid-glass-dark,.liquid-glass-strong{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--color-bg);border-color:var(--color-border)}.liquid-glass-dark{background:#0f172a}.liquid-glass-dark:before,.liquid-glass:before{display:none}}@media (prefers-reduced-motion:reduce){.liquid-glass,.liquid-glass-dark,.liquid-glass-strong{transition:none}}.kangaroo-theme{--kangaroo-red:#DC2626;--kangaroo-red-dark:#991B1B;--kangaroo-red-wash:#FEF2F2;--color-brand:var(--kangaroo-red);--color-brand-dark:var(--kangaroo-red-dark);--color-brand-light:var(--kangaroo-red-wash);--color-accent:#B91C1C;--focus-ring:0 0 0 3px rgba(220,38,38,0.4)}html[data-theme=dark] .kangaroo-theme{--kangaroo-red:#f87171;--kangaroo-red-dark:#dc2626;--kangaroo-red-wash:#2d0d0d;--color-brand:var(--kangaroo-red);--color-brand-dark:var(--kangaroo-red-dark);--color-brand-light:var(--kangaroo-red-wash);--color-accent:#fca5a5;--focus-ring:0 0 0 3px rgba(248,113,113,0.4)}.kangaroo-theme .kangaroo-display{font-weight:800;letter-spacing:-.022em;line-height:1.05}.kangaroo-theme .kangaroo-eyebrow{font-weight:700;letter-spacing:.18em;text-transform:uppercase}.kangaroo-nav-tag{display:inline-block;margin-left:.45rem;padding:.08rem .4rem;font-size:.6rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#ffffff;background:#DC2626;border-radius:9999px;vertical-align:middle;line-height:1.4}.route-skeleton{min-height:60vh;padding:var(--space-8) var(--space-6);max-width:960px;margin:0 auto}.route-skeleton-bar{background:var(--color-surface-2);border-radius:var(--radius-md);animation:route-skeleton-pulse 1.4s ease-in-out infinite}.route-skeleton-title{width:40%;height:1.75rem;margin-bottom:var(--space-6)}.route-skeleton-card{height:5.5rem;margin-bottom:var(--space-4);border:1px solid var(--color-border)}@keyframes route-skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.route-skeleton-bar{animation:none}}:root{--joey-brand-50:#fff7ed;--joey-brand-100:#ffedd5;--joey-brand-400:#ff8845;--joey-brand-500:var(--color-brand,#ea580c);--joey-brand-600:var(--color-brand-dark,#c2410c);--joey-brand-700:#9a3412;--joey-brand-900:#7c2d12;--joey-warmth:var(--color-brand-light);--joey-ink-900:var(--color-text,#0f172a);--joey-ink-800:#1e293b;--joey-ink-700:#334155;--joey-ink-600:var(--color-text-muted,#475569);--joey-ink-500:#64748b;--joey-ink-400:var(--color-text-faint,#94a3b8);--joey-ink-300:#cbd5e1;--joey-ink-200:var(--color-border,#e2e8f0);--joey-ink-100:var(--color-surface-2,#f1f5f9);--joey-ink-50:var(--color-surface,#f8fafc);--joey-success:var(--color-success,#16a34a);--joey-warning:var(--color-warning,#d97706);--joey-danger:var(--color-error,#dc2626);--joey-success-bg:var(--color-success-bg,#f0fdf4);--joey-warning-bg:var(--color-warning-bg,#fffbeb);--joey-danger-bg:var(--color-error-bg,#fef2f2);--joey-fs-xs:0.75rem;--joey-fs-sm:0.875rem;--joey-fs-md:1rem;--joey-fs-lg:1.125rem;--joey-fs-xl:1.5rem;--joey-fs-2xl:2rem;--joey-fs-3xl:2.5rem;--joey-fw-regular:400;--joey-fw-bold:700;--joey-sp-1:var(--space-1,0.25rem);--joey-sp-2:var(--space-2,0.5rem);--joey-sp-3:var(--space-3,0.75rem);--joey-sp-4:var(--space-4,1rem);--joey-sp-5:1.25rem;--joey-sp-6:var(--space-6,1.5rem);--joey-sp-7:1.75rem;--joey-sp-8:var(--space-8,2rem);--joey-radius-sm:8px;--joey-radius-md:12px;--joey-radius-lg:16px;--joey-shadow:0 4px 12px -2px rgb(0 0 0/0.10),0 2px 6px -3px rgb(0 0 0/0.08)}@media (prefers-color-scheme:dark){:root{--joey-brand-50:#2a1608;--joey-brand-100:#3a1e0c;--joey-brand-700:#fdba74;--joey-brand-900:#fed7aa;--joey-ink-800:#cbd5e1;--joey-ink-700:#94a3b8;--joey-ink-500:#94a3b8;--joey-ink-300:#475569;--joey-shadow:0 6px 16px -2px rgb(0 0 0/0.55),0 2px 6px -3px rgb(0 0 0/0.45)}}:root{--wg2-space-0:0;--wg2-space-1:0.25rem;--wg2-space-2:0.5rem;--wg2-space-3:0.75rem;--wg2-space-4:1rem;--wg2-space-5:1.5rem;--wg2-space-6:2rem;--wg2-space-7:3rem;--wg2-space-8:4rem;--wg2-radius-none:0;--wg2-radius-sm:0.5rem;--wg2-radius-md:0.75rem;--wg2-radius-lg:1.125rem;--wg2-radius-full:9999px;--wg2-fs-xs:var(--joey-fs-xs);--wg2-fs-sm:var(--joey-fs-sm);--wg2-fs-md:var(--joey-fs-md);--wg2-fs-lg:var(--joey-fs-lg);--wg2-fs-xl:var(--joey-fs-xl);--wg2-fs-2xl:var(--joey-fs-2xl);--wg2-fs-3xl:var(--joey-fs-3xl);--wg2-fs-4xl:3rem;--wg2-fw-regular:400;--wg2-fw-medium:500;--wg2-fw-semibold:600;--wg2-fw-bold:700;--wg2-lh-tight:1.2;--wg2-lh-normal:1.5;--wg2-lh-loose:1.75;--wg2-motion-instant:100ms;--wg2-motion-fast:180ms;--wg2-motion-base:260ms;--wg2-motion-slow:420ms;--wg2-ease-standard:cubic-bezier(0.4,0,0.2,1);--wg2-ease-out-back:cubic-bezier(0.22,1,0.36,1);--wg2-ease-linear:linear;--wg2-z-base:0;--wg2-z-sticky:10;--wg2-z-overlay:100;--wg2-z-modal:1000;--wg2-z-toast:1100;--wg2-z-command-palette:1200;--wg2-focus-ring-width:2px;--wg2-focus-ring-offset:2px;--wg2-focus-ring-color:var(--joey-brand-500);--wg2-disabled-opacity:0.5;--wg2-disabled-cursor:not-allowed}@media (prefers-reduced-motion:reduce){:root{--wg2-motion-instant:0ms;--wg2-motion-fast:0ms;--wg2-motion-base:0ms;--wg2-motion-slow:0ms}}