@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes progress-bar-glow{0%,to{box-shadow:0 0 8px #d946ef33,0 0 16px #6d28d926}50%{box-shadow:0 0 20px #d946ef80,0 0 40px #6d28d94d}}@keyframes progress-shimmer{0%{left:-30%}to{left:130%}}.producto-detalle{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}@media(max-width:768px){.producto-detalle{padding:1.5rem 1rem}}.producto-detalle__breadcrumb{display:flex;align-items:center;gap:.25rem;margin-bottom:2rem;font-size:.875rem;color:#9ca3af}.producto-detalle__breadcrumb a{color:#9ca3af;text-decoration:none;transition:color .2s}.producto-detalle__breadcrumb a:hover{color:#8b5cf6}.producto-detalle__breadcrumb span{color:#e5e7eb;font-weight:500}.producto-detalle__main{display:grid;grid-template-columns:1fr 340px;gap:2rem;margin-bottom:4rem;align-items:start}@media(max-width:1280px){.producto-detalle__main{grid-template-columns:1fr 300px}}@media(max-width:1024px){.producto-detalle__main{grid-template-columns:1fr}}.producto-detalle__product-area{min-width:0;overflow:hidden}.producto-detalle__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.producto-detalle__content>*{min-width:0}@media(max-width:1024px){.producto-detalle__content{grid-template-columns:1fr;gap:2rem}}.producto-detalle__gallery{position:sticky;top:calc(64px + 1.5rem)}@media(max-width:1024px){.producto-detalle__gallery{position:relative}}.producto-detalle__main-image{position:relative;background:#1f2937;border-radius:16px;overflow:hidden;aspect-ratio:1;border:1px solid #374151}.producto-detalle__main-image img{width:100%;height:100%;object-fit:cover}.producto-detalle__info{display:flex;flex-direction:column;gap:1.5rem;min-width:0;overflow:hidden}.producto-detalle__badge-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.producto-detalle__timer{display:flex;align-items:center;gap:.25rem;padding:4px 1rem;background:#f871711a;border:1px solid rgba(248,113,113,.25);border-radius:9999px;font-size:.875rem;font-weight:700;color:#f87171;font-variant-numeric:tabular-nums}.producto-detalle__timer svg{animation:pulse-dot 2s ease-in-out infinite}.producto-detalle__title{font-size:2.25rem;font-weight:700;color:#f3f4f6;margin:0;line-height:1.2}@media(max-width:768px){.producto-detalle__title{font-size:1.875rem}}.producto-detalle__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.producto-detalle__meta-left{display:flex;align-items:baseline;gap:.5rem}.producto-detalle__meta-actions{display:flex;align-items:center;gap:.25rem}.producto-detalle__action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#6d28d914;border:1px solid rgba(109,40,217,.15);color:#9ca3af;cursor:pointer;transition:all .15s ease}.producto-detalle__action-btn:hover{color:#d946ef;border-color:#d946ef4d;background:#d946ef14}.producto-detalle__price{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.producto-detalle__price{font-size:1.5rem}}.producto-detalle__price-label{font-size:.875rem;color:#9ca3af}.producto-detalle__details{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.producto-detalle__marquee{overflow:hidden;position:relative;padding:.25rem 0;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.producto-detalle__marquee-track{display:flex;gap:.5rem;width:max-content;animation:marquee-scroll 18s linear infinite}.producto-detalle__marquee-track:hover{animation-play-state:paused}.producto-detalle__marquee-item{display:flex;align-items:center;gap:.25rem;flex-shrink:0;padding:4px .5rem 4px 4px;background:#6d28d91f;border:1px solid rgba(109,40,217,.2);border-radius:9999px;font-size:.75rem;color:#d1d5db;white-space:nowrap;transition:all .15s ease;text-decoration:none}.producto-detalle__marquee-item:hover{background:#6d28d940;border-color:#6d28d966}.producto-detalle__marquee-item span{font-weight:500}.producto-detalle__stats-row{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:1rem}@media(max-width:768px){.producto-detalle__stats-row{grid-template-columns:1fr 1fr}}@media(max-width:640px){.producto-detalle__stats-row{grid-template-columns:1fr}}.producto-detalle__stat{position:relative;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff0f;border:1px solid rgba(109,40,217,.15);border-radius:16px;overflow:hidden;transition:all .25s ease}.producto-detalle__stat:hover{border-color:#6d28d959;box-shadow:0 8px 40px #6d28d933}.producto-detalle__stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0}.producto-detalle__stat--tickets:before{background:linear-gradient(90deg,#6d28d9,#d946ef)}.producto-detalle__stat--users:before{background:linear-gradient(90deg,#7c3aed,#22d3ee)}.producto-detalle__stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.producto-detalle__stat--tickets .producto-detalle__stat-icon{background:#6d28d926;color:#8b5cf6;box-shadow:0 0 20px #6d28d926}.producto-detalle__stat--users .producto-detalle__stat-icon{background:#22d3ee1a;color:#22d3ee;box-shadow:0 0 20px #22d3ee1a}.producto-detalle__stat-content{display:flex;flex-direction:column;gap:2px;flex:1}.producto-detalle__stat-content strong{font-size:1.5rem;font-weight:800;color:#f3f4f6}.producto-detalle__stat-content span{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.producto-detalle__stat-live{display:flex;align-items:center;gap:4px;padding:2px .5rem;background:#f871711f;border-radius:9999px;font-size:.75rem;color:#f87171;font-weight:600;white-space:nowrap}.producto-detalle__stat-live svg{animation:pulse-dot 2s ease-in-out infinite}.producto-detalle__stat-trend{color:#4ade80;display:flex;align-items:center}.producto-detalle__progress{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ffffff0f;border:1px solid rgba(109,40,217,.15);border-radius:16px}.producto-detalle__progress-header{display:flex;justify-content:space-between;align-items:center}.producto-detalle__progress-label{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#d1d5db;font-weight:500}.producto-detalle__progress-label svg{color:#facc15}.producto-detalle__progress-percent{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.producto-detalle__progress-bar{height:14px;background:#37415199;border-radius:9999px;overflow:hidden;position:relative;animation:progress-bar-glow 3s ease-in-out infinite}.producto-detalle__progress-fill{height:100%;background:linear-gradient(90deg,#6d28d9,#d946ef);border-radius:9999px;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1)}.producto-detalle__progress-glow{position:absolute;top:0;left:-30%;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:progress-shimmer 2.5s ease-in-out infinite;border-radius:9999px}.producto-detalle__progress-text{font-size:.75rem;color:#9ca3af;text-align:center}.producto-detalle__referral{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#6d28d91f,#d946ef14);border:1px solid rgba(109,40,217,.2);border-radius:16px}@media(max-width:640px){.producto-detalle__referral{flex-direction:column;text-align:center;gap:1rem}}.producto-detalle__referral-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#d946ef26;color:#d946ef;flex-shrink:0}.producto-detalle__referral-content{flex:1}.producto-detalle__referral-content strong{display:block;font-size:1rem;color:#f3f4f6;margin-bottom:2px}.producto-detalle__referral-content p{font-size:.875rem;color:#9ca3af;margin:0;line-height:1.4}.producto-detalle__referral-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#d946ef,#7c3aed);color:#fff;border:none;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap;flex-shrink:0}.producto-detalle__referral-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #d946ef4d}.producto-detalle__actions{display:grid;grid-template-columns:1fr auto;gap:.5rem}.producto-detalle__cta{width:100%}.producto-detalle__extra{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#6d28d914;border:1px solid rgba(109,40,217,.15);border-radius:16px;margin-top:1.5rem}.producto-detalle__extra-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d1d5db}.producto-detalle__extra-item svg{color:#8b5cf6;flex-shrink:0}.producto-detalle__chat{display:flex;flex-direction:column;height:620px;background:#ffffff0f;border:1px solid rgba(109,40,217,.15);border-radius:16px;overflow:hidden;position:sticky;top:calc(64px + 1.5rem)}@media(max-width:1024px){.producto-detalle__chat{position:static;height:400px;margin-top:2rem}}@media(max-width:640px){.producto-detalle__chat{height:320px}}.producto-detalle__chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(109,40,217,.12);background:#13092b80;flex-shrink:0}.producto-detalle__chat-header-left{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#f3f4f6}.producto-detalle__chat-header-left svg{color:#8b5cf6}.producto-detalle__chat-live{display:flex;align-items:center;gap:4px;padding:2px .5rem;background:#6d28d91f;border-radius:9999px;font-size:.75rem;color:#d1d5db;font-weight:500}.producto-detalle__chat-live svg{color:#8b5cf6}.producto-detalle__chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.producto-detalle__chat-messages::-webkit-scrollbar{width:4px}.producto-detalle__chat-messages::-webkit-scrollbar-thumb{background:#6d28d94d;border-radius:9999px}.producto-detalle__chat-messages::-webkit-scrollbar-track{background:transparent}.producto-detalle__chat-msg{display:flex;gap:.5rem;animation:fade-in .3s ease}.producto-detalle__chat-msg-body{flex:1;min-width:0}.producto-detalle__chat-msg-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2px}.producto-detalle__chat-msg-header strong{font-size:.75rem;font-weight:600;color:#a78bfa}.producto-detalle__chat-msg-header time{font-size:.65rem;color:#6b7280}.producto-detalle__chat-name{font-size:.75rem;font-weight:600;color:#a78bfa;text-decoration:none}.producto-detalle__chat-name:hover{color:#c4b5fd}.producto-detalle__chat-msg-body p{font-size:.875rem;color:#d1d5db;line-height:1.4;margin:0;word-break:break-word}.producto-detalle__chat-input{display:flex;align-items:center;gap:.5rem;padding:1rem;border-top:1px solid rgba(109,40,217,.12);background:#13092b4d;flex-shrink:0}.producto-detalle__chat-input input{flex:1;padding:.5rem 1rem;background:#ffffff14;border:1px solid rgba(109,40,217,.15);border-radius:9999px;color:#d1d5db;font-size:.875rem;font-family:inherit;outline:none;transition:all .15s ease}.producto-detalle__chat-input input::placeholder{color:#6b7280}.producto-detalle__chat-input input:focus{border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf626;background:#ffffff1f}.producto-detalle__chat-input input:disabled{opacity:.5;cursor:not-allowed}.producto-detalle__chat-send{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;border:none;cursor:pointer;transition:all .15s ease;flex-shrink:0}.producto-detalle__chat-send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 16px #6d28d966}.producto-detalle__chat-send:disabled{opacity:.4;cursor:not-allowed}.producto-detalle__description{margin-bottom:4rem;display:flex;flex-direction:column;gap:2rem}.producto-detalle__section-title{font-size:1.5rem;font-weight:700;color:#f3f4f6;margin:0}.producto-detalle__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(109,40,217,.1)}@media(max-width:1024px){.producto-detalle__highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.producto-detalle__highlights{grid-template-columns:1fr}}.producto-detalle__highlight{display:flex;align-items:flex-start;gap:.5rem;padding:1rem 1.5rem;background:#6d28d914;border:1px solid rgba(109,40,217,.12);border-radius:12px;font-size:.875rem;color:#d1d5db;line-height:1.4}.producto-detalle__highlight svg{color:#4ade80;flex-shrink:0;margin-top:1px}.producto-detalle__highlight strong{color:#f3f4f6}.producto-detalle__desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.producto-detalle__desc-grid{grid-template-columns:1fr}}.producto-detalle__desc-card{background:#ffffff0f;border:1px solid rgba(109,40,217,.1);border-radius:16px;padding:2rem}.producto-detalle__desc-card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#f3f4f6;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(109,40,217,.1)}.producto-detalle__desc-card-title svg{color:#8b5cf6}.producto-detalle__desc-text p{margin:0 0 1rem;color:#d1d5db;line-height:1.7;font-size:.875rem}.producto-detalle__desc-text p:last-child{margin-bottom:0}.producto-detalle__specs{width:100%;border-collapse:collapse}.producto-detalle__specs tr{border-bottom:1px solid rgba(109,40,217,.08)}.producto-detalle__specs tr:last-child{border-bottom:none}.producto-detalle__specs td{padding:.5rem 0;font-size:.875rem;vertical-align:top}.producto-detalle__specs td:first-child{color:#9ca3af;width:45%;padding-right:1rem}.producto-detalle__specs td:last-child{color:#e5e7eb;font-weight:500}.producto-detalle__how-it-works{background:#ffffff0f;border:1px solid rgba(109,40,217,.1);border-radius:16px;padding:2rem}.producto-detalle__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.producto-detalle__steps{grid-template-columns:1fr;gap:1.5rem}}.producto-detalle__step{display:flex;gap:1rem}.producto-detalle__step strong{display:block;font-size:.875rem;color:#f3f4f6;margin-bottom:4px}.producto-detalle__step p{font-size:.75rem;color:#9ca3af;margin:0;line-height:1.5}.producto-detalle__step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.producto-detalle__related{margin-bottom:4rem}.participar{position:relative;padding:1.5rem;background:#ffffff0f;border:1px solid rgba(109,40,217,.15);border-radius:16px;margin-bottom:1.5rem}.participar__balance{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#facc150f;border:1px solid rgba(250,204,21,.15);border-radius:12px;margin-bottom:1.5rem;font-size:.875rem;color:#d1d5db}.participar__balance strong{color:#facc15;font-weight:700}.participar__balance svg{color:#facc15}.participar__quantity{margin-bottom:1.5rem}.participar__label{display:block;font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.participar__selector{display:flex;align-items:center;border:1px solid rgba(109,40,217,.2);border-radius:12px;overflow:hidden}.participar__btn-qty{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#6d28d914;color:#e5e7eb;font-size:1.25rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease}.participar__btn-qty:hover{background:#6d28d933;color:#fff}.participar__btn-qty:disabled{opacity:.3;cursor:not-allowed}.participar__input{flex:1;text-align:center;font-size:1.25rem;font-weight:800;color:#f3f4f6;background:transparent;border:none;border-left:1px solid rgba(109,40,217,.15);border-right:1px solid rgba(109,40,217,.15);font-family:inherit;height:44px;-moz-appearance:textfield}.participar__input::-webkit-outer-spin-button,.participar__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.participar__max{display:block;font-size:.75rem;color:#6b7280;margin-top:.25rem}.participar__breakdown{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#0f072080;border:1px solid rgba(109,40,217,.1);border-radius:12px;margin-bottom:1.5rem}.participar__row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#9ca3af}.participar__row span{display:flex;align-items:center;gap:.25rem}.participar__row--total{font-size:1rem;color:#f3f4f6;padding-top:.5rem}.participar__row--total strong{font-weight:800;color:#fff}.participar__row--total svg{color:#facc15}.participar__row--remaining{font-size:.75rem;color:#6b7280}.participar__divider{height:1px;background:#6d28d91a;margin:.25rem 0}.participar__cta{width:100%;margin-bottom:.5rem}.participar__warning{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8717114;border:1px solid rgba(248,113,113,.2);border-radius:12px;font-size:.875rem;color:#f87171;margin-bottom:.5rem}.participar__warning a{color:#a78bfa;font-weight:600;margin-left:auto;white-space:nowrap}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal.is-open{opacity:1;visibility:visible}.modal__backdrop{position:absolute;inset:0;background:#0f0720f7;backdrop-filter:blur(8px)}.modal__content{position:relative;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;background:#13092b;border:1px solid rgba(109,40,217,.2);border-radius:24px;padding:3rem;box-shadow:0 24px 80px #00000080;transform:translateY(16px);transition:transform .25s ease}.modal.is-open .modal__content{transform:translateY(0)}@media(max-width:640px){.modal__content{padding:2rem 1.5rem;max-height:95vh}}.modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#6d28d914;border:1px solid rgba(109,40,217,.15);color:#9ca3af;cursor:pointer;transition:all .15s ease}.modal__close:hover{color:#fff;background:#6d28d933}.modal__header{margin-bottom:2rem}.modal__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#6d28d926;color:#8b5cf6;margin-bottom:1.5rem}.modal__title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}.modal__subtitle{font-size:.875rem;color:#9ca3af;margin:0;line-height:1.5}.modal__address{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ffffff0f;border:1px solid rgba(109,40,217,.1);border-radius:12px;margin-bottom:.5rem}.modal__address-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d1d5db}.modal__address-row svg{color:#8b5cf6;flex-shrink:0}.modal__edit-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#a78bfa;margin-bottom:2rem;text-decoration:none}.modal__edit-link:hover{color:#c4b5fd}.modal__summary{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#0f072080;border:1px solid rgba(109,40,217,.1);border-radius:12px;margin-bottom:2rem}.modal__summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:#9ca3af}.modal__summary-row strong{color:#e5e7eb;display:flex;align-items:center;gap:.25rem}.modal__summary-row--total{padding-top:.5rem;border-top:1px solid rgba(109,40,217,.1);font-weight:600;color:#e5e7eb}.modal__summary-row--total strong{color:#facc15;font-weight:800}.modal__confirm-btn{width:100%}.modal__success-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#4ade801a;color:#4ade80;margin:0 auto 1.5rem}.modal__success-details{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#4ade800a;border:1px solid rgba(74,222,128,.15);border-radius:12px;margin-bottom:2rem}.modal__success-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d1d5db}.modal__success-row svg{color:#4ade80;flex-shrink:0}.modal__success-row strong{color:#f3f4f6}.modal__success-actions{display:flex;flex-direction:column;gap:.5rem}.modal__success-actions .btn{width:100%}.share-modal{position:relative;width:100%;max-width:400px;background:#13092b;border:1px solid rgba(109,40,217,.25);border-radius:24px;padding:2rem;box-shadow:0 24px 80px #00000080;transform:translateY(16px);transition:transform .25s ease}.modal.is-open .share-modal{transform:translateY(0)}@media(max-width:640px){.share-modal{padding:1.5rem;margin:1rem}}.share-modal__close{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#6d28d91a;border:1px solid rgba(109,40,217,.15);color:#9ca3af;cursor:pointer;transition:all .15s ease}.share-modal__close:hover{color:#fff;background:#6d28d940}.share-modal__header{text-align:center;margin-bottom:2rem}.share-modal__header h2{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .25rem}.share-modal__header p{font-size:.875rem;color:#9ca3af;margin:0;line-height:1.5}.share-modal__header p strong{color:#facc15}.share-modal__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#d946ef26,#6d28d926);color:#d946ef;margin:0 auto 1rem}.share-modal__label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.share-modal__link{display:flex;align-items:center;gap:.25rem;padding:4px 4px 4px 1rem;background:#0f072099;border:1px solid rgba(109,40,217,.15);border-radius:12px;margin-bottom:1.5rem}.share-modal__link input{flex:1;background:transparent;border:none;color:#d1d5db;font-size:.75rem;font-family:inherit;outline:none;min-width:0}.share-modal__copy{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;border:none;border-radius:10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;font-family:inherit}.share-modal__copy:hover{box-shadow:0 4px 12px #6d28d94d}.share-modal__options{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem}.share-modal__option{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;background:#0f072080;border:1px solid rgba(109,40,217,.1);border-radius:12px;color:#9ca3af;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.share-modal__option:hover{background:#6d28d91f;color:#e5e7eb}.share-modal__option--facebook svg{color:#1877f2}.share-modal__option--facebook:hover{border-color:#1877f259}.share-modal__option--x svg{color:#e5e7eb}.share-modal__option--x:hover{border-color:#e5e7eb40}.share-modal__option--whatsapp svg{color:#25d366}.share-modal__option--whatsapp:hover{border-color:#25d36659}.share-modal__option--instagram svg{color:#e4405f}.share-modal__option--instagram:hover{border-color:#e4405f59}.share-modal__reward{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#facc150a;border:1px solid rgba(250,204,21,.1);border-radius:12px;font-size:.75rem;color:#9ca3af}.share-modal__reward svg{color:#facc15;flex-shrink:0}.share-modal__reward strong{color:#facc15}.price-flash{animation:ms-price-flash .8s ease-out}@keyframes ms-price-flash{0%{background-color:#10b98166}to{background-color:transparent}}.producto-detalle__chat-msg .ms-chat-report-btn{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:6px;border:0;background:#ffffff0f;color:#94a3b8;font-size:12px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease,color .15s ease;padding:0}.producto-detalle__chat-msg:hover .ms-chat-report-btn,.producto-detalle__chat-msg .ms-chat-report-btn:focus-visible{opacity:1}.producto-detalle__chat-msg .ms-chat-report-btn:hover{background:#ef444433;color:#ef4444}.ms-confetti-root{position:fixed;inset:0;pointer-events:none;z-index:9999;overflow:hidden}.ms-confetti-piece{position:absolute;top:-20px;border-radius:2px;opacity:.95;animation-name:ms-confetti-fall;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:forwards;transform:rotate(var(--ms-confetti-rot, 0deg));will-change:transform,top}@keyframes ms-confetti-fall{0%{top:-20px;transform:translate(0) rotate(var(--ms-confetti-rot, 0deg));opacity:1}to{top:105vh;transform:translate(40px) rotate(calc(var(--ms-confetti-rot, 0deg) + 720deg));opacity:.9}}.chat-reactions{position:relative;display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;align-items:center}.chat-reaction-chip{display:inline-flex;align-items:center;gap:4px;border:1px solid #2d1f54;background:transparent;color:inherit;padding:2px 8px;border-radius:999px;cursor:pointer;font-size:12px;line-height:1.4;transition:background .12s ease,border-color .12s ease}.chat-reaction-chip:hover{background:#a855f71a}.chat-reaction-chip--mine{background:#a855f740;border-color:#a855f799}.chat-reaction-chip__count{font-weight:600;font-size:11px;opacity:.9}.chat-react-add{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid #2d1f54;background:transparent;color:#94a3b8;cursor:pointer;font-size:14px;line-height:1;padding:0;opacity:0;transition:opacity .15s ease,background .12s ease,color .12s ease}.producto-detalle__chat-msg:hover .chat-react-add,.chat-react-add:focus-visible{opacity:1}.chat-react-add:hover{background:#a855f726;color:#e9d5ff}.chat-react-picker{position:absolute;top:100%;right:0;margin-top:4px;z-index:50;display:flex;gap:2px;padding:6px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #00000040}.chat-react-picker__btn{border:0;background:transparent;padding:4px 6px;font-size:18px;line-height:1;cursor:pointer;border-radius:6px;transition:background .12s ease}.chat-react-picker__btn:hover{background:#a855f71f}
