.lang-switcher__trigger{color:hsl(var(--foreground))}.lang-switcher__menu{min-width:140px}.lang-switcher__flag{margin-right:8px;font-size:16px}.lang-switcher__item--active{background-color:hsl(var(--accent));font-weight:600}.header{position:sticky;top:0;z-index:100;background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border));box-shadow:0 1px 2px #0000000d;transition:background-color .2s ease,border-color .2s ease}.header__container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:4.5rem;width:auto;transition:filter .15s ease}.dark .header__logo-img{filter:invert(1)}.header__logo:hover .header__logo-img{opacity:.8}.header__nav{display:none}@media (min-width: 768px){.header__nav{display:flex}}.header__nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.header__nav-link{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;text-decoration:none;color:hsl(var(--foreground));transition:color .15s ease}.header__nav-link:hover{color:hsl(var(--primary))}.header__actions{display:flex;align-items:center;justify-content:center;gap:.5rem}.header__search{position:relative;display:none}@media (min-width: 768px){.header__search{display:flex;align-items:center}}.header__search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none}.header__search-input{padding-left:2rem;width:200px}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));transition:color .15s ease}.header__cart:hover{color:hsl(var(--primary))}.header__cart-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 4px;font-size:.75rem}@media (min-width: 768px){.header__mobile-toggle{display:none}}.header__mobile-nav{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}.header__mobile-link{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;text-decoration:none;color:hsl(var(--foreground));padding:.5rem 0;border-bottom:1px solid hsl(var(--border))}.header__mobile-link:hover{color:hsl(var(--primary))}.footer{background-color:hsl(var(--card));color:hsl(var(--card-foreground));border-top:1px solid hsl(var(--border));padding:4rem 0 1rem}.footer__container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer__container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer__container{grid-template-columns:repeat(4,1fr)}}.footer__section{display:flex;flex-direction:column;gap:.5rem}.footer__title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.5rem}.footer__subtitle{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--primary));margin-bottom:.5rem}.footer__description{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:hsl(var(--foreground));color:hsl(var(--muted-foreground));opacity:.85}.footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.footer__link{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:hsl(var(--foreground));text-decoration:none;opacity:.85;transition:opacity .15s ease,color .15s ease}.footer__link:hover{opacity:1;color:hsl(var(--primary))}.footer__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.85}.footer__newsletter{display:flex;gap:.25rem}.footer__newsletter-text{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:hsl(var(--foreground));color:hsl(var(--muted-foreground));opacity:.85;margin-bottom:.5rem}.footer__newsletter-input{flex:1}.footer__bottom{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem;margin-top:3rem;padding-top:1rem;border-top:1px solid hsl(var(--border));text-align:center}.footer__copyright{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:hsl(var(--foreground));color:hsl(var(--muted-foreground));opacity:.6}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout__content{flex:1;width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem;padding-top:2rem;padding-bottom:2rem}.not-found-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:6rem 1rem;text-align:center}.not-found-page__illustration{margin-bottom:2rem}.not-found-page__code{font-family:Roboto,sans-serif;font-size:8rem;font-weight:700;color:hsl(var(--accent));line-height:1}.not-found-page__title{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.not-found-page__description{font-size:1rem;color:hsl(var(--muted-foreground));margin-bottom:2rem;max-width:420px}.coming-soon{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fafaf8;text-align:center;padding:2rem}.coming-soon__content{max-width:600px}.coming-soon__title{font-family:Roboto,sans-serif;font-size:3rem;font-weight:700;color:#1e2a20;margin-bottom:1rem;letter-spacing:-.02em}@media (max-width: 640px){.coming-soon__title{font-size:2rem}}.coming-soon__subtitle{font-family:Roboto,sans-serif;font-size:1.125rem;color:#637163;margin-bottom:2.5rem;line-height:1.6}.coming-soon__login-link{opacity:.6;transition:opacity .2s ease}.coming-soon__login-link:hover{opacity:1}.rating-stars{display:inline-flex;align-items:center;gap:1px}.rating-stars__star{color:hsl(var(--muted-foreground));stroke-width:1.5}.rating-stars__star--filled,.rating-stars__star--half{color:#e67e22;fill:#e67e22}.rating-stars__count{margin-left:.25rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.product-card{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.product-card__link{display:flex;flex-direction:column;flex:1;min-width:0;text-decoration:none;color:inherit}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background-color:hsl(var(--accent))}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.product-card__image:hover img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:1}.product-card__badge--stock{top:auto;bottom:.5rem}.product-card__info{display:flex;flex-direction:column;justify-content:center;padding:1rem!important;flex:1;gap:.25rem;min-width:0}.product-card__name{font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price,.product-card__rating{margin-top:.25rem}.product-card__actions{padding-top:0;margin-top:auto}.product-card--out-of-stock .product-card__image img{opacity:.6;filter:grayscale(40%)}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid__item{display:flex;flex-direction:column;min-width:0}.add-to-cart-modal{max-width:480px}.add-to-cart-modal__body{display:flex;flex-direction:column;gap:1.5rem;max-height:60vh;overflow-y:auto;padding-right:.25rem}.add-to-cart-modal__product-summary{display:flex;align-items:center;gap:1rem}.add-to-cart-modal__image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;border:1px solid hsl(var(--accent))}.add-to-cart-modal__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.add-to-cart-modal__price{font-size:1.125rem;font-weight:600}.add-to-cart-modal__section-label{display:block;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.add-to-cart-modal__variants{display:flex;flex-direction:column}.add-to-cart-modal__variant-options{display:flex;flex-wrap:wrap;gap:.25rem}.add-to-cart-modal__variant-btn{padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--accent));border-radius:6px;cursor:pointer;transition:all .15s ease}.add-to-cart-modal__variant-btn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.add-to-cart-modal__variant-btn--active{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.add-to-cart-modal__variant-btn--active:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.add-to-cart-modal__hint{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.add-to-cart-modal__custom-fields{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:hsl(var(--muted));border-radius:8px}.add-to-cart-modal__field{display:flex;flex-direction:column;gap:.25rem}.add-to-cart-modal__field-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.add-to-cart-modal__field-required{color:hsl(var(--destructive));margin-left:2px}.add-to-cart-modal__field-input{padding:.5rem 1rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));outline:none;transition:border-color .15s ease}.add-to-cart-modal__field-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.1)}.add-to-cart-modal__field-input--error{border-color:hsl(var(--destructive))}.add-to-cart-modal__field-input--error:focus{border-color:hsl(var(--destructive));box-shadow:0 0 0 2px hsl(var(--destructive)/.1)}.add-to-cart-modal__field-error{font-size:.75rem;color:hsl(var(--destructive))}.add-to-cart-modal__quantity-section{display:flex;flex-direction:column}.add-to-cart-modal__quantity{display:flex;align-items:center;justify-content:center;gap:.5rem;justify-content:flex-start}.add-to-cart-modal__quantity-value{min-width:2.5rem;text-align:center;font-weight:600;font-size:1.125rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state__icon{margin-bottom:1.5rem;color:hsl(var(--muted-foreground))}.empty-state__icon svg{width:3rem;height:3rem}.empty-state__title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.empty-state__description{font-size:.875rem;color:hsl(var(--muted-foreground));max-width:24rem;margin-bottom:1.5rem}.home-page__hero{display:flex;align-items:center;justify-content:center;min-height:70vh;background-color:hsl(var(--accent));padding:6rem 1rem;text-align:center}.home-page__hero-content{max-width:640px}.home-page__hero-title{font-family:Roboto,sans-serif;font-size:3rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;line-height:1.1}.home-page__hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2rem;line-height:1.6}.home-page__featured,.home-page__categories,.home-page__about{max-width:1280px;margin:0 auto;padding:6rem 1rem}.home-page__section-header{text-align:center;margin-bottom:3rem}.home-page__section-title{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.home-page__section-description{font-size:1rem;color:hsl(var(--muted-foreground))}.home-page__view-all{text-align:center;margin-top:3rem}.home-page__categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.home-page__category-card{display:block;text-decoration:none;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease}.home-page__category-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.home-page__category-image{aspect-ratio:4/3;background-color:hsl(var(--accent));overflow:hidden}.home-page__category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-page__category-name{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));padding:1rem;text-align:center}.home-page__about{text-align:center}.home-page__about-content{max-width:640px;margin:0 auto}.home-page__about-text{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:2rem}.filter-panel{display:flex;flex-direction:column;gap:1rem}.filter-panel__header{display:flex;align-items:center;justify-content:space-between}.filter-panel__section{display:flex;flex-direction:column;gap:.5rem}.filter-panel__heading{font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.filter-panel__options{display:flex;flex-direction:column;gap:.25rem}.filter-panel__option{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;border:none;background:none;border-radius:.5rem;font-size:.875rem;color:hsl(var(--foreground));cursor:pointer;text-align:left;transition:background-color .15s ease}.filter-panel__option:hover{background-color:hsl(var(--accent))}.filter-panel__option--active{background-color:hsl(var(--accent));font-weight:500;color:hsl(var(--primary))}.filter-panel__count{font-size:.75rem;color:hsl(var(--muted-foreground))}.filter-panel__price-range{display:flex;align-items:flex-end;gap:.5rem}.filter-panel__price-input{flex:1;display:flex;flex-direction:column;gap:.25rem}.filter-panel__price-separator{padding-bottom:.5rem;color:hsl(var(--muted-foreground))}.filter-panel__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--foreground));cursor:pointer}.filter-panel__checkbox input[type=checkbox]{accent-color:hsl(var(--primary))}.search-bar{position:relative;display:flex;align-items:center}.search-bar__icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:hsl(var(--muted-foreground));pointer-events:none;z-index:1}.search-bar__input{padding-left:2rem;width:100%}.product-list-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.product-list-page__header{margin-bottom:3rem}.product-list-page__title{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem}.product-list-page__toolbar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.product-list-page__layout{display:grid;grid-template-columns:260px 1fr;gap:3rem}@media (max-width: 768px){.product-list-page__layout{grid-template-columns:1fr}.product-list-page__sidebar{order:2}}.product-list-page__content{min-width:0}.product-list-page__pagination{display:flex;justify-content:center;gap:.25rem;margin-top:3rem}.product-list-page__page-btn{padding:.5rem 1rem;border:1px solid hsl(var(--accent));border-radius:.5rem;background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.product-list-page__page-btn:hover{background-color:hsl(var(--accent))}.product-list-page__page-btn--active{background-color:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.image-gallery{display:flex;flex-direction:column;gap:1rem}.image-gallery__main{width:100%;aspect-ratio:1;overflow:hidden;border-radius:.75rem;background-color:hsl(var(--accent))}.image-gallery__main-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-gallery__thumbnails{display:flex;gap:.5rem;overflow-x:auto}.image-gallery__thumbnail{flex-shrink:0;width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:border-color .15s ease}.image-gallery__thumbnail:hover{border-color:hsl(var(--accent))}.image-gallery__thumbnail--active{border-color:hsl(var(--primary))}.image-gallery__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-details{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.product-details{grid-template-columns:1fr 1fr}}.product-details__gallery{position:sticky;top:1.5rem;align-self:start}.product-details__info{display:flex;flex-direction:column;gap:1.5rem}.product-details__name{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.product-details__price{font-size:1.25rem}.product-details__description{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.7}.product-details__meta{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0;border-top:1px solid hsl(var(--accent));border-bottom:1px solid hsl(var(--accent))}.product-details__meta-item{display:flex;align-items:center;gap:.5rem}.product-details__meta-label{font-weight:600;color:hsl(var(--foreground));min-width:120px}.product-details__actions{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.product-details__actions{flex-direction:row;align-items:center}}.product-details__quantity{display:flex;align-items:center;justify-content:center;gap:.5rem}.product-details__quantity-value{min-width:2.5rem;text-align:center;font-weight:600;font-size:1.125rem}.product-details__add-btn{flex:1}.product-details__variant-hint{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.product-details__variants{display:flex;flex-direction:column;gap:.25rem}.product-details__variants-label{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.product-details__variants-options{display:flex;flex-wrap:wrap;gap:.25rem}.product-details__variant-btn{padding:.25rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--accent));border-radius:6px;cursor:pointer;transition:all .15s ease}.product-details__variant-btn:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.product-details__variant-btn--active{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.product-details__variant-btn--active:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.product-details__custom-fields{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:hsl(var(--muted));border-radius:8px}.product-details__custom-fields-title{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}.product-details__custom-field{display:flex;flex-direction:column;gap:.25rem}.product-details__custom-field-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.product-details__custom-field-required{color:hsl(var(--destructive));margin-left:2px}.product-details__custom-field-input{padding:.5rem 1rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));outline:none;transition:border-color .15s ease}.product-details__custom-field-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.1)}.product-details__custom-field-input--error{border-color:hsl(var(--destructive))}.product-details__custom-field-input--error:focus{border-color:hsl(var(--destructive));box-shadow:0 0 0 2px hsl(var(--destructive)/.1)}.product-details__custom-field-error{font-size:.75rem;color:hsl(var(--destructive))}.product-reviews{display:flex;flex-direction:column;gap:2rem}.product-reviews__heading{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.product-reviews__list{display:flex;flex-direction:column;gap:1.5rem}.product-reviews__item{padding:1.5rem;border:1px solid hsl(var(--accent));border-radius:.5rem;background-color:hsl(var(--background))}.product-reviews__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product-reviews__item-title{font-weight:600;color:hsl(var(--foreground));margin-bottom:.25rem}.product-reviews__item-comment{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6;margin-bottom:.5rem}.product-reviews__item-meta{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.product-reviews__item-author{font-weight:500;color:hsl(var(--foreground))}.product-reviews__form{display:flex;flex-direction:column;gap:1rem;padding:2rem;border:1px solid hsl(var(--accent));border-radius:.75rem;background-color:hsl(var(--background))}.product-reviews__form-title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground))}.product-reviews__form-field{display:flex;flex-direction:column;gap:.25rem}.product-reviews__form-stars{display:flex;gap:.25rem}.product-reviews__form-stars button{background:none;border:none;padding:0;cursor:pointer}.related-products{padding:3rem 0}.related-products__title{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:2rem}.related-products__grid{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}.related-products__grid::-webkit-scrollbar{display:none}.related-products__grid>*{flex:0 0 280px;scroll-snap-align:start}@media (min-width: 640px){.related-products__grid>*{flex:0 0 260px}}@media (min-width: 1024px){.related-products__grid>*{flex:0 0 300px}}.product-detail-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.product-detail-page__details,.product-detail-page__reviews{margin-bottom:4rem}.product-detail-page__related{margin-bottom:3rem}.product-detail-page__loading,.product-detail-page__not-found{text-align:center;padding:6rem 1rem;color:hsl(var(--muted-foreground));font-size:1.125rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid hsl(var(--accent))}.cart-item:last-child{border-bottom:none}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background-color:hsl(var(--accent))}.cart-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item__image-placeholder{width:100%;height:100%;background-color:hsl(var(--accent))}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-item__name-link{text-decoration:none;color:inherit}.cart-item__name-link:hover .cart-item__name{color:hsl(var(--primary))}.cart-item__name{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__price{font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-item__custom-fields{display:flex;flex-direction:column;gap:2px}.cart-item__custom-field{font-size:.75rem;color:hsl(var(--muted-foreground))}.cart-item__quantity{display:flex;align-items:center;gap:.5rem}.cart-item__quantity-value{min-width:2rem;text-align:center;font-weight:500;font-size:.875rem}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.cart-item__subtotal{font-weight:600;font-size:.875rem;color:hsl(var(--foreground))}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.875rem;color:hsl(var(--muted-foreground))}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:hsl(var(--foreground))}.cart-summary__button{margin-top:1rem}.cart-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.cart-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:3rem}@media (max-width: 768px){.cart-page__layout{grid-template-columns:1fr}}.cart-page__items{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.cart-page__summary{order:-1}}.cart-page__continue{margin-top:3rem}.checkout-stepper{display:flex;align-items:center;justify-content:center;gap:0;padding:1.5rem 0}.checkout-stepper__step{display:flex;align-items:center;gap:.5rem}.checkout-stepper__step--active .checkout-stepper__indicator{background-color:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.checkout-stepper__step--active .checkout-stepper__label{color:hsl(var(--foreground));font-weight:600}.checkout-stepper__step--completed .checkout-stepper__indicator{background-color:#27ae60;color:#fff;border-color:#27ae60}.checkout-stepper__step--completed .checkout-stepper__connector{background-color:#27ae60}.checkout-stepper__indicator{width:2rem;height:2rem;border-radius:9999px;border:2px solid hsl(var(--accent));display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));background-color:hsl(var(--background));transition:all .2s ease;flex-shrink:0}.checkout-stepper__label{font-size:.875rem;color:hsl(var(--muted-foreground));white-space:nowrap;transition:color .2s ease}.checkout-stepper__connector{width:3rem;height:2px;background-color:hsl(var(--accent));margin:0 .5rem;transition:background-color .2s ease}.shipping-form{display:flex;flex-direction:column;gap:1.5rem}.shipping-form__saved{display:flex;flex-direction:column;gap:.5rem}.shipping-form__saved h3{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.shipping-form__fields{display:flex;flex-direction:column;gap:1rem}.shipping-form__field{display:flex;flex-direction:column;gap:.25rem;flex:1}.shipping-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.shipping-form__row{grid-template-columns:1fr}}.foxpost-picker{padding:12px 16px 16px;border-top:1px dashed #d1d5db}.foxpost-picker__hint{font-size:13px;color:#6c737f;margin-bottom:10px;display:flex;align-items:center}.foxpost-picker__selected{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:10px;border:2px solid #22c55e;border-radius:10px;background:#f0fdf4}.foxpost-picker__selected-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#dcfce7;color:#16a34a;flex-shrink:0}.foxpost-picker__selected-info{flex:1;display:flex;flex-direction:column;gap:1px}.foxpost-picker__selected-name{font-weight:600;font-size:13px;color:#111827}.foxpost-picker__selected-address{font-size:11px;color:#6c737f}.foxpost-picker__iframe{width:100%;height:600px;min-height:500px;border:1px solid #e5e7eb;border-radius:10px}.gls-picker{padding:12px 16px 16px;border-top:1px dashed #d1d5db}.gls-picker__hint{font-size:13px;color:#6c737f;margin-bottom:10px;display:flex;align-items:center}.gls-picker__selected{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:10px;border:2px solid #22c55e;border-radius:10px;background:#f0fdf4}.gls-picker__selected-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#dcfce7;color:#16a34a;flex-shrink:0}.gls-picker__selected-info{flex:1;display:flex;flex-direction:column;gap:1px}.gls-picker__selected-name{font-weight:600;font-size:13px;color:#111827}.gls-picker__selected-address{font-size:11px;color:#6c737f}.gls-picker__map{width:100%;height:600px;min-height:500px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.shipping-selector{display:flex;flex-direction:column;gap:12px}.shipping-selector__item{display:flex;flex-direction:column;border:2px solid #e5e7eb;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.shipping-selector__item:has(.shipping-selector__option--selected){border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary))}.shipping-selector__option{display:flex;align-items:center;gap:16px;padding:16px;border:none;background:#fff;border-radius:10px;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.shipping-selector__option:hover,.shipping-selector__option--selected{background:hsl(var(--primary)/.06)}.shipping-selector__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#f3f4f6;flex-shrink:0;color:#6c737f}.shipping-selector__option--selected .shipping-selector__icon{background:hsl(var(--primary)/.12);color:hsl(var(--primary))}.shipping-selector__info{flex:1;display:flex;flex-direction:column;gap:2px}.shipping-selector__name{font-weight:600;font-size:14px;color:#111827}.shipping-selector__desc{font-size:12px;color:#6c737f}.shipping-selector__days{font-size:12px;color:#9ca3af}.shipping-selector__price{font-weight:600;font-size:16px;color:#111827;white-space:nowrap}.payment-form__fields{display:flex;flex-direction:column;gap:1rem}.payment-form__field{display:flex;flex-direction:column;gap:.25rem;flex:1}.payment-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-form__note{padding:.5rem 0}.order-review{display:flex;flex-direction:column;gap:1.5rem}.order-review__items{display:flex;flex-direction:column;gap:1rem}.order-review__item{display:flex;align-items:center;gap:1rem}.order-review__item-image{width:60px;height:60px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background-color:hsl(var(--accent))}.order-review__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-review__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-review__summary{display:flex;flex-direction:column;gap:.25rem}.order-review__summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:hsl(var(--muted-foreground))}.order-review__summary-total{display:flex;justify-content:space-between;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:hsl(var(--foreground))}.checkout-form{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.checkout-form__step{min-height:300px}.checkout-form__actions{display:flex;justify-content:space-between;padding-top:1.5rem}.checkout-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.checkout-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem;text-align:center}.checkout-page__stepper{max-width:800px;margin:0 auto}.order-confirmation-page{max-width:560px;margin:0 auto;padding:6rem 1rem;text-align:center}.order-confirmation-page__icon{margin-bottom:1.5rem}.order-confirmation-page__title{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.order-confirmation-page__subtitle{font-size:1rem;color:hsl(var(--muted-foreground));margin-bottom:3rem}.order-confirmation-page__details{text-align:left;margin-bottom:3rem}.order-confirmation-page__detail-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.875rem;color:hsl(var(--foreground))}.order-confirmation-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.category-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.category-page__header{margin-bottom:3rem}.category-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.category-page__description{font-size:1rem;color:hsl(var(--muted-foreground));max-width:640px}.search-results-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.search-results-page__header{margin-bottom:3rem}.search-results-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.search-results-page__query{font-size:1rem;color:hsl(var(--muted-foreground))}.about-page{max-width:720px;margin:0 auto;padding:6rem 1rem}.about-page__hero{text-align:center;margin-bottom:4rem}.about-page__heading{font-family:Roboto,sans-serif;font-size:2.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.about-page__tagline{font-size:1.125rem;color:hsl(var(--muted-foreground))}.about-page__story,.about-page__craftsmanship,.about-page__mission{margin-bottom:1.5rem}.about-page__section-title{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.about-page__text{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.8}.contact-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.contact-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem;text-align:center}.contact-page__layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}@media (max-width: 768px){.contact-page__layout{grid-template-columns:1fr}}.contact-page__form-fields{display:flex;flex-direction:column;gap:1.5rem}.contact-page__info{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.contact-page__info-item{display:flex;align-items:center;gap:1rem;color:hsl(var(--foreground));font-size:.875rem}.login-form{max-width:420px;margin:0 auto}.login-form__fields{display:flex;flex-direction:column;gap:1rem}.login-form__field{display:flex;flex-direction:column;gap:.25rem}.login-form__actions{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.login-form__links{display:flex;justify-content:space-between;align-items:center}.login-form__error{padding:.5rem 1rem;border-radius:.5rem;background-color:#c0392b1a;color:#c0392b;font-size:.875rem;border:1px solid rgba(192,57,43,.2)}.login-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1rem}.login-page__container{width:100%;max-width:420px;text-align:center}.login-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.login-page__subtext{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.login-page__footer{margin-top:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.login-page__link{color:hsl(var(--primary));font-weight:500;text-decoration:underline}.login-page__link:hover{color:hsl(var(--ring))}.register-form{max-width:480px;margin:0 auto}.register-form__fields{display:flex;flex-direction:column;gap:1rem}.register-form__field{display:flex;flex-direction:column;gap:.25rem;flex:1}.register-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.register-form__row{grid-template-columns:1fr}}.register-form__actions{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.register-form__error{padding:.5rem 1rem;border-radius:.5rem;background-color:#c0392b1a;color:#c0392b;font-size:.875rem;border:1px solid rgba(192,57,43,.2)}.register-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1rem}.register-page__container{width:100%;max-width:420px;text-align:center}.register-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.register-page__subtext{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.register-page__footer{margin-top:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.register-page__link{color:hsl(var(--primary));font-weight:500;text-decoration:underline}.register-page__link:hover{color:hsl(var(--ring))}.forgot-password-form{max-width:420px;margin:0 auto}.forgot-password-form__fields{display:flex;flex-direction:column;gap:1rem}.forgot-password-form__field{display:flex;flex-direction:column;gap:.25rem}.forgot-password-form__success{padding:1rem;border-radius:.5rem;background-color:#27ae601a;color:#27ae60;font-size:.875rem;border:1px solid rgba(39,174,96,.2);text-align:center}.forgot-password-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1rem}.forgot-password-page__container{width:100%;max-width:420px;text-align:center}.forgot-password-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.forgot-password-page__subtext{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.forgot-password-page__footer{margin-top:1.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.forgot-password-page__link{color:hsl(var(--primary));font-weight:500;text-decoration:underline}.forgot-password-page__link:hover{color:hsl(var(--ring))}.reset-password-form{max-width:420px;margin:0 auto}.reset-password-form__fields{display:flex;flex-direction:column;gap:1rem}.reset-password-form__field{display:flex;flex-direction:column;gap:.25rem}.reset-password-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1rem}.reset-password-page__container{width:100%;max-width:420px;text-align:center}.reset-password-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.reset-password-page__subtext{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.user-profile__avatar{display:flex;justify-content:center;margin-bottom:1.5rem}.user-profile__avatar-img{width:96px;height:96px;font-size:1.5rem}.user-profile__info{display:flex;flex-direction:column;gap:1rem}.user-profile__info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid hsl(var(--accent))}.user-profile__info-label{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500}.user-profile__info-value{font-size:.875rem;color:hsl(var(--foreground));font-weight:600}.user-profile__form{display:flex;flex-direction:column;gap:1rem}.user-profile__field{display:flex;flex-direction:column;gap:.25rem}.user-profile__form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.address-card__header{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.address-card__title{display:flex;align-items:center;gap:.5rem;font-size:1rem}.address-card__header-actions{display:flex;gap:.25rem}.address-card__form{display:flex;flex-direction:column;gap:1rem}.address-card__field{display:flex;flex-direction:column;gap:.25rem}.address-card__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.address-card__row{grid-template-columns:1fr}}.address-card__form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.5rem}.address-card__display{font-size:.875rem;line-height:1.7;color:hsl(var(--foreground))}.address-card__display-name{font-weight:600}.address-card__delete{color:hsl(var(--destructive))}.address-card__delete:hover{color:hsl(var(--destructive));background:hsl(var(--destructive)/.1)}.address-card__empty{padding:1.5rem 0;text-align:center}.profile-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.profile-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.profile-page__content{display:flex;flex-direction:column;gap:2rem}.profile-page__addresses{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.profile-page__addresses{grid-template-columns:1fr}}.profile-page__shipping-col{display:flex;flex-direction:column;gap:.5rem}.profile-page__same-as-billing{display:flex;align-items:center;gap:.5rem;padding:0 .5rem}.order-history__list{overflow-x:auto}.order-history__item{cursor:pointer;transition:background-color .15s ease}.order-history__item:hover{background-color:hsl(var(--accent))}.order-history__status{text-transform:capitalize;font-weight:500;border:none}.order-history__status--PENDING{background-color:#fef3c7;color:#92400e}.order-history__status--IN_PROGRESS{background-color:#dbeafe;color:#1e40af}.order-history__status--DONE{background-color:#e0e7ff;color:#3730a3}.order-history__status--SHIPPING{background-color:#cffafe;color:#155e75}.order-history__status--COMPLETED{background-color:#ecfdf5;color:#047857}.order-history__status--REFUNDED{background-color:#f3e8ff;color:#6b21a8}.order-history__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 0;color:hsl(var(--muted-foreground));font-size:1rem}.order-history-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.order-history-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.order-history-page__content{width:100%}.order-details__header{display:flex;justify-content:space-between;align-items:center}.order-details__status{text-transform:capitalize;font-weight:500;border:none}.order-details__status--PENDING{background-color:#fef3c7;color:#92400e}.order-details__status--IN_PROGRESS{background-color:#dbeafe;color:#1e40af}.order-details__status--DONE{background-color:#e0e7ff;color:#3730a3}.order-details__status--SHIPPING{background-color:#cffafe;color:#155e75}.order-details__status--COMPLETED{background-color:#ecfdf5;color:#047857}.order-details__status--REFUNDED{background-color:#f3e8ff;color:#6b21a8}.order-details__section-title{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem}.order-details__items{margin-bottom:1rem}.order-details__product-name{display:flex;align-items:center;gap:.5rem}.order-details__product-image{width:40px;height:40px;border-radius:.25rem;-o-object-fit:cover;object-fit:cover}.order-details__totals{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:300px;margin-left:auto}.order-details__total-row{display:flex;justify-content:space-between;font-size:.875rem;color:hsl(var(--muted-foreground))}.order-details__total-row--final{font-size:1rem;font-weight:700;color:hsl(var(--foreground))}.order-details__address p{font-size:.875rem;color:hsl(var(--foreground));line-height:1.6}.order-details__timeline{margin-top:1rem}.order-details__timeline-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;border-left:2px solid hsl(var(--accent));padding-left:1.5rem}.order-details__timeline-entry{display:flex;align-items:center;gap:.5rem;position:relative}.order-details__timeline-entry:before{content:"";position:absolute;left:calc(-1.5rem - 5px);width:8px;height:8px;border-radius:9999px;background-color:hsl(var(--primary))}.order-details__timeline-date{font-size:.75rem;color:hsl(var(--muted-foreground))}.order-details__timeline-note{font-size:.75rem;color:hsl(var(--muted-foreground));font-style:italic}.order-detail-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.order-detail-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.order-detail-page__content{width:100%}.wishlist__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.wishlist__item{transition:box-shadow .15s ease}.wishlist__item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.wishlist__item-content{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.wishlist__item-image{width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background-color:hsl(var(--accent))}.wishlist__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wishlist__item-placeholder{width:100%;height:100%;background-color:hsl(var(--accent))}.wishlist__item-info{display:flex;flex-direction:column;gap:.25rem}.wishlist__item-name{font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;color:hsl(var(--foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist__item-price{font-size:.875rem;font-weight:600;color:hsl(var(--primary))}.wishlist__item-unavailable{font-size:.75rem;color:#c0392b;font-weight:500}.wishlist__item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.wishlist__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 0;color:hsl(var(--muted-foreground));font-size:1rem}.wishlist-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.wishlist-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.wishlist-page__content{width:100%}.address-book__header{display:flex;justify-content:space-between;align-items:center}.address-book__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.address-book__card{border:1px solid hsl(var(--accent));border-radius:.5rem;padding:1rem;font-size:.875rem;color:hsl(var(--foreground));line-height:1.6;transition:border-color .15s ease}.address-book__card--default{border-color:hsl(var(--primary));background-color:#2d7a3a08}.address-book__card:hover{border-color:hsl(var(--accent))}.address-book__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.address-book__card-label{font-weight:600;font-size:1rem;font-family:Roboto,sans-serif}.address-book__card-name{font-weight:500}.address-book__actions{display:flex;justify-content:flex-end;gap:.25rem;margin-top:1rem;padding-top:.5rem;border-top:1px solid hsl(var(--accent))}.address-book-page{max-width:1280px;margin:0 auto;padding:3rem 1rem}.address-book-page__heading{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:3rem}.address-book-page__content{width:100%}.sidebar{--sidebar-width: 280px;--sidebar-bg: #111927;--sidebar-text: #9da4ae;--sidebar-text-active: #fff;--sidebar-accent: #16a34a;--sidebar-hover-bg: rgba(255, 255, 255, .04);--sidebar-active-bg: rgba(22, 163, 74, .12);--sidebar-border: rgba(255, 255, 255, .08);width:var(--sidebar-width);min-height:100vh;background-color:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto}.sidebar__brand{padding:24px 24px 16px}.sidebar__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--sidebar-text-active)}.sidebar__logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:var(--sidebar-accent);color:#fff;flex-shrink:0}.sidebar__logo-text{display:flex;flex-direction:column}.sidebar__logo-name{font-size:16px;font-weight:700;line-height:1.2;letter-spacing:.3px}.sidebar__logo-subtitle{font-size:11px;color:var(--sidebar-text);letter-spacing:.5px;text-transform:uppercase;margin-top:2px}.sidebar__nav{flex:1;padding:16px 16px 0}.sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sidebar__item{display:flex;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;color:var(--sidebar-text);font-size:14px;font-weight:500;border-radius:8px;transition:background-color .15s ease,color .15s ease}.sidebar__item:hover{background-color:var(--sidebar-hover-bg);color:var(--sidebar-text-active)}.sidebar__item--active{color:var(--sidebar-text-active);background-color:var(--sidebar-active-bg)}.sidebar__item--active .sidebar__item-icon{color:var(--sidebar-accent)}.sidebar__item-icon{flex-shrink:0;opacity:.8}.sidebar__item--active .sidebar__item-icon{opacity:1}.sidebar__item-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__footer{padding:16px 16px 24px;border-top:1px solid var(--sidebar-border);margin-top:auto}.sidebar__back-link{display:flex;align-items:center;gap:8px;padding:10px 16px;text-decoration:none;color:var(--sidebar-text);font-size:13px;font-weight:500;border-radius:8px;transition:background-color .15s ease,color .15s ease}.sidebar__back-link:hover{background-color:var(--sidebar-hover-bg);color:var(--sidebar-text-active)}.admin-layout{--sidebar-width: 280px;--topnav-height: 64px;display:flex;min-height:100vh;background-color:#f9fafb}.admin-layout__main{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-height:100vh}.admin-layout__topnav{position:sticky;top:0;z-index:50;height:var(--topnav-height);background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0;box-shadow:0 1px 2px #0000000a}.admin-layout__topnav-left{display:flex;align-items:center}.admin-layout__page-title{font-size:18px;font-weight:600;color:#111927;margin:0;line-height:1}.admin-layout__topnav-right{display:flex;align-items:center;gap:4px}.admin-layout__topnav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:none;background:transparent;color:#6c737f;cursor:pointer;transition:background-color .15s ease,color .15s ease}.admin-layout__topnav-btn:hover{background-color:#f3f4f6;color:#111927}.admin-layout__avatar-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:50%;margin-left:8px}.admin-layout__avatar-btn:hover{background-color:#f3f4f6}.admin-layout__avatar{width:36px;height:36px}.admin-layout__avatar-fallback{background-color:#16a34a;color:#fff;font-size:13px;font-weight:600}.admin-layout__content{flex:1;padding:32px 24px;max-width:1200px;width:100%;margin:0 auto}.admin-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}@media (max-width: 1200px){.admin-dashboard__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.admin-dashboard__stats{grid-template-columns:1fr}}.admin-dashboard__stat-card{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f}.admin-dashboard__stat-content{display:flex;align-items:flex-start;justify-content:space-between;padding:24px!important}.admin-dashboard__stat-info{display:flex;flex-direction:column;gap:4px}.admin-dashboard__stat-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f}.admin-dashboard__stat-value{font-size:28px;font-weight:700;color:#111927;line-height:1.2;margin-top:4px}.admin-dashboard__stat-trend{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:12px;font-weight:500}.admin-dashboard__stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.admin-dashboard__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 900px){.admin-dashboard__grid{grid-template-columns:1fr}}.admin-dashboard__card{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f;overflow:hidden}.admin-dashboard__card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.admin-dashboard__card-title{font-size:16px;font-weight:600}.translatable-field{position:relative}.translatable-field__required{color:#ef4444;margin-left:2px}.translatable-field__tabs{display:flex;gap:0;margin-bottom:-1px;position:relative;z-index:1}.translatable-field__tab{padding:5px 14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;background:#f9fafb;border:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;border-radius:6px 6px 0 0;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease;line-height:1.4}.translatable-field__tab:hover:not(.translatable-field__tab--active){color:#6b7280;background:#f3f4f6}.translatable-field__tab--active{color:#16a34a;background:#fff;border-color:#e5e7eb;border-bottom-color:#fff}.translatable-field__input-wrapper{position:relative}.translatable-field__input,.translatable-field__textarea{border-radius:0 8px 8px!important}.translatable-field__error{color:#ef4444;font-size:12px;margin-top:4px}.admin-form-page__header{margin-bottom:32px}.admin-form-page__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#16a34a;background:none;border:none;cursor:pointer;padding:0;margin-bottom:12px;transition:color .15s ease}.admin-form-page__back:hover{color:#15803d}.admin-form-page__back svg{flex-shrink:0}.admin-form-page__title{font-size:24px;font-weight:700;color:#111927;margin:0;line-height:1.3}.admin-form-page__subtitle{font-size:14px;color:#6c737f;margin:4px 0 0}.admin-form-page__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media (min-width: 900px){.admin-form-page__grid{grid-template-columns:2fr 1fr;align-items:start}}.admin-form-page__main,.admin-form-page__sidebar{display:flex;flex-direction:column;gap:24px}.admin-form-page__actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #f3f4f6}.admin-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;overflow:hidden}.admin-form-card__header{padding:24px 24px 0}.admin-form-card__title{font-size:16px;font-weight:600;color:#111927;margin:0;line-height:1.4}.admin-form-card__description{font-size:13px;color:#6c737f;margin:4px 0 0}.admin-form-card__divider{height:1px;background:#f3f4f6;margin:16px 0 0}.admin-form-card__body{padding:24px;display:flex;flex-direction:column;gap:20px}.admin-form-field{flex:1;min-width:0}.admin-form-field__label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px;letter-spacing:.01em}.admin-form-field__input{display:block;width:100%;height:40px;padding:0 12px;font-size:14px;color:#111927;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.admin-form-field__input::-moz-placeholder{color:#9ca3af}.admin-form-field__input::placeholder{color:#9ca3af}.admin-form-field__input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.admin-form-field__textarea{display:block;width:100%;padding:10px 12px;font-size:14px;font-family:inherit;color:#111927;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.admin-form-field__textarea::-moz-placeholder{color:#9ca3af}.admin-form-field__textarea::placeholder{color:#9ca3af}.admin-form-field__textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.admin-form-field__select{border-radius:8px!important;height:40px!important}.admin-form-field__input--select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c737f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:36px;cursor:pointer}.admin-form-field__input--select:invalid,.admin-form-field__input--select option[value=""]{color:#9ca3af}.admin-form-field__error{font-size:12px;color:#dc2626;margin:6px 0 0}.admin-form-row{display:flex;gap:16px;align-items:flex-end}@media (max-width: 600px){.admin-form-row{flex-direction:column;align-items:stretch}}.admin-form-switch{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f3f4f6}.admin-form-switch:last-child{border-bottom:none;padding-bottom:0}.admin-form-switch:first-child{padding-top:0}.admin-form-switch__info{display:flex;flex-direction:column;gap:2px}.admin-form-switch__label{font-size:14px;font-weight:500;color:#111927}.admin-form-switch__description{font-size:13px;color:#6c737f}.admin-form-image-preview{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f9fafb;border:1px solid #e5e7eb;position:relative}.admin-form-image-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.admin-form-image-preview__fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#9ca3af;font-size:13px}.admin-form-image-preview__fallback.hidden{display:none}.admin-form-image-thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.admin-form-image-thumbs__item{width:56px;height:56px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;background:#f9fafb}.admin-form-image-thumbs__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.admin-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 24px;border:2px dashed #e5e7eb;border-radius:8px;background:#f9fafb;cursor:pointer;transition:border-color .15s ease,background .15s ease}.admin-dropzone:hover{border-color:#16a34a;background:#f5f3ff}.admin-dropzone--active{border-color:#16a34a;background:#ede9fe}.admin-dropzone__input{display:none}.admin-dropzone__icon{color:#9ca3af}.admin-dropzone__text{font-size:14px;color:#374151;margin:0}.admin-dropzone__hint{font-size:12px;color:#9ca3af;margin:0}.admin-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.admin-image-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.admin-image-card__preview{position:relative;aspect-ratio:1;background:#f9fafb}.admin-image-card__preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.admin-image-card__actions{position:absolute;top:6px;right:6px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.admin-image-card__preview:hover .admin-image-card__actions{opacity:1}.admin-image-card__btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;border:none;cursor:pointer;background:#ffffffe6;color:#6c737f;box-shadow:0 1px 3px #0000001f;transition:background .15s ease,color .15s ease}.admin-image-card__btn:hover{background:#fff;color:#111927}.admin-image-card__btn--primary{color:#f59e0b;opacity:1!important}.admin-image-card__btn--primary:hover{color:#d97706}.admin-image-card__btn--delete:hover{background:#fef2f2;color:#dc2626}.admin-image-card__preview:not(:hover) .admin-image-card__btn--primary{opacity:1}.admin-image-card__variant{padding:6px;border-top:1px solid #f3f4f6}.admin-image-card__variant-select{height:28px!important;font-size:12px!important;padding:0 28px 0 8px!important}.admin-image-card__variant-badge{display:block;width:100%;text-align:center;font-size:11px;font-weight:500;color:#16a34a;background:#f5f3ff;border:1px solid #ede9fe;border-radius:4px;padding:4px 8px;cursor:pointer;transition:background .15s ease}.admin-image-card__variant-badge:hover{background:#ede9fe}.admin-variant-add{display:flex;gap:8px;align-items:flex-end}.admin-variant-list{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.admin-variant-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#fff;border-bottom:1px solid #f3f4f6;transition:background .1s ease}.admin-variant-item:last-child{border-bottom:none}.admin-variant-item:hover{background:#f9fafb}.admin-variant-item__drag{color:#d1d5db;cursor:grab;flex-shrink:0}.admin-variant-item__info{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.admin-variant-item__name{font-size:14px;font-weight:500;color:#111927}.admin-variant-item__meta{font-size:12px;color:#9ca3af}.admin-variant-item__thumbs{display:flex;gap:4px;flex-shrink:0}.admin-variant-item__thumb{width:28px;height:28px;border-radius:4px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.admin-variant-item__more{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background:#f3f4f6;font-size:10px;color:#6c737f}.admin-variant-item__delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:none;color:#d1d5db;cursor:pointer;flex-shrink:0;transition:color .15s ease,background .15s ease}.admin-variant-item__delete:hover{color:#dc2626;background:#fef2f2}.admin-custom-field{border:1px solid #e5e7eb;border-radius:8px;padding:14px 16px;background:#fff;display:flex;flex-direction:column;gap:10px;transition:border-color .15s ease}.admin-custom-field:hover{border-color:#d1d5db}.admin-custom-field+.admin-custom-field{margin-top:10px}.admin-custom-field__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 640px){.admin-custom-field__row{grid-template-columns:1fr}}.admin-custom-field__name,.admin-custom-field__name-hu,.admin-custom-field__value,.admin-custom-field__value-hu{min-width:0}.admin-custom-field__footer{display:flex;align-items:center;justify-content:space-between;padding-top:6px;border-top:1px solid #f3f4f6}.admin-custom-field__required{display:flex;align-items:center;gap:6px;font-size:13px;color:#6c737f;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-custom-field__required input[type=checkbox]{accent-color:#15803d;width:15px;height:15px;cursor:pointer}.admin-custom-field__delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:none;color:#d1d5db;cursor:pointer;flex-shrink:0;transition:color .15s ease,background .15s ease}.admin-custom-field__delete:hover{color:#dc2626;background:#fef2f2}.admin-custom-field__actions{display:flex;align-items:center;gap:10px;margin-top:4px}.admin-orders__toolbar{margin-bottom:24px}.admin-orders__card{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f;overflow:hidden}.admin-orders__status{font-weight:500;border:none}.admin-orders__status--PENDING{background-color:#fef3c7;color:#92400e}.admin-orders__status--IN_PROGRESS{background-color:#dbeafe;color:#1e40af}.admin-orders__status--DONE{background-color:#e0e7ff;color:#3730a3}.admin-orders__status--SHIPPING{background-color:#cffafe;color:#155e75}.admin-orders__status--COMPLETED{background-color:#ecfdf5;color:#047857}.admin-orders__status--REFUNDED{background-color:#f3e8ff;color:#6b21a8}.order-detail__header{margin-bottom:32px}.order-detail__back{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:hsl(var(--primary));background:none;border:none;cursor:pointer;padding:0;margin-bottom:12px;transition:color .15s ease}.order-detail__back:hover{opacity:.8}.order-detail__back svg{flex-shrink:0}.order-detail__title-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.order-detail__title{font-size:24px;font-weight:700;color:#111927;margin:0;line-height:1.3}.order-detail__date{font-size:14px;color:#6c737f;margin:4px 0 0}.order-detail__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 900px){.order-detail__grid{grid-template-columns:2fr 1fr;align-items:start}}.order-detail__main,.order-detail__sidebar{display:flex;flex-direction:column;gap:24px}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;overflow:hidden}.detail-card__header{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-card__title{font-size:15px;font-weight:600;color:#111927;margin:0;line-height:1.4}.detail-card__body{padding:20px 24px}.order-items-table{width:100%;border-collapse:collapse}.order-items-table thead tr{border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.order-items-table thead th{padding:10px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f;text-align:left;white-space:nowrap}.order-items-table thead th:last-child{text-align:right}.order-items-table tbody tr{border-bottom:1px solid #f3f4f6}.order-items-table tbody tr:last-child{border-bottom:none}.order-items-table tbody td{padding:12px 16px;font-size:14px;color:#111927;vertical-align:middle}.order-items-table tbody td:last-child{text-align:right}.order-items-table__product{display:flex;align-items:center;gap:12px}.order-items-table__image{width:48px;height:48px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #f3f4f6;flex-shrink:0;background:#f9fafb}.order-items-table__image-placeholder{width:48px;height:48px;border-radius:8px;background:#f3f4f6;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}.order-items-table__product-name{font-weight:500;line-height:1.3}.order-items-table__custom-fields{display:flex;flex-direction:column;gap:2px;margin-top:4px}.order-items-table__custom-field{font-size:12px;color:#6c737f}.order-totals{display:flex;flex-direction:column;gap:8px;padding:20px 24px;border-top:1px solid #f3f4f6}.order-totals__row{display:flex;justify-content:space-between;font-size:14px;color:#6c737f}.order-totals__row--discount{color:#059669}.order-totals__row--total{font-size:16px;font-weight:700;color:#111927;padding-top:8px;border-top:1px solid #e5e7eb;margin-top:4px}.info-rows{display:flex;flex-direction:column;gap:10px}.info-rows__row{display:flex;flex-direction:column;gap:2px}.info-rows__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f}.info-rows__value{font-size:14px;color:#111927;line-height:1.4}.info-rows__value--mono{font-family:monospace;font-size:13px}.address-block{font-size:14px;color:#111927;line-height:1.6}.address-block__name{font-weight:600}.status-timeline{display:flex;flex-direction:column;gap:0}.status-timeline__item{display:flex;gap:12px;position:relative;padding-bottom:20px}.status-timeline__item:last-child{padding-bottom:0}.status-timeline__item:last-child .status-timeline__line{display:none}.status-timeline__dot-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.status-timeline__dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;flex-shrink:0;margin-top:5px}.status-timeline__dot--latest{background:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.2)}.status-timeline__line{flex:1;width:2px;background:#e5e7eb;margin-top:4px}.status-timeline__content{flex:1;min-width:0}.status-timeline__status{font-size:14px;font-weight:600;color:#111927}.status-timeline__note{font-size:13px;color:#6c737f;margin-top:2px}.status-timeline__time{font-size:12px;color:#9ca3af;margin-top:2px}.status-update{display:flex;flex-direction:column;gap:12px}.status-update__row{display:flex;gap:8px;align-items:end}.status-update__field{flex:1;min-width:0}.status-update__label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f;margin-bottom:6px}.status-update__textarea{display:block;width:100%;padding:8px 12px;font-size:14px;font-family:inherit;color:#111927;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;resize:vertical;min-height:60px;transition:border-color .15s ease}.status-update__textarea::-moz-placeholder{color:#9ca3af}.status-update__textarea::placeholder{color:#9ca3af}.status-update__textarea:focus{border-color:hsl(var(--primary))}.order-notes{font-size:14px;color:#374151;line-height:1.6;white-space:pre-wrap}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:600;letter-spacing:.01em}.status-badge--PENDING{background:#fef3c7;color:#92400e}.status-badge--IN_PROGRESS{background:#dbeafe;color:#1e40af}.status-badge--DONE{background:#e0e7ff;color:#3730a3}.status-badge--SHIPPING{background:#cffafe;color:#155e75}.status-badge--COMPLETED{background:#ecfdf5;color:#047857}.status-badge--REFUNDED{background:#f3e8ff;color:#6b21a8}.shipping-name-cell{display:flex;align-items:center;gap:10px}.shipping-rates-section{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb}.shipping-rates-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.shipping-rates-table{display:flex;flex-direction:column;gap:8px}.shipping-rates-thead{display:grid;grid-template-columns:1fr 1fr 1fr 36px;gap:8px;padding:0 0 4px}.shipping-rates-thead span{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f}.shipping-rates-row{display:grid;grid-template-columns:1fr 1fr 1fr 36px;gap:8px;align-items:center}.shipping-rates-hint{margin-top:8px;font-size:12px;color:#9ca3af}.admin-analytics__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}.admin-analytics__kpi-card{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000f}.admin-analytics__kpi-content{display:flex;align-items:flex-start;justify-content:space-between;padding:24px!important}.admin-analytics__kpi-info{display:flex;flex-direction:column;gap:4px}.admin-analytics__kpi-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f}.admin-analytics__kpi-value{font-size:24px;font-weight:700;color:#111927;margin-top:4px}.admin-analytics__kpi-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.admin-analytics__bar-chart{display:flex;flex-direction:column;gap:12px}.admin-analytics__bar-row{display:flex;align-items:center;gap:12px}.admin-analytics__bar-label{font-size:13px;font-weight:500;color:#111927;min-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-analytics__bar-track{flex:1;height:8px;background-color:#f3f4f6;border-radius:4px;overflow:hidden}.admin-analytics__bar-fill{height:100%;background-color:#16a34a;border-radius:4px;transition:width .5s ease}.admin-analytics__bar-value{font-size:13px;font-weight:600;color:#6c737f;min-width:32px;text-align:right}.admin-settings__grid{display:grid;grid-template-columns:1fr;gap:24px}.admin-settings__actions{display:flex;justify-content:flex-end;margin-top:24px}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;line-height:1.6}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh;display:flex;flex-direction:column}body{font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;color:hsl(var(--foreground))}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media (min-width: 768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:hsl(var(--primary));text-decoration:none;transition:color .15s ease}a:hover{color:hsl(var(--ring))}small{font-size:.875rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-5%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-fade-in{animation:fade-in .3s ease forwards}.animate-fade-in-up{animation:fade-in-up .3s ease forwards}.animate-spin{animation:spin 1s linear infinite}.admin-table-page .admin-table-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;overflow:hidden;background:#fff}.admin-table-page .admin-table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;border-bottom:1px solid #f3f4f6}.admin-table-page .admin-table-search{display:flex;align-items:center;gap:8px;flex:1;max-width:400px;background-color:#f9fafb;border-radius:8px;padding:0 12px;height:40px;border:1px solid #e5e7eb;transition:border-color .15s ease}.admin-table-page .admin-table-search:focus-within{border-color:#16a34a;background-color:#fff}.admin-table-page .admin-table-search input{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;height:100%!important;font-size:14px;outline:none!important;ring:none!important}.admin-table-page .admin-table-search input::-moz-placeholder{color:#9ca3af}.admin-table-page .admin-table-search input::placeholder{color:#9ca3af}.admin-table-page .admin-table-search input:focus-visible{outline:none!important;box-shadow:none!important;ring:none!important}.admin-table-page .admin-table-search svg{flex-shrink:0;color:#9ca3af}.admin-table-page .admin-table-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-table-page .admin-table-wrapper{overflow-x:auto}.admin-table-page .admin-table-wrapper table{width:100%;border-collapse:collapse}.admin-table-page .admin-table-wrapper thead tr{border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.admin-table-page .admin-table-wrapper thead th{padding:12px 24px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c737f;text-align:left;white-space:nowrap}.admin-table-page .admin-table-wrapper tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .1s ease}.admin-table-page .admin-table-wrapper tbody tr:last-child{border-bottom:none}.admin-table-page .admin-table-wrapper tbody tr:hover{background-color:#f9fafb}.admin-table-page .admin-table-wrapper tbody td{padding:16px 24px;font-size:14px;color:#111927;vertical-align:middle}.admin-table-page .admin-table-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid #f3f4f6;font-size:13px;color:#6c737f}.admin-table-page .admin-table-empty{padding:48px 24px;text-align:center;color:#9ca3af;font-size:14px}.admin-table-page .admin-table-row-actions{display:flex;align-items:center;gap:2px}.admin-orders__filters{display:flex;flex-wrap:wrap;gap:8px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 150 10% 12%;--card: 0 0% 100%;--card-foreground: 150 10% 12%;--popover: 0 0% 100%;--popover-foreground: 150 10% 12%;--primary: 142 54% 30%;--primary-foreground: 0 0% 100%;--secondary: 140 20% 94%;--secondary-foreground: 150 10% 12%;--muted: 140 10% 95%;--muted-foreground: 150 5% 42%;--accent: 140 30% 92%;--accent-foreground: 150 10% 12%;--destructive: 4 67% 46%;--destructive-foreground: 0 0% 100%;--border: 140 10% 88%;--input: 140 10% 88%;--ring: 142 54% 30%;--radius: .5rem}.dark{--background: 160 15% 8%;--foreground: 140 10% 92%;--card: 160 12% 11%;--card-foreground: 140 10% 92%;--popover: 160 12% 11%;--popover-foreground: 140 10% 92%;--primary: 142 54% 40%;--primary-foreground: 0 0% 100%;--secondary: 160 10% 18%;--secondary-foreground: 140 10% 92%;--muted: 160 8% 16%;--muted-foreground: 140 5% 55%;--accent: 160 12% 18%;--accent-foreground: 140 10% 92%;--destructive: 4 60% 50%;--destructive-foreground: 0 0% 100%;--border: 160 8% 20%;--input: 160 8% 20%;--ring: 142 54% 40%}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.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}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-50{z-index:50}.z-\[100\]{z-index:100}.order-1{order:1}.order-2{order:2}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\[90vh\]{max-height:90vh}.max-h-screen{max-height:100vh}.min-h-\[80px\]{min-height:80px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-64{width:16rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-y{resize:vertical}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-destructive{border-color:hsl(var(--destructive))}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.fill-current{fill:currentColor}.fill-yellow-400{fill:#facc15}.p-0{padding:0}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-4{padding-bottom:1rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@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))}}@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))}}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}body{background-color:hsl(var(--background));color:hsl(var(--foreground));transition:background-color .3s ease,color .3s ease}*,*:before,*:after{transition-property:background-color,color,border-color,outline-color,fill,stroke;transition-duration:0s}html.transitioning *,html.transitioning *:before,html.transitioning *:after{transition-duration:.3s;transition-timing-function:ease}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.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-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.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-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.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%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}@media (min-width: 640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:hidden{display:none}.md\:max-w-\[420px\]{max-width:420px}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}
