:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:focus-visible{outline:3px solid #0e6f7c;outline-offset:2px}.page-heading:focus{outline:3px solid #0e6f7c;outline-offset:2px}.skip-link{position:absolute;top:-3rem;left:.5rem;z-index:1000;background:#0e6f7c;color:#fff;padding:.75rem 1.25rem;border-radius:0 0 10px 10px;text-decoration:none;font-weight:600;transition:top .15s ease-in-out}.skip-link:focus{top:0}.app-layout{min-height:100%;display:flex;flex-direction:column}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem}.app-header{border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:100}.app-header__bar{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:1rem}.app-header__logo{font-size:1.25rem;font-weight:700;color:#0e6f7c;text-decoration:none;min-height:44px;display:flex;align-items:center}.app-header__nav--desktop{display:none;gap:1.5rem}.app-header__menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;font-size:1.25rem;cursor:pointer;border-radius:10px;color:#1f2937}.app-header__menu-trigger:hover{background:#f3f4f6}.nav-link{color:#1f2937;text-decoration:none;font-weight:500;padding:.5rem .25rem;min-height:44px;display:inline-flex;align-items:center}.nav-link--active{color:#0e6f7c;text-decoration:underline;text-underline-offset:4px}.mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-list .nav-link{display:flex;width:100%}@media(min-width:768px){.app-header__nav--desktop{display:flex}.app-header__menu-trigger{display:none}}.app-footer{border-top:1px solid #e5e7eb;background:#f9fafb;padding:2rem 1rem;margin-top:2rem}.app-footer__links{max-width:1200px;margin:0 auto 1rem}.app-footer__links ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.app-footer__links a{color:#0e6f7c;min-height:44px;display:inline-flex;align-items:center}.app-footer__disclaimer{max-width:1200px;margin:0 auto .5rem;color:#4b5563;font-size:.9rem}.app-footer__meta{max-width:1200px;margin:0 auto;color:#4b5563;font-size:.85rem}.disclaimer-box{background:#fffbeb;border:1px solid #fde68a;color:#1f2937;border-radius:10px;padding:.85rem 1rem;font-size:.95rem}.placeholder-banner{background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d;border-radius:10px;padding:.85rem 1rem;font-weight:600;margin-bottom:1.5rem}.ant-typography a{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-filters{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.product-filters__field{display:flex;flex-direction:column;gap:.35rem}.product-filters__field label{font-weight:600;font-size:.9rem;color:#1f2937}.product-filters__field--switch{flex-direction:row;align-items:center;gap:.75rem}.product-filters__field--switch label{order:2}@media(min-width:640px){.product-filters{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-filters{grid-template-columns:repeat(4,1fr);align-items:end}}.product-grid,.product-grid--skeleton{display:grid;grid-template-columns:1fr;gap:1rem;margin:0 0 1.5rem;padding:0;list-style:none}.product-grid__item{display:block}@media(min-width:576px){.product-grid,.product-grid--skeleton{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-grid,.product-grid--skeleton{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.product-grid,.product-grid--skeleton{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;height:100%;background:#fff;transition:box-shadow .15s ease-in-out}.product-card:hover{box-shadow:0 4px 14px #0f172a1a}.product-card__image-wrap{aspect-ratio:4 / 3;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-card__image-icon{font-size:2.5rem;color:#9ca3af}.product-card__body{padding:.85rem 1rem 1.1rem;display:flex;flex-direction:column;gap:.35rem}.product-card__name{font-weight:700;margin:0;color:#1f2937}.product-card__price{margin:0;font-size:1.1rem;font-weight:600;color:#0e6f7c}.product-card__stock{margin:0;font-size:.88rem}.product-card__stock--in-stock{color:#0f7a3c}.product-card__stock--out-of-stock{color:#4b5563}.product-list__load-more{display:flex;justify-content:center;margin:2rem 0 1rem}.product-detail{display:grid;grid-template-columns:1fr;gap:2rem;margin:1.5rem 0 2rem}@media(min-width:900px){.product-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.product-detail__info{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.product-detail__description{color:#1f2937;line-height:1.6}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery--empty{aspect-ratio:4 / 3;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af}.product-gallery__main{position:relative;aspect-ratio:4 / 3;background:#f9fafb;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-gallery__image{width:100%;height:100%;object-fit:contain}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffffe6;box-shadow:0 1px 4px #0003;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-gallery__nav--prev{left:.5rem}.product-gallery__nav--next{right:.5rem}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#f3f4f6;cursor:pointer}.product-gallery__thumb--active{border-color:#0e6f7c}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.variant-picker{display:flex;flex-direction:column;gap:1rem;width:100%}.variant-picker__section{display:flex;flex-direction:column;gap:.5rem}.variant-picker__label{font-weight:600;font-size:.9rem}.variant-picker__swatches{display:flex;flex-wrap:wrap;gap:.5rem}.variant-swatch{display:flex;align-items:center;gap:.5rem;border:2px solid #e5e7eb;border-radius:999px;padding:.35rem .85rem .35rem .35rem;background:#fff;cursor:pointer;min-height:44px}.variant-swatch[aria-pressed=true]{border-color:#0e6f7c;background:#f0fbfc}.variant-swatch__image,.variant-swatch__placeholder{width:24px;height:24px;border-radius:50%;object-fit:cover;background:#d1d5db;flex-shrink:0}.variant-swatch__label{font-size:.9rem}.price-tag{display:flex;align-items:center;gap:.75rem;margin:0}.price-tag__current{font-size:1.75rem;font-weight:700;color:#0e6f7c}.price-tag__msrp{color:#4b5563}.price-tag__discount-badge{background:#fee2e2;color:#b42318;font-weight:700;border-radius:999px;padding:.15rem .6rem;font-size:.9rem}.stock-status{margin:0;font-weight:600}.stock-status--in{color:#0f7a3c}.stock-status--out{color:#b42318}.stock-status--unknown{color:#4b5563}.history-section{margin:2rem 0}.history-section__controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin:.75rem 0 1rem}.history-table-wrap{overflow-x:auto}.history-table-wrap table{border-collapse:collapse;width:100%;min-width:420px}.history-table-wrap th,.history-table-wrap td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb}.availability-timeline{display:flex;width:100%;height:32px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}.availability-timeline__segment--in{background:#34d399}.availability-timeline__segment--out{background:#9ca3af}.availability-timeline__legend{display:flex;align-items:center;gap:.4rem;margin-top:.6rem;font-size:.9rem;color:#1f2937}.availability-timeline__legend-swatch{width:14px;height:14px;border-radius:3px;display:inline-block;margin-left:.75rem}.availability-timeline__legend-swatch:first-child{margin-left:0}.availability-timeline__legend-swatch--in{background:#34d399}.availability-timeline__legend-swatch--out{background:#9ca3af}.hero{padding:1rem 0 1.5rem}.hero__lead{font-size:1.15rem;color:#1f2937;max-width:60ch;margin:.75rem 0 1.25rem}.hero__disclaimer-hint{margin-top:2rem}.stats-widget{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.stats-widget__item{background:#f0fbfc;border-radius:10px;padding:1rem 1.5rem;min-width:180px;display:flex;flex-direction:column;gap:.25rem}.stats-widget__value{font-size:1.5rem;font-weight:700;color:#0e6f7c}.stats-widget__label{color:#4b5563;font-size:.9rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
