@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap');
@import url('https://fonts.gstatic.com');

/* ── Undo Tailwind preflight within imported page ── */
.imported-header :where(*, *::before, *::after) {
    box-sizing: border-box;
}
.imported-header :where(h1, h2, h3, h4, h5, h6) {
    font-size: revert;
    font-weight: revert;
}
.imported-header :where(p) {
    margin: revert;
}
.imported-header :where(a) {
    color: revert;
    text-decoration: revert;
}
.imported-header :where(ul, ol) {
    list-style: revert;
    margin: revert;
    padding: revert;
}
.imported-header :where(img) {
    display: revert;
    max-width: 100%;
}
.imported-header :where(blockquote, figure, figcaption, hr, pre) {
    margin: revert;
}
.imported-header :where(table) {
    border-collapse: revert;
    border-spacing: revert;
}
/* Source: site.css */
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-500:oklch(63.7% .237 25.331);--color-blue-50:oklch(97% .014 254.604);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-900:oklch(20.8% .042 265.755);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-lg:32rem;--container-2xl:42rem;--container-6xl:72rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-widest:.1em;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-xs:.125rem;--radius-sm:0;--radius-md:0;--radius-lg:0;--radius-xl:0;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-2xl:40px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}button:not(:disabled),[role=button]:not([aria-disabled=true]),[type=button]:not(:disabled),[type=submit]:not(:disabled),a[href]{cursor:pointer}}@layer components;@layer utilities{.\@container\/card-header{container:card-header/inline-size}.\@container\/field-group{container:field-group/inline-size}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.-top-12{top:calc(var(--spacing)*-12)}.top-0{top:calc(var(--spacing)*0)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.-right-12{right:calc(var(--spacing)*-12)}.right-0{right:calc(var(--spacing)*0)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.-bottom-12{bottom:calc(var(--spacing)*-12)}.bottom-0{bottom:calc(var(--spacing)*0)}.-left-12{left:calc(var(--spacing)*-12)}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-\[50\%\]{left:50%}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1\]{z-index:1}.order-first{order:-9999}.order-last{order:9999}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.\!m-0{margin:calc(var(--spacing)*0)!important}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.-my-2{margin-block:calc(var(--spacing)*-2)}.my-0{margin-block:calc(var(--spacing)*0)}.my-0\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.-mt-4{margin-top:calc(var(--spacing)*-4)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-auto{margin-top:auto}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.-ml-4{margin-left:calc(var(--spacing)*-4)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-auto{margin-left:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.field-sizing-content{field-sizing:content}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.size-\(--cell-size\){width:var(--cell-size);height:var(--cell-size)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-auto{width:auto;height:auto}.size-full{width:100%;height:100%}.h-\(--cell-size\){height:var(--cell-size)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-16{height:calc(var(--spacing)*16)}.h-\[1\.15rem\]{height:1.15rem}.h-\[500px\]{height:500px}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.max-h-\(--radix-dropdown-menu-content-available-height\){max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-\(--cell-size\){width:var(--cell-size)}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-0{width:calc(var(--spacing)*0)}.w-1{width:calc(var(--spacing)*1)}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-3{width:calc(var(--spacing)*3)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-16{width:calc(var(--spacing)*16)}.w-64{width:calc(var(--spacing)*64)}.w-72{width:calc(var(--spacing)*72)}.w-\[100px\]{width:100px}.w-\[400px\]{width:400px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-2xl{max-width:var(--container-2xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-lg{max-width:var(--container-lg)}.max-w-max{max-width:max-content}.max-w-sm{max-width:var(--container-sm)}.min-w-\(--cell-size\){min-width:var(--cell-size)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-9{min-width:calc(var(--spacing)*9)}.min-w-10{min-width:calc(var(--spacing)*10)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\(--radix-dropdown-menu-content-transform-origin\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\(--radix-popover-content-transform-origin\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0\.5{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-caret-blink{animation:1.25s ease-out infinite caret-blink}.animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing)*1)}.scroll-py-1{scroll-padding-block:calc(var(--spacing)*1)}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-\[0_1fr\]{grid-template-columns:0 1fr}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-items-start{justify-items:start}.gap-0{gap:calc(var(--spacing)*0)}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-7{gap:calc(var(--spacing)*7)}.gap-y-0\.5{row-gap:calc(var(--spacing)*.5)}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-end{justify-self:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[calc\(var\(--radius\)-5px\)\]{border-radius:calc(var(--radius) - 5px)}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg,.rounded-md,.rounded-none,.rounded-sm,.rounded-xl{border-radius:0}.rounded-xs{border-radius:var(--radius-xs)}.rounded-l-md{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-tl-sm{border-top-left-radius:0}.rounded-r-md{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\(--color-border\){border-color:var(--color-border)}.border-\[rgba\(0\,0\,0\,0\.08\)\]{border-color:#00000014}.border-border,.border-border\/50{border-color:var(--border)}@supports (color:color-mix(in lab,red,red)){.border-border\/50{border-color:color-mix(in oklab,var(--border)50%,transparent)}}.border-input{border-color:var(--input)}.border-primary{border-color:var(--primary)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-\(--color-bg\){background-color:var(--color-bg)}.bg-\[\#1a1a19\]{background-color:#1a1a19}.bg-\[\#f8f8f7\]{background-color:#f8f8f7}.bg-accent{background-color:var(--accent)}.bg-background{background-color:var(--background)}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-blue-600{background-color:var(--color-blue-600)}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-foreground{background-color:var(--foreground)}.bg-input{background-color:var(--input)}.bg-muted,.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary,.bg-primary\/20{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.bg-red-100{background-color:var(--color-red-100)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-slate-50{--tw-gradient-from:var(--color-slate-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-100{--tw-gradient-to:var(--color-slate-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.fill-current{fill:currentColor}.fill-foreground{fill:var(--foreground)}.fill-primary{fill:var(--primary)}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-\[3px\]{padding:3px}.p-px{padding:1px}.px-\(--cell-size\){padding-inline:var(--cell-size)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-8{padding-top:calc(var(--spacing)*8)}.pt-12{padding-top:calc(var(--spacing)*12)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-8{padding-right:calc(var(--spacing)*8)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-8{padding-left:calc(var(--spacing)*8)}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-sm\/relaxed{font-size:var(--text-sm);line-height:var(--leading-relaxed)}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[0\.8rem\]{font-size:.8rem}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-\[26px\]{--tw-leading:26px;line-height:26px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.44px\]{--tw-tracking:-.44px;letter-spacing:-.44px}.tracking-\[-0\.154px\]{--tw-tracking:-.154px;letter-spacing:-.154px}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.whitespace-break-spaces{white-space:break-spaces}.whitespace-nowrap{white-space:nowrap}.text-\[\#34322d\]{color:#34322d}.text-\[\#858481\]{color:#858481}.text-accent-foreground{color:var(--accent-foreground)}.text-background{color:var(--background)}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-500{color:var(--color-red-500)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_4px_11px_0px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0px 4px 11px 0px var(--tw-shadow-color,#00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-ring\/50{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.ring-ring\/50{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.backdrop-blur-2xl{--tw-backdrop-blur:blur(var(--blur-2xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.fade-in-0{--tw-enter-opacity:0}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.zoom-in-95{--tw-enter-scale:.95}.\[--cell-size\:--spacing\(8\)\]{--cell-size:calc(var(--spacing)*8)}.running{animation-play-state:running}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media (hover:hover){.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance:is(:where(.group\/field):has([data-orientation=horizontal]) *){text-wrap:balance}.group-has-\[\[data-slot\=item-description\]\]\/item\:translate-y-0\.5:is(:where(.group\/item):has([data-slot=item-description]) *){--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-has-\[\[data-slot\=item-description\]\]\/item\:self-start:is(:where(.group\/item):has([data-slot=item-description]) *){align-self:flex-start}.group-has-\[\>input\]\/input-group\:pt-2\.5:is(:where(.group\/input-group):has(>input) *){padding-top:calc(var(--spacing)*2.5)}.group-has-\[\>input\]\/input-group\:pb-2\.5:is(:where(.group\/input-group):has(>input) *){padding-bottom:calc(var(--spacing)*2.5)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *){pointer-events:none}.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *),.group-data-\[disabled\=true\]\/field\:opacity-50:is(:where(.group\/field)[data-disabled=true] *),.group-data-\[disabled\=true\]\/input-group\:opacity-50:is(:where(.group\/input-group)[data-disabled=true] *){opacity:.5}.group-data-\[focused\=true\]\/day\:relative:is(:where(.group\/day)[data-focused=true] *){position:relative}.group-data-\[focused\=true\]\/day\:z-10:is(:where(.group\/day)[data-focused=true] *){z-index:10}.group-data-\[focused\=true\]\/day\:border-ring:is(:where(.group\/day)[data-focused=true] *){border-color:var(--ring)}.group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(:where(.group\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused=true] *){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.group-data-\[focused\=true\]\/day\:ring-ring\/50:is(:where(.group\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state=open] *){rotate:180deg}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:0}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[variant\=outline\]\/field-group\:-mb-2:is(:where(.group\/field-group)[data-variant=outline] *){margin-bottom:calc(var(--spacing)*-2)}.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction=bottom] *){display:block}.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction=bottom] *),.group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center:is(:where(.group\/drawer-content)[data-vaul-drawer-direction=top] *){text-align:center}.group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport=false] *){top:100%}.group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.group\/navigation-menu)[data-viewport=false] *){margin-top:calc(var(--spacing)*1.5)}.group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport=false] *){overflow:hidden}.group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-radius:0}.group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.group\/navigation-menu)[data-viewport=false] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.group\/navigation-menu)[data-viewport=false] *){background-color:var(--popover)}.group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.group\/navigation-menu)[data-viewport=false] *){color:var(--popover-foreground)}.group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport=false] *){--tw-duration:.2s;transition-duration:.2s}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-50:is(:where(.peer):disabled~*){opacity:.5}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.selection\:bg-primary ::selection{background-color:var(--primary)}.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection{color:var(--primary-foreground)}.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:calc(var(--spacing)*1)}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.first\:rounded-l-md:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.last\:mt-0:last-child{margin-top:calc(var(--spacing)*0)}.last\:rounded-r-md:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.last\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (hover:hover){.hover\:bg-\[\#1a1a19\]\/90:hover{background-color:#1a1a19e6}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\:bg-muted:hover,.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:ring-4:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:z-10:focus{z-index:10}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\:ring-ring:focus-visible,.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.focus-visible\:outline-ring:focus-visible{outline-color:var(--ring)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-focus\:border-ring:has(:focus){border-color:var(--ring)}.has-focus\:ring-\[3px\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.has-focus\:ring-ring\/50:has(:focus){--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.has-disabled\:opacity-50:has(:disabled){opacity:.5}.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.has-data-\[state\=checked\]\:border-primary:has([data-state=checked]){border-color:var(--primary)}.has-data-\[state\=checked\]\:bg-primary\/5:has([data-state=checked]){background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.has-data-\[state\=checked\]\:bg-primary\/5:has([data-state=checked]){background-color:color-mix(in oklab,var(--primary)5%,transparent)}}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring:has([data-slot=input-group-control]:focus-visible){border-color:var(--ring)}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\]:has([data-slot=input-group-control]:focus-visible){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible){--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has([data-slot][aria-invalid=true]){border-color:var(--destructive)}.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]){--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.has-\[\>\[data-align\=block-end\]\]\:h-auto:has(>[data-align=block-end]){height:auto}.has-\[\>\[data-align\=block-end\]\]\:flex-col:has(>[data-align=block-end]){flex-direction:column}.has-\[\>\[data-align\=block-start\]\]\:h-auto:has(>[data-align=block-start]){height:auto}.has-\[\>\[data-align\=block-start\]\]\:flex-col:has(>[data-align=block-start]){flex-direction:column}.has-\[\>\[data-slot\=button-group\]\]\:gap-2:has(>[data-slot=button-group]){gap:calc(var(--spacing)*2)}.has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has(>[data-slot=checkbox-group]){gap:calc(var(--spacing)*3)}.has-\[\>\[data-slot\=field-content\]\]\:items-start:has(>[data-slot=field-content]){align-items:flex-start}.has-\[\>\[data-slot\=field\]\]\:w-full:has(>[data-slot=field]){width:100%}.has-\[\>\[data-slot\=field\]\]\:flex-col:has(>[data-slot=field]){flex-direction:column}.has-\[\>\[data-slot\=field\]\]\:rounded-md:has(>[data-slot=field]){border-radius:0}.has-\[\>\[data-slot\=field\]\]\:border:has(>[data-slot=field]){border-style:var(--tw-border-style);border-width:1px}.has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has(>[data-slot=radio-group]){gap:calc(var(--spacing)*3)}.has-\[\>button\]\:mr-\[-0\.45rem\]:has(>button){margin-right:-.45rem}.has-\[\>button\]\:ml-\[-0\.45rem\]:has(>button){margin-left:-.45rem}.has-\[\>kbd\]\:mr-\[-0\.35rem\]:has(>kbd){margin-right:-.35rem}.has-\[\>kbd\]\:ml-\[-0\.35rem\]:has(>kbd){margin-left:-.35rem}.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing)*4)1fr}.has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--spacing)*3)}.has-\[\>svg\]\:p-0:has(>svg){padding:calc(var(--spacing)*0)}.has-\[\>svg\]\:px-2:has(>svg){padding-inline:calc(var(--spacing)*2)}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.has-\[\>textarea\]\:h-auto:has(>textarea){height:auto}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.data-\[active\=true\]\:border-ring[data-active=true]{border-color:var(--ring)}.data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:bg-accent\/50[data-active=true]{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-accent-foreground[data-active=true]{color:var(--accent-foreground)}.data-\[active\=true\]\:ring-\[3px\][data-active=true]{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}@media (hover:hover){.data-\[active\=true\]\:hover\:bg-accent[data-active=true]:hover{background-color:var(--accent)}}.data-\[active\=true\]\:focus\:bg-accent[data-active=true]:focus{background-color:var(--accent)}.data-\[active\=true\]\:aria-invalid\:border-destructive[data-active=true][aria-invalid=true]{border-color:var(--destructive)}.data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\[active\=true\]\:aria-invalid\:ring-destructive\/20[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[error\=true\]\:text-destructive[data-error=true]{color:var(--destructive)}.data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--spacing)*8)}.data-\[invalid\=true\]\:text-destructive[data-invalid=true]{color:var(--destructive)}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:calc(52*var(--spacing))}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:calc(52*var(--spacing)*-1)}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:calc(52*var(--spacing))}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:calc(52*var(--spacing)*-1)}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-]{--tw-exit-opacity:0}.data-\[orientation\=horizontal\]\:h-1\.5[data-orientation=horizontal]{height:calc(var(--spacing)*1.5)}.data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal]{height:100%}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-auto[data-orientation=vertical]{height:auto}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical]{min-height:calc(var(--spacing)*44)}.data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical]{width:calc(var(--spacing)*1.5)}.data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical]{width:auto}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:calc(var(--spacing)*0)}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:calc(var(--spacing)*1)}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-\[range-end\=true\]\:rounded-md[data-range-end=true]{border-radius:0}.data-\[range-end\=true\]\:rounded-r-md[data-range-end=true]{border-top-right-radius:0;border-bottom-right-radius:0}.data-\[range-end\=true\]\:bg-primary[data-range-end=true]{background-color:var(--primary)}.data-\[range-end\=true\]\:text-primary-foreground[data-range-end=true]{color:var(--primary-foreground)}.data-\[range-middle\=true\]\:rounded-none[data-range-middle=true]{border-radius:0}.data-\[range-middle\=true\]\:bg-accent[data-range-middle=true]{background-color:var(--accent)}.data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle=true]{color:var(--accent-foreground)}.data-\[range-start\=true\]\:rounded-md[data-range-start=true]{border-radius:0}.data-\[range-start\=true\]\:rounded-l-md[data-range-start=true]{border-top-left-radius:0;border-bottom-left-radius:0}.data-\[range-start\=true\]\:bg-primary[data-range-start=true]{background-color:var(--primary)}.data-\[range-start\=true\]\:text-primary-foreground[data-range-start=true]{color:var(--primary-foreground)}.data-\[selected-single\=true\]\:bg-primary[data-selected-single=true]{background-color:var(--primary)}.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single=true]{color:var(--primary-foreground)}.data-\[selected\=true\]\:rounded-none[data-selected=true]{border-radius:0}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--spacing)*9)}.data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--spacing)*8)}:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--destructive)90%,transparent)}}.data-\[slot\=checkbox-group\]\:gap-3[data-slot=checkbox-group]{gap:calc(var(--spacing)*3)}:is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing)*12)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus{--tw-outline-style:none;outline-style:none}:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing)*2)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=on\]\:bg-accent[data-state=on]{background-color:var(--accent)}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:var(--accent-foreground)}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:bg-accent[data-state=open],.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-opacity:0}.group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open]{--tw-enter-scale:.95}@media (hover:hover){.data-\[state\=open\]\:hover\:bg-accent[data-state=open]:hover{background-color:var(--accent)}}.data-\[state\=open\]\:focus\:bg-accent[data-state=open]:focus{background-color:var(--accent)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[state\=visible\]\:animate-in[data-state=visible]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}.data-\[variant\=label\]\:text-sm[data-variant=label]{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.data-\[variant\=legend\]\:text-base[data-variant=legend]{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.data-\[variant\=outline\]\:border-l-0[data-variant=outline]{border-left-style:var(--tw-border-style);border-left-width:0}.data-\[variant\=outline\]\:shadow-xs[data-variant=outline]{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[variant\=outline\]\:first\:border-l[data-variant=outline]:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction=bottom]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction=bottom]{bottom:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction=bottom]{margin-top:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction=bottom]{max-height:80vh}.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction=bottom]{border-top-left-radius:0;border-top-right-radius:0}.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction=bottom]{border-top-style:var(--tw-border-style);border-top-width:1px}.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction=left]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction=left]{left:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction=left]{width:75%}.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction=left]{border-right-style:var(--tw-border-style);border-right-width:1px}.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction=right]{inset-block:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction=right]{right:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction=right]{width:75%}.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction=right]{border-left-style:var(--tw-border-style);border-left-width:1px}.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction=top]{inset-inline:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction=top]{top:calc(var(--spacing)*0)}.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction=top]{margin-bottom:calc(var(--spacing)*24)}.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction=top]{max-height:80vh}.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction=top]{border-bottom-right-radius:0;border-bottom-left-radius:0}.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction=top]{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.nth-last-2\:-mt-1:nth-last-child(2){margin-top:calc(var(--spacing)*-1)}@media (min-width:40rem){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:calc(var(--spacing)*2.5)}.sm\:pr-2\.5{padding-right:calc(var(--spacing)*2.5)}.sm\:pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.sm\:text-left{text-align:left}.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction=left],.data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction=right]{max-width:var(--container-sm)}}@media (min-width:48rem){.md\:absolute{position:absolute}.md\:block{display:block}.md\:flex{display:flex}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:flex-row{flex-direction:row}.md\:gap-1\.5{gap:calc(var(--spacing)*1.5)}.md\:p-12{padding:calc(var(--spacing)*12)}.md\:text-left{text-align:left}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:0}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@container field-group (min-width:28rem){.\@md\/field-group\:flex-row{flex-direction:row}.\@md\/field-group\:items-center{align-items:center}.\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has(>[data-slot=field-content]){align-items:flex-start}}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:bg-destructive\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-destructive\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:bg-transparent:is(.dark *){background-color:#0000}.dark\:text-muted-foreground:is(.dark *){color:var(--muted-foreground)}@media (hover:hover){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input)50%,transparent)}}.dark\:hover\:text-accent-foreground:is(.dark *):hover{color:var(--accent-foreground)}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]){background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]){background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]){--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]){--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[active\=true\]\:aria-invalid\:ring-destructive\/40:is(.dark *)[data-active=true][aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[state\=active\]\:border-input:is(.dark *)[data-state=active]{border-color:var(--input)}.dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state=active]{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state=active]{background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state=active]{color:var(--foreground)}.dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state=checked]{background-color:var(--primary)}.dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark *)[data-state=checked]{background-color:var(--primary-foreground)}.dark\:data-\[state\=unchecked\]\:bg-foreground:is(.dark *)[data-state=unchecked]{background-color:var(--foreground)}.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--input)80%,transparent)}}.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--muted-foreground)}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:var(--border)}@supports (color:color-mix(in lab,red,red)){.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:color-mix(in oklab,var(--border)50%,transparent)}}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted)}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector{outline-offset:2px;outline:2px solid #0000}}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:#0000}.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface{outline-offset:2px;outline:2px solid #0000}}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing)*1.5)}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing)*0)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing)*5)}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--spacing)*12)}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--spacing)*3)}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--spacing)*5)}.\[\&_img\]\:size-full img{width:100%;height:100%}.\[\&_img\]\:object-cover img{object-fit:cover}.\[\&_p\]\:leading-relaxed p{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]){width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 svg:not([class*=size-]){width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\+\[data-slot\=item-content\]\]\:flex-none+[data-slot=item-content]{flex:none}.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:0;border-bottom-left-radius:0}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\.border-b\]\:pb-3.border-b{padding-bottom:calc(var(--spacing)*3)}.\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--spacing)*6)}.\[\.border-t\]\:pt-3.border-t{padding-top:calc(var(--spacing)*3)}.\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--spacing)*6)}:is(.rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_next>svg),:is(.rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_previous>svg){rotate:180deg}.\[a\]\:transition-colors:is(a){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.\[a\]\:hover\:bg-accent\/50:is(a):hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.\[a\]\:hover\:bg-accent\/50:is(a):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing)*2)}:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)!important}.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:0;border-bottom-right-radius:0}.\[\&\>\*\]\:w-full>*{width:100%}.\[\&\>\*\]\:focus-visible\:relative>:focus-visible{position:relative}.\[\&\>\*\]\:focus-visible\:z-10>:focus-visible{z-index:10}.\[\&\>\*\]\:data-\[slot\=field\]\:p-4>[data-slot=field]{padding:calc(var(--spacing)*4)}@container field-group (min-width:28rem){.\@md\/field-group\:\[\&\>\*\]\:w-auto>*{width:auto}}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none>:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none>:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.\[\&\>\*\:not\(\:first-child\)\]\:border-t-0>:not(:first-child){border-top-style:var(--tw-border-style);border-top-width:0}.\[\&\>\*\:not\(\:first-child\)\]\:border-l-0>:not(:first-child){border-left-style:var(--tw-border-style);border-left-width:0}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none>:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none>:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.\[\&\>\.sr-only\]\:w-auto>.sr-only{width:auto}.\[\&\>\[data-slot\=field-group\]\]\:gap-4>[data-slot=field-group]{gap:calc(var(--spacing)*4)}.\[\&\>\[data-slot\=field-label\]\]\:flex-auto>[data-slot=field-label]{flex:auto}@container field-group (min-width:28rem){.\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto>[data-slot=field-label]{flex:auto}}.has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md:has(:is(select[aria-hidden=true]:last-child))>[data-slot=select-trigger]:last-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit>[data-slot=select-trigger]:not([class*=w-]){width:fit-content}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content])>[role=checkbox],.has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content]) [role=radio]{margin-top:1px}@container field-group (min-width:28rem){.\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content])>[role=checkbox],.\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content]) [role=radio]{margin-top:1px}}.\[\&\>a\]\:underline>a{text-decoration-line:underline}.\[\&\>a\]\:underline-offset-4>a{text-underline-offset:4px}.\[\&\>a\:hover\]\:text-primary>a:hover{color:var(--primary)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>input\]\:flex-1>input{flex:1}.has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has(>[data-align=block-end])>input{padding-top:calc(var(--spacing)*3)}.has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has(>[data-align=block-start])>input{padding-bottom:calc(var(--spacing)*3)}.has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2:has(>[data-align=inline-end])>input{padding-right:calc(var(--spacing)*2)}.has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2:has(>[data-align=inline-start])>input{padding-left:calc(var(--spacing)*2)}.\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\]>kbd{border-radius:calc(var(--radius) - 5px)}.\[\&\>span\]\:text-xs>span{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&\>span\]\:opacity-70>span{opacity:.7}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-3>svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&\>svg\]\:size-3\.5>svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:h-2\.5>svg{height:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:h-3>svg{height:calc(var(--spacing)*3)}.\[\&\>svg\]\:w-2\.5>svg{width:calc(var(--spacing)*2.5)}.\[\&\>svg\]\:w-3>svg{width:calc(var(--spacing)*3)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>svg\]\:text-current>svg{color:currentColor}.\[\&\>svg\]\:text-muted-foreground>svg{color:var(--muted-foreground)}.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5>svg:not([class*=size-]){width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4>svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{rotate:90deg}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{rotate:180deg}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent,[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent{background-color:#0000}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/20{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/20{background-color:color-mix(in oklab,var(--background)20%,transparent)}}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:text-background{color:var(--background)}[data-slot=tooltip-content] .dark\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/10:is(.dark *){background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/10:is(.dark *){background-color:color-mix(in oklab,var(--background)10%,transparent)}}[data-variant=legend]+.\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5{margin-top:calc(var(--spacing)*-1.5)}@media (hover:hover){a.\[a\&\]\:hover\:bg-accent:hover{background-color:var(--accent)}a.\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}a.\[a\&\]\:hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}a.\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){a.\[a\&\]\:hover\:bg-secondary\/90:hover{background-color:color-mix(in oklab,var(--secondary)90%,transparent)}}a.\[a\&\]\:hover\:text-accent-foreground:hover{color:var(--accent-foreground)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}.imported-header,
.imported-header.dark,
.imported-header .dark {--background:#111311;--foreground:#e8e0d0;--card:#171a17;--card-foreground:#e8e0d0;--popover:#171a17;--popover-foreground:#e8e0d0;--primary:#48d7e3;--primary-foreground:#111311;--secondary:#22251f;--secondary-foreground:#e8e0d0;--muted:#242720;--muted-foreground:#9f9d91;--accent:#a56b47;--accent-foreground:#f2eadc;--destructive:#b84f4f;--destructive-foreground:#fff;--border:#e8e0d029;--input:#e8e0d01f;--ring:#48d7e3;--graphite:#111311;--ink:#171917;--bone:#e8e0d0;--bone-2:#d8ceba;--sand:#c7b89d;--copper:#a56b47;--moss:#65705a;--cyan:#48d7e3;--line:#e8e0d024;--dark-line:#11131129;--ease-out:cubic-bezier(.23,1,.32,1)}.imported-header * {box-sizing:border-box}.imported-header {scroll-behavior:smooth;background:var(--graphite)}.imported-header {background:var(--graphite);color:var(--bone);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,sans-serif}.imported-header:before {content:"";z-index:1000;pointer-events:none;opacity:.065;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");position:fixed;inset:0}.imported-header button,
.imported-header a,
.imported-header input {font:inherit}.imported-header button {color:inherit}.imported-header a {color:inherit;text-decoration:none}.imported-header img {max-width:100%;display:block}.imported-header ::selection {background:var(--cyan);color:var(--graphite)}.imported-header.site-shell,
.imported-header .site-shell {min-height:100vh;overflow:hidden}.imported-header.dark-grid,
.imported-header .dark-grid {background-color:var(--graphite);background-image:linear-gradient(#e8e0d00b 1px,#0000 1px),linear-gradient(90deg,#e8e0d00b 1px,#0000 1px);background-size:72px 72px;position:relative}.imported-header.bone-section,
.imported-header .bone-section {background:var(--bone);color:var(--graphite)}.imported-header h1,
.imported-header h2,
.imported-header h3 {text-transform:uppercase;letter-spacing:-.065em;margin:0;font-family:Space Grotesk,sans-serif;line-height:.86}.imported-header h1 em,
.imported-header h2 em {color:var(--copper);font-style:normal}.imported-header p {line-height:1.65}.imported-header.site-header,
.imported-header .site-header {z-index:100;height:78px;transition:background .22s var(--ease-out),border-color .22s var(--ease-out);border-bottom:1px solid #0000;position:fixed;inset:0 0 auto}.imported-header.site-header.is-scrolled,
.imported-header .site-header.is-scrolled {border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111311ed}.imported-header.nav-inner,
.imported-header .nav-inner {justify-content:space-between;align-items:center;max-width:1600px;height:100%;margin:0 auto;padding:0 34px;display:flex}.imported-header.wordmark,
.imported-header .wordmark {letter-spacing:-.05em;font-family:Space Grotesk;font-size:20px;font-weight:700 font-variation-settings: "wght" 700, "wdth" 100;
}.imported-header.wordmark span,
.imported-header .wordmark span {color:var(--copper)}.imported-header.nav-links,
.imported-header .nav-links {align-items:center;gap:34px;display:flex}.imported-header.nav-links a,
.imported-header .nav-links a,
.imported-header.cart-link,
.imported-header .cart-link {letter-spacing:.11em;color:var(--bone);background:0 0;border:0;font:500 10px/1 IBM Plex Mono;transition:color .18s}.imported-header.nav-links a:hover,
.imported-header .nav-links a:hover,
.imported-header.cart-link:hover,
.imported-header .cart-link:hover {color:var(--cyan)}.imported-header.cart-link span,
.imported-header .cart-link span {color:var(--copper)}.imported-header.menu-button,
.imported-header .menu-button {background:0 0;border:0;padding:8px;display:none}.imported-header.mobile-nav,
.imported-header .mobile-nav {display:none}.imported-header.eyebrow,
.imported-header .eyebrow {letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;font:500 10px/1.2 IBM Plex Mono;display:flex}.imported-header.eyebrow-dot,
.imported-header .eyebrow-dot {background:var(--copper);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 4px #a56b471f}.imported-header.eyebrow.cyan,
.imported-header .eyebrow.cyan {color:var(--cyan)}.imported-header.eyebrow.cyan .eyebrow-dot,
.imported-header .eyebrow.cyan .eyebrow-dot {background:var(--cyan);box-shadow:0 0 0 4px #48d7e31c}.imported-header.arrow-link,
.imported-header .arrow-link {border-bottom:1px solid var(--graphite);letter-spacing:.08em;width:fit-content;transition:gap .2s var(--ease-out),color .2s;align-items:center;gap:38px;padding:0 0 9px;font:500 10px/1 IBM Plex Mono;display:inline-flex}.imported-header.arrow-link:hover,
.imported-header .arrow-link:hover {color:var(--copper);gap:46px}.imported-header.arrow-link.light,
.imported-header .arrow-link.light {border-color:var(--bone)}.imported-header.arrow-link.light:hover,
.imported-header .arrow-link.light:hover {color:var(--cyan);border-color:var(--cyan)}.imported-header.button-primary,
.imported-header .button-primary,
.imported-header.button-dark,
.imported-header .button-dark,
.imported-header.button-cyan,
.imported-header .button-cyan,
.imported-header.add-button,
.imported-header .add-button {text-transform:uppercase;letter-spacing:.08em;min-height:54px;transition:transform .16s var(--ease-out),background .18s,color .18s;border:1px solid #0000;justify-content:space-between;align-items:center;gap:38px;padding:0 22px;font:500 10px/1 IBM Plex Mono;display:inline-flex}.imported-header.button-primary,
.imported-header .button-primary {color:var(--graphite);background:var(--bone)}.imported-header.button-primary:hover,
.imported-header .button-primary:hover {background:var(--cyan)}.imported-header.button-dark,
.imported-header .button-dark {color:var(--bone);background:var(--graphite)}.imported-header.button-dark:hover,
.imported-header .button-dark:hover {color:var(--graphite);background:var(--cyan)}.imported-header.button-cyan,
.imported-header .button-cyan {color:var(--graphite);background:var(--cyan);border:0}.imported-header.button-cyan:hover,
.imported-header .button-cyan:hover {background:var(--bone)}.imported-header.button-primary:active,
.imported-header .button-primary:active,
.imported-header.button-dark:active,
.imported-header .button-dark:active,
.imported-header.button-cyan:active,
.imported-header .button-cyan:active,
.imported-header.add-button:active,
.imported-header .add-button:active {transform:scale(.97)}.imported-header.button-ghost,
.imported-header .button-ghost {border-bottom:1px solid var(--line);letter-spacing:.08em;gap:20px;padding:19px 0 10px;font:500 10px/1 IBM Plex Mono;display:inline-flex}.imported-header.text-button,
.imported-header .text-button {letter-spacing:.08em;color:var(--copper);font:500 10px/1 IBM Plex Mono}.imported-header.section-number,
.imported-header .section-number {letter-spacing:.11em;font:500 9px/1 IBM Plex Mono}.imported-header.home-hero,
.imported-header .home-hero {border-bottom:1px solid var(--line);grid-template-columns:46% 54%;min-height:100svh;display:grid}.imported-header.hero-copy,
.imported-header .hero-copy {z-index:2;flex-direction:column;justify-content:center;padding:155px 6vw 105px max(34px,50vw - 750px);display:flex;position:relative}.imported-header.hero-copy h1,
.imported-header .hero-copy h1 {white-space:nowrap;margin:42px 0 35px;font-size:clamp(76px,8.4vw,154px)}.imported-header.hero-intro,
.imported-header .hero-intro {letter-spacing:-.025em;max-width:520px;margin:0 0 18px;font:500 clamp(17px,1.3vw,22px)/1.45 Space Grotesk}.imported-header.hero-body,
.imported-header .hero-body {color:#aaa99e;max-width:480px;margin:0;font-size:13px}.imported-header.hero-actions,
.imported-header .hero-actions {align-items:center;gap:28px;margin-top:40px;display:flex}.imported-header.hero-visual,
.imported-header .hero-visual {border-left:1px solid var(--line);min-height:100svh;position:relative;overflow:hidden}.imported-header.hero-visual img,
.imported-header .hero-visual img {object-fit:cover;object-position:49% 53%;filter:contrast(1.05);width:100%;height:100%;position:absolute}.imported-header.image-shade,
.imported-header .image-shade {background:linear-gradient(90deg,#11131166,#0000 30%),linear-gradient(#0000 65%,#111311ad);position:absolute;inset:0}.imported-header.hero-coordinate,
.imported-header .hero-coordinate,
.imported-header.hero-spec,
.imported-header .hero-spec,
.imported-header.hero-image-source,
.imported-header .hero-image-source {z-index:2;letter-spacing:.08em;font:500 9px/1.7 IBM Plex Mono;position:absolute}.imported-header.hero-coordinate,
.imported-header .hero-coordinate {color:#e8e0d0b8;top:110px;right:34px}.imported-header.hero-spec,
.imported-header .hero-spec {flex-direction:column;display:flex;bottom:55px;left:40px}.imported-header.hero-spec span:first-child,
.imported-header .hero-spec span:first-child {color:var(--cyan)}.imported-header.hero-image-source,
.imported-header .hero-image-source {writing-mode:vertical-rl;color:#e8e0d08f;bottom:55px;right:34px}.imported-header.target-ring,
.imported-header .target-ring {border:1px solid #48d7e380;border-radius:50%;width:180px;height:180px;position:absolute;top:58%;left:56%;transform:translate(-50%,-50%)}.imported-header.target-ring:before,
.imported-header .target-ring:before,
.imported-header.target-ring:after,
.imported-header .target-ring:after {content:"";background:#48d7e399;position:absolute}.imported-header.target-ring:before,
.imported-header .target-ring:before {width:230px;height:1px;top:50%;left:-25px}.imported-header.target-ring:after,
.imported-header .target-ring:after {width:1px;height:230px;top:-25px;left:50%}.imported-header.target-ring span,
.imported-header .target-ring span {border:1px dashed #48d7e380;border-radius:50%;position:absolute;inset:42px}.imported-header.scroll-marker,
.imported-header .scroll-marker {z-index:3;letter-spacing:.12em;color:#8c8c82;align-items:center;gap:14px;font:500 8px/1 IBM Plex Mono;display:flex;position:absolute;bottom:26px;left:34px}.imported-header.scroll-marker i,
.imported-header .scroll-marker i {background:var(--copper);width:52px;height:1px}.imported-header.product-intro,
.imported-header .product-intro {grid-template-rows:auto 1fr;grid-template-columns:13% 34% 29% 24%;min-height:1040px;padding:120px max(34px,50vw - 750px);display:grid;position:relative}.imported-header.product-intro>.section-number,
.imported-header .product-intro>.section-number {grid-column:1;padding-top:8px}.imported-header.intro-title,
.imported-header .intro-title {grid-column:2}.imported-header.intro-title h2,
.imported-header .intro-title h2 {z-index:2;margin-top:42px;font-size:clamp(80px,8.3vw,144px);position:relative}.imported-header.intro-body,
.imported-header .intro-body {grid-column:3;padding:100px 40px 0 15px}.imported-header.intro-body>p,
.imported-header .intro-body>p {letter-spacing:-.03em;margin:0 0 58px;font:500 20px/1.45 Space Grotesk}.imported-header.material-index,
.imported-header .material-index {border-top:1px solid var(--dark-line)}.imported-header.material-index span,
.imported-header .material-index span {border-bottom:1px solid var(--dark-line);letter-spacing:.07em;align-items:center;gap:20px;min-height:51px;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.material-index b,
.imported-header .material-index b {color:var(--copper);font-weight:500 font-variation-settings: "wght" 500, "wdth" 100;
}.imported-header.inline-actions,
.imported-header .inline-actions {align-items:center;gap:34px;margin-top:43px;display:flex}.imported-header.intro-photo,
.imported-header .intro-photo {grid-area:1/4/span 2;height:730px;margin-left:14px;position:relative;overflow:hidden}.imported-header.intro-photo img,
.imported-header .intro-photo img {object-fit:cover;width:100%;height:100%}.imported-header.vertical-caption,
.imported-header .vertical-caption {writing-mode:vertical-rl;background:var(--graphite);color:var(--bone);letter-spacing:.08em;padding:10px 8px;font:500 8px/1 IBM Plex Mono;position:absolute;bottom:20px;right:16px}.imported-header.construction,
.imported-header .construction {min-height:1080px;padding:118px max(34px,50vw - 750px) 55px}.imported-header.construction-head,
.imported-header .construction-head {justify-content:space-between;align-items:end;display:flex}.imported-header.construction-head h2,
.imported-header .construction-head h2 {margin-top:38px;font-size:clamp(78px,8vw,138px)}.imported-header.construction-head p,
.imported-header .construction-head p {color:#a6a69c;width:330px;margin:0 5% 18px 0;font-size:12px}.imported-header.specimen-map,
.imported-header .specimen-map {max-width:1140px;height:610px;margin:-115px auto 0;position:relative}.imported-header.specimen-image,
.imported-header .specimen-image {border-radius:50%;width:420px;height:420px;position:absolute;top:115px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 30px 80px #00000073,0 0 0 1px #e8e0d033,0 0 0 32px #e8e0d005}.imported-header.specimen-image img,
.imported-header .specimen-image img {object-fit:cover;object-position:40% 55%;width:100%;height:100%}.imported-header.specimen-image:before,
.imported-header .specimen-image:before,
.imported-header.specimen-image:after,
.imported-header .specimen-image:after {content:"";z-index:2;background:#48d7e359;position:absolute}.imported-header.specimen-image:before,
.imported-header .specimen-image:before {width:calc(100% + 80px);height:1px;top:50%;left:-40px}.imported-header.specimen-image:after,
.imported-header .specimen-image:after {width:1px;height:calc(100% + 80px);top:-40px;left:50%}.imported-header.scan-line,
.imported-header .scan-line {background:var(--cyan);height:1px;box-shadow:0 0 18px var(--cyan);position:absolute;top:34%;left:0;right:0}.imported-header.callout,
.imported-header .callout {letter-spacing:.04em;align-items:center;gap:12px;font:500 9px/1.4 IBM Plex Mono;display:flex;position:absolute}.imported-header.callout b,
.imported-header .callout b {color:var(--cyan);font-weight:400 font-variation-settings: "wght" 400, "wdth" 100;
}.imported-header.callout i,
.imported-header .callout i {background:linear-gradient(90deg,var(--cyan),#48d7e31f);width:160px;height:1px;display:block;position:relative}.imported-header.callout i:after,
.imported-header .callout i:after {content:"";background:var(--cyan);border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;right:0}.imported-header.callout-1,
.imported-header .callout-1 {top:166px;left:40px}.imported-header.callout-1 i,
.imported-header .callout-1 i {width:185px}.imported-header.callout-2,
.imported-header .callout-2 {top:315px;left:0}.imported-header.callout-2 i,
.imported-header .callout-2 i {width:218px}.imported-header.callout-3,
.imported-header .callout-3 {top:475px;left:125px}.imported-header.callout-3 i,
.imported-header .callout-3 i {width:142px}.imported-header.callout-4,
.imported-header .callout-4 {text-align:right;flex-direction:row-reverse;top:215px;right:8px}.imported-header.callout-4 i,
.imported-header .callout-4 i {width:190px;transform:rotate(180deg)}.imported-header.callout-5,
.imported-header .callout-5 {text-align:right;flex-direction:row-reverse;top:405px;right:0}.imported-header.callout-5 i,
.imported-header .callout-5 i {width:205px;transform:rotate(180deg)}.imported-header.map-meta,
.imported-header .map-meta {color:#777b74;font:500 8px/1.6 IBM Plex Mono;position:absolute;bottom:26px;right:100px}.imported-header.construction-foot,
.imported-header .construction-foot {border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:25px;display:flex}.imported-header.construction-foot>span,
.imported-header .construction-foot>span {letter-spacing:.09em;color:#71756f;font:500 8px/1 IBM Plex Mono}.imported-header.founder,
.imported-header .founder {grid-template-columns:42% 39% 19%;min-height:920px;display:grid}.imported-header.founder-photo,
.imported-header .founder-photo {min-height:920px}.imported-header.photo-placeholder,
.imported-header .photo-placeholder {min-height:360px;color:var(--graphite);background:repeating-linear-gradient(135deg,#1113110b 0 1px,#0000 1px 16px),linear-gradient(145deg,#cec3ae,#e5dccb);border:1px solid #11131124;flex-direction:column;justify-content:space-between;padding:22px;display:flex;position:relative;overflow:hidden}.imported-header.photo-placeholder:before,
.imported-header .photo-placeholder:before,
.imported-header.photo-placeholder:after,
.imported-header .photo-placeholder:after {content:"";background:#11131124;position:absolute}.imported-header.photo-placeholder:before,
.imported-header .photo-placeholder:before {width:1px;height:140%;top:-20%;left:50%;transform:rotate(36deg)}.imported-header.photo-placeholder:after,
.imported-header .photo-placeholder:after {width:140%;height:1px;top:50%;left:-20%;transform:rotate(-11deg)}.imported-header.placeholder-index,
.imported-header .placeholder-index {z-index:2;letter-spacing:.08em;font:500 8px/1 IBM Plex Mono;position:relative}.imported-header.photo-placeholder>div:last-child,
.imported-header .photo-placeholder>div:last-child {z-index:2;max-width:290px;position:relative}.imported-header.photo-placeholder strong,
.imported-header .photo-placeholder strong {letter-spacing:-.04em;font:600 20px/1.05 Space Grotesk;display:block}.imported-header.photo-placeholder p,
.imported-header .photo-placeholder p {letter-spacing:.02em;margin:12px 0 0;font:500 9px/1.5 IBM Plex Mono}.imported-header.placeholder-crosshair,
.imported-header .placeholder-crosshair {z-index:2;border:1px solid #11131152;border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.imported-header.placeholder-crosshair:before,
.imported-header .placeholder-crosshair:before,
.imported-header.placeholder-crosshair:after,
.imported-header .placeholder-crosshair:after {content:"";background:#11131152;position:absolute}.imported-header.placeholder-crosshair:before,
.imported-header .placeholder-crosshair:before {width:70px;height:1px;top:19px;left:-16px}.imported-header.placeholder-crosshair:after,
.imported-header .placeholder-crosshair:after {width:1px;height:70px;top:-16px;left:19px}.imported-header.founder-photo .photo-placeholder,
.imported-header .founder-photo .photo-placeholder {height:100%;min-height:920px;color:var(--bone);background:repeating-linear-gradient(135deg,#e8e0d00f 0 1px,#0000 1px 19px),radial-gradient(circle at 52% 38%,#53584e,#272a27 70%);border:0}.imported-header.founder-photo .placeholder-crosshair,
.imported-header .founder-photo .placeholder-crosshair {border-color:#e8e0d047}.imported-header.founder-photo .placeholder-crosshair:before,
.imported-header .founder-photo .placeholder-crosshair:before,
.imported-header.founder-photo .placeholder-crosshair:after,
.imported-header .founder-photo .placeholder-crosshair:after {background:#e8e0d047}.imported-header.founder-copy,
.imported-header .founder-copy {padding:118px 64px}.imported-header.founder-copy h2,
.imported-header .founder-copy h2 {margin:38px 0 54px;font-size:clamp(65px,6.6vw,115px)}.imported-header.founder-copy p,
.imported-header .founder-copy p {max-width:520px;font-size:13px}.imported-header.founder-copy strong,
.imported-header .founder-copy strong {color:var(--copper)}.imported-header.founder-copy .arrow-link,
.imported-header .founder-copy .arrow-link {margin-top:30px}.imported-header.method-stack,
.imported-header .method-stack {border-left:1px solid var(--dark-line);flex-direction:column;justify-content:center;display:flex}.imported-header.method-stack div,
.imported-header .method-stack div {border-top:1px solid var(--dark-line);letter-spacing:-.05em;align-items:center;gap:18px;min-height:90px;padding:0 25px;font:600 20px/1 Space Grotesk;display:flex}.imported-header.method-stack div:last-child,
.imported-header .method-stack div:last-child {border-bottom:1px solid var(--dark-line);color:var(--copper)}.imported-header.method-stack span,
.imported-header .method-stack span {color:#777;font:500 8px/1 IBM Plex Mono}.imported-header.experiment-section,
.imported-header .experiment-section {grid-template-columns:33% 67%;min-height:900px;padding:118px max(34px,50vw - 750px) 0;display:grid}.imported-header.experiment-copy,
.imported-header .experiment-copy {padding-right:60px}.imported-header.experiment-copy h2,
.imported-header .experiment-copy h2 {margin:38px 0 46px;font-size:clamp(70px,7.2vw,124px)}.imported-header.experiment-copy p,
.imported-header .experiment-copy p {color:#9b9c92;max-width:350px;margin-bottom:34px;font-size:12px}.imported-header.meter-sequence,
.imported-header .meter-sequence {grid-template-columns:repeat(3,1fr);align-content:center;gap:14px;display:grid}.imported-header.meter-frame,
.imported-header .meter-frame {margin:0}.imported-header.meter-frame>div,
.imported-header .meter-frame>div {background:#080908;height:500px;position:relative;overflow:hidden}.imported-header.meter-frame img,
.imported-header .meter-frame img {object-fit:cover;filter:grayscale(.25)contrast(1.08);width:100%;height:100%}.imported-header.meter-frame:nth-child(2),
.imported-header .meter-frame:nth-child(2) {transform:translateY(-45px)}.imported-header.meter-frame:nth-child(3),
.imported-header .meter-frame:nth-child(3) {transform:translateY(32px)}.imported-header.meter-reticle,
.imported-header .meter-reticle {border:1px solid #48d7e3b8;position:absolute;inset:34% 19%}.imported-header.meter-reticle:before,
.imported-header .meter-reticle:before,
.imported-header.meter-reticle:after,
.imported-header .meter-reticle:after {content:"";background:var(--cyan);position:absolute}.imported-header.meter-reticle:before,
.imported-header .meter-reticle:before {width:140%;height:1px;top:50%;left:-20%}.imported-header.meter-reticle:after,
.imported-header .meter-reticle:after {width:1px;height:140%;top:-20%;left:50%}.imported-header.meter-frame figcaption,
.imported-header .meter-frame figcaption {border-bottom:1px solid var(--line);letter-spacing:.06em;gap:15px;min-height:48px;padding:17px 0;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.meter-frame figcaption b,
.imported-header .meter-frame figcaption b {color:var(--cyan);font-weight:400 font-variation-settings: "wght" 400, "wdth" 100;
}.imported-header.data-strip,
.imported-header .data-strip {border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(4,1fr);align-items:center;min-height:58px;margin-top:auto;display:grid}.imported-header.data-strip span,
.imported-header .data-strip span {border-right:1px solid var(--line);letter-spacing:.08em;color:#777b74;align-items:center;height:100%;padding-left:14px;font:500 8px/1 IBM Plex Mono;display:flex}.imported-header.data-strip span:last-child,
.imported-header .data-strip span:last-child {border:0}.imported-header.shop-feature,
.imported-header .shop-feature {grid-template-columns:60% 40%;min-height:810px;display:grid}.imported-header.shop-image,
.imported-header .shop-image {position:relative;overflow:hidden}.imported-header.shop-image img,
.imported-header .shop-image img {object-fit:cover;width:100%;height:100%}.imported-header.shop-image:after,
.imported-header .shop-image:after {content:"";background:linear-gradient(#0000 50%,#11131180);position:absolute;inset:0}.imported-header.shop-image>span,
.imported-header .shop-image>span {z-index:2;color:var(--bone);letter-spacing:.1em;font:500 8px/1 IBM Plex Mono;position:absolute;bottom:22px;left:25px}.imported-header.shop-copy,
.imported-header .shop-copy {flex-direction:column;justify-content:center;padding:95px 8%;display:flex}.imported-header.shop-copy .section-number,
.imported-header .shop-copy .section-number {align-self:flex-end;margin-bottom:45px}.imported-header.shop-copy h2,
.imported-header .shop-copy h2 {margin:36px 0 25px;font-size:clamp(85px,8vw,140px)}.imported-header.shop-copy .price,
.imported-header .shop-copy .price {letter-spacing:.08em;font:500 11px/1 IBM Plex Mono}.imported-header.shop-copy .price strong,
.imported-header .shop-copy .price strong {color:var(--copper);margin-left:12px;font-size:20px}.imported-header.shop-options,
.imported-header .shop-options {gap:11px;margin:28px 0 20px;display:flex}.imported-header.shop-options span,
.imported-header .shop-options span {border:1px solid var(--dark-line);padding:12px 14px;font:500 8px/1 IBM Plex Mono}.imported-header.shop-copy .button-dark,
.imported-header .shop-copy .button-dark {width:100%}.imported-header.shop-copy>small,
.imported-header .shop-copy>small {color:#6e7068;letter-spacing:.07em;margin-top:16px;font:500 8px/1 IBM Plex Mono}.imported-header.future-section,
.imported-header .future-section {color:var(--graphite);background:#c7b99e;min-height:850px;padding:120px max(34px,50vw - 750px)}.imported-header.future-head,
.imported-header .future-head {justify-content:space-between;align-items:flex-start;display:flex}.imported-header.future-head h2,
.imported-header .future-head h2 {font-size:clamp(70px,7.3vw,128px)}.imported-header.future-section>p,
.imported-header .future-section>p {max-width:400px;margin:50px 0 70px;font-size:13px}.imported-header.future-grid,
.imported-header .future-grid {border-top:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);grid-template-columns:repeat(3,1fr);margin-bottom:45px;display:grid}.imported-header.future-card,
.imported-header .future-card {border-right:1px solid var(--dark-line);flex-direction:column;min-height:210px;padding:22px;transition:background .2s,color .2s;display:flex}.imported-header.future-card:last-child,
.imported-header .future-card:last-child {border:0}.imported-header.future-card:hover,
.imported-header .future-card:hover,
.imported-header.future-card.active,
.imported-header .future-card.active {background:var(--graphite);color:var(--bone)}.imported-header.future-card>span,
.imported-header .future-card>span {font:500 8px/1 IBM Plex Mono}.imported-header.future-card strong,
.imported-header .future-card strong {letter-spacing:-.05em;margin:auto 0;font:600 27px/.95 Space Grotesk}.imported-header.future-card small,
.imported-header .future-card small {color:var(--copper);font:500 8px/1 IBM Plex Mono}.imported-header.site-footer,
.imported-header .site-footer {color:var(--bone);border-top:1px solid var(--line);background:#0b0c0b;padding:95px max(34px,50vw - 750px) 30px}.imported-header.footer-mark,
.imported-header .footer-mark {letter-spacing:-.075em;white-space:nowrap;color:#1e211e;font:700 clamp(54px,11.2vw,184px)/.75 Space Grotesk}.imported-header.footer-grid,
.imported-header .footer-grid {border-top:1px solid var(--line);grid-template-columns:2fr 1fr 1fr;gap:50px;margin:95px 0;padding-top:25px;display:grid}.imported-header.footer-grid>p,
.imported-header .footer-grid>p {letter-spacing:-.025em;margin:0;font:500 16px/1.4 Space Grotesk}.imported-header.footer-links,
.imported-header .footer-links,
.imported-header.footer-legal-links,
.imported-header .footer-legal-links {flex-direction:column;align-items:flex-start;gap:14px;display:flex}.imported-header.footer-links a,
.imported-header .footer-links a,
.imported-header.footer-links button,
.imported-header .footer-links button,
.imported-header.footer-legal-links button,
.imported-header .footer-legal-links button {color:#92958d;letter-spacing:.07em;background:0 0;border:0;gap:8px;padding:0;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.footer-links a:hover,
.imported-header .footer-links a:hover,
.imported-header.footer-links button:hover,
.imported-header .footer-links button:hover {color:var(--cyan)}.imported-header.footer-bottom,
.imported-header .footer-bottom {border-top:1px solid var(--line);color:#656860;letter-spacing:.04em;grid-template-columns:1fr 1fr 2.2fr;gap:35px;padding-top:22px;font:500 8px/1.6 IBM Plex Mono;display:grid}.imported-header.footer-bottom p,
.imported-header .footer-bottom p {font:inherit;margin:0}.imported-header.product-buy,
.imported-header .product-buy {grid-template-columns:57% 43%;align-items:start;padding-top:78px;display:grid}.imported-header.product-gallery,
.imported-header .product-gallery {border-right:1px solid var(--line);grid-template-columns:1fr 1fr;gap:12px;padding:18px;display:grid}.imported-header.product-gallery figure,
.imported-header .product-gallery figure {background:#1c1f1b;margin:0;position:relative;overflow:hidden}.imported-header.product-gallery img,
.imported-header .product-gallery img {object-fit:cover;width:100%;height:100%}.imported-header.product-gallery figcaption,
.imported-header .product-gallery figcaption {z-index:2;letter-spacing:.06em;background:linear-gradient(#0000,#0a0b0acc);justify-content:space-between;padding:42px 16px 15px;font:500 8px/1 IBM Plex Mono;display:flex;position:absolute;bottom:0;left:0;right:0}.imported-header.product-gallery figcaption small,
.imported-header .product-gallery figcaption small {color:#8a8e86}.imported-header.gallery-primary,
.imported-header .gallery-primary {grid-column:1/-1;height:710px}.imported-header.gallery-tile,
.imported-header .gallery-tile {height:510px}.imported-header.gallery-placeholder,
.imported-header .gallery-placeholder {height:510px;color:var(--bone);border-color:var(--line);background:repeating-linear-gradient(135deg,#e8e0d00b 0 1px,#0000 1px 16px),#21241f}.imported-header.gallery-placeholder .placeholder-crosshair,
.imported-header .gallery-placeholder .placeholder-crosshair {border-color:#e8e0d045}.imported-header.gallery-placeholder .placeholder-crosshair:before,
.imported-header .gallery-placeholder .placeholder-crosshair:before,
.imported-header.gallery-placeholder .placeholder-crosshair:after,
.imported-header .gallery-placeholder .placeholder-crosshair:after {background:#e8e0d045}.imported-header.gallery-video,
.imported-header .gallery-video {background:#20231f;grid-column:1/-1;align-items:center;gap:22px;min-height:190px;padding:28px;transition:background .2s;display:flex}.imported-header.gallery-video:hover,
.imported-header .gallery-video:hover {background:#282c26}.imported-header.gallery-video>span,
.imported-header .gallery-video>span {border:1px solid var(--cyan);width:66px;height:66px;color:var(--cyan);border-radius:50%;place-items:center;display:grid}.imported-header.gallery-video div,
.imported-header .gallery-video div {flex-direction:column;gap:8px;display:flex}.imported-header.gallery-video small,
.imported-header .gallery-video small {color:var(--cyan);font:500 8px/1 IBM Plex Mono}.imported-header.gallery-video strong,
.imported-header .gallery-video strong {letter-spacing:-.04em;font:600 25px/1 Space Grotesk}.imported-header.purchase-panel,
.imported-header .purchase-panel {min-height:calc(100svh - 78px)}.imported-header.purchase-panel-inner,
.imported-header .purchase-panel-inner {flex-direction:column;justify-content:center;min-height:calc(100svh - 78px);padding:62px clamp(38px,5vw,90px) 50px;display:flex;position:sticky;top:78px}.imported-header.purchase-panel h1,
.imported-header .purchase-panel h1 {margin:35px 0 28px;font-size:clamp(78px,7vw,126px)}.imported-header.purchase-price,
.imported-header .purchase-price {color:var(--copper);font:500 22px/1 IBM Plex Mono}.imported-header.purchase-price span,
.imported-header .purchase-price span {color:#7d8078;margin-left:8px;font-size:8px}.imported-header.purchase-panel-inner>p,
.imported-header .purchase-panel-inner>p {color:#a1a198;max-width:470px;margin:25px 0;font-size:12px}.imported-header.option-label,
.imported-header .option-label {border-top:1px solid var(--line);justify-content:space-between;padding-top:18px;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.option-label small,
.imported-header .option-label small {color:#6d716a;font-size:8px}.imported-header.option-grid,
.imported-header .option-grid {grid-template-columns:1fr 1fr;gap:8px;margin:13px 0 18px;display:grid}.imported-header.option-grid button,
.imported-header .option-grid button {border:1px solid var(--line);background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;height:64px;padding:0 14px;font:500 9px/1 IBM Plex Mono;display:flex;position:relative}.imported-header.option-grid button small,
.imported-header .option-grid button small {color:#74776f;margin-top:8px;font-size:8px}.imported-header.option-grid button svg,
.imported-header .option-grid button svg {color:var(--cyan);position:absolute;top:12px;right:12px}.imported-header.option-grid button.selected,
.imported-header .option-grid button.selected {border-color:var(--cyan);background:#48d7e309}.imported-header.quantity-row,
.imported-header .quantity-row {justify-content:space-between;align-items:center;margin:0 0 12px;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.quantity-control,
.imported-header .quantity-control {border:1px solid var(--line);align-items:center;height:42px;display:flex}.imported-header.quantity-control button,
.imported-header .quantity-control button {background:0 0;border:0;place-items:center;width:42px;height:100%;display:grid}.imported-header.quantity-control span,
.imported-header .quantity-control span {text-align:center;width:38px;font:500 9px/1 IBM Plex Mono}.imported-header.add-button,
.imported-header .add-button {background:var(--bone);width:100%;color:var(--graphite);border:0}.imported-header.add-button:hover,
.imported-header .add-button:hover {background:var(--cyan)}.imported-header.purchase-trust,
.imported-header .purchase-trust {grid-template-columns:repeat(3,1fr);gap:5px;margin:14px 0;display:grid}.imported-header.purchase-trust span,
.imported-header .purchase-trust span {color:#94978f;align-items:center;gap:5px;font:500 7px/1.3 IBM Plex Mono;display:flex}.imported-header.purchase-trust svg,
.imported-header .purchase-trust svg {color:var(--moss)}.imported-header.purchase-panel .purchase-disclaimer,
.imported-header .purchase-panel .purchase-disclaimer {color:#666961;margin:5px 0 17px;font-family:IBM Plex Mono;font-size:7px;line-height:1.5}.imported-header.product-accordions details,
.imported-header .product-accordions details {border-top:1px solid var(--line)}.imported-header.product-accordions details:last-child,
.imported-header .product-accordions details:last-child {border-bottom:1px solid var(--line)}.imported-header.product-accordions summary,
.imported-header .product-accordions summary {letter-spacing:.05em;cursor:pointer;justify-content:space-between;align-items:center;height:42px;font:500 8px/1 IBM Plex Mono;list-style:none;display:flex}.imported-header.product-accordions summary::-webkit-details-marker,
.imported-header .product-accordions summary::-webkit-details-marker {display:none}.imported-header.product-accordions details[open] summary svg,
.imported-header .product-accordions details[open] summary svg {transform:rotate(45deg)}.imported-header.product-accordions details p,
.imported-header .product-accordions details p {color:#999c94;margin:0 0 15px;font-size:10px}.imported-header.made-different,
.imported-header .made-different {grid-template-columns:33% 39% 28%;align-items:end;gap:16px;padding:120px max(34px,50vw - 750px);display:grid}.imported-header.made-copy,
.imported-header .made-copy {align-self:start;padding:15px 45px 0 0}.imported-header.made-copy h2,
.imported-header .made-copy h2 {margin:38px 0 45px;font-size:clamp(73px,7vw,120px)}.imported-header.made-copy p,
.imported-header .made-copy p {font-size:12px}.imported-header.made-image,
.imported-header .made-image {height:670px;position:relative;overflow:hidden}.imported-header.made-image.secondary,
.imported-header .made-image.secondary {height:500px}.imported-header.made-image img,
.imported-header .made-image img {object-fit:cover;width:100%;height:100%}.imported-header.made-image>span,
.imported-header .made-image>span {background:var(--graphite);color:var(--bone);padding:8px;font:500 7px/1 IBM Plex Mono;position:absolute;bottom:14px;left:14px}.imported-header.inside-section,
.imported-header .inside-section {min-height:1160px;padding:125px max(34px,50vw - 750px) 0}.imported-header.inside-heading,
.imported-header .inside-heading {grid-template-columns:33% 40% 27%;align-items:end;display:grid}.imported-header.inside-heading .eyebrow,
.imported-header .inside-heading .eyebrow {align-self:start}.imported-header.inside-heading h2,
.imported-header .inside-heading h2 {font-size:clamp(82px,8.2vw,140px)}.imported-header.inside-heading p,
.imported-header .inside-heading p {color:#989b93;max-width:260px;margin:0 0 12px;font-size:11px}.imported-header.exploded-diagram,
.imported-header .exploded-diagram {height:710px;margin-top:15px;position:relative}.imported-header.puck-layers,
.imported-header .puck-layers {perspective:1200px;width:490px;height:640px;position:absolute;top:33px;left:50%;transform:translate(-50%)}.imported-header.layer,
.imported-header .layer {border-radius:50%;width:380px;height:150px;position:absolute;left:50%;transform:translate(-50%)rotateX(63deg);box-shadow:0 35px 38px #0000006b}.imported-header.layer-top,
.imported-header .layer-top {background:radial-gradient(circle at 45% 35%,#343a34,#111410 70%);border:1px solid #555a53;top:20px}.imported-header.layer-texture,
.imported-header .layer-texture {opacity:.6;background-image:radial-gradient(#9f7e62 0 1px,#0000 1.5px),radial-gradient(#777e72 0 1px,#0000 1.4px);background-size:24px 20px,35px 30px;border-radius:50%;position:absolute;inset:0}.imported-header.layer-mineral,
.imported-header .layer-mineral {background:#232720;border:1px solid #4b5048;top:165px}.imported-header.layer-mineral i,
.imported-header .layer-mineral i {clip-path:polygon(50% 0,100% 45%,72% 100%,15% 85%,0 34%);background:#303a34;width:18px;height:12px;position:absolute}.imported-header.layer-mineral i:first-child,
.imported-header .layer-mineral i:first-child {top:40%;left:20%}.imported-header.layer-mineral i:nth-child(2),
.imported-header .layer-mineral i:nth-child(2) {top:29%;left:53%}.imported-header.layer-mineral i:nth-child(3),
.imported-header .layer-mineral i:nth-child(3) {top:52%;left:72%}.imported-header.layer-mineral i:nth-child(4),
.imported-header .layer-mineral i:nth-child(4) {top:62%;left:39%}.imported-header.layer-mineral i:nth-child(5),
.imported-header .layer-mineral i:nth-child(5) {top:30%;left:84%}.imported-header.layer-metal,
.imported-header .layer-metal {background:#1a1d19;border:1px solid #4a4d46;top:310px}.imported-header.layer-metal i,
.imported-header .layer-metal i {background:var(--copper);width:32px;height:3px;position:absolute;transform:rotate(21deg);box-shadow:0 0 8px #a56b4780}.imported-header.layer-metal i:first-child,
.imported-header .layer-metal i:first-child {top:40%;left:20%}.imported-header.layer-metal i:nth-child(2),
.imported-header .layer-metal i:nth-child(2) {top:27%;left:51%;transform:rotate(-18deg)}.imported-header.layer-metal i:nth-child(3),
.imported-header .layer-metal i:nth-child(3) {top:55%;left:73%}.imported-header.layer-metal i:nth-child(4),
.imported-header .layer-metal i:nth-child(4) {top:65%;left:36%;transform:rotate(-30deg)}.imported-header.layer-copper,
.imported-header .layer-copper {background:repeating-linear-gradient(25deg,#72452f 0 2px,#a56b47 2px 4px,#653c2b 4px 7px);border:1px solid #b37b56;height:96px;top:455px}.imported-header.diagram-axis,
.imported-header .diagram-axis {border-left:1px dashed #48d7e359;height:570px;position:absolute;top:0;left:50%}.imported-header.exploded-label,
.imported-header .exploded-label {flex-direction:column;font-family:IBM Plex Mono;display:flex;position:absolute}.imported-header.exploded-label span,
.imported-header .exploded-label span {color:var(--cyan);font-size:8px}.imported-header.exploded-label strong,
.imported-header .exploded-label strong {letter-spacing:.06em;margin:8px 0 6px;font-size:10px}.imported-header.exploded-label small,
.imported-header .exploded-label small {color:#7d817a;font-size:8px}.imported-header.exploded-label i,
.imported-header .exploded-label i {background:linear-gradient(90deg,var(--cyan),transparent);width:235px;height:1px;position:absolute;top:23px}.imported-header.e-label-1,
.imported-header .e-label-1 {top:95px;left:4%}.imported-header.e-label-1 i,
.imported-header .e-label-1 i,
.imported-header.e-label-2 i,
.imported-header .e-label-2 i {left:145px}.imported-header.e-label-2,
.imported-header .e-label-2 {top:270px;left:0}.imported-header.e-label-3,
.imported-header .e-label-3 {text-align:right;top:375px;right:0}.imported-header.e-label-3 i,
.imported-header .e-label-3 i,
.imported-header.e-label-4 i,
.imported-header .e-label-4 i {right:170px;transform:rotate(180deg)}.imported-header.e-label-4,
.imported-header .e-label-4 {text-align:right;top:550px;right:3%}.imported-header.diagram-scale,
.imported-header .diagram-scale {color:#676b64;font:500 8px/1.6 IBM Plex Mono;position:absolute;bottom:45px;left:15%}.imported-header.mechanism-strip,
.imported-header .mechanism-strip {border-top:1px solid var(--line);color:#8b8f87;justify-content:space-around;align-items:center;min-height:78px;display:flex}.imported-header.mechanism-strip div,
.imported-header .mechanism-strip div {gap:12px;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.mechanism-strip b,
.imported-header .mechanism-strip b {color:var(--cyan);font-weight:400 font-variation-settings: "wght" 400, "wdth" 100;
}.imported-header.mechanism-strip svg,
.imported-header .mechanism-strip svg {color:var(--cyan)}.imported-header.materials-section,
.imported-header .materials-section {padding:120px max(34px,50vw - 750px)}.imported-header.materials-head,
.imported-header .materials-head {grid-template-columns:25% 45% 30%;align-items:end;margin-bottom:70px;display:grid}.imported-header.materials-head h2,
.imported-header .materials-head h2 {font-size:clamp(80px,8vw,138px)}.imported-header.materials-head p,
.imported-header .materials-head p {max-width:300px;margin:0 0 10px;font-size:11px}.imported-header.material-features,
.imported-header .material-features {border-top:1px solid var(--dark-line)}.imported-header.material-feature,
.imported-header .material-feature {border-bottom:1px solid var(--dark-line);grid-template-columns:34% 66%;min-height:220px;display:grid}.imported-header.material-swatch,
.imported-header .material-swatch {border-right:1px solid var(--dark-line);position:relative;overflow:hidden}.imported-header.material-swatch:after,
.imported-header .material-swatch:after {content:"";opacity:.85;position:absolute;inset:0}.imported-header.material-swatch>span,
.imported-header .material-swatch>span {z-index:2;color:#e8e0d0b3;font:500 8px/1 IBM Plex Mono;position:absolute;top:15px;left:15px}.imported-header.material-feature.graphite .material-swatch:after,
.imported-header .material-feature.graphite .material-swatch:after {background:radial-gradient(circle at 30% 30%,#676b65 0 2px,#0000 3px) 0 0/20px 20px,linear-gradient(135deg,#0f100f,#383b37)}.imported-header.material-feature.diatom .material-swatch:after,
.imported-header .material-feature.diatom .material-swatch:after {background-color:#9c978a;background-image:radial-gradient(circle,#6b6d62 0 2px,#c5bba8 2.5px 5px,#0000 5.5px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.imported-header.material-feature.tourmaline .material-swatch:after,
.imported-header .material-feature.tourmaline .material-swatch:after {background-color:#0000;background-image:linear-gradient(35deg,#0000 35%,#253027 36% 45%,#0000 46%),linear-gradient(145deg,#0b100c,#42483f);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:48px 55px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.imported-header.material-feature.copper .material-swatch:after,
.imported-header .material-feature.copper .material-swatch:after {background:repeating-linear-gradient(55deg,#74442f 0 2px,#b27854 2px 5px,#613b2d 5px 8px)}.imported-header.material-feature.silver .material-swatch:after,
.imported-header .material-feature.silver .material-swatch:after {background:linear-gradient(120deg,#8e8f89,#d1d0c8 18%,#72736e 20%,#babbb5 44%,#6b6c68 47%,#dad9cf)}.imported-header.material-feature>div:last-child,
.imported-header .material-feature>div:last-child {grid-template-columns:56px 30% 27% 1fr;align-items:start;gap:25px;padding:37px 45px;display:grid}.imported-header.material-number,
.imported-header .material-number {color:var(--copper);font:500 8px/1 IBM Plex Mono}.imported-header.material-feature h3,
.imported-header .material-feature h3 {font-size:33px;line-height:.95}.imported-header.material-feature strong,
.imported-header .material-feature strong {font:500 11px/1.4 Space Grotesk}.imported-header.material-feature p,
.imported-header .material-feature p {margin:0;font-size:10px}.imported-header.use-section,
.imported-header .use-section {color:var(--graphite);background:#b9aa90;padding:120px max(34px,50vw - 750px)}.imported-header.use-head,
.imported-header .use-head {justify-content:space-between;align-items:flex-start;margin-bottom:65px;display:flex}.imported-header.use-head h2,
.imported-header .use-head h2 {font-size:clamp(75px,7.5vw,130px)}.imported-header.use-grid,
.imported-header .use-grid {grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.imported-header.use-grid .photo-placeholder,
.imported-header .use-grid .photo-placeholder {background:repeating-linear-gradient(135deg,#1113110d 0 1px,#0000 1px 14px),linear-gradient(145deg,#a69880,#d4c7b0);height:470px}.imported-header.use-grid .photo-placeholder:nth-child(2n),
.imported-header .use-grid .photo-placeholder:nth-child(2n) {transform:translateY(35px)}.imported-header.product-demo,
.imported-header .product-demo {padding:125px max(34px,50vw - 750px)}.imported-header.demo-title,
.imported-header .demo-title {grid-template-columns:33% 40% 27%;align-items:end;margin-bottom:75px;display:grid}.imported-header.demo-title h2,
.imported-header .demo-title h2 {font-size:clamp(76px,7.8vw,134px)}.imported-header.demo-title p,
.imported-header .demo-title p {color:#969a92;max-width:280px;margin:0 0 10px;font-size:11px}.imported-header.demo-progression,
.imported-header .demo-progression {grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.imported-header.demo-progression figure,
.imported-header .demo-progression figure {margin:0}.imported-header.demo-progression figure>div,
.imported-header .demo-progression figure>div {height:500px;position:relative;overflow:hidden}.imported-header.demo-progression img,
.imported-header .demo-progression img {object-fit:cover;filter:grayscale(.35)contrast(1.12);width:100%;height:100%}.imported-header.demo-progression button,
.imported-header .demo-progression button {border:1px solid var(--cyan);width:86px;height:86px;color:var(--cyan);background:#111311bf;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.imported-header.demo-progression figcaption,
.imported-header .demo-progression figcaption {border-bottom:1px solid var(--line);gap:18px;padding:18px 0;font:500 9px/1 IBM Plex Mono;display:flex}.imported-header.demo-progression figcaption b,
.imported-header .demo-progression figcaption b {color:var(--cyan);font-weight:400 font-variation-settings: "wght" 400, "wdth" 100;
}.imported-header.demo-actions,
.imported-header .demo-actions {justify-content:flex-end;align-items:center;gap:35px;margin-top:45px;display:flex}.imported-header.demo-actions .button-cyan,
.imported-header .demo-actions .button-cyan {min-width:240px}.imported-header.product-founder,
.imported-header .product-founder {grid-template-columns:55% 45%;align-items:center;gap:75px;padding:120px max(34px,50vw - 750px);display:grid}.imported-header.product-founder .photo-placeholder,
.imported-header .product-founder .photo-placeholder {height:570px;color:var(--bone);background:repeating-linear-gradient(135deg,#e8e0d00d 0 1px,#0000 1px 16px),radial-gradient(circle at 50% 35%,#545a50,#262925 72%)}.imported-header.product-founder>div:last-child h2,
.imported-header .product-founder>div:last-child h2 {margin:36px 0 40px;font-size:clamp(65px,6vw,104px)}.imported-header.product-founder>div:last-child p,
.imported-header .product-founder>div:last-child p {max-width:440px;margin-bottom:35px;font-size:12px}.imported-header.faq-section,
.imported-header .faq-section {background:var(--bone);color:var(--graphite);grid-template-columns:36% 64%;padding:120px max(34px,50vw - 750px);display:grid}.imported-header.faq-head h2,
.imported-header .faq-head h2 {margin-top:38px;font-size:clamp(62px,6.2vw,108px)}.imported-header.faq-list,
.imported-header .faq-list {border-top:1px solid var(--dark-line)}.imported-header.faq-list details,
.imported-header .faq-list details {border-bottom:1px solid var(--dark-line)}.imported-header.faq-list summary,
.imported-header .faq-list summary {cursor:pointer;grid-template-columns:50px 1fr auto;align-items:center;min-height:67px;font:500 13px/1 Space Grotesk;list-style:none;display:grid}.imported-header.faq-list summary::-webkit-details-marker,
.imported-header .faq-list summary::-webkit-details-marker {display:none}.imported-header.faq-list summary span,
.imported-header .faq-list summary span {color:var(--copper);font:500 8px/1 IBM Plex Mono}.imported-header.faq-list summary svg,
.imported-header .faq-list summary svg {transition:transform .2s}.imported-header.faq-list details[open] summary svg,
.imported-header .faq-list details[open] summary svg {transform:rotate(45deg)}.imported-header.faq-list details p,
.imported-header .faq-list details p {max-width:620px;margin:0 45px 25px 50px;font-size:11px}.imported-header.final-cta,
.imported-header .final-cta {grid-template-columns:34% 42% 24%;align-items:center;min-height:730px;padding:110px max(34px,50vw - 750px);display:grid}.imported-header.final-cta h2,
.imported-header .final-cta h2 {margin-top:40px;font-size:clamp(80px,7.8vw,135px)}.imported-header.final-product,
.imported-header .final-product {border-radius:50%;height:500px;position:relative;overflow:hidden}.imported-header.final-product img,
.imported-header .final-product img {object-fit:cover;width:100%;height:100%}.imported-header.final-product:after,
.imported-header .final-product:after {content:"";background:radial-gradient(circle,#0000 30%,#11131173);position:absolute;inset:0}.imported-header.final-ring,
.imported-header .final-ring {z-index:2;border:1px solid #48d7e366;border-radius:50%;width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.imported-header.final-ring:before,
.imported-header .final-ring:before,
.imported-header.final-ring:after,
.imported-header .final-ring:after {content:"";background:#48d7e366;position:absolute}.imported-header.final-ring:before,
.imported-header .final-ring:before {width:340px;height:1px;top:50%;left:-30px}.imported-header.final-ring:after,
.imported-header .final-ring:after {width:1px;height:340px;top:-30px;left:50%}.imported-header.final-buy,
.imported-header .final-buy {flex-direction:column;align-items:flex-start;gap:22px;padding-left:45px;display:flex}.imported-header.final-buy>span,
.imported-header .final-buy>span,
.imported-header.final-buy>small,
.imported-header .final-buy>small {letter-spacing:.07em;color:#898c85;font:500 8px/1 IBM Plex Mono}.imported-header.final-buy strong,
.imported-header .final-buy strong {color:var(--copper);font:600 45px/1 Space Grotesk}.imported-header.final-buy .button-cyan,
.imported-header .final-buy .button-cyan {width:100%}.imported-header.reveal,
.imported-header .reveal {animation:reveal .72s var(--ease-out)both}.imported-header.reveal-delay-1,
.imported-header .reveal-delay-1 {animation-delay:.1s}@keyframes reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){
.imported-header * {scroll-behavior:auto!important;transition:none!important;animation:none!important}
}@media (max-width:1100px){
.imported-header.hero-copy h1,
.imported-header .hero-copy h1 {font-size:75px}.imported-header.product-intro,
.imported-header .product-intro {grid-template-columns:10% 39% 28% 23%}.imported-header.intro-body,
.imported-header .intro-body {padding-right:20px}.imported-header.intro-photo,
.imported-header .intro-photo {height:640px}.imported-header.founder,
.imported-header .founder {grid-template-columns:42% 45% 13%}.imported-header.method-stack div,
.imported-header .method-stack div {writing-mode:vertical-rl;justify-content:center;min-height:125px}.imported-header.experiment-section,
.imported-header .experiment-section {grid-template-columns:36% 64%}.imported-header.meter-frame>div,
.imported-header .meter-frame>div {height:410px}.imported-header.purchase-panel-inner,
.imported-header .purchase-panel-inner {padding-left:38px;padding-right:38px}.imported-header.purchase-panel h1,
.imported-header .purchase-panel h1 {font-size:80px}.imported-header.purchase-trust,
.imported-header .purchase-trust {grid-template-columns:1fr}.imported-header.material-feature>div:last-child,
.imported-header .material-feature>div:last-child {grid-template-columns:40px 1fr 1fr}.imported-header.material-feature p,
.imported-header .material-feature p {grid-column:2/-1}.imported-header.use-grid,
.imported-header .use-grid {grid-template-columns:1fr 1fr}.imported-header.use-grid .photo-placeholder:nth-child(2n),
.imported-header .use-grid .photo-placeholder:nth-child(2n) {transform:none}.imported-header.final-cta,
.imported-header .final-cta {grid-template-columns:30% 45% 25%}.imported-header.final-product,
.imported-header .final-product {height:420px}
}@media (max-width:800px){
.imported-header.site-header,
.imported-header .site-header {height:66px}.imported-header.nav-inner,
.imported-header .nav-inner {padding:0 18px}.imported-header.wordmark,
.imported-header .wordmark {font-size:17px}.imported-header.nav-links,
.imported-header .nav-links {display:none}.imported-header.menu-button,
.imported-header .menu-button {place-items:center;display:grid}.imported-header.mobile-nav,
.imported-header .mobile-nav {background:#111311fa;flex-direction:column;justify-content:center;height:calc(100svh - 66px);padding:24px 18px 45px;display:flex;position:absolute;top:66px;left:0;right:0}.imported-header.mobile-nav a,
.imported-header .mobile-nav a,
.imported-header.mobile-nav button,
.imported-header .mobile-nav button {border:0;border-bottom:1px solid var(--line);height:72px;color:var(--bone);background:0 0;align-items:center;gap:25px;font:600 25px/1 Space Grotesk;display:flex}.imported-header.mobile-nav span,
.imported-header .mobile-nav span {color:var(--copper);font:500 8px/1 IBM Plex Mono}.imported-header.dark-grid,
.imported-header .dark-grid {background-size:48px 48px}.imported-header.home-hero,
.imported-header .home-hero {min-height:auto;padding-top:66px;display:block}.imported-header.hero-copy,
.imported-header .hero-copy {min-height:650px;padding:75px 18px 70px}.imported-header.hero-copy h1,
.imported-header .hero-copy h1 {white-space:normal;margin:32px 0 28px;font-size:clamp(59px,20vw,92px)}.imported-header.hero-intro,
.imported-header .hero-intro {font-size:17px}.imported-header.hero-body,
.imported-header .hero-body {font-size:11px}.imported-header.hero-actions,
.imported-header .hero-actions {flex-direction:column;align-items:stretch;gap:5px;margin-top:34px}.imported-header.button-primary,
.imported-header .button-primary {width:100%}.imported-header.button-ghost,
.imported-header .button-ghost {width:fit-content}.imported-header.hero-visual,
.imported-header .hero-visual {border-left:0;border-top:1px solid var(--line);min-height:610px}.imported-header.hero-coordinate,
.imported-header .hero-coordinate {top:24px;right:18px}.imported-header.hero-spec,
.imported-header .hero-spec {bottom:25px;left:18px}.imported-header.hero-image-source,
.imported-header .hero-image-source {bottom:25px;right:15px}.imported-header.target-ring,
.imported-header .target-ring {width:140px;height:140px}.imported-header.scroll-marker,
.imported-header .scroll-marker {display:none}.imported-header.product-intro,
.imported-header .product-intro {min-height:auto;padding:90px 18px;display:block}.imported-header.product-intro>.section-number,
.imported-header .product-intro>.section-number {margin-bottom:30px}.imported-header.intro-title h2,
.imported-header .intro-title h2 {margin-top:30px;font-size:clamp(66px,21vw,96px)}.imported-header.intro-body,
.imported-header .intro-body {padding:40px 0 0}.imported-header.intro-body>p,
.imported-header .intro-body>p {margin-bottom:35px;font-size:18px}.imported-header.intro-photo,
.imported-header .intro-photo {height:600px;margin:65px 0 0}.imported-header.inline-actions,
.imported-header .inline-actions {flex-wrap:wrap}.imported-header.construction,
.imported-header .construction {min-height:940px;padding:90px 18px 45px}.imported-header.construction-head,
.imported-header .construction-head {display:block}.imported-header.construction-head h2,
.imported-header .construction-head h2 {margin-top:30px;font-size:clamp(67px,21vw,100px)}.imported-header.construction-head p,
.imported-header .construction-head p {width:auto;margin:30px 0}.imported-header.specimen-map,
.imported-header .specimen-map {height:590px;margin:0}.imported-header.specimen-image,
.imported-header .specimen-image {width:280px;height:280px;top:135px}.imported-header.callout,
.imported-header .callout {gap:6px;font-size:7px}.imported-header.callout i,
.imported-header .callout i {width:50px!important}.imported-header.callout-1,
.imported-header .callout-1 {top:105px;left:0}.imported-header.callout-2,
.imported-header .callout-2 {top:260px;left:0}.imported-header.callout-3,
.imported-header .callout-3 {top:450px;left:0}.imported-header.callout-4,
.imported-header .callout-4 {top:160px;right:0}.imported-header.callout-5,
.imported-header .callout-5 {top:390px;right:0}.imported-header.map-meta,
.imported-header .map-meta {bottom:15px;right:0}.imported-header.construction-foot,
.imported-header .construction-foot {gap:20px}.imported-header.construction-foot>span,
.imported-header .construction-foot>span {display:none}.imported-header.founder,
.imported-header .founder {display:block}.imported-header.founder-photo,
.imported-header .founder-photo,
.imported-header.founder-photo .photo-placeholder,
.imported-header .founder-photo .photo-placeholder {min-height:650px}.imported-header.founder-copy,
.imported-header .founder-copy {padding:85px 18px}.imported-header.founder-copy h2,
.imported-header .founder-copy h2 {margin:35px 0;font-size:clamp(63px,19vw,90px)}.imported-header.method-stack,
.imported-header .method-stack {border:0;padding-bottom:75px}.imported-header.method-stack div,
.imported-header .method-stack div {writing-mode:horizontal-tb;min-height:70px;padding:0 18px}.imported-header.experiment-section,
.imported-header .experiment-section {padding:90px 18px 0;display:block}.imported-header.experiment-copy,
.imported-header .experiment-copy {padding:0}.imported-header.experiment-copy h2,
.imported-header .experiment-copy h2 {margin:30px 0;font-size:clamp(67px,20vw,96px)}.imported-header.meter-sequence,
.imported-header .meter-sequence {grid-template-columns:1fr;gap:30px;margin-top:65px}.imported-header.meter-frame:nth-child(2),
.imported-header .meter-frame:nth-child(2),
.imported-header.meter-frame:nth-child(3),
.imported-header .meter-frame:nth-child(3) {transform:none}.imported-header.meter-frame>div,
.imported-header .meter-frame>div {height:550px}.imported-header.data-strip,
.imported-header .data-strip {grid-template-columns:1fr 1fr;margin-top:60px}.imported-header.data-strip span,
.imported-header .data-strip span {border-bottom:1px solid var(--line);height:45px}.imported-header.shop-feature,
.imported-header .shop-feature {display:block}.imported-header.shop-image,
.imported-header .shop-image {height:620px}.imported-header.shop-copy,
.imported-header .shop-copy {padding:80px 18px}.imported-header.shop-copy h2,
.imported-header .shop-copy h2 {font-size:clamp(77px,23vw,110px)}.imported-header.future-section,
.imported-header .future-section {padding:90px 18px}.imported-header.future-head,
.imported-header .future-head {display:block}.imported-header.future-head h2,
.imported-header .future-head h2 {margin-top:30px;font-size:clamp(62px,19vw,90px)}.imported-header.future-grid,
.imported-header .future-grid {grid-template-columns:1fr}.imported-header.future-card,
.imported-header .future-card {border:0;border-bottom:1px solid var(--dark-line);min-height:180px}.imported-header.future-card:last-child,
.imported-header .future-card:last-child {border:0}.imported-header.site-footer,
.imported-header .site-footer {padding:80px 18px 28px}.imported-header.footer-mark,
.imported-header .footer-mark {font-size:17vw}.imported-header.footer-grid,
.imported-header .footer-grid {grid-template-columns:1fr 1fr;margin:70px 0}.imported-header.footer-grid>p,
.imported-header .footer-grid>p {grid-column:1/-1}.imported-header.footer-bottom,
.imported-header .footer-bottom {grid-template-columns:1fr 1fr}.imported-header.footer-bottom p,
.imported-header .footer-bottom p {grid-column:1/-1}.imported-header.product-buy,
.imported-header .product-buy {padding-top:66px;display:block}.imported-header.product-gallery,
.imported-header .product-gallery {border-right:0;grid-template-columns:1fr;gap:8px;padding:8px}.imported-header.gallery-primary,
.imported-header .gallery-primary {grid-column:auto;height:560px}.imported-header.gallery-tile,
.imported-header .gallery-tile,
.imported-header.gallery-placeholder,
.imported-header .gallery-placeholder {height:520px}.imported-header.gallery-video,
.imported-header .gallery-video {grid-column:auto}.imported-header.purchase-panel,
.imported-header .purchase-panel {min-height:auto}.imported-header.purchase-panel-inner,
.imported-header .purchase-panel-inner {min-height:auto;padding:80px 18px;position:relative;top:auto}.imported-header.purchase-panel h1,
.imported-header .purchase-panel h1 {font-size:clamp(76px,23vw,108px)}.imported-header.purchase-trust,
.imported-header .purchase-trust {grid-template-columns:1fr;gap:8px}.imported-header.made-different,
.imported-header .made-different {padding:90px 18px;display:block}.imported-header.made-copy,
.imported-header .made-copy {margin-bottom:60px;padding:0}.imported-header.made-copy h2,
.imported-header .made-copy h2 {font-size:clamp(67px,20vw,96px)}.imported-header.made-image,
.imported-header .made-image,
.imported-header.made-image.secondary,
.imported-header .made-image.secondary {height:560px;margin-top:12px}.imported-header.inside-section,
.imported-header .inside-section {min-height:auto;padding:90px 18px 0}.imported-header.inside-heading,
.imported-header .inside-heading {display:block}.imported-header.inside-heading h2,
.imported-header .inside-heading h2 {margin:30px 0;font-size:clamp(67px,20vw,96px)}.imported-header.inside-heading p,
.imported-header .inside-heading p {margin:0}.imported-header.exploded-diagram,
.imported-header .exploded-diagram {height:700px}.imported-header.puck-layers,
.imported-header .puck-layers {width:360px;transform:translate(-50%)scale(.75)}.imported-header.exploded-label,
.imported-header .exploded-label {z-index:3}.imported-header.exploded-label i,
.imported-header .exploded-label i {display:none}.imported-header.e-label-1,
.imported-header .e-label-1 {top:80px;left:0}.imported-header.e-label-2,
.imported-header .e-label-2 {top:255px;left:0}.imported-header.e-label-3,
.imported-header .e-label-3 {top:390px;right:0}.imported-header.e-label-4,
.imported-header .e-label-4 {top:565px;right:0}.imported-header.diagram-scale,
.imported-header .diagram-scale {display:none}.imported-header.mechanism-strip,
.imported-header .mechanism-strip {gap:1px;margin:0 -18px;display:grid}.imported-header.mechanism-strip>svg,
.imported-header .mechanism-strip>svg {display:none}.imported-header.mechanism-strip div,
.imported-header .mechanism-strip div {border-bottom:1px solid var(--line);padding:18px}.imported-header.materials-section,
.imported-header .materials-section {padding:90px 18px}.imported-header.materials-head,
.imported-header .materials-head {margin-bottom:50px;display:block}.imported-header.materials-head h2,
.imported-header .materials-head h2 {margin:30px 0;font-size:clamp(68px,20vw,96px)}.imported-header.material-feature,
.imported-header .material-feature {display:block}.imported-header.material-swatch,
.imported-header .material-swatch {border-right:0;border-bottom:1px solid var(--dark-line);height:200px}.imported-header.material-feature>div:last-child,
.imported-header .material-feature>div:last-child {grid-template-columns:35px 1fr;padding:28px 0}.imported-header.material-feature strong,
.imported-header .material-feature strong,
.imported-header.material-feature p,
.imported-header .material-feature p {grid-column:2}.imported-header.material-feature h3,
.imported-header .material-feature h3 {font-size:29px}.imported-header.use-section,
.imported-header .use-section {padding:90px 18px}.imported-header.use-head,
.imported-header .use-head {display:block}.imported-header.use-head h2,
.imported-header .use-head h2 {margin-top:30px;font-size:clamp(62px,19vw,90px)}.imported-header.use-grid,
.imported-header .use-grid {grid-template-columns:1fr}.imported-header.use-grid .photo-placeholder,
.imported-header .use-grid .photo-placeholder {height:480px}.imported-header.product-demo,
.imported-header .product-demo {padding:90px 18px}.imported-header.demo-title,
.imported-header .demo-title {display:block}.imported-header.demo-title h2,
.imported-header .demo-title h2 {margin:30px 0;font-size:clamp(67px,20vw,96px)}.imported-header.demo-progression,
.imported-header .demo-progression {grid-template-columns:1fr}.imported-header.demo-progression figure>div,
.imported-header .demo-progression figure>div {height:560px}.imported-header.demo-actions,
.imported-header .demo-actions {flex-direction:column;align-items:stretch}.imported-header.demo-actions .button-cyan,
.imported-header .demo-actions .button-cyan {width:100%}.imported-header.product-founder,
.imported-header .product-founder {padding:90px 18px;display:block}.imported-header.product-founder .photo-placeholder,
.imported-header .product-founder .photo-placeholder {height:580px;margin-bottom:65px}.imported-header.product-founder>div:last-child h2,
.imported-header .product-founder>div:last-child h2 {font-size:clamp(61px,18vw,86px)}.imported-header.faq-section,
.imported-header .faq-section {padding:90px 18px;display:block}.imported-header.faq-head,
.imported-header .faq-head {margin-bottom:60px}.imported-header.faq-head h2,
.imported-header .faq-head h2 {font-size:clamp(61px,18vw,86px)}.imported-header.faq-list summary,
.imported-header .faq-list summary {grid-template-columns:36px 1fr auto;font-size:12px}.imported-header.faq-list details p,
.imported-header .faq-list details p {margin-left:36px}.imported-header.final-cta,
.imported-header .final-cta {padding:90px 18px;display:block}.imported-header.final-cta h2,
.imported-header .final-cta h2 {font-size:clamp(75px,22vw,106px)}.imported-header.final-product,
.imported-header .final-product {height:390px;margin:45px 0}.imported-header.final-buy,
.imported-header .final-buy {padding:0}.imported-header.final-ring,
.imported-header .final-ring {width:200px;height:200px}
}@media (max-width:430px){
.imported-header.hero-visual,
.imported-header .hero-visual {min-height:520px}.imported-header.target-ring,
.imported-header .target-ring {top:60%;left:52%}.imported-header.intro-photo,
.imported-header .intro-photo {height:520px}.imported-header.specimen-image,
.imported-header .specimen-image {width:245px;height:245px}.imported-header.callout span,
.imported-header .callout span {max-width:95px}.imported-header.founder-photo,
.imported-header .founder-photo,
.imported-header.founder-photo .photo-placeholder,
.imported-header .founder-photo .photo-placeholder {min-height:560px}.imported-header.meter-frame>div,
.imported-header .meter-frame>div {height:470px}.imported-header.shop-image,
.imported-header .shop-image {height:500px}.imported-header.gallery-primary,
.imported-header .gallery-primary {height:420px}.imported-header.gallery-tile,
.imported-header .gallery-tile,
.imported-header.gallery-placeholder,
.imported-header .gallery-placeholder {height:460px}.imported-header.option-grid,
.imported-header .option-grid {grid-template-columns:1fr}.imported-header.made-image,
.imported-header .made-image,
.imported-header.made-image.secondary,
.imported-header .made-image.secondary {height:470px}.imported-header.puck-layers,
.imported-header .puck-layers {transform:translate(-50%)scale(.68)}.imported-header.use-grid .photo-placeholder,
.imported-header .use-grid .photo-placeholder {height:420px}.imported-header.demo-progression figure>div,
.imported-header .demo-progression figure>div {height:490px}.imported-header.product-founder .photo-placeholder,
.imported-header .product-founder .photo-placeholder {height:500px}.imported-header.footer-grid,
.imported-header .footer-grid,
.imported-header.footer-bottom,
.imported-header .footer-bottom {grid-template-columns:1fr}.imported-header.footer-bottom p,
.imported-header .footer-bottom p {grid-column:auto}
}.imported-header.mobile-primary,
.imported-header .mobile-primary {background:#1c1f1b;margin:0;display:none;position:relative;overflow:hidden}.imported-header.mobile-primary img,
.imported-header .mobile-primary img {object-fit:cover;width:100%;height:100%}.imported-header.mobile-primary figcaption,
.imported-header .mobile-primary figcaption {z-index:2;letter-spacing:.06em;background:linear-gradient(#0000,#0a0b0acc);justify-content:space-between;padding:42px 16px 15px;font:500 8px/1 IBM Plex Mono;display:flex;position:absolute;bottom:0;left:0;right:0}.imported-header.mobile-primary figcaption small,
.imported-header .mobile-primary figcaption small {color:#8a8e86}@media (max-width:800px){
.imported-header.product-buy,
.imported-header .product-buy {flex-direction:column;display:flex}.imported-header.mobile-primary,
.imported-header .mobile-primary {order:1;height:520px;margin:8px 8px 0;display:block}.imported-header.purchase-panel,
.imported-header .purchase-panel {order:2}.imported-header.product-gallery,
.imported-header .product-gallery {order:3}.imported-header.product-gallery .gallery-primary,
.imported-header .product-gallery .gallery-primary {display:none}
}@media (max-width:430px){
.imported-header.mobile-primary,
.imported-header .mobile-primary {height:420px}
}.imported-header {font-size:16px}.imported-header.site-header,
.imported-header .site-header {height:82px}.imported-header.nav-inner,
.imported-header .nav-inner {padding:0 48px}.imported-header.wordmark,
.imported-header .wordmark {font-size:22px}.imported-header.nav-links,
.imported-header .nav-links {gap:42px}.imported-header.nav-links a,
.imported-header .nav-links a,
.imported-header.cart-link,
.imported-header .cart-link {letter-spacing:.06em;font-size:14px}.imported-header.eyebrow,
.imported-header .eyebrow {letter-spacing:.06em;font-size:13px}.imported-header.arrow-link,
.imported-header .arrow-link {letter-spacing:.04em;gap:28px;font-size:14px}.imported-header.button-primary,
.imported-header .button-primary,
.imported-header.button-dark,
.imported-header .button-dark,
.imported-header.button-cyan,
.imported-header .button-cyan,
.imported-header.add-button,
.imported-header .add-button {letter-spacing:.04em;min-height:58px;font-size:14px}.imported-header.editorial-home h2,
.imported-header .editorial-home h2 {font-size:clamp(52px,5.5vw,76px);line-height:.94}.imported-header.editorial-home p,
.imported-header .editorial-home p {font-size:17px;line-height:1.65}.imported-header.simple-hero,
.imported-header .simple-hero {background:var(--graphite);grid-template-columns:44% 56%;min-height:100svh;padding-top:82px;display:grid}.imported-header.simple-hero-copy,
.imported-header .simple-hero-copy {flex-direction:column;justify-content:center;padding:9vw 5vw 9vw max(48px,50vw - 750px);display:flex}.imported-header.simple-hero-copy h1,
.imported-header .simple-hero-copy h1 {max-width:720px;margin:48px 0 34px;font-size:clamp(72px,7.5vw,106px);line-height:.88}.imported-header.simple-hero-copy>p,
.imported-header .simple-hero-copy>p {color:#cbc5b9;max-width:520px;margin:0;font-size:19px}.imported-header.simple-hero-actions,
.imported-header .simple-hero-actions {align-items:center;gap:34px;margin-top:48px;display:flex}.imported-header.simple-text-link,
.imported-header .simple-text-link {letter-spacing:.04em;border-bottom:1px solid #e8e0d059;padding:16px 0 12px;font:500 14px/1 IBM Plex Mono}.imported-header.simple-text-link:hover,
.imported-header .simple-text-link:hover {color:var(--cyan);border-color:var(--cyan)}.imported-header.simple-hero-photo,
.imported-header .simple-hero-photo {min-height:calc(100svh - 82px);overflow:hidden}.imported-header.simple-hero-photo img,
.imported-header .simple-hero-photo img {object-fit:cover;object-position:50% 53%;width:100%;height:100%}.imported-header.editorial-intro,
.imported-header .editorial-intro {background:var(--bone);min-height:850px;color:var(--graphite);grid-template-columns:54% 46%;display:grid}.imported-header.editorial-intro-photo,
.imported-header .editorial-intro-photo {overflow:hidden}.imported-header.editorial-intro-photo img,
.imported-header .editorial-intro-photo img {object-fit:cover;object-position:50% 47%;width:100%;height:100%}.imported-header.editorial-intro-copy,
.imported-header .editorial-intro-copy {flex-direction:column;justify-content:center;padding:100px clamp(48px,7vw,120px);display:flex}.imported-header.editorial-intro-copy h2,
.imported-header .editorial-intro-copy h2 {margin:42px 0 36px;font-size:clamp(64px,6.5vw,92px)}.imported-header.editorial-intro-copy>p,
.imported-header .editorial-intro-copy>p {max-width:560px;margin:0;font-size:18px}.imported-header.simple-material-line,
.imported-header .simple-material-line {letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:12px;margin:38px 0 42px;font:500 13px/1.5 IBM Plex Mono;display:flex}.imported-header.simple-material-line i,
.imported-header .simple-material-line i,
.imported-header.simple-method i,
.imported-header .simple-method i {background:var(--copper);border-radius:50%;width:4px;height:4px}.imported-header.simple-inside,
.imported-header .simple-inside {background:var(--graphite);color:var(--bone);padding:120px max(48px,50vw - 750px)}.imported-header.simple-inside-heading,
.imported-header .simple-inside-heading {grid-template-columns:24% 42% 34%;align-items:end;margin-bottom:70px;display:grid}.imported-header.simple-inside-heading h2,
.imported-header .simple-inside-heading h2 {margin:0}.imported-header.simple-inside-heading>p,
.imported-header .simple-inside-heading>p {color:#aaa99f;max-width:460px;margin:0 0 4px}.imported-header.simple-inside-body,
.imported-header .simple-inside-body {grid-template-columns:56% 44%;min-height:690px;display:grid}.imported-header.simple-inside-photo,
.imported-header .simple-inside-photo {margin:0;position:relative;overflow:hidden}.imported-header.simple-inside-photo img,
.imported-header .simple-inside-photo img {object-fit:cover;object-position:37% 54%;width:100%;height:100%}.imported-header.simple-inside-photo figcaption,
.imported-header .simple-inside-photo figcaption {background:#111311e6;padding:10px 12px;font:500 13px/1.2 IBM Plex Mono;position:absolute;bottom:20px;left:20px}.imported-header.simple-materials,
.imported-header .simple-materials {flex-direction:column;justify-content:center;padding-left:clamp(38px,5vw,78px);display:flex}.imported-header.simple-materials article,
.imported-header .simple-materials article {border-top:1px solid var(--line);grid-template-columns:48px 1fr;align-items:start;min-height:122px;padding:24px 0;display:grid}.imported-header.simple-materials article>span,
.imported-header .simple-materials article>span {color:var(--cyan);padding-top:4px;font:500 13px/1 IBM Plex Mono}.imported-header.simple-materials h3,
.imported-header .simple-materials h3 {letter-spacing:-.04em;font-size:clamp(24px,2vw,32px);line-height:1}.imported-header.simple-materials p,
.imported-header .simple-materials p {color:#aaa99f;margin:12px 0 0;font-size:16px}.imported-header.simple-inside-link,
.imported-header .simple-inside-link {background:var(--cyan);min-height:62px;color:var(--graphite);justify-content:space-between;align-items:center;padding:0 18px;font:500 14px/1 IBM Plex Mono;display:flex}.imported-header.simple-founder,
.imported-header .simple-founder {background:var(--bone);min-height:850px;color:var(--graphite);grid-template-columns:50% 50%;display:grid}.imported-header.simple-founder>.photo-placeholder,
.imported-header .simple-founder>.photo-placeholder {min-height:850px;color:var(--bone);background:repeating-linear-gradient(135deg,#e8e0d00d 0 1px,#0000 1px 22px),radial-gradient(circle at 52% 35%,#596055,#272a27 72%);border:0;padding:38px}.imported-header.simple-founder-copy,
.imported-header .simple-founder-copy {flex-direction:column;justify-content:center;padding:105px clamp(48px,7vw,120px);display:flex}.imported-header.simple-founder-copy h2,
.imported-header .simple-founder-copy h2 {margin:44px 0 38px}.imported-header.simple-founder-copy>p,
.imported-header .simple-founder-copy>p {max-width:600px;margin:0 0 20px}.imported-header.simple-method,
.imported-header .simple-method {border-top:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);flex-wrap:wrap;align-items:center;gap:11px;margin:28px 0 42px;padding:20px 0;font:500 13px/1.5 IBM Plex Mono;display:flex}.imported-header.photo-placeholder .placeholder-index,
.imported-header .photo-placeholder .placeholder-index {font-size:13px}.imported-header.photo-placeholder strong,
.imported-header .photo-placeholder strong {font-size:clamp(24px,2.2vw,34px)}.imported-header.photo-placeholder p,
.imported-header .photo-placeholder p {max-width:410px;font:500 14px/1.6 IBM Plex Mono}.imported-header.simple-founder .placeholder-crosshair,
.imported-header .simple-founder .placeholder-crosshair {border-color:#e8e0d061;width:62px;height:62px}.imported-header.simple-founder .placeholder-crosshair:before,
.imported-header .simple-founder .placeholder-crosshair:before,
.imported-header.simple-founder .placeholder-crosshair:after,
.imported-header .simple-founder .placeholder-crosshair:after {background:#e8e0d061}.imported-header.simple-experiment,
.imported-header .simple-experiment {background:var(--graphite);color:var(--bone);padding:120px max(48px,50vw - 750px)}.imported-header.simple-experiment-head,
.imported-header .simple-experiment-head {grid-template-columns:65% 35%;align-items:end;margin-bottom:70px;display:grid}.imported-header.simple-experiment-head h2,
.imported-header .simple-experiment-head h2 {margin-top:42px}.imported-header.simple-experiment-head>p,
.imported-header .simple-experiment-head>p {color:#aaa99f;max-width:480px;margin:0 0 6px}.imported-header.simple-meter-grid,
.imported-header .simple-meter-grid {grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.imported-header.simple-meter-grid figure,
.imported-header .simple-meter-grid figure {margin:0}.imported-header.simple-meter-grid img,
.imported-header .simple-meter-grid img {object-fit:cover;filter:saturate(.72)contrast(1.08);width:100%;height:620px}.imported-header.simple-meter-grid figcaption,
.imported-header .simple-meter-grid figcaption {border-bottom:1px solid var(--line);color:var(--cyan);padding:18px 0;font:500 14px/1 IBM Plex Mono}.imported-header.simple-experiment-action,
.imported-header .simple-experiment-action {justify-content:flex-end;margin-top:48px;display:flex}.imported-header.simple-shop,
.imported-header .simple-shop {background:var(--bone);min-height:850px;color:var(--graphite);grid-template-columns:58% 42%;display:grid}.imported-header.simple-shop-photo,
.imported-header .simple-shop-photo {overflow:hidden}.imported-header.simple-shop-photo img,
.imported-header .simple-shop-photo img {object-fit:cover;object-position:50% 53%;width:100%;height:100%}.imported-header.simple-shop-copy,
.imported-header .simple-shop-copy {flex-direction:column;justify-content:center;padding:95px clamp(48px,6vw,100px);display:flex}.imported-header.simple-shop-copy h2,
.imported-header .simple-shop-copy h2 {margin:40px 0 25px;font-size:clamp(66px,6vw,88px)}.imported-header.simple-price,
.imported-header .simple-price {color:var(--copper);font:600 30px/1 Space Grotesk}.imported-header.simple-shop-copy>p,
.imported-header .simple-shop-copy>p {max-width:520px;margin:28px 0}.imported-header.simple-shop-options,
.imported-header .simple-shop-options {grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.imported-header.simple-shop-options button,
.imported-header .simple-shop-options button {border:1px solid var(--dark-line);min-height:78px;color:var(--graphite);text-align:left;background:0 0;flex-direction:column;justify-content:center;padding:16px;display:flex}.imported-header.simple-shop-options button.selected,
.imported-header .simple-shop-options button.selected {border:2px solid var(--graphite);background:#1113110a}.imported-header.simple-shop-options span,
.imported-header .simple-shop-options span {font:500 14px/1 IBM Plex Mono}.imported-header.simple-shop-options small,
.imported-header .simple-shop-options small {color:#6c6c64;margin-top:9px;font:500 13px/1 IBM Plex Mono}.imported-header.simple-shop .add-button,
.imported-header .simple-shop .add-button {background:var(--graphite);color:var(--bone)}.imported-header.simple-shop .add-button:hover,
.imported-header .simple-shop .add-button:hover {background:var(--copper)}.imported-header.simple-shipping,
.imported-header .simple-shipping {margin-top:18px;font:500 13px/1 IBM Plex Mono}.imported-header.simple-closing,
.imported-header .simple-closing {min-height:620px;color:var(--graphite);background:#c7b99e;flex-direction:column;justify-content:center;align-items:flex-start;padding:110px max(48px,50vw - 750px);display:flex}.imported-header.simple-closing h2,
.imported-header .simple-closing h2 {margin:46px 0 32px;font-size:clamp(64px,6.5vw,92px)}.imported-header.simple-closing>p,
.imported-header .simple-closing>p {margin:0 0 38px;font-size:18px}.imported-header.simple-footer,
.imported-header .simple-footer {padding:72px max(48px,50vw - 750px) 34px}.imported-header.simple-footer-top,
.imported-header .simple-footer-top {grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.imported-header.footer-wordmark,
.imported-header .footer-wordmark {letter-spacing:-.05em;font:700 30px/1 Space Grotesk}.imported-header.footer-wordmark span,
.imported-header .footer-wordmark span {color:var(--copper)}.imported-header.simple-footer-top p,
.imported-header .simple-footer-top p {color:#aaa99f;margin:20px 0 0;font-size:16px}.imported-header.simple-footer-links,
.imported-header .simple-footer-links {grid-template-columns:repeat(3,1fr);gap:18px 28px;display:grid}.imported-header.simple-footer-links a,
.imported-header .simple-footer-links a,
.imported-header.simple-footer-links button,
.imported-header .simple-footer-links button {color:#cbc5b9;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;font:500 13px/1.3 IBM Plex Mono;display:flex}.imported-header.simple-footer-links a:hover,
.imported-header .simple-footer-links a:hover,
.imported-header.simple-footer-links button:hover,
.imported-header .simple-footer-links button:hover {color:var(--cyan)}.imported-header.simple-footer-bottom,
.imported-header .simple-footer-bottom {border-top:1px solid var(--line);color:#85877f;grid-template-columns:30% 70%;gap:40px;margin-top:70px;padding-top:24px;display:grid}.imported-header.simple-footer-bottom span,
.imported-header .simple-footer-bottom span,
.imported-header.simple-footer-bottom p,
.imported-header .simple-footer-bottom p {margin:0;font:500 13px/1.6 IBM Plex Mono}.imported-header.product-page p,
.imported-header .product-page p {font-size:max(16px,1rem)}.imported-header.product-page .eyebrow,
.imported-header .product-page .eyebrow,
.imported-header.product-page figcaption,
.imported-header .product-page figcaption,
.imported-header.product-page small,
.imported-header .product-page small,
.imported-header.product-page summary,
.imported-header .product-page summary,
.imported-header.product-page .option-label,
.imported-header .product-page .option-label,
.imported-header.product-page .quantity-row,
.imported-header .product-page .quantity-row,
.imported-header.product-page .purchase-disclaimer,
.imported-header .product-page .purchase-disclaimer,
.imported-header.product-page .purchase-trust span,
.imported-header .product-page .purchase-trust span,
.imported-header.product-page .material-number,
.imported-header .product-page .material-number,
.imported-header.product-page .exploded-label span,
.imported-header .product-page .exploded-label span,
.imported-header.product-page .exploded-label small,
.imported-header .product-page .exploded-label small,
.imported-header.product-page .diagram-scale,
.imported-header .product-page .diagram-scale,
.imported-header.product-page .mechanism-strip div,
.imported-header .product-page .mechanism-strip div,
.imported-header.product-page .gallery-video small,
.imported-header .product-page .gallery-video small,
.imported-header.product-page .final-buy>span,
.imported-header .product-page .final-buy>span,
.imported-header.product-page .final-buy>small,
.imported-header .product-page .final-buy>small {font-size:13px;line-height:1.5}.imported-header.product-page .purchase-panel-inner>p,
.imported-header .product-page .purchase-panel-inner>p,
.imported-header.product-page .product-accordions details p,
.imported-header .product-page .product-accordions details p,
.imported-header.product-page .made-copy p,
.imported-header .product-page .made-copy p,
.imported-header.product-page .inside-heading p,
.imported-header .product-page .inside-heading p,
.imported-header.product-page .material-feature p,
.imported-header .product-page .material-feature p,
.imported-header.product-page .demo-title p,
.imported-header .product-page .demo-title p,
.imported-header.product-page .product-founder p,
.imported-header .product-page .product-founder p,
.imported-header.product-page .faq-list details p,
.imported-header .product-page .faq-list details p {font-size:16px;line-height:1.65}.imported-header.product-page h2,
.imported-header .product-page h2 {font-size:clamp(48px,5.5vw,72px);line-height:.95}.imported-header.product-page .purchase-panel h1,
.imported-header .product-page .purchase-panel h1 {font-size:clamp(72px,7vw,96px)}.imported-header.product-page .option-grid button,
.imported-header .product-page .option-grid button {min-height:76px;font-size:14px}.imported-header.product-page .option-grid button small,
.imported-header .product-page .option-grid button small {font-size:13px}.imported-header.product-page .quantity-control span,
.imported-header .product-page .quantity-control span {font-size:14px}.imported-header.product-page .product-accordions summary,
.imported-header .product-page .product-accordions summary {min-height:58px;font-size:14px}.imported-header.product-page .purchase-trust,
.imported-header .product-page .purchase-trust {grid-template-columns:1fr;gap:8px}.imported-header.product-page .purchase-disclaimer,
.imported-header .product-page .purchase-disclaimer {color:#91938b}.imported-header.product-page .material-feature h3,
.imported-header .product-page .material-feature h3 {font-size:clamp(26px,2.4vw,38px)}.imported-header.product-page .material-feature strong,
.imported-header .product-page .material-feature strong {font-size:15px}.imported-header.product-page .faq-list summary,
.imported-header .product-page .faq-list summary {min-height:74px;font-size:16px}@media (max-width:1000px){
.imported-header.simple-hero-copy,
.imported-header .simple-hero-copy {padding-left:34px;padding-right:34px}.imported-header.simple-hero-copy h1,
.imported-header .simple-hero-copy h1 {font-size:72px}.imported-header.simple-inside-heading,
.imported-header .simple-inside-heading {grid-template-columns:1fr 1.3fr;gap:30px}.imported-header.simple-inside-heading>p,
.imported-header .simple-inside-heading>p {grid-column:2}.imported-header.simple-inside-body,
.imported-header .simple-inside-body {grid-template-columns:52% 48%}.imported-header.simple-meter-grid img,
.imported-header .simple-meter-grid img {height:540px}
}@media (max-width:800px){
.imported-header.site-header,
.imported-header .site-header {height:68px}.imported-header.nav-inner,
.imported-header .nav-inner {padding:0 20px}.imported-header.wordmark,
.imported-header .wordmark {font-size:19px}.imported-header.mobile-nav,
.imported-header .mobile-nav {justify-content:flex-start;height:calc(100svh - 68px);padding:35px 20px;top:68px}.imported-header.mobile-nav a,
.imported-header .mobile-nav a,
.imported-header.mobile-nav button,
.imported-header .mobile-nav button {min-height:82px;font-size:30px}.imported-header.simple-hero,
.imported-header .simple-hero {flex-direction:column;min-height:auto;padding-top:68px;display:flex}.imported-header.simple-hero-copy,
.imported-header .simple-hero-copy {min-height:590px;padding:76px 20px 68px}.imported-header.simple-hero-copy h1,
.imported-header .simple-hero-copy h1 {margin:38px 0 28px;font-size:clamp(64px,19vw,86px)}.imported-header.simple-hero-copy>p,
.imported-header .simple-hero-copy>p {font-size:18px}.imported-header.simple-hero-actions,
.imported-header .simple-hero-actions {flex-direction:column;align-items:stretch;gap:20px;margin-top:38px}.imported-header.simple-text-link,
.imported-header .simple-text-link {width:fit-content}.imported-header.simple-hero-photo,
.imported-header .simple-hero-photo {min-height:510px}.imported-header.editorial-intro,
.imported-header .editorial-intro {flex-direction:column;display:flex}.imported-header.editorial-intro-photo,
.imported-header .editorial-intro-photo {height:620px}.imported-header.editorial-intro-copy,
.imported-header .editorial-intro-copy {padding:78px 20px}.imported-header.editorial-intro-copy h2,
.imported-header .editorial-intro-copy h2 {margin:38px 0 32px;font-size:clamp(62px,20vw,86px)}.imported-header.editorial-intro-copy>p,
.imported-header .editorial-intro-copy>p {font-size:17px}.imported-header.simple-material-line,
.imported-header .simple-material-line {font-size:13px}.imported-header.simple-inside,
.imported-header .simple-inside {padding:82px 20px}.imported-header.simple-inside-heading,
.imported-header .simple-inside-heading {margin-bottom:48px;display:block}.imported-header.simple-inside-heading h2,
.imported-header .simple-inside-heading h2 {margin:38px 0 28px;font-size:clamp(56px,18vw,76px)}.imported-header.simple-inside-heading>p,
.imported-header .simple-inside-heading>p {font-size:16px}.imported-header.simple-inside-body,
.imported-header .simple-inside-body {flex-direction:column;display:flex}.imported-header.simple-inside-photo,
.imported-header .simple-inside-photo {height:560px}.imported-header.simple-inside-photo figcaption,
.imported-header .simple-inside-photo figcaption {font-size:13px}.imported-header.simple-materials,
.imported-header .simple-materials {padding:38px 0 0}.imported-header.simple-materials article,
.imported-header .simple-materials article {min-height:118px}.imported-header.simple-materials p,
.imported-header .simple-materials p {font-size:16px}.imported-header.simple-founder,
.imported-header .simple-founder {flex-direction:column;display:flex}.imported-header.simple-founder>.photo-placeholder,
.imported-header .simple-founder>.photo-placeholder {min-height:590px;padding:24px}.imported-header.simple-founder-copy,
.imported-header .simple-founder-copy {padding:82px 20px}.imported-header.simple-founder-copy h2,
.imported-header .simple-founder-copy h2 {margin:38px 0 30px;font-size:clamp(56px,18vw,76px)}.imported-header.simple-founder-copy>p,
.imported-header .simple-founder-copy>p {font-size:16px}.imported-header.simple-method,
.imported-header .simple-method {font-size:13px}.imported-header.simple-experiment,
.imported-header .simple-experiment {padding:82px 20px}.imported-header.simple-experiment-head,
.imported-header .simple-experiment-head {margin-bottom:48px;display:block}.imported-header.simple-experiment-head h2,
.imported-header .simple-experiment-head h2 {margin:38px 0 28px;font-size:clamp(56px,18vw,76px)}.imported-header.simple-experiment-head>p,
.imported-header .simple-experiment-head>p {font-size:16px}.imported-header.simple-meter-grid,
.imported-header .simple-meter-grid {grid-template-columns:1fr;gap:38px}.imported-header.simple-meter-grid img,
.imported-header .simple-meter-grid img {height:610px}.imported-header.simple-meter-grid figcaption,
.imported-header .simple-meter-grid figcaption {font-size:14px}.imported-header.simple-experiment-action,
.imported-header .simple-experiment-action {justify-content:flex-start}.imported-header.simple-shop,
.imported-header .simple-shop {flex-direction:column;display:flex}.imported-header.simple-shop-photo,
.imported-header .simple-shop-photo {height:540px}.imported-header.simple-shop-copy,
.imported-header .simple-shop-copy {padding:82px 20px}.imported-header.simple-shop-copy h2,
.imported-header .simple-shop-copy h2 {margin:38px 0 25px;font-size:clamp(62px,20vw,86px)}.imported-header.simple-shop-copy>p,
.imported-header .simple-shop-copy>p {font-size:16px}.imported-header.simple-shop-options,
.imported-header .simple-shop-options {grid-template-columns:1fr}.imported-header.simple-closing,
.imported-header .simple-closing {min-height:560px;padding:82px 20px}.imported-header.simple-closing h2,
.imported-header .simple-closing h2 {margin:38px 0 28px;font-size:clamp(56px,18vw,76px)}.imported-header.simple-closing>p,
.imported-header .simple-closing>p {font-size:17px}.imported-header.simple-footer,
.imported-header .simple-footer {padding:68px 20px 28px}.imported-header.simple-footer-top,
.imported-header .simple-footer-top {grid-template-columns:1fr}.imported-header.simple-footer-links,
.imported-header .simple-footer-links {grid-template-columns:1fr 1fr}.imported-header.simple-footer-links a,
.imported-header .simple-footer-links a,
.imported-header.simple-footer-links button,
.imported-header .simple-footer-links button {font-size:13px}.imported-header.simple-footer-bottom,
.imported-header .simple-footer-bottom {grid-template-columns:1fr;gap:20px}.imported-header.simple-footer-bottom span,
.imported-header .simple-footer-bottom span,
.imported-header.simple-footer-bottom p,
.imported-header .simple-footer-bottom p {font-size:13px}.imported-header.product-page .purchase-panel-inner,
.imported-header .product-page .purchase-panel-inner {padding-top:74px}.imported-header.product-page .purchase-panel h1,
.imported-header .product-page .purchase-panel h1 {font-size:clamp(68px,21vw,88px)}.imported-header.product-page .gallery-primary figcaption,
.imported-header .product-page .gallery-primary figcaption,
.imported-header.product-page .gallery-tile figcaption,
.imported-header .product-page .gallery-tile figcaption,
.imported-header.product-page .mobile-primary figcaption,
.imported-header .product-page .mobile-primary figcaption {flex-direction:column;gap:8px;font-size:13px}.imported-header.product-page .purchase-panel-inner>p,
.imported-header .product-page .purchase-panel-inner>p,
.imported-header.product-page .product-accordions details p,
.imported-header .product-page .product-accordions details p,
.imported-header.product-page .made-copy p,
.imported-header .product-page .made-copy p,
.imported-header.product-page .inside-heading p,
.imported-header .product-page .inside-heading p,
.imported-header.product-page .material-feature p,
.imported-header .product-page .material-feature p,
.imported-header.product-page .demo-title p,
.imported-header .product-page .demo-title p,
.imported-header.product-page .product-founder p,
.imported-header .product-page .product-founder p,
.imported-header.product-page .faq-list details p,
.imported-header .product-page .faq-list details p {font-size:16px}.imported-header.product-page h2,
.imported-header .product-page h2 {font-size:clamp(50px,16vw,70px)}
}.imported-header.product-page .made-image>span,
.imported-header .product-page .made-image>span,
.imported-header.product-page .purchase-price span,
.imported-header .product-page .purchase-price span,
.imported-header.product-page .material-swatch>span,
.imported-header .product-page .material-swatch>span,
.imported-header.product-page .faq-list summary span,
.imported-header .product-page .faq-list summary span,
.imported-header.product-page .exploded-label strong,
.imported-header .product-page .exploded-label strong {line-height:1.45;font-size:13px!important}.imported-header.product-page .product-founder>div:last-child p,
.imported-header .product-page .product-founder>div:last-child p {line-height:1.65;font-size:16px!important}.imported-header.product-page .inside-section,
.imported-header .product-page .inside-section {padding-top:104px}.imported-header.product-page .inside-heading,
.imported-header .product-page .inside-heading {grid-template-rows:auto auto;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:end;column-gap:clamp(56px,8vw,130px);display:grid}.imported-header.product-page .inside-heading .eyebrow,
.imported-header .product-page .inside-heading .eyebrow {grid-area:1/1;align-self:start}.imported-header.product-page .inside-heading h2,
.imported-header .product-page .inside-heading h2 {grid-area:2/1;margin-top:30px}.imported-header.product-page .inside-heading>p,
.imported-header .product-page .inside-heading>p {grid-area:1/2/span 2;max-width:520px;margin:0 0 4px}.imported-header.product-page .materials-section,
.imported-header .product-page .materials-section {padding-top:104px}.imported-header.product-page .materials-head,
.imported-header .product-page .materials-head {grid-template-rows:auto auto;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:end;column-gap:clamp(56px,8vw,130px);margin-bottom:62px;display:grid}.imported-header.product-page .materials-head .eyebrow,
.imported-header .product-page .materials-head .eyebrow {grid-area:1/1}.imported-header.product-page .materials-head h2,
.imported-header .product-page .materials-head h2 {grid-area:2/1;margin-top:30px}.imported-header.product-page .materials-head>p,
.imported-header .product-page .materials-head>p {grid-area:1/2/span 2;max-width:520px;margin:0 0 4px}.imported-header.product-page .faq-section,
.imported-header .product-page .faq-section {border-top:1px solid var(--dark-line)}@media (max-width:800px){
.imported-header.product-page .inside-section,
.imported-header .product-page .inside-section,
.imported-header.product-page .materials-section,
.imported-header .product-page .materials-section {padding-top:82px}.imported-header.product-page .inside-heading,
.imported-header .product-page .inside-heading,
.imported-header.product-page .materials-head,
.imported-header .product-page .materials-head {display:block}.imported-header.product-page .inside-heading h2,
.imported-header .product-page .inside-heading h2,
.imported-header.product-page .materials-head h2,
.imported-header .product-page .materials-head h2 {margin:30px 0 26px}.imported-header.product-page .inside-heading>p,
.imported-header .product-page .inside-heading>p,
.imported-header.product-page .materials-head>p,
.imported-header .product-page .materials-head>p {max-width:100%;margin:0}.imported-header.product-page .materials-head,
.imported-header .product-page .materials-head {margin-bottom:48px}
}.imported-header.editorial-home .simple-inside-body,
.imported-header .editorial-home .simple-inside-body {grid-template-columns:56% 44%;align-items:stretch;min-height:820px}.imported-header.editorial-home .simple-inside-photo,
.imported-header .editorial-home .simple-inside-photo {min-height:820px}.imported-header.editorial-home .simple-materials,
.imported-header .editorial-home .simple-materials {justify-content:flex-start;padding:8px 0 0 clamp(46px,5vw,82px)}.imported-header.editorial-home .simple-materials .simple-inside-heading,
.imported-header .editorial-home .simple-materials .simple-inside-heading {flex-direction:column;align-items:flex-start;margin:0 0 34px;display:flex}.imported-header.editorial-home .simple-materials .simple-inside-heading h2,
.imported-header .editorial-home .simple-materials .simple-inside-heading h2 {margin:34px 0 26px;font-size:clamp(52px,5.5vw,76px)}.imported-header.editorial-home .simple-materials .simple-inside-heading>p,
.imported-header .editorial-home .simple-materials .simple-inside-heading>p {color:#aaa99f;max-width:560px;margin:0 0 8px;font-size:17px}.imported-header.editorial-home .simple-materials article,
.imported-header .editorial-home .simple-materials article {min-height:112px}@media (max-width:800px){
.imported-header.editorial-home .simple-inside-body,
.imported-header .editorial-home .simple-inside-body {min-height:0;display:flex}.imported-header.editorial-home .simple-inside-photo,
.imported-header .editorial-home .simple-inside-photo {height:560px;min-height:0}.imported-header.editorial-home .simple-materials,
.imported-header .editorial-home .simple-materials {padding:64px 0 0}.imported-header.editorial-home .simple-materials .simple-inside-heading,
.imported-header .editorial-home .simple-materials .simple-inside-heading {margin-bottom:34px}.imported-header.editorial-home .simple-materials .simple-inside-heading h2,
.imported-header .editorial-home .simple-materials .simple-inside-heading h2 {margin:30px 0 24px;font-size:clamp(56px,18vw,76px)}.imported-header.editorial-home .simple-materials .simple-inside-heading>p,
.imported-header .editorial-home .simple-materials .simple-inside-heading>p {font-size:16px}
}@media (min-width:901px) and (min-height:640px) and (prefers-reduced-motion:no-preference){
.imported-header.snap-flow-active {scroll-snap-type:y proximity;overscroll-behavior-y:none;scroll-padding-top:82px}.imported-header.snap-flow-ready [data-snap-section],
.imported-header .snap-flow-ready [data-snap-section] {scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:82px}.imported-header.snap-flow-ready [data-snap-section]>[data-reveal],
.imported-header .snap-flow-ready [data-snap-section]>[data-reveal] {opacity:0;transition:opacity .52s var(--ease-out)var(--reveal-delay,0s),transform .68s var(--ease-out)var(--reveal-delay,0s);will-change:opacity,transform;transform:translateY(28px)}.imported-header.snap-flow-ready [data-snap-section].is-visible>[data-reveal],
.imported-header .snap-flow-ready [data-snap-section].is-visible>[data-reveal] {opacity:1;transform:translate(0)}.imported-header.editorial-home>[data-snap-section],
.imported-header .editorial-home>[data-snap-section],
.imported-header.product-page>[data-snap-section],
.imported-header .product-page>[data-snap-section] {min-height:calc(100svh - 82px)}.imported-header.product-page .product-buy[data-snap-section],
.imported-header .product-page .product-buy[data-snap-section] {min-height:100svh}
}.imported-header.product-page .exploded-art-section,
.imported-header .product-page .exploded-art-section {min-height:auto;padding-bottom:116px}.imported-header.product-page .exploded-artwork,
.imported-header .product-page .exploded-artwork {border:1px solid var(--line);background:#090a09;width:min(100%,1672px);margin:68px auto 0;position:relative;overflow:hidden;box-shadow:0 36px 90px #00000057}.imported-header.product-page .exploded-artwork img,
.imported-header .product-page .exploded-artwork img {width:100%;height:auto}.imported-header.product-page .exploded-artwork figcaption,
.imported-header .product-page .exploded-artwork figcaption {border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--bone);letter-spacing:.04em;background:#090a09e0;padding:10px 12px;font:500 13px/1.2 IBM Plex Mono;position:absolute;bottom:18px;left:18px}@media (max-width:900px){
.imported-header.product-page .exploded-art-section,
.imported-header .product-page .exploded-art-section {padding-bottom:82px}.imported-header.product-page .exploded-artwork,
.imported-header .product-page .exploded-artwork {width:min(100%,520px);margin:40px auto 0;overflow:hidden}.imported-header.product-page .exploded-artwork:after,
.imported-header .product-page .exploded-artwork:after {content:none;display:none}.imported-header.product-page .exploded-artwork picture,
.imported-header .product-page .exploded-artwork picture {display:block}.imported-header.product-page .exploded-artwork img,
.imported-header .product-page .exploded-artwork img {object-fit:contain;width:100%;max-width:100%;height:auto;display:block}.imported-header.product-page .exploded-artwork figcaption,
.imported-header .product-page .exploded-artwork figcaption {display:none}
}@media (prefers-reduced-motion:reduce){
.imported-header {scroll-snap-type:none!important}.imported-header [data-snap-section]>[data-reveal] {opacity:1!important;transform:none!important}
}@media (min-width:801px){
.imported-header.product-page .gallery-primary,
.imported-header .product-page .gallery-primary {height:410px}.imported-header.product-page .gallery-tile,
.imported-header .product-page .gallery-tile {height:290px}.imported-header.product-page .gallery-video,
.imported-header .product-page .gallery-video {min-height:132px}
}@media (max-width:800px){
.imported-header.product-page .product-gallery .gallery-tile,
.imported-header .product-page .product-gallery .gallery-tile {height:min(430px,110vw)}
}.imported-header.chapter-rail,
.imported-header .chapter-rail {z-index:90;border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0c0bc2;flex-direction:column;align-items:center;gap:3px;width:44px;padding:9px 4px;display:flex;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.imported-header.chapter-rail-line,
.imported-header .chapter-rail-line {background:#e8e0d026;width:1px;position:absolute;top:25px;bottom:25px;left:21px}.imported-header.chapter-rail button,
.imported-header .chapter-rail button {color:#747870;width:34px;height:34px;transition:color .2s var(--ease-out),transform .2s var(--ease-out);background:0 0;border:0;place-items:center;padding:0;font:500 9px/1 IBM Plex Mono;display:grid;position:relative}.imported-header.chapter-rail button>span,
.imported-header .chapter-rail button>span {z-index:2;position:relative}.imported-header.chapter-rail button>i,
.imported-header .chapter-rail button>i {z-index:1;opacity:0;background:#343733;border-radius:50%;width:5px;height:5px;position:absolute}.imported-header.chapter-rail button>b,
.imported-header .chapter-rail button>b {background:var(--graphite);color:var(--bone);letter-spacing:.05em;opacity:0;pointer-events:none;transition:opacity .18s var(--ease-out),transform .18s var(--ease-out);padding:8px 10px;font:500 11px/1 IBM Plex Mono;position:absolute;right:44px;transform:translate(8px)}.imported-header.chapter-rail button:hover>b,
.imported-header .chapter-rail button:hover>b,
.imported-header.chapter-rail button:focus-visible>b,
.imported-header .chapter-rail button:focus-visible>b {opacity:1;transform:none}.imported-header.chapter-rail button.active,
.imported-header .chapter-rail button.active {color:var(--cyan);transform:scale(1.08)}.imported-header.chapter-rail button.active>i,
.imported-header .chapter-rail button.active>i {opacity:1;background:#48d7e314;border:1px solid #48d7e359;width:29px;height:29px}.imported-header.founder-manifesto,
.imported-header .founder-manifesto {background:var(--bone);min-height:calc(100dvh - 82px);color:var(--graphite);grid-template-columns:38% 62%;display:grid}.imported-header.manifesto-signal,
.imported-header .manifesto-signal {color:var(--bone);background-color:#141614;background-image:linear-gradient(#e8e0d00a 1px,#0000 1px),linear-gradient(90deg,#e8e0d00a 1px,#0000 1px);background-size:58px 58px;flex-direction:column;justify-content:space-between;padding:84px clamp(40px,5vw,82px);display:flex;position:relative;overflow:hidden}.imported-header.manifesto-signal:after,
.imported-header .manifesto-signal:after {content:"DS";color:#e8e0d009;letter-spacing:-.1em;font:700 clamp(190px,23vw,380px)/.7 Space Grotesk;position:absolute;bottom:-36px;right:-22px}.imported-header.manifesto-index,
.imported-header .manifesto-index {z-index:1;color:var(--cyan);letter-spacing:.05em;font:500 13px/1 IBM Plex Mono;position:relative}.imported-header.manifesto-signal blockquote,
.imported-header .manifesto-signal blockquote {z-index:1;letter-spacing:-.055em;margin:60px 0;font:600 clamp(34px,3.2vw,54px)/1.02 Space Grotesk;position:relative}.imported-header.manifesto-signal blockquote em,
.imported-header .manifesto-signal blockquote em {color:var(--copper);font-style:normal}.imported-header.manifesto-loop,
.imported-header .manifesto-loop {z-index:1;border-top:1px solid var(--line);color:#989a92;padding-top:18px;font:500 13px/1.4 IBM Plex Mono;position:relative}.imported-header.founder-manifesto-copy,
.imported-header .founder-manifesto-copy {flex-direction:column;justify-content:center;padding:70px clamp(52px,7vw,118px);display:flex}.imported-header.founder-manifesto-copy h2,
.imported-header .founder-manifesto-copy h2 {margin:32px 0 28px;font-size:clamp(58px,5.7vw,84px)}.imported-header.founder-manifesto-copy p,
.imported-header .founder-manifesto-copy p {max-width:760px;margin:0 0 13px;font-size:16px;line-height:1.55}.imported-header.founder-manifesto-copy .manifesto-lead,
.imported-header .founder-manifesto-copy .manifesto-lead {letter-spacing:-.025em;font:500 clamp(20px,1.7vw,26px)/1.38 Space Grotesk}.imported-header.founder-manifesto-copy .simple-method,
.imported-header .founder-manifesto-copy .simple-method {margin:17px 0 24px;padding:15px 0}@media (min-width:901px) and (min-height:640px) and (prefers-reduced-motion:no-preference){
.imported-header.snap-flow-active {scroll-snap-type:y proximity;scroll-padding-top:82px}.imported-header.editorial-home>section[data-snap-section],
.imported-header .editorial-home>section[data-snap-section] {perspective:1200px;min-height:calc(100dvh - 82px)}.imported-header.editorial-home>.simple-hero[data-snap-section],
.imported-header .editorial-home>.simple-hero[data-snap-section] {min-height:100dvh}.imported-header.snap-flow-ready [data-snap-section] [data-reveal-group]>*,
.imported-header .snap-flow-ready [data-snap-section] [data-reveal-group]>* {opacity:0;transition:opacity .48s var(--ease-out),transform .66s var(--ease-out);transform:translateY(22px)}.imported-header.snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(2),
.imported-header .snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(2) {transition-delay:55ms}.imported-header.snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(3),
.imported-header .snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(3) {transition-delay:.11s}.imported-header.snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(4),
.imported-header .snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(4) {transition-delay:.165s}.imported-header.snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(n+5),
.imported-header .snap-flow-ready [data-snap-section] [data-reveal-group]>:nth-child(n+5) {transition-delay:.21s}.imported-header.snap-flow-ready [data-snap-section].is-visible [data-reveal-group]>*,
.imported-header .snap-flow-ready [data-snap-section].is-visible [data-reveal-group]>* {opacity:1;transform:translate(0)}.imported-header.snap-flow-ready [data-snap-section] [data-parallax-media],
.imported-header .snap-flow-ready [data-snap-section] [data-parallax-media] {clip-path:inset(5% 0);transition:clip-path .88s var(--ease-out)}.imported-header.snap-flow-ready [data-snap-section].is-visible [data-parallax-media],
.imported-header .snap-flow-ready [data-snap-section].is-visible [data-parallax-media] {clip-path:inset(0)}.imported-header.snap-flow-ready [data-snap-section] [data-parallax-media] img,
.imported-header .snap-flow-ready [data-snap-section] [data-parallax-media] img {transform:translate3d(0,var(--parallax-y,0),0)scale(1.065);transition:transform 1s var(--ease-out),filter .7s var(--ease-out)}.imported-header.snap-flow-ready [data-snap-section].is-visible [data-parallax-media] img,
.imported-header .snap-flow-ready [data-snap-section].is-visible [data-parallax-media] img {filter:saturate(.92)contrast(1.04)}.imported-header.editorial-home .simple-inside,
.imported-header .editorial-home .simple-inside {height:190dvh;min-height:1500px;padding-top:0;padding-bottom:0}.imported-header.editorial-home .simple-inside-body,
.imported-header .editorial-home .simple-inside-body {height:calc(100dvh - 82px);min-height:0;position:sticky;top:82px}.imported-header.editorial-home .simple-inside-photo,
.imported-header .editorial-home .simple-inside-photo {height:100%;min-height:0}.imported-header.editorial-home .simple-materials,
.imported-header .editorial-home .simple-materials {justify-content:center;height:100%;padding-top:18px;padding-bottom:18px}.imported-header.editorial-home .material-story-step,
.imported-header .editorial-home .material-story-step {opacity:.34;transition:opacity .28s var(--ease-out),transform .28s var(--ease-out),border-color .28s;transform:translate(0)}.imported-header.editorial-home #materials[data-material-step="0"] .material-story-step:first-of-type,
.imported-header .editorial-home #materials[data-material-step="0"] .material-story-step:first-of-type,
.imported-header.editorial-home #materials[data-material-step="1"] .material-story-step:nth-of-type(2),
.imported-header .editorial-home #materials[data-material-step="1"] .material-story-step:nth-of-type(2),
.imported-header.editorial-home #materials[data-material-step="2"] .material-story-step:nth-of-type(3),
.imported-header .editorial-home #materials[data-material-step="2"] .material-story-step:nth-of-type(3),
.imported-header.editorial-home #materials[data-material-step="3"] .material-story-step:nth-of-type(4),
.imported-header .editorial-home #materials[data-material-step="3"] .material-story-step:nth-of-type(4) {opacity:1;border-color:#48d7e375;transform:translate(10px)}
}@media (max-width:1100px){
.imported-header.founder-manifesto,
.imported-header .founder-manifesto {grid-template-columns:42% 58%}.imported-header.founder-manifesto-copy,
.imported-header .founder-manifesto-copy {padding-left:50px;padding-right:50px}.imported-header.founder-manifesto-copy h2,
.imported-header .founder-manifesto-copy h2 {font-size:58px}.imported-header.founder-manifesto-copy p,
.imported-header .founder-manifesto-copy p {font-size:15px}
}@media (max-width:900px){
.imported-header.chapter-rail,
.imported-header .chapter-rail {display:none}.imported-header.founder-manifesto,
.imported-header .founder-manifesto {min-height:0;display:block}.imported-header.manifesto-signal,
.imported-header .manifesto-signal {min-height:560px;padding:72px 20px}.imported-header.manifesto-signal blockquote,
.imported-header .manifesto-signal blockquote {margin:70px 0;font-size:clamp(42px,12vw,64px)}.imported-header.manifesto-signal:after,
.imported-header .manifesto-signal:after {font-size:68vw}.imported-header.founder-manifesto-copy,
.imported-header .founder-manifesto-copy {padding:82px 20px}.imported-header.founder-manifesto-copy h2,
.imported-header .founder-manifesto-copy h2 {margin:34px 0 30px;font-size:clamp(54px,17vw,76px)}.imported-header.founder-manifesto-copy p,
.imported-header .founder-manifesto-copy p {margin-bottom:17px;font-size:16px;line-height:1.6}.imported-header.founder-manifesto-copy .manifesto-lead,
.imported-header .founder-manifesto-copy .manifesto-lead {font-size:21px}.imported-header.editorial-home .simple-inside,
.imported-header .editorial-home .simple-inside {height:auto;min-height:0;padding-top:82px;padding-bottom:82px}.imported-header.editorial-home .simple-inside-body,
.imported-header .editorial-home .simple-inside-body {height:auto;position:static}.imported-header.editorial-home .simple-materials,
.imported-header .editorial-home .simple-materials {height:auto}
}@media (prefers-reduced-motion:reduce){
.imported-header.chapter-rail button,
.imported-header .chapter-rail button,
.imported-header [data-reveal-group]>*,
.imported-header [data-parallax-media],
.imported-header [data-parallax-media] img {clip-path:none!important;opacity:1!important;transition:none!important;transform:none!important}.imported-header.editorial-home .simple-inside,
.imported-header .editorial-home .simple-inside {height:auto!important;min-height:0!important;padding-top:120px!important;padding-bottom:120px!important}.imported-header.editorial-home .simple-inside-body,
.imported-header .editorial-home .simple-inside-body {height:auto!important;position:static!important}
}.imported-header.home-snap-shell,
.imported-header .home-snap-shell {--snap-header:82px;scroll-snap-type:y mandatory;width:100%;height:100dvh;min-height:0;scroll-padding-top:var(--snap-header);scroll-behavior:smooth;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;overflow:hidden auto}.imported-header.home-snap-shell .editorial-home>[data-snap-section],
.imported-header .home-snap-shell .editorial-home>[data-snap-section] {min-height:calc(100dvh - var(--snap-header));scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:0}.imported-header.home-snap-shell .editorial-home>.simple-hero[data-snap-section],
.imported-header .home-snap-shell .editorial-home>.simple-hero[data-snap-section] {min-height:100dvh}.imported-header.home-snap-shell>.site-footer,
.imported-header .home-snap-shell>.site-footer {scroll-snap-align:end}@media (max-width:900px){
.imported-header.home-snap-shell,
.imported-header .home-snap-shell {--snap-header:68px}
}@media (prefers-reduced-motion:reduce){
.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-snap-type:none;scroll-behavior:auto}
}@media (min-width:901px) and (min-height:640px){
.imported-header.editorial-home #materials .simple-materials,
.imported-header .editorial-home #materials .simple-materials {height:100%;min-height:0;overflow:hidden}.imported-header.editorial-home #materials .simple-materials .simple-inside-heading,
.imported-header .editorial-home #materials .simple-materials .simple-inside-heading {flex:none;margin-bottom:clamp(10px,1.6vh,20px)}.imported-header.editorial-home #materials .simple-materials article,
.imported-header .editorial-home #materials .simple-materials article {flex:1 1 0;min-height:0;padding-top:clamp(7px,1vh,14px);padding-bottom:clamp(7px,1vh,14px)}.imported-header.editorial-home #materials .simple-materials article h3,
.imported-header .editorial-home #materials .simple-materials article h3 {font-size:clamp(20px,1.75vw,24px);line-height:1}.imported-header.editorial-home #materials .simple-materials article p,
.imported-header .editorial-home #materials .simple-materials article p {margin-top:clamp(3px,.55vh,7px);font-size:clamp(13px,1vw,15px);line-height:1.3}.imported-header.editorial-home .founder-manifesto-copy p,
.imported-header .editorial-home .founder-manifesto-copy p {margin-bottom:6px;font-size:17px;line-height:1.42}.imported-header.editorial-home .founder-manifesto-copy .manifesto-lead,
.imported-header .editorial-home .founder-manifesto-copy .manifesto-lead {font-size:18px;line-height:1.35}
}.imported-header.placement-text-grid,
.imported-header .placement-text-grid {border-top:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);gap:0}.imported-header.placement-copy-card,
.imported-header .placement-copy-card {border-right:1px solid var(--dark-line);flex-direction:column;justify-content:flex-start;min-height:300px;padding:26px clamp(22px,2.2vw,38px);display:flex}.imported-header.placement-copy-card:last-child,
.imported-header .placement-copy-card:last-child {border-right:0}.imported-header.placement-copy-card>span,
.imported-header .placement-copy-card>span {color:var(--copper);font:500 13px/1 IBM Plex Mono}.imported-header.placement-copy-card h3,
.imported-header .placement-copy-card h3 {margin:auto 0 20px;font-size:clamp(28px,2.5vw,40px);line-height:.95}.imported-header.placement-copy-card p,
.imported-header .placement-copy-card p {margin:0;font-size:17px;line-height:1.55}.imported-header.mobile-product-carousel,
.imported-header .mobile-product-carousel {display:none}@media (max-width:1100px) and (min-width:801px){
.imported-header.placement-copy-card,
.imported-header .placement-copy-card {border-bottom:1px solid var(--dark-line);min-height:260px}.imported-header.placement-copy-card:nth-child(2n),
.imported-header .placement-copy-card:nth-child(2n) {border-right:0}.imported-header.placement-copy-card:nth-last-child(-n+2),
.imported-header .placement-copy-card:nth-last-child(-n+2) {border-bottom:0}
}@media (max-width:800px){
.imported-header.product-buy,
.imported-header .product-buy {flex-direction:column;display:flex}.imported-header.mobile-primary,
.imported-header .mobile-primary {display:none}.imported-header.mobile-product-carousel,
.imported-header .mobile-product-carousel {touch-action:pan-y;background:#1c1f1b;order:1;height:min(118vw,520px);margin:8px 8px 0;display:block;position:relative;overflow:hidden}.imported-header.mobile-carousel-track,
.imported-header .mobile-carousel-track {height:100%;transition:transform .42s var(--ease-out);display:flex}.imported-header.mobile-carousel-track figure,
.imported-header .mobile-carousel-track figure {flex:0 0 100%;height:100%;margin:0;position:relative;overflow:hidden}.imported-header.mobile-carousel-track img,
.imported-header .mobile-carousel-track img {object-fit:cover;width:100%;height:100%}.imported-header.mobile-carousel-track figcaption,
.imported-header .mobile-carousel-track figcaption {color:var(--bone);letter-spacing:.04em;background:#0a0b0ac7;padding:8px 10px;font:500 12px/1.2 IBM Plex Mono;position:absolute;bottom:56px;left:14px}.imported-header.mobile-carousel-dots,
.imported-header .mobile-carousel-dots {z-index:3;gap:8px;display:flex;position:absolute;bottom:22px;left:16px}.imported-header.mobile-carousel-dots button,
.imported-header .mobile-carousel-dots button {background:#e8e0d059;border:0;width:24px;height:2px;padding:0}.imported-header.mobile-carousel-dots button.active,
.imported-header .mobile-carousel-dots button.active {background:var(--cyan)}.imported-header.mobile-carousel-controls,
.imported-header .mobile-carousel-controls {z-index:3;color:var(--bone);background:#0a0b0ad1;align-items:center;display:flex;position:absolute;bottom:10px;right:12px}.imported-header.mobile-carousel-controls button,
.imported-header .mobile-carousel-controls button {width:42px;height:42px;color:inherit;background:0 0;border:0;place-items:center;display:grid}.imported-header.mobile-carousel-controls span,
.imported-header .mobile-carousel-controls span {font:500 11px/1 IBM Plex Mono}.imported-header.purchase-panel,
.imported-header .purchase-panel {order:2}.imported-header.product-gallery,
.imported-header .product-gallery {display:none}.imported-header.placement-text-grid,
.imported-header .placement-text-grid {display:block}.imported-header.placement-copy-card,
.imported-header .placement-copy-card {border-right:0;border-bottom:1px solid var(--dark-line);min-height:0;padding:28px 0}.imported-header.placement-copy-card:last-child,
.imported-header .placement-copy-card:last-child {border-bottom:0}.imported-header.placement-copy-card h3,
.imported-header .placement-copy-card h3 {margin:38px 0 16px;font-size:32px}.imported-header.placement-copy-card p,
.imported-header .placement-copy-card p {font-size:17px}
}.imported-header.material-explode-scene,
.imported-header .material-explode-scene {isolation:isolate;perspective:1100px;border:1px solid var(--line);background:radial-gradient(circle at 50% 48%,#48d7e30e,#0000 28%),radial-gradient(circle at 50% 60%,#1c1e1b,#090a09 68%);min-height:820px;position:relative;overflow:hidden}.imported-header.explode-grid,
.imported-header .explode-grid {opacity:.22;transform-origin:bottom;background-image:linear-gradient(#e8e0d014 1px,#0000 1px),linear-gradient(90deg,#e8e0d014 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;transform:perspective(700px)rotateX(64deg)scale(1.7)translateY(24%)}.imported-header.explode-axis,
.imported-header .explode-axis {z-index:1;border-left:1px dashed #48d7e347;position:absolute;top:10%;bottom:12%;left:50%}.imported-header.explode-axis:before,
.imported-header .explode-axis:before,
.imported-header.explode-axis:after,
.imported-header .explode-axis:after {content:"";border:1px solid var(--cyan);border-radius:50%;width:7px;height:7px;position:absolute;left:-4px}.imported-header.explode-axis:before,
.imported-header .explode-axis:before {top:0}.imported-header.explode-axis:after,
.imported-header .explode-axis:after {bottom:0}.imported-header.explode-orbit,
.imported-header .explode-orbit {z-index:1;border:1px solid #48d7e326;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateX(68deg)}.imported-header.orbit-one,
.imported-header .orbit-one {aspect-ratio:1;width:62%}.imported-header.orbit-two,
.imported-header .orbit-two {aspect-ratio:1;opacity:.6;border-style:dashed;width:82%}.imported-header.explode-layer,
.imported-header .explode-layer {--layer-y:0px;--layer-z:0px;--layer-rotate:0deg;z-index:3;width:min(78%,680px);transform-style:preserve-3d;transform:translate3d(-50%,calc(-50% + var(--layer-y)),var(--layer-z))rotate(var(--layer-rotate));filter:drop-shadow(0 34px 24px #00000094);will-change:transform;position:absolute;top:50%;left:50%}.imported-header.explode-layer img,
.imported-header .explode-layer img {width:100%;height:auto;transform:rotateX(-3deg)}.imported-header.explode-silver,
.imported-header .explode-silver {z-index:7;width:min(82%,720px)}.imported-header.explode-graphite,
.imported-header .explode-graphite {z-index:6}.imported-header.explode-diatom,
.imported-header .explode-diatom {z-index:5;width:min(77%,660px)}.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {z-index:4;width:min(76%,650px)}.imported-header.explode-copper,
.imported-header .explode-copper {z-index:3;width:min(73%,620px)}.imported-header.explode-readout,
.imported-header .explode-readout {z-index:10;border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:8px 24px;padding-top:15px;font-family:IBM Plex Mono;display:grid;position:absolute;bottom:24px;left:26px;right:26px}.imported-header.explode-readout span,
.imported-header .explode-readout span {color:var(--cyan);font-size:13px}.imported-header.explode-readout b,
.imported-header .explode-readout b {color:var(--bone);font-size:13px;font-weight:500 font-variation-settings: "wght" 500, "wdth" 100;
}.imported-header.explode-readout b>i,
.imported-header .explode-readout b>i {font-style:normal}.imported-header.mobile-explode-instruction,
.imported-header .mobile-explode-instruction {display:none}.imported-header.explode-readout small,
.imported-header .explode-readout small {color:#747870;grid-column:1/-1;font-size:13px}@media (min-width:901px) and (min-height:640px) and (prefers-reduced-motion:no-preference){
.imported-header.editorial-home .simple-inside,
.imported-header .editorial-home .simple-inside {height:255dvh;min-height:1900px}.imported-header.editorial-home .material-explode-scene,
.imported-header .editorial-home .material-explode-scene {height:100%;min-height:0}.imported-header.editorial-home .simple-materials .simple-inside-heading,
.imported-header .editorial-home .simple-materials .simple-inside-heading {margin-bottom:20px}.imported-header.editorial-home .simple-materials .simple-inside-heading h2,
.imported-header .editorial-home .simple-materials .simple-inside-heading h2 {margin-top:26px;margin-bottom:18px}.imported-header.editorial-home .simple-materials article,
.imported-header .editorial-home .simple-materials article {min-height:88px;padding-top:15px;padding-bottom:15px}.imported-header.editorial-home .simple-materials p,
.imported-header .editorial-home .simple-materials p {margin-top:8px}.imported-header.editorial-home #materials[data-material-step="0"] .material-story-step:first-of-type,
.imported-header .editorial-home #materials[data-material-step="0"] .material-story-step:first-of-type,
.imported-header.editorial-home #materials[data-material-step="1"] .material-story-step:nth-of-type(2),
.imported-header .editorial-home #materials[data-material-step="1"] .material-story-step:nth-of-type(2),
.imported-header.editorial-home #materials[data-material-step="2"] .material-story-step:nth-of-type(3),
.imported-header .editorial-home #materials[data-material-step="2"] .material-story-step:nth-of-type(3),
.imported-header.editorial-home #materials[data-material-step="3"] .material-story-step:nth-of-type(4),
.imported-header .editorial-home #materials[data-material-step="3"] .material-story-step:nth-of-type(4),
.imported-header.editorial-home #materials[data-material-step="4"] .material-story-step:nth-of-type(5),
.imported-header .editorial-home #materials[data-material-step="4"] .material-story-step:nth-of-type(5) {opacity:1;border-color:#48d7e375;transform:translate(10px)}
}@media (max-width:900px){
.imported-header.material-explode-scene,
.imported-header .material-explode-scene {height:720px;min-height:720px;margin-bottom:64px}.imported-header.explode-layer,
.imported-header .explode-layer {width:94%}.imported-header.explode-silver,
.imported-header .explode-silver {width:98%;transform:translate3d(-50%,calc(-50% - 235px),35px)rotate(-2deg)}.imported-header.explode-graphite,
.imported-header .explode-graphite {width:94%;transform:translate3d(-50%,calc(-50% - 112px),20px)rotate(-1deg)}.imported-header.explode-diatom,
.imported-header .explode-diatom {width:92%;transform:translate(-50%,calc(5px - 50%))}.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {width:92%;transform:translate3d(-50%,calc(135px - 50%),-15px)rotate(1deg)}.imported-header.explode-copper,
.imported-header .explode-copper {width:88%;transform:translate3d(-50%,calc(265px - 50%),-25px)rotate(2deg)}.imported-header.explode-readout,
.imported-header .explode-readout {grid-template-columns:1fr;bottom:14px;left:16px;right:16px}.imported-header.explode-readout b,
.imported-header .explode-readout b {display:none}.imported-header.editorial-home .simple-materials article,
.imported-header .editorial-home .simple-materials article {min-height:104px}
}@media (max-width:430px){
.imported-header.material-explode-scene,
.imported-header .material-explode-scene {border-left:0;border-right:0;height:640px;min-height:640px;margin-left:-20px;margin-right:-20px}.imported-header.explode-silver,
.imported-header .explode-silver {transform:translate3d(-50%,calc(-50% - 205px),35px)rotate(-2deg)}.imported-header.explode-graphite,
.imported-header .explode-graphite {transform:translate3d(-50%,calc(-50% - 98px),20px)rotate(-1deg)}.imported-header.explode-diatom,
.imported-header .explode-diatom {transform:translate(-50%,calc(6px - 50%))}.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {transform:translate3d(-50%,calc(112px - 50%),-15px)rotate(1deg)}.imported-header.explode-copper,
.imported-header .explode-copper {transform:translate3d(-50%,calc(220px - 50%),-25px)rotate(2deg)}
}@media (prefers-reduced-motion:reduce){
.imported-header.explode-layer,
.imported-header .explode-layer {will-change:auto}.imported-header.explode-silver,
.imported-header .explode-silver {transform:translate3d(-50%,calc(-50% - 260px),35px)rotate(-2deg)!important}.imported-header.explode-graphite,
.imported-header .explode-graphite {transform:translate3d(-50%,calc(-50% - 125px),20px)rotate(-1deg)!important}.imported-header.explode-diatom,
.imported-header .explode-diatom {transform:translate(-50%,-50%)!important}.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {transform:translate3d(-50%,calc(135px - 50%),-15px)rotate(1deg)!important}.imported-header.explode-copper,
.imported-header .explode-copper {transform:translate3d(-50%,calc(275px - 50%),-25px)rotate(2deg)!important}
}@media (min-width:901px) and (min-height:640px) and (prefers-reduced-motion:no-preference){
.imported-header.editorial-home #materials .simple-materials[data-reveal-group]>.material-story-step,
.imported-header .editorial-home #materials .simple-materials[data-reveal-group]>.material-story-step {border-color:var(--line);opacity:.3!important;transform:translate(0)!important}.imported-header.editorial-home #materials[data-material-step="0"] .simple-materials[data-reveal-group]>.material-story-step:first-of-type,
.imported-header .editorial-home #materials[data-material-step="0"] .simple-materials[data-reveal-group]>.material-story-step:first-of-type,
.imported-header.editorial-home #materials[data-material-step="1"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(2),
.imported-header .editorial-home #materials[data-material-step="1"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(2),
.imported-header.editorial-home #materials[data-material-step="2"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(3),
.imported-header .editorial-home #materials[data-material-step="2"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(3),
.imported-header.editorial-home #materials[data-material-step="3"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(4),
.imported-header .editorial-home #materials[data-material-step="3"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(4),
.imported-header.editorial-home #materials[data-material-step="4"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(5),
.imported-header .editorial-home #materials[data-material-step="4"] .simple-materials[data-reveal-group]>.material-story-step:nth-of-type(5) {border-color:#48d7e375;opacity:1!important;transform:translate(10px)!important}
}@media (min-width:901px){
.imported-header.product-page .standalone-exploded,
.imported-header .product-page .standalone-exploded {width:min(100%,1180px);height:900px;min-height:900px;margin:68px auto 0}.imported-header.product-page .standalone-exploded .explode-silver,
.imported-header .product-page .standalone-exploded .explode-silver {transform:translate3d(-50%,calc(-50% - 290px),65px)rotate(-2deg)}.imported-header.product-page .standalone-exploded .explode-graphite,
.imported-header .product-page .standalone-exploded .explode-graphite {transform:translate3d(-50%,calc(-50% - 145px),35px)rotate(-1deg)}.imported-header.product-page .standalone-exploded .explode-diatom,
.imported-header .product-page .standalone-exploded .explode-diatom {transform:translate(-50%,-50%)}.imported-header.product-page .standalone-exploded .explode-tourmaline,
.imported-header .product-page .standalone-exploded .explode-tourmaline {transform:translate3d(-50%,calc(155px - 50%),-25px)rotate(1deg)}.imported-header.product-page .standalone-exploded .explode-copper,
.imported-header .product-page .standalone-exploded .explode-copper {transform:translate3d(-50%,calc(310px - 50%),-55px)rotate(2deg)}
}.imported-header.material-explode-scene,
.imported-header .material-explode-scene {--pointer-tilt-x:0deg;--pointer-tilt-y:0deg;--scroll-turn:0deg;--scroll-pitch:0deg;--explode-progress:0;--shell-opacity:1;--shell-scale:1;--layer-opacity:0;cursor:crosshair}.imported-header.explode-stage,
.imported-header .explode-stage {z-index:4;transform-style:preserve-3d;transform:rotateX(calc(var(--pointer-tilt-y) + var(--scroll-pitch)))rotateY(calc(var(--pointer-tilt-x) + var(--scroll-turn)));transition:transform .18s var(--ease-out);position:absolute;inset:2% 1% 10%}.imported-header.explode-shadow,
.imported-header .explode-shadow {filter:blur(26px);width:58%;height:11%;transform:translate3d(-50%,-50%,-140px)scale(calc(1 - var(--explode-progress)*.26));opacity:calc(.9 - var(--explode-progress)*.48);background:#000000c7;border-radius:50%;position:absolute;top:58%;left:50%}.imported-header.puck-shell,
.imported-header .puck-shell {z-index:24;width:min(118%,920px);opacity:var(--shell-opacity);transform:translate3d(-50%,-50%,150px)scale(var(--shell-scale))rotateX(-1deg);filter:drop-shadow(0 38px 32px #000000b8);pointer-events:none;will-change:opacity,transform;position:absolute;top:50%;left:50%}.imported-header.puck-shell img,
.imported-header .puck-shell img {-webkit-user-select:none;user-select:none;width:100%;height:auto}.imported-header.explode-layer,
.imported-header .explode-layer {--layer-y:0px;--layer-z:0px;--layer-rotate:0deg;--layer-tilt:0deg;--sprite-y:0%;transform:translate3d(-50%,calc(-50% + var(--layer-y)),var(--layer-z))rotateX(var(--layer-tilt))rotate(var(--layer-rotate));transition:filter .24s var(--ease-out);backface-visibility:hidden;opacity:var(--layer-opacity);top:50%;overflow:hidden}.imported-header.explode-layer img,
.imported-header .explode-layer img {width:100%;max-width:none;height:auto;transform:translate3d(0,var(--sprite-y),0);-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;inset:0 auto auto 0}.imported-header.explode-silver,
.imported-header .explode-silver {--sprite-y:-5.7%;aspect-ratio:1067/182;width:min(85%,730px)}.imported-header.explode-graphite,
.imported-header .explode-graphite {--sprite-y:-19%;aspect-ratio:1067/262;width:min(80%,690px)}.imported-header.explode-diatom,
.imported-header .explode-diatom {--sprite-y:-37.4%;aspect-ratio:1067/248;width:min(79%,680px)}.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {--sprite-y:-54.7%;aspect-ratio:1067/274;width:min(78%,670px)}.imported-header.explode-copper,
.imported-header .explode-copper {--sprite-y:-74%;aspect-ratio:1067/330;width:min(76%,650px)}.imported-header.explode-callouts,
.imported-header .explode-callouts {transform-style:preserve-3d;position:absolute;inset:0}.imported-header.explode-callout,
.imported-header .explode-callout {--callout-y:0px;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:152px;color:var(--bone);letter-spacing:.035em;opacity:.12;transform:translate3d(0,calc(-50% + var(--callout-y)),135px);transition:opacity .22s var(--ease-out),border-color .22s var(--ease-out),color .22s var(--ease-out);background:#090a09bd;border:1px solid #e8e0d033;padding:8px 10px;font:500 10px/1.2 IBM Plex Mono;position:absolute;top:50%;right:14px}.imported-header.explode-callout:before,
.imported-header .explode-callout:before {content:"";opacity:.55;border-top:1px solid;width:clamp(22px,4vw,58px);position:absolute;top:50%;right:100%}.imported-header.explode-callout i,
.imported-header .explode-callout i {color:var(--copper);margin-right:8px;font-style:normal}.imported-header.editorial-home #materials[data-material-step="0"] .explode-callout-1,
.imported-header .editorial-home #materials[data-material-step="0"] .explode-callout-1,
.imported-header.editorial-home #materials[data-material-step="1"] .explode-callout-2,
.imported-header .editorial-home #materials[data-material-step="1"] .explode-callout-2,
.imported-header.editorial-home #materials[data-material-step="2"] .explode-callout-3,
.imported-header .editorial-home #materials[data-material-step="2"] .explode-callout-3,
.imported-header.editorial-home #materials[data-material-step="3"] .explode-callout-4,
.imported-header .editorial-home #materials[data-material-step="3"] .explode-callout-4,
.imported-header.editorial-home #materials[data-material-step="4"] .explode-callout-5,
.imported-header .editorial-home #materials[data-material-step="4"] .explode-callout-5 {opacity:1;border-color:var(--cyan);color:var(--cyan)}.imported-header.explode-progress,
.imported-header .explode-progress {background:#e8e0d021;grid-column:1/-1;height:2px;margin-top:3px;display:block;position:relative;overflow:hidden}.imported-header.explode-progress>i,
.imported-header .explode-progress>i {background:linear-gradient(90deg,var(--cyan),var(--copper));width:100%;height:100%;transform:scaleX(var(--explode-progress));transform-origin:0;display:block}.imported-header.standalone-exploded,
.imported-header .standalone-exploded {--explode-progress:1;--layer-opacity:1;cursor:default}.imported-header.standalone-exploded .explode-stage,
.imported-header .standalone-exploded .explode-stage {inset:2% 1% 9%;transform:rotateX(1.5deg)rotateY(-2deg)}.imported-header.standalone-exploded .explode-callouts,
.imported-header .standalone-exploded .explode-callouts,
.imported-header.standalone-exploded .puck-shell,
.imported-header .standalone-exploded .puck-shell {display:none}@media (max-width:900px){
.imported-header.material-explode-scene,
.imported-header .material-explode-scene {cursor:default}.imported-header.explode-stage,
.imported-header .explode-stage {inset:2% 0 10%;transform:rotateX(1.5deg)rotateY(-2deg)}.imported-header.explode-callouts,
.imported-header .explode-callouts {display:none}.imported-header.explode-silver,
.imported-header .explode-silver {width:98%}.imported-header.explode-graphite,
.imported-header .explode-graphite {width:94%}.imported-header.explode-diatom,
.imported-header .explode-diatom,
.imported-header.explode-tourmaline,
.imported-header .explode-tourmaline {width:92%}.imported-header.explode-copper,
.imported-header .explode-copper {width:88%}.imported-header.desktop-explode-instruction,
.imported-header .desktop-explode-instruction {display:none}.imported-header.mobile-explode-instruction,
.imported-header .mobile-explode-instruction {display:inline}
}@media (prefers-reduced-motion:reduce){
.imported-header.material-explode-scene,
.imported-header .material-explode-scene {--explode-progress:1;--shell-opacity:0;--layer-opacity:1;cursor:default}.imported-header.explode-stage,
.imported-header .explode-stage {transition:none;transform:rotateX(1.5deg)rotateY(-2deg)!important}.imported-header.explode-callouts,
.imported-header .explode-callouts {display:none}
}@media (min-width:901px) and (min-height:640px) and (max-height:800px){
.imported-header.editorial-home .simple-inside-body>*,
.imported-header .editorial-home .simple-inside-body>* {min-height:0}.imported-header.editorial-home .simple-materials,
.imported-header .editorial-home .simple-materials {min-height:0;padding-top:10px;padding-bottom:10px;overflow:hidden}.imported-header.editorial-home .simple-materials .simple-inside-heading,
.imported-header .editorial-home .simple-materials .simple-inside-heading {margin-bottom:10px}.imported-header.editorial-home .simple-materials .simple-inside-heading h2,
.imported-header .editorial-home .simple-materials .simple-inside-heading h2 {margin-top:16px;margin-bottom:10px;font-size:clamp(43px,4.3vw,60px);line-height:.88}.imported-header.editorial-home .simple-materials .simple-inside-heading>p,
.imported-header .editorial-home .simple-materials .simple-inside-heading>p {margin-bottom:0;font-size:13px;line-height:1.4}.imported-header.editorial-home .simple-materials article,
.imported-header .editorial-home .simple-materials article {min-height:56px;padding-top:8px;padding-bottom:8px}.imported-header.editorial-home .simple-materials article h3,
.imported-header .editorial-home .simple-materials article h3 {font-size:18px}.imported-header.editorial-home .simple-materials article p,
.imported-header .editorial-home .simple-materials article p {margin-top:3px;font-size:12px;line-height:1.3}.imported-header.editorial-home .simple-inside-link,
.imported-header .editorial-home .simple-inside-link {min-height:46px;font-size:11px}
}.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-behavior:auto}@media (min-width:901px) and (min-height:640px){
.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-snap-type:y mandatory}.imported-header.editorial-home>section[data-snap-section]:not(#materials),
.imported-header .editorial-home>section[data-snap-section]:not(#materials) {height:calc(100dvh - 82px);min-height:calc(100dvh - 82px);overflow:hidden}.imported-header.editorial-home>.simple-hero[data-snap-section],
.imported-header .editorial-home>.simple-hero[data-snap-section] {height:100dvh;min-height:100dvh}.imported-header.editorial-home .simple-hero-copy,
.imported-header .editorial-home .simple-hero-copy {min-height:0;padding-top:clamp(28px,4vh,48px);padding-bottom:clamp(28px,4vh,48px)}.imported-header.editorial-home .simple-hero-copy h1,
.imported-header .editorial-home .simple-hero-copy h1 {margin-top:clamp(24px,4vh,38px);margin-bottom:clamp(18px,3vh,28px);font-size:clamp(66px,7vw,98px)}.imported-header.editorial-home .simple-hero-actions,
.imported-header .editorial-home .simple-hero-actions {margin-top:clamp(24px,4vh,38px)}.imported-header.editorial-home .simple-hero-photo,
.imported-header .editorial-home .simple-hero-photo {height:100%;min-height:0}.imported-header.editorial-home .editorial-intro>*,
.imported-header .editorial-home .editorial-intro>* {min-height:0}.imported-header.editorial-home .editorial-intro-copy,
.imported-header .editorial-home .editorial-intro-copy {padding-top:34px;padding-bottom:34px}.imported-header.editorial-home .editorial-intro-copy h2,
.imported-header .editorial-home .editorial-intro-copy h2 {margin-top:22px;margin-bottom:18px;font-size:clamp(54px,5.5vw,78px)}.imported-header.editorial-home .editorial-intro-copy>p,
.imported-header .editorial-home .editorial-intro-copy>p {font-size:15px;line-height:1.48}.imported-header.editorial-home .simple-material-line,
.imported-header .editorial-home .simple-material-line {margin-top:20px;margin-bottom:22px}.imported-header.editorial-home .founder-manifesto>*,
.imported-header .editorial-home .founder-manifesto>* {min-height:0}.imported-header.editorial-home .manifesto-signal,
.imported-header .editorial-home .manifesto-signal {padding-top:42px;padding-bottom:42px}.imported-header.editorial-home .manifesto-signal blockquote,
.imported-header .editorial-home .manifesto-signal blockquote {margin:28px 0;font-size:clamp(31px,2.8vw,46px)}.imported-header.editorial-home .founder-manifesto-copy,
.imported-header .editorial-home .founder-manifesto-copy {padding-top:28px;padding-bottom:28px}.imported-header.editorial-home .founder-manifesto-copy h2,
.imported-header .editorial-home .founder-manifesto-copy h2 {margin-top:18px;margin-bottom:14px;font-size:clamp(44px,4.4vw,65px)}.imported-header.editorial-home .founder-manifesto-copy p,
.imported-header .editorial-home .founder-manifesto-copy p {margin-bottom:7px;font-size:13px;line-height:1.4}.imported-header.editorial-home .founder-manifesto-copy .manifesto-lead,
.imported-header .editorial-home .founder-manifesto-copy .manifesto-lead {font-size:17px;line-height:1.28}.imported-header.editorial-home .founder-manifesto-copy .simple-method,
.imported-header .editorial-home .founder-manifesto-copy .simple-method {margin:8px 0 12px;padding:10px 0}.imported-header.editorial-home .simple-shop>*,
.imported-header .editorial-home .simple-shop>* {min-height:0}.imported-header.editorial-home .simple-shop-copy,
.imported-header .editorial-home .simple-shop-copy {padding-top:28px;padding-bottom:28px}.imported-header.editorial-home .simple-shop-copy h2,
.imported-header .editorial-home .simple-shop-copy h2 {margin-top:18px;margin-bottom:14px;font-size:clamp(54px,5vw,72px);line-height:.88}.imported-header.editorial-home .simple-price,
.imported-header .editorial-home .simple-price {font-size:25px}.imported-header.editorial-home .simple-shop-copy>p,
.imported-header .editorial-home .simple-shop-copy>p {margin:16px 0;font-size:14px;line-height:1.45}.imported-header.editorial-home .simple-shop-options,
.imported-header .editorial-home .simple-shop-options {margin-bottom:10px}.imported-header.editorial-home .simple-shop-options button,
.imported-header .editorial-home .simple-shop-options button {min-height:62px;padding:11px 14px}.imported-header.editorial-home .simple-shop .add-button,
.imported-header .editorial-home .simple-shop .add-button {min-height:50px}.imported-header.editorial-home .simple-shipping,
.imported-header .editorial-home .simple-shipping {margin-top:11px}
}@media (max-width:900px){
.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-snap-type:none}
}@media (min-width:901px) and (min-height:640px){
.imported-header.editorial-home .simple-experiment,
.imported-header .editorial-home .simple-experiment {grid-template-rows:auto minmax(0,1fr);gap:clamp(18px,2.5vh,28px);height:calc(100dvh - 82px);min-height:calc(100dvh - 82px);padding-top:clamp(28px,4vh,46px);padding-bottom:clamp(24px,3.5vh,42px);display:grid;overflow:hidden}.imported-header.editorial-home .simple-experiment-head,
.imported-header .editorial-home .simple-experiment-head {align-items:end;margin-bottom:0}.imported-header.editorial-home .simple-experiment-head h2,
.imported-header .editorial-home .simple-experiment-head h2 {margin-top:clamp(14px,2vh,24px);font-size:clamp(48px,5.2vw,82px);line-height:.88}.imported-header.editorial-home .simple-experiment-head>p,
.imported-header .editorial-home .simple-experiment-head>p {margin-bottom:0;font-size:clamp(13px,1.05vw,16px);line-height:1.45}.imported-header.editorial-home .simple-meter-grid,
.imported-header .editorial-home .simple-meter-grid {height:100%;min-height:0}.imported-header.editorial-home .simple-meter-grid figure,
.imported-header .editorial-home .simple-meter-grid figure {grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.imported-header.editorial-home .simple-meter-grid img,
.imported-header .editorial-home .simple-meter-grid img {height:100%;min-height:0}.imported-header.editorial-home .simple-meter-grid figcaption,
.imported-header .editorial-home .simple-meter-grid figcaption {padding:12px 0}
}.imported-header.editorial-home .homepage-dark-grid,
.imported-header .editorial-home .homepage-dark-grid,
.imported-header.editorial-home .homepage-dark-grid .simple-hero-copy,
.imported-header .editorial-home .homepage-dark-grid .simple-hero-copy {background-color:var(--graphite);background-image:linear-gradient(#e8e0d00b 1px,#0000 1px),linear-gradient(90deg,#e8e0d00b 1px,#0000 1px);background-size:72px 72px}.imported-header.editorial-home .homepage-dark-grid .material-explode-scene,
.imported-header .editorial-home .homepage-dark-grid .material-explode-scene {background-color:#111311db;background-image:radial-gradient(circle at 50% 48%,#48d7e30e,#0000 28%),radial-gradient(circle at 50% 60%,#1c1e1be6,#090a09db 68%)}.imported-header.experiment-reference,
.imported-header .experiment-reference {max-width:500px}.imported-header.experiment-reference>p,
.imported-header .experiment-reference>p {color:#aaa99f;margin:0 0 18px}.imported-header.technical-doc-link,
.imported-header .technical-doc-link {width:fit-content;color:var(--cyan);letter-spacing:.04em;border-bottom:1px solid;align-items:center;gap:12px;padding:0 0 8px;font:500 12px/1.2 IBM Plex Mono;display:inline-flex}.imported-header.technical-doc-link:hover,
.imported-header .technical-doc-link:hover {color:var(--bone)}.imported-header.product-technical-link,
.imported-header .product-technical-link {margin:0 0 14px}.imported-header.home-snap-shell .product-page>[data-snap-section],
.imported-header .home-snap-shell .product-page>[data-snap-section] {scroll-snap-align:start;scroll-snap-stop:normal;scroll-margin-top:0}@media (min-width:901px) and (min-height:640px){
.imported-header.product-page .purchase-panel-inner>p,
.imported-header .product-page .purchase-panel-inner>p,
.imported-header.product-page .made-copy p,
.imported-header .product-page .made-copy p,
.imported-header.product-page .inside-heading>p,
.imported-header .product-page .inside-heading>p {font-size:17px;line-height:1.6}.imported-header.product-page .purchase-panel .purchase-disclaimer,
.imported-header .product-page .purchase-panel .purchase-disclaimer {margin:12px 0 14px;font-size:13px;line-height:1.55}.imported-header.product-page .purchase-trust span,
.imported-header .product-page .purchase-trust span {font-size:12px;line-height:1.4}.imported-header.product-page .product-technical-link,
.imported-header .product-page .product-technical-link {margin-bottom:18px;font-size:12px}.imported-header.product-page .faq-columns,
.imported-header .product-page .faq-columns {border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(34px,4vw,70px);display:grid}.imported-header.product-page .faq-column,
.imported-header .product-page .faq-column {border-top:1px solid var(--dark-line)}.imported-header.product-page .faq-list summary,
.imported-header .product-page .faq-list summary {min-height:72px;font-size:17px;line-height:1.25}.imported-header.product-page .faq-list details p,
.imported-header .product-page .faq-list details p {margin:0 34px 24px 50px;font-size:16px;line-height:1.6}
}@media (max-width:900px){
.imported-header.editorial-home .homepage-dark-grid,
.imported-header .editorial-home .homepage-dark-grid,
.imported-header.editorial-home .homepage-dark-grid .simple-hero-copy,
.imported-header .editorial-home .homepage-dark-grid .simple-hero-copy {background-size:48px 48px}.imported-header.experiment-reference,
.imported-header .experiment-reference {max-width:none}.imported-header.technical-doc-link,
.imported-header .technical-doc-link {font-size:11px}.imported-header.product-page .faq-columns,
.imported-header .product-page .faq-columns {display:block}.imported-header.editorial-home #materials .simple-materials,
.imported-header .editorial-home #materials .simple-materials {padding-top:38px}.imported-header.editorial-home #materials .simple-materials .simple-inside-heading,
.imported-header .editorial-home #materials .simple-materials .simple-inside-heading {margin-bottom:20px}.imported-header.editorial-home #materials .simple-materials article,
.imported-header .editorial-home #materials .simple-materials article {min-height:65px;padding-top:7px;padding-bottom:7px}.imported-header.editorial-home #materials .simple-materials article h3,
.imported-header .editorial-home #materials .simple-materials article h3 {font-size:clamp(18px,3.6vw,22px);line-height:1}.imported-header.editorial-home #materials .simple-materials article p,
.imported-header .editorial-home #materials .simple-materials article p {margin-top:4px;font-size:13px;line-height:1.3}
}@media (min-width:901px) and (min-height:640px){
.imported-header.editorial-home .founder-manifesto-copy p,
.imported-header .editorial-home .founder-manifesto-copy p {margin-bottom:6px;font-size:17px;line-height:1.42}.imported-header.editorial-home .founder-manifesto-copy .manifesto-lead,
.imported-header .editorial-home .founder-manifesto-copy .manifesto-lead {font-size:18px;line-height:1.35}
}@media (max-width:800px){
.imported-header.product-page .mobile-primary,
.imported-header .product-page .mobile-primary {display:none}.imported-header.product-page .mobile-product-carousel,
.imported-header .product-page .mobile-product-carousel {order:1;display:block}.imported-header.product-page .product-gallery,
.imported-header .product-page .product-gallery {display:none}
}@media (max-width:900px) and (min-height:560px) and (prefers-reduced-motion:no-preference){
.imported-header.editorial-home #materials .material-explode-scene,
.imported-header .editorial-home #materials .material-explode-scene {z-index:1;height:calc(100svh - 64px);min-height:560px;margin-top:0;margin-bottom:82svh;position:sticky;top:64px}.imported-header.editorial-home #materials .simple-materials,
.imported-header .editorial-home #materials .simple-materials {z-index:2;background:var(--graphite);padding-top:68px;position:relative;box-shadow:0 -32px 48px #090a09e6}
}@media (max-width:900px){
.imported-header.editorial-home .simple-experiment-head h2,
.imported-header .editorial-home .simple-experiment-head h2 {letter-spacing:-.045em;max-width:100%;font-size:clamp(42px,12.2vw,54px)}.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-snap-type:y mandatory;scroll-padding-top:68px}.imported-header.home-snap-shell .editorial-home>section[data-snap-section],
.imported-header .home-snap-shell .editorial-home>section[data-snap-section] {scroll-snap-align:start;scroll-snap-stop:always}.imported-header.editorial-home .simple-hero-photo,
.imported-header .editorial-home .simple-hero-photo {height:clamp(350px,96vw,430px);min-height:clamp(350px,96vw,430px)}.imported-header.editorial-home .editorial-intro-photo,
.imported-header .editorial-home .editorial-intro-photo {height:clamp(410px,112vw,500px)}.imported-header.editorial-home .simple-hero-photo img,
.imported-header .editorial-home .simple-hero-photo img,
.imported-header.editorial-home .editorial-intro-photo img,
.imported-header .editorial-home .editorial-intro-photo img {object-fit:cover;width:100%;height:100%;display:block}.imported-header.editorial-home #materials,
.imported-header .editorial-home #materials {padding-bottom:28px}.imported-header.editorial-home #materials .simple-materials,
.imported-header .editorial-home #materials .simple-materials {isolation:isolate;background:#111311;padding-top:52px;box-shadow:0 -26px 42px #090a09eb}.imported-header.editorial-home #materials .simple-materials:before,
.imported-header .editorial-home #materials .simple-materials:before {content:"";z-index:-1;background-color:#111311;background-image:linear-gradient(#e8e0d00b 1px,#0000 1px),linear-gradient(90deg,#e8e0d00b 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0 -20px}.imported-header.editorial-home #materials .simple-materials .simple-inside-heading,
.imported-header .editorial-home #materials .simple-materials .simple-inside-heading {margin-bottom:24px}.imported-header.editorial-home #materials .simple-materials article,
.imported-header .editorial-home #materials .simple-materials article {min-height:0;padding-top:14px;padding-bottom:14px}.imported-header.editorial-home #materials .simple-materials article>span,
.imported-header .editorial-home #materials .simple-materials article>span {padding-top:2px}.imported-header.editorial-home #materials .simple-materials article h3,
.imported-header .editorial-home #materials .simple-materials article h3 {line-height:1.08}.imported-header.editorial-home #materials .simple-materials article p,
.imported-header .editorial-home #materials .simple-materials article p {margin-top:7px}.imported-header.editorial-home .manifesto-signal,
.imported-header .editorial-home .manifesto-signal {min-height:500px;padding-top:48px;padding-bottom:48px}.imported-header.editorial-home .manifesto-signal blockquote,
.imported-header .editorial-home .manifesto-signal blockquote {margin:46px 0}
}@media (max-width:900px) and (min-height:560px) and (prefers-reduced-motion:no-preference){
.imported-header.editorial-home #materials .material-explode-scene,
.imported-header .editorial-home #materials .material-explode-scene {margin-bottom:50svh}
}.imported-header.mobile-product-heading,
.imported-header .mobile-product-heading {display:none}@media (max-width:900px){
.imported-header.home-snap-shell,
.imported-header .home-snap-shell {scroll-snap-type:none;scroll-behavior:auto;scroll-padding-top:0}.imported-header.home-snap-shell .editorial-home>section[data-snap-section],
.imported-header .home-snap-shell .editorial-home>section[data-snap-section] {scroll-snap-align:none;scroll-snap-stop:normal}
}@media (max-width:800px){
.imported-header.product-page .product-buy,
.imported-header .product-page .product-buy {padding-top:68px}.imported-header.product-page .mobile-product-heading,
.imported-header .product-page .mobile-product-heading {order:1;padding:48px 20px 30px;display:block}.imported-header.product-page .mobile-product-heading h1,
.imported-header .product-page .mobile-product-heading h1 {margin:28px 0 0;font-size:clamp(68px,21vw,88px);line-height:.86}.imported-header.product-page .mobile-product-carousel,
.imported-header .product-page .mobile-product-carousel {order:2;margin-top:0}.imported-header.product-page .purchase-panel,
.imported-header .product-page .purchase-panel {order:3}.imported-header.product-page .purchase-panel-inner,
.imported-header .product-page .purchase-panel-inner {padding-top:46px}.imported-header.product-page .purchase-panel-inner>.eyebrow,
.imported-header .product-page .purchase-panel-inner>.eyebrow,
.imported-header.product-page .purchase-panel-inner>h1,
.imported-header .product-page .purchase-panel-inner>h1 {display:none}.imported-header.product-page .use-head,
.imported-header .product-page .use-head {margin-bottom:30px}.imported-header.product-page .use-head h2,
.imported-header .product-page .use-head h2 {margin-bottom:0;font-size:clamp(46px,13vw,56px);line-height:.9}.imported-header.product-page .life-happens-line,
.imported-header .product-page .life-happens-line {white-space:nowrap}.imported-header.editorial-home .manifesto-signal,
.imported-header .editorial-home .manifesto-signal {justify-content:flex-start;gap:34px;min-height:0;padding-top:44px;padding-bottom:40px}.imported-header.editorial-home .manifesto-signal blockquote,
.imported-header .editorial-home .manifesto-signal blockquote {margin:0}
}.imported-header.utility-page,
.imported-header .utility-page {min-height:100svh;padding:160px max(34px,50vw - 750px) 110px}.imported-header.contact-page,
.imported-header .contact-page {grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:start;gap:clamp(70px,10vw,180px);display:grid}.imported-header.utility-page-intro h1,
.imported-header .utility-page-intro h1 {max-width:720px;margin:48px 0 34px;font-size:clamp(78px,8vw,138px)}.imported-header.utility-page-intro p,
.imported-header .utility-page-intro p {color:#aaa99f;max-width:540px;margin:0;font-size:18px}.imported-header.contact-form,
.imported-header .contact-form {border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:30px 22px;padding-top:36px;display:grid}.imported-header.contact-form label,
.imported-header .contact-form label {letter-spacing:.1em;gap:11px;font:500 11px/1 IBM Plex Mono;display:grid}.imported-header.contact-form input,
.imported-header .contact-form input,
.imported-header.contact-form textarea,
.imported-header .contact-form textarea {border:1px solid var(--line);width:100%;color:var(--bone);background:#1113116b;border-radius:0;outline:none;padding:16px;font:400 17px/1.5 Inter,sans-serif;transition:border-color .18s,background .18s}.imported-header.contact-form input,
.imported-header .contact-form input {min-height:58px}.imported-header.contact-form textarea,
.imported-header .contact-form textarea {resize:vertical;min-height:210px}.imported-header.contact-form input:focus,
.imported-header .contact-form input:focus,
.imported-header.contact-form textarea:focus,
.imported-header .contact-form textarea:focus {border-color:var(--cyan);background:#48d7e309}.imported-header.contact-message-field,
.imported-header .contact-message-field,
.imported-header.contact-form button,
.imported-header .contact-form button {grid-column:1/-1}.imported-header.contact-form button,
.imported-header .contact-form button {background:var(--bone);min-height:62px;color:var(--graphite);letter-spacing:.08em;border:0;justify-content:space-between;align-items:center;padding:0 22px;font:500 13px/1 IBM Plex Mono;display:flex}.imported-header.contact-form button:hover,
.imported-header .contact-form button:hover {background:var(--cyan)}.imported-header.policy-page,
.imported-header .policy-page {background:var(--bone);color:var(--graphite)}.imported-header.policy-header,
.imported-header .policy-header {min-height:470px;color:var(--bone);flex-direction:column;justify-content:flex-end;padding:165px max(34px,50vw - 750px) 86px;display:flex}.imported-header.policy-header h1,
.imported-header .policy-header h1 {max-width:1260px;margin:48px 0 0;font-size:clamp(74px,8vw,138px)}.imported-header.policy-header p,
.imported-header .policy-header p {color:#a5a69e;letter-spacing:.08em;text-transform:uppercase;margin:24px 0 0;font:500 12px/1.4 IBM Plex Mono}.imported-header.policy-document,
.imported-header .policy-document {width:min(100%,980px);margin:0 auto;padding:92px 34px 130px}.imported-header.policy-document h2,
.imported-header .policy-document h2 {border-top:1px solid var(--dark-line);letter-spacing:-.045em;margin:76px 0 24px;padding-top:24px;font-size:clamp(28px,3vw,42px);line-height:1.05}.imported-header.policy-document h2:first-child,
.imported-header .policy-document h2:first-child {margin-top:0}.imported-header.policy-document p,
.imported-header .policy-document p {margin:0 0 22px;font-size:17px;line-height:1.72}.imported-header.policy-document a,
.imported-header .policy-document a {color:#815035;text-underline-offset:3px;text-decoration:underline}.imported-header.policy-bullet,
.imported-header .policy-bullet {grid-template-columns:20px 1fr;gap:10px;display:grid}.imported-header.policy-bullet>span:first-child,
.imported-header .policy-bullet>span:first-child {color:var(--copper)}@media (max-width:900px){
.imported-header.utility-page,
.imported-header .utility-page {padding:126px 20px 80px}.imported-header.contact-page,
.imported-header .contact-page {display:block}.imported-header.utility-page-intro h1,
.imported-header .utility-page-intro h1 {margin:36px 0 28px;font-size:clamp(64px,20vw,92px)}.imported-header.utility-page-intro p,
.imported-header .utility-page-intro p {font-size:17px}.imported-header.contact-form,
.imported-header .contact-form {grid-template-columns:1fr;margin-top:64px}.imported-header.contact-form label,
.imported-header .contact-form label,
.imported-header.contact-message-field,
.imported-header .contact-message-field,
.imported-header.contact-form button,
.imported-header .contact-form button {grid-column:1}.imported-header.policy-header,
.imported-header .policy-header {min-height:390px;padding:135px 20px 64px}.imported-header.policy-header h1,
.imported-header .policy-header h1 {margin-top:36px;font-size:clamp(54px,17vw,82px);line-height:.92}.imported-header.policy-document,
.imported-header .policy-document {padding:64px 20px 90px}.imported-header.policy-document h2,
.imported-header .policy-document h2 {margin-top:58px}.imported-header.policy-document p,
.imported-header .policy-document p {font-size:16px;line-height:1.68}
}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto)))))}to{height:0}}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}

/* GK static-export controls; preserves the source design while removing React runtime dependencies. */
.imported-header.gk-static-page .site-header .header-nav.open,
.imported-header .gk-static-page .site-header .header-nav.open { display:flex; }
@media (max-width: 800px) {

  .imported-header.gk-static-page .site-header .header-nav.open,
.imported-header .gk-static-page .site-header .header-nav.open { position:absolute; top:68px; left:0; right:0; min-height:calc(100svh - 68px); padding:24px 20px 42px; background:rgba(17,19,17,.985); flex-direction:column; align-items:stretch; justify-content:center; gap:0; border-bottom:1px solid rgba(232,224,208,.16); }
  .imported-header.gk-static-page .site-header .header-nav.open a,
.imported-header .gk-static-page .site-header .header-nav.open a,
.imported-header.gk-static-page .site-header .header-nav.open button,
.imported-header .gk-static-page .site-header .header-nav.open button { min-height:68px; width:100%; border:0; border-bottom:1px solid rgba(232,224,208,.14); display:flex; align-items:center; background:transparent; color:var(--bone); font:600 24px/1 "Space Grotesk",sans-serif; text-align:left; }
  .imported-header.gk-static-page .site-header .header-nav.open .cart-link span,
.imported-header .gk-static-page .site-header .header-nav.open .cart-link span { margin-left:8px; }

}
@media (max-width: 768px) {

  .imported-header.gk-static-page img,
.imported-header .gk-static-page img { max-width:100%; }

}
@media (max-width: 460px) {

  .imported-header.gk-static-page,
.imported-header .gk-static-page { overflow-x:hidden; }
  .imported-header.gk-static-page .site-shell,
.imported-header .gk-static-page .site-shell { max-width:100vw; }

}
.imported-header.gk-form-status,
.imported-header .gk-form-status { margin:14px 0 0; color:var(--cyan); font:500 12px/1.5 "IBM Plex Mono",monospace; }
.imported-header.mobile-product-title,
.imported-header .mobile-product-title { font-family:"Space Grotesk",sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:-.065em; margin:28px 0 0; font-size:clamp(68px,21vw,88px); line-height:.86;  font-variation-settings: "wght" 600, "wdth" 100;
}
.imported-header.not-found-page,
.imported-header .not-found-page { min-height:calc(100svh - 82px); padding:150px max(24px,calc((100vw - 1500px)/2)) 110px; display:flex; flex-direction:column; justify-content:center; }
.imported-header.not-found-page h1,
.imported-header .not-found-page h1 { margin:32px 0 18px; font-size:clamp(90px,18vw,260px); color:var(--copper); }
.imported-header.not-found-page h2,
.imported-header .not-found-page h2 { font-size:clamp(48px,7vw,98px); }
.imported-header.not-found-page p,
.imported-header .not-found-page p { max-width:620px; margin:34px 0; font-size:17px; color:#b8b6ae; }

/* gk-mobile-active-nav-underline */
@media (max-width: 767px) {
  .imported-header .header-nav.open a.active:not(.btn--nav-cta)::after {
    bottom: -5px;
  }
}
