.storefront{--background:#fff;--foreground:#000;--card:#fafafa;--card-foreground:#000;--popover:#fff;--popover-foreground:#000;--primary:#000;--primary-foreground:#fff;--secondary:#f2f2f2;--secondary-foreground:#000;--muted:#f2f2f2;--muted-foreground:#0009;--accent:#f2f2f2;--accent-foreground:#000;--destructive:#b00020;--border:#0000001f;--input:#00000038;--ring:#00000047;--imp-bg:#fff;--imp-bg-elev:#f2f2f2;--imp-fg:#000;--imp-fg-soft:#000000a8;--imp-fg-mute:#00000061;--imp-line:#0000001a;--imp-line-strong:#00000038;--imp-accent:#1a1a1a;--imp-accent-soft:#1a1a1a24;--imp-card-bg:#fafafa;--imp-noise-opacity:.035;--imp-radius-sm:8px;--imp-radius-md:14px;--imp-radius-lg:22px;--imp-ease:cubic-bezier(.76, 0, .24, 1);--imp-duration:.55s;font-family:var(--font-defonte), var(--font-assistant), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;letter-spacing:.005em;color:var(--imp-fg);background-color:var(--imp-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;font-weight:400}.dark .storefront{--background:#000;--foreground:#fff;--card:#0a0a0a;--card-foreground:#fff;--popover:#0a0a0a;--popover-foreground:#fff;--primary:#fff;--primary-foreground:#000;--secondary:#0d0d0d;--secondary-foreground:#fff;--muted:#0d0d0d;--muted-foreground:#fff9;--accent:#0d0d0d;--accent-foreground:#fff;--destructive:#ff5470;--border:#ffffff1f;--input:#ffffff38;--ring:#ffffff47;--imp-bg:#000;--imp-bg-elev:#0d0d0d;--imp-fg:#fff;--imp-fg-soft:#ffffffb3;--imp-fg-mute:#fff6;--imp-line:#ffffff1a;--imp-line-strong:#ffffff38;--imp-accent:#e0e0e0;--imp-accent-soft:#e0e0e02e;--imp-card-bg:#0a0a0a;--imp-noise-opacity:.06}.storefront h1,.storefront h2,.storefront h3,.storefront h4,.storefront h5,.storefront h6{letter-spacing:-.02em;color:var(--imp-fg);font-weight:600}.storefront ::selection{background:var(--imp-accent);color:#fff}.dark .storefront ::selection{color:#000}html:has(.storefront){scroll-behavior:smooth}.storefront .scheme-1{color:#000;background-color:#fff}.storefront .scheme-2{color:#000;background-color:#f2f2f2}.storefront .scheme-3{color:#fff;background-color:#000}.storefront .scheme-4{color:#fff;background-color:#1a1a1a}.storefront .scheme-5{color:#fff;background-color:#0d0d0d}.dark .storefront .scheme-1{color:#fff;background-color:#000}.dark .storefront .scheme-2{color:#fff;background-color:#0d0d0d}.dark .storefront .scheme-3{color:#fff;background-color:#000}.dark .storefront .scheme-4{color:#000;background-color:#e0e0e0}.dark .storefront .scheme-5{color:#fff;background-color:#0d0d0d}.storefront [data-slot=button]{letter-spacing:.02em;text-transform:none;border-radius:999px;font-family:inherit;font-weight:600;transition:transform .2s,background-color .3s,color .3s,box-shadow .3s,border-color .3s}.storefront [data-slot=button]:hover:not(:disabled){transform:translateY(-1px)}.storefront [data-slot=button]:active:not(:disabled){transform:translateY(0)scale(.98)}.storefront [data-slot=input],.storefront [data-slot=textarea],.storefront input[type=text],.storefront input[type=email],.storefront input[type=search],.storefront input[type=password],.storefront select{border-radius:var(--imp-radius-sm);border-color:var(--imp-line-strong);background:0 0}.storefront [data-slot=input]:focus-visible,.storefront input:focus-visible,.storefront select:focus-visible,.storefront textarea:focus-visible{border-color:var(--imp-accent);box-shadow:0 0 0 3px var(--imp-accent-soft);outline:none}.storefront [data-slot=badge]{letter-spacing:.03em;border-radius:999px;padding:4px 10px;font-weight:600}.imp-theme-toggle{border:1px solid var(--imp-line-strong);width:36px;height:36px;color:var(--imp-fg);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .3s,border-color .3s,color .3s;display:inline-flex}.imp-theme-toggle:hover{background:var(--imp-accent-soft);border-color:var(--imp-accent);color:var(--imp-accent);transform:scale(1.08)}.imp-theme-toggle:active{transform:scale(.94)}.imp-theme-toggle svg{width:16px;height:16px;display:block}.imp-noise{pointer-events:none;z-index:60;opacity:var(--imp-noise-opacity);mix-blend-mode:multiply;will-change:transform;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-size:180px 180px;animation:1.2s steps(6,end) infinite imp-noise-shift;position:fixed;inset:0}.dark .imp-noise{mix-blend-mode:screen}@keyframes imp-noise-shift{0%{transform:translate(0)}16%{transform:translate(-10px,5px)}33%{transform:translate(8px,-6px)}50%{transform:translate(-4px,8px)}66%{transform:translate(6px,4px)}83%{transform:translate(-7px,-3px)}to{transform:translate(0)}}.imp-reveal{opacity:0;filter:blur(6px);transition:opacity .9s var(--imp-ease), transform .9s var(--imp-ease), filter .9s var(--imp-ease);transform:translateY(24px)}.imp-reveal.imp-in{opacity:1;filter:blur();transform:translateY(0)}.imp-hero{background-color:var(--imp-bg);align-items:flex-end;min-height:45vh;display:flex;position:relative;overflow:hidden}.imp-hero__bg{object-fit:cover;object-position:center center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.imp-hero__bg--light{display:block}.imp-hero__bg--dark,.dark .imp-hero__bg--light{display:none}.dark .imp-hero__bg--dark{display:block}.imp-hero__overlay{z-index:1;background:#ffffff0a;transition:background .4s;position:absolute;inset:0}.dark .imp-hero__overlay{background:#0000000a}.imp-hero__inner{z-index:2;max-width:900px;padding:30px 20px 30px 25px;position:relative}.imp-hero__eyebrow{-webkit-backdrop-filter:blur(8px);letter-spacing:.03em;color:#000000b8;background:#ffffff8c;border:1px solid #00000038;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 16px;font-size:11px;font-weight:500;transition:color .4s,border-color .4s,background .4s;display:inline-flex}.imp-hero__eyebrow:before{content:"";background:#000;border-radius:50%;width:6px;height:6px;transition:background .4s}.imp-hero__title{color:#000;letter-spacing:-.04em;max-width:8em;margin:0 0 24px;font-size:clamp(30px,9vw,75px);font-weight:600;line-height:.95;transition:color .4s}.imp-hero__title em{color:#0000008c;font-style:italic;font-weight:300}.imp-hero__sub{color:#000000ad;max-width:540px;margin-bottom:32px;font-size:clamp(15px,1.4vw,19px);line-height:1.55;transition:color .4s}.imp-hero__cta{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.dark .imp-hero__title,.dark .imp-hero__eyebrow{color:#fff}.dark .imp-hero__title em{color:#ffffffa6}.dark .imp-hero__sub{color:#ffffffc7}.dark .imp-hero__eyebrow{color:#ffffffd1;background:#00000059;border-color:#ffffff47}.dark .imp-hero__eyebrow:before{background:#fff}@media screen and (max-width:749px){.imp-hero__eyebrow,.imp-hero__title,.imp-hero__sub{display:none!important}.imp-hero{min-height:60vw}.imp-hero__inner{padding:0 5vw 6vw}}.imp-logo--light{display:block}.imp-logo--dark,.dark .imp-logo--light{display:none}.dark .imp-logo--dark{display:block}.storefront .rte a{-webkit-text-decoration-color:var(--imp-line-strong);text-decoration-color:var(--imp-line-strong);text-underline-offset:3px}.storefront .rte a:hover{-webkit-text-decoration-color:var(--imp-accent);text-decoration-color:var(--imp-accent);color:var(--imp-accent)}@media (prefers-reduced-motion:reduce){.imp-noise{animation:none}.imp-reveal{opacity:1;filter:none;transform:none}}.storefront .imp-prose{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:-.005em;color:var(--imp-fg-soft,var(--imp-fg));font-size:.875rem;line-height:1.85}.storefront .imp-prose>:first-child{margin-top:0}.storefront .imp-prose>:last-child{margin-bottom:0}.storefront .imp-prose h1,.storefront .imp-prose h2,.storefront .imp-prose h3{font-family:var(--font-syne), sans-serif;color:var(--imp-fg);margin:1.4em 0 .5em;font-weight:700;line-height:1.2}.storefront .imp-prose h1{font-size:1.6rem}.storefront .imp-prose h2{font-size:1.35rem}.storefront .imp-prose h3{font-size:1.15rem}.storefront .imp-prose p{margin:.75em 0}.storefront .imp-prose ul{margin:.75em 0;padding-left:1.4em;list-style:outside}.storefront .imp-prose ol{margin:.75em 0;padding-left:1.4em;list-style:decimal}.storefront .imp-prose li{margin:.3em 0}.storefront .imp-prose a{color:var(--imp-fg);text-underline-offset:2px;text-decoration:underline}.storefront .imp-prose blockquote{border-left:3px solid var(--imp-border,currentColor);opacity:.85;margin:1em 0;padding-left:1em}.storefront .imp-prose img{border-radius:12px;max-width:100%;height:auto;margin:1em 0}.storefront .imp-prose div[data-youtube-video],.storefront .imp-prose div[data-embed]{margin:1.2em 0;position:relative}.storefront .imp-prose div[data-youtube-video] iframe,.storefront .imp-prose div[data-embed] iframe{aspect-ratio:16/9;border:0;border-radius:12px;width:100%;height:auto}.storefront .imp-prose video,.storefront .imp-prose div[data-embed] video{border-radius:12px;width:100%;height:auto;margin:1.2em 0}.storefront .imp-prose pre{background:color-mix(in srgb, var(--imp-fg) 6%, transparent);border-radius:10px;padding:12px 14px;font-size:.9em;overflow-x:auto}.storefront .imp-prose table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.9em}.storefront .imp-prose th,.storefront .imp-prose td{border:1px solid color-mix(in srgb, var(--imp-fg) 15%, transparent);text-align:left;padding:8px 10px}.storefront .imp-prose th{font-weight:600}.storefront .imp-prose a.imp-btn{background:var(--imp-fg);color:var(--imp-bg);border-radius:999px;margin:.4em 0;padding:.7em 1.6em;font-size:.95em;font-weight:600;line-height:1;text-decoration:none;transition:opacity .15s;display:inline-block}.storefront .imp-prose a.imp-btn:hover{opacity:.85}.storefront .imp-wave{--p:0;color:var(--imp-fg);align-items:center;gap:2px;display:flex;position:relative}.storefront .imp-wave-bar{background:currentColor;border-radius:999px;flex:1 1 0;min-width:0}.storefront .imp-wave-veil{top:0;bottom:0;right:0;left:calc(var(--p) * 100%);background:var(--imp-card-bg);opacity:.74;pointer-events:none;position:absolute}.storefront .imp-spin{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite imp-spin}@keyframes imp-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.storefront .imp-spin{animation-duration:1.4s}}.storefront .imp-announce{overflow:hidden}.storefront .imp-marquee{text-decoration:none;display:block;overflow:hidden}.storefront .imp-marquee__track{will-change:transform;width:max-content;animation:impMarquee var(--imp-marquee-duration,30s) linear infinite;display:inline-flex}.storefront .imp-marquee:hover .imp-marquee__track{animation-play-state:paused}.storefront .imp-marquee__group{align-items:center;display:inline-flex}.storefront .imp-marquee__cell{align-items:center;padding:9px 0;display:inline-flex}.storefront .imp-marquee__item{font-family:var(--font-geist-mono,ui-monospace), "JetBrains Mono", SFMono-Regular, Menlo, monospace;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;padding:0 1.1rem;font-size:11px;font-weight:500}.storefront .imp-marquee__sep{font-family:var(--font-geist-mono), ui-monospace, monospace;opacity:.45;font-size:11px}@keyframes impMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.storefront .imp-marquee__track{animation:none}}:root{--imp-hot:#ff4a17;--imp-hot-ink:#fff;--imp-grid:#0000000e}.dark{--imp-hot:#ff5a2b;--imp-grid:#ffffff0f}.imp-ed-grid,.imp-ed-band{overflow-x:clip}.imp-ed-grid{background-image:repeating-linear-gradient(to right, var(--imp-grid) 0 1px, transparent 1px 100%), repeating-linear-gradient(to bottom, var(--imp-grid) 0 1px, transparent 1px 100%);background-size:clamp(48px,6vw,96px) clamp(48px,6vw,96px)}.imp-ed-meta{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--imp-fg-mute);font-size:10px;line-height:1}.imp-ed-meta--hot{color:var(--imp-hot)}.imp-ed-body{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:-.005em;font-size:13.5px;line-height:1.8}.storefront .imp-ed-nav{font-family:var(--font-syne), system-ui, sans-serif;letter-spacing:.01em;font-weight:600}.imp-ed-rule{border-top:1px solid var(--imp-line);border-bottom:1px solid var(--imp-line);white-space:nowrap;justify-content:space-between;gap:1rem;padding:.6rem 0;display:flex;overflow:hidden}.storefront .imp-ed-display{font-family:var(--font-syne), var(--font-defonte), system-ui, sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:0;font-size:clamp(2.6rem,10.4vw,8.25rem);font-weight:800;line-height:.9}.storefront .imp-ed-display--hollow{-webkit-text-fill-color:var(--imp-bg);-webkit-text-stroke:.035em var(--imp-fg);paint-order:stroke fill}.imp-ed-display em{color:var(--imp-hot);font-style:normal}.imp-ed-row{border-bottom:1px solid var(--imp-line);transition:background-color .16s var(--imp-ease);grid-template-columns:3.2rem 2.5rem minmax(0,.8fr) minmax(0,1.55fr) auto;align-items:center;gap:clamp(.75rem,2vw,1.5rem);margin-inline:-.85rem;padding:clamp(.7rem,1.6vw,1.15rem) .85rem;display:grid}.imp-ed-row:first-child{border-top:1px solid var(--imp-line)}.imp-ed-row:hover{background:var(--imp-bg-elev)}.imp-ed-row__n{font-family:var(--font-geist-mono), ui-monospace, monospace;font-variant-numeric:tabular-nums;color:var(--imp-fg-mute);font-size:12px}.imp-ed-row[data-playing="1"] .imp-ed-row__n{color:var(--imp-hot)}.imp-ed-row[data-playing="1"]{background:var(--imp-bg-elev)}.imp-ed-row__name{font-family:var(--font-syne), system-ui, sans-serif;letter-spacing:-.015em;text-transform:uppercase;font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:700}.imp-ed-action{border:1px solid var(--imp-line-strong);border-radius:var(--imp-radius-sm);width:2rem;height:2rem;color:var(--imp-fg-soft);transition:background-color .14s var(--imp-ease), color .14s var(--imp-ease), border-color .14s var(--imp-ease);flex:none;justify-content:center;align-items:center;display:inline-flex}.imp-ed-action:hover{background:var(--imp-hot);border-color:var(--imp-hot);color:var(--imp-hot-ink)}.imp-ed-action:disabled{opacity:.45}.imp-ed-action--owned{border-color:var(--imp-hot);color:var(--imp-hot)}.imp-ed-spin{border:1.5px solid;border-top-color:#0000;border-radius:999px;width:.85rem;height:.85rem;animation:.7s linear infinite imp-ed-spin}@keyframes imp-ed-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.imp-ed-spin{animation-duration:2s}}.imp-ed-band{background:var(--imp-fg);color:var(--imp-bg)}.imp-ed-band .imp-ed-meta{color:#ffffff73}.dark .imp-ed-band .imp-ed-meta{color:#00000073}.imp-ed-band .imp-ed-display{color:var(--imp-bg);-webkit-text-fill-color:var(--imp-bg)}.imp-ed-band .imp-ed-display--hollow{-webkit-text-fill-color:var(--imp-fg);-webkit-text-stroke-color:var(--imp-bg)}.imp-ed-pill{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.14em;text-transform:uppercase;border:1px solid;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .85rem;font-size:10px;display:inline-flex}.imp-ed-pill--hot{background:var(--imp-hot);color:var(--imp-hot-ink);border-color:var(--imp-hot)}@media (prefers-reduced-motion:reduce){.imp-ed-row{transition:none}}@media screen and (max-width:749px){.imp-ed-row{grid-template-columns:2.2rem 2.2rem minmax(0,1fr) auto;gap:.6rem}.imp-ed-row__wave{display:none}}:root{--imp-band-line:#ffffff3d}.dark{--imp-band-line:#0000003d}.imp-ed-hairline{border-color:var(--imp-line)}.imp-ed-band .imp-ed-hairline{border-color:var(--imp-band-line)}.storefront .imp-ed-figure{font-family:var(--font-syne), system-ui, sans-serif;letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.storefront .imp-ed-field{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.04em;height:2.25rem;color:var(--imp-fg);border:1px solid var(--imp-line-strong);border-radius:var(--imp-radius-sm);background:0 0;padding:0 .75rem;font-size:12px}.storefront .imp-ed-field::placeholder{color:var(--imp-fg-mute)}.storefront .imp-ed-field:focus-visible{border-color:var(--imp-hot);outline:none}.storefront textarea.imp-ed-field{height:auto;min-height:3.5rem;padding-top:.6rem;padding-bottom:.6rem;line-height:1.5}.imp-ed-empty{border-top:1px solid var(--imp-line);border-bottom:1px solid var(--imp-line);text-align:center;padding:4rem 1rem}.imp-ed-pill--on{background:var(--imp-fg);color:var(--imp-bg);border-color:var(--imp-fg)}.imp-ed-action--on{background:var(--imp-hot);border-color:var(--imp-hot);color:var(--imp-hot-ink)}.imp-ed-body--long{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:-.005em;max-width:66ch;font-size:.85rem;line-height:1.95}
