@charset "UTF-8";.shop-header.svelte-7dc2uw{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}@media(max-width:768px){.shop-header.svelte-7dc2uw{flex-direction:column;align-items:stretch}}.shop-header__title-block.svelte-7dc2uw{display:flex;flex-direction:column;gap:.5rem}.shop-header__sub-title.svelte-7dc2uw{font-size:.875rem;color:var(--muted-foreground);font-weight:600}.shop-header__title.svelte-7dc2uw{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:var(white)}.shop-header__search.svelte-7dc2uw{display:flex;flex-direction:column;gap:.5rem;min-width:300px}@media(max-width:768px){.shop-header__search.svelte-7dc2uw{min-width:100%}}.shop-header__search-label.svelte-7dc2uw{font-size:.875rem;color:var(--muted-foreground)}.shop-header__search-input.svelte-7dc2uw{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0b040799;border:1px solid var(--border-light);border-radius:var(--radius);transition:all .3s}.shop-header__search-input.svelte-7dc2uw svg{color:var(--accent);flex-shrink:0}.shop-header__search-input.svelte-7dc2uw input:where(.svelte-7dc2uw){flex:1;background:transparent;border:none;outline:none;color:var(--foreground);font-size:1rem}.shop-header__search-input.svelte-7dc2uw input:where(.svelte-7dc2uw)::placeholder{color:var(--muted-foreground)}.shop-header__search-input.svelte-7dc2uw:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #e91e631a}.shop-filters.svelte-3eplqs{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.shop-filters__item.svelte-3eplqs{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0b040799;border:2px solid var(--border-light);border-radius:var(--radius);color:var(--foreground);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.shop-filters__item.svelte-3eplqs svg{transition:transform .3s}.shop-filters__item.svelte-3eplqs:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #e91e6333}.shop-filters__item.svelte-3eplqs:hover svg{transform:scale(1.1)}.shop-filters__item--active.svelte-3eplqs{background:var(--gradient-primary);border-color:var(--accent);color:var(--primary-foreground);box-shadow:0 4px 16px #e91e634d}.product-card.svelte-1eeu4y6{padding:0;background:linear-gradient(135deg,#0b0407cc,#2a0f1d99);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.product-card.svelte-1eeu4y6:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 20px 60px #e91e6333}.product-card__image.svelte-1eeu4y6{width:100%;aspect-ratio:1;background:#e91e630d}.product-card__image.svelte-1eeu4y6 img:where(.svelte-1eeu4y6){width:100%;height:100%;object-fit:cover}.product-card__content.svelte-1eeu4y6{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.product-card__name.svelte-1eeu4y6{font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1.3}.product-card__variants.svelte-1eeu4y6{display:flex;gap:.5rem;flex-wrap:nowrap}.product-card__variant.svelte-1eeu4y6{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem .625rem;background:#0b0407cc;border:2px solid rgba(233,30,99,.2);border-radius:12px;color:var(--muted-foreground);font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);white-space:nowrap;overflow:visible}.product-card__variant.svelte-1eeu4y6:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e91e631a,#e91e630d);opacity:0;transition:opacity .3s;z-index:0}.product-card__variant.svelte-1eeu4y6 span:where(.svelte-1eeu4y6){position:relative;z-index:1}.product-card__variant.svelte-1eeu4y6:hover:not(.product-card__variant--disabled){border-color:#e91e6380;color:var(--foreground);transform:translateY(-2px);box-shadow:0 4px 12px #e91e6333}.product-card__variant.svelte-1eeu4y6:hover:not(.product-card__variant--disabled):before{opacity:1}.product-card__variant--active.svelte-1eeu4y6{background:linear-gradient(135deg,#e91e63,#c2185b);border-color:#e91e63;color:#fff;font-weight:800;box-shadow:0 4px 16px #e91e6366,0 0 0 1px #e91e6333}.product-card__variant--active.svelte-1eeu4y6:before{opacity:0}.product-card__variant--active.svelte-1eeu4y6:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e91e6399,0 0 0 1px #e91e634d}.product-card__variant--disabled.svelte-1eeu4y6{opacity:.25;cursor:not-allowed;border-color:#ffffff0d}.product-card__variant--disabled.svelte-1eeu4y6:hover{transform:none;box-shadow:none;border-color:#ffffff0d;color:var(--muted-foreground)}.product-card__footer.svelte-1eeu4y6{display:flex;flex-direction:column;gap:.75rem}.product-card__footer-top.svelte-1eeu4y6{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-card__price.svelte-1eeu4y6{font-size:1.375rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.product-card__share.svelte-1eeu4y6{padding:.5rem;background:#0b040799;border:1px solid rgba(233,30,99,.2);border-radius:8px;color:var(--muted-foreground);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.product-card__share.svelte-1eeu4y6:hover{background:#e91e6333;border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.product-card__buy.svelte-1eeu4y6{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;white-space:nowrap}.currency-card.svelte-18akw4y{padding:0;background:linear-gradient(135deg,#0b0407cc,#2a0f1d99);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.currency-card.svelte-18akw4y:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 20px 60px #e91e6333}.currency-card__image.svelte-18akw4y{width:100%;aspect-ratio:1;background:#e91e630d}.currency-card__image.svelte-18akw4y img:where(.svelte-18akw4y){width:100%;height:100%;object-fit:cover}.currency-card__content.svelte-18akw4y{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.currency-card__name.svelte-18akw4y{font-size:1.125rem;font-weight:700;color:var(--foreground);line-height:1.3}.currency-card__amount.svelte-18akw4y{display:flex;align-items:center;gap:.625rem}.currency-card__hint.svelte-18akw4y{font-size:.75rem;color:var(--muted-foreground);white-space:nowrap}.currency-card__input.svelte-18akw4y{width:80px;padding:.5rem .75rem;background:#0b040799;border:1px solid var(--border-light);border-radius:6px;color:var(--foreground);font-size:.9375rem;font-weight:700;text-align:center;transition:all .3s}.currency-card__input.svelte-18akw4y:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e91e631a}.currency-card__input.svelte-18akw4y::-webkit-inner-spin-button,.currency-card__input.svelte-18akw4y::-webkit-outer-spin-button{opacity:1}.currency-card__footer.svelte-18akw4y{display:flex;flex-direction:column;gap:.75rem}.currency-card__footer-top.svelte-18akw4y{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.currency-card__price.svelte-18akw4y{font-size:1.375rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.currency-card__share.svelte-18akw4y{padding:.5rem;background:#0b040799;border:1px solid rgba(233,30,99,.2);border-radius:8px;color:var(--muted-foreground);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.currency-card__share.svelte-18akw4y:hover{background:#e91e6333;border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.currency-card__buy.svelte-18akw4y{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;white-space:nowrap}.modal-overlay.svelte-g52m8h{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:svelte-g52m8h-fadeIn .2s ease-out}@keyframes svelte-g52m8h-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-g52m8h-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal.svelte-g52m8h{background:linear-gradient(135deg,#0b0407fa,#2a0f1dfa);border:2px solid var(--border-light);border-radius:calc(var(--radius) * 1.5);max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;padding:0;position:relative;box-shadow:0 20px 60px #e91e6333,0 0 0 1px #e91e630d;animation:svelte-g52m8h-slideUp .3s ease-out}.modal__close.svelte-g52m8h{position:absolute;top:1.5rem;right:1.5rem;background:#0b040799;border:1px solid var(--border-light);color:var(--muted-foreground);cursor:pointer;transition:all .3s;padding:.5rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;z-index:10}.modal__close.svelte-g52m8h:hover{color:var(--foreground);background:#e91e6333;border-color:var(--accent);transform:rotate(90deg)}.modal__content.svelte-g52m8h{display:grid;grid-template-columns:1fr 1.2fr;gap:0;min-height:500px}@media(max-width:968px){.modal__content.svelte-g52m8h{grid-template-columns:1fr}}.modal__left.svelte-g52m8h{padding:2rem;border-right:1px solid var(--border-light);overflow-y:auto}@media(max-width:968px){.modal__left.svelte-g52m8h{border-right:none;border-bottom:1px solid var(--border-light)}}.modal__right.svelte-g52m8h{padding:2rem;background:#e91e6308;overflow-y:auto}.modal__header.svelte-g52m8h{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:1.5rem}.modal__product-image.svelte-g52m8h{width:80px;height:80px;object-fit:cover;border-radius:12px;border:2px solid rgba(233,30,99,.2);flex-shrink:0}.modal__product-info.svelte-g52m8h{flex:1;display:flex;flex-direction:column;gap:.75rem}.modal__product-name.svelte-g52m8h{font-size:1.25rem;font-weight:800;color:var(--foreground);line-height:1.2;margin:0}.modal__product-details.svelte-g52m8h{display:flex;align-items:center;gap:1rem}.modal__product-badge.svelte-g52m8h{display:inline-block;padding:.375rem .875rem;background:#e91e6333;border:1px solid rgba(233,30,99,.4);border-radius:8px;font-size:.875rem;font-weight:700;color:var(--foreground);white-space:nowrap}.modal__product-price.svelte-g52m8h{font-size:1.5rem;font-weight:900;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0;line-height:1}.modal__divider.svelte-g52m8h{height:1px;background:#ffffff1a;margin:1.5rem 0}.modal__section-title.svelte-g52m8h{font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.modal__form.svelte-g52m8h{display:flex;flex-direction:column;gap:1.5rem}.modal__field.svelte-g52m8h{display:flex;flex-direction:column;gap:.75rem}.modal__label.svelte-g52m8h{font-size:.75rem;font-weight:700;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.modal__required.svelte-g52m8h{color:var(--accent)}.modal__input-wrapper.svelte-g52m8h{display:flex;align-items:center;gap:.75rem;padding:0 1rem;background:#0b040799;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s}.modal__input-wrapper.svelte-g52m8h:focus-within{border-color:var(--accent);background:#0b0407cc;box-shadow:0 0 0 3px #e91e631a}.modal__input-wrapper.svelte-g52m8h svg{color:var(--muted-foreground);flex-shrink:0}.modal__input.svelte-g52m8h{flex:1;padding:.875rem 0;background:transparent;border:none;color:var(--foreground);font-size:.9375rem;font-weight:500}.modal__input.svelte-g52m8h:focus{outline:none}.modal__input.svelte-g52m8h::placeholder{color:var(--muted-foreground)}.modal__checkbox.svelte-g52m8h{display:flex;align-items:center;gap:.75rem;cursor:pointer}.modal__checkbox.svelte-g52m8h input[type=checkbox]:where(.svelte-g52m8h){width:1.125rem;height:1.125rem;cursor:pointer;flex-shrink:0;accent-color:var(--accent)}.modal__checkbox.svelte-g52m8h span:where(.svelte-g52m8h){font-size:.875rem;color:var(--foreground);line-height:1.5}.modal__checkbox.svelte-g52m8h span:where(.svelte-g52m8h) a:where(.svelte-g52m8h){color:var(--accent);text-decoration:none;font-weight:600}.modal__checkbox.svelte-g52m8h span:where(.svelte-g52m8h) a:where(.svelte-g52m8h):hover{text-decoration:underline}.modal__submit.svelte-g52m8h{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#e91e63,#c2185b);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:.5rem}.modal__submit.svelte-g52m8h:hover:not(:disabled){background:linear-gradient(135deg,#f50057,#e91e63);box-shadow:0 4px 16px #e91e6366}.modal__submit.svelte-g52m8h:disabled{opacity:.5;cursor:not-allowed}.modal__variant-section.svelte-g52m8h{margin-bottom:.5rem}.modal__variants.svelte-g52m8h{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap}.modal__variant.svelte-g52m8h{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1rem;background:#0b040799;border:2px solid rgba(233,30,99,.2);border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;flex:1;min-width:100px}.modal__variant.svelte-g52m8h:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e91e631a,#e91e630d);opacity:0;transition:opacity .3s;border-radius:10px}.modal__variant.svelte-g52m8h:hover:not(.modal__variant--disabled){border-color:#e91e6380;transform:translateY(-2px);box-shadow:0 4px 12px #e91e6333}.modal__variant.svelte-g52m8h:hover:not(.modal__variant--disabled):before{opacity:1}.modal__variant--active.svelte-g52m8h{background:linear-gradient(135deg,#e91e63,#c2185b);border-color:#e91e63;box-shadow:0 4px 16px #e91e6366}.modal__variant--active.svelte-g52m8h .modal__variant-label:where(.svelte-g52m8h),.modal__variant--active.svelte-g52m8h .modal__variant-price:where(.svelte-g52m8h){color:#fff}.modal__variant--active.svelte-g52m8h:before{opacity:0}.modal__variant--disabled.svelte-g52m8h{opacity:.3;cursor:not-allowed}.modal__variant--disabled.svelte-g52m8h:hover{transform:none;box-shadow:none;border-color:#e91e6333}.modal__variant-badge.svelte-g52m8h{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#e91e63,#ff6090);color:#fff;font-size:.625rem;font-weight:800;padding:.25rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #e91e6366;z-index:2;white-space:nowrap}.modal__variant-label.svelte-g52m8h{font-size:.9375rem;font-weight:700;color:var(--foreground);position:relative;z-index:1}.modal__variant-price.svelte-g52m8h{font-size:1rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;z-index:1}.modal__variant-discount.svelte-g52m8h{font-size:.75rem;font-weight:700;color:#4ade80;background:#4ade801a;padding:.125rem .375rem;border-radius:4px;position:relative;z-index:1}.modal__currency-amount.svelte-g52m8h{display:flex;align-items:center;gap:1rem}.modal__currency-input.svelte-g52m8h{width:120px;padding:.875rem 1rem;background:#0b040799;border:2px solid rgba(233,30,99,.2);border-radius:8px;color:var(--foreground);font-size:1.125rem;font-weight:700;text-align:center;transition:all .3s}.modal__currency-input.svelte-g52m8h:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e91e631a}.modal__currency-input.svelte-g52m8h::-webkit-inner-spin-button,.modal__currency-input.svelte-g52m8h::-webkit-outer-spin-button{opacity:1}.modal__currency-hint.svelte-g52m8h{font-size:.875rem;color:var(--muted-foreground);font-weight:500}.modal__description-title.svelte-g52m8h{font-size:1.5rem;font-weight:800;color:var(--foreground);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(233,30,99,.2)}.modal__description-text.svelte-g52m8h{font-size:1rem;color:var(--muted-foreground);line-height:1.6;margin:0 0 2rem}.modal__features-title.svelte-g52m8h,.modal__commands-title.svelte-g52m8h{font-size:1.125rem;font-weight:700;color:var(--foreground);margin:2rem 0 1rem;display:flex;align-items:center;gap:.5rem}.modal__features-title.svelte-g52m8h:before,.modal__commands-title.svelte-g52m8h:before{content:"";width:4px;height:1.125rem;background:var(--gradient-primary);border-radius:2px}.modal__features-list.svelte-g52m8h,.modal__commands-list.svelte-g52m8h{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.modal__features-list.svelte-g52m8h li:where(.svelte-g52m8h),.modal__commands-list.svelte-g52m8h li:where(.svelte-g52m8h){padding-left:1.5rem;position:relative;color:var(--foreground);line-height:1.6}.modal__features-list.svelte-g52m8h li:where(.svelte-g52m8h):before,.modal__commands-list.svelte-g52m8h li:where(.svelte-g52m8h):before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:700}.modal__commands-list.svelte-g52m8h li:where(.svelte-g52m8h) code:where(.svelte-g52m8h){background:#e91e631a;border:1px solid rgba(233,30,99,.2);padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;color:var(--accent)}.shop.svelte-a8yt2h{padding:8rem 1rem 6rem;min-height:100vh;background:linear-gradient(to bottom,var(--background),rgba(233,30,99,.05),var(--background))}.shop__grid.svelte-a8yt2h{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;align-items:start}@media(max-width:768px){.shop__grid.svelte-a8yt2h{grid-template-columns:1fr}}.shop__empty.svelte-a8yt2h{text-align:center;padding:4rem 2rem;color:var(--muted-foreground);font-size:1.25rem}
