.chrome-header{position:fixed;top:0;left:0;right:0;z-index:50;pointer-events:auto;backdrop-filter:blur(16px) saturate(140%);background:var(--chrome-bg,transparent)}.chrome-header,.chrome-root{--chrome-accent:var(--theme-accent,#7c3aed)}.chrome-root{display:contents}.chrome-header[data-transparent=true]{backdrop-filter:none;background:transparent}.chrome-header[data-variant=light],.chrome-root[data-variant=light]{--chrome-circle-bg:var(--chrome-accent);--chrome-circle-color:#ffffff;--chrome-text:#1e293b;--chrome-nav-pill-bg:color-mix(in oklch,var(--chrome-accent) 15%,white);--chrome-nav-text:var(--chrome-accent);--chrome-nav-hover-bg:var(--chrome-accent);--chrome-nav-hover-text:#ffffff;--chrome-bg:rgba(255,255,255,0.55)}.chrome-header[data-variant=dark],.chrome-root[data-variant=dark]{--chrome-circle-bg:rgba(255,255,255,0.9);--chrome-circle-color:var(--chrome-accent);--chrome-text:#ffffff;--chrome-nav-pill-bg:rgba(255,255,255,0.08);--chrome-nav-text:#ffffff;--chrome-nav-hover-bg:rgba(255,255,255,0.95);--chrome-nav-hover-text:var(--chrome-accent)}.chrome-header[data-variant=split-d-l],.chrome-header[data-variant=split-l-d],.chrome-root[data-variant=split-d-l],.chrome-root[data-variant=split-l-d]{--chrome-nav-pill-bg:color-mix(in oklch,var(--chrome-accent) 15%,white);--chrome-nav-text:var(--chrome-accent);--chrome-nav-hover-bg:var(--chrome-accent);--chrome-nav-hover-text:#ffffff}.chrome-header[data-variant=split-l-d]{--chrome-circle-bg:rgba(255,255,255,0.9);--chrome-circle-color:var(--chrome-accent);--chrome-text:#ffffff}.chrome-header[data-variant=split-d-l]{--chrome-circle-bg:var(--chrome-accent);--chrome-circle-color:#ffffff;--chrome-text:#1e293b}[data-effective-mode=dark] .chrome-header[data-variant=split-d-l]{--chrome-circle-bg:rgba(255,255,255,0.9);--chrome-circle-color:var(--chrome-accent);--chrome-text:#ffffff}.chrome-header-inner{height:72px;padding:0 1rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}.chrome-header-inner>.chrome-header-logo-link{justify-self:start}.chrome-header-inner>.chrome-header-center{justify-self:center}.chrome-header-inner>.chrome-header-actions{justify-self:end}@media (max-width:640px){.chrome-header-inner{grid-template-columns:auto auto minmax(0,1fr)}}@media (min-width:896px){.chrome-header-inner{padding:0 2.5rem}}.chrome-header-logo-link{flex-shrink:0;display:inline-flex;align-items:center}.chrome-header-logo{display:block;width:auto;height:1.25rem;overflow:visible}@media (min-width:896px){.chrome-header-logo{height:1.75rem}}.chrome-header-center{display:inline-flex;align-items:center;gap:1rem;min-width:0}@media (min-width:896px){.chrome-header-center{gap:1.5rem}}.chrome-header-nav{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;background:var(--chrome-nav-pill-bg);border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.08);flex-shrink:0;transition:background var(--mode-transition),border-color var(--mode-transition)}.chrome-header-nav-link{padding:.375rem 1rem;font-size:.875rem;font-weight:500;color:var(--chrome-nav-text);border-radius:9999px;transition:background-color .5s ease-in-out,color .5s ease-in-out}.chrome-header-nav-link:hover,.chrome-header-nav-link[data-active=true]{background:var(--chrome-nav-hover-bg);color:var(--chrome-nav-hover-text)}.chrome-header-nav-link[data-active=true]{font-weight:600}.chrome-header-finder{display:none;align-items:stretch;max-width:0;padding:0;overflow:hidden;opacity:0;pointer-events:none;border-radius:9999px;background:var(--chrome-nav-pill-bg);border:1px solid rgba(255,255,255,.15);height:42px;transition:max-width .5s ease-in-out,padding .5s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out .15s;flex-shrink:1;min-width:0}@media (min-width:896px){.chrome-header-finder{display:inline-flex}}.chrome-header-finder[data-visible=true]{max-width:600px;padding:3px;overflow:visible;opacity:1;pointer-events:auto}.chrome-header-finder-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;background-color:var(--chrome-circle-bg);color:var(--chrome-circle-color);border:none;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:background-color .5s ease-in-out,color .5s ease-in-out,opacity .2s ease-in-out;flex-shrink:0}@media (min-width:896px){.chrome-header-finder-trigger{display:none}}.chrome-header-finder-trigger:hover{opacity:.9}.chrome-header-finder-sheet{position:fixed;top:72px;left:0;right:0;z-index:49;padding:1rem;background:var(--theme-surface,rgba(12,4,24,.97));border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px rgba(0,0,0,.4);transform:translateY(-8px);opacity:0;pointer-events:none;display:flex;align-items:stretch;gap:.5rem;transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .3s ease}.chrome-header-finder-sheet[data-open=true]{transform:translateY(0);opacity:1;pointer-events:auto}@media (min-width:896px){.chrome-header-finder-sheet{display:none}}.chrome-header[data-compact=true] .chrome-header-inner{height:60px}@media (min-width:896px){.chrome-header[data-compact=true] .chrome-header-inner{height:64px}}.chrome-header-actions{--actions-gap:0.75rem;display:flex;align-items:center;gap:var(--actions-gap)}@media (min-width:896px){.chrome-header-actions{--actions-gap:1rem}}.chrome-header-icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--chrome-circle-bg);color:var(--chrome-circle-color);border:none;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:background-color .5s ease-in-out,color .5s ease-in-out,opacity .2s ease-in-out}.chrome-header-icon-btn:hover{opacity:.9}@media (min-width:896px){.chrome-header-icon-btn{width:48px;height:48px}}.chrome-header-cart{position:relative}.chrome-header-cart-badge{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background:#f97316;color:#ffffff;font-size:.8rem;font-weight:700;box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.chrome-header-cart-badge,.chrome-header-drawer-btn{border-radius:9999px;display:inline-flex;align-items:center;justify-content:center}.chrome-header-drawer-btn{width:44px;height:44px;background:transparent;color:var(--chrome-text);border:none;cursor:pointer;transition:color .5s ease-in-out,opacity .2s ease-in-out}.chrome-header-drawer-btn:hover{opacity:.8}.chrome-burger{position:relative;display:block;width:22px;height:16px;transition:transform var(--mode-transition)}.chrome-burger>span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform var(--mode-transition),opacity var(--mode-transition)}.chrome-burger>span:first-child{top:0}.chrome-burger>span:nth-child(2){top:7px}.chrome-burger>span:nth-child(3){top:14px}.chrome-header-drawer-btn[data-open=true] .chrome-burger{transform:rotate(180deg)}.chrome-header-drawer-btn[data-open=true] .chrome-burger>span:first-child{transform:translateY(7px) rotate(45deg)}.chrome-header-drawer-btn[data-open=true] .chrome-burger>span:nth-child(2){opacity:0;transform:scaleX(.2)}.chrome-header-drawer-btn[data-open=true] .chrome-burger>span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (prefers-reduced-motion:reduce){.chrome-burger,.chrome-burger>span,.chrome-drawer-backdrop,.chrome-drawer-panel{transition-duration:.01ms}}.chrome-header-drawer-wrap,.chrome-header-nav-wrap{display:grid;transition:grid-template-columns var(--mode-transition)}.chrome-header-drawer-clip,.chrome-header-nav-clip{display:flex;min-width:0;overflow:hidden}.chrome-header-drawer-clip>.chrome-header-drawer-btn,.chrome-header-nav-clip>.chrome-header-nav{flex:0 0 auto}.chrome-header-drawer-wrap{margin-inline-start:calc(-1 * var(--actions-gap, 1rem))}.chrome-header-drawer-clip>.chrome-header-drawer-btn{margin-inline-start:var(--actions-gap,1rem)}.chrome-header-nav-wrap{grid-template-columns:0fr}.chrome-header-drawer-wrap{grid-template-columns:1fr}@media (min-width:896px){.chrome-header-nav-wrap{grid-template-columns:1fr}.chrome-header-drawer-wrap{grid-template-columns:0fr}}@media (min-width:896px) and (max-width:1039.98px){.chrome-header[data-nav-count="5"] .chrome-header-nav-wrap,.chrome-header[data-nav-count="6"] .chrome-header-nav-wrap,.chrome-header[data-nav-count="7"] .chrome-header-nav-wrap{grid-template-columns:0fr}.chrome-header[data-nav-count="5"] .chrome-header-drawer-wrap,.chrome-header[data-nav-count="6"] .chrome-header-drawer-wrap,.chrome-header[data-nav-count="7"] .chrome-header-drawer-wrap{grid-template-columns:1fr}}@media (min-width:1040px) and (max-width:1179.98px){.chrome-header[data-nav-count="6"] .chrome-header-nav-wrap,.chrome-header[data-nav-count="7"] .chrome-header-nav-wrap{grid-template-columns:0fr}.chrome-header[data-nav-count="6"] .chrome-header-drawer-wrap,.chrome-header[data-nav-count="7"] .chrome-header-drawer-wrap{grid-template-columns:1fr}}@media (min-width:896px){.chrome-header[data-nav-collapsed=true] .chrome-header-nav-wrap{grid-template-columns:0fr}.chrome-header[data-nav-collapsed=false] .chrome-header-nav-wrap,.chrome-header[data-nav-collapsed=true] .chrome-header-drawer-wrap{grid-template-columns:1fr}.chrome-header[data-nav-collapsed=false] .chrome-header-drawer-wrap{grid-template-columns:0fr}}.chrome-header-nav-measure{position:absolute;left:-9999px;top:0;display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border:1px solid transparent;white-space:nowrap;visibility:hidden;pointer-events:none}.chrome-nav-seg{display:flex;align-items:center;min-width:0}.chrome-nav-seg-collapse{display:grid;transition:grid-template-columns var(--mode-transition)}.chrome-nav-seg-clip{display:flex;min-width:0;overflow:hidden}.chrome-nav-seg-clip>*{flex:0 0 auto}.chrome-nav-seg[data-active=true] .chrome-nav-seg-icon-wrap{grid-template-columns:0fr}.chrome-nav-seg[data-active=false] .chrome-nav-seg-icon-wrap,.chrome-nav-seg[data-active=true] .chrome-nav-seg-items-wrap{grid-template-columns:1fr}.chrome-nav-seg[data-active=false] .chrome-nav-seg-items-wrap{grid-template-columns:0fr}.chrome-nav-seg-items{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.chrome-nav-seg-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;color:var(--chrome-nav-text);cursor:pointer;transition:background-color .5s ease-in-out,color .5s ease-in-out}.chrome-nav-seg-icon:hover{background:var(--chrome-nav-hover-bg);color:var(--chrome-nav-hover-text)}.chrome-header-nav{view-transition-name:chrome-header-nav}@media (prefers-reduced-motion:no-preference){::view-transition-group(chrome-header-nav),::view-transition-new(chrome-header-nav),::view-transition-old(chrome-header-nav){animation-duration:.4s;animation-timing-function:cubic-bezier(.4,0,.2,1)}}.chrome-drawer-root{position:fixed;inset:0;z-index:60}.chrome-drawer-root[data-open=false]{pointer-events:none}.chrome-drawer-backdrop{position:absolute;inset:0;background:rgba(8,10,14,.5);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--mode-transition)}.chrome-drawer-root[data-open=true] .chrome-drawer-backdrop{opacity:1}.chrome-drawer-panel{position:absolute;top:80px;right:0;bottom:0;width:min(320px,85vw);padding:1rem;display:flex;flex-direction:column;gap:.25rem;background:var(--chrome-bg,transparent);backdrop-filter:blur(22px) saturate(150%);border-left:1px solid color-mix(in oklch,var(--chrome-nav-text,#fff) 22%,transparent);border-top-left-radius:1rem;box-shadow:-12px 0 40px rgba(15,23,42,.28);overflow-y:auto;transform:translateX(100%);transition:transform var(--mode-transition)}.chrome-drawer-root[data-open=true] .chrome-drawer-panel{transform:translateX(0)}.chrome-root[data-variant=light] .chrome-drawer-panel{background:rgba(255,255,255,.82)}.chrome-root[data-variant=dark] .chrome-drawer-panel{background:rgba(20,22,28,.6)}.chrome-drawer-link{padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--chrome-nav-text,#1e293b);border-radius:.6rem;transition:background-color var(--mode-transition),color var(--mode-transition),box-shadow var(--mode-transition)}.chrome-drawer-link:hover{background:color-mix(in oklch,var(--chrome-nav-hover-bg,rgba(255,255,255,.95)) 78%,transparent);color:var(--chrome-nav-hover-text,var(--chrome-accent))}.chrome-drawer-link[data-active=true]{background:var(--chrome-nav-hover-bg,rgba(255,255,255,.95));color:var(--chrome-nav-hover-text,var(--chrome-accent));font-weight:600;box-shadow:0 0 20px -2px color-mix(in oklch,var(--chrome-accent,#7c3aed) 45%,transparent)}.chrome-drawer-cat{display:flex;flex-direction:column}.chrome-drawer-cat-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem 1rem;font-family:var(--font-montserrat),sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:color-mix(in oklch,var(--chrome-nav-text,#1e293b) 66%,transparent);cursor:pointer;transition:color var(--mode-transition)}.chrome-drawer-cat-head:hover{color:var(--chrome-nav-hover-text,var(--chrome-accent))}.chrome-drawer-cat-chevron{flex-shrink:0;transition:transform var(--mode-transition)}.chrome-drawer-cat[data-open=true] .chrome-drawer-cat-chevron{transform:rotate(180deg)}.chrome-drawer-cat-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--mode-transition)}.chrome-drawer-cat[data-open=true] .chrome-drawer-cat-body{grid-template-rows:1fr}.chrome-drawer-cat-body-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.15rem;padding-left:.5rem}.chrome-footer-inline{border-top:1px solid var(--theme-border,rgba(15,23,42,.08));background:transparent}.chrome-footer-inline-inner{max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}@media (min-width:896px){.chrome-footer-inline-inner{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;padding:1rem 2.5rem}}.chrome-footer-inline-copy{font-size:.8rem;color:var(--theme-text-muted,#64748b);margin:0}.chrome-footer-inline-links{display:flex;gap:1rem}.chrome-footer-inline-link{font-size:.8rem;color:var(--theme-text-muted,#64748b);text-decoration:none;transition:color .2s ease-in-out}.chrome-footer-inline-link:hover{color:var(--theme-text,#0f172a)}.chrome-footer-sticky{position:fixed;bottom:0;left:0;right:0;z-index:0;background:#1a1b1e;color:#ffffff;box-shadow:0 -8px 30px rgba(0,0,0,.3)}.chrome-footer-sticky-inner{max-width:80rem;margin:0 auto;padding:3rem 1.5rem}.chrome-footer-sticky-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width:896px){.chrome-footer-sticky-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.chrome-footer-sticky-brand{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.chrome-footer-sticky-logo{height:1.5rem;width:auto;display:block}.chrome-footer-sticky-tagline{font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.7);margin:0}.chrome-footer-sticky-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.5);margin:0 0 .75rem}.chrome-footer-sticky-column{display:flex;flex-direction:column;gap:.5rem}.chrome-footer-sticky-link{font-size:.875rem;color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease-in-out}.chrome-footer-sticky-link:hover{color:#ffffff}.chrome-footer-sticky-legal{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.chrome-footer-sticky-copy{font-size:.8rem;color:rgba(255,255,255,.5);margin:0}