:root{--radius:.5rem;--max-width:72rem;--font-sans:system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;--background:oklch(99% 0 0);--foreground:oklch(20% 0 0);--muted:oklch(96% 0 0);--muted-foreground:oklch(50% 0 0);--border:oklch(90% 0 0)}*,:before,:after{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth;font-family:var(--font-sans)}body{min-height:100vh;font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--foreground);text-underline-offset:.15em;text-decoration-thickness:1px}a:hover{color:var(--muted-foreground)}:focus-visible{outline:2px solid color-mix(in oklch, var(--foreground) 35%, transparent);outline-offset:2px}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid var(--border);backdrop-filter:blur(8px);background:oklch(100% 0 0/.92);position:sticky;top:0}.site-header__inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding-block:.75rem;display:flex}@media (width>=640px){.site-header__inner{flex-direction:row;justify-content:space-between;align-items:center;padding-block:.875rem}}.site-header__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;display:flex}@media (width>=640px){.site-header__actions{flex-direction:row;align-items:center;gap:1rem;width:auto}}.search-input{border:1px solid var(--border);border-radius:var(--radius);width:100%;height:2.5rem;font:inherit;color:var(--foreground);background:0 0;padding:.375rem .75rem;font-size:1rem}.search-input::placeholder{color:var(--muted-foreground)}.search-input--compact{height:2rem;padding:.25rem .625rem;font-size:.875rem}.site-search{width:100%}@media (width>=640px){.site-search{width:12rem}}.site-logo{letter-spacing:-.03em;color:var(--foreground);font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;line-height:1;text-decoration:none}.site-nav{flex-wrap:wrap;gap:.25rem;display:flex}.site-nav a{border-radius:calc(var(--radius) - 2px);color:var(--muted-foreground);padding:.375rem .625rem;font-size:.875rem;font-weight:500;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--foreground);background:var(--muted)}.site-main{padding-block:1.25rem 2.5rem}.site-footer{border-top:1px solid var(--border);color:var(--muted-foreground);padding:1.5rem 0;font-size:.875rem}.site-footer p{margin:0}.page-lead{max-width:32rem;color:var(--muted-foreground);margin:0 0 2rem}.section-heading{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.125rem;font-weight:600}.page-header{margin-bottom:2rem}.page-header h1{letter-spacing:-.03em;margin:.5rem 0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.15}.page-header p{max-width:40rem;color:var(--muted-foreground);margin:0;font-size:1rem}.prose{--p:1.0625rem;--lh:1.8;--gap:1.5em;max-width:42rem;font-size:var(--p);line-height:var(--lh)}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose :where(h2,h3,h4){letter-spacing:-.02em;text-wrap:balance;font-weight:600;line-height:1.3}.prose h2{margin:2em 0 .5em;font-size:1.375rem}.prose h3{margin:1.5em 0 .4em;font-size:1.125rem}.prose h4{margin:1.25em 0 .35em;font-size:1rem}.prose :where(p,ul,ol){margin:0 0 var(--gap)}.prose :where(ul,ol){padding-left:1.25rem}.prose li+li{margin-top:.5em}.prose a{font-weight:500}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5em 0}.article-header{border-bottom:1px solid var(--border);margin-top:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem}.article-header h1{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15}.article-header__lead{color:var(--muted-foreground);margin:0;font-size:1.0625rem;line-height:1.65}.article-meta{color:var(--muted-foreground);flex-wrap:wrap;gap:.25rem 0;margin-bottom:.75rem;font-size:.8125rem;line-height:1.4;display:flex}.article-meta>*+:before{content:"·";opacity:.5;margin-inline:.5rem}.article-tags{margin-top:1rem}.tags{flex-wrap:wrap;gap:.375rem;display:flex}.tag-pill{color:var(--foreground);background:var(--muted);border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}a.tag-pill:hover{color:var(--foreground);background:oklch(from var(--muted) l c h / .8)}.product-image{aspect-ratio:1;border-radius:calc(var(--radius) * 2);background:color-mix(in oklch, var(--muted) 30%, transparent);position:relative;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:.75rem;position:absolute;inset:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem;display:grid}@media (width>=640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr))}}.product-card{height:100%;color:inherit;border:1px solid var(--border);border-radius:calc(var(--radius) * 2);text-decoration:none;transition:box-shadow .15s;display:block;overflow:hidden}.product-card[hidden]{display:none!important}.product-card:hover{color:inherit;box-shadow:0 4px 12px oklch(0% 0 0/.08)}.product-card__body{padding:.875rem 1rem 1rem}.product-card__title{letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:600;line-height:1.3}.product-card__price{font-variant-numeric:tabular-nums;margin:.375rem 0 0;font-size:.875rem;font-weight:500}.product-card__desc{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.375rem 0 0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__specs{color:var(--muted-foreground);flex-wrap:wrap;gap:.5rem .75rem;margin:.5rem 0 0;font-size:.75rem;display:flex}.product-card__spec{font-variant-numeric:tabular-nums;align-items:center;gap:.25rem;display:inline-flex}.product-card__spec svg{flex-shrink:0}.catalog-filters{border-block:1px solid var(--border);flex-direction:column;gap:1rem;margin-bottom:1rem;padding-block:1rem;display:flex}.catalog-filters__row{flex-wrap:wrap;gap:.5rem;display:flex}.catalog-menu{flex:none;position:relative}.catalog-menu[open]{z-index:50}.catalog-menu>summary{border:1px solid var(--border);min-height:2.75rem;color:var(--foreground);background:var(--background);cursor:pointer;white-space:nowrap;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:9999px;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;list-style:none;display:flex}.catalog-menu>summary::-webkit-details-marker{display:none}.catalog-menu>summary:after{content:"";opacity:.5;border-bottom:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.375rem;height:.375rem;transition:transform .15s;transform:rotate(45deg)translateY(-1px)}.catalog-menu[open]>summary:after{transform:rotate(-135deg)translateY(1px)}.catalog-menu.is-active>summary,.catalog-menu[open]>summary{border-color:color-mix(in oklch, var(--foreground) 25%, var(--border));background:var(--muted)}.catalog-menu__panel{z-index:50;left:1rem;right:1rem;bottom:max(1rem, env(safe-area-inset-bottom,0px));border:1px solid var(--border);border-radius:var(--radius);background:var(--background);overscroll-behavior:contain;min-width:0;max-width:none;max-height:min(20rem,60vh);padding:.375rem;position:fixed;top:auto;overflow-y:auto;box-shadow:0 8px 24px oklch(0% 0 0/.12)}.catalog-menu__option{border-radius:calc(var(--radius) - 2px);cursor:pointer;align-items:center;gap:.625rem;min-height:2.75rem;padding:.5rem .625rem;font-size:.875rem;display:flex}.catalog-menu__option:hover{background:var(--muted)}.catalog-menu__option input{width:1.125rem;height:1.125rem;accent-color:var(--foreground);flex-shrink:0;margin:0}.catalog-filters__ranges{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=40rem){.catalog-menu__panel{min-width:14rem;max-width:min(20rem,100vw - 2rem);max-height:min(16rem,50vh);position:absolute;inset:calc(100% + .375rem) auto auto 0}.catalog-filters__ranges{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem}.catalog-range__slider{height:1.25rem}.catalog-range__track{inset:auto 0 0;transform:none}.catalog-range__slider input[type=range]::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.3125rem}.catalog-range__slider input[type=range]::-moz-range-thumb{width:1rem;height:1rem}}@media (width>=48rem){.catalog-filters__reset{align-self:flex-start;width:auto}}.catalog-range{border:0;min-width:0;margin:0;padding:0}.catalog-range__header{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.catalog-range__label{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.catalog-range__value{color:var(--muted-foreground);white-space:nowrap;font-size:.8125rem}.catalog-range__slider{height:2.75rem;position:relative}.catalog-range__track{inset-inline:0;background:var(--muted);pointer-events:none;border-radius:9999px;height:.375rem;position:absolute;top:50%;transform:translateY(-50%)}.catalog-range__fill{background:color-mix(in oklch, var(--foreground) 75%, transparent);border-radius:9999px;position:absolute;inset:0}.catalog-range__slider input[type=range]{pointer-events:none;touch-action:none;appearance:none;background:0 0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.catalog-range__slider input[type=range]::-webkit-slider-runnable-track{background:0 0;height:.375rem}.catalog-range__slider input[type=range]::-moz-range-track{background:0 0;border:none;height:.375rem}.catalog-range__slider input[type=range]::-webkit-slider-thumb{appearance:none;border:2px solid var(--background);background:var(--foreground);cursor:grab;pointer-events:auto;border-radius:9999px;width:1.375rem;height:1.375rem;margin-top:-.4375rem;box-shadow:0 1px 2px oklch(0% 0 0/.15)}.catalog-range__slider input[type=range]::-moz-range-thumb{border:2px solid var(--background);background:var(--foreground);cursor:grab;pointer-events:auto;border-radius:9999px;width:1.375rem;height:1.375rem;box-shadow:0 1px 2px oklch(0% 0 0/.15)}.catalog-range__slider input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}.catalog-range__slider input[type=range]:active::-moz-range-thumb{cursor:grabbing}.catalog-filters__reset{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:2.75rem;font:inherit;color:var(--foreground);background:var(--muted);cursor:pointer;padding:.5rem .875rem;font-size:.875rem}.catalog-filters__reset:hover{background:oklch(from var(--muted) l c h / .7)}.catalog-sort{border:1px solid var(--border);border-radius:var(--radius);width:100%;min-height:2.75rem;font:inherit;color:var(--foreground);background:var(--background);padding:.5rem .875rem;font-size:.875rem}@media (width>=48rem){.catalog-sort{align-self:flex-start;width:auto;min-width:14rem}}.catalog-status{color:var(--muted-foreground);margin:0 0 1rem;font-size:.875rem}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;margin-top:2rem;font-size:.875rem;display:flex}.pagination__list{flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.pagination__list a,.pagination__prev,.pagination__next{border:1px solid var(--border);border-radius:var(--radius);color:inherit;padding:.375rem .625rem;text-decoration:none;display:inline-block}.pagination__list a:hover,.pagination__prev:hover,.pagination__next:hover{background:var(--muted)}.pagination__current{border:1px solid var(--foreground);border-radius:var(--radius);padding:.375rem .625rem;font-weight:600;display:inline-block}.search-form{margin-bottom:1rem}.search-form .search-input{max-width:28rem}.search-status{color:var(--muted-foreground);margin:0 0 1rem;font-size:.875rem}.search-results{margin:0;padding:0;list-style:none}.search-results li{border-bottom:1px solid var(--border);padding-block:1rem}.search-results li:first-child{padding-top:0}.search-results__label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);margin:0 0 .25rem;font-size:.75rem;font-weight:500}.search-results__title{letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.search-results__title a{text-decoration:none}.search-results__title a:hover{color:var(--muted-foreground)}.search-results__desc{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.count-list{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.count-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding:.875rem 0;display:flex}.count-list a{color:inherit;flex:1;text-decoration:none}.count-list a:hover .count-list__title{text-decoration:underline}.count-list__title{font-weight:600;display:block}.count-list__subtitle{color:var(--muted-foreground);margin-top:.125rem;font-size:.875rem;display:block}.count-list__count{color:var(--muted-foreground);white-space:nowrap;font-size:.8125rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer__links[data-astro-cid-z4jru4n3]{gap:1rem;margin-top:.5rem;font-size:.8125rem;display:flex}.site-footer__links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:inherit;opacity:.7;text-decoration:none}.site-footer__links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{opacity:1;text-decoration:underline}
