.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.home-page{min-height:100vh;width:100%;background:rgb(var(--background));padding:1rem;padding-top:calc(var(--header-height) + 1rem);@media (min-width:768px){padding-left:2rem;padding-right:2rem;padding-bottom:2rem}@media (min-width:1025px){padding-top:2rem}}.home-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 0 1.5rem;border-bottom:1px solid rgb(var(--border));margin-bottom:2rem}.home-title{display:flex;flex-direction:column;gap:.25rem}.mobile-filters-toggle{display:none;background:rgb(var(--surface));border:1px solid rgb(var(--border));border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}.mobile-filters-toggle:hover{background:rgb(var(--surface-hover));border-color:rgb(var(--border-hover))}.home-content{display:grid;grid-template-columns:320px 1fr;gap:2rem;position:relative;align-items:stretch;width:100%;max-width:1600px;margin:0 auto;padding-top:0}.home-sidebar{height:100%;background:transparent;border:none;border-radius:0;padding:0;z-index:10}.home-sidebar>*{height:100%}.sidebar-content{width:100%;padding-top:5rem;@media (min-width:768px){padding-top:0}}.home-main{min-height:500px;min-width:0;width:100%}.mobile-filters-backdrop{display:none}@media (max-width:1200px){.home-content{grid-template-columns:280px minmax(0,1fr);gap:1.5rem}.home-sidebar{padding:1.25rem;max-height:calc(100vh - var(--header-height) - 5rem)}}@media (max-width:768px){.home-header{padding:1.5rem 0 1rem;margin-bottom:1.5rem}.mobile-filters-toggle{display:block}.home-content{grid-template-columns:1fr;gap:0}.home-sidebar{position:fixed;top:0;left:0;width:100%;height:100%;max-height:100vh;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;border:none;border-radius:0;padding:2rem 1.5rem;overflow-y:auto}.home-sidebar.mobile-open,.mobile-filters-open .home-sidebar{transform:translateX(0)}.mobile-filters-backdrop{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;backdrop-filter:blur(4px)}}@media (max-width:480px){.home-header{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}.home-sidebar{padding:1.5rem 1rem}}.home-sidebar::-webkit-scrollbar{width:6px}.home-sidebar::-webkit-scrollbar-track{background:rgb(var(--surface));border-radius:3px}.home-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--border));border-radius:3px}.home-sidebar::-webkit-scrollbar-thumb:hover{background:rgb(var(--border-hover))}#products-grid-top{scroll-margin-top:calc(var(--header-height) + 50px + 1rem)}@media (max-width:1024px){#products-grid-top{scroll-margin-top:calc(var(--header-height-mobile) + 1rem)}}

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */.product-filters{background:0 0;flex-direction:column;gap:32px;width:100%;height:100%;display:flex}.pf-header{justify-content:space-between;align-items:center;display:flex}.pf-title{letter-spacing:2px;color:#c9a962;margin:0;font-size:11px;font-weight:600}.pf-clear-btn,.pf-title{font-family:var(--font-ibm-plex-mono),monospace;text-transform:uppercase}.pf-clear-btn{letter-spacing:1px;color:#555;cursor:pointer;background:0 0;border:none;padding:0;font-size:10px;font-weight:400;transition:color .15s}.pf-clear-btn:hover{color:#c9a962}.pf-sep{background:#1a1a1a;flex-shrink:0;height:1px}.pf-section{flex-direction:column;gap:16px;display:flex}.pf-section-label{font-family:var(--font-ibm-plex-mono),monospace;letter-spacing:1px;text-transform:uppercase;color:#777;margin:0;font-size:10px;font-weight:600}.pf-cat-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.pf-cat-item{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:0;display:flex}.pf-cat-dot{background:#333;flex-shrink:0;width:8px;height:8px;transition:background .15s,box-shadow .15s;box-shadow:inset 0 0 0 1px #555}.pf-cat-item.active .pf-cat-dot{box-shadow:none;background:#c9a962}.pf-cat-name{font-family:var(--font-ibm-plex-mono),monospace;color:#777;font-size:13px;font-weight:400;transition:color .15s}.pf-cat-item.active .pf-cat-name{color:#fff}.pf-cat-item:hover .pf-cat-name{color:#c9a962}.pf-check-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.pf-check-item{cursor:pointer;gap:10px}.pf-check-box,.pf-check-item{align-items:center;display:flex}.pf-check-box{background:0 0;flex-shrink:0;justify-content:center;width:14px;height:14px;transition:background .15s,box-shadow .15s;box-shadow:inset 0 0 0 1px #555}.pf-check-item.checked .pf-check-box{box-shadow:none;background:#c9a962}.pf-check-icon{color:#0a0a0a;stroke-width:2.5px;flex-shrink:0;width:10px;height:10px;display:none}.pf-check-item.checked .pf-check-icon{display:block}.pf-check-name{font-family:var(--font-ibm-plex-mono),monospace;color:#777;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:400;transition:color .15s}.pf-check-item.checked .pf-check-name{color:#fff}.pf-check-item:hover .pf-check-name{color:#c9a962}.pf-range-row{align-items:center;gap:8px;display:flex}.pf-range-input{color:#fff;min-width:0;font-family:var(--font-ibm-plex-mono),monospace;-moz-appearance:textfield;background:0 0;border:1px solid #333;outline:none;flex:1;padding:8px 12px;font-size:12px;font-weight:400;transition:border-color .15s}.pf-range-input::-webkit-inner-spin-button,.pf-range-input::-webkit-outer-spin-button{-webkit-appearance:none}.pf-range-input::placeholder{color:#555}.pf-range-input:focus{border-color:#c9a962}.pf-range-input:disabled{opacity:.4;cursor:not-allowed}.pf-range-sep{font-family:var(--font-ibm-plex-mono),monospace;color:#777;flex-shrink:0;font-size:12px}.pf-color-grid{flex-wrap:wrap;gap:8px;display:flex}.pf-color-swatch{cursor:pointer;border:none;flex-shrink:0;width:28px;height:28px;padding:0;transition:box-shadow .15s;box-shadow:inset 0 0 0 1px #444}.pf-color-swatch.active{box-shadow:inset 0 0 0 2px #c9a962}.pf-color-swatch:disabled{opacity:.4;cursor:not-allowed}.pf-apply-btn{color:#0a0a0a;width:100%;font-family:var(--font-ibm-plex-mono),monospace;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:#c9a962;border:none;justify-content:center;align-items:center;padding:12px 0;font-size:11px;font-weight:600;transition:background .2s;display:flex}.pf-apply-btn:hover{background:#b89445}.pf-apply-btn:disabled{opacity:.4;cursor:not-allowed}.pf-error{font-family:var(--font-ibm-plex-mono),monospace;color:#ef4444;font-size:11px}.pf-sort-list{flex-direction:column;gap:12px;display:flex}@media (max-width:768px){.product-filters{gap:24px;padding:1rem}}