@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,300;0,400;0,600;1,400&display=swap";:root{--color-primary:#3b6b61;--color-secondary:#264037;--color-tertiary:#66bda4;--color-grey-100:#f4f7f2;--color-grey-200:#e6e6e6;--color-grey-300:#999;--color-background:#f4f7f2;--color-surface:#f4f7f2;--color-text:#1f2a2e;--color-danger:#d32f2f;--bg-gradient-top:#f4f7f2;--bg-radial:#66bda42e;--shadow-soft:0 16px 40px #26403714;--font-family-base:"IBM Plex Sans Condensed", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--color-primary:#66bda4;--color-secondary:#f4f7f2;--color-tertiary:#3b6b61;--color-grey-100:#264037;--color-grey-200:#3b6b61;--color-grey-300:#e6e6e6;--color-background:#1f2a2e;--color-surface:#264037;--color-text:#f4f7f2;--color-danger:#d32f2f;--bg-gradient-top:#1f2a2e;--bg-radial:#66bda41f;--shadow-soft:0 18px 44px #1f2a2e8c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;font-family:var(--font-family-base);background:radial-gradient(circle at top right, var(--bg-radial), transparent 26%), linear-gradient(180deg, var(--bg-gradient-top) 0%, var(--color-background) 100%);color:var(--color-text);transition:background .25s,color .25s}button,input{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.container{width:min(100% - 2rem,1120px);margin:0 auto}.site-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f7f2eb;border-bottom:1px solid #2640371f;position:sticky;top:0}.site-header__inner{grid-template-columns:auto minmax(320px,1fr) auto;align-items:center;gap:1.5rem;padding:.5rem 0;display:grid}.brand-column{gap:.5rem;display:grid}.brand-block{align-items:center;gap:.9rem;display:flex}.brand-block__logo{object-fit:contain;width:3rem;height:3rem}.site-logo{color:var(--color-primary);font-size:1.35rem;font-weight:700}.site-tagline{color:var(--color-grey-300);font-size:.95rem}.site-nav{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;display:flex}.header-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.header-search{justify-content:center;width:100%;min-width:0;display:flex}.header-search-input{width:min(100%,620px)}.site-main{flex:1;padding:2rem 0 3rem}.site-footer{color:var(--color-grey-300);text-align:center;background:#f4f7f2db;border-top:1px solid #2640371f;padding:1rem 0}.section-space{margin-top:1.5rem}.hamburger-btn{justify-content:center;align-items:center}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f7f2fa;border-top:1px solid #2640371a;animation:.18s mobileNavSlide}.mobile-nav__inner{flex-direction:column;padding:.4rem 0 .75rem;display:flex}.mobile-nav__link{color:var(--color-secondary);border-bottom:1px solid #2640370f;align-items:center;gap:.75rem;padding:.9rem .25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.mobile-nav__link:last-child{border-bottom:none}.mobile-nav__link:hover,.mobile-nav__link.active{color:var(--color-primary)}.mobile-nav__btn{cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;width:100%}.mobile-nav-backdrop{z-index:5;cursor:default;background:0 0;border:none;display:none;position:fixed;inset:0}.theme-toggle{min-width:2.8rem}:root[data-theme=dark] .site-header{background:#264037f2;border-bottom-color:#99999924}:root[data-theme=dark] .site-footer{background:#1f2a2ee6;border-top-color:#9999991f}:root[data-theme=dark] .mobile-nav{background:#1f2a2e;border-top-color:#9999991f;box-shadow:0 8px 24px #1f2a2e99}:root[data-theme=dark] .mobile-nav__inner{gap:.4rem;padding:.65rem 0 .9rem}:root[data-theme=dark] .mobile-nav__link{color:#f4f7f2;background:#264037;border-bottom-color:#0000;border-radius:.65rem;padding:.85rem .9rem;transition:background .15s,color .15s}:root[data-theme=dark] .mobile-nav__link:hover,:root[data-theme=dark] .mobile-nav__link.active{color:#66bda4;background:#66bda433}@keyframes mobileNavSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.mobile-nav-backdrop{display:block}}@media (width<=900px){.site-header__inner{grid-template-columns:1fr auto}.header-search{display:none}.site-nav,.header-actions{justify-content:flex-start}}.site-nav a{width:fit-content;color:var(--color-secondary);border-radius:999px;padding:.45rem .8rem}.header-actions .active{background:var(--color-primary);color:var(--color-surface)}.page-card,.hero-card{box-shadow:var(--shadow-soft);background:#f4f7f2f0;border:1px solid #2640371f;border-radius:1.25rem}.page-card{padding:1.6rem}.page-card h1,.page-card h2,.hero-card h1,.cart-drawer h2{margin:0 0 .75rem}.page-card p,.hero-card p{margin:0;line-height:1.6}.hero-card{gap:1.5rem;padding:2rem;display:grid}.hero-copy h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.home-showcase{gap:1.5rem;min-width:0;display:grid}.home-hero{overflow:hidden}.home-hero__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.hero-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:100%;max-width:100%;margin-top:1rem;display:grid}.highlight-tile,.dashboard-stat,.category-tile{text-align:center;background:linear-gradient(#f4f7f2f5,#e6e6e6eb),radial-gradient(circle at 100% 0,#66bda424,#0000 55%);border:1px solid #2640371f;border-radius:1rem;grid-template-rows:minmax(1.25rem,auto) minmax(0,1fr) minmax(1.25rem,auto);place-content:start center;justify-items:center;gap:.5rem;min-height:172px;padding:1rem 1.1rem;display:grid;box-shadow:0 10px 26px #2640370f}.highlight-tile strong,.dashboard-stat strong,.category-tile h3{color:var(--color-secondary);text-align:center;justify-content:center;align-self:center;align-items:center;margin:0;font-size:1.05rem;display:flex}.highlight-tile span,.dashboard-stat small,.category-tile p{text-wrap:pretty;overflow-wrap:anywhere;margin:0}.highlight-tile--link{color:inherit;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.highlight-tile--link small{color:var(--color-primary);text-align:center;justify-content:center;align-self:center;align-items:center;font-weight:600;display:flex}.highlight-tile--link:hover{box-shadow:var(--shadow-soft);background:#f4f7f2fa;border-color:#3b6b6138;transform:translateY(-2px)}.dashboard-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:100%;max-width:100%;margin-top:1rem;display:grid}.dashboard-stat{padding:1rem}.dashboard-stat small{color:var(--color-grey-300);text-align:center;justify-content:center;align-self:center;align-items:center;margin:0;display:flex}.dashboard-stat__label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;text-align:center;justify-content:center;align-self:center;align-items:center;font-size:.78rem;font-weight:600;display:flex}.dashboard-stat--action{grid-template-rows:minmax(1.25rem,auto) minmax(2.5rem,auto) minmax(1.25rem,auto)}.dashboard-stat--action .button{text-align:center;white-space:normal;place-self:center;width:fit-content;max-width:100%;margin-top:.35rem;line-height:1.2}.eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:600;display:inline-block}.button{background:var(--color-primary);color:var(--color-surface);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1rem;transition:background .2s;display:inline-flex}.button:hover{background:var(--color-secondary)}.button:disabled{opacity:.55;cursor:not-allowed}.button--ghost{color:var(--color-secondary);background:#3b6b611a}.button--ghost:hover{background:#3b6b612e}.button.hamburger-btn{display:none}.dashboard-btn{margin:13px}.danger-btn{background-color:var(--color-danger)}.cart-btn{position:relative}.manage-subscription-button{white-space:nowrap}.small-link-text{color:var(--color-primary);text-align:center;justify-content:center;align-self:center;align-items:center;font-weight:600}.small-link-text:hover{box-shadow:var(--shadow-soft);background:#f4f7f2fa;border-color:#3b6b6138;text-decoration:underline}.section-head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.section-head h2{margin:.25rem 0 0}.section-copy{color:#1f2a2ecc;margin-bottom:1rem}.carousel-shell{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:100%;min-width:0;display:grid}.carousel-controls{align-items:center;gap:.55rem;display:flex}.carousel-button{background:var(--color-surface);width:2.6rem;height:2.6rem;color:var(--color-secondary);cursor:pointer;border:1px solid #26403724;border-radius:999px;transition:transform .2s,border-color .2s,box-shadow .2s}.carousel-button:hover{box-shadow:var(--shadow-soft);border-color:#3b6b6147;transform:translateY(-2px)}.carousel-button--side{flex:none;justify-content:center;align-items:center;display:inline-flex}.carousel-row{--carousel-columns:1;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#3b6b6159 transparent;overscroll-behavior-x:contain;align-items:stretch;gap:1rem;width:100%;min-width:0;max-width:100%;padding-bottom:.35rem;scroll-padding-inline:0;display:flex;overflow-x:auto}.carousel-row::-webkit-scrollbar{height:10px}.carousel-row::-webkit-scrollbar-thumb{background:#3b6b6147;border-radius:999px}.carousel-card{width:calc((100% - (var(--carousel-columns) - 1) * 1rem) / var(--carousel-columns));flex:0 0 calc((100% - (var(--carousel-columns) - 1) * 1rem) / var(--carousel-columns));scroll-snap-align:start;min-width:0;min-height:100%;display:flex}.carousel-card__media{background:linear-gradient(#66bda424,#fff3);position:relative}.product-card__badge{color:var(--color-primary);letter-spacing:.04em;background:#3b6b611f;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;position:absolute;top:.9rem;left:.9rem}.search-input,.auth-form input{background:var(--color-surface);width:min(100%,320px);color:var(--color-text);border:1px solid #2640372e;border-radius:.9rem;padding:.8rem .9rem}.search-input.header-search-input{width:min(100%,620px)}.search-controls{gap:.6rem;width:100%;display:grid}.search-controls--header{position:relative}.search-controls__main{align-items:center;gap:.6rem;width:100%;display:flex}.search-input-shell{width:100%;position:relative}.search-controls--header .search-controls__main{justify-content:center}.search-toggle{white-space:nowrap;min-height:2.8rem}.search-toggle span{font-size:.9rem}.search-controls__advanced{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.search-quick-table{border:1px solid #2640371f;border-radius:.9rem;display:grid;overflow:hidden}.search-quick-table--single-col{grid-template-columns:minmax(0,1fr)}.search-quick-table--two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.search-quick-table--floating{z-index:24;background:var(--color-surface);position:absolute;top:calc(100% + .45rem);left:0;right:0;box-shadow:0 16px 36px #1f2a2e40}.search-quick-column{background:#f4f7f2cc;align-content:start;display:grid}.search-quick-column+.search-quick-column{border-left:1px solid #2640371f}.search-quick-row{color:var(--color-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #26403714;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.search-quick-row:last-child{border-bottom:0}.search-quick-row:hover,.search-quick-row.active{background:#3b6b6129}.search-quick-row__arrow{opacity:.8;font-size:.78rem}.search-select{background:var(--color-surface);width:100%;min-height:2.8rem;color:var(--color-text);border:1px solid #2640372e;border-radius:.9rem;padding:.7rem .8rem}.search-input-shell .search-input{width:100%;padding-right:3rem}.search-inline-button{width:2.15rem;height:2.15rem;color:var(--color-secondary);cursor:pointer;background:#3b6b6129;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.search-inline-button:hover{background:#3b6b613d}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:stretch;gap:1rem;display:grid}.product-card{background:linear-gradient(#f4f7f2,#e6e6e6e6);border:1px solid #2640371f;border-radius:1rem;flex-direction:column;height:100%;margin-top:3px;margin-bottom:8px;display:flex;overflow:hidden}.product-card--link{color:inherit;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s}.product-card--link:hover{box-shadow:var(--shadow-soft);border-color:#3b6b613d;transform:translateY(-3px)}.product-card--interactive{text-align:left;cursor:pointer;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s}.product-card--interactive:hover,.product-card--interactive.active{box-shadow:var(--shadow-soft);border-color:#3b6b613d;transform:translateY(-3px)}.product-card__image{object-fit:contain;background:linear-gradient(#66bda424,#fff3);width:100%;height:150px;padding:1rem}.carousel-card .product-card__image{background:0 0;display:block}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;max-width:100%;display:grid}.category-tile{color:inherit;padding:1.25rem;text-decoration:none}.category-tile h3,.category-tile p{text-align:center;margin:0}.category-tile__label{width:fit-content;color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;text-align:center;background:#3b6b611a;border-radius:999px;justify-content:center;align-self:center;align-items:center;padding:.35rem .6rem;font-size:.78rem;font-weight:600;display:flex}.product-card__content{flex-direction:column;flex:1;padding:1rem;display:flex}.product-card__category{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:600}.product-card h3{margin:.35rem 0 .5rem}.product-card p{color:#1f2a2ecc;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__meta{gap:.6rem;margin:1rem 0 0;display:grid}.product-card__meta div{gap:.15rem;display:grid}.product-card__meta dt{color:var(--color-grey-300);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.product-card__meta dd{overflow-wrap:anywhere;margin:0}.product-card__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.product-detail{grid-template-columns:minmax(280px,1.05fr) minmax(320px,1fr);align-items:stretch;gap:1.2rem;display:grid}.product-detail__backlink{opacity:.8;margin:0;padding:0}.product-detail__backlink:hover{opacity:1}.product-detail__media{background:radial-gradient(circle at 0 0,#66bda433,#0000 42%),linear-gradient(#f4f7f2fa,#e6e6e6f0);border:1px solid #2640371a;border-radius:1rem;justify-content:center;align-items:center;min-height:360px;padding:1.5rem;display:flex}.product-detail__media img{object-fit:contain;width:100%;max-width:420px;max-height:360px}.product-detail__summary{flex-direction:column;gap:1rem;display:flex}.product-detail__description{color:#1f2a2ed1;font-size:1.02rem}.product-detail__price-box{background:#3b6b610f;border:1px solid #2640371f;border-radius:1rem;gap:.35rem;padding:1rem 1.1rem;display:grid}.product-detail__price-box strong{color:var(--color-secondary);font-size:clamp(1.8rem,4vw,2.5rem);line-height:1}.product-detail__price-box span,.product-specs__item span{color:var(--color-grey-300);font-size:.9rem}.product-detail__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:0;display:grid}.product-detail__facts div,.product-specs__item{background:#f4f7f2cc;border:1px solid #2640371a;border-radius:1rem;gap:.3rem;padding:1rem;display:grid}.product-detail__facts dt{color:var(--color-grey-300);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:600}.product-detail__facts dd{color:var(--color-secondary);margin:0;font-weight:600}.product-detail__actions{gap:.75rem;margin-top:auto;display:flex}.product-specs__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.product-specs__item strong{color:var(--color-secondary);font-size:1.02rem}.product-detail-empty{gap:1rem;display:grid}.auth-card,.intro-card{max-width:640px}.auth-form{gap:1rem;margin-top:1.25rem;display:grid}.auth-form label{gap:.5rem;display:grid}.status-box,.error-box,.mock-box{border-radius:.9rem;margin-top:1rem;padding:.85rem 1rem}.status-box{color:var(--color-secondary);background:#66bda429}.error-box{color:var(--color-danger);background:#b24c3d1f}.mock-box{color:var(--color-secondary);background:#3b6b6114;gap:.35rem;display:grid}.cart-overlay{background:#1f2a2e59;border:0;position:fixed;inset:0}.cart-drawer{background:var(--color-surface);border-left:1px solid #26403724;flex-direction:column;gap:1rem;width:min(100%,420px);height:calc(100dvh - 80px);padding:1.25rem;display:flex;position:fixed;top:80px;right:0;box-shadow:-12px 0 30px #1f2a2e1f}.cart-drawer__header{padding-bottom:15px}.cart-drawer__header,.cart-summary,.cart-item,.cart-controls{align-items:center;display:flex}.cart-drawer__header,.cart-summary,.cart-item{justify-content:space-between}.cart-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.cart-item{border-bottom:1px solid #26403714;gap:1rem;padding-bottom:.85rem}.cart-controls{gap:.55rem}.quantity-button{width:2rem;height:2rem;color:var(--color-text);cursor:pointer;background:0 0;border:1px solid #2640372e;border-radius:999px}:root[data-theme=dark] .page-card,:root[data-theme=dark] .hero-card{background:#1f2a2e;border-color:#9999992e}:root[data-theme=dark] .highlight-tile,:root[data-theme=dark] .dashboard-stat,:root[data-theme=dark] .category-tile{background:linear-gradient(160deg,#f4f7f20a 0%,#0000 50%),#1f2a2e;border-color:#99999929;box-shadow:0 8px 24px #1f2a2ea6}:root[data-theme=dark] .highlight-tile--link:hover{background:#66bda41a;border-color:#66bda473}:root[data-theme=dark] .button{background:var(--color-primary);color:#1f2a2e}:root[data-theme=dark] .button:hover{background:var(--color-tertiary)}:root[data-theme=dark] .button--ghost{color:var(--color-text);background:#66bda426}:root[data-theme=dark] .button--ghost:hover{background:#66bda440}:root[data-theme=dark] .header-actions .active{background:var(--color-primary);color:#1f2a2e}:root[data-theme=dark] .section-copy,:root[data-theme=dark] .product-card p,:root[data-theme=dark] .product-detail__description{color:#e6e6e6}:root[data-theme=dark] .carousel-button{color:var(--color-text);background:#1f2a2e;border-color:#99999947}:root[data-theme=dark] .search-input,:root[data-theme=dark] .auth-form input{color:var(--color-text);background:#1f2a2e;border-color:#99999952}:root[data-theme=dark] .search-select{color:var(--color-text);background:#1f2a2ecc;border-color:#66bda452}:root[data-theme=dark] .search-quick-table{border-color:#66bda447}:root[data-theme=dark] .search-quick-table--floating{box-shadow:0 16px 36px #1f2a2ea6}:root[data-theme=dark] .search-quick-column{background:#264037e6}:root[data-theme=dark] .search-quick-column+.search-quick-column{border-left-color:#66bda442}:root[data-theme=dark] .search-quick-row{color:var(--color-text);border-bottom-color:#66bda433}:root[data-theme=dark] .search-quick-row:hover,:root[data-theme=dark] .search-quick-row.active{background:#66bda438}:root[data-theme=dark] .search-toggle{color:var(--color-text);background:#66bda433}:root[data-theme=dark] .search-inline-button{color:var(--color-text);background:#66bda438}:root[data-theme=dark] .search-inline-button:hover,:root[data-theme=dark] .search-toggle:hover,:root[data-theme=dark] .search-toggle.active{background:#66bda44d}:root[data-theme=dark] .search-input::placeholder,:root[data-theme=dark] .auth-form input::placeholder{color:#999}:root[data-theme=dark] .product-card{background:linear-gradient(#e6e6e60a 0%,#1f2a2e 60%);border-color:#99999929}:root[data-theme=dark] .product-card__image,:root[data-theme=dark] .carousel-card__media{background:linear-gradient(#66bda424,#1f2a2e80)}:root[data-theme=dark] .product-detail__media{background:radial-gradient(circle at 0 0,#66bda424,#0000 42%),#1f2a2e;border-color:#9999992e}:root[data-theme=dark] .product-detail__facts div,:root[data-theme=dark] .product-specs__item,:root[data-theme=dark] .product-detail__price-box{background:#1f2a2e;border-color:#99999929}:root[data-theme=dark] .product-card__meta dt,:root[data-theme=dark] .product-detail__facts dt,:root[data-theme=dark] .muted-text,:root[data-theme=dark] .cart-empty,:root[data-theme=dark] .empty-state,:root[data-theme=dark] .product-detail__price-box span,:root[data-theme=dark] .product-specs__item span{color:#999}:root[data-theme=dark] .cart-drawer{background:#1f2a2e;border-left-color:#9999992e;box-shadow:-16px 0 40px #1f2a2eb3}:root[data-theme=dark] .cart-drawer__header{border-bottom:1px solid #99999924}:root[data-theme=dark] .cart-item{background:#264037;border-bottom-color:#0000;border-radius:.65rem;padding:.7rem .75rem}:root[data-theme=dark] .cart-summary{background:#3b6b6138;border-top:none;border-radius:.65rem;padding:.75rem .85rem}:root[data-theme=dark] .quantity-button{color:var(--color-text);background:#1f2a2ea6;border-color:#99999947}:root[data-theme=dark] .product-card__badge,:root[data-theme=dark] .category-tile__label{color:var(--color-primary);background:#66bda42e}:root[data-theme=dark] .status-box{color:var(--color-text);background:#66bda41f}:root[data-theme=dark] .mock-box{color:#e6e6e6;background:#f4f7f20d}:root[data-theme=dark] .cart-overlay{background:#1f2a2eb3}:root[data-theme=dark] .carousel-row{scrollbar-color:#99999959 transparent}:root[data-theme=dark] .section-head,:root[data-theme=dark] .product-card__footer{border-color:#9999991a}:root[data-theme=dark] .cart-badge{background:var(--color-primary);color:#1f2a2e}.cart-empty,.empty-state,.muted-text{color:var(--color-grey-300)}.subscription-drawer__item-copy{gap:.2rem;display:grid}.subscription-modal__overlay{z-index:39;background:#1f2a2e73;border:0;position:fixed;inset:0}.subscription-modal{z-index:40;background:var(--color-surface);border:1px solid #26403724;border-radius:1rem;grid-template-rows:auto minmax(0,1fr) auto;gap:1.25rem;width:min(100% - 2rem,520px);max-height:min(80vh,760px);padding:1.5rem;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 64px #1f2a2e3d}.subscription-modal__header,.subscription-modal__actions,.subscription-field__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.subscription-modal__body{gap:1rem;padding-right:.25rem;display:grid;overflow-y:auto}.subscription-modal__product,.subscription-field{gap:.45rem;display:grid}.subscription-modal__product span,.subscription-slider__scale{color:var(--color-grey-300)}.subscription-modal__warning{color:var(--color-danger);background:#3b6b6114;border-radius:.9rem;padding:.85rem 1rem;line-height:1.5}.subscription-modal__section{gap:.9rem;display:grid}.subscription-modal__section-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.subscription-modal__section-head h3{margin:0}.subscription-number-input{background:var(--color-surface);width:100%;min-height:3rem;color:var(--color-text);border:1px solid #2640372e;border-radius:.9rem;padding:.75rem .9rem}.subscription-slider{width:100%;accent-color:var(--color-primary);cursor:pointer}.subscription-slider__scale{justify-content:space-between;gap:1rem;font-size:.85rem;display:flex}.subscription-modal__summary{background:#3b6b6114;border-radius:.9rem;padding:.85rem 1rem;line-height:1.5}.subscription-modal__manage-copy{color:var(--color-grey-300);margin:0;line-height:1.5}.subscription-modal__manage-link{color:var(--color-primary);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.subscription-modal__manage-link:hover{color:var(--color-secondary)}.subscription-overview-list,.subscription-account-list{gap:.75rem;display:grid}.subscription-overview-item,.subscription-account-item{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:#f4f7f2cc;border:1px solid #2640371f;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.subscription-overview-item:hover,.subscription-account-item:hover,.subscription-overview-item--active{box-shadow:var(--shadow-soft);border-color:#3b6b613d;transform:translateY(-2px)}.subscription-account-item--disabled{opacity:.55;cursor:default;box-shadow:none}.subscription-account-item--disabled:hover{box-shadow:none;border-color:#2640371f;transform:none}.subscription-overview-list--compact .subscription-overview-item{padding:.85rem 1rem}:root[data-theme=dark] .subscription-modal{background:#1f2a2e;border-color:#9999992e;box-shadow:0 24px 64px #1f2a2eb8}:root[data-theme=dark] .subscription-modal__warning{color:var(--color-text);background:#66bda424}:root[data-theme=dark] .subscription-modal__summary{background:#66bda424}:root[data-theme=dark] .subscription-number-input{color:var(--color-text);background:#1f2a2e;border-color:#99999952}:root[data-theme=dark] .subscription-modal__product span,:root[data-theme=dark] .subscription-slider__scale,:root[data-theme=dark] .subscription-modal__manage-copy{color:#999}:root[data-theme=dark] .subscription-overview-item,:root[data-theme=dark] .subscription-account-item{color:var(--color-text);background:#1f2a2e;border-color:#99999929}:root[data-theme=dark] .subscription-account-item--disabled:hover{border-color:#99999929}:root[data-theme=dark] .subscription-modal__overlay{background:#1f2a2eb3}@media (width<=720px){.hero-card,.section-head{grid-template-columns:1fr;display:grid}.carousel-shell{grid-template-columns:minmax(0,1fr)}.carousel-button--side{display:none}.product-card__footer,.cart-item,.cart-summary{flex-direction:column;align-items:flex-start}.search-input,.auth-form input{width:100%}.search-controls__main,.search-controls__advanced{grid-template-columns:1fr;display:grid}.search-quick-table{grid-template-columns:1fr}.search-quick-table--floating{box-shadow:none;position:static}.search-quick-column+.search-quick-column{border-top:1px solid #2640371f;border-left:0}.search-toggle{justify-content:center;width:100%}.product-detail,.product-detail__facts{grid-template-columns:1fr}.product-detail__actions{flex-wrap:wrap}.product-detail__actions .button{flex:auto;justify-content:center}.hero-highlights,.dashboard-strip,.category-grid{grid-template-columns:1fr}.button.hamburger-btn{display:inline-flex}.button.nav-btn{display:none}.quantity-button{width:2.75rem;height:2.75rem}.cart-drawer{border-left:0;width:100%;height:calc(100dvh - 64px);padding:1rem;top:64px}.subscription-modal{width:calc(100% - 1.5rem);padding:1.25rem}.subscription-modal__header,.subscription-modal__actions,.subscription-field__head,.subscription-modal__section-head,.subscription-overview-item,.subscription-account-item{flex-direction:column;align-items:flex-start}.subscription-modal__actions .button{width:100%}}@media (width>=721px) and (width<=1024px){.hero-highlights,.dashboard-strip,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.carousel-row{--carousel-columns:2}}@media (width>=1025px){.carousel-row{--carousel-columns:3}}
