.store-navbar{position:fixed;inset:0 0 auto;z-index:50;border-bottom:2.5px solid var(--ink, #202938);background:#fffdf7f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.16,1,.3,1)}.store-navbar__inner{display:grid;grid-template-columns:1fr auto;gap:.75rem;width:100%;max-width:none;align-items:center;padding:.7rem 1rem;box-sizing:border-box}@media (min-width: 768px){.store-navbar__inner{padding-left:2rem;padding-right:2rem}}.store-navbar__logo,.store-navbar__actions,.store-navbar__cart,.store-navbar__icon{display:flex;align-items:center}.store-navbar__logo{min-width:0;gap:.7rem;color:var(--ink, #202938);text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.store-navbar__logo:hover{transform:scale(1.02) rotate(-1deg)}.store-navbar__logo>span:last-child{display:grid;gap:.08rem;min-width:0}.store-navbar__logo strong{font-size:1.1rem;line-height:1.1;font-weight:900;letter-spacing:-.02em}.store-navbar__logo small{color:var(--muted-ink, #627087);font-size:.72rem;font-weight:600}.store-navbar__mark{width:2.6rem;height:2.6rem;border:2px solid var(--ink, #202938);border-radius:50%;background:var(--yellow, #c5f27d);box-shadow:3px 3px 0 var(--ink, #202938);object-fit:cover;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.store-navbar__logo:hover .store-navbar__mark{transform:rotate(12deg) scale(1.08)}.store-navbar__actions{gap:.6rem;min-width:0}.store-navbar__icon,.store-navbar__cart{min-height:2.6rem;justify-content:center;border:2px solid var(--ink, #202938);border-radius:999px;color:var(--ink, #202938);font-weight:850;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.store-navbar__icon{width:2.6rem;background:#fff;box-shadow:2px 2px 0 var(--ink, #202938)}.store-navbar__icon:hover{transform:translateY(-2px);box-shadow:4px 4px 0 var(--ink, #202938);background:var(--paper-cool, #f5f7fb)}.store-navbar__cart{gap:.6rem;padding:.6rem 1.1rem;background:var(--yellow, #c5f27d);box-shadow:3px 3px 0 var(--ink, #202938)}@media (max-width: 520px){.store-navbar__inner{grid-template-columns:minmax(0,1fr) auto;gap:.45rem;padding:.62rem .55rem}.store-navbar__logo{gap:.45rem}.store-navbar__mark{width:2.35rem;height:2.35rem;box-shadow:2px 2px 0 var(--ink, #202938)}.store-navbar__logo strong{font-size:.95rem}.store-navbar__logo small{font-size:.64rem;line-height:1.1}.store-navbar__actions{gap:.32rem}.store-navbar__icon,.store-navbar__cart{width:2.42rem;min-height:2.42rem;flex:0 0 2.42rem;padding:0;box-shadow:2px 2px 0 var(--ink, #202938)}.store-navbar__cart>span{display:none}.store-navbar__account-button{gap:0}.store-navbar__account-button svg:last-child{display:none}.store-navbar__subnav-inner{gap:.6rem;padding-left:.55rem;padding-right:.55rem}.subnav-categories-btn{min-height:2rem;padding:0 .65rem}.subnav-all-products-link{font-size:.8rem;text-align:right}}.store-navbar__cart:hover{transform:translateY(-2px);box-shadow:5px 5px 0 var(--ink, #202938);background:var(--yellow, #c5f27d)}.store-navbar__cart:active{transform:translateY(1px);box-shadow:2px 2px 0 var(--ink, #202938)}.store-navbar__cart-icon-wrapper{position:relative;display:inline-flex;align-items:center}.store-navbar__cart-badge{position:absolute;top:-8px;right:-10px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background-color:var(--red, #ff4b4b);color:#fff;font-size:.65rem;font-weight:900;border:1.5px solid var(--ink, #202938);box-shadow:1px 1px 0 var(--ink, #202938)}.store-navbar__cart-badge--bump{animation:rayuela-badge-bounce .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes rayuela-badge-bounce{0%{transform:scale(.6)}50%{transform:scale(1.4)}to{transform:scale(1)}}.store-navbar__search-container,.store-navbar__search{display:none}.store-navbar__whatsapp:hover{background:#e8f7ee!important;color:#25d366!important;border-color:var(--ink)!important}.store-navbar__account{position:relative}.store-navbar__account-button{gap:.1rem}.store-navbar__account-menu{position:absolute;top:calc(100% + .6rem);right:0;z-index:70;display:grid;min-width:13rem;gap:.25rem;border:2px solid var(--ink, #202938);border-radius:.9rem;background:#fff;padding:.55rem;box-shadow:4px 4px 0 var(--ink, #202938)}.store-navbar__account-menu a,.account-menu__hello{display:flex;align-items:center;gap:.55rem;border-radius:.55rem;color:var(--ink, #202938);padding:.55rem .65rem;font-size:.86rem;font-weight:850;text-decoration:none}.store-navbar__account-menu a:hover{background:var(--paper-cool, #f5f7fb)}.account-menu__hello{color:var(--muted-ink, #627087);border-bottom:1px solid rgba(32,41,56,.12);border-radius:0}.store-navbar__subnav{border-top:1.5px solid var(--ink);background:var(--paper-cool, #f5f7fb);padding:.45rem 0}.store-navbar__subnav-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:none;padding-left:1rem;padding-right:1rem;box-sizing:border-box}@media (min-width: 768px){.store-navbar__subnav-inner{padding-left:2rem;padding-right:2rem}}.subnav-categories-btn{display:inline-flex;align-items:center;gap:.45rem;min-height:2.1rem;border:2px solid var(--ink);border-radius:6px;background:var(--yellow);color:var(--ink);font-size:.82rem;font-weight:900;padding:0 .8rem;cursor:pointer;box-shadow:2px 2px 0 var(--ink);transition:all .2s ease}.subnav-categories-btn:hover{transform:translateY(-1px);box-shadow:3px 3px 0 var(--ink)}.subnav-categories-btn.is-active{background:var(--pink);transform:translateY(1px);box-shadow:1px 1px 0 var(--ink)}.subnav-categories-btn .arrow-indicator{font-size:.75rem;transition:transform .2s ease}.subnav-categories-btn.is-active .arrow-indicator{transform:rotate(180deg)}.subnav-quick-links{display:none;gap:1.5rem}.subnav-quick-links a{color:var(--ink);text-decoration:none;font-size:.85rem;font-weight:800;transition:color .2s ease;position:relative;padding-bottom:2px}.subnav-quick-links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.subnav-quick-links a:hover:after{transform:scaleX(1);transform-origin:left}.subnav-quick-links a:hover{color:var(--blue)}.subnav-all-products-link{color:var(--ink);text-decoration:none;font-size:.85rem;font-weight:900;border-bottom:2px solid var(--blue);padding-bottom:1px;transition:all .2s ease}.subnav-all-products-link:hover{color:var(--blue);border-bottom-color:var(--pink)}.store-navbar__megamenu{position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 7.2rem);overflow-y:auto;overscroll-behavior:contain;background:#fffdf7fa;border-bottom:3.5px solid var(--ink);box-shadow:0 20px 40px #20293826;z-index:48;animation:rayuela-hop-in .35s cubic-bezier(.175,.885,.32,1.15) both}.megamenu-inner{display:grid;grid-template-columns:1fr;gap:1.1rem;width:100%;max-width:none;padding:1rem;box-sizing:border-box}@media (min-width: 768px){.megamenu-inner{padding-left:2rem;padding-right:2rem}}@media (min-width: 760px){.megamenu-inner{grid-template-columns:2.2fr 1fr}}.megamenu-categories-grid{display:grid;grid-template-columns:1fr;gap:.75rem;border-bottom:2px dashed rgba(32,41,56,.1);padding-bottom:1.5rem}@media (min-width: 600px){.megamenu-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:none;padding-bottom:0;border-right:2px dashed rgba(32,41,56,.1);padding-right:2rem}}.megamenu-column h3{font-size:.9rem;font-weight:950;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.03em}.megamenu-column h3 a{color:var(--ink);text-decoration:none}.megamenu-column h3 a:hover{color:var(--blue)}.megamenu-column ul{list-style:none;padding:0;margin:0;display:grid;gap:.28rem}.megamenu-column li a{font-size:.8rem;font-weight:700;color:var(--muted-ink);text-decoration:none;transition:all .2s ease;display:block}.megamenu-column li a:hover{color:var(--blue);transform:translate(4px)}.megamenu-brands-column h3{font-size:1rem;font-weight:950;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--ink)}.megamenu-brands-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.megamenu-brands-list a{display:inline-grid;min-height:3.2rem;align-items:center;justify-items:center;padding:.35rem .75rem;background:var(--paper-cool, #f5f7fb);border:1.5px solid var(--ink, #202938);border-radius:20px;color:var(--ink, #202938);font-size:.78rem;font-weight:850;text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:1.5px 1.5px 0 var(--ink, #202938)}.megamenu-brand-logo img{display:block;width:100%;max-width:5.8rem;max-height:2.1rem;object-fit:contain}.megamenu-brand-logo span{display:grid;width:2.1rem;height:2.1rem;place-items:center;border-radius:999px;background:var(--yellow, #c5f27d);font-size:.78rem;font-weight:950}.megamenu-brands-list span,.filter-empty{color:var(--muted-ink, #627087);font-size:.82rem;font-weight:800}.megamenu-brands-list a:hover{background:var(--yellow-light, #f9fbe7);color:var(--blue, #3a86ff);transform:scale(1.05) translateY(-1.5px);box-shadow:2.5px 2.5px 0 var(--ink, #202938)}.megamenu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#20293840;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45}@media (min-width: 760px){.store-navbar__megamenu{max-height:calc(100vh - 8.4rem)}.megamenu-inner{gap:2rem;padding-top:2.5rem;padding-bottom:2.5rem}.megamenu-categories-grid{gap:1.5rem}.megamenu-column h3{font-size:1rem}.megamenu-column li a{font-size:.88rem}.megamenu-brands-list{grid-template-columns:repeat(2,minmax(0,1fr))}.store-navbar__inner{grid-template-columns:auto 1fr auto}.store-navbar__search-container{display:block;position:relative;width:min(420px,100%);justify-self:end;margin-right:1.5rem;z-index:55}.store-navbar__search{display:flex;min-height:2.6rem;align-items:center;gap:.6rem;border:2px solid var(--ink, #202938);border-radius:999px;background:#fff;padding:0 1rem;color:var(--muted-ink, #627087);font-weight:700;transition:all .3s ease;width:100%;box-shadow:2px 2px #20293814}.store-navbar__search:focus-within{border-color:var(--blue, #3a86ff);box-shadow:3px 3px 0 var(--ink, #202938);color:var(--ink, #202938)}.store-navbar__search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink, #202938);font:inherit;font-size:.9rem}.store-navbar__search input::placeholder{color:var(--muted-ink, #627087);opacity:.7}.store-navbar__autocomplete{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid var(--ink, #202938);border-radius:12px;box-shadow:4px 4px 0 var(--ink, #202938);z-index:99;overflow:hidden;animation:rayuela-hop-in .25s cubic-bezier(.175,.885,.32,1.15) both}.autocomplete-loading,.autocomplete-no-results{padding:1rem;text-align:center;color:var(--muted-ink, #627087);font-size:.88rem;font-weight:700}.autocomplete-list{list-style:none;padding:0;margin:0;max-height:280px;overflow-y:auto}.autocomplete-item{border-bottom:1.5px solid #f3f4f6}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item a{display:flex;align-items:center;gap:.75rem;padding:.7rem .9rem;text-decoration:none;transition:background .15s ease}.autocomplete-item a:hover{background:var(--paper-cool, #f5f7fb)}.autocomplete-item__thumb{width:2.4rem;height:2.4rem;border:1.5px solid var(--ink, #202938);border-radius:6px;overflow:hidden;background:var(--yellow-light, #f9fbe7);display:flex;align-items:center;justify-content:center;flex-shrink:0}.autocomplete-item__thumb img{width:100%;height:100%;object-fit:cover}.autocomplete-item__initial{font-size:1rem;font-weight:900;color:var(--ink, #202938)}.autocomplete-item__info{display:grid;gap:.05rem;min-width:0}.autocomplete-item__name{font-size:.82rem;font-weight:800;color:var(--ink, #202938);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.autocomplete-item__price{font-size:.78rem;font-weight:900;color:var(--blue, #3a86ff)}.autocomplete-footer{background:var(--paper-cool, #f5f7fb);border-top:2px solid var(--ink, #202938);padding:.6rem;text-align:center}.autocomplete-footer a{display:block;font-size:.8rem;font-weight:950;color:var(--ink, #202938);text-decoration:none;transition:all .2s ease}.autocomplete-footer a:hover{color:var(--pink, #ff6fcf);transform:scale(1.02)}.subnav-quick-links{display:flex}}.rayuela-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden;-webkit-user-select:none;user-select:none;color:var(--ink, #202938);background:repeating-linear-gradient(115deg,rgba(255,216,77,.12) 0 10px,transparent 10px 38px);opacity:1;transition:opacity .5s ease}.rayuela-bg__board{position:absolute;left:max(1rem,4vw);top:9vh;display:grid;width:min(22rem,42vw);grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;opacity:.62;transform:translate3d(0,calc(var(--scroll-y, 0) * -.085px),0) rotate(-8deg);transform-origin:center;will-change:transform}.rayuela-bg__cell,.rayuela-bg__heaven{display:grid;min-height:clamp(3.4rem,8vw,5.2rem);place-items:center;border:2px solid rgba(32,41,56,.68);border-radius:.8rem;color:#202938e6;font-weight:950;box-shadow:3px 3px #20293842}.rayuela-bg__cell--1,.rayuela-bg__cell--4,.rayuela-bg__cell--7{grid-column:1 / -1;width:54%;justify-self:center}.rayuela-bg__cell--1{background:#c5f27df2}.rayuela-bg__cell--2{background:#73d7ffeb}.rayuela-bg__cell--3{background:#ff6fcfe0}.rayuela-bg__cell--4{background:#ffd84deb}.rayuela-bg__cell--5{background:#8b5cf6d6}.rayuela-bg__cell--6{background:#ff7f6be0}.rayuela-bg__cell--7{background:#39c96bd6}.rayuela-bg__cell--8{background:#ff6fcfd1}.rayuela-bg__cell--9{background:#3a86ffd6}.rayuela-bg__heaven{grid-column:1 / -1;min-height:clamp(3rem,7vw,4.8rem);border-top-left-radius:.8rem;border-top-right-radius:.8rem;border-bottom-left-radius:999px;border-bottom-right-radius:999px;background:#ffffffb3;font-size:.82rem;letter-spacing:.12em}.rayuela-bg__jumper{position:absolute;left:46%;bottom:.6rem;width:clamp(1rem,2.8vw,1.45rem);height:clamp(1rem,2.8vw,1.45rem);border:2px solid rgba(32,41,56,.7);border-radius:999px;background:#fff;box-shadow:2px 2px #20293857;transform:translateY(calc(var(--scroll-y, 0) * -.12px)) translate(calc(var(--scroll-y, 0) * .012px));animation:rayuela-jumper-hop 1.8s ease-in-out infinite}.rayuela-bg__stars{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(calc(var(--scroll-y, 0) * -.04px))}.rayuela-bg__star{--star-color: var(--yellow, #C5F27D);position:absolute;width:clamp(1.05rem,3vw,2.35rem);aspect-ratio:1;border-radius:42%;background:var(--star-color);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);filter:drop-shadow(2px 2px 0 rgba(32,41,56,.16));opacity:.72;animation:rayuela-star-drift 8s ease-in-out infinite alternate}.rayuela-bg__star--1{--star-color: var(--yellow, #C5F27D);right:9vw;top:18vh;transform:rotate(18deg)}.rayuela-bg__star--2{--star-color: var(--pink, #FF6FCF);left:13vw;top:64vh;animation-delay:.42s;transform:rotate(-14deg)}.rayuela-bg__star--3{--star-color: var(--sky, #73D7FF);right:22vw;bottom:16vh;animation-delay:.68s;transform:rotate(9deg)}.rayuela-bg__star--4{--star-color: var(--coral, #FF7F6B);left:42vw;top:21vh;animation-delay:.98s;transform:rotate(-8deg)}.rayuela-bg__star--5{--star-color: var(--green, #39C96B);left:4vw;bottom:11vh;animation-delay:1.2s;transform:rotate(12deg)}.rayuela-bg__star--6{--star-color: var(--violet, #8B5CF6);right:5vw;top:72vh;animation-delay:1.54s;transform:rotate(-18deg)}.rayuela-bg__star--7{--star-color: #ffd84d;right:38vw;top:9vh;animation-delay:.22s;transform:rotate(22deg) scale(.78)}.rayuela-bg__star--8{--star-color: #b695ff;left:55vw;top:59vh;animation-delay:.84s;transform:rotate(-24deg) scale(.86)}.rayuela-bg__star--9{--star-color: #ff9fdf;right:16vw;top:43vh;animation-delay:1.04s;transform:rotate(16deg) scale(.72)}.rayuela-bg__star--10{--star-color: #73d7ff;left:29vw;bottom:8vh;animation-delay:1.44s;transform:rotate(-10deg) scale(.78)}.rayuela-bg__star--11{--star-color: #c5f27d;right:47vw;bottom:27vh;animation-delay:1.68s;transform:rotate(11deg) scale(.66)}.rayuela-bg__star--12{--star-color: #ff7f6b;left:21vw;top:32vh;animation-delay:1.88s;transform:rotate(-20deg) scale(.7)}.rayuela-bg__star--13{--star-color: #3a86ff;right:2vw;top:28vh;animation-delay:2.08s;transform:rotate(8deg) scale(.72)}.rayuela-bg__star--14{--star-color: #39c96b;left:69vw;bottom:5vh;animation-delay:2.28s;transform:rotate(-16deg) scale(.78)}.rayuela-bg__star--15{--star-color: #ff6fcf;left:8vw;top:11vh;animation-delay:2.48s;transform:rotate(14deg) scale(.64)}.rayuela-bg__star--16{--star-color: #ffd84d;right:31vw;top:83vh;animation-delay:2.68s;transform:rotate(-12deg) scale(.68)}@keyframes rayuela-jumper-hop{0%,to{margin-bottom:0}50%{margin-bottom:.7rem}}@keyframes rayuela-star-drift{0%{margin-top:0}to{margin-top:-.9rem}}@media (prefers-reduced-motion: reduce){.rayuela-bg__star,.rayuela-bg__jumper{transform:none!important;animation:none!important}}@media (max-width: 768px){.rayuela-bg__board{left:-2.5rem;top:13vh;width:16rem;opacity:.36}.rayuela-bg__star{width:clamp(.9rem,5vw,1.45rem);opacity:.62}.rayuela-bg__star--8,.rayuela-bg__star--11,.rayuela-bg__star--14,.rayuela-bg__star--16{display:none}}.rayuela-arcade{display:grid;gap:1.5rem;align-items:center;margin-top:.5rem;margin-bottom:.5rem;background:linear-gradient(90deg,rgba(32,41,56,.06) 1px,transparent 1px) 0 0 / 26px 26px,linear-gradient(0deg,rgba(32,41,56,.04) 1px,transparent 1px) 0 0 / 26px 26px,linear-gradient(135deg,#ff6fcf29,#73d7ff33,#c5f27d38);border-block:3px solid rgba(32,41,56,.12)}.rayuela-arcade:focus-visible{outline:4px solid var(--yellow);outline-offset:-.45rem}.rayuela-arcade__copy{display:grid;gap:.85rem}.rayuela-arcade__copy h2{max-width:11ch;font-size:clamp(2.5rem,9vw,5rem);line-height:.88;letter-spacing:0}.rayuela-arcade__copy p:not(.rayuela-eyebrow){max-width:42rem;color:var(--muted-ink);font-weight:750;line-height:1.6}.rayuela-arcade__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.rayuela-arcade__reset{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink)}.rayuela-arcade__game{display:grid;gap:1rem;align-items:stretch}.rayuela-arcade__board{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;min-height:22rem;padding:1rem;border:2px solid var(--ink);border-radius:8px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.35) 0 9px,transparent 9px 18px),#fffdf7;box-shadow:7px 7px 0 var(--ink);transform:rotate(-1deg)}.rayuela-arcade__tile{position:relative;display:grid;min-height:4.7rem;place-items:center;border:2px solid var(--ink);border-radius:8px;background:var(--tile-color);color:var(--ink);cursor:pointer;font:inherit;box-shadow:3px 3px #202938b8;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease,filter .18s ease}.rayuela-arcade__tile:nth-child(1),.rayuela-arcade__tile:nth-child(4),.rayuela-arcade__tile:nth-child(5){grid-column:1 / -1;width:56%;justify-self:center}.rayuela-arcade__tile:nth-child(5){border-radius:8px 8px 999px 999px;color:#fff}.rayuela-arcade__tile span{display:grid;width:1.9rem;height:1.9rem;place-items:center;border:2px solid currentColor;border-radius:999px;background:#ffffffbf;font-weight:950}.rayuela-arcade__tile strong{font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.rayuela-arcade__tile.is-active{z-index:2;filter:saturate(1.2);transform:translateY(-.42rem) scale(1.04);box-shadow:6px 8px 0 var(--ink),0 0 0 6px #ffffff75}.rayuela-arcade__tile.is-passed{filter:saturate(.92) brightness(.98)}.rayuela-arcade__marker{position:absolute;left:50%;bottom:1.8rem;width:1.2rem;height:1.2rem;border:2px solid var(--ink);border-radius:999px;background:#fff;box-shadow:3px 3px 0 var(--ink),0 0 0 8px color-mix(in srgb,var(--active-color),transparent 70%);transform:translate(-50%);animation:rayuela-arcade-marker .96s ease-in-out infinite alternate}.rayuela-arcade__panel{display:grid;gap:.55rem;border:2px solid var(--ink);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--active-color),#ffffff 32%),#fff 70%);padding:1rem;box-shadow:5px 5px 0 var(--ink)}.rayuela-arcade__status{display:inline-flex;width:fit-content;border:2px solid rgba(32,41,56,.14);border-radius:999px;background:#fff;padding:.28rem .55rem;color:var(--muted-ink);font-size:.72rem;font-weight:900}.rayuela-arcade__panel h3{font-size:clamp(1.7rem,6vw,3rem);line-height:.95}.rayuela-arcade__panel p{color:#202938c2;font-weight:760;line-height:1.5}.rayuela-arcade__link{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);padding:.62rem .85rem;font-weight:950;text-decoration:none;box-shadow:3px 3px 0 var(--ink)}.rayuela-arcade__panel small{color:var(--muted-ink);font-weight:800}@keyframes rayuela-arcade-marker{0%{transform:translate(-50%) translateY(0)}to{transform:translate(-50%) translateY(-.42rem)}}@media (min-width: 860px){.rayuela-arcade{grid-template-columns:minmax(0,.82fr) minmax(28rem,1fr);padding-top:3.5rem;padding-bottom:3.5rem}.rayuela-arcade__game{grid-template-columns:minmax(16rem,.72fr) minmax(16rem,.58fr)}}@media (max-width: 720px){.rayuela-arcade__board{min-height:19rem}.rayuela-arcade__tile{min-height:4rem}}@media (prefers-reduced-motion: reduce){.rayuela-arcade__marker,.rayuela-arcade__tile,.rayuela-arcade__reset,.rayuela-arcade__link{animation:none!important;transition:none!important}}.rayuela-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px) 0 0 / 34px 34px,linear-gradient(0deg,rgba(255,255,255,.06) 1px,transparent 1px) 0 0 / 34px 34px,radial-gradient(ellipse at 50% 112%,rgba(197,242,125,.34),transparent 42%),linear-gradient(135deg,#211044,#431a7a 42%,#1e6ccc);color:#fff;isolation:isolate}.rayuela-loader:before,.rayuela-loader:after{position:absolute;inset:auto -10vw;z-index:-1;height:24vh;border:2px solid rgba(255,255,255,.12);background:repeating-linear-gradient(115deg,#ffd84d33 0,#ffd84d33 16px,#ff6fcf38 16px,#ff6fcf38 32px,#73d7ff33 32px,#73d7ff33 48px,#39c96b2e 48px,#39c96b2e 64px);content:"";transform:rotate(-8deg)}.rayuela-loader:before{top:8vh}.rayuela-loader:after{bottom:5vh;transform:rotate(9deg)}.rayuela-loader--leaving{animation:rayuela-loader-exit .52s cubic-bezier(.22,1,.36,1) forwards}.rayuela-loader__stage{position:relative;z-index:2;display:grid;width:min(84vw,34rem);min-height:min(68vh,39rem);place-items:center;perspective:1200px;transition:opacity .26s ease}.rayuela-loader__rive-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;pointer-events:none;transition:opacity .32s ease}.rayuela-loader__rive-canvas{width:100%;height:100%}.rayuela-loader--rive-ready .rayuela-loader__rive-stage{opacity:1}.rayuela-loader--rive-ready .rayuela-loader__stage{opacity:0}.rayuela-loader__board{position:relative;display:grid;width:min(58vw,18rem);grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;transform:rotateX(58deg) rotate(-8deg) translateY(3.6rem);transform-style:preserve-3d}.rayuela-loader__tile,.rayuela-loader__sky{display:grid;place-items:center;min-height:4.4rem;border:2px solid rgba(255,255,255,.88);border-radius:8px;color:#202938;font-weight:950;box-shadow:0 0 0 2px #2029382e,0 18px 36px #100a263d}.rayuela-loader__tile{opacity:0;animation:rayuela-loader-tile-in .46s cubic-bezier(.34,1.56,.64,1) forwards}.rayuela-loader__tile--1,.rayuela-loader__tile--4,.rayuela-loader__tile--7{grid-column:1 / -1;width:54%;justify-self:center}.rayuela-loader__tile--1{animation-delay:80ms;background:#c5f27d}.rayuela-loader__tile--2{animation-delay:.17s;background:#73d7ff}.rayuela-loader__tile--3{animation-delay:.25s;background:#ff6fcf}.rayuela-loader__tile--4{animation-delay:.34s;background:#ffd84d}.rayuela-loader__tile--5{animation-delay:.43s;background:#b695ff}.rayuela-loader__tile--6{animation-delay:.51s;background:#ff7f6b}.rayuela-loader__tile--7{animation-delay:.6s;background:#39c96b}.rayuela-loader__tile--8{animation-delay:.69s;background:#ff9fdf}.rayuela-loader__tile--9{animation-delay:.77s;background:#3a86ff;color:#fff}.rayuela-loader__sky{position:absolute;top:3vh;left:50%;z-index:2;width:min(52vw,18rem);min-height:5rem;border-top-left-radius:999px;border-top-right-radius:999px;background:linear-gradient(135deg,#fffffff5,#c5f27de6),#fff;letter-spacing:.16em;transform:translate(-50%) rotate(-1deg);animation:rayuela-loader-sky 1.6s ease-in-out infinite alternate}.rayuela-loader__portal{position:absolute;top:4vh;left:50%;z-index:-1;width:min(76vw,27rem);height:min(76vw,27rem);border:3px dashed rgba(255,255,255,.46);border-radius:50%;background:conic-gradient(from 12deg,#ffd84dad,#ff6fcf8f,#73d7ff9e,#39c96b8a,#ffd84dad);filter:saturate(1.2);opacity:.5;transform:translate(-50%);animation:rayuela-loader-portal 6s linear infinite}.rayuela-loader__jumper{position:absolute;left:50%;top:calc(100% - 3.1rem);z-index:4;width:1.35rem;height:1.35rem;border:2px solid #202938;border-radius:999px;background:#fff;box-shadow:3px 3px #202938,0 0 0 9px #ffd84d3d;transform:translate(-50%);animation:rayuela-loader-jump 2.1s cubic-bezier(.45,0,.22,1) .46s infinite}.rayuela-loader__spark{position:absolute;width:clamp(1.45rem,4vw,2.6rem);aspect-ratio:1;border-radius:42%;background:#ffd84d;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);filter:drop-shadow(3px 3px 0 rgba(32,41,56,.2));opacity:.9;animation:rayuela-loader-spark 1.7s ease-in-out infinite alternate}.rayuela-loader__spark--1{left:7%;top:22%;background:#ff6fcf;transform:rotate(-18deg)}.rayuela-loader__spark--2{right:8%;top:34%;background:#73d7ff;animation-delay:.26s;transform:rotate(14deg)}.rayuela-loader__spark--3{left:15%;bottom:24%;background:#c5f27d;animation-delay:.52s;transform:rotate(9deg)}.rayuela-loader__spark--4{right:15%;bottom:18%;background:#ff7f6b;animation-delay:.78s;transform:rotate(-10deg)}.rayuela-loader__copy{position:absolute;left:50%;bottom:clamp(2rem,7vh,4rem);z-index:3;display:grid;width:min(90vw,43rem);gap:.45rem;text-align:center;transform:translate(-50%)}.rayuela-loader__copy p{margin:0;color:#c5f27d;font-size:.8rem;font-weight:950;letter-spacing:.2em;text-transform:uppercase}.rayuela-loader__copy h2{margin:0;font-size:clamp(2.3rem,8vw,5rem);line-height:.88;text-shadow:4px 4px 0 rgba(32,41,56,.58)}.rayuela-loader__copy span{color:#ffffffd1;font-weight:800}.rayuela-loader__skip{position:absolute;right:1rem;bottom:1rem;z-index:4;min-height:2.5rem;border:2px solid #ffffff;border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;font-weight:900;padding:0 1rem}.rayuela-loader__skip:focus-visible{outline:3px solid #c5f27d;outline-offset:.25rem}@keyframes rayuela-loader-tile-in{0%{opacity:0;transform:translateY(2rem) rotate(-4deg) scale(.9)}to{opacity:1;transform:translateY(0) rotate(0) scale(1)}}@keyframes rayuela-loader-jump{0%{transform:translate(-50%) scale(1)}10%{transform:translate(-100%,-3.1rem) scale(1.08)}20%{transform:translate(-18%,-6.6rem) scale(1)}31%{transform:translate(-82%,-10.3rem) scale(1.08)}42%{transform:translate(-22%,-14.1rem) scale(1)}53%{transform:translate(-72%,-17.8rem) scale(1.08)}64%{transform:translate(-18%,-21.4rem) scale(1)}75%{transform:translate(-78%,-25rem) scale(1.08)}88%{transform:translate(-12%,-28.8rem) scale(1)}to{transform:translate(-50%,-35rem) scale(1.18)}}@keyframes rayuela-loader-sky{0%{box-shadow:0 0 18px #c5f27d59}to{box-shadow:0 0 42px #ff6fcf6b,0 0 72px #73d7ff38}}@keyframes rayuela-loader-portal{to{transform:translate(-50%) rotate(360deg)}}@keyframes rayuela-loader-spark{0%{opacity:.42}to{opacity:.95}}@keyframes rayuela-loader-exit{to{opacity:0;transform:scale(1.04);visibility:hidden}}@media (max-width: 720px){.rayuela-loader__stage{min-height:62vh}.rayuela-loader__board{width:min(74vw,17rem)}.rayuela-loader__tile,.rayuela-loader__sky{min-height:3.4rem}.rayuela-loader__copy{bottom:4.8rem}}@media (prefers-reduced-motion: reduce){.rayuela-loader,.rayuela-loader *,.rayuela-loader *:before,.rayuela-loader *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.rayuela-loader__jumper{top:42%}}.rayuela-home{--paper: #fffdf7;--paper-cool: #f5f7fb;--ink: #202938;--muted-ink: #627087;--yellow: #c5f27d;--red: #ff4b4b;--green: #39c96b;--blue: #3a86ff;--pink: #ff6fcf;--violet: #8b5cf6;--coral: #ff7f6b;--sky: #73d7ff;position:relative;min-height:100vh;overflow-x:hidden;color:var(--ink);background:linear-gradient(135deg,#fffdf7,#fff4fb,#edf9ff 68%,#f7ffe8);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rayuela-home:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(135deg,rgba(255,216,77,.12) 0 12px,transparent 12px 46px);content:"";mix-blend-mode:multiply;opacity:.72}.rayuela-home *{box-sizing:border-box}.rayuela-skip-link{position:fixed;left:1rem;top:1rem;z-index:60;transform:translateY(-140%);border-radius:999px;background:#fff;color:var(--ink);padding:.75rem 1rem;font-weight:800;box-shadow:0 12px 30px #26242b29;transition:transform .16s ease}.rayuela-skip-link:focus{transform:translateY(0)}.rayuela-nav{position:fixed;left:0;right:0;top:0;z-index:40;border-bottom:2px solid rgba(38,36,43,.08);background:#f8fbffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.rayuela-nav__inner,.rayuela-section,.rayuela-footer__inner{width:100%;max-width:none;padding-left:1rem;padding-right:1rem;box-sizing:border-box}@media (min-width: 768px){.rayuela-nav__inner,.rayuela-section,.rayuela-footer__inner{padding-left:2rem;padding-right:2rem}}.rayuela-nav__inner{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;padding-top:.8rem;padding-bottom:.8rem}.rayuela-logo{display:inline-flex;align-items:center;gap:.6rem;min-width:0;color:inherit;text-decoration:none}.rayuela-logo__mark{display:grid;width:2.6rem;height:2.6rem;place-items:center;border:2px solid var(--ink);border-radius:.9rem;background:var(--yellow);box-shadow:4px 4px 0 var(--ink);font-weight:950}.rayuela-logo__text{display:flex;flex-direction:column;min-width:0}.rayuela-logo__text strong{font-size:1rem;line-height:1}.rayuela-logo__text span{color:var(--muted-ink);font-size:.72rem}.rayuela-nav__actions{display:flex;gap:.45rem;align-items:center}.rayuela-icon-button,.rayuela-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:2px solid var(--ink);border-radius:999px;color:var(--ink);font-weight:850;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.rayuela-icon-button{width:2.75rem;background:#fff}.rayuela-button{gap:.5rem;max-width:100%;min-width:0;padding:.75rem 1rem;background:#fff;box-shadow:3px 3px 0 var(--ink);text-align:center}.rayuela-button--primary{background:var(--yellow)}.rayuela-button--blue{background:var(--blue);color:#fff}.rayuela-button--pink{background:var(--pink)}.rayuela-button:hover,.rayuela-button:focus-visible,.rayuela-icon-button:hover,.rayuela-icon-button:focus-visible{transform:translateY(-3px);box-shadow:5px 5px 0 var(--ink)}.rayuela-hero{--hero-depth-x: 0px;--hero-depth-y: 0px;--hero-depth-x-soft: 0px;--hero-depth-y-soft: 0px;--hero-depth-x-reverse: 0px;--hero-depth-y-reverse: 0px;--hero-scroll-y: 0;--hero-scroll-glow: 0px;--hero-scroll-soft: 0px;position:relative;isolation:isolate;display:grid;gap:2rem;align-items:center;padding-top:10.5rem;padding-bottom:2.4rem}.rayuela-hero:before{position:absolute;inset:0 calc(50% - 50vw) 0;z-index:-1;border-bottom:3px solid rgba(32,41,56,.08);background:radial-gradient(circle at 12% 18%,rgba(255,216,77,.4),transparent 24rem),radial-gradient(circle at 72% 26%,rgba(255,111,207,.28),transparent 24rem),radial-gradient(circle at 84% 72%,rgba(115,215,255,.32),transparent 28rem),linear-gradient(90deg,#c5f27d57,#ff6fcf38,#73d7ff4d);content:"";clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}.rayuela-hero:after{position:absolute;right:4vw;top:9.5rem;z-index:-1;width:clamp(1.5rem,4vw,2.5rem);height:clamp(1.5rem,4vw,2.5rem);border-radius:42%;background:var(--yellow);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);content:"";transform:rotate(8deg);filter:drop-shadow(-6rem 2.4rem 0 var(--pink)) drop-shadow(5.6rem 3.2rem 0 var(--sky))}.rayuela-hero__copy{position:relative;z-index:2;display:grid;gap:1rem;min-width:0;animation:rayuela-hero-copy-in .78s cubic-bezier(.16,1,.3,1) both}.rayuela-hero-world{position:absolute;inset:0 calc(50% - 50vw) 0;z-index:1;overflow:hidden;pointer-events:none}.rayuela-hero-world__glow,.rayuela-hero-world__path,.rayuela-hero-world__dust,.rayuela-hero-relic{position:absolute;pointer-events:none}.rayuela-hero-world__glow{border-radius:999px;opacity:.42;mix-blend-mode:screen;filter:blur(18px);transform:translate3d(var(--hero-depth-x),var(--hero-depth-y),0) translateY(var(--hero-scroll-glow))}.rayuela-hero-world__glow--pink{right:12vw;top:5.5rem;width:clamp(12rem,24vw,22rem);height:clamp(12rem,24vw,22rem);background:#ff6fcf8f}.rayuela-hero-world__glow--sky{left:18vw;bottom:1rem;width:clamp(10rem,22vw,20rem);height:clamp(8rem,18vw,16rem);background:#73d7ff80;transform:translate3d(var(--hero-depth-x-reverse),var(--hero-depth-y-reverse),0) translateY(var(--hero-scroll-soft))}.rayuela-hero-world__path{left:9vw;right:5vw;bottom:.5rem;height:clamp(7rem,14vw,12rem);border:2px dashed rgba(32,41,56,.12);border-radius:999px 999px 0 0;border-bottom:0;opacity:.64;transform:skew(-9deg) translate3d(var(--hero-depth-x-soft),var(--hero-depth-y-soft),0)}.rayuela-hero-world__dust{width:clamp(.42rem,1.2vw,.78rem);aspect-ratio:1;border-radius:50%;background:#fff;box-shadow:2.4rem -1.8rem #ffd84dd1,5.8rem .6rem #ff6fcfb8,9.2rem -2.4rem #73d7ffc2,13.4rem 1.2rem #c5f27dc2,16.8rem -1rem #8b5cf685;opacity:.76;animation:rayuela-world-dust 5.4s ease-in-out infinite alternate}.rayuela-hero-world__dust--1{left:11vw;top:8.8rem}.rayuela-hero-world__dust--2{right:26vw;top:14.2rem;animation-delay:.62s;transform:scale(.72)}.rayuela-hero-world__dust--3{right:5vw;bottom:5.8rem;animation-delay:1.04s;transform:scale(.82)}.rayuela-hero-relic{display:grid;width:clamp(2.9rem,6vw,4.4rem);height:clamp(2.9rem,6vw,4.4rem);place-items:center;border:2px solid rgba(32,41,56,.78);border-radius:14px;color:var(--ink);box-shadow:4px 4px #20293894,0 0 0 8px #ffffff24;animation:rayuela-world-relic 3.8s ease-in-out infinite alternate;transform:translate3d(var(--hero-depth-x),var(--hero-depth-y),0) rotate(var(--relic-rotate, 0deg))}.rayuela-hero-relic:before{position:absolute;right:.35rem;top:.35rem;width:.55rem;height:.55rem;border-radius:999px;background:#fffc;content:""}.rayuela-hero-icon{position:relative;display:block;width:1.9rem;height:1.9rem}.rayuela-hero-icon:before,.rayuela-hero-icon:after{position:absolute;content:""}.rayuela-hero-icon--backpack{border:2px solid currentColor;border-radius:.55rem .55rem .42rem .42rem;background:linear-gradient(currentColor 0 0) center 62% / 1rem .16rem no-repeat,#ffffffb8}.rayuela-hero-icon--backpack:before{left:.45rem;top:-.45rem;width:.8rem;height:.55rem;border:2px solid currentColor;border-bottom:0;border-radius:999px 999px 0 0}.rayuela-hero-icon--marker{width:2.25rem;height:.7rem;border:2px solid currentColor;border-radius:999px .18rem .18rem 999px;background:#ffffffc2;transform:rotate(-18deg)}.rayuela-hero-icon--marker:after{right:-.48rem;top:-.16rem;border-left:.55rem solid currentColor;border-top:.34rem solid transparent;border-bottom:.34rem solid transparent}.rayuela-hero-icon--notebook,.rayuela-hero-icon--book{border:2px solid currentColor;border-radius:.28rem;background:linear-gradient(currentColor 0 0) .35rem .45rem / 1.1rem .14rem no-repeat,linear-gradient(currentColor 0 0) .35rem .85rem / .86rem .14rem no-repeat,#ffffffc7}.rayuela-hero-icon--notebook:before,.rayuela-hero-icon--book:before{left:.18rem;top:.18rem;bottom:.18rem;width:.18rem;border-radius:999px;background:currentColor}.rayuela-hero-icon--gift{border:2px solid currentColor;border-radius:.3rem;background:linear-gradient(currentColor 0 0) center / .22rem 100% no-repeat,linear-gradient(currentColor 0 0) center / 100% .22rem no-repeat,#ffffffd1}.rayuela-hero-icon--gift:before,.rayuela-hero-icon--gift:after{top:-.42rem;width:.72rem;height:.52rem;border:2px solid currentColor;border-radius:999px 999px .2rem}.rayuela-hero-icon--gift:before{left:.12rem;transform:rotate(-18deg)}.rayuela-hero-icon--gift:after{right:.12rem;transform:scaleX(-1) rotate(-18deg)}.rayuela-hero-icon--bottle{width:1.05rem;height:2rem;margin-inline:auto;border:2px solid currentColor;border-radius:.35rem .35rem .55rem .55rem;background:#ffffffb8}.rayuela-hero-icon--bottle:before{left:.2rem;top:-.42rem;width:.44rem;height:.42rem;border:2px solid currentColor;border-bottom:0;border-radius:.16rem .16rem 0 0;background:#fffc}.rayuela-hero-icon--toy{border:2px solid currentColor;border-radius:999px;background:radial-gradient(circle at 34% 40%,currentColor 0 .16rem,transparent .19rem),radial-gradient(circle at 66% 40%,currentColor 0 .16rem,transparent .19rem),linear-gradient(currentColor 0 0) center 66% / .75rem .15rem no-repeat,#fffc}.rayuela-hero-icon--sparkle{background:var(--yellow);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);filter:drop-shadow(2px 2px 0 currentColor)}.rayuela-hero-relic--backpack{--relic-rotate: -9deg;left:clamp(1.2rem,7vw,6.8rem);top:clamp(6.2rem,12vw,8.2rem);background:#c5f27d;animation-delay:.12s}.rayuela-hero-relic--marker{--relic-rotate: 11deg;left:41vw;top:clamp(4.8rem,9vw,7.4rem);min-width:5.8rem;background:#73d7ff;animation-delay:.36s}.rayuela-hero-relic--notebook{--relic-rotate: -4deg;right:clamp(1rem,9vw,8rem);top:clamp(7.8rem,14vw,10.5rem);background:#ffd84d;animation-delay:.62s}.rayuela-hero-relic--gift{--relic-rotate: 7deg;right:34vw;bottom:clamp(1.4rem,5vw,3rem);background:#ff6fcf;animation-delay:.82s}.rayuela-hero-relic--bottle{--relic-rotate: -13deg;left:28vw;bottom:clamp(1.4rem,6vw,4.2rem);background:#fff;animation-delay:1.08s}.rayuela-hero-relic--toy{--relic-rotate: 10deg;right:7vw;bottom:clamp(2.8rem,8vw,5.5rem);background:#ff7f6b;animation-delay:1.36s}.rayuela-eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;border:2px solid rgba(38,36,43,.14);border-radius:999px;background:#fff;padding:.45rem .7rem;color:var(--muted-ink);font-size:.78rem;font-weight:850}.rayuela-hero h1{max-width:13ch;font-size:clamp(3rem,16vw,6.75rem);line-height:.88;letter-spacing:0}.rayuela-hero h1 span{display:block;color:var(--violet)}.rayuela-hero__lead{width:fit-content;max-width:min(38rem,100%);border:2px solid rgba(32,41,56,.12);border-radius:8px;background:#ffffffe0;color:#2f3a4d;padding:.64rem .8rem;font-size:clamp(1rem,4vw,1.2rem);line-height:1.65;box-shadow:3px 3px #20293824}.rayuela-hero__world-tagline{width:fit-content;max-width:min(34rem,100%);border:2px solid var(--ink);border-radius:8px;background:linear-gradient(90deg,#ffd84de0,#ff6fcfb8,#73d7ffd1);padding:.72rem .85rem;font-weight:950;line-height:1.35;overflow-wrap:anywhere;box-shadow:4px 4px 0 var(--ink);transform:rotate(-1deg)}.rayuela-hero__actions,.rayuela-section__actions{display:flex;flex-wrap:wrap;gap:.75rem;min-width:0}.rayuela-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.rayuela-hero__stat{border:2px solid rgba(38,36,43,.12);border-radius:1rem;background:#ffffffbd;padding:.75rem}.rayuela-hero__stat strong{display:block;font-size:1.1rem}.rayuela-hero__stat span{color:var(--muted-ink);font-size:.75rem;font-weight:700}.rayuela-hero-carousel{position:relative;z-index:2;min-width:0;height:clamp(22rem,38vw,31rem);overflow:hidden;border:2px solid var(--ink);border-radius:8px;background:linear-gradient(135deg,#ffd84d38,#ff6fcf38),#182236;box-shadow:12px 12px 0 var(--ink);transform:rotate(.6deg)}.rayuela-hero-carousel:before{position:absolute;right:-4rem;top:-4rem;z-index:2;width:14rem;height:14rem;border-radius:50%;background:var(--hero-accent);content:"";filter:blur(2px);opacity:.75}.rayuela-hero-carousel__image{display:block;width:100%;height:100%;object-fit:cover;animation:rayuela-hero-image-in .9s cubic-bezier(.16,1,.3,1) both,rayuela-hero-image 9.2s ease-in-out infinite alternate}.rayuela-hero-carousel__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;color:inherit;text-decoration:none}.rayuela-hero-carousel__link:focus-visible{outline:4px solid var(--yellow);outline-offset:-.45rem}.rayuela-hero-carousel__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#0e16270a,#0e1627b8),repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 2px,transparent 2px 18px);pointer-events:none}.rayuela-hero-portal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;transform:translate3d(var(--hero-depth-x-soft),var(--hero-depth-y-soft),0) translateY(var(--hero-scroll-soft));transition:transform .12s ease-out}.rayuela-hero-portal__ring{position:absolute;right:clamp(1rem,8vw,5rem);top:clamp(1.5rem,6vw,4rem);width:clamp(10rem,22vw,18rem);height:clamp(10rem,22vw,18rem);border:3px dashed rgba(255,255,255,.62);border-radius:50%;background:conic-gradient(from 24deg,#ffd84dd1,#ff6fcf9e,#73d7ffd1,#c5f27dad,#ffd84dd1);opacity:.52;animation:rayuela-portal-spin 14s linear infinite}.rayuela-hero-portal__ring--2{right:clamp(2.6rem,11vw,7.4rem);top:clamp(3rem,8vw,6rem);width:clamp(6.5rem,14vw,11rem);height:clamp(6.5rem,14vw,11rem);animation-duration:9s;animation-direction:reverse;opacity:.42}.rayuela-hero-portal__spark{position:absolute;width:clamp(.7rem,1.6vw,1.1rem);aspect-ratio:1;border-radius:42%;background:#fff;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);filter:drop-shadow(0 0 10px rgba(255,255,255,.88));opacity:.86;animation:rayuela-portal-spark 1.9s ease-in-out infinite alternate}.rayuela-hero-portal__spark--1{right:6.5rem;top:3.2rem}.rayuela-hero-portal__spark--2{right:16rem;top:6.7rem;background:var(--yellow);animation-delay:.36s}.rayuela-hero-portal__spark--3{right:8.2rem;bottom:5.4rem;background:var(--sky);animation-delay:.72s}.rayuela-hero-portal__object{position:absolute;display:inline-grid;width:clamp(2.55rem,5.2vw,3.65rem);height:clamp(2.55rem,5.2vw,3.65rem);place-items:center;border:2px solid var(--ink);border-radius:14px;color:var(--ink);box-shadow:3px 3px 0 var(--ink);animation:rayuela-portal-float 2.6s ease-in-out infinite alternate}.rayuela-hero-portal__object--book{right:3.8rem;top:4.8rem;background:var(--yellow);transform:rotate(-8deg)}.rayuela-hero-portal__object--gift{right:12.6rem;top:10.1rem;background:var(--pink);animation-delay:.28s;transform:rotate(7deg)}.rayuela-hero-portal__object--marker{right:5.8rem;bottom:8rem;background:var(--sky);animation-delay:.54s;transform:rotate(12deg)}.rayuela-hero-portal__object--stars{right:15.5rem;bottom:4.2rem;background:#fff;animation-delay:.76s;transform:rotate(-5deg)}.rayuela-hero-portal__object--bottle{right:1.4rem;bottom:12.5rem;background:#c5f27d;animation-delay:.92s;transform:rotate(-12deg)}.rayuela-hero-portal__object--toy{right:18.8rem;top:3.1rem;background:#ff7f6b;animation-delay:1.18s;transform:rotate(10deg)}.rayuela-hero--variant-1 .rayuela-hero-relic--backpack{left:12vw;top:clamp(8.4rem,14vw,10.2rem);background:#73d7ff}.rayuela-hero--variant-1 .rayuela-hero-relic--marker{left:56vw;top:clamp(5rem,10vw,7.8rem);background:#ffd84d}.rayuela-hero--variant-1 .rayuela-hero-relic--notebook{right:18vw;top:clamp(11rem,17vw,13.2rem);background:#ff6fcf}.rayuela-hero--variant-1 .rayuela-hero-relic--gift{right:46vw;bottom:clamp(2rem,7vw,4.3rem);background:#c5f27d}.rayuela-hero--variant-1 .rayuela-hero-relic--bottle{left:37vw;bottom:clamp(.9rem,5vw,3.2rem);background:#fff}.rayuela-hero--variant-1 .rayuela-hero-relic--toy{right:4vw;bottom:clamp(6rem,12vw,8.4rem);background:#d7b8ff}.rayuela-hero--variant-1 .rayuela-hero-portal__object--book{right:14.6rem;top:3.7rem;background:#c5f27d}.rayuela-hero--variant-1 .rayuela-hero-portal__object--gift{right:4.8rem;top:9.1rem;background:#ffd84d}.rayuela-hero--variant-1 .rayuela-hero-portal__object--marker{right:13.4rem;bottom:8.6rem;background:#ff6fcf}.rayuela-hero--variant-1 .rayuela-hero-portal__object--stars{right:5.4rem;bottom:4.4rem;background:#fff}.rayuela-hero--variant-1 .rayuela-hero-portal__object--bottle{right:18rem;bottom:12rem;background:#73d7ff}.rayuela-hero--variant-1 .rayuela-hero-portal__object--toy{right:1.6rem;top:3.3rem;background:#ff7f6b}.rayuela-hero--variant-2 .rayuela-hero-relic--backpack{left:3vw;top:clamp(10rem,16vw,12.5rem);background:#ffd84d}.rayuela-hero--variant-2 .rayuela-hero-relic--marker{left:31vw;top:clamp(6.2rem,11vw,8.8rem);background:#c5f27d}.rayuela-hero--variant-2 .rayuela-hero-relic--notebook{right:5vw;top:clamp(5.4rem,10vw,8rem);background:#73d7ff}.rayuela-hero--variant-2 .rayuela-hero-relic--gift{right:28vw;bottom:clamp(4.5rem,9vw,6.8rem);background:#ff6fcf}.rayuela-hero--variant-2 .rayuela-hero-relic--bottle{left:18vw;bottom:clamp(1rem,4vw,2.4rem);background:#d7b8ff}.rayuela-hero--variant-2 .rayuela-hero-relic--toy{right:42vw;bottom:clamp(.8rem,4vw,2.2rem);background:#ff7f6b}.rayuela-hero--variant-2 .rayuela-hero-portal__object--book{right:2.2rem;top:9.7rem;background:#fff}.rayuela-hero--variant-2 .rayuela-hero-portal__object--gift{right:15.2rem;top:4.3rem;background:#ff6fcf}.rayuela-hero--variant-2 .rayuela-hero-portal__object--marker{right:4.6rem;bottom:4.5rem;background:#c5f27d}.rayuela-hero--variant-2 .rayuela-hero-portal__object--stars{right:18rem;bottom:9rem;background:#ffd84d}.rayuela-hero--variant-2 .rayuela-hero-portal__object--bottle{right:10rem;bottom:12.4rem;background:#73d7ff}.rayuela-hero--variant-2 .rayuela-hero-portal__object--toy{right:10.8rem;top:12.9rem;background:#ff7f6b}.rayuela-hero-carousel__label{position:absolute;left:1.25rem;bottom:4.6rem;z-index:3;display:grid;gap:.2rem;color:#fff;animation:rayuela-hero-label-in .72s .12s cubic-bezier(.16,1,.3,1) both;pointer-events:none}.rayuela-hero-carousel__label span{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rayuela-hero-carousel__label strong{font-size:clamp(1.5rem,5vw,2.5rem)}.rayuela-hero-carousel__controls{position:absolute;right:1rem;bottom:1rem;z-index:3;display:flex;align-items:center;gap:.6rem}.rayuela-hero-carousel__controls button{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#121b2da3;color:#fff;cursor:pointer}.rayuela-hero-carousel__dots{display:flex;gap:.4rem}.rayuela-hero-carousel__dots button{width:.56rem;height:.56rem;padding:0;border:0;background:#ffffff8a}.rayuela-hero-carousel__dots button.is-active{width:1.65rem;background:var(--hero-accent)}.rayuela-hopscotch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.rayuela-hop-tile{position:relative;display:flex;min-height:12.5rem;flex-direction:column;overflow:hidden;border:2px solid var(--ink);border-radius:1.2rem;background:var(--tile-color);color:var(--tile-accent);padding:1rem;text-decoration:none;box-shadow:5px 5px 0 var(--ink);transition:transform .18s ease,box-shadow .18s ease}.rayuela-hop-tile:after{position:absolute;right:-2.8rem;bottom:-3.2rem;width:9rem;height:9rem;border:2px solid currentColor;border-radius:50%;content:"";opacity:.2}.rayuela-hop-tile:hover,.rayuela-hop-tile:focus-visible{transform:translateY(-.55rem) scale(1.03) rotate(0)!important;box-shadow:9px 9px 0 var(--ink);filter:brightness(1.03)}.rayuela-hop-tile:nth-child(2n){transform:rotate(1.2deg)}.rayuela-hop-tile:nth-child(odd){transform:rotate(-1.2deg)}.rayuela-hop-tile__number{display:grid;width:2.1rem;height:2.1rem;place-items:center;border:2px solid currentColor;border-radius:999px;font-weight:950}.rayuela-hop-tile h3{max-width:10ch;margin-top:auto;font-size:clamp(1.1rem,3vw,1.45rem);line-height:1}.rayuela-hop-tile p{position:relative;z-index:1;margin-top:.5rem;font-size:.78rem;font-weight:750;line-height:1.35}.rayuela-section{position:relative;padding-top:2.4rem;padding-bottom:2.4rem}.rayuela-section__header{position:relative;display:grid;gap:.55rem;margin-bottom:1.2rem}.rayuela-section__header:after{position:absolute;right:0;top:.4rem;width:clamp(1.25rem,3vw,2rem);height:clamp(1.25rem,3vw,2rem);border-radius:42%;background:var(--pink);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);content:"";transform:rotate(2deg);filter:drop-shadow(-3.2rem 1rem 0 var(--yellow)) drop-shadow(3.4rem 1.2rem 0 var(--sky))}.rayuela-section__header h2{width:fit-content;font-size:clamp(2rem,8vw,3.8rem);line-height:.95;letter-spacing:0;max-width:14ch;text-shadow:2px 2px 0 rgba(255,255,255,.95),-1px 1px 0 rgba(255,255,255,.85)}.rayuela-section__header>p:not(.rayuela-eyebrow){width:fit-content;max-width:42rem;border:2px solid rgba(32,41,56,.1);border-radius:8px;background:#ffffffe6;color:#344257;padding:.55rem .7rem;font-size:1rem;line-height:1.6;box-shadow:3px 3px #2029381f}.rayuela-marquee{position:relative;overflow:hidden;border-block:2px solid rgba(38,36,43,.1);background:#fff;padding:1.2rem 0}.rayuela-marquee:before,.rayuela-marquee:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.rayuela-marquee:before{left:0;background:linear-gradient(to right,var(--paper),transparent)}.rayuela-marquee:after{right:0;background:linear-gradient(to left,var(--paper),transparent)}.rayuela-marquee__track{display:flex;width:max-content;gap:1rem;animation:rayuela-marquee 26s linear infinite}.rayuela-marquee:hover .rayuela-marquee__track{animation-play-state:paused}.rayuela-brand-pill{display:inline-flex;min-width:10.5rem;height:4.4rem;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:999px;background:#ffffffeb;padding:.55rem 1.1rem;font-weight:900;box-shadow:3px 3px 0 var(--ink);cursor:pointer;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.rayuela-brand-pill:hover{transform:translateY(-2px) scale(1.03);box-shadow:5px 5px 0 var(--ink);background:var(--yellow-light, #f9fbe7)}.rayuela-brand-pill img{display:block;max-width:8.2rem;max-height:2.7rem;object-fit:contain}.rayuela-brand-pill span{display:grid;width:2.3rem;height:2.3rem;place-items:center;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);font-size:.82rem;letter-spacing:0;box-shadow:1px 1px 0 var(--ink)}.rayuela-products,.rayuela-season-grid,.rayuela-reward-grid,.rayuela-benefits{display:grid;gap:1rem}.rayuela-products{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-auto-flow:dense}.rayuela-product-card,.rayuela-season-card,.rayuela-reward-card,.rayuela-benefit-card,.rayuela-newsletter{border:2px solid rgba(38,36,43,.12);border-radius:1.15rem;background:#ffffffd1;box-shadow:0 18px 50px #26242b14}.rayuela-product-card{position:relative;overflow:hidden;padding:.75rem;background:#ffffffeb;border:2px solid var(--ink);border-radius:1.3rem;box-shadow:4px 4px 0 var(--ink);transform-style:preserve-3d;perspective:1000px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .3s ease}.rayuela-product-card:after{position:absolute;right:.9rem;top:.9rem;width:1.25rem;height:1.25rem;border-radius:42%;background:#ffd84de6;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);content:"";opacity:.9;transform:rotate(-18deg);pointer-events:none}.rayuela-product-card:nth-child(4n+2):after{left:.9rem;right:auto;background:#73d7ffe6;transform:rotate(16deg)}.rayuela-product-card:nth-child(5n+3){background:linear-gradient(135deg,#fffffff5,#fff4fbeb),#fff}.rayuela-product-card:hover,.rayuela-product-card:focus-within{border-color:var(--blue);box-shadow:10px 10px 0 var(--ink);transform:translateY(-8px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(1.02)}.rayuela-product-card__media{display:grid;min-height:9.5rem;place-items:center;border-radius:1rem;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.94),transparent 24%),linear-gradient(135deg,#ffd84de6,#ff6fcfcc);color:var(--ink);font-size:clamp(1.25rem,7vw,2.2rem);font-weight:950;transition:transform .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.rayuela-product-card:hover .rayuela-product-card__media{transform:scale(1.04) translateZ(15px)}.rayuela-product-card__badge{position:absolute;left:1.2rem;top:1.2rem;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);padding:.3rem .65rem;font-size:.72rem;font-weight:950;z-index:2;box-shadow:1px 1.5px 0 var(--ink);animation:rayuela-badge-bounce .6s cubic-bezier(.175,.885,.32,1.275) both}.rayuela-product-card__body{display:grid;gap:.5rem;padding:.9rem .2rem .2rem}.rayuela-product-card__body h3{min-height:2.3rem;font-size:1rem;line-height:1.25;font-weight:800;color:var(--ink)}.rayuela-product-card__meta{color:var(--muted-ink);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.rayuela-product-card__price{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline;font-weight:950;font-size:1.15rem}.rayuela-product-card__price del{color:var(--muted-ink);font-size:.82rem;font-weight:800}.rayuela-product-card__footer{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-top:.25rem}.rayuela-product-card__points{color:var(--violet);font-size:.8rem;font-weight:950;background:#8b5cf614;padding:.2rem .5rem;border-radius:999px}.rayuela-add-button{display:inline-grid;width:2.6rem;height:2.6rem;place-items:center;border:2px solid var(--ink);border-radius:.9rem;background:var(--green);color:#fff;box-shadow:2px 2px 0 var(--ink);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.rayuela-add-button:hover{transform:scale(1.1) translateY(-2px);box-shadow:4px 4px 0 var(--ink);background:var(--green)}.rayuela-add-button:active{transform:scale(.95) translateY(0);box-shadow:1px 1px 0 var(--ink)}.rayuela-season-card,.rayuela-reward-card,.rayuela-benefit-card{padding:1rem}.rayuela-season-card{position:relative;overflow:hidden}.rayuela-season-card:after{position:absolute;right:-2.5rem;bottom:-2.5rem;width:8rem;height:8rem;border:2px solid rgba(38,36,43,.14);border-radius:50%;background:var(--season-color);content:"";opacity:.45}.rayuela-season-card h3,.rayuela-reward-card h3,.rayuela-benefit-card h3{font-size:1.18rem;line-height:1.1}.rayuela-season-card p,.rayuela-reward-card p,.rayuela-benefit-card p{margin-top:.55rem;color:var(--muted-ink);line-height:1.5}.rayuela-card-link{position:relative;z-index:1;display:inline-flex;margin-top:1rem;color:var(--ink);font-weight:950;text-decoration:none}.rayuela-points-panel{display:grid;gap:1rem;border:2px solid var(--ink);border-radius:1.4rem;background:radial-gradient(circle at 92% 10%,rgba(255,216,77,.5),transparent 22%),linear-gradient(135deg,#8b5cf6,#ff6fcf);padding:1.1rem;color:#fff;box-shadow:7px 7px 0 var(--ink)}.rayuela-points-panel__copy p{margin-top:.6rem;max-width:44rem;color:#ffffffe0;line-height:1.55}.rayuela-reward-card{background:#fffffff0;color:var(--ink);cursor:pointer}.rayuela-reward-card:focus-visible{outline:3px solid rgba(255,216,77,.95);outline-offset:4px}.rayuela-reward-card__points{display:inline-flex;margin-bottom:.75rem;border-radius:999px;background:var(--reward-color);color:#fff;padding:.35rem .6rem;font-weight:950}.rayuela-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.rayuela-benefit-card{min-height:10rem}.rayuela-benefit-card svg{margin-bottom:.75rem;color:var(--benefit-color)}.rayuela-joy{display:grid;gap:1rem;border:2px solid var(--ink);border-radius:1.5rem;background:linear-gradient(135deg,#ffd84deb,#39c96bd1),#fff;padding:1.1rem;box-shadow:7px 7px 0 var(--ink)}.rayuela-joy h2{font-size:clamp(2.1rem,10vw,4.4rem);line-height:.92}.rayuela-joy p{max-width:42rem;color:#26242bc2;font-weight:750;line-height:1.6}.rayuela-newsletter{display:grid;gap:1rem;padding:2rem;background:var(--paper-cool);border:2px solid var(--ink);box-shadow:6px 6px 0 var(--ink);border-radius:1.4rem}.rayuela-newsletter form{display:grid;gap:.8rem}.rayuela-newsletter input{min-height:3.1rem;border:2.5px solid var(--ink);border-radius:999px;background:#fff;padding:0 1.2rem;color:var(--ink);font-weight:750;outline:none;transition:all .3s ease}.rayuela-newsletter input:focus{border-color:var(--blue);box-shadow:4px 4px 0 var(--ink)}.rayuela-footer{margin-top:4rem;border-top:3px dashed var(--ink);background:var(--paper-cool, #f5f7fb);position:relative}.rayuela-footer:before{content:"1 2 3";position:absolute;top:-15px;left:10%;background:var(--yellow);color:var(--ink);border:2.5px solid var(--ink);padding:2px 10px;font-size:.75rem;font-weight:950;border-radius:6px;box-shadow:2px 2px 0 var(--ink);transform:rotate(-3deg);letter-spacing:.3em;text-indent:.15em}.rayuela-footer__inner{display:grid;gap:1.5rem;padding-top:3rem;padding-bottom:3rem}.rayuela-footer__links{display:flex;flex-wrap:wrap;gap:1.5rem}.rayuela-footer a{color:var(--ink);font-weight:850;text-decoration:none;position:relative;padding-bottom:2px}.rayuela-footer__links a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--blue);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.rayuela-footer__links a:hover:after{transform:scaleX(1);transform-origin:left}.rayuela-footer a:hover{color:var(--blue)}.rayuela-skeleton{position:relative;overflow:hidden;min-height:14rem;border-radius:1.15rem;background:#fff6;border:2.5px dashed rgba(32,41,56,.18)}.rayuela-skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.6) 50%,transparent 80%);content:"";animation:rayuela-shimmer 1.4s linear infinite}@keyframes rayuela-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes rayuela-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes rayuela-hop-in{0%{transform:translateY(40px) scale(.95);opacity:0}60%{transform:translateY(-8px) scale(1.02)}to{transform:translateY(0) scale(1);opacity:1}}@keyframes rayuela-card-float{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes rayuela-glow-pulse{0%,to{box-shadow:0 0 #c5f27d66}50%{box-shadow:0 0 15px 5px #c5f27db3}}@keyframes rayuela-badge-bounce{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.rayuela-search-empty{margin-top:1rem;border-radius:1rem;background:#ffffffbf;padding:1rem;color:var(--muted-ink)}@keyframes rayuela-hero-image{0%{transform:scale(1)}to{transform:scale(1.06)}}@keyframes rayuela-hero-image-in{0%{opacity:0;transform:scale(1.055);filter:saturate(.8)}to{opacity:1;transform:scale(1);filter:saturate(1)}}@keyframes rayuela-hero-copy-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes rayuela-hero-label-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes rayuela-portal-spin{to{transform:rotate(360deg)}}@keyframes rayuela-portal-float{0%{margin-top:0}to{margin-top:-.65rem}}@keyframes rayuela-portal-spark{0%{opacity:.42;transform:translateY(0) scale(.82) rotate(0)}to{opacity:.98;transform:translateY(-.55rem) scale(1.08) rotate(24deg)}}@keyframes rayuela-world-dust{0%{opacity:.48;transform:translateZ(0) rotate(0)}to{opacity:.86;transform:translate3d(.8rem,-.65rem,0) rotate(8deg)}}@keyframes rayuela-world-relic{0%{margin-top:0}to{margin-top:-.8rem}}@media (min-width: 760px){.rayuela-nav__inner{grid-template-columns:auto 1fr auto}.rayuela-nav__search{display:flex;align-items:center;gap:.5rem;min-height:2.75rem;border:2px solid rgba(38,36,43,.12);border-radius:999px;background:#fff;padding:0 1rem;color:var(--muted-ink);font-weight:800}.rayuela-hero{grid-template-columns:minmax(0,.92fr) minmax(22rem,.82fr);padding-top:13.5rem;padding-bottom:3.4rem}.rayuela-hopscotch{grid-template-columns:repeat(3,minmax(0,1fr))}.rayuela-hop-tile{min-height:15rem}.rayuela-products{grid-template-columns:repeat(4,minmax(0,1fr))}.rayuela-season-grid,.rayuela-reward-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rayuela-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}.rayuela-points-panel,.rayuela-joy,.rayuela-newsletter,.rayuela-footer__inner{grid-template-columns:.9fr 1.1fr;align-items:center}.rayuela-newsletter form{grid-template-columns:1fr auto}}@media (max-width: 759px){.rayuela-nav__search,.rayuela-button__desktop{display:none}.rayuela-section{padding-top:2rem;padding-bottom:2rem}.rayuela-section__header:after{display:none}.rayuela-hero{padding-top:10.5rem}.rayuela-hero__world-tagline{width:100%}.rayuela-hero__actions{align-items:stretch}.rayuela-hero__actions .rayuela-button{width:100%}.rayuela-hero:after{display:none}.rayuela-hero-relic--marker,.rayuela-hero-relic--gift{display:none}.rayuela-hero-carousel,.rayuela-hero-carousel__image{height:21rem}.rayuela-hero-portal__object--gift,.rayuela-hero-portal__object--stars,.rayuela-hero-portal__object--toy{display:none}.rayuela-hero-portal__object--book{right:1rem;top:3rem}.rayuela-hero-portal__object--marker{right:1.4rem;bottom:5.8rem}.rayuela-hero-portal__object--bottle{right:1rem;bottom:10rem}.rayuela-hero__stats{grid-template-columns:1fr}.rayuela-product-card__media{min-height:7rem}.rayuela-benefits{gap:.75rem}}@media (max-width: 759px){.rayuela-hero-world{inset-inline:0}.rayuela-hero-world__glow{opacity:.28}.rayuela-hero-world__path,.rayuela-hero-relic--backpack,.rayuela-hero-relic--marker,.rayuela-hero-relic--gift{display:none}.rayuela-hero-relic{min-width:3.9rem;min-height:2rem;font-size:.54rem;box-shadow:3px 3px #2029387a}.rayuela-hero-relic:before{display:none}.rayuela-hero-relic--notebook{right:.6rem;top:6.4rem}.rayuela-hero-relic--bottle{left:.8rem;bottom:1rem}.rayuela-hero-relic--toy{right:.7rem;bottom:2.1rem}}.branches-section{position:relative}.branches-grid-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-start;margin-top:1.5rem}@media (min-width: 900px){.branches-grid-layout{grid-template-columns:1.2fr 1fr 1.2fr;gap:1.5rem}}.branch-card{border:2.5px solid var(--ink);border-radius:1.4rem;background:#fff;box-shadow:4px 4px 0 var(--ink);overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.branch-card.is-highlighted{transform:translateY(-8px) scale(1.02);box-shadow:8px 10px 0 var(--ink);border-color:var(--blue)!important}.branch-card.is-dimmed{opacity:.65;filter:grayscale(20%)}.branch-card__photo-container{position:relative;height:200px;overflow:hidden;border-bottom:2.5px solid var(--ink)}.branch-card__photo{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.branch-card:hover .branch-card__photo{transform:scale(1.05)}.branch-card__badge{position:absolute;top:1rem;left:1rem;background:var(--yellow);color:var(--ink);border:2px solid var(--ink);border-radius:99px;padding:.3rem .8rem;font-size:.75rem;font-weight:950;box-shadow:2px 2px 0 var(--ink)}.branch-card__body{padding:1.25rem}.branch-card__body h3{font-size:1.35rem;font-weight:900;margin-bottom:.5rem}.branch-card__address{font-size:.88rem;color:var(--muted-ink);margin-bottom:1rem;line-height:1.4}.branch-card__map{border:2px solid var(--ink);border-radius:10px;overflow:hidden;box-shadow:2.5px 2.5px 0 var(--ink);background:#eaeaea}.branch-card__map iframe{display:block}.branches-hopscotch-container{display:flex;justify-content:center;align-items:center;padding:1rem 0}.branches-hopscotch-board{display:flex;flex-direction:column;align-items:center;width:100%;max-width:250px;gap:.5rem}.rayuela-board-square{border:2.5px solid var(--ink);border-radius:12px;background:#fff;color:var(--ink);box-shadow:3.5px 3.5px 0 var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit;width:100%}.rayuela-board-square:hover{transform:translateY(-3px) scale(1.03);box-shadow:5px 5.5px 0 var(--ink)}.rayuela-board-square:active{transform:translateY(1.5px);box-shadow:1.5px 1.5px 0 var(--ink)}.rayuela-board-square--cielo{height:90px;border-top-left-radius:100px;border-top-right-radius:100px;background:var(--sky);color:var(--ink)}.rayuela-board-square--cielo .square-label{font-size:1.15rem;font-weight:950;letter-spacing:.05em;line-height:1.1}.rayuela-board-square--cielo .square-subtext{font-size:.7rem;font-weight:800;opacity:.85}.rayuela-board-row{display:flex;width:100%;gap:.5rem}.rayuela-board-square--double{flex:1;height:65px}.rayuela-board-square--single{width:80%;height:65px}.color-orange{background:var(--coral)!important;color:#fff!important}.color-pink{background:var(--pink)!important}.color-yellow{background:var(--yellow)!important}.color-sky{background:var(--sky)!important}.color-purple{background:var(--violet)!important;color:#fff!important}.color-coral{background:var(--orange, #ff7f6b)!important}.square-number{font-size:1.6rem;font-weight:950}.rayuela-board-square--whatsapp{width:100%;height:80px;background:var(--green);color:#fff!important;text-decoration:none;border-radius:16px;box-shadow:4px 4px 0 var(--ink)}.whatsapp-cta-content{display:flex;flex-direction:column;align-items:center}.whatsapp-cta-content__title{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.whatsapp-cta-content__sub{font-size:1.35rem;font-weight:950;line-height:1.1}.rayuela-board-square--whatsapp:hover{background:#25d366!important}.social-networks-banner{position:fixed;bottom:14px;right:14px;width:min(260px,calc(100vw - 2rem));background:#fff;border:2.5px solid var(--ink);border-radius:8px;box-shadow:4px 4px 0 var(--ink);z-index:99;padding:1.05rem .9rem .85rem;overflow:hidden;animation:rayuela-hop-in .4s cubic-bezier(.175,.885,.32,1.15) both}.social-networks-banner__accent{position:absolute;top:0;left:0;right:0;height:8px;background:repeating-linear-gradient(45deg,var(--yellow),var(--yellow) 10px,var(--pink) 10px,var(--pink) 20px);border-bottom:2.5px solid var(--ink)}.social-networks-banner__close{position:absolute;top:10px;right:10px;background:#fff;border:1.5px solid var(--ink);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:1px 1px 0 var(--ink);color:var(--ink);z-index:2}.social-networks-banner__close:hover{background:var(--red);color:#fff;transform:scale(1.08)}.social-networks-banner__content{display:grid;gap:.4rem;text-align:left}.social-networks-banner__content h3{max-width:12rem;font-size:.82rem;font-weight:950;color:var(--ink);margin-top:.25rem;letter-spacing:-.01em}.social-networks-banner__content p{max-width:12rem;font-size:.66rem;font-weight:800;color:var(--muted-ink);line-height:1.3}.social-networks-banner__link{display:inline-flex;width:fit-content;margin-top:.5rem;padding:.34rem .68rem;background:var(--yellow);color:var(--ink)!important;text-decoration:none;font-size:.76rem;font-weight:900;border:2px solid var(--ink);border-radius:99px;box-shadow:2px 2px 0 var(--ink);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.social-networks-banner__link:hover{transform:translateY(-2px) scale(1.02);box-shadow:3px 3px 0 var(--ink);background:var(--pink)}@media (max-width: 759px){.social-networks-banner{left:auto;right:.75rem;bottom:.75rem;width:8.8rem;min-height:3.5rem;padding:.52rem .65rem}.social-networks-banner__content h3,.social-networks-banner__content p{display:none}.social-networks-banner__link{max-width:6.6rem;margin-top:0;overflow:hidden;padding:.3rem .52rem;text-overflow:ellipsis;white-space:nowrap}.social-networks-banner__close{top:-.45rem;right:-.45rem;width:24px;height:24px}}.rayuela-product-card--wide{background:linear-gradient(135deg,#c5f27d5c,#fffffff5)}.rayuela-product-card--tall{background:linear-gradient(155deg,#73d7ff42,#fffffff5)}.rayuela-product-card--pop{background:linear-gradient(145deg,#ff6fcf38,#fffffff5)}.rayuela-product-card--wide .rayuela-product-card__media{min-height:11.6rem;background:repeating-linear-gradient(135deg,rgba(255,255,255,.42) 0 10px,transparent 10px 20px),linear-gradient(135deg,#c5f27deb,#73d7ffc7)}.rayuela-product-card--tall .rayuela-product-card__media{min-height:12.6rem;background:radial-gradient(circle at 72% 20%,rgba(255,255,255,.72),transparent 22%),linear-gradient(135deg,#8b5cf6b8,#73d7ffb8)}.rayuela-product-card--pop .rayuela-product-card__media{background:linear-gradient(90deg,rgba(255,216,77,.32) 1px,transparent 1px) 0 0 / 18px 18px,linear-gradient(135deg,#ff6fcfd6,#ff7f6bc7)}.rayuela-product-card__media img,.theme-product-card__media img{width:100%;height:100%;object-fit:cover}.rayuela-data-empty{border:2px dashed rgba(32,41,56,.24);border-radius:1rem;background:#ffffffc7;color:var(--muted-ink);padding:1.1rem;font-weight:800}.rayuela-service-grid,.club-rayuela-steps,.rayuela-instagram-grid{display:grid;gap:1rem}.rayuela-service-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.rayuela-service-card,.rayuela-service-cta,.club-rayuela-step,.club-rayuela-scoreboard{border:2px solid var(--ink);border-radius:1.1rem;background:#fff;box-shadow:4px 4px 0 var(--ink)}.rayuela-service-card{display:grid;min-height:15rem;align-content:start;gap:.7rem;color:var(--ink);padding:1rem;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.rayuela-service-card:hover{transform:translateY(-4px);box-shadow:7px 7px 0 var(--ink)}.rayuela-service-card__icon{display:grid;width:3rem;height:3rem;place-items:center;border:2px solid var(--ink);border-radius:.9rem;background:var(--service-color);color:#fff;box-shadow:2px 2px 0 var(--ink)}.rayuela-service-card h3,.rayuela-service-cta h3,.club-rayuela-step h3{font-size:1.15rem;line-height:1.1}.rayuela-service-card p,.rayuela-service-cta p,.club-rayuela-step p{color:var(--muted-ink);line-height:1.5}.rayuela-service-card strong{display:inline-flex;width:fit-content;align-items:center;gap:.35rem;margin-top:auto;border-bottom:2px solid var(--service-color);font-size:.86rem}.rayuela-service-cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1.2rem}.rayuela-instagram-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.rayuela-instagram-grid .instagram-media{min-width:0!important;width:100%!important;margin:0!important}.club-rayuela-page{padding-top:8.5rem}.club-rayuela-hero{display:grid;gap:1.5rem;align-items:center}.club-rayuela-hero h1{max-width:11ch;font-size:clamp(3rem,14vw,6.2rem);line-height:.9}.club-rayuela-hero p{max-width:42rem;color:var(--muted-ink);font-size:1.05rem;line-height:1.65}.club-rayuela-scoreboard{display:grid;min-height:17rem;place-items:center;padding:1.4rem;text-align:center;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.85),transparent 25%),linear-gradient(135deg,var(--yellow),var(--sky))}.club-rayuela-scoreboard span{border:2px solid var(--ink);border-radius:999px;background:#fff;padding:.35rem .7rem;font-weight:950}.club-rayuela-scoreboard strong{font-size:clamp(2.6rem,11vw,5rem);line-height:.9}.club-rayuela-step{display:grid;gap:.65rem;padding:1rem}.club-rayuela-step>span{display:grid;width:2rem;height:2rem;place-items:center;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);font-weight:950}.club-rayuela-step svg{color:var(--blue)}@media (min-width: 760px){.rayuela-service-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.rayuela-instagram-grid,.club-rayuela-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.club-rayuela-hero{grid-template-columns:minmax(0,1.1fr) minmax(18rem,.55fr)}}.themed-collections{position:relative;overflow-x:clip}.themed-collections__grid{display:flex;flex-direction:column;gap:2.5rem;width:100%;max-width:100%;margin-top:1.5rem;overflow-x:clip}.theme-block{position:relative;display:flex;flex-direction:column;max-width:100%;min-width:0;border:2.5px solid var(--ink);border-radius:1.4rem;box-shadow:6px 6px 0 var(--ink);overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1)}.theme-block:before,.theme-block:after{position:absolute;z-index:0;pointer-events:none;content:""}.theme-block>*{position:relative;z-index:1}.theme-block:hover{transform:translateY(-2px)}@media (min-width: 768px){.theme-block{flex-direction:row}}.theme-block__banner{padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-shrink:0;width:100%}@media (min-width: 768px){.theme-block__banner{width:290px;min-height:230px}}.theme-block__icon{font-size:2.8rem;line-height:1;margin-bottom:1rem;display:inline-block;animation:rayuela-card-float 3s ease-in-out infinite alternate}.theme-block__banner-copy{display:grid;gap:.35rem}.theme-block__banner-copy h3{font-size:1.55rem;font-weight:950;line-height:1.1;letter-spacing:-.01em}.theme-block__banner-copy p{font-size:.8rem;font-weight:800;opacity:.9;line-height:1.4}.theme-block__cta{margin-top:1.25rem;font-size:.8rem;font-weight:950;padding:.45rem 1.1rem;border:2px solid var(--ink)!important;border-radius:99px;background:#fff;color:var(--ink)!important;box-shadow:2px 2px 0 var(--ink);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s ease}.theme-block__cta:hover{transform:translateY(-2.5px);box-shadow:3.5px 3.5px 0 var(--ink);background:var(--theme-btn-accent, var(--yellow))}.theme-block__cta:active{transform:translateY(1px);box-shadow:1px 1px 0 var(--ink)}.theme-block__carousel-container{min-width:0;max-width:100%;flex-1:1 1 0%;padding:1.5rem 1.25rem;overflow-x:hidden;overflow-y:visible;background:#ffffff73;border-top:2.5px solid var(--ink)}@media (min-width: 768px){.theme-block__carousel-container{border-top:none;border-left:2.5px solid var(--ink)}}.theme-block__carousel{display:flex;gap:1.1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-color:rgba(32,41,56,.42) rgba(255,255,255,.34);scrollbar-width:thin;scroll-snap-type:x mandatory;padding:.55rem 1rem 1rem .15rem;-webkit-overflow-scrolling:touch}.theme-block__carousel::-webkit-scrollbar{height:.55rem}.theme-block__carousel::-webkit-scrollbar-track{border-radius:999px;background:#ffffff57}.theme-block__carousel::-webkit-scrollbar-thumb{border:2px solid rgba(255,255,255,.52);border-radius:999px;background:#20293880}.theme-product-card{width:clamp(10rem,21vw,13rem);max-width:calc(100vw - 3.5rem);flex:0 0 auto;scroll-snap-align:start;border:2.2px solid var(--ink);border-radius:1.1rem;background:#fff;box-shadow:2.5px 2.5px 0 var(--ink);padding:.6rem;display:flex;flex-direction:column;color:var(--ink);text-decoration:none;transition:transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s ease}.theme-product-card:focus-visible{outline:3px solid var(--yellow);outline-offset:.25rem}.theme-product-card:nth-child(3n+1){width:clamp(11.5rem,24vw,15rem)}.theme-product-card:nth-child(4n+2){width:clamp(9.5rem,19vw,12rem)}.theme-product-card:nth-child(5n) .theme-product-card__media{height:132px}.theme-product-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:4.5px 5px 0 var(--ink)}.theme-product-card__badge{font-size:.6rem;font-weight:950;background:var(--yellow);color:var(--ink);border:1.5px solid var(--ink);padding:.15rem .45rem;border-radius:99px;width:fit-content;margin-bottom:.45rem;text-transform:uppercase}.theme-product-card__media{height:105px;border-radius:.8rem;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8),transparent),linear-gradient(135deg,#73d7ff33,#ff6fcf26);border:1.5px solid rgba(32,41,56,.08);display:grid;place-items:center;font-size:1.45rem;font-weight:950;color:var(--ink);margin-bottom:.5rem;overflow:hidden}.theme-product-card__body{display:flex;flex-direction:column;flex-grow:1}.theme-product-card__body h4{font-size:.78rem;font-weight:850;line-height:1.25;color:var(--ink);min-height:2.1rem;margin-bottom:.45rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.theme-product-card__price{font-size:.9rem;font-weight:950;color:var(--ink);margin-bottom:.6rem}.theme-product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.theme-product-card__points{font-size:.65rem;font-weight:850;color:var(--violet);background:#8b5cf60f;padding:.15rem .35rem;border-radius:99px}.theme-product-card__action{font-size:.7rem;font-weight:950;background:var(--yellow);color:var(--ink)!important;border:1.8px solid var(--ink);padding:.2rem .6rem;border-radius:6px;box-shadow:1px 1px 0 var(--ink);text-decoration:none;transition:all .15s cubic-bezier(.175,.885,.32,1.275)}.theme-product-card__action:hover{transform:scale(1.08) translateY(-1px);box-shadow:2px 2px 0 var(--ink);background:var(--yellow)}.theme-block__empty{display:grid;min-height:11rem;place-items:center;border:2px dashed rgba(32,41,56,.24);border-radius:1rem;background:#ffffffb3;color:var(--muted-ink);padding:1rem;text-align:center;font-weight:850;line-height:1.4}.theme-block--stitch{background-image:var(--stitch-bg-1, none),var(--stitch-bg-2, none),radial-gradient(circle at top right,rgba(0,210,255,.18),transparent 60%),linear-gradient(135deg,#0a1424,#152740);background-position:var(--stitch-bg-1-pos, 5% center),var(--stitch-bg-2-pos, 95% center);background-repeat:no-repeat;background-size:var(--stitch-bg-1-size, auto),var(--stitch-bg-2-size, auto);color:#fff}.theme-block--stitch .theme-block__banner-copy p{color:#fffc}.theme-block--hello-kitty{background-image:var(--kitty-bg-1, none),var(--kitty-bg-2, none),repeating-linear-gradient(45deg,rgba(255,111,207,.05),rgba(255,111,207,.05) 10px,transparent 10px,transparent 20px),linear-gradient(135deg,#fff0f6,#ffe3ec);background-position:var(--kitty-bg-1-pos, 5% center),var(--kitty-bg-2-pos, 95% center);background-repeat:no-repeat;background-size:var(--kitty-bg-1-size, auto),var(--kitty-bg-2-size, auto);color:var(--ink)}.theme-block--futbol{background-image:radial-gradient(circle at 82% 18%,rgba(255,255,255,.82) 0 .55rem,transparent .6rem),linear-gradient(90deg,rgba(255,255,255,.52) 0 2px,transparent 2px),repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 2.5rem,transparent 2.5rem 5rem),linear-gradient(135deg,#51b95f,#208e48 42%,#116d39);background-position:var(--futbol-bg-1-pos, 5% center),var(--futbol-bg-2-pos, 95% center);background-repeat:no-repeat;background-size:var(--futbol-bg-1-size, auto),var(--futbol-bg-2-size, auto);color:#fff}.theme-block--futbol:before{right:9%;bottom:10%;width:8.5rem;height:8.5rem;border:3px solid rgba(255,255,255,.48);border-radius:999px;box-shadow:-34rem 0 0 -3.3rem #ffffff52,-18rem -7rem 0 -4rem #73d7ff8c}.theme-block--futbol:after{left:1.2rem;bottom:.8rem;width:5.4rem;height:5.4rem;border:2px solid var(--ink);border-radius:999px;background:radial-gradient(circle at 50% 50%,#202938 0 .42rem,transparent .46rem),conic-gradient(from 18deg,#fff 0,#fff 12%,#202938 12%,#202938 20%,#fff 20%,#fff 36%,#202938 36%,#202938 44%,#fff 44%,#fff 60%,#202938 60%,#202938 68%,#fff 68%,#fff 84%,#202938 84%,#202938 92%,#fff 92%,#fff);box-shadow:4px 4px 0 var(--ink);transform:rotate(-10deg)}.theme-block--futbol .theme-block__banner-copy p{color:#ffffffd9}.theme-block--futbol .theme-block__icon{border:2px solid rgba(255,255,255,.82);border-radius:1rem;background:linear-gradient(180deg,#73d7ff,#fff 49%,#73d7ff);color:#13406c;padding:.52rem .65rem;box-shadow:4px 4px #20293875}.theme-block--futbol .theme-block__carousel-container{background:#116d392e}.theme-block--futbol .theme-product-card__media{background:radial-gradient(circle at 86% 18%,rgba(255,255,255,.9),transparent 21%),linear-gradient(135deg,#73d7ff57,#39c96b6b)}.theme-block--labubu{background:radial-gradient(circle at 87% 14%,rgba(255,111,207,.5),transparent 18%),radial-gradient(circle at 18% 88%,rgba(115,215,255,.48),transparent 22%),linear-gradient(90deg,rgba(32,41,56,.08) 1px,transparent 1px) 0 0 / 22px 22px,linear-gradient(135deg,#fff0fb,#ffe17d 46%,#b8fff0);color:var(--ink)}.theme-block--labubu:before{right:2rem;top:.8rem;width:6.4rem;height:6.4rem;border:2px solid var(--ink);border-radius:36% 64% 48% 52%;background:radial-gradient(circle at 32% 42%,#202938 0 .24rem,transparent .28rem),radial-gradient(circle at 62% 42%,#202938 0 .24rem,transparent .28rem),radial-gradient(circle at 48% 64%,rgba(255,111,207,.72) 0 .5rem,transparent .55rem),#fff;box-shadow:5px 5px 0 var(--ink);transform:rotate(8deg)}.theme-block--labubu:after{left:1.1rem;bottom:.7rem;width:8rem;height:2.4rem;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.84) 0 .35rem,transparent .39rem) 0 0 / 1.2rem 1.2rem,#ff6fcf80;filter:saturate(1.1)}.theme-block--labubu .theme-block__icon{border-radius:1rem;background:#202938;color:#fff;padding:.5rem .65rem;font-size:1.4rem;box-shadow:3px 3px #ff6fcf}.theme-block--labubu .theme-product-card:nth-child(2n){transform:rotate(-1.5deg)}.theme-block--labubu .theme-block__carousel-container{background:#ffffff57}.theme-block--kuromi{background:radial-gradient(circle at 88% 22%,rgba(255,255,255,.22),transparent 19%),radial-gradient(circle at 16% 76%,rgba(255,111,207,.44),transparent 24%),repeating-linear-gradient(135deg,rgba(255,255,255,.16) 0 8px,transparent 8px 16px),linear-gradient(135deg,#2b164f,#8b5cf6 46%,#ff6fcf);color:#fff}.theme-block--kuromi:before{right:1.4rem;top:.8rem;width:5.8rem;height:5.8rem;clip-path:polygon(50% 0%,62% 34%,98% 35%,69% 56%,79% 91%,50% 70%,21% 91%,31% 56%,2% 35%,38% 34%);background:#ffd84d;filter:drop-shadow(4px 4px 0 var(--ink));transform:rotate(13deg)}.theme-block--kuromi:after{left:1rem;bottom:.7rem;width:6.5rem;height:3.8rem;border:2px solid var(--ink);border-radius:999px 999px 1.1rem 1.1rem;background:radial-gradient(circle at 34% 52%,#202938 0 .24rem,transparent .28rem),radial-gradient(circle at 64% 52%,#202938 0 .24rem,transparent .28rem),linear-gradient(135deg,#fff,#ffe2f5);box-shadow:4px 4px 0 var(--ink);transform:rotate(-6deg)}.theme-block--kuromi .theme-block__banner-copy p{color:#ffffffdb}.theme-block--kuromi .theme-block__icon{border:2px solid #ffffff;border-radius:999px;padding:.5rem .6rem;color:#fff;font-size:1.35rem}.theme-block--kuromi .theme-product-card__media{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.82),transparent 26%),linear-gradient(135deg,#8b5cf65c,#ff6fcf47)}.theme-block--kuromi .theme-block__carousel-container{background:#fff3}.rayuela-categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}@media (min-width: 550px){.rayuela-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.rayuela-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1100px){.rayuela-categories-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.rayuela-category-card{position:relative;display:flex;flex-direction:column;border:2.2px solid var(--ink);border-radius:1.2rem;background:#fff;overflow:hidden;text-decoration:none;color:var(--ink);box-shadow:4px 4px 0 var(--ink);transition:all .25s cubic-bezier(.175,.885,.32,1.275)}.rayuela-category-card:before{position:absolute;top:.45rem;right:.45rem;bottom:.45rem;left:.45rem;z-index:2;border:2px dashed rgba(255,255,255,.72);border-radius:8px;content:"";opacity:0;pointer-events:none;transition:opacity .18s ease}.rayuela-category-card:hover{transform:translateY(-3px) scale(1.02);box-shadow:6px 6px 0 var(--ink)}.rayuela-category-card:hover:before{opacity:1}.rayuela-category-card:nth-child(3n+1){transform:rotate(-1deg)}.rayuela-category-card:nth-child(3n+2){transform:rotate(1deg)}.rayuela-category-card:nth-child(5n){grid-row:span 2}.rayuela-category-card__image-container{height:5.5rem;border-bottom:2px solid var(--ink);overflow:hidden;position:relative}.rayuela-category-card:nth-child(5n) .rayuela-category-card__image-container{height:10.5rem}.rayuela-category-card__image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.rayuela-category-card:hover .rayuela-category-card__image-container img{transform:scale(1.08)}.rayuela-category-card__body{padding:.75rem;display:flex;align-items:center;gap:.5rem}.rayuela-category-card__number{display:inline-grid;place-items:center;width:1.7rem;height:1.7rem;border:2px solid var(--ink);border-radius:50%;font-size:.78rem;font-weight:950;background:var(--tile-color, var(--yellow));color:var(--ink);flex-shrink:0}.rayuela-category-card__body h3{font-size:.95rem;font-weight:900;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.club-rayuela-heading{display:flex;flex-direction:column;gap:.25rem;color:#fff;margin:.5rem 0 0}.club-highlight{font-size:clamp(2.5rem,8vw,4.4rem)!important;font-weight:950;line-height:.95;text-shadow:3px 3px 0 var(--ink);color:var(--yellow)!important}.club-rayuela-heading small{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:850;opacity:.95;color:#fff;display:block;line-height:1.2}@media (min-width: 768px){.rayuela-product-card--wide{grid-column:span 2}.rayuela-product-card--tall{grid-row:span 2}.theme-product-card{width:clamp(10rem,18vw,13rem);padding:.9rem}.theme-product-card__media{min-height:10.5rem;font-size:2.5rem}.theme-product-card__body h4{font-size:.95rem;height:2.6rem}}@media (prefers-reduced-motion: reduce){.rayuela-home *,.rayuela-home *:before,.rayuela-home *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.rayuela-product-page{--paper: #FFFDF7;--paper-cool: #F5F7FB;--ink: #202938;--muted-ink: #627087;--yellow: #c5f27d;--red: #ff4b4b;--green: #39c96b;--blue: #3a86ff;--pink: #ff6fcf;--violet: #8b5cf6;--coral: #FF7F6B;--sky: #73D7FF;min-height:100vh;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-page-shell{width:100%;max-width:none;padding:10.5rem 1rem 3rem;box-sizing:border-box}@media (min-width: 768px){.product-page-shell{padding:9rem 2rem 3rem}}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;padding:1rem 0;color:var(--muted-ink);font-size:.82rem;font-weight:850}.product-breadcrumbs a{color:var(--ink);text-decoration:none}.product-detail-layout{display:grid;gap:1rem}.product-gallery,.product-buybox,.product-info-card,.product-recommendation-card,.product-related-card{border:2.5px solid var(--ink);border-radius:1.4rem;background:#fffffff0;box-shadow:5px 5px 0 var(--ink);transition:all .3s cubic-bezier(.16,1,.3,1)}.product-gallery{display:grid;gap:.7rem;padding:.75rem}.product-gallery__main{display:grid;min-height:clamp(20rem,70vw,34rem);place-items:center;overflow:hidden;border:2px solid var(--ink);border-radius:1rem;background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.88),transparent 24%),linear-gradient(135deg,#ffd84de6,#ff6fcfc2 52%,#3a86ffb8);box-shadow:6px 6px 0 var(--ink)}.product-gallery__image{display:block;width:100%;height:100%;min-height:clamp(20rem,70vw,34rem);object-fit:cover}.product-placeholder{display:grid;gap:.7rem;place-items:center;text-align:center}.product-placeholder__mark{display:grid;width:5rem;height:5rem;place-items:center;border:2px solid var(--ink);border-radius:1.35rem;background:#fff;box-shadow:5px 5px 0 var(--ink);font-size:2.2rem;font-weight:950}.product-placeholder strong{max-width:12rem;font-size:clamp(1.7rem,8vw,3.1rem);line-height:.95}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.product-gallery__thumb{min-height:4.8rem;overflow:hidden;border:2px solid rgba(38,36,43,.18);border-radius:.8rem;background:#fff;color:var(--ink);font-weight:950}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--ink);background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}.product-buybox{display:grid;gap:1rem;padding:1rem}.product-badge-row{display:flex;flex-wrap:wrap;gap:.45rem}.product-badge{display:inline-flex;align-items:center;gap:.3rem;border:2px solid rgba(38,36,43,.13);border-radius:999px;background:#fff8e8;padding:.32rem .58rem;font-size:.72rem;font-weight:950}.product-badge--warning{background:#ffe1dd}.product-buybox h1{font-size:clamp(2.2rem,11vw,4.8rem);line-height:.92;letter-spacing:0}.product-meta{display:flex;flex-wrap:wrap;gap:.6rem;color:var(--muted-ink);font-weight:850}.product-price-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:baseline}.product-price{font-size:clamp(2rem,11vw,3.4rem);font-weight:950}.product-price-row del{color:var(--muted-ink);font-size:1.05rem;font-weight:850}.product-stock{display:inline-flex;width:fit-content;align-items:center;gap:.45rem;border-radius:999px;background:#39c96b21;color:#15703a;padding:.55rem .75rem;font-weight:950}.product-stock.is-empty,.product-stock.is-hidden{background:#ff4b4b1f;color:#9f1f1f}.product-short-description{color:var(--muted-ink);font-size:1rem;line-height:1.65}.product-variant-row,.product-quantity-row{display:grid;gap:.45rem}.product-variant-row span,.product-quantity-row span{color:var(--muted-ink);font-size:.8rem;font-weight:950}.product-variants{display:flex;flex-wrap:wrap;gap:.5rem}.product-variant{min-height:2.6rem;border:2px solid var(--ink);border-radius:999px;background:#fff;padding:0 .85rem;font-weight:900}.product-variant.is-selected{background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}.product-quantity{display:inline-flex;width:fit-content;align-items:center;border:2px solid var(--ink);border-radius:999px;overflow:hidden;background:#fff}.product-quantity button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:0;background:transparent;color:var(--ink);font-weight:950}.product-quantity output{min-width:3rem;text-align:center;font-weight:950}.product-actions{display:grid;gap:.65rem}.product-action-button{display:inline-flex;min-height:3.2rem;align-items:center;justify-content:center;gap:.5rem;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);font-weight:950;text-decoration:none;box-shadow:4px 4px 0 var(--ink);transition:transform .15s ease,box-shadow .15s ease}.product-action-button:hover:not(:disabled),.product-action-button:focus-visible:not(:disabled){transform:translateY(-3px);box-shadow:6px 6px 0 var(--ink)}.product-action-button:disabled{cursor:not-allowed;opacity:.55}.product-action-button--primary{background:var(--yellow)}.product-action-button--buy{background:var(--blue);color:#fff}.product-action-button.is-favorite{background:var(--pink);color:var(--ink)}.product-points-box,.product-delivery-box{display:grid;gap:.65rem;border:2px dashed rgba(38,36,43,.28);border-radius:1rem;background:#fffdf7;padding:.85rem}.product-points-box strong{color:var(--violet)}.product-delivery-option{display:flex;gap:.6rem;align-items:flex-start}.product-delivery-option span{display:block;color:var(--muted-ink);font-size:.82rem;line-height:1.45}.product-demo-note{border-radius:.9rem;background:#3a86ff1a;color:#174c91;padding:.75rem;font-weight:800;line-height:1.45}.product-info-grid{display:grid;gap:1rem;margin-top:1rem}.product-info-card,.product-recommendation-card{padding:1rem}.product-info-card h2,.product-recommendation-card h2,.product-related-section h2{font-size:clamp(1.6rem,7vw,2.6rem);line-height:1}.product-info-card p,.product-recommendation-card p{margin-top:.65rem;color:var(--muted-ink);line-height:1.65}.product-spec-list{display:grid;gap:.5rem;margin-top:1rem}.product-spec-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(38,36,43,.08);padding-bottom:.45rem}.product-spec-list dt{color:var(--muted-ink);font-weight:850}.product-spec-list dd{font-weight:950;text-align:right}.product-related-section{margin-top:1.5rem}.product-related-heading{display:flex;flex-wrap:wrap;gap:1rem;align-items:end;justify-content:space-between}.product-related-heading span{display:block;margin-bottom:.25rem;color:var(--violet);font-size:.78rem;font-weight:950;text-transform:uppercase}.product-related-controls{display:inline-flex;gap:.5rem}.product-related-controls button{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);box-shadow:3px 3px 0 var(--ink)}.product-related-carousel{display:grid;grid-auto-columns:minmax(14rem,22vw);grid-auto-flow:column;gap:1rem;margin-top:1rem;overflow-x:auto;padding:.25rem .2rem .9rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.product-related-card{display:grid;gap:.8rem;padding:.75rem;color:inherit;text-decoration:none;scroll-snap-align:start}.product-related-card__media{display:grid;aspect-ratio:1 / .78;place-items:center;overflow:hidden;border-radius:.9rem;background:linear-gradient(135deg,#ffd84dcc,#39c96bb8,#73d7ffad);font-weight:950}.product-related-card__media img{width:100%;height:100%;object-fit:cover}.product-related-card h3{min-height:2.4rem;font-size:1rem;line-height:1.2}.product-related-card strong{font-size:1.2rem}.product-related-card--loading{min-height:17rem;background:linear-gradient(90deg,#ffffff4d,#f5f7fbf2,#ffffff4d),#fff;background-size:220% 100%;animation:product-shimmer 1.2s linear infinite}.product-loading{display:grid;min-height:100vh;place-items:center;background:#fffdf7}.product-loading__card{width:min(32rem,calc(100% - 2rem));border-radius:1.2rem;background:#fff;padding:1rem;box-shadow:0 20px 60px #26242b1f}.product-loading__line{height:1rem;margin:.75rem 0;border-radius:999px;background:linear-gradient(90deg,#f2ead7,#fff,#f2ead7);background-size:200% 100%;animation:product-shimmer 1.2s linear infinite}.product-loading__line:first-child{height:12rem;border-radius:1rem}@keyframes product-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 820px){.product-detail-layout{grid-template-columns:minmax(0,1fr) minmax(24rem,.88fr);align-items:stretch}.product-gallery,.product-buybox{height:clamp(34rem,calc(100vh - 11rem),46rem)}.product-gallery{grid-template-rows:minmax(0,1fr) auto}.product-gallery__main,.product-gallery__image{min-height:0}.product-buybox{position:sticky;top:8.5rem;align-content:start;overflow-y:auto;padding:1.2rem}.product-actions{grid-template-columns:1fr 1fr auto}.product-info-grid{grid-template-columns:1.2fr .8fr}.product-related-carousel{grid-auto-columns:minmax(15rem,20vw)}}@media (max-width: 640px){.product-related-carousel{grid-auto-columns:minmax(72vw,1fr)}}@media (max-width: 819px){.product-actions{position:sticky;bottom:.6rem;z-index:20;border:2px solid rgba(38,36,43,.1);border-radius:1.2rem;background:#fffdf7e6;padding:.55rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media (prefers-reduced-motion: reduce){.rayuela-product-page *,.rayuela-product-page *:before,.rayuela-product-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.rayuela-commerce-flow{--paper: #FFFDF7;--paper-cool: #F5F7FB;--ink: #202938;--muted-ink: #627087;--yellow: #c5f27d;--red: #ff4b4b;--green: #39c96b;--blue: #3a86ff;--pink: #ff6fcf;--violet: #8b5cf6;--coral: #FF7F6B;--sky: #73D7FF;min-height:100vh;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.commerce-shell{width:100%;max-width:none;padding:10.5rem 1rem 3rem;box-sizing:border-box}@media (min-width: 768px){.commerce-shell{padding:9rem 2rem 3rem}}.commerce-header{display:grid;gap:.7rem;margin:1rem 0}.commerce-header h1{font-size:clamp(2.4rem,12vw,5rem);line-height:.92}.commerce-header p{max-width:42rem;color:var(--muted-ink);line-height:1.6}.commerce-grid,.checkout-grid{display:grid;gap:1rem}.commerce-card,.checkout-summary,.checkout-panel{border:2.5px solid var(--ink);border-radius:1.45rem;background:#fffffff0;box-shadow:6px 6px 0 var(--ink);transition:all .3s cubic-bezier(.16,1,.3,1)}.cart-item{display:grid;grid-template-columns:5rem 1fr;gap:.8rem;padding:.8rem}.cart-item+.cart-item{border-top:1px solid rgba(38,36,43,.08)}.cart-item__media{display:grid;min-height:5rem;place-items:center;border:2px solid var(--ink);border-radius:.9rem;background:linear-gradient(135deg,#ffd84dcc,#ff6fcfb3);font-weight:950}.cart-item__body{display:grid;gap:.5rem}.cart-item__meta{color:var(--muted-ink);font-size:.78rem;font-weight:850}.cart-item__footer,.checkout-methods{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between}.commerce-quantity{display:inline-flex;align-items:center;border:2px solid var(--ink);border-radius:999px;overflow:hidden;background:#fff}.commerce-quantity button{display:grid;width:2.4rem;height:2.4rem;place-items:center;border:0;background:transparent;color:var(--ink);font-weight:950}.commerce-quantity output{min-width:2.6rem;text-align:center;font-weight:950}.commerce-button{display:inline-flex;min-height:2.8rem;align-items:center;justify-content:center;gap:.45rem;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);padding:0 .9rem;font-weight:950;text-decoration:none;box-shadow:3px 3px 0 var(--ink)}.commerce-button--primary{background:var(--yellow)}.commerce-button--blue{background:var(--blue);color:#fff}.commerce-button--ghost{border-color:#26242b29;box-shadow:none}.commerce-summary-list{display:grid;gap:.65rem;padding:1rem}.commerce-summary-list div{display:flex;justify-content:space-between;gap:1rem}.commerce-summary-list strong{font-size:1.25rem}.commerce-empty{display:grid;gap:1rem;place-items:start;padding:1rem}.commerce-recommendations{display:grid;gap:.7rem;padding:1rem}.commerce-recommendations__grid{display:grid;gap:.7rem;grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-mini-card{border:2px solid rgba(38,36,43,.12);border-radius:.9rem;background:#fffdf7;padding:.75rem}.landing-hero-action{width:fit-content}.landing-showcase,.landing-paths{overflow:hidden}.landing-showcase{background:radial-gradient(circle at 92% 10%,rgba(255,111,207,.28),transparent 24%),radial-gradient(circle at 8% 92%,rgba(57,201,107,.22),transparent 28%),#fffffff0}.landing-showcase .commerce-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));align-items:stretch}.landing-product-card{display:grid;min-height:15rem;gap:.8rem;align-content:space-between;color:inherit}.landing-product-card:nth-child(3n+1){background:#fff1ac}.landing-product-card:nth-child(3n+2){background:#dff7ff}.landing-product-card:nth-child(3n+3){background:#ffe2f3}.landing-product-card__image{display:grid;min-height:7rem;place-items:center;overflow:hidden;border:2px solid var(--ink);border-radius:.8rem;background:linear-gradient(135deg,#ffffffe6,#c5f27de6);color:var(--ink);font-size:1.6rem;font-weight:950}.landing-product-card__image img{width:100%;height:100%;object-fit:cover}.landing-product-card h3{margin:.25rem 0;font-size:1rem;line-height:1.2}.landing-paths{background:linear-gradient(135deg,#c5f27d59,#73d7ff38),#fffffff0}.landing-paths .commerce-mini-card{display:grid;min-height:7rem;align-content:end;border-color:var(--ink);color:var(--ink);font-size:1.05rem;font-weight:950;text-decoration:none;box-shadow:4px 4px 0 var(--ink)}.landing-paths .commerce-mini-card:nth-child(1){background:#c5f27d}.landing-paths .commerce-mini-card:nth-child(2){background:#ffb0df}.landing-paths .commerce-mini-card:nth-child(3){background:#73d7ff}.landing-paths .commerce-mini-card:nth-child(4){background:#ffd84d}.checkout-panel{display:grid;gap:1rem;padding:1rem}.checkout-form-grid{display:grid;gap:.7rem}.checkout-field{display:grid;gap:.35rem}.checkout-field span{color:var(--muted-ink);font-size:.78rem;font-weight:950}.checkout-field input,.checkout-field select,.checkout-field textarea,.commerce-mini-card input{min-height:3rem;border:2px solid rgba(38,36,43,.16);border-radius:.9rem;background:#fff;padding:0 .85rem;color:var(--ink);font-weight:800}.checkout-field textarea{min-height:7rem;padding:.75rem .85rem;resize:vertical}.checkout-field select{cursor:pointer}.checkout-method{flex:1 1 12rem;min-height:4.2rem;border:2px solid rgba(38,36,43,.14);border-radius:1rem;background:#fff;padding:.8rem;text-align:left}.checkout-method.is-selected{border-color:var(--ink);background:var(--yellow);box-shadow:4px 4px 0 var(--ink)}.checkout-feedback{border-radius:.9rem;background:#3a86ff1a;color:#174c91;padding:.8rem;font-weight:850;line-height:1.45}.checkout-feedback.is-error{background:#ff4b4b1f;color:#9f1f1f}.checkout-delivery-note{display:flex;min-height:3rem;align-items:center;gap:.55rem;border-radius:.9rem;background:#39c96b1f;color:#1f7a42;padding:.8rem;font-weight:900;line-height:1.35}.checkout-actions{display:flex;flex-wrap:wrap;gap:.7rem}.checkout-toggle{display:inline-flex;min-height:3rem;align-items:center;gap:.55rem;border:2px solid rgba(38,36,43,.16);border-radius:.9rem;background:#fff;padding:0 .85rem;color:var(--ink);font-weight:900}.checkout-toggle input{width:1.1rem;height:1.1rem;accent-color:var(--green)}.checkout-toggle--wide{grid-column:1 / -1}.delivery-zone-list{display:grid;gap:.8rem;margin-top:1rem}.delivery-zone-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:center;border:2px solid rgba(38,36,43,.12);border-radius:1rem;background:#ffffffe6;padding:.9rem;color:var(--ink);text-align:left;box-shadow:0 12px 34px #26242b0f}.delivery-zone-card span{display:grid;gap:.15rem}.delivery-zone-card small{color:var(--muted-ink);font-size:.78rem;font-weight:800}.admin-tabs{display:flex;gap:.55rem;margin:1rem 0;overflow-x:auto;padding-bottom:.2rem}.admin-tabs button{display:inline-flex;min-height:2.7rem;align-items:center;gap:.4rem;border:2px solid rgba(38,36,43,.14);border-radius:999px;background:#fff;color:var(--ink);padding:0 .85rem;font-weight:950;white-space:nowrap}.admin-tabs button.is-selected{border-color:var(--ink);background:var(--yellow);box-shadow:3px 3px 0 var(--ink)}.admin-metric-grid,.admin-content-grid,.admin-category-grid{display:grid;gap:.8rem}.admin-metric-card{display:grid;gap:.45rem;border:2px solid rgba(38,36,43,.12);border-radius:1rem;background:#ffffffe6;padding:1rem;box-shadow:0 12px 34px #26242b0f}.admin-metric-card span,.admin-order-card small{color:var(--muted-ink);font-size:.8rem;font-weight:900}.admin-metric-card strong{font-size:1.7rem}.admin-search{display:flex;gap:.5rem;align-items:center}.admin-search input{min-width:0;flex:1;min-height:2.7rem;border:2px solid rgba(38,36,43,.16);border-radius:999px;padding:0 .85rem;font-weight:850}.admin-list,.admin-order-list{display:grid;gap:.55rem}.admin-list button,.admin-order-card{display:flex;gap:.8rem;align-items:center;justify-content:space-between;border:2px solid rgba(38,36,43,.12);border-radius:.9rem;background:#fff;padding:.8rem;color:var(--ink);text-align:left}.admin-list button.is-selected{border-color:var(--ink);background:#ffd84d61}.admin-list button span{display:grid;gap:.15rem}.admin-list button small{color:var(--muted-ink);font-weight:800}.admin-file-button{position:relative;overflow:hidden}.admin-file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.admin-image-manager{gap:.65rem}.admin-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:.65rem}.admin-image-card,.admin-upload-preview{display:grid;gap:.45rem;border:2px solid rgba(38,36,43,.1);border-radius:.9rem;background:#fff;padding:.55rem}.admin-image-card img,.admin-upload-preview img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:.65rem;background:#3a86ff14}.admin-image-card strong{color:var(--ink);font-size:.82rem}.admin-image-card div{display:flex;flex-wrap:wrap;gap:.4rem}.admin-image-card .commerce-button{min-height:2rem;padding:.35rem .55rem;font-size:.78rem}.admin-upload-preview{align-items:center}.admin-upload-preview>span{display:grid;place-items:center;min-height:5.5rem;border-radius:.65rem;background:#3a86ff14;color:#174c91;font-weight:900}.admin-upload-preview--banner img{aspect-ratio:16 / 9;object-fit:cover}.admin-inline-toggles,.admin-chip-row,.admin-content-summary{display:flex;flex-wrap:wrap;gap:.55rem}.admin-wide-panel{grid-column:1 / -1}.admin-content-grid .commerce-mini-card{display:grid;gap:.55rem}.admin-content-summary span,.admin-chip-row span,.admin-chip-row label{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;background:#3a86ff1a;color:#174c91;padding:.45rem .7rem;font-weight:900}.admin-chip-row select,.admin-order-card select{min-height:2.4rem;border:2px solid rgba(38,36,43,.16);border-radius:999px;background:#fff;padding:0 .65rem;font-weight:850}@media (min-width: 720px){.admin-metric-grid,.admin-content-grid,.admin-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 719px){.admin-order-card,.admin-list button{align-items:stretch;flex-direction:column}}.checkout-status{display:grid;gap:.5rem;padding:1rem}.checkout-status__step{display:flex;gap:.6rem;align-items:center;color:var(--muted-ink);font-weight:850}.checkout-status__dot{width:.85rem;height:.85rem;border-radius:50%;background:var(--green)}@media (min-width: 820px){.commerce-grid,.checkout-grid{grid-template-columns:minmax(0,1fr) 22rem;align-items:start}.checkout-summary{position:sticky;top:1rem}.checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 819px){.checkout-summary{position:sticky;bottom:.75rem;z-index:20}}.rayuela-commerce-flow--enhanced{overflow-x:hidden}.products-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:1.2rem 0;color:var(--muted-ink);font-size:.85rem;font-weight:800}.products-breadcrumbs a{color:var(--ink);text-decoration:none;transition:color .2s ease}.products-breadcrumbs a:hover{color:var(--blue)}.breadcrumbs-divider{color:var(--muted-ink);opacity:.6}.products-page-layout{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:100%;margin-top:1rem;overflow-x:clip}@media (min-width: 860px){.products-page-layout{grid-template-columns:minmax(170px,19vw) minmax(0,1fr);gap:clamp(.6rem,1vw,1.1rem)}}.products-sidebar{min-width:0;border:2.5px solid var(--ink);border-radius:1.4rem;background:#fffffff0;box-shadow:5px 5px 0 var(--ink);padding:1.5rem;align-self:start}.sidebar-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px dashed rgba(32,41,56,.12);padding-bottom:.8rem;margin-bottom:1.2rem}.sidebar-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:950;color:var(--ink)}.clear-filters-btn{font-size:.78rem;font-weight:850;color:var(--red);background:transparent;border:none;cursor:pointer;text-decoration:underline;transition:transform .2s ease}.clear-filters-btn:hover{transform:scale(1.04)}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group h4{font-size:.9rem;font-weight:900;color:var(--ink);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.03em}.filter-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--paper-cool);border:2px solid var(--ink);border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:850;color:var(--ink);box-shadow:2px 2px 0 var(--ink)}.filter-badge button{background:transparent;border:none;color:var(--red);cursor:pointer;display:flex;align-items:center;padding:0}.filter-categories-list{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.filter-categories-list a{display:block;color:var(--ink);text-decoration:none;font-size:.9rem;font-weight:750;padding:.2rem 0;transition:all .2s ease}.filter-categories-list a:hover{color:var(--blue);transform:translate(3px)}.filter-categories-list a.is-active{color:var(--blue);font-weight:950}.parent-category-li{border-top:1.5px dashed rgba(32,41,56,.08);padding-top:.45rem;margin-top:.3rem}.sub-categories-list{list-style:none;padding-left:1rem;margin-top:.25rem;display:grid;gap:.3rem}.sub-categories-list a{font-size:.82rem;font-weight:600;color:var(--muted-ink)}.price-slider-wrapper{display:grid;gap:.6rem}.price-range-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:999px;background:var(--paper-cool);outline:none;border:1.5px solid var(--ink)}.price-range-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--yellow);border:2px solid var(--ink);cursor:pointer;box-shadow:1px 1px 0 var(--ink);transition:transform .15s ease}.price-range-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.price-slider-labels{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--muted-ink)}.current-price-label{color:var(--ink);font-weight:950;font-size:.85rem;background:var(--yellow);padding:.15rem .45rem;border-radius:6px;border:1.5px solid var(--ink);box-shadow:1px 1px 0 var(--ink)}.checkboxes-wrapper{display:grid;gap:.45rem;max-height:200px;overflow-y:auto;padding-right:.3rem}.checkboxes-wrapper::-webkit-scrollbar{width:5px}.checkboxes-wrapper::-webkit-scrollbar-track{background:var(--paper-cool);border-radius:999px}.checkboxes-wrapper::-webkit-scrollbar-thumb{background:var(--muted-ink);border-radius:999px}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:var(--ink);cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;border:2px solid var(--ink);border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;background:#fff;position:relative;transition:all .2s ease}.checkbox-label input[type=checkbox]:checked{background:var(--yellow)}.checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid var(--ink);border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label--brand{min-height:3rem;justify-content:space-between;border:1.5px solid rgba(32,41,56,.16);border-radius:.85rem;background:#fffc;padding:.35rem .45rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.checkbox-label--brand:hover{border-color:var(--ink);box-shadow:2px 2px 0 var(--ink);transform:translateY(-1px)}.brand-filter-logo{display:grid;min-width:0;flex:1;place-items:center}.brand-filter-logo img{display:block;max-width:7rem;max-height:2rem;object-fit:contain}.brand-filter-logo strong{display:grid;width:2rem;height:2rem;place-items:center;border:2px solid var(--ink);border-radius:999px;background:var(--yellow);font-size:.72rem;font-weight:950}.color-swatches-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem}.color-swatch-btn{width:32px;height:32px;border-radius:50%;border:2px solid var(--ink);background-color:var(--swatch-color);cursor:pointer;position:relative;box-shadow:2px 2px #20293826;transition:all .25s cubic-bezier(.175,.885,.32,1.275);padding:0}.color-swatch-btn:hover{transform:scale(1.15) translateY(-2px);box-shadow:3px 3px 0 var(--ink)}.color-swatch-btn.is-selected{transform:scale(1.1) translateY(-2px);box-shadow:3px 3px 0 var(--ink)}.color-swatch-btn.is-selected:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:950;text-shadow:1px 1px 2px var(--ink)}.catalog-content{display:grid;gap:1.5rem;align-self:start;min-width:0;max-width:100%;overflow-x:clip}.catalog-header{display:flex;flex-direction:column;gap:1rem;border-bottom:2.5px solid var(--ink);padding-bottom:1rem}@media (min-width: 600px){.catalog-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.catalog-info h2{font-size:clamp(1.8rem,6vw,2.6rem);line-height:1;font-weight:900;letter-spacing:-.02em;color:var(--ink)}.catalog-info p{color:var(--muted-ink);font-size:.9rem;font-weight:750;margin-top:.3rem}.catalog-controls{display:flex;align-items:center;gap:.8rem;min-width:0}.sorting-selector-wrapper{display:flex;align-items:center;gap:.6rem;min-width:0;font-size:.85rem;font-weight:800;color:var(--ink)}.sorting-selector-wrapper select{max-width:100%;min-width:0;min-height:2.3rem;border:2px solid var(--ink);border-radius:.8rem;background:#fff;padding:0 1.8rem 0 .8rem;font-weight:850;color:var(--ink);box-shadow:2px 2px 0 var(--ink);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23202938' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .6rem center;background-size:.8rem}.sorting-selector-wrapper select:focus{border-color:var(--blue);box-shadow:3px 3px 0 var(--ink)}.catalog-products-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;width:100%;max-width:100%;min-width:0}.catalog-products-grid .rayuela-reveal,.catalog-products-grid .rayuela-product-card,.catalog-products-grid .rayuela-product-card__body,.catalog-products-grid .rayuela-product-card__footer,.catalog-products-grid .rayuela-product-card__price{min-width:0;max-width:100%}.catalog-products-grid .rayuela-product-card{width:100%}.catalog-products-grid .rayuela-product-card__media{min-width:0}.catalog-products-grid .rayuela-product-card__body h3,.catalog-products-grid .rayuela-product-card__meta,.catalog-products-grid .rayuela-product-card__price,.catalog-products-grid .rayuela-product-card__points{overflow-wrap:anywhere}@media (min-width: 480px){.catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 990px){.catalog-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 860px) and (max-width: 1180px){.products-sidebar{padding:.8rem}.catalog-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.45rem,.8vw,.7rem)}.catalog-products-grid .rayuela-product-card{border-radius:1rem;padding:clamp(.38rem,.7vw,.55rem);box-shadow:3px 3px 0 var(--ink)}.catalog-products-grid .rayuela-product-card:hover,.catalog-products-grid .rayuela-product-card:focus-within{box-shadow:5px 5px 0 var(--ink);transform:translateY(-4px)}.catalog-products-grid .rayuela-product-card__media{min-height:clamp(5.4rem,10vw,7.2rem);border-radius:.75rem;font-size:clamp(.9rem,1.8vw,1.15rem)}.catalog-products-grid .rayuela-product-card__badge{left:.8rem;top:.8rem;padding:.22rem .48rem;font-size:.62rem}.catalog-products-grid .rayuela-product-card__body{gap:.36rem;padding-top:.65rem}.catalog-products-grid .rayuela-product-card__body h3{min-height:2.25rem;font-size:clamp(.72rem,1.25vw,.84rem);line-height:1.18}.catalog-products-grid .rayuela-product-card__meta,.catalog-products-grid .rayuela-product-card__points{font-size:clamp(.54rem,1vw,.64rem)}.catalog-products-grid .rayuela-product-card__price{gap:.3rem;font-size:clamp(.78rem,1.45vw,.98rem)}.catalog-products-grid .rayuela-product-card__footer{gap:.28rem}.catalog-products-grid .rayuela-product-card__points{padding:.16rem .32rem}.catalog-products-grid .rayuela-add-button{width:clamp(1.9rem,3vw,2.25rem);height:clamp(1.9rem,3vw,2.25rem);border-radius:.7rem;flex:0 0 auto}}@media (min-width: 860px) and (max-width: 1040px){.products-page-layout{grid-template-columns:minmax(150px,17vw) minmax(0,1fr)}.filter-group h4{font-size:.76rem}.filter-categories-list a{font-size:.78rem}.brand-filter-logo img{max-width:5.6rem}}.catalog-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:100%;margin-top:2rem;padding-top:1.5rem;border-top:1.5px dashed rgba(32,41,56,.12);overflow-x:clip}.catalog-pagination button{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border:2px solid var(--ink);border-radius:.9rem;background:#fff;color:var(--ink);font-weight:900;cursor:pointer;box-shadow:2px 2px 0 var(--ink);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.catalog-pagination button:hover:not(:disabled){transform:translateY(-2px);box-shadow:4px 4px 0 var(--ink);background:var(--yellow)}.catalog-pagination button.is-active{background:var(--yellow);box-shadow:3px 3px 0 var(--ink);transform:translateY(-2px)}.catalog-pagination button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.rayuela-login-page{min-height:100vh;background:linear-gradient(145deg,#eef6ff,#f8fbff 50%,#f3efff);color:#202938}.rayuela-login-shell{display:grid;min-height:100vh;place-items:center;padding:7rem 1rem 2rem}.rayuela-login-card{width:min(100%,31rem);display:grid;justify-items:center;gap:1rem;border:1px solid rgba(32,41,56,.12);border-radius:1.75rem;background:#ffffffeb;padding:2rem;text-align:center;box-shadow:0 24px 70px #2a3c5d24}.rayuela-login-card>p{margin:0;color:#627087;line-height:1.6}.rayuela-login-back{justify-self:start;display:inline-flex;align-items:center;gap:.45rem;color:#202938;font-weight:800;text-decoration:none}.rayuela-login-mark{display:grid;width:3.2rem;height:3.2rem;place-items:center;border-radius:1rem;background:#c5f27d;box-shadow:4px 4px #202938}.rayuela-login-eyebrow{color:#7155b5!important;font-size:.8rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.rayuela-login-card h1{margin:0;font-size:clamp(2.1rem,8vw,3.35rem);line-height:.98}.rayuela-google-button{min-height:44px;margin-top:.4rem}.rayuela-login-message{border-radius:.85rem;background:#eef3fb;padding:.7rem .9rem;font-size:.9rem}.rayuela-login-trust{display:flex;align-items:center;gap:.45rem;border-top:1px solid rgba(32,41,56,.1);padding-top:1rem;color:#627087;font-size:.82rem;text-align:left}.photo-admin-login,.photo-admin-page{min-height:100vh;background:linear-gradient(135deg,rgba(197,242,125,.4),transparent 34%),linear-gradient(225deg,rgba(255,111,207,.22),transparent 28%),#fffdf7;color:var(--ink, #202938);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.photo-admin-login{display:grid;place-items:center;padding:1rem}.photo-admin-login__card{display:grid;width:min(100%,28rem);gap:1rem;border:2px solid var(--ink, #202938);border-radius:14px;background:#fff;padding:1.1rem;box-shadow:6px 6px 0 var(--ink, #202938)}.photo-admin-back,.photo-admin-logout,.photo-admin-actions button,.photo-admin-login__form button{display:inline-flex;min-height:2.8rem;align-items:center;justify-content:center;gap:.45rem;border:2px solid var(--ink, #202938);border-radius:10px;background:#fff;color:var(--ink, #202938);font:inherit;font-weight:900;text-decoration:none;box-shadow:3px 3px 0 var(--ink, #202938);cursor:pointer}.photo-admin-back{width:max-content;min-height:2.35rem;padding:0 .75rem;font-size:.85rem}.photo-admin-login__icon{display:grid;width:3.4rem;height:3.4rem;place-items:center;border:2px solid var(--ink, #202938);border-radius:50%;background:var(--yellow, #c5f27d);box-shadow:3px 3px 0 var(--ink, #202938)}.photo-admin-eyebrow{margin:0;color:var(--blue, #3a86ff);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.photo-admin-login h1,.photo-admin-page h1,.photo-admin-page h2{margin:0;line-height:1.04;letter-spacing:0}.photo-admin-login p,.photo-admin-detail__header span,.photo-admin-user{margin:0;color:var(--muted-ink, #627087);font-size:.92rem;font-weight:700}.photo-admin-login__form{display:grid;gap:.8rem}.photo-admin-login__form label{display:grid;gap:.35rem;color:var(--muted-ink, #627087);font-size:.78rem;font-weight:900;text-transform:uppercase}.photo-admin-login__form input,.photo-admin-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink, #202938);font:inherit}.photo-admin-login__form input{min-height:2.8rem;box-sizing:border-box;border:2px solid var(--ink, #202938);border-radius:10px;background:#fff;padding:0 .75rem;text-transform:none}.photo-admin-login__form button{background:var(--yellow, #c5f27d)}.photo-admin-login__form button:disabled,.photo-admin-actions button:disabled,.photo-admin-image__actions button:disabled{cursor:not-allowed;opacity:.48}.photo-admin-error,.photo-admin-feedback{display:flex;align-items:center;gap:.45rem;margin:0;border:2px solid var(--ink, #202938);border-radius:10px;padding:.7rem .8rem;font-size:.86rem;font-weight:850}.photo-admin-error{background:#ffe7e7;color:#981b1b}.photo-admin-error--inline,.photo-admin-feedback{margin:.75rem 1rem 0}.photo-admin-feedback{background:#ecfdf3;color:#166534}.photo-admin-page{padding:.85rem}.photo-admin-topbar{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;border:2px solid var(--ink, #202938);border-radius:14px;background:#fffffff2;padding:.7rem;box-shadow:4px 4px 0 var(--ink, #202938);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.photo-admin-topbar h1{font-size:clamp(1.25rem,6vw,2rem)}.photo-admin-logout{min-width:2.8rem;padding:0 .65rem;background:#fff}.photo-admin-search-panel{position:sticky;top:5rem;z-index:9;display:grid;gap:.7rem;margin:.85rem 0;border:2px solid var(--ink, #202938);border-radius:14px;background:#fff;padding:.75rem;box-shadow:4px 4px #20293833}.photo-admin-search{display:flex;min-height:2.8rem;align-items:center;gap:.55rem;border:2px solid var(--ink, #202938);border-radius:999px;background:#f5f7fb;padding:0 .8rem}.photo-admin-segments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.photo-admin-segments button{min-height:2.35rem;border:2px solid var(--ink, #202938);border-radius:8px;background:#fff;color:var(--ink, #202938);font:inherit;font-size:.78rem;font-weight:950;cursor:pointer}.photo-admin-segments button.is-active{background:var(--blue, #3a86ff);color:#fff}.photo-admin-workspace{display:grid;gap:.9rem}.photo-admin-list,.photo-admin-detail{min-width:0;border:2px solid var(--ink, #202938);border-radius:14px;background:#fff;box-shadow:4px 4px #2029382e}.photo-admin-list{display:grid;gap:.45rem;padding:.65rem}.photo-admin-list__header{display:flex;min-height:2rem;align-items:center;justify-content:space-between;color:var(--muted-ink, #627087);font-size:.86rem}.photo-admin-product{display:grid;grid-template-columns:3.3rem 1fr auto;gap:.7rem;align-items:center;border:2px solid transparent;border-radius:10px;background:#f5f7fb;padding:.5rem;color:inherit;text-align:left;cursor:pointer}.photo-admin-product.is-active{border-color:var(--ink, #202938);background:#fff8d6}.photo-admin-product__thumb{display:grid;width:3.3rem;aspect-ratio:1;place-items:center;overflow:hidden;border:2px solid var(--ink, #202938);border-radius:9px;background:#fff}.photo-admin-product__thumb img,.photo-admin-image img{width:100%;height:100%;object-fit:cover}.photo-admin-product__body{display:grid;min-width:0;gap:.15rem}.photo-admin-product__body strong,.photo-admin-product__body small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-admin-product__body strong{font-size:.9rem;line-height:1.15}.photo-admin-product__body small{color:var(--muted-ink, #627087);font-size:.76rem;font-weight:750}.photo-admin-product__count{display:grid;min-width:2rem;height:2rem;place-items:center;border:2px solid var(--ink, #202938);border-radius:999px;background:var(--yellow, #c5f27d);font-size:.8rem;font-weight:950}.photo-admin-detail{display:grid;gap:.8rem;padding:.8rem}.photo-admin-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.photo-admin-detail__header h2{margin:.2rem 0;font-size:clamp(1.15rem,6vw,1.8rem)}.photo-admin-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.photo-admin-actions button{background:var(--yellow, #c5f27d)}.photo-admin-file{display:none}.photo-admin-uploading,.photo-admin-empty{display:flex;min-height:4rem;align-items:center;justify-content:center;gap:.5rem;border:2px dashed rgba(32,41,56,.25);border-radius:12px;background:#f5f7fb;color:var(--muted-ink, #627087);font-weight:850;text-align:center}.photo-admin-empty--detail{min-height:12rem}.photo-admin-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.photo-admin-image{position:relative;display:grid;gap:.45rem;overflow:hidden;border:2px solid var(--ink, #202938);border-radius:12px;background:#fff}.photo-admin-image img{aspect-ratio:1;display:block}.photo-admin-image__cover{position:absolute;top:.45rem;left:.45rem;display:inline-flex;align-items:center;gap:.25rem;border:2px solid var(--ink, #202938);border-radius:999px;background:var(--yellow, #c5f27d);padding:.2rem .45rem;font-size:.72rem;font-weight:950}.photo-admin-image__actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;padding:0 .45rem .45rem}.photo-admin-image__actions button{display:grid;min-height:2.15rem;place-items:center;border:2px solid var(--ink, #202938);border-radius:8px;background:#f5f7fb;color:var(--ink, #202938);cursor:pointer}.photo-admin-spin{animation:photo-admin-spin .9s linear infinite}@keyframes photo-admin-spin{to{transform:rotate(360deg)}}@media (max-width: 560px){.photo-admin-page{padding:.55rem}.photo-admin-topbar{grid-template-columns:auto 1fr auto;gap:.45rem}.photo-admin-back,.photo-admin-logout{padding:0 .55rem;font-size:0}.photo-admin-back svg,.photo-admin-logout svg{width:1.15rem;height:1.15rem}.photo-admin-search-panel{top:4.6rem}.photo-admin-gallery{grid-template-columns:1fr}}@media (min-width: 900px){.photo-admin-page{padding:1.15rem}.photo-admin-workspace{grid-template-columns:minmax(18rem,24rem) minmax(0,1fr);align-items:start}.photo-admin-list,.photo-admin-detail{max-height:calc(100vh - 11rem);overflow:auto}.photo-admin-detail{position:sticky;top:10.5rem}.photo-admin-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}:root{--rayuela-ease-out: cubic-bezier(.22, 1, .36, 1);--rayuela-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--rayuela-ease-spring: cubic-bezier(.175, .885, .32, 1.275);--rayuela-duration-fast: .22s;--rayuela-duration-normal: .4s;--rayuela-duration-slow: .7s;--rayuela-reveal-distance: 32px}@keyframes rayuela-fade-up{0%{opacity:0;transform:translateY(var(--rayuela-reveal-distance))}to{opacity:1;transform:translateY(0)}}@keyframes rayuela-fade-scale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes rayuela-hop-in{0%{opacity:0;transform:translateY(48px) scale(.9) rotate(-2deg)}60%{opacity:1;transform:translateY(-6px) scale(1.02) rotate(.5deg)}80%{transform:translateY(3px) scale(.99) rotate(-.3deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes rayuela-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes rayuela-drift{0%,to{transform:rotate(0) translateY(0)}25%{transform:rotate(.8deg) translateY(-4px)}75%{transform:rotate(-.6deg) translateY(-2px)}}@keyframes rayuela-shimmer-sweep{0%{background-position:-200% center}to{background-position:200% center}}@keyframes rayuela-pulse-glow{0%,to{box-shadow:0 0 #8b5cf64d}50%{box-shadow:0 0 0 8px #8b5cf600}}@keyframes rayuela-ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}@keyframes rayuela-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes rayuela-draw-line{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes rayuela-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rayuela-slide-left{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes rayuela-slide-right{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes rayuela-number-pop{0%{opacity:0;transform:scale(.5) translateY(10px)}60%{transform:scale(1.15) translateY(-3px)}to{opacity:1;transform:scale(1) translateY(0)}}.rayuela-reveal{will-change:opacity,transform}.rayuela-reveal:not(.rayuela-reveal--motion){opacity:0;transform:translateY(var(--rayuela-reveal-distance));transition:opacity var(--rayuela-duration-slow) var(--rayuela-ease-out),transform var(--rayuela-duration-slow) var(--rayuela-ease-out);transition-delay:var(--reveal-delay, 0ms)}.rayuela-reveal--scale:not(.rayuela-reveal--motion){transform:scale(.92)}.rayuela-reveal--left:not(.rayuela-reveal--motion){transform:translate(-40px)}.rayuela-reveal--right:not(.rayuela-reveal--motion){transform:translate(40px)}.rayuela-reveal--hop:not(.rayuela-reveal--motion){transform:translateY(48px) scale(.9) rotate(-2deg);transition:opacity .6s var(--rayuela-ease-bounce),transform .6s var(--rayuela-ease-bounce)}.rayuela-reveal.is-visible,.rayuela-reveal--motion{opacity:1;transform:translateY(0) scale(1) rotate(0) translate(0)}.rayuela-anim-float{animation:rayuela-float 4s ease-in-out infinite}.rayuela-anim-drift{animation:rayuela-drift 6s ease-in-out infinite}.rayuela-tilt{--tilt-x: 0;--tilt-y: 0;transform:perspective(800px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform .2s ease-out}.rayuela-tilt:hover{transition:transform .1s ease-out}.rayuela-btn-ripple{position:relative;overflow:hidden;isolation:isolate}.rayuela-btn-ripple:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 60%);transform:scale(0);opacity:0;border-radius:inherit;pointer-events:none}.rayuela-btn-ripple:active:after{animation:rayuela-ripple .5s ease-out forwards}.rayuela-btn-shimmer{position:relative;overflow:hidden;isolation:isolate}.rayuela-btn-shimmer:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease;pointer-events:none;z-index:1}.rayuela-btn-shimmer:hover:before{left:120%}.rayuela-focus-glow:focus,.rayuela-focus-glow:focus-within{box-shadow:0 0 0 3px #8b5cf626,0 0 20px #8b5cf614;border-color:#8b5cf666!important;outline:none}.rayuela-burst-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:98;pointer-events:none}.rayuela-chalk-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#2029380d;pointer-events:none}@media (prefers-reduced-motion: reduce){.rayuela-reveal{opacity:1!important;transform:none!important;transition:none!important}.rayuela-reveal--scale,.rayuela-reveal--left,.rayuela-reveal--right,.rayuela-reveal--hop{transform:none!important}.rayuela-anim-float,.rayuela-anim-drift{animation:none!important}.rayuela-tilt{transform:none!important}.rayuela-btn-ripple:active:after{animation:none!important}.rayuela-btn-shimmer:before{transition:none!important}}:root{--paper: #fffdf7;--paper-cool: #f5f7fb;--ink: #202938;--muted-ink: #627087;--chalk-white: #ffffff;--yellow: #c5f27d;--red: #ff4b4b;--green: #39c96b;--blue: #3a86ff;--pink: #ff6fcf;--violet: #8b5cf6;--coral: #ff7f6b;--sky: #73d7ff;--chalk-line: rgba(32, 41, 56, .06);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink)}button,input,select,textarea{font:inherit}a{color:inherit}::selection{background-color:var(--yellow);color:var(--ink)}
