.cf-store{container-type:inline-size;container-name:store;background:var(--c-bg);color:var(--c-text);font-family:var(--c-font-body);min-height:100dvh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;overflow-x:clip}.cf-store h1,.cf-store h2,.cf-store h3{font-family:var(--c-font-heading);line-height:1.15;margin:0}.cf-store p{line-height:1.6;margin:0}.cf-store a{color:inherit;text-decoration:none}.cf-store img{max-width:100%;display:block}.cf-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;border:1.5px solid var(--c-primary);border-radius:var(--c-radius-button);background:transparent;color:var(--c-primary);font-family:var(--c-font-body);font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.cf-button:hover{transform:translateY(-1px);opacity:.9}.cf-button--primary{background:var(--c-primary);color:var(--c-bg)}.cf-button--inverse{background:var(--c-bg);border-color:var(--c-bg);color:var(--c-primary)}.cf-button--small{padding:7px 14px;font-size:13px}.cf-button--block{width:100%}.cf-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.cf-button--whatsapp{background:#25d366;border-color:#25d366;color:#fff}.cf-button--whatsapp:hover{background:#1fb958;border-color:#1fb958;opacity:1}.cf-wa-icon{flex-shrink:0}.cf-anim{transition-property:opacity,transform,filter,clip-path;transition-timing-function:cubic-bezier(.22,1,.36,1)}.cf-anim--fade-in{opacity:0}.cf-anim--fade-up{opacity:0;transform:translateY(36px)}.cf-anim--slide-left{opacity:0;transform:translate(48px)}.cf-anim--slide-right{opacity:0;transform:translate(-48px)}.cf-anim--zoom-in{opacity:0;transform:scale(.92)}.cf-anim--blur-in{opacity:0;filter:blur(14px)}.cf-anim--flip-3d{opacity:0;transform:perspective(900px) rotateX(28deg) translateY(30px);transform-origin:center bottom}.cf-anim--reveal-up{clip-path:inset(100% 0 0 0)}.cf-anim--bounce-in{opacity:0}.cf-anim--in{opacity:1!important;transform:none!important;filter:none!important}.cf-anim--reveal-up.cf-anim--in{clip-path:inset(0 0 0 0)}.cf-anim--bounce-in.cf-anim--in{animation-name:cf-bounce-in;animation-timing-function:cubic-bezier(.34,1.56,.64,1);animation-fill-mode:both}@keyframes cf-bounce-in{0%{opacity:0;transform:scale(.8) translateY(40px)}60%{opacity:1;transform:scale(1.03) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.cf-anim--scrolling{overflow:clip}.cf-anim__inner{will-change:transform}.cf-tx{display:inline-block;opacity:0;transform:translateY(.55em) rotate(2deg);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.cf-tx--in{opacity:1;transform:none}.cf-section{max-width:1200px;margin:0 auto;padding:var(--c-section-pad, 64px) 32px}.cf-section__title{font-size:clamp(24px,3vw,34px);margin-bottom:32px;text-align:center}.cf-loading{color:var(--c-muted);text-align:center;padding:48px 0;font-size:14px}.cf-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-primary);margin-bottom:12px}.cf-announcement{background:var(--c-primary);color:var(--c-bg);display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:13px;font-weight:500;padding:9px 16px;letter-spacing:.02em}.cf-button svg{flex-shrink:0}.cf-navbar{display:flex;align-items:center;gap:32px;padding:18px 32px;background:var(--c-bg);border-bottom:1px solid color-mix(in srgb,var(--c-text) 8%,transparent)}.cf-navbar--sticky{z-index:50}.cf-store>.cf-anim:has(.cf-navbar--sticky),.cf-store>.frame:has(.cf-navbar--sticky){position:sticky;top:0;z-index:60}.cf-navbar__brand{font-family:var(--c-font-heading);font-size:20px;font-weight:700;letter-spacing:-.01em}.cf-navbar__links{display:flex;gap:22px;flex:1;font-size:14px;font-weight:500}.cf-navbar__links a:hover{color:var(--c-primary)}.cf-navbar__burger{display:none;align-items:center;justify-content:center;padding:4px;background:transparent;color:var(--c-text);line-height:0;cursor:pointer}.cf-navbar__cart{position:relative;font-size:20px}.cf-navbar__badge{position:absolute;top:-6px;right:-10px;background:var(--c-primary);color:var(--c-bg);font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.cf-hero{position:relative;display:flex;align-items:stretch;background-color:var(--c-surface);overflow:hidden}.cf-hero--compacto{min-height:320px}.cf-hero--normal{min-height:520px}.cf-hero--completo{min-height:88vh}.cf-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;will-change:transform}.cf-hero__bg[data-cf-parallax-on]{top:-18%;bottom:-18%}.cf-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0000008c,#00000026)}.cf-hero__content{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:64px 32px;display:flex;flex-direction:column;align-items:flex-start}.cf-hero__band{display:flex;flex-direction:column;gap:20px;align-items:inherit;width:100%}.cf-hero__row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;width:100%}.cf-hero--centro .cf-hero__row{justify-content:center}.cf-hero__band--medio{margin-top:auto;margin-bottom:auto}.cf-hero__band--abajo{margin-top:auto}.cf-hero__band+.cf-hero__band{padding-top:20px}.cf-hero--centro .cf-hero__content{align-items:center;text-align:center}.cf-hero__content h1{font-size:clamp(34px,6vw,64px);letter-spacing:-.02em;max-width:640px}.cf-hero__content p{font-size:clamp(16px,2vw,20px);max-width:480px;color:var(--c-muted)}.cf-hero__content--on-image{color:#fff}.cf-hero__content--on-image p{color:#ffffffd9}.cf-hero__content--on-image .cf-button--primary{background:#fff;border-color:#fff;color:#111}.cf-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:30px}.cf-toolbar__search{flex:1;min-width:220px;display:flex;align-items:center;gap:9px;padding:10px 15px;background:var(--c-surface);border:1px solid color-mix(in srgb,var(--c-text) 12%,transparent);border-radius:var(--c-radius-button);color:var(--c-muted);transition:border-color .15s ease}.cf-toolbar__search:focus-within{border-color:var(--c-primary);color:var(--c-text)}.cf-toolbar__search input{flex:1;min-width:0;border:none;background:transparent;color:var(--c-text);font:inherit;font-size:14px;outline:none}.cf-toolbar__search input::placeholder{color:var(--c-muted)}.cf-toolbar__search input::-webkit-search-cancel-button{display:none}.cf-toolbar__clear{border:none;background:transparent;color:var(--c-muted);font-size:13px;cursor:pointer;padding:2px 4px}.cf-toolbar__clear:hover{color:var(--c-text)}.cf-toolbar__filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.cf-toolbar__chip{padding:9px 15px;border:1px solid color-mix(in srgb,var(--c-text) 14%,transparent);border-radius:var(--c-radius-button);background:transparent;color:var(--c-text);font-family:var(--c-font-body);font-size:13px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cf-toolbar__chip:hover{border-color:var(--c-primary)}.cf-toolbar__chip.is-active{background:var(--c-primary);border-color:var(--c-primary);color:var(--c-bg)}.cf-toolbar__sort{display:flex;align-items:center;gap:8px;margin-left:6px;color:var(--c-muted);font-size:13px}.cf-toolbar__sort select{padding:9px 12px;border:1px solid color-mix(in srgb,var(--c-text) 14%,transparent);border-radius:var(--c-radius-button);background:var(--c-bg);color:var(--c-text);font-family:var(--c-font-body);font-size:13px;cursor:pointer}.cf-toolbar__empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:56px 0;color:var(--c-muted);font-size:15px;text-align:center}@container store (max-width: 700px){.cf-toolbar{flex-direction:column;align-items:stretch}.cf-toolbar__search{min-width:0}.cf-toolbar__sort{margin-left:0}}.cf-grid{display:grid;gap:28px}.cf-grid--2{grid-template-columns:repeat(2,1fr)}.cf-grid--3{grid-template-columns:repeat(3,1fr)}.cf-grid--4{grid-template-columns:repeat(4,1fr)}.cf-card__media{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--c-radius-card);background:var(--c-surface)}.cf-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cf-card:hover .cf-card__media img{transform:scale(1.04)}.cf-card__badge{position:absolute;top:12px;left:12px;background:var(--c-bg);color:var(--c-text);font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;letter-spacing:.04em}.cf-card__badge--out{background:var(--c-text);color:var(--c-bg)}.cf-card__body{padding:14px 4px 0;display:flex;flex-direction:column;gap:6px}.cf-card__name{font-weight:600;font-size:15px}.cf-card__row{display:flex;align-items:center;justify-content:space-between}.cf-card__price{color:var(--c-muted);font-size:14px;font-weight:600}.cf-carousel{position:relative}.cf-carousel__track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}.cf-carousel__track::-webkit-scrollbar{display:none}.cf-carousel__item{flex:0 0 min(260px,72vw);scroll-snap-align:start}.cf-carousel__arrow{position:absolute;top:38%;z-index:5;width:42px;height:42px;border-radius:999px;border:none;background:var(--c-bg);color:var(--c-text);font-size:17px;cursor:pointer;box-shadow:0 4px 18px #0000002e;transition:transform .15s ease}.cf-carousel__arrow:hover{transform:scale(1.08)}.cf-carousel__arrow--prev{left:-8px}.cf-carousel__arrow--next{right:-8px}.cf-featured{max-width:1200px;margin:0 auto;padding:64px 32px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.cf-featured--invert .cf-featured__media{order:2}.cf-featured__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--c-radius-card)}.cf-featured__body{display:flex;flex-direction:column;gap:16px}.cf-featured__body h2{font-size:clamp(28px,4vw,42px)}.cf-featured__body p{color:var(--c-muted)}.cf-featured__row{display:flex;align-items:center;gap:24px;margin-top:8px}.cf-featured__price{font-size:22px;font-weight:700}.cf-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cf-categories--2{grid-template-columns:repeat(2,1fr)}.cf-categories--3{grid-template-columns:repeat(3,1fr)}.cf-categories--4{grid-template-columns:repeat(4,1fr)}.cf-categories__item{position:relative;border-radius:var(--c-radius-card);overflow:hidden;aspect-ratio:3 / 4}.cf-categories__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cf-categories__item:hover img{transform:scale(1.05)}.cf-categories__item span{position:absolute;left:14px;bottom:14px;background:var(--c-bg);color:var(--c-text);font-size:13px;font-weight:700;padding:7px 14px;border-radius:999px}.cf-pdp{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.cf-pdp__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--c-radius-card)}.cf-pdp__body{display:flex;flex-direction:column;gap:16px;position:sticky;top:90px}.cf-pdp__body h1{font-size:clamp(26px,3.4vw,40px)}.cf-pdp__price{font-size:24px;font-weight:700}.cf-pdp__body p{color:var(--c-muted)}.cf-pdp__actions{display:flex;gap:16px;align-items:center;margin-top:8px}.cf-pdp__related{margin-top:72px}.cf-qty{display:inline-flex;align-items:center;gap:4px;border:1.5px solid color-mix(in srgb,var(--c-text) 18%,transparent);border-radius:var(--c-radius-button);padding:4px}.cf-qty button{width:32px;height:32px;border:none;background:transparent;color:var(--c-text);font-size:16px;cursor:pointer;border-radius:inherit}.cf-qty button:hover{background:var(--c-surface)}.cf-qty span{min-width:28px;text-align:center;font-weight:600}.cf-cart__layout{display:grid;grid-template-columns:1.8fr 1fr;gap:40px;align-items:start}.cf-cart__lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.cf-cart__line{display:grid;grid-template-columns:72px 1fr auto auto auto;gap:16px;align-items:center;padding:14px;background:var(--c-surface);border-radius:var(--c-radius-card)}.cf-cart__line img{width:72px;height:88px;object-fit:cover;border-radius:calc(var(--c-radius-card) / 2)}.cf-cart__info{display:flex;flex-direction:column;gap:4px}.cf-cart__name{font-weight:600}.cf-cart__unit{color:var(--c-muted);font-size:13px}.cf-cart__total{font-weight:700}.cf-cart__remove{border:none;background:transparent;color:var(--c-muted);cursor:pointer;font-size:14px;padding:8px}.cf-cart__remove:hover{color:var(--c-text)}.cf-cart__summary{background:var(--c-surface);border-radius:var(--c-radius-card);padding:24px;display:flex;flex-direction:column;gap:14px;position:sticky;top:90px}.cf-cart__row{display:flex;justify-content:space-between;font-size:16px}.cf-cart__note{color:var(--c-muted);font-size:13px}.cf-cart__empty{text-align:center;display:flex;flex-direction:column;gap:20px;align-items:center;padding:48px 0;color:var(--c-muted)}.cf-imagetext{max-width:1200px;margin:0 auto;padding:64px 32px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.cf-imagetext--invert .cf-imagetext__media{order:2}.cf-imagetext__media img{width:100%;aspect-ratio:5 / 4;object-fit:cover;border-radius:var(--c-radius-card)}.cf-imagetext__body{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.cf-imagetext__body h2{font-size:clamp(26px,3.4vw,38px)}.cf-imagetext__body p{color:var(--c-muted)}.cf-banner{max-width:1200px;margin:32px auto;padding:48px;border-radius:var(--c-radius-card);display:block}.cf-banner--primario{background:var(--c-primary);color:var(--c-bg)}.cf-banner--superficie{background:var(--c-surface)}.cf-banner h2{font-size:clamp(22px,3vw,32px)}.cf-banner--primario p{opacity:.85}.cf-banner--superficie p{color:var(--c-muted)}.cf-richtext{max-width:720px;margin:0 auto;padding:64px 32px;display:flex;flex-direction:column;gap:18px}.cf-richtext--centro{text-align:center}.cf-richtext h2{font-size:clamp(24px,3vw,34px)}.cf-richtext p{color:var(--c-muted);font-size:17px}.cf-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cf-testimonials__item{margin:0;padding:28px;background:var(--c-surface);border-radius:var(--c-radius-card);display:flex;flex-direction:column;gap:16px}.cf-testimonials__item blockquote{margin:0;font-size:15px;line-height:1.6}.cf-testimonials__item figcaption{color:var(--c-muted);font-size:13px;font-weight:600}.cf-newsletter{max-width:640px;margin:32px auto;padding:56px 32px;text-align:center;display:flex;flex-direction:column;gap:14px;align-items:center}.cf-newsletter h2{font-size:clamp(24px,3vw,32px)}.cf-newsletter p{color:var(--c-muted)}.cf-newsletter__form{display:flex;gap:10px;width:100%;max-width:440px;margin-top:10px}.cf-newsletter__form input{flex:1;padding:12px 18px;border:1.5px solid color-mix(in srgb,var(--c-text) 18%,transparent);border-radius:var(--c-radius-button);font-family:var(--c-font-body);font-size:15px;background:var(--c-bg);color:var(--c-text)}.cf-newsletter__done{font-weight:600;color:var(--c-primary)!important}.cf-columns{display:grid;gap:22px;grid-template-columns:repeat(var(--cf-col-count, 3),1fr)}.cf-columns--ancha-izquierda{grid-template-columns:1.8fr repeat(calc(var(--cf-col-count, 3) - 1),1fr)}.cf-columns--ancha-derecha{grid-template-columns:repeat(calc(var(--cf-col-count, 3) - 1),1fr) 1.8fr}.cf-columns__col{background:var(--c-surface);border-radius:var(--c-radius-card);padding:28px 24px;display:flex;flex-direction:column;gap:10px}.cf-columns__icon{font-size:28px}.cf-columns__col h3{font-size:17px}.cf-columns__col p{color:var(--c-muted);font-size:14px}.cf-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:160px;gap:16px}.cf-bento__tile{position:relative;border-radius:var(--c-radius-card);overflow:hidden;background:var(--c-surface)}.cf-bento__tile img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cf-bento__tile:hover img{transform:scale(1.045)}.cf-bento__tile--0{grid-column:span 2;grid-row:span 2}.cf-bento__tile--3{grid-column:span 2}.cf-bento__caption{position:absolute;left:12px;bottom:12px;background:var(--c-bg);color:var(--c-text);border-radius:999px;padding:7px 14px;display:flex;align-items:baseline;gap:8px;font-size:13px}.cf-bento__caption strong{font-weight:700}.cf-bento__caption small{color:var(--c-muted);font-weight:600}.cf-style--brutal :is(.cf-button,.cf-card__media,.cf-categories__item,.cf-banner,.cf-testimonials__item,.cf-columns__col,.cf-bento__tile,.cf-featured__media img,.cf-imagetext__media img,.cf-pdp__media img,.cf-cart__summary,.cf-cart__line,.cf-blog__card,.cf-gallery img,.cf-newsletter__form input){border-radius:0!important;border:2.5px solid var(--c-text);box-shadow:5px 5px 0 var(--c-text)}.cf-style--brutal .cf-button{box-shadow:4px 4px 0 var(--c-text);transition:transform .1s ease,box-shadow .1s ease}.cf-style--brutal .cf-button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--c-text);opacity:1}.cf-style--brutal .cf-card__badge,.cf-style--brutal .cf-bento__caption,.cf-style--brutal .cf-categories__item span{border-radius:0;border:2px solid var(--c-text)}.cf-gallery{display:grid;gap:16px}.cf-gallery--2{grid-template-columns:repeat(2,1fr)}.cf-gallery--3{grid-template-columns:repeat(3,1fr)}.cf-gallery--4{grid-template-columns:repeat(4,1fr)}.cf-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--c-radius-card)}.cf-blog{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cf-blog__card{display:flex;flex-direction:column;border-radius:var(--c-radius-card);overflow:hidden;background:var(--c-surface);transition:transform .2s ease}.cf-blog__card:hover{transform:translateY(-3px)}.cf-blog__card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.cf-blog__body{padding:20px;display:flex;flex-direction:column;gap:8px}.cf-blog__date{font-size:12px;color:var(--c-muted);font-weight:600}.cf-blog__body h3{font-size:18px;line-height:1.3}.cf-blog__body p{color:var(--c-muted);font-size:14px}.cf-blog__more{margin-top:6px;font-size:13px;font-weight:700;color:var(--c-primary)}.cf-post{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.cf-post__back{font-size:13px;font-weight:600;color:var(--c-muted)}.cf-post__back:hover{color:var(--c-primary)}.cf-post h1{font-size:clamp(28px,4vw,42px);line-height:1.15}.cf-post img{width:100%;border-radius:var(--c-radius-card)}.cf-post p{font-size:17px;color:var(--c-text);line-height:1.7}.cf-footer{border-top:1px solid color-mix(in srgb,var(--c-text) 8%,transparent);margin-top:48px;padding:48px 32px 28px}.cf-footer__main{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.cf-footer__brand{font-family:var(--c-font-heading);font-weight:700;font-size:18px;display:block;margin-bottom:8px}.cf-footer__main p{color:var(--c-muted);font-size:14px}.cf-footer__links{display:flex;gap:20px;font-size:14px;font-weight:500}.cf-footer__links a:hover{color:var(--c-primary)}.cf-footer__note{max-width:1200px;margin:32px auto 0;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--c-text) 6%,transparent);display:flex;justify-content:space-between;color:var(--c-muted);font-size:13px;flex-wrap:wrap;gap:8px}@container store (max-width: 860px){.cf-grid--3,.cf-grid--4,.cf-categories{grid-template-columns:repeat(2,1fr)}.cf-featured,.cf-imagetext,.cf-pdp,.cf-cart__layout{grid-template-columns:1fr;gap:32px}.cf-featured--invert .cf-featured__media,.cf-imagetext--invert .cf-imagetext__media{order:0}.cf-testimonials,.cf-blog{grid-template-columns:1fr}.cf-gallery--3,.cf-gallery--4{grid-template-columns:repeat(2,1fr)}.cf-columns--m-apilar{grid-template-columns:1fr!important}.cf-columns--m-dos{grid-template-columns:repeat(2,1fr)!important}.cf-columns--m-deslizar{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.cf-columns--m-deslizar .cf-columns__col{flex:0 0 78vw;scroll-snap-align:start}.cf-bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:130px}.cf-bento__tile--3{grid-column:span 1}.cf-navbar{gap:16px;padding:14px 20px}.cf-navbar__links{gap:14px;font-size:13px;flex-wrap:wrap}.cf-section{padding:44px 20px}.cf-banner{padding:32px 24px;margin:20px}.cf-cart__line{grid-template-columns:56px 1fr auto;grid-auto-rows:auto}.cf-cart__line img{width:56px;height:68px}.cf-cart__total{grid-column:3}}@container store (max-width: 520px){.cf-grid--2,.cf-grid--3,.cf-grid--4{grid-template-columns:repeat(2,1fr);gap:14px}.cf-hero__content h1{font-size:30px}.cf-newsletter__form{flex-direction:column}}.cf-stack{display:flex;flex-direction:column;width:100%}.cf-stack--gap .cf-stack__band{gap:16px}.cf-stack__band{display:flex;flex-direction:column}.cf-stack__row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;position:relative}.cf-stack__row>.cf-section__title,.cf-stack__row>.cf-categories,.cf-stack__row>.cf-loading{width:100%}.cf-store>.cf-anim:last-child,.cf-store>.frame:last-child{margin-top:auto}.cf-hero__row{position:relative}.cf-carousel__item--photo{flex:0 0 320px}.cf-carousel__item--photo img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--c-radius-card);display:block}.cf-marquee{overflow:hidden;max-width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.cf-marquee__track{display:flex;width:max-content;animation:cf-marquee 36s linear infinite}.cf-marquee:hover .cf-marquee__track{animation-play-state:paused}.cf-marquee__track img{width:260px;aspect-ratio:1;object-fit:cover;border-radius:var(--c-radius-card);margin-right:18px}@keyframes cf-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.cf-marquee__track{animation:none}}.cf-tilt{transition:transform .16s ease-out;transform-style:preserve-3d;will-change:transform}.cf-categories__item--wide{grid-column:span 2}.cf-categories__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000a 60%);pointer-events:none}.cf-categories__badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--c-primary);color:var(--c-bg);font-style:normal;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:999px}.cf-categories__item span.is-pos-arriba-izquierda{bottom:auto;top:14px}.cf-categories__item span.is-pos-arriba-centro{bottom:auto;top:14px;left:50%;transform:translate(-50%)}.cf-categories__item span.is-pos-arriba-derecha{bottom:auto;top:14px;left:auto;right:14px}.cf-categories__item span.is-pos-centro-izquierda{bottom:auto;top:50%;transform:translateY(-50%)}.cf-categories__item span.is-pos-centro-centro{bottom:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.cf-categories__item span.is-pos-centro-derecha{bottom:auto;top:50%;left:auto;right:14px;transform:translateY(-50%)}.cf-categories__item span.is-pos-abajo-centro{left:50%;transform:translate(-50%)}.cf-categories__item span.is-pos-abajo-derecha{left:auto;right:14px}.cf-code__loading{color:var(--c-muted);text-align:center;padding:40px 0;font-size:14px}.cf-code__error{max-width:760px;margin:24px auto;border:1.5px solid #e5484d;background:#e5484d0f;border-radius:12px;padding:16px 18px;font-size:13px}.cf-code__error pre{white-space:pre-wrap;margin:8px 0 0;font-size:12px;opacity:.8}@container store (max-width: 768px){.cf-hide-mobile{display:none!important}}@container store (min-width: 769px){.cf-hide-desktop{display:none!important}}@container store (max-width: 768px){.cf-navbar{position:relative;gap:14px}.cf-navbar__brand{margin-right:auto}.cf-navbar__burger{display:inline-flex}.cf-navbar__links{position:absolute;top:100%;left:0;right:0;display:none;flex:none;flex-direction:column;align-items:stretch;gap:0;padding:6px 0;background:var(--c-bg);border-bottom:1px solid color-mix(in srgb,var(--c-text) 8%,transparent);box-shadow:0 14px 28px color-mix(in srgb,var(--c-text) 16%,transparent);z-index:55}.cf-navbar__links.is-open{display:flex}.cf-navbar__links a{padding:12px 24px}}.cf-faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.cf-faq__item{border:1px solid color-mix(in srgb,var(--c-text) 12%,transparent);border-radius:var(--c-radius-card);background:var(--c-bg);padding:0 20px;transition:border-color .15s ease}.cf-faq__item[open]{border-color:var(--c-primary)}.cf-faq__item summary{cursor:pointer;font-weight:600;font-size:15.5px;padding:16px 0;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.cf-faq__item summary::-webkit-details-marker{display:none}.cf-faq__item summary:after{content:"+";font-size:20px;font-weight:400;color:var(--c-muted);transition:transform .2s ease;flex-shrink:0}.cf-faq__item[open] summary:after{transform:rotate(45deg);color:var(--c-primary)}.cf-faq__item p{color:var(--c-muted);font-size:14.5px;padding:0 0 18px}.cf-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 64px;text-align:center}.cf-stats__item{display:flex;flex-direction:column;gap:4px;min-width:130px}.cf-stats__item strong{font-family:var(--c-font-heading);font-size:clamp(30px,4vw,46px);letter-spacing:-.02em;color:var(--c-primary);line-height:1.05}.cf-stats__item span{color:var(--c-muted);font-size:13.5px;font-weight:500}.cf-logos__title{text-align:center;color:var(--c-muted);font-size:12.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:26px}.cf-logos__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px 44px}.cf-logos__row img,.cf-marquee--logos img{height:44px;width:auto;aspect-ratio:auto;object-fit:contain;border-radius:8px;opacity:.75;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.cf-logos__row img:hover,.cf-marquee--logos img:hover{opacity:1;filter:none}.cf-marquee--logos .cf-marquee__track{animation-duration:26s;align-items:center}.cf-marquee--logos img{margin-right:44px}.cf-countdown{text-align:center;display:flex;flex-direction:column;align-items:center;gap:26px}.cf-countdown h2{font-size:clamp(24px,3vw,34px)}.cf-countdown__units{display:flex;gap:14px}.cf-countdown__unit{display:flex;flex-direction:column;gap:6px;min-width:84px;padding:16px 10px 12px;background:var(--c-surface);border-radius:var(--c-radius-card)}.cf-countdown__unit strong{font-family:var(--c-font-heading);font-size:clamp(28px,4vw,44px);line-height:1;color:var(--c-primary);font-variant-numeric:tabular-nums}.cf-countdown__unit span{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted)}@container store (max-width: 520px){.cf-countdown__unit{min-width:64px;padding:12px 6px 9px}.cf-countdown__units{gap:8px}}.cf-pdp__sticky{display:none}@container store (max-width: 768px){.cf-pdp__sticky{position:sticky;bottom:0;z-index:40;display:flex;align-items:center;gap:14px;margin:24px -20px -44px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--c-bg);border-top:1px solid color-mix(in srgb,var(--c-text) 10%,transparent);box-shadow:0 -8px 24px #00000014}.cf-pdp__sticky-info{flex:1;display:flex;flex-direction:column;min-width:0}.cf-pdp__sticky-info strong{font-size:16px}.cf-pdp__sticky-info span{font-size:12px;color:var(--c-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cf-pdp__sticky .cf-button{padding:11px 20px;font-size:14px}}.cf-drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;font-family:var(--c-font-body, system-ui);color:var(--c-text, #1a1a1a)}.cf-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0e73;animation:cf-fade-in .2s ease}.cf-drawer{position:absolute;top:0;right:0;bottom:0;width:min(400px,92vw);background:var(--c-bg, #fff);display:flex;flex-direction:column;box-shadow:-18px 0 50px #00000038;animation:cf-drawer-in .28s cubic-bezier(.22,1,.36,1)}@keyframes cf-fade-in{0%{opacity:0}}@keyframes cf-drawer-in{0%{transform:translate(60px);opacity:0}}.cf-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid color-mix(in srgb,var(--c-text) 10%,transparent);font-size:16px}.cf-drawer__close{border:none;background:none;font-size:15px;cursor:pointer;color:var(--c-muted, #777);padding:6px}.cf-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--c-muted, #777)}.cf-drawer__lines{flex:1;overflow-y:auto;list-style:none;margin:0;padding:14px 20px;display:flex;flex-direction:column;gap:16px}.cf-drawer__line{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center}.cf-drawer__line img{width:64px;height:76px;object-fit:cover;border-radius:var(--c-radius-card, 10px)}.cf-drawer__line-info{display:flex;flex-direction:column;gap:5px;min-width:0}.cf-drawer__line-info strong{font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cf-drawer__line-info>span{font-size:13px;color:var(--c-muted, #777)}.cf-drawer__remove{border:none;background:none;color:var(--c-muted, #999);cursor:pointer;font-size:12px;padding:6px;align-self:start}.cf-drawer__remove:hover{color:#e5484d}.cf-drawer__foot{border-top:1px solid color-mix(in srgb,var(--c-text) 10%,transparent);padding:16px 20px calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:12px}.cf-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;font-size:15px}.cf-drawer__full-link{text-align:center;font-size:13px;color:var(--c-muted, #777);text-decoration:underline}.cf-qty--small button{width:24px;height:24px;font-size:13px}.cf-qty--small span{min-width:22px;font-size:13px}button.cf-navbar__cart{border:none;background:none;cursor:pointer;color:inherit;padding:0;display:inline-flex}.cf-categories__badge.is-bpos-arriba-centro{left:50%;transform:translate(-50%)}.cf-categories__badge.is-bpos-arriba-derecha{left:auto;right:12px}.cf-categories__badge.is-bpos-centro-izquierda{top:50%;transform:translateY(-50%)}.cf-categories__badge.is-bpos-centro-centro{top:50%;left:50%;transform:translate(-50%,-50%)}.cf-categories__badge.is-bpos-centro-derecha{top:50%;left:auto;right:12px;transform:translateY(-50%)}.cf-categories__badge.is-bpos-abajo-izquierda{top:auto;bottom:12px}.cf-categories__badge.is-bpos-abajo-centro{top:auto;bottom:12px;left:50%;transform:translate(-50%)}.cf-categories__badge.is-bpos-abajo-derecha{top:auto;bottom:12px;left:auto;right:12px}.cf-card__badge.is-bpos-arriba-derecha{left:auto;right:12px}.cf-card__badge.is-bpos-abajo-izquierda{top:auto;bottom:12px}.cf-card__badge.is-bpos-abajo-derecha{top:auto;bottom:12px;left:auto;right:12px}.cf-navbar__links--centro{justify-content:center}.cf-navbar__links--derecha{justify-content:flex-end}.cf-navbar__locale{display:flex;gap:6px;margin-right:4px;position:relative}.cf-navbar__locale-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:60;display:flex;flex-direction:column;min-width:160px;padding:6px;background:var(--c-bg);border:1px solid color-mix(in srgb,var(--c-text) 14%,transparent);border-radius:var(--c-radius-card);box-shadow:0 14px 40px #00000029}.cf-navbar__locale-menu button{border:none;background:transparent;justify-content:flex-start;text-align:left;font-size:12.5px;padding:8px 10px;border-radius:calc(var(--c-radius-button) * .75);white-space:nowrap}.cf-navbar__locale-menu button:hover{background:color-mix(in srgb,var(--c-text) 7%,transparent)}.cf-navbar__locale-menu button.is-active{background:color-mix(in srgb,var(--c-primary) 14%,transparent);color:var(--c-primary)}.cf-navbar__locale button{display:inline-flex;align-items:center;gap:4px;border:1px solid color-mix(in srgb,var(--c-text) 18%,transparent);background:transparent;color:inherit;font-family:var(--c-font-body);font-size:11.5px;font-weight:600;padding:5px 9px;border-radius:var(--c-radius-button);cursor:pointer}:root{--st-accent: #16A34A;--st-accent-soft: #efedfe;--st-bg: #f7f7f9;--st-panel: #ffffff;--st-border: #e7e7ec;--st-text: #191922;--st-muted: #71717d;--st-danger: #e5484d;--st-radius: 12px;--st-shadow: 0 1px 3px rgba(20, 20, 40, .07), 0 8px 24px rgba(20, 20, 40, .05)}html,body,#root{margin:0;height:100%}body{font-family:Inter,system-ui,sans-serif;background:var(--st-bg);color:var(--st-text);font-size:14px;-webkit-font-smoothing:antialiased}button{font-family:inherit}.studio-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s ease}.studio-button--primary{background:var(--st-accent);color:#fff}.studio-button--primary:hover{filter:brightness(1.06)}.studio-button--primary.is-done{background:#30a46c}.studio-button--ghost{background:transparent;border-color:var(--st-border);color:var(--st-text)}.studio-button--ghost:hover{background:var(--st-panel);border-color:var(--st-accent)}.studio-button:disabled{opacity:.6;cursor:wait}.gallery{min-height:100%;display:flex;flex-direction:column}.gallery__header{padding:20px 40px}.gallery__brand{font-size:17px;letter-spacing:-.01em}.gallery__logo{color:var(--st-accent);margin-right:6px}.gallery__main{max-width:1080px;width:100%;margin:0 auto;padding:40px 32px 80px;text-align:center}.gallery__main h1{font-size:clamp(30px,4.5vw,44px);letter-spacing:-.02em;margin:0 0 12px}.gallery__subtitle{color:var(--st-muted);font-size:17px;margin:0 0 32px}.gallery__plan{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:28px}.gallery__plan-label{color:var(--st-muted);font-weight:500}.gallery__plan-options{display:inline-flex;background:var(--st-panel);border:1px solid var(--st-border);border-radius:999px;padding:4px;gap:4px}.gallery__plan-chip{border:none;background:transparent;padding:7px 18px;border-radius:999px;font-size:13px;font-weight:600;color:var(--st-muted);cursor:pointer}.gallery__plan-chip.is-active{background:var(--st-accent);color:#fff}.gallery__draft{display:inline-block;margin-bottom:28px;padding:12px 22px;border-radius:var(--st-radius);border:1.5px dashed var(--st-accent);background:var(--st-accent-soft);color:var(--st-text);font-size:14px;cursor:pointer}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;text-align:left}.gallery__card{background:var(--st-panel);border:1px solid var(--st-border);border-radius:16px;overflow:hidden;box-shadow:var(--st-shadow);transition:transform .18s ease,box-shadow .18s ease}.gallery__card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #14142814,0 16px 40px #1414281a}.gallery__thumb{aspect-ratio:16 / 10;padding:14px 18px;display:flex;flex-direction:column;gap:10px}.gallery__thumb-bar{height:16px;border-radius:6px;display:flex;align-items:center;gap:6px;padding:0 8px}.gallery__thumb-bar span{width:22px;height:5px;border-radius:3px}.gallery__thumb-hero{flex:1;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:7px;justify-content:center}.gallery__thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;height:26px}.gallery__thumb-grid div{border-radius:5px}.gallery__card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:10px}.gallery__card-head{display:flex;align-items:center;justify-content:space-between}.gallery__card-head h3{margin:0;font-size:17px}.gallery__card-plan{font-size:11px;font-weight:700;color:var(--st-accent);background:var(--st-accent-soft);padding:4px 10px;border-radius:999px}.gallery__card-body p{margin:0;color:var(--st-muted);font-size:13px;line-height:1.5;min-height:40px}.editor{height:100vh;display:flex;flex-direction:column;overflow:hidden}.editor__body{flex:1;display:grid;grid-template-columns:var(--pl-w, 264px) 5px minmax(0,1fr) 5px var(--pr-w, 300px);min-height:0}.editor__resize{cursor:col-resize;background:transparent;z-index:20;transition:background .15s ease}.editor__resize:hover,.is-resizing-panels .editor__resize{background:var(--st-accent)}.is-resizing-panels{cursor:col-resize;-webkit-user-select:none;user-select:none}.is-resizing-panels iframe{pointer-events:none}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:var(--st-panel);border-bottom:1px solid var(--st-border);flex-wrap:nowrap;overflow:hidden;z-index:90}.topbar__left,.topbar__center,.topbar__right{display:flex;align-items:center;gap:8px;min-width:0}.topbar__left{flex:0 1 auto}.topbar__center{flex:1 1 auto;justify-content:center}.topbar__right{flex:0 0 auto}.topbar__back{border:1px solid var(--st-border);background:transparent;border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:15px}.topbar__logo{color:var(--st-accent);font-size:18px}.topbar__name{border:1px solid transparent;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;color:var(--st-text);padding:6px 8px;width:auto;max-width:170px;min-width:70px;flex:0 1 auto;background:transparent}.topbar__name:hover{border-color:var(--st-border)}.topbar__name:focus{outline:none;border-color:var(--st-accent);background:#fff}.topbar__plan{font-size:11px;font-weight:700;color:var(--st-accent);background:var(--st-accent-soft);padding:4px 10px;border-radius:999px;white-space:nowrap}.topbar__pages{border:1px solid var(--st-border);border-radius:8px;padding:7px 10px;font-size:14px;font-family:inherit;background:var(--st-panel);color:var(--st-text);min-width:0;max-width:190px;flex:0 1 auto}@media (max-width: 1200px){.topbar__saved{display:none}}@media (max-width: 1080px){.topbar__live,.topbar__plan{display:none}}.topbar__device{display:inline-flex;border:1px solid var(--st-border);border-radius:8px;overflow:hidden}.topbar__device button{border:none;background:transparent;padding:6px 12px;cursor:pointer;font-size:14px}.topbar__device button.is-active{background:var(--st-accent-soft)}.topbar__history{border:1px solid var(--st-border);background:transparent;border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:14px;color:var(--st-text)}.topbar__history:disabled{opacity:.35;cursor:default}.topbar__live{font-size:12px;color:var(--st-muted);text-decoration:none;white-space:nowrap;padding:6px 4px}.topbar__live:hover{color:var(--st-accent);text-decoration:underline}.panel{background:var(--st-panel);overflow-y:auto;display:flex;flex-direction:column}.panel--left{border-right:1px solid var(--st-border)}.panel--right{border-left:1px solid var(--st-border)}.panel__tabs{display:flex;padding:10px 12px 0;gap:4px;position:sticky;top:0;background:var(--st-panel);z-index:5;border-bottom:1px solid var(--st-border)}.panel__tabs button{flex:1;border:none;background:transparent;padding:9px 6px;font-size:13px;font-weight:600;color:var(--st-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.panel__tabs button.is-active{color:var(--st-accent);border-bottom-color:var(--st-accent)}.panel__add{margin:8px 12px 16px;padding:11px;border:1.5px dashed var(--st-border);border-radius:var(--st-radius);background:transparent;color:var(--st-muted);font-weight:600;font-size:13px;cursor:pointer}.panel__add:hover{border-color:var(--st-accent);color:var(--st-accent);background:var(--st-accent-soft)}.sections{list-style:none;margin:0;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.sections__node.is-dragging{opacity:.6;z-index:10;position:relative}.sections__item{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--st-border);border-radius:10px;cursor:pointer;background:var(--st-panel);transition:border-color .12s ease}.sections__chevron{border:none;background:transparent;color:var(--st-muted);cursor:pointer;font-size:11px;padding:4px;border-radius:6px;transform:rotate(-90deg);transition:transform .15s ease}.sections__chevron.is-open{transform:rotate(0)}.sections__chevron:hover{color:var(--st-accent)}.sections__children{list-style:none;padding:0 0 0 26px;display:flex;flex-direction:column;gap:2px;border-left:1.5px solid var(--st-border);margin:4px 0 6px 16px}.sections__child{display:flex;align-items:center;gap:7px;width:100%;border:none;background:transparent;padding:6px 8px;border-radius:7px;font-size:12px;color:var(--st-muted);cursor:pointer;text-align:left}.sections__child:hover{background:var(--st-accent-soft);color:var(--st-text)}.sections__child-icon{font-size:11px;width:16px;text-align:center}.sections__item:hover{border-color:var(--st-accent)}.sections__item.is-selected{border-color:var(--st-accent);background:var(--st-accent-soft)}.sections__item.is-dragging{opacity:.6;z-index:10;position:relative}.sections__grip{cursor:grab;color:var(--st-muted);font-size:12px;touch-action:none}.sections__icon{font-size:15px}.sections__label{flex:1;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sections__delete{border:none;background:transparent;color:var(--st-muted);cursor:pointer;font-size:11px;padding:4px;border-radius:6px;opacity:0}.sections__item:hover .sections__delete{opacity:1}.sections__delete:hover{color:var(--st-danger);background:#fdecec}.library{padding:12px;display:flex;flex-direction:column;gap:14px}.library__search{padding:9px 12px;border:1px solid var(--st-border);border-radius:10px;font-size:13px;font-family:inherit}.library__search:focus{outline:none;border-color:var(--st-accent)}.library__group{display:flex;flex-direction:column;gap:6px}.library__category{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--st-muted);padding:4px 2px}.library__item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--st-border);border-radius:10px;background:var(--st-panel);cursor:pointer;text-align:left;position:relative}.library__item:hover{border-color:var(--st-accent);background:var(--st-accent-soft)}.library__item.is-locked{opacity:.55;cursor:not-allowed}.library__item.is-locked:hover{border-color:var(--st-border);background:var(--st-panel)}.library__icon{font-size:18px}.library__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.library__info strong{font-size:13px}.library__info small{font-size:11px;color:var(--st-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library__lock{font-size:10px;font-weight:700;color:var(--st-muted);white-space:nowrap}.canvas{overflow:auto;padding:0;display:flex;flex-direction:column;align-items:safe center;background:radial-gradient(circle at 1px 1px,#dcdce3 1px,transparent 0) 0 0 / 22px 22px,var(--st-bg)}.canvas__translating{position:sticky;top:0;z-index:80;width:100%;padding:8px 18px;background:var(--st-accent);color:#fff;font-size:12.5px;font-weight:500;text-align:center;box-shadow:0 2px 10px #0000002e}.canvas__viewport{margin:28px;width:100%;min-width:0;background:#fff;border-radius:14px;box-shadow:var(--st-shadow);overflow:clip;transition:max-width .25s ease}.canvas__viewport--desktop{width:1280px;max-width:none;flex-shrink:0}.canvas__viewport--mobile{max-width:390px}.canvas__empty{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%;padding:90px 20px;border:none;background:transparent;color:var(--st-muted);font-size:14px;cursor:pointer;font-family:inherit}.canvas__empty strong{color:var(--st-accent);font-size:15px}.frame{position:relative}.frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1.5px solid transparent;transition:border-color .12s ease;z-index:10}.frame:hover:after{border-color:color-mix(in srgb,var(--st-accent) 55%,transparent)}.frame.is-selected:after{border-color:var(--st-accent)}.frame__tag{position:absolute;top:6px;left:6px;z-index:11;background:var(--st-accent);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;opacity:0;transition:opacity .12s ease;pointer-events:none;font-family:Inter,sans-serif}.frame:hover .frame__tag,.frame.is-selected .frame__tag{opacity:1}.frame__toolbar{position:absolute;top:6px;right:6px;z-index:12;display:flex;gap:2px;background:var(--st-panel);border:1px solid var(--st-border);border-radius:8px;padding:2px;box-shadow:var(--st-shadow)}.frame__toolbar button{border:none;background:transparent;width:26px;height:26px;border-radius:6px;cursor:pointer;font-size:12px;color:var(--st-text)}.frame__toolbar button:hover{background:var(--st-accent-soft)}.frame__toolbar button.is-danger:hover{background:#fdecec;color:var(--st-danger)}.inspector__hint{padding:24px 16px;color:var(--st-muted);font-size:13px;line-height:1.6;text-align:center}.inspector__fields{padding:14px;display:flex;flex-direction:column;gap:14px}.inspector__section-name{font-weight:700;font-size:14px;padding-bottom:4px;border-bottom:1px solid var(--st-border)}.field{display:flex;flex-direction:column;gap:6px}.field--row{flex-direction:row;align-items:center;justify-content:space-between}.field__label{font-size:12px;font-weight:600;color:var(--st-text)}.field__label--group{margin-top:8px;text-transform:uppercase;font-size:11px;letter-spacing:.07em;color:var(--st-muted)}.field input[type=text],.field input[type=number],.field textarea,.field select{border:1px solid var(--st-border);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit;color:var(--st-text);background:#fff;width:100%;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--st-accent)}.field input[type=color]{width:42px;height:30px;padding:2px;border:1px solid var(--st-border);border-radius:8px;background:#fff;cursor:pointer}.field input[type=checkbox]{width:36px;height:21px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--st-border);border-radius:999px;position:relative;cursor:pointer;transition:background .15s ease;flex-shrink:0}.field input[type=checkbox]:after{content:"";position:absolute;top:2.5px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s ease;box-shadow:0 1px 2px #0003}.field input[type=checkbox]:checked{background:var(--st-accent)}.field input[type=checkbox]:checked:after{transform:translate(14px)}.field__help{color:var(--st-muted);font-size:11px;line-height:1.5}.field__preview{width:100%;max-height:110px;object-fit:cover;border-radius:8px;border:1px solid var(--st-border)}.element-width{display:flex;align-items:center;gap:10px}.element-width input[type=range]{flex:1;accent-color:var(--st-accent)}.assistant--tab{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.assistant__head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--st-border);font-size:14px}.assistant__head strong{flex:1}.assistant__provider{font-size:11px;font-weight:700;border:1px solid var(--st-border);background:var(--st-bg);color:var(--st-muted);border-radius:999px;padding:4px 10px;cursor:pointer}.assistant__provider.is-live{background:#e8f7ef;border-color:#30a46c;color:#1d7a4f}.assistant__key{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid var(--st-border)}.assistant__key input{flex:1;border:1px solid var(--st-border);border-radius:8px;padding:7px 10px;font-size:12px}.assistant__messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;min-height:180px}.assistant__msg{max-width:85%;padding:9px 13px;border-radius:14px;font-size:13px;line-height:1.5;white-space:pre-wrap}.assistant__msg--assistant{background:var(--st-bg);border:1px solid var(--st-border);align-self:flex-start;border-bottom-left-radius:4px}.assistant__msg--user{background:var(--st-accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.assistant__input{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--st-border)}.assistant__input input{flex:1;border:1px solid var(--st-border);border-radius:10px;padding:9px 12px;font-size:13px;font-family:inherit}.assistant__input input:focus{outline:none;border-color:var(--st-accent)}.shared-row{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--st-border);border-radius:10px;background:var(--st-bg)}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid var(--st-border);background:var(--st-panel);border-radius:999px;padding:6px 13px;font-size:12px;font-weight:600;color:var(--st-muted);cursor:pointer}.chip:hover{border-color:var(--st-accent);color:var(--st-accent)}.chip.is-active{background:var(--st-accent);border-color:var(--st-accent);color:#fff}.chip:disabled{opacity:.4;cursor:not-allowed}.field-focus{animation:field-flash 2s ease;border-radius:10px}@keyframes field-flash{0%,55%{box-shadow:0 0 0 4px var(--st-accent-soft),0 0 0 1.5px var(--st-accent)}to{box-shadow:none}}.frame [data-cf-field]{cursor:pointer}.frame [data-cf-field]:hover{outline:2px dashed var(--st-accent);outline-offset:3px}.frame [data-cf-stack]{position:relative}.frame [data-cf-zone]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9;background:linear-gradient(90deg,transparent calc(33.3% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(33.3% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(33.3% + 1px),transparent calc(33.3% + 1px),transparent calc(66.6% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(66.6% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(66.6% + 1px),transparent calc(66.6% + 1px)),linear-gradient(180deg,transparent calc(33.3% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(33.3% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(33.3% + 1px),transparent calc(33.3% + 1px),transparent calc(66.6% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(66.6% - 1px),color-mix(in srgb,var(--st-accent) 55%,transparent) calc(66.6% + 1px),transparent calc(66.6% + 1px))}.frame [data-cf-zone]:before{content:"";position:absolute;pointer-events:none;z-index:8;left:calc(var(--cf-col, 0) * 33.3%);top:calc(var(--cf-row, 0) * 33.3%);width:33.4%;height:33.4%;background:color-mix(in srgb,var(--st-accent) 20%,transparent);border:1.5px solid color-mix(in srgb,var(--st-accent) 70%,transparent);border-radius:10px}.frame [data-cf-drag]:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:7px;height:min(60%,34px);border-radius:4px;background:var(--st-accent);border:1.5px solid #fff;opacity:0;transition:opacity .12s ease;cursor:ew-resize}.frame [data-cf-drag]:hover:after{opacity:1}body.is-resizing-el,body.is-resizing-el *{cursor:ew-resize!important;-webkit-user-select:none!important;user-select:none!important}.frame .is-cf-resizing{outline:2px solid var(--st-accent)!important;outline-offset:4px;background:color-mix(in srgb,var(--st-accent) 7%,transparent)}.frame .is-cf-resizing:before{content:attr(data-cf-size);position:absolute;top:-34px;right:0;z-index:20;background:var(--st-accent);color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;padding:4px 10px;border-radius:7px;box-shadow:0 2px 8px #14142840;pointer-events:none}.frame [data-cf-drag]{cursor:grab}.frame [data-cf-drag]:active{cursor:grabbing}.frame .cf-drop-before{box-shadow:0 -4px 0 0 var(--st-accent)!important;border-radius:2px}.frame .cf-drop-after{box-shadow:0 4px 0 0 var(--st-accent)!important;border-radius:2px}.frame .cf-drop-left{box-shadow:-4px 0 0 0 var(--st-accent)!important;border-radius:2px}.frame .cf-drop-right{box-shadow:4px 0 0 0 var(--st-accent)!important;border-radius:2px}.frame .cf-row-share{outline:2px dashed var(--st-accent);outline-offset:6px;background:color-mix(in srgb,var(--st-accent) 8%,transparent);border-radius:6px;position:relative}.frame .cf-row-share:after{content:"⇄ Compartirá fila con: " attr(data-cf-share);position:absolute;top:-34px;left:0;z-index:20;background:var(--st-accent);color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;padding:5px 12px;border-radius:8px;box-shadow:0 2px 10px #1414284d;pointer-events:none;white-space:nowrap}.frame [data-cf-edit]{cursor:text}.frame [data-cf-edit]:hover{outline:2px dashed color-mix(in srgb,var(--st-accent) 45%,transparent);outline-offset:3px}.frame [contenteditable=true]{outline:2px solid var(--st-accent)!important;outline-offset:3px;border-radius:4px;min-width:40px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f1e73;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.modal{background:var(--st-panel);border-radius:16px;box-shadow:0 24px 80px #0a0a1e59;width:100%;max-width:560px;max-height:82vh;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px}.modal__head{display:flex;align-items:center;justify-content:space-between}.modal__head h3{margin:0;font-size:16px}.modal__close{border:none;background:transparent;cursor:pointer;font-size:14px;color:var(--st-muted);padding:6px;border-radius:6px}.modal__close:hover{background:var(--st-bg);color:var(--st-text)}.media__upload{width:100%}.media__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--st-muted);margin-top:4px}.media__loading,.media__empty{color:var(--st-muted);font-size:13px;text-align:center;padding:16px 0}.media__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.media__item{position:relative}.media__pick{border:2px solid transparent;border-radius:10px;padding:0;overflow:hidden;cursor:pointer;background:none;width:100%;display:block}.media__pick:hover{border-color:var(--st-accent)}.media__pick img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.media__remove{position:absolute;top:6px;right:6px;border:none;background:#0f0f1ea6;color:#fff;width:22px;height:22px;border-radius:6px;font-size:11px;cursor:pointer;opacity:0}.media__item:hover .media__remove{opacity:1}.field__image-actions{display:flex;gap:8px}.field__image-actions .studio-button{padding:7px 12px;font-size:12px}.pages__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pages__item{display:flex;flex-direction:column;align-items:stretch;gap:0}.pages__open{flex:1;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--st-border);border-radius:10px;background:var(--st-panel);padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.pages__open:hover{border-color:var(--st-accent)}.pages__open small{color:var(--st-muted);font-weight:500}.pages__core{font-size:10px;font-weight:700;color:var(--st-muted);background:var(--st-bg);padding:4px 8px;border-radius:999px}.pages__remove{border:none;background:transparent;color:var(--st-muted);cursor:pointer;padding:6px;border-radius:6px;font-size:12px}.pages__remove:hover{color:var(--st-danger);background:#fdecec}.pages__blueprints{display:flex;flex-direction:column;gap:6px}.pages__blueprint{display:flex;align-items:center;gap:10px;border:1px solid var(--st-border);border-radius:10px;background:var(--st-panel);padding:10px;cursor:pointer;text-align:left}.pages__blueprint:hover{border-color:var(--st-accent);background:var(--st-accent-soft)}.pages__blueprint.is-locked{opacity:.55;cursor:not-allowed}.pages__blueprint.is-locked:hover{border-color:var(--st-border);background:var(--st-panel)}.pages__bp-icon{font-size:18px}.pages__bp-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.pages__bp-info strong{font-size:13px}.pages__bp-info small{font-size:11px;color:var(--st-muted)}.frame [data-cf-card]{cursor:pointer}.frame [data-cf-card]:hover{outline:2px dashed var(--st-accent);outline-offset:3px}body:not(.is-cf-dragging) .frame [data-cf-card]:hover:after{content:"✎ Editar";position:absolute;top:10px;right:10px;background:var(--st-accent);color:#fff;font-size:11px;font-weight:700;font-family:Inter,system-ui,sans-serif;padding:4px 10px;border-radius:999px;pointer-events:none;z-index:2}.cf-card-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;aspect-ratio:3 / 4;border:2px dashed rgba(124,108,246,.5);border-radius:var(--c-radius-card, 14px);background:#7c6cf60f;color:var(--st-accent);font-size:13px;font-weight:600;font-family:Inter,system-ui,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cf-card-add strong{font-size:26px;line-height:1}.cf-card-add:hover{background:#7c6cf624;border-color:var(--st-accent)}.card-editor__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88}.card-editor{position:fixed;z-index:89;display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--st-border);border-radius:14px;box-shadow:0 18px 50px #0f122238;padding:14px;font-family:Inter,system-ui,sans-serif;animation:card-editor-in .16s ease}@keyframes card-editor-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:none}}.card-editor__head{display:flex;align-items:center;justify-content:space-between;font-size:13px}.card-editor__image{position:relative;width:100%;aspect-ratio:16 / 9;border:1px solid var(--st-border);border-radius:10px;overflow:hidden;cursor:pointer;background:var(--st-bg);display:flex;align-items:center;justify-content:center;color:var(--st-muted);font-size:12px;padding:0}.card-editor__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.card-editor__image em{position:absolute;bottom:8px;right:8px;background:#0f1222c7;color:#fff;font-style:normal;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px}.card-editor__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-editor__actions .studio-button{padding:8px 10px;font-size:13px;justify-content:center}.card-editor__actions .studio-button--primary{grid-column:1 / -1}.card-editor__actions .is-danger{color:#e5484d}.cf-space-handle{position:absolute;left:0;right:0;bottom:-10px;height:20px;cursor:row-resize;z-index:4}.cf-space-handle:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-1px;background:var(--st-accent);opacity:0;transition:opacity .12s ease}.cf-space-handle:after{content:"↕ Aire";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--st-accent);color:#fff;font-size:11px;font-weight:700;font-family:Inter,system-ui,sans-serif;padding:3px 10px;border-radius:999px;white-space:nowrap;opacity:0;transition:opacity .12s ease;pointer-events:none}.cf-space-handle:hover:before,.cf-space-handle:hover:after,.cf-space-handle.is-cf-spacing:before,.cf-space-handle.is-cf-spacing:after{opacity:1}.cf-space-handle.is-cf-spacing:after{content:attr(data-cf-size)}.history__save{display:flex;gap:8px;margin-bottom:6px}.history__save input{flex:1;border:1px solid var(--st-border);border-radius:9px;padding:8px 12px;font-size:13px;font-family:inherit}.history__hint{display:block;font-size:11.5px;color:var(--st-muted);margin-bottom:14px;line-height:1.45}.history__list{display:flex;flex-direction:column;gap:8px;max-height:46vh;overflow-y:auto}.history__item{display:flex;align-items:center;gap:12px;border:1px solid var(--st-border);border-radius:11px;padding:10px 12px}.history__kind{font-size:11px;font-weight:700;padding:4px 9px;border-radius:999px;white-space:nowrap;background:var(--st-bg);color:var(--st-muted)}.history__kind--publicada{background:#30a46c24;color:#1d7a4c}.history__info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.history__info strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history__info small{font-size:11.5px;color:var(--st-muted)}.history__actions{display:flex;align-items:center;gap:6px}.history__delete{border:none;background:none;color:var(--st-muted);cursor:pointer;font-size:12px;padding:6px;border-radius:7px}.history__delete:hover{color:#e5484d;background:#e5484d14}.card-editor__tabs{display:flex;gap:4px;background:var(--st-bg);border-radius:9px;padding:3px}.card-editor__tabs button{flex:1;border:none;background:transparent;font-size:12.5px;font-weight:600;color:var(--st-muted);padding:6px 0;border-radius:7px;cursor:pointer}.card-editor__tabs button.is-active{background:#fff;color:var(--st-text);box-shadow:0 1px 3px #0f12221f}.code-field{display:flex;align-items:center;gap:12px;width:100%;border:1.5px dashed var(--st-border);background:var(--st-bg);border-radius:11px;padding:12px;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.code-field:hover{border-color:var(--st-accent);background:var(--st-accent-soft)}.code-field__icon{font-size:22px}.code-field__meta{display:flex;flex-direction:column;gap:2px}.code-field__meta strong{font-size:13px}.code-field__meta small{font-size:11.5px;color:var(--st-muted)}.modal--code{width:min(940px,94vw);height:min(80vh,720px);display:flex;flex-direction:column}.code-modal__hint{font-size:12px;color:var(--st-muted);margin-bottom:10px}.code-modal__hint code{background:var(--st-bg);padding:1px 6px;border-radius:5px}.code-modal__editor{flex:1;min-height:0;border-radius:10px;overflow:hidden;border:1px solid var(--st-border)}.code-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.code-modal__head-actions{display:flex;align-items:center;gap:8px}.code-modal__expand{border:1px solid var(--st-border);background:transparent;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--st-muted);cursor:pointer}.code-modal__expand:hover{border-color:var(--st-accent);color:var(--st-text)}.modal--code-full{width:96vw;height:94vh}.code-modal__spacer{flex:1}.sections__icon,.sections__child-icon,.library__icon,.pages__bp-icon,.frame__tag,.library__lock{display:inline-flex;align-items:center;justify-content:center;gap:5px}.modal__head h3,.assistant__head strong,.topbar__history,.studio-button{display:inline-flex;align-items:center;gap:7px}.topbar__history{justify-content:center}.icon-field{display:flex;align-items:center;gap:10px;width:100%;border:1px solid var(--st-border);background:#fff;border-radius:9px;padding:8px 12px;font-size:13px;font-family:inherit;cursor:pointer;text-align:left}.icon-field:hover{border-color:var(--st-accent)}.icon-field__preview{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--st-accent-soft);color:var(--st-accent)}.icon-field__empty{color:var(--st-muted)}.modal--icons{width:min(640px,92vw)}.icon-picker__search{width:100%;border:1px solid var(--st-border);border-radius:10px;padding:10px 14px;font-size:14px;font-family:inherit;margin-bottom:14px}.icon-picker__search:focus{outline:none;border-color:var(--st-accent)}.icon-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;max-height:46vh;overflow-y:auto}.icon-picker__item{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid var(--st-border);background:#fff;border-radius:10px;padding:12px 6px 9px;cursor:pointer;color:var(--st-text);transition:border-color .12s ease,background .12s ease}.icon-picker__item:hover,.icon-picker__item.is-active{border-color:var(--st-accent);background:var(--st-accent-soft)}.icon-picker__item small{font-size:10px;color:var(--st-muted);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-picker__item--none{border-style:dashed}.chip--color{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.chip--color input[type=color]{width:18px;height:18px;border:none;padding:0;background:none;cursor:pointer}.is-cf-device-hidden{position:relative;opacity:.35;filter:grayscale(.6)}.is-cf-device-hidden:after{content:attr(data-cf-hidden-label);position:absolute;top:10px;left:50%;transform:translate(-50%);background:#0f1222d1;color:#fff;font-size:11px;font-weight:700;font-family:Inter,system-ui,sans-serif;padding:4px 12px;border-radius:999px;z-index:5}.topbar__saved{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:#1d7a4c;opacity:0;transition:opacity .3s ease;white-space:nowrap}.topbar__saved.is-visible{opacity:1}.pages__row{display:flex;align-items:center;gap:8px;width:100%}.pages__seo-toggle{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--st-border);background:transparent;border-radius:7px;padding:4px 9px;font-size:11px;font-weight:600;color:var(--st-muted);cursor:pointer}.pages__seo-toggle:hover,.pages__seo-toggle.has-seo{border-color:var(--st-accent);color:var(--st-accent)}.pages__seo{display:flex;flex-direction:column;gap:10px;padding:10px 12px 12px;margin-top:8px;background:var(--st-bg);border-radius:10px}.pages__seo input,.pages__seo textarea{border:1px solid var(--st-border);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit;resize:vertical}.frame [data-cf-edit]{cursor:text;border-radius:4px;transition:box-shadow .12s ease,background-color .12s ease}.frame [data-cf-edit]:hover{background-color:#7c6cf617;box-shadow:0 0 0 4px #7c6cf617}.frame [contenteditable=true]{background-color:#7c6cf612;box-shadow:0 0 0 4px #7c6cf612,0 0 0 1.5px var(--st-accent);outline:none}.frame [data-cf-field]{cursor:pointer;transition:box-shadow .12s ease}.frame [data-cf-field]:hover{box-shadow:0 0 0 2px #7c6cf68c}.is-cf-element-focus{box-shadow:0 0 0 2.5px var(--st-accent),0 0 0 7px #7c6cf62e!important;transition:box-shadow .15s ease}.frame [data-cf-drag]{position:relative}.frame [data-cf-drag]:hover:before{content:"⠿";position:absolute;top:50%;left:-26px;transform:translateY(-50%);width:20px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--st-accent);color:#fff;font-size:11px;border-radius:6px;cursor:grab;z-index:6;animation:cf-handle-in .15s ease}@keyframes cf-handle-in{0%{opacity:0;transform:translateY(-50%) translate(4px)}to{opacity:1;transform:translateY(-50%) translate(0)}}body.is-cf-dragging .frame{transition:opacity .15s ease}body.is-cf-dragging .frame:not(:has([data-cf-zone])){opacity:.45}body.is-cf-dragging{cursor:grabbing!important}.cf-drop-before,.cf-drop-after,.cf-drop-left,.cf-drop-right{animation:cf-drop-pulse .9s ease-in-out infinite}@keyframes cf-drop-pulse{0%,to{opacity:1}50%{opacity:.55}}.palettes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.palette{border:1.5px solid var(--st-border);border-radius:11px;padding:10px 8px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:7px;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.palette:hover{transform:translateY(-2px);border-color:var(--st-accent);box-shadow:0 6px 16px #14142824}.palette__dots{display:flex;gap:4px}.palette__dots i{width:13px;height:13px;border-radius:50%;border:1px solid rgba(128,128,128,.25)}.palette__name{font-size:10.5px;font-weight:700}.cf-card-add--row{aspect-ratio:auto;min-height:120px}.cf-card-add--square{aspect-ratio:1}.rich-bar{position:fixed;z-index:95;display:flex;align-items:center;gap:2px;background:#1c1c24;border-radius:9px;padding:4px;box-shadow:0 8px 28px #0a0a1959;animation:card-editor-in .14s ease}.rich-bar button{border:none;background:transparent;color:#e8e8f0;width:30px;height:28px;border-radius:6px;cursor:pointer;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.rich-bar button:hover{background:#ffffff24}.rich-bar input{border:none;background:#ffffff1f;color:#fff;border-radius:6px;padding:5px 10px;font-size:12.5px;width:180px;margin-left:4px}.rich-bar input::placeholder{color:#ffffff73}.rich-bar input:focus{outline:1.5px solid var(--st-accent)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.stat-tile{border:1px solid var(--st-border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:3px}.stat-tile strong{font-size:24px;letter-spacing:-.02em}.stat-tile span{font-size:11.5px;color:var(--st-muted);font-weight:600}.analytics__list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.analytics__list li{display:grid;grid-template-columns:130px 1fr auto;gap:10px;align-items:center;font-size:13px}.analytics__list--plain li{grid-template-columns:1fr auto}.analytics__bar{height:8px;background:var(--st-bg);border-radius:999px;overflow:hidden}.analytics__bar i{display:block;height:100%;background:var(--st-accent);border-radius:999px}.pos-grid{display:grid;grid-template-columns:repeat(3,26px);gap:5px;padding:8px;background:var(--st-bg);border-radius:10px;width:fit-content}.pos-grid button{width:26px;height:26px;border:1.5px solid var(--st-border);border-radius:7px;background:#fff;cursor:pointer;transition:border-color .12s ease,background .12s ease}.pos-grid button:hover{border-color:var(--st-accent)}.pos-grid button.is-active{background:var(--st-accent);border-color:var(--st-accent)}body.is-cf-dragging .frame [data-cf-edit]:hover{background-color:transparent;box-shadow:none}body.is-cf-dragging .frame [data-cf-drag]:hover:before{display:none}.is-cf-lifting{opacity:.45;transform:scale(.97);transition:opacity .12s ease,transform .12s ease}.frame a,.frame img,.frame [data-cf-drag],.frame [data-cf-card],.frame [data-cf-pos-drag]{-webkit-user-drag:none}.pos-grid button.is-taken{background:#d5d5dc;border-color:#d5d5dc;cursor:not-allowed}.pos-grid button.is-taken:hover{border-color:#d5d5dc}.cf-card-add--stat{aspect-ratio:auto;min-width:90px;min-height:74px}.cf-card-add--logo{aspect-ratio:auto;width:110px;height:44px;flex-direction:row;gap:4px}.topbar__locale{position:relative}.topbar__locale>button{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600}.topbar__locale-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:120;display:flex;flex-direction:column;min-width:130px;padding:5px;background:var(--panel, #fff);border:1px solid rgb(0 0 0 / .1);border-radius:10px;box-shadow:0 12px 34px #00000024}.topbar__locale-menu--portal{position:fixed;z-index:210}.topbar__locale-menu button{border:none;background:transparent;text-align:left;font-size:12.5px;padding:7px 10px;border-radius:7px;cursor:pointer}.topbar__locale-menu button:hover{background:#0000000d}.topbar__locale-menu button.is-active{background:#7c6cf61f;color:#6b5ae0;font-weight:600}.topbar__editlocale{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border:1px solid var(--st-border);border-radius:9px;background:var(--st-panel);cursor:pointer;font-family:inherit;color:inherit}.topbar__editlocale:hover{border-color:#7c6cf680}.topbar__editlocale-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.topbar__editlocale-meta small{font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--st-muted)}.topbar__editlocale-meta strong{font-size:12.5px}.topbar__locale.is-translating .topbar__editlocale{background:#7c6cf624;border-color:#7c6cf673;color:#6b5ae0}.topbar__locale.is-translating .topbar__editlocale-meta small{color:#8577e8}.topbar__translations{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border:1px solid var(--st-border);border-radius:9px;background:var(--st-panel);cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;color:inherit;white-space:nowrap}.topbar__translations:hover{border-color:#7c6cf680}.chip--locale{display:inline-flex;align-items:center;gap:7px}.chip__remove{border:none;background:transparent;color:inherit;opacity:.65;font-size:10px;cursor:pointer;padding:0}.chip__remove:hover{opacity:1}.chip--add-locale{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;border-style:dashed;color:var(--st-muted);background:transparent;max-width:150px}.modal--translations{max-width:980px;max-height:88vh}.tr-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.tr-toolbar__langs{display:flex;align-items:center;gap:8px;font-size:13px}.tr-toolbar__base{font-weight:700}.tr-toolbar__arrow{color:var(--st-muted)}.tr-toolbar__langs select{padding:6px 9px;border:1px solid var(--st-border);border-radius:8px;background:var(--st-panel);font:inherit;font-weight:700}.tr-toolbar__progress{font-size:12px;color:var(--st-muted);background:#0000000d;padding:3px 9px;border-radius:99px}.tr-toolbar__actions{display:flex;align-items:center;gap:10px}.tr-toolbar__actions input[type=search]{padding:7px 11px;border:1px solid var(--st-border);border-radius:8px;font:inherit;font-size:12.5px;width:200px}.tr-toolbar__pending{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--st-muted);cursor:pointer;white-space:nowrap}.tr-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tr-auto{margin-left:auto;border-color:#7c6cf673;color:#6b5ae0}.tr-notice{margin-bottom:10px;padding:8px 12px;border-radius:8px;background:#7c6cf61a;color:#5b4bd6;font-size:12.5px}.tr-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:6px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--st-muted);border-bottom:1px solid var(--st-border)}.tr-page{border-bottom:1px solid var(--st-border)}.tr-page__head{display:flex;align-items:center;gap:8px;width:100%;padding:11px 6px;border:none;background:transparent;cursor:pointer;font:inherit;font-size:13.5px;text-align:left}.tr-page__head small{color:var(--st-muted)}.tr-page__count{margin-left:auto;font-size:11.5px;font-weight:700;color:#a06a00;background:#f0ad1e29;padding:2px 9px;border-radius:99px}.tr-page__count.is-done{color:#1e7a45;background:#2ea05c24}.tr-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:9px 10px;border-top:1px dashed color-mix(in srgb,var(--st-border) 70%,transparent);align-items:start}.tr-row:hover{background:#00000005}.tr-row__label{display:block;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-muted);margin-bottom:4px}.tr-row__text{font-size:13px;line-height:1.45;white-space:pre-wrap;max-height:110px;overflow-y:auto}.tr-row__target input,.tr-row__target textarea{width:100%;padding:8px 10px;border:1px solid var(--st-border);border-radius:8px;font:inherit;font-size:13px;resize:vertical}.tr-row__target input::placeholder,.tr-row__target textarea::placeholder{color:color-mix(in srgb,var(--st-muted) 60%,transparent)}.tr-empty{padding:12px;font-size:12.5px;color:var(--st-muted)}.field--translate .field__label{display:flex;align-items:center;justify-content:space-between;gap:8px}.translate-state{font-style:normal;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:2px 7px;border-radius:99px;white-space:nowrap}.translate-state.is-pending{background:#f0ad1e29;color:#a06a00}.translate-state.is-done{background:#2ea05c24;color:#1e7a45}.translate-base{display:block;margin:2px 0 6px;padding:6px 9px;border-left:2px solid rgb(0 0 0 / .14);background:#00000009;border-radius:0 7px 7px 0;color:var(--st-muted);font-size:12px;line-height:1.45;white-space:pre-wrap;max-height:96px;overflow-y:auto}body[data-studio-lang=en] .frame .cf-row-share:after{content:"⇄ Will share a row with: " attr(data-cf-share)}body[data-studio-lang=en]:not(.is-cf-dragging) .frame [data-cf-card]:hover:after{content:"✎Edit"}body[data-studio-lang=en] .cf-space-handle:after{content:"↕Spacing"}:root{--brand: #16A34A;--brand-600: #15803D;--brand-50: #ECFDF3;--brand-100: #D1FAE5;--accent: #FF6B5A;--accent-50: #FFEDEA;--success: #10B981;--success-50: #E7F8F1;--info: #3B82F6;--danger: #EF4444;--bg: #F4F5F7;--surface: #FFFFFF;--text: #1F2430;--text-2: #6B7280;--text-3: #9AA1AC;--border: #E8EAF0;--border-2: #DDE0E7;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(20, 23, 40, .06), 0 1px 2px rgba(20, 23, 40, .04);--shadow-md: 0 6px 20px rgba(20, 23, 40, .08);--sidebar-w: 248px;--topbar-h: 64px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;overflow-y:auto;padding:0 12px 24px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}.brand{display:flex;align-items:center;gap:10px;padding:18px 10px 16px;position:sticky;top:0;background:var(--surface)}.brand .mark{width:34px;height:34px;border-radius:9px;background:var(--brand);display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px;position:relative}.brand .mark:after{content:"";position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.brand .name{font-weight:800;font-size:20px;letter-spacing:-.5px}.brand .name b{color:var(--brand)}.nav-group{margin-top:6px}.nav-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-3);padding:12px 12px 6px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:var(--text-2);font-size:14.5px;font-weight:500;margin-bottom:2px;transition:.12s}.nav-item:hover{background:#f7f8fa;color:var(--text)}.nav-item.active{background:var(--brand-50);color:var(--brand);font-weight:600}.nav-item.active svg{color:var(--brand)}.nav-item svg{color:var(--text-3);flex-shrink:0}.nav-item .tag{margin-left:auto;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px;background:var(--success-50);color:var(--success)}.nav-parent{width:100%;text-align:left;cursor:pointer}.nav-caret{margin-left:auto;display:inline-flex;color:var(--text-3);transition:transform .18s ease;flex-shrink:0}.nav-caret.open{transform:rotate(90deg)}.nav-parent .tag+.nav-caret{margin-left:8px}.nav-sub{display:flex;flex-direction:column;gap:2px;margin:2px 0 6px}.nav-subitem{display:flex;align-items:center;gap:9px;padding:8px 12px 8px 40px;border-radius:9px;font-size:13.5px;font-weight:500;color:var(--text-2);transition:.12s}.nav-subitem:hover{background:#f7f8fa;color:var(--text)}.nav-subitem.active{color:var(--brand);font-weight:600}.nav-subitem .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;visibility:hidden}.nav-subitem.active .dot{visibility:visible}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:18px;padding:0 26px;position:sticky;top:0;z-index:5;min-width:0;overflow:hidden}.topbar .spacer{flex:1 1 0;min-width:0}.topbar .pill{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-2);font-weight:500;flex-shrink:0;white-space:nowrap}.topbar .wallet{background:var(--brand-50);color:var(--brand);padding:7px 14px;border-radius:20px;font-weight:700}.topbar .user{display:flex;align-items:center;gap:9px;font-weight:600;font-size:14px;min-width:0;flex-shrink:0}.topbar .user>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--accent));flex-shrink:0}.topbar .segmented{flex-shrink:1;min-width:0;overflow:hidden}.content{padding:26px;width:100%;min-width:0}.menu-toggle{display:inline-grid;place-items:center;width:38px;height:38px;flex-shrink:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text-2);cursor:pointer;transition:.12s}.menu-toggle:hover{background:#f7f8fa;color:var(--text);border-color:var(--border-2)}.sidebar{transition:width .26s cubic-bezier(.4,0,.2,1),opacity .18s ease,border-color .26s ease;overflow-x:hidden}.shell--collapsed .sidebar{width:0;opacity:0;padding-left:0;padding-right:0;border-right-color:transparent;pointer-events:none}.content--flush{padding:0;max-width:none;height:calc(100vh - var(--topbar-h));overflow:hidden}.content--flush .pagebuilder-host{height:100%;width:100%;overflow:hidden}.content--wide{max-width:none}.pagebuilder-host .editor{height:100%}.pagebuilder-host .gallery{height:100%;overflow-y:auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:16px;flex-wrap:wrap}.page-title{font-size:24px;font-weight:800;letter-spacing:-.4px;margin:0}.page-sub{color:var(--text-2);font-size:14px;margin:4px 0 0}.breadcrumb{color:var(--text-3);font-size:13px;margin-bottom:14px;display:flex;gap:8px;align-items:center}.breadcrumb b{color:var(--text-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;font-weight:600;font-size:14px;transition:.12s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-600)}.btn-accent{background:var(--accent);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-info{background:var(--info);color:#fff}.btn-outline{background:var(--surface);color:var(--text);border:1px solid var(--border-2)}.btn-outline:hover{border-color:var(--brand);color:var(--brand)}.btn-ghost{color:var(--brand)}.btn-sm{padding:7px 12px;font-size:13px;border-radius:8px}.btn-block{width:100%;justify-content:center}.filterbar{display:flex;flex-direction:column;gap:16px;padding:18px;margin-bottom:20px}.filter-toggles{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.toggle{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--text-2)}.toggle .sw{width:40px;height:22px;border-radius:20px;background:var(--border-2);position:relative;transition:.15s;flex-shrink:0}.toggle .sw:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.15s;box-shadow:0 1px 2px #0003}.toggle.on .sw{background:var(--brand)}.toggle.on .sw:after{left:21px}.toggle.on{color:var(--text)}.filter-row{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px;min-width:150px}.field>label{font-size:12.5px;font-weight:600;color:var(--text-2)}.input,.select{height:42px;border:1px solid var(--border-2);border-radius:10px;padding:0 14px;font-size:14px;background:var(--surface);color:var(--text);font-family:inherit}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.input:focus,.select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50)}.search{flex:1;min-width:220px;position:relative}.search input{width:100%;height:42px;border:1px solid var(--border-2);border-radius:10px;padding:0 14px 0 42px;font-size:14px}.search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-3)}.range{display:flex;align-items:center;gap:8px}.range input{width:92px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:6px 0 12px}.section-head h3{font-size:18px;font-weight:800;margin:0}.provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));gap:16px;margin-bottom:24px}.provider-card{min-width:0}.provider-card{position:relative;padding:22px 18px;text-align:center;transition:.15s}.provider-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.provider-card .logo{width:68px;height:68px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;font-size:26px;background:var(--brand-50);color:var(--brand);font-weight:800}.provider-card h4{margin:0 0 4px;font-size:15.5px;font-weight:700}.provider-card .count{font-size:13px;color:var(--text);font-weight:600}.provider-card .cats{font-size:12.5px;color:var(--text-3);margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.heart{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:9px;border:1px solid var(--border);display:grid;place-items:center;color:var(--text-3);background:var(--surface);transition:.12s}.heart:hover{color:var(--accent);border-color:var(--accent)}.heart.on{color:var(--accent);border-color:var(--accent);background:var(--accent-50)}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(230px,100%),1fr));gap:16px}.item-card{overflow:hidden;display:flex;flex-direction:column;transition:.15s;min-width:0}.item-body{min-width:0}.item-body h4{overflow-wrap:anywhere}.item-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.item-card .thumb{height:168px;background:var(--brand-50);position:relative;display:grid;place-items:center;color:var(--brand);font-size:44px}.item-card .thumb img{width:100%;height:100%;object-fit:cover}.item-card .badge-stock{position:absolute;top:10px;right:10px;background:#fffffff2;color:var(--text);font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;box-shadow:var(--shadow)}.item-card .badge-cat{position:absolute;top:10px;left:10px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px}.item-body{padding:14px 14px 10px;flex:1;display:flex;flex-direction:column}.item-body .kicker{font-size:12px;color:var(--text-3);font-weight:600}.item-body h4{margin:3px 0 6px;font-size:15px;font-weight:700;line-height:1.3}.item-body .prov{font-size:12.5px;color:var(--text-2)}.item-body .prov b{color:var(--brand)}.price-row{margin-top:auto;padding-top:10px;display:flex;align-items:flex-end;gap:10px}.price-row .net{font-size:13px;color:var(--text-3);text-decoration:line-through}.price-row .sell{font-size:19px;font-weight:800}.price-row .lbl{font-size:11px;color:var(--text-3);display:block}.item-cta{border-top:1px solid var(--border);padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--brand);font-weight:700;font-size:14px;transition:.12s}.item-cta:hover{background:var(--brand-50)}.banner{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:var(--radius);background:linear-gradient(100deg,var(--brand),#22C55E);color:#fff;margin-bottom:22px}.banner .big{font-size:20px;font-weight:800}.banner .btn{margin-left:auto;background:#fff;color:var(--brand)}.alert{display:flex;align-items:center;gap:12px;background:#fff7e8;border:1px solid #FCE3B0;color:#8a6100;padding:13px 18px;border-radius:var(--radius);margin-bottom:20px;font-size:14px;font-weight:500}.alert .btn{margin-left:auto;background:var(--accent);color:#fff}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:16px;margin-bottom:22px}.stat{padding:18px;min-width:0}.stat .n{overflow-wrap:anywhere}.stat .n{font-size:26px;font-weight:800;letter-spacing:-.5px}.stat .l{font-size:13px;color:var(--text-2);margin-top:2px}.stat .ic{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;margin-bottom:10px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:4px 11px;border-radius:20px;line-height:1;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge-amber{background:#fff4e0;color:#b77300}.badge-indigo{background:var(--brand-50);color:var(--brand)}.badge-green{background:var(--success-50);color:#0a7a56}.badge-red{background:#fdecec;color:var(--danger)}.badge-gray{background:#f0f1f4;color:var(--text-2)}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.table{width:100%;min-width:640px;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-3);padding:12px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:13px 14px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:.12s}.table tbody tr:hover{background:#f9fafc}.table .mono{font-variant-numeric:tabular-nums;font-weight:700}.table .muted{color:var(--text-2);font-size:13px}.amt-pos{color:var(--success);font-weight:800;font-variant-numeric:tabular-nums}.amt-neg{color:var(--danger);font-weight:800;font-variant-numeric:tabular-nums}.chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.chip{font-size:13px;font-weight:600;padding:7px 14px;border-radius:20px;background:var(--surface);border:1px solid var(--border-2);color:var(--text-2);transition:.12s}.chip:hover{border-color:var(--brand);color:var(--brand)}.chip.on{background:var(--brand);border-color:var(--brand);color:#fff}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.tab{font-size:14px;font-weight:600;color:var(--text-2);padding:11px 16px;border-bottom:2px solid transparent;margin-bottom:-1px;transition:.12s}.tab:hover{color:var(--text)}.tab.on{color:var(--brand);border-bottom-color:var(--brand)}.segmented{display:inline-flex;background:#f0f1f4;border-radius:20px;padding:3px;gap:2px}.segmented button{font-size:13px;font-weight:600;color:var(--text-2);padding:6px 14px;border-radius:18px;transition:.12s}.segmented button:hover{color:var(--text)}.segmented button.on{background:var(--brand);color:#fff;box-shadow:var(--shadow)}.balance-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:16px;margin-bottom:20px}.balance{padding:20px;min-width:0}.balance .amt{overflow-wrap:anywhere}.balance .cap{font-size:13px;color:var(--text-2);font-weight:600;display:flex;align-items:center;gap:8px}.balance .amt{font-size:30px;font-weight:800;letter-spacing:-.6px;margin-top:10px}.balance.accent{background:linear-gradient(120deg,var(--brand),#22C55E);border:none;color:#fff}.balance.accent .cap{color:#ffffffd9}.result-head{display:flex;align-items:center;justify-content:space-between;margin:4px 0 14px}.result-head .sort{font-size:14px;color:var(--text-2)}.result-head .sort b{color:var(--text)}.empty{text-align:center;padding:60px 20px;color:var(--text-3)}.empty .em{font-size:46px;margin-bottom:10px}.row-emoji{width:38px;height:38px;border-radius:9px;background:var(--brand-50);display:grid;place-items:center;font-size:19px;flex-shrink:0}.provider-header{display:flex;align-items:center;gap:18px;padding:22px;margin-bottom:22px;flex-wrap:wrap}.provider-header .ph-logo{width:72px;height:72px;border-radius:16px;background:var(--brand-50);display:grid;place-items:center;font-size:34px;flex-shrink:0}.provider-header .ph-info{flex:1 1 200px;min-width:0;overflow-wrap:anywhere}.provider-header .ph-stats{display:flex;gap:28px;flex-wrap:wrap}.ph-stat{text-align:center}.ph-stat .n{font-size:22px;font-weight:800;letter-spacing:-.4px}.ph-stat .l{font-size:12px;color:var(--text-2);margin-top:2px}.prop-card{cursor:pointer;border:1px solid var(--border)}.prop-card.sel{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-50)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1417287a;display:grid;place-items:center;padding:24px;z-index:50}.modal{background:var(--surface);border-radius:16px;box-shadow:var(--shadow-md);width:100%;max-width:820px;max-height:90vh;overflow-y:auto}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);z-index:1}.modal-head h3{margin:2px 0 0;font-size:18px;font-weight:800}.modal-head .kicker{font-size:12px;color:var(--text-3);font-weight:600}.modal-close{width:34px;height:34px;border-radius:9px;color:var(--text-2);font-size:16px;background:#f4f5f7}.modal-close:hover{background:var(--brand-50);color:var(--brand)}.modal-body{padding:22px}.cal-layout{display:grid;grid-template-columns:1fr 260px;gap:20px}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-nav strong{font-size:15px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.cal-dow{text-align:center;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-3);padding-bottom:4px}.cal-day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;aspect-ratio:1;border-radius:9px;border:1px solid var(--border);background:var(--surface);transition:.12s;cursor:pointer}.cal-day .d{font-size:14px;font-weight:700;color:var(--text)}.cal-day .q{font-size:9.5px;font-weight:600;color:var(--success)}.cal-day:hover:not(.sold){border-color:var(--brand);background:var(--brand-50)}.cal-day.sold{background:#fdecec;border-color:#f7c9c9;cursor:not-allowed}.cal-day.sold .d,.cal-day.sold .q{color:var(--danger)}.cal-day.in-range{background:var(--brand-50);border-color:var(--brand-100)}.cal-day.in-range .q{color:var(--brand)}.cal-day.selected{background:var(--brand);border-color:var(--brand)}.cal-day.selected .d,.cal-day.selected .q{color:#fff}.cal-summary{padding:18px;align-self:start;position:sticky;top:0}.cal-summary h4{margin:0 0 14px;font-size:15px;font-weight:800}.sum-row{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;color:var(--text-2);padding:7px 0}.sum-row b{color:var(--text)}.sum-row.total{border-top:1px solid var(--border);margin-top:6px;padding-top:12px;font-size:15px}.sum-row.total b{font-size:19px;font-weight:800}.cal-summary .btn-block{margin-top:14px}.cal-summary .hint{font-size:11.5px;color:var(--text-3);margin:10px 0 0;text-align:center}.reserve-form{max-width:480px}.reserve-done{text-align:center;padding:20px 10px 8px}.reserve-done h3{font-size:20px;font-weight:800;margin:6px 0}.reserve-done p{color:var(--text-2);margin:0 0 14px}.done-badge{width:60px;height:60px;border-radius:50%;background:var(--success-50);color:var(--success);display:grid;place-items:center;font-size:30px;font-weight:800;margin:0 auto 8px}.voucher{display:inline-block;font-size:20px;font-weight:800;letter-spacing:.5px;color:var(--brand);background:var(--brand-50);padding:10px 22px;border-radius:10px;margin-bottom:16px;font-variant-numeric:tabular-nums}.done-detail{font-size:13.5px;color:var(--text-2);line-height:1.7;margin-bottom:20px}.ph-meta{display:flex;flex-direction:column;gap:3px;margin-top:10px;font-size:13px;color:var(--text-2)}.ph-meta b{color:var(--text);font-weight:700}.ph-meta .dot-on{color:var(--success);font-size:11px}.ph-actions{display:flex;align-items:center;gap:10px;margin-bottom:22px}.chat-btn-wrap{position:relative}.chat-btn-wrap .caret{margin-left:2px;font-size:12px}.chat-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;min-width:190px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);padding:6px;display:flex;flex-direction:column;gap:2px}.chat-menu button{text-align:left;padding:9px 12px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text);transition:.12s}.chat-menu button:hover{background:var(--brand-50);color:var(--brand)}.icon-btn{width:42px;height:42px;border-radius:10px;border:1px solid var(--border-2);background:var(--surface);display:grid;place-items:center;color:var(--text-2);transition:.12s}.icon-btn:hover{border-color:var(--brand);color:var(--brand)}.icon-btn.on{border-color:var(--accent);color:var(--accent);background:var(--accent-50)}.rating-card{padding:24px;margin-bottom:24px}.rating-title{text-align:center;font-size:18px;font-weight:800;margin:0 0 16px}.rating-verdict{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14.5px;color:var(--text);margin-bottom:18px}.rating-verdict .rating-shield{font-size:18px}.rating-verdict .opt{color:var(--success);font-weight:800}.rating-bars{display:flex;gap:12px;margin:0 auto 24px;max-width:640px}.rating-bar{flex:1;height:14px;border-radius:20px}.rating-bar.coral{background:#ffdad4}.rating-bar.amber{background:#fce7b8}.rating-bar.green{background:var(--success)}.rating-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rating-mini{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fafbfc;min-width:0}.rating-mini>div{min-width:0;overflow-wrap:anywhere;word-break:break-word}.rating-mini h4{margin:0 0 3px;font-size:14.5px;font-weight:800;overflow-wrap:anywhere;white-space:normal}.rating-mini p{margin:0;font-size:13px;color:var(--text-2);line-height:1.4;overflow-wrap:anywhere;white-space:normal}.rating-chip{width:40px;height:40px;border-radius:11px;background:var(--success-50);display:grid;place-items:center;font-size:20px;flex-shrink:0}.chat-modal{max-width:560px}.modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--border)}.textarea{height:auto;padding:12px 14px;line-height:1.5;resize:vertical;width:100%}.char-counter{text-align:right;font-size:12px;color:var(--text-3);margin-top:4px}@media (max-width: 1000px){.provider-grid,.item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cal-layout{grid-template-columns:1fr}}@media (max-width: 820px){.rating-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.rating-bars{max-width:none}}@media (max-width: 720px){.content{padding:18px}.topbar{gap:12px;padding:0 16px}.topbar .user>span:last-child{display:none}.segmented button{padding:6px 10px;font-size:12.5px}.cal-layout,.rating-cards{grid-template-columns:1fr}.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-grid{grid-template-columns:1fr}.filter-row{gap:12px}.filter-row .field,.filter-row .search{min-width:0;width:100%;flex:1 1 100%}.provider-header{gap:14px}.provider-header .ph-stats{gap:18px}}@media (max-width: 600px){.sidebar{display:none}.provider-grid{grid-template-columns:1fr}.segmented{flex-wrap:nowrap}}@media (max-width: 480px){.topbar .segmented{display:none}.topbar{padding:0 12px}}.pb-wrap{display:flex;flex-direction:column;gap:34px}.pb-header{position:relative;overflow:hidden;border-radius:22px;background:radial-gradient(120% 140% at 12% 0%,#6d5df6,#16a34a 42%,#3b34b8);color:#fff;box-shadow:0 24px 60px -22px #4f46e599;isolation:isolate}.pb-header-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(50% 70% at 88% 18%,rgba(255,107,90,.55) 0%,transparent 60%),radial-gradient(45% 60% at 100% 100%,rgba(255,255,255,.22) 0%,transparent 55%)}.pb-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(120% 120% at 20% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 120% at 20% 0%,#000 30%,transparent 75%)}.pb-header-inner{position:relative;z-index:1;padding:46px 44px 48px;max-width:640px}.pb-badge{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;padding:6px 13px 6px 10px;border-radius:20px;background:#ffffff29;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.1px}.pb-badge-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px #4ade8047;animation:pb-pulse 1.8s ease-in-out infinite}@keyframes pb-pulse{0%,to{opacity:1}50%{opacity:.4}}.pb-title{font-size:46px;font-weight:850;letter-spacing:-1.6px;line-height:1.02;margin:18px 0 10px}.pb-title span{background:linear-gradient(90deg,#ffd3cc,#ff9a8b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pb-sub{font-size:17px;line-height:1.5;color:#ffffffd1;margin:0 0 24px;max-width:460px}.pb-header-actions{display:flex;gap:12px;flex-wrap:wrap}.pb-cta{padding:12px 20px;border-radius:12px}.pb-header-actions .btn-primary{background:#fff;color:var(--brand);box-shadow:0 10px 24px -10px #0006}.pb-header-actions .btn-primary:hover{background:#f3f1ff}.pb-header-actions .btn-outline{background:#ffffff14;color:#fff;border-color:#fff6}.pb-header-actions .btn-outline:hover{background:#ffffff2e;border-color:#fff;color:#fff}.pb-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:-14px}.pb-section-title{font-size:21px;font-weight:800;letter-spacing:-.5px;margin:0}.pb-section-sub{color:var(--text-2);font-size:14px;margin:5px 0 0}.pb-count-pill,.pb-soon-pill{font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:20px;background:var(--brand-50);color:var(--brand);white-space:nowrap}.pb-soon-pill{display:inline-flex;align-items:center;gap:8px;background:var(--accent-50);color:var(--accent)}.pb-soon-pill .pb-badge-dot{background:var(--accent);box-shadow:0 0 0 3px #ff6b5a38}.pb-templates{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:22px}.pb-tpl-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s;display:flex;flex-direction:column}.pb-tpl-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -24px #14172866}.pb-tpl-frame{padding:14px 14px 0}.pb-tpl-topbar{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px 10px 0 0;background:#eef0f4;border:1px solid var(--border);border-bottom:none}.pb-dot{width:9px;height:9px;border-radius:50%}.pb-dot.r{background:#ff6058}.pb-dot.y{background:#ffbd2e}.pb-dot.g{background:#28c840}.pb-tpl-url{margin-left:10px;font-size:11px;color:var(--text-3);background:#fff;padding:3px 10px;border-radius:20px;flex:1;text-align:center}.pb-mini{height:210px;border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;overflow:hidden;display:flex;flex-direction:column;position:relative}.pb-mini-hero{padding:14px 15px 16px;position:relative;overflow:hidden}.pb-mini-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;position:relative;z-index:1}.pb-mini-logo{width:34px;height:8px;border-radius:4px;background:currentColor;opacity:.9}.pb-mini-links{display:flex;gap:6px}.pb-mini-links i{width:14px;height:5px;border-radius:3px;background:currentColor;opacity:.45;display:block}.pb-mini-h1{height:12px;width:78%;border-radius:5px;background:currentColor;opacity:.9;margin-bottom:7px;position:relative;z-index:1}.pb-mini-h1.short{width:52%;opacity:.55}.pb-mini-search{display:flex;gap:6px;margin-top:12px;position:relative;z-index:1}.pb-mini-input{flex:1;height:20px;border-radius:6px;background:#ffffffe6;box-shadow:inset 0 0 0 1px #0000000f}.pb-mini-btn{width:44px;height:20px;border-radius:6px}.pb-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 15px;background:#fff;flex:1}.pb-mini-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:6px;box-shadow:var(--shadow)}.pb-mini-thumb{height:34px;border-radius:6px;display:grid;place-items:center;font-size:18px;margin-bottom:6px}.pb-mini-line{height:6px;border-radius:3px;background:#e5e7ee;margin-bottom:4px}.pb-mini-line.tiny{width:60%}.pb-mini-price{height:8px;width:44%;border-radius:3px;margin-top:6px}.pb-mini--moderno{color:#fff}.pb-mini--moderno .pb-mini-hero{background:linear-gradient(135deg,#16a34a,#7c74f5)}.pb-mini--moderno .pb-mini-btn{background:#ff6b5a}.pb-mini--moderno .pb-mini-thumb{background:#ecfdf3}.pb-mini--moderno .pb-mini-price{background:#16a34a}.pb-mini--elegante{color:#e8d8a8}.pb-mini--elegante .pb-mini-hero{background:linear-gradient(135deg,#14151a,#26262e)}.pb-mini--elegante .pb-mini-input{background:#ffffff1a;box-shadow:inset 0 0 0 1px #e8d8a84d}.pb-mini--elegante .pb-mini-btn{background:#cba85a}.pb-mini--elegante .pb-mini-cards{background:#1a1b21}.pb-mini--elegante .pb-mini-card{background:#23242b;border-color:#33343c}.pb-mini--elegante .pb-mini-thumb{background:#2c2d35}.pb-mini--elegante .pb-mini-line{background:#3a3b44}.pb-mini--elegante .pb-mini-price{background:#cba85a}.pb-mini--tropical{color:#fff}.pb-mini--tropical .pb-mini-hero{background:linear-gradient(135deg,#ff7a59,#ff5c8a 55%,#14b8a6)}.pb-mini--tropical .pb-mini-btn{background:#0ea5a5}.pb-mini--tropical .pb-mini-thumb{background:#fff0ec}.pb-mini--tropical .pb-mini-price{background:#ff6b5a}.pb-mini--tropical .pb-mini-h1{border-radius:8px}.pb-tpl-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px;flex:1}.pb-tpl-headrow{display:flex;align-items:center;justify-content:space-between;gap:10px}.pb-tpl-name{font-size:18px;font-weight:800;margin:0;letter-spacing:-.3px}.pb-tpl-star{font-size:12.5px;font-weight:700;color:#b45309;background:#fef3c7;padding:3px 9px;border-radius:20px}.pb-tpl-desc{font-size:13.5px;line-height:1.55;color:var(--text-2);margin:0}.pb-tags{display:flex;flex-wrap:wrap;gap:7px}.pb-tag{font-size:11.5px;font-weight:600;color:var(--text-2);background:#f1f2f6;padding:4px 11px;border-radius:20px;border:1px solid var(--border)}.pb-tpl-actions{display:flex;gap:10px;margin-top:auto;padding-top:4px}.pb-tpl-use,.pb-tpl-prev{flex:1;justify-content:center}.pb-tpl-card--tropical:hover{box-shadow:0 26px 50px -24px #ff5c5a73}.pb-tpl-card--elegante:hover{box-shadow:0 26px 50px -24px #14151a8c}.pb-editor{border-radius:20px;overflow:hidden;background:#1b1d24;border:1px solid #2A2C35;box-shadow:0 40px 80px -30px #1417288c,0 0 0 1px #ffffff05 inset}.pb-ed-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:12px 18px;background:linear-gradient(180deg,#24262f,#1e2028);border-bottom:1px solid #2E303A}.pb-ed-tb-left{display:flex;align-items:center;gap:11px;min-width:0}.pb-ed-logo{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-weight:800;display:grid;place-items:center;flex-shrink:0}.pb-ed-file{color:#c7cad4;font-size:13.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-ed-file b{color:#8a8f9e;font-weight:600}.pb-ed-tb-center{display:flex;align-items:center;gap:12px;justify-self:center}.pb-ed-device{display:flex;background:#14151a;border:1px solid #313340;border-radius:10px;padding:3px;gap:2px}.pb-ed-device button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:7px;font-size:12.5px;font-weight:600;color:#9aa0ae}.pb-ed-device button.on{background:#34363f;color:#fff;box-shadow:0 1px 2px #0000004d}.pb-ed-device svg{color:inherit}.pb-ed-history{display:flex;gap:4px}.pb-ed-history button{width:34px;height:34px;border-radius:9px;background:#14151a;border:1px solid #313340;color:#b6bac6;font-size:16px;display:grid;place-items:center}.pb-ed-history button:hover{color:#fff;border-color:#454857}.pb-ed-tb-right{display:flex;align-items:center;gap:10px;justify-self:end}.pb-ed-preview{padding:8px 15px;border-radius:9px;font-size:13px;font-weight:600;color:#c7cad4;border:1px solid #34363F}.pb-ed-preview:hover{color:#fff;border-color:#4a4d5a}.pb-ed-publish{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;border-radius:9px;font-size:13.5px;font-weight:700;color:#fff;background:linear-gradient(135deg,#6d5df6,#16a34a);box-shadow:0 8px 20px -8px #6d5df6e6}.pb-ed-publish:hover{filter:brightness(1.08)}.pb-pub-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 3px #4ade804d}.pb-ed-body{display:grid;grid-template-columns:132px 1fr 248px;min-height:460px}.pb-ed-rail{background:#1e2028;border-right:1px solid #2A2C35;padding:14px 10px;display:flex;flex-direction:column;gap:6px}.pb-ed-tool{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px;border-radius:12px;color:#8b90a0;font-size:11.5px;font-weight:600;transition:.14s}.pb-ed-tool:hover{background:#262832;color:#d3d6de}.pb-ed-tool.on{background:#4f46e529;color:#a9a2fa}.pb-ed-tool-ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#14151a;border:1px solid #2E303A}.pb-ed-tool.on .pb-ed-tool-ic{background:#2a2660;border-color:#15803d;color:#c4beff}.pb-ed-tool svg{color:inherit}.pb-ed-canvas-wrap{background:radial-gradient(100% 100% at 50% 0%,#2a2c36,#191a20 70%);padding:30px 26px;display:grid;place-items:start center;overflow:hidden;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:22px 22px}.pb-ed-canvas{width:100%;max-width:620px;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 30px 60px -20px #0009,0 0 0 1px #ffffff0f}.pb-ed-site{font-size:12px}.pb-ed-site-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #EEF0F4}.pb-ed-site-logo{font-weight:800;font-size:14px;color:#14151a}.pb-ed-site-menu{display:flex;align-items:center;gap:10px}.pb-ed-site-menu i{width:22px;height:6px;border-radius:3px;background:#e2e4ec;display:block}.pb-ed-site-cta{width:46px;height:20px;border-radius:20px;background:var(--brand);display:inline-block}.pb-ed-site-hero{position:relative;display:grid;grid-template-columns:1.4fr .8fr;gap:10px;align-items:center;padding:26px 22px;background:linear-gradient(135deg,#ecfdf3,#fff1ee)}.pb-ed-selected{outline:2px solid var(--brand);outline-offset:-2px}.pb-ed-handle{position:absolute;top:-1px;left:-1px;background:var(--brand);color:#fff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:0 0 8px;letter-spacing:.2px}.pb-ed-hero-h1{font-size:20px;font-weight:850;color:#171a24;letter-spacing:-.5px;line-height:1.1;margin-bottom:9px}.pb-ed-hero-p{height:7px;border-radius:4px;background:#c9cce0;width:92%;margin-bottom:5px}.pb-ed-hero-p.short{width:64%}.pb-ed-hero-search{display:flex;gap:6px;margin-top:14px}.pb-ed-hero-inp{flex:1;background:#fff;border-radius:8px;padding:8px 10px;font-size:11px;color:#6b7280;box-shadow:var(--shadow)}.pb-ed-hero-go{background:var(--accent);color:#fff;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700;display:grid;place-items:center}.pb-ed-hero-art{font-size:58px;text-align:center;filter:drop-shadow(0 10px 16px rgba(0,0,0,.18))}.pb-ed-site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 18px 22px}.pb-ed-site-card{border:1px solid #EEF0F4;border-radius:10px;padding:8px;box-shadow:var(--shadow)}.pb-ed-site-thumb{height:46px;border-radius:7px;background:linear-gradient(135deg,#ecfdf3,#ffedea);display:grid;place-items:center;font-size:22px;margin-bottom:7px}.pb-ed-site-l{height:7px;border-radius:4px;background:#e2e4ec;margin-bottom:4px}.pb-ed-site-l.tiny{width:62%}.pb-ed-site-tagrow{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.pb-ed-site-chip{width:34px;height:12px;border-radius:20px;background:#ecfdf3;display:inline-block}.pb-ed-site-price{width:40px;height:10px;border-radius:4px;background:var(--brand);display:inline-block}.pb-ed-props{background:#1e2028;border-left:1px solid #2A2C35;padding:16px 16px 20px;display:flex;flex-direction:column;gap:20px}.pb-ed-props-head{display:flex;align-items:center;justify-content:space-between}.pb-ed-props-head>span:first-child{color:#edeff4;font-size:14px;font-weight:700}.pb-ed-props-tag{font-size:11px;font-weight:700;color:#a9a2fa;background:#4f46e52e;padding:3px 9px;border-radius:20px}.pb-ed-prop-group{display:flex;flex-direction:column;gap:9px}.pb-ed-prop-label{font-size:11.5px;font-weight:600;color:#868c9c;text-transform:uppercase;letter-spacing:.4px}.pb-swatches{display:flex;gap:8px}.pb-swatch{width:26px;height:26px;border-radius:8px;cursor:pointer;box-shadow:0 0 0 1px #ffffff1f;position:relative}.pb-swatch.on{box-shadow:0 0 0 2px #1e2028,0 0 0 4px #7c74f5}.pb-swatch.on:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800}.pb-ed-range{display:flex;align-items:center;gap:10px}.pb-ed-range-track{flex:1;height:6px;border-radius:4px;background:#14151a;position:relative}.pb-ed-range-fill{position:absolute;left:0;top:0;bottom:0;width:62%;border-radius:4px;background:linear-gradient(90deg,var(--brand),#7C74F5)}.pb-ed-range-fill:after{content:"";position:absolute;right:-7px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0006}.pb-ed-range-val{font-size:12px;font-weight:700;color:#c7cad4;min-width:34px;text-align:right}.pb-ed-select{background:#14151a;border:1px solid #313340;border-radius:9px;padding:9px 12px;font-size:12.5px;color:#c7cad4;display:flex;align-items:center;justify-content:space-between}.pb-ed-caret{color:#6b7280}.pb-ed-fontrow{display:flex;align-items:center;justify-content:space-between;background:#14151a;border:1px solid #313340;border-radius:9px;padding:4px}.pb-ed-fontrow button{width:32px;height:28px;border-radius:7px;color:#9aa0ae;font-size:12px;font-weight:700}.pb-ed-fontrow button.on,.pb-ed-fontrow button:hover{background:#2a2c36;color:#fff}.pb-ed-fontrow>span{font-size:12.5px;font-weight:700;color:#c7cad4}.pb-ed-seg{display:flex;background:#14151a;border:1px solid #313340;border-radius:9px;padding:4px;gap:2px}.pb-ed-seg button{flex:1;padding:6px 0;border-radius:6px;font-size:12px;font-weight:700;color:#9aa0ae}.pb-ed-seg button.on{background:#2a2660;color:#c4beff}.pb-ed-toggle-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:#c7cad4}.pb-ed-switch{width:40px;height:23px;border-radius:20px;background:#34363f;position:relative;transition:.18s}.pb-ed-switch i{position:absolute;top:2.5px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.18s}.pb-ed-switch.on{background:var(--brand)}.pb-ed-switch.on i{left:19px}@media (max-width: 920px){.pb-ed-body{grid-template-columns:1fr}.pb-ed-rail{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid #2A2C35}.pb-ed-props{border-left:none;border-top:1px solid #2A2C35}.pb-ed-toolbar{grid-template-columns:1fr;gap:10px;justify-items:start}.pb-ed-tb-center,.pb-ed-tb-right{justify-self:start}}.tpl-bleed{margin:-26px;position:relative}.tpl-back{position:fixed;left:calc(var(--sidebar-w) + 22px);bottom:22px;z-index:40;display:inline-flex;align-items:center;gap:4px;padding:11px 17px;border-radius:30px;background:#141728db;color:#fff;font-size:13.5px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 34px -10px #00000080;border:1px solid rgba(255,255,255,.14);transition:transform .16s,background .16s}.tpl-back:hover{transform:translateY(-2px);background:#141728f5}.tpl-root{font-family:var(--font)}.tpl-root .tpl-hl{position:relative;white-space:nowrap}.tpl-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 40px}.tpl-nav-logo{display:flex;align-items:center;gap:9px;font-size:21px;font-weight:850;letter-spacing:-.5px}.tpl-nav-mark{font-size:20px}.tpl-nav-links{display:flex;gap:26px;font-size:14.5px;font-weight:600}.tpl-nav-links a{opacity:.82;transition:opacity .15s;cursor:pointer}.tpl-nav-links a:hover{opacity:1}.tpl-nav-cta{padding:10px 20px;border-radius:30px;font-size:14px;font-weight:700}.tpl-hero{position:relative;overflow:hidden;padding:20px 40px 70px}.tpl-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tpl-hero-inner{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding-top:40px}.tpl-hero-kicker{display:inline-block;font-size:14px;font-weight:700;padding:7px 16px;border-radius:30px;margin-bottom:20px}.tpl-hero-h1{font-size:56px;line-height:1.04;font-weight:850;letter-spacing:-1.8px;margin:0 0 18px;max-width:780px}.tpl-hero-sub{font-size:18px;line-height:1.55;max-width:560px;margin:0 0 30px}.tpl-hero-search{display:flex;align-items:stretch;gap:6px;padding:8px;border-radius:18px;max-width:820px;box-shadow:0 24px 60px -24px #00000059}.tpl-hero-field{flex:1;display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;cursor:pointer;transition:background .15s}.tpl-hero-field-ic{font-size:20px}.tpl-hero-field small{display:block;font-size:11.5px;font-weight:700;opacity:.6;text-transform:uppercase;letter-spacing:.4px}.tpl-hero-field span{display:block;font-size:14.5px;font-weight:700}.tpl-hero-btn{padding:0 30px;border-radius:12px;font-size:15px;font-weight:800;white-space:nowrap}.tpl-hero-stats{display:flex;gap:30px;margin-top:26px;font-size:14px}.tpl-hero-stats b{font-size:20px;font-weight:850;margin-right:5px}.tpl-listing{max-width:1080px;margin:0 auto;padding:64px 40px}.tpl-listing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px;flex-wrap:wrap}.tpl-h2{font-size:34px;font-weight:850;letter-spacing:-1px;margin:0}.tpl-h2-sub{font-size:16px;margin:8px 0 0;opacity:.7}.tpl-listing-all{font-size:14.5px;font-weight:700;padding:10px 18px;border-radius:30px}.tpl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.tpl-card{border-radius:20px;overflow:hidden;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s}.tpl-card:hover{transform:translateY(-8px)}.tpl-card-thumb{position:relative;height:172px;display:grid;place-items:center;overflow:hidden}.tpl-card-emoji{font-size:74px;filter:drop-shadow(0 12px 18px rgba(0,0,0,.2));transition:transform .3s}.tpl-card:hover .tpl-card-emoji{transform:scale(1.1) rotate(-3deg)}.tpl-card-fav{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:15px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tpl-card-badge{position:absolute;bottom:12px;left:14px;font-size:12px;font-weight:700;padding:4px 11px;border-radius:20px;letter-spacing:1px}.tpl-card-body{padding:18px 20px 20px}.tpl-card-loc{font-size:13px;font-weight:600;opacity:.7;margin-bottom:5px}.tpl-card-name{font-size:18px;font-weight:800;margin:0 0 16px;letter-spacing:-.3px}.tpl-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.tpl-card-price{display:flex;flex-direction:column;line-height:1.2}.tpl-card-from{font-size:11px;font-weight:600;opacity:.6;text-transform:uppercase;letter-spacing:.4px}.tpl-card-price b{font-size:20px;font-weight:850}.tpl-card-night{font-size:12px;opacity:.6}.tpl-card-cta{padding:10px 18px;border-radius:12px;font-size:13.5px;font-weight:800;white-space:nowrap}.tpl-trust{padding:60px 40px 70px}.tpl-trust-head{max-width:1080px;margin:0 auto 40px;text-align:center}.tpl-trust-head .tpl-h2{margin-bottom:4px}.tpl-trust-head .tpl-h2-sub{margin-left:auto;margin-right:auto}.tpl-trust-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.tpl-trust-card{padding:30px 24px;border-radius:18px;text-align:center;transition:transform .2s}.tpl-trust-card:hover{transform:translateY(-4px)}.tpl-trust-ic{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:18px;font-size:28px;margin-bottom:16px}.tpl-trust-card h4{font-size:17px;font-weight:800;margin:0 0 8px}.tpl-trust-card p{font-size:14px;line-height:1.5;margin:0;opacity:.72}.tpl-footer{padding:48px 40px 40px}.tpl-footer-top{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:26px}.tpl-footer-brand{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:850}.tpl-footer-nav{display:flex;gap:24px;font-size:14.5px;font-weight:600}.tpl-footer-nav a{opacity:.8;cursor:pointer}.tpl-footer-nav a:hover{opacity:1}.tpl-footer-social{display:flex;gap:12px;font-size:20px}.tpl-footer-social span{cursor:pointer;opacity:.85}.tpl-footer-bottom{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:24px;font-size:13px;opacity:.6}.tpl-root--moderno{background:#f7f8fc;color:#171a24}.tpl-root--moderno .tpl-nav-cta{background:var(--brand);color:#fff;box-shadow:0 10px 22px -10px #4f46e5b3}.tpl-root--moderno .tpl-nav-cta:hover{background:var(--brand-600)}.tpl-root--moderno .tpl-hero-bg{background:radial-gradient(80% 120% at 100% 0%,rgba(255,107,90,.16) 0%,transparent 50%),linear-gradient(160deg,#ecfdf3,#f7f8fc 55%)}.tpl-root--moderno .tpl-hero-bg:after{content:"";position:absolute;top:-140px;right:-80px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(124,116,245,.28),transparent 70%);filter:blur(20px)}.tpl-root--moderno .tpl-hero-kicker{background:#fff;color:var(--brand);box-shadow:var(--shadow)}.tpl-root--moderno .tpl-hero-h1{color:#14162a}.tpl-root--moderno .tpl-hl{color:var(--brand)}.tpl-root--moderno .tpl-hero-sub{color:#545b6e}.tpl-root--moderno .tpl-hero-search{background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9)}.tpl-root--moderno .tpl-hero-field:hover{background:#f1f2fb}.tpl-root--moderno .tpl-hero-btn{background:var(--brand);color:#fff}.tpl-root--moderno .tpl-hero-btn:hover{background:var(--brand-600)}.tpl-root--moderno .tpl-hero-stats{color:#545b6e}.tpl-root--moderno .tpl-hero-stats b{color:var(--brand)}.tpl-root--moderno .tpl-listing-all{background:#fff;box-shadow:var(--shadow);color:var(--brand)}.tpl-root--moderno .tpl-card{background:#ffffffb3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 30px -14px #14172829}.tpl-root--moderno .tpl-card:hover{box-shadow:0 30px 50px -22px #4f46e559}.tpl-root--moderno .tpl-card-thumb{background:linear-gradient(135deg,#ecfdf3,#ffedea)}.tpl-root--moderno .tpl-card-fav{background:#ffffffb3;color:var(--accent)}.tpl-root--moderno .tpl-card-badge{background:#ffffffd9;color:#b45309}.tpl-root--moderno .tpl-card-price b{color:#14162a}.tpl-root--moderno .tpl-card-cta{background:var(--brand);color:#fff}.tpl-root--moderno .tpl-trust{background:#fff}.tpl-root--moderno .tpl-trust-card{background:#f7f8fc;border:1px solid var(--border)}.tpl-root--moderno .tpl-trust-ic{background:linear-gradient(135deg,var(--brand),#7C74F5)}.tpl-root--moderno .tpl-footer{background:#14162a;color:#e4e6f2}.tpl-root--moderno .tpl-footer-top{border-bottom:1px solid rgba(255,255,255,.1)}.tpl-root--elegante{background:#0f1013;color:#ece7da;font-family:Georgia,"Times New Roman",var(--font)}.tpl-root--elegante .tpl-nav-links,.tpl-root--elegante .tpl-nav-cta,.tpl-root--elegante .tpl-hero-field small,.tpl-root--elegante .tpl-hero-field span,.tpl-root--elegante .tpl-card-cta,.tpl-root--elegante .tpl-listing-all,.tpl-root--elegante .tpl-hero-btn,.tpl-root--elegante .tpl-footer-nav,.tpl-root--elegante .tpl-card-loc,.tpl-root--elegante .tpl-hero-kicker,.tpl-root--elegante .tpl-hero-stats{font-family:var(--font)}.tpl-root--elegante .tpl-nav-logo,.tpl-root--elegante .tpl-hero-h1,.tpl-root--elegante .tpl-h2,.tpl-root--elegante .tpl-card-name,.tpl-root--elegante .tpl-trust-card h4,.tpl-root--elegante .tpl-footer-brand{font-family:Georgia,Times New Roman,serif;letter-spacing:-.2px}.tpl-root--elegante .tpl-nav-mark{color:#cba85a}.tpl-root--elegante .tpl-nav-cta{background:transparent;border:1px solid #CBA85A;color:#e8d8a8}.tpl-root--elegante .tpl-nav-cta:hover{background:#cba85a;color:#14151a}.tpl-root--elegante .tpl-hero-bg{background:radial-gradient(70% 90% at 80% 10%,rgba(203,168,90,.14) 0%,transparent 55%),linear-gradient(180deg,#16171c,#0f1013)}.tpl-root--elegante .tpl-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:linear-gradient(rgba(203,168,90,.05) 1px,transparent 1px);background-size:100% 40px}.tpl-root--elegante .tpl-hero-kicker{background:#cba85a1f;color:#d9be7c;border:1px solid rgba(203,168,90,.35)}.tpl-root--elegante .tpl-hero-h1{font-weight:700}.tpl-root--elegante .tpl-hl{color:#d9be7c;font-style:italic}.tpl-root--elegante .tpl-hero-sub{color:#a7a296}.tpl-root--elegante .tpl-hero-search{background:#191a20;border:1px solid #2C2D34}.tpl-root--elegante .tpl-hero-field:hover{background:#22232a}.tpl-root--elegante .tpl-hero-field small{color:#8a8578}.tpl-root--elegante .tpl-hero-btn{background:linear-gradient(135deg,#d9be7c,#b8934a);color:#14151a}.tpl-root--elegante .tpl-hero-stats{color:#a7a296}.tpl-root--elegante .tpl-hero-stats b{color:#d9be7c}.tpl-root--elegante .tpl-listing-all{border:1px solid #2C2D34;color:#d9be7c}.tpl-root--elegante .tpl-card{background:#17181d;border:1px solid #24252C;box-shadow:0 20px 40px -24px #000c}.tpl-root--elegante .tpl-card:hover{border-color:#cba85a;box-shadow:0 30px 54px -24px #cba85a4d}.tpl-root--elegante .tpl-card-thumb{background:linear-gradient(135deg,#1e1f26,#14151a)}.tpl-root--elegante .tpl-card-fav{background:#0006;color:#d9be7c}.tpl-root--elegante .tpl-card-badge{background:#cba85a29;color:#e8d8a8}.tpl-root--elegante .tpl-card-loc{color:#a7a296}.tpl-root--elegante .tpl-card-price b{color:#e8d8a8}.tpl-root--elegante .tpl-card-cta{background:transparent;border:1px solid #CBA85A;color:#e8d8a8}.tpl-root--elegante .tpl-card-cta:hover{background:#cba85a;color:#14151a}.tpl-root--elegante .tpl-trust{background:#14151a}.tpl-root--elegante .tpl-trust-card{background:#191a20;border:1px solid #24252C}.tpl-root--elegante .tpl-trust-ic{background:#cba85a1f;border:1px solid rgba(203,168,90,.3)}.tpl-root--elegante .tpl-trust-card p{color:#a7a296}.tpl-root--elegante .tpl-footer{background:#0b0c0e;color:#a7a296}.tpl-root--elegante .tpl-footer-brand{color:#e8d8a8}.tpl-root--elegante .tpl-footer-top{border-bottom:1px solid #24252C}.tpl-root--tropical{background:#fff9f5;color:#29303a}.tpl-root--tropical .tpl-nav-mark{font-size:22px}.tpl-root--tropical .tpl-nav-cta{background:#0ea5a5;color:#fff;box-shadow:0 10px 22px -10px #0ea5a599}.tpl-root--tropical .tpl-nav-cta:hover{filter:brightness(1.06)}.tpl-root--tropical .tpl-hero-bg{background:radial-gradient(70% 90% at 90% 0%,rgba(255,122,89,.28) 0%,transparent 55%),radial-gradient(60% 80% at 0% 60%,rgba(14,165,165,.2) 0%,transparent 55%),linear-gradient(160deg,#fff1ec,#fff9f5 60%)}.tpl-root--tropical .tpl-hero-bg:after{content:"🌴";position:absolute;right:46px;top:40px;font-size:120px;opacity:.12}.tpl-root--tropical .tpl-hero-kicker{background:#fff;color:#ff6b5a;box-shadow:0 6px 16px -6px #ff6b5a80}.tpl-root--tropical .tpl-hero-h1{color:#1f2a33}.tpl-root--tropical .tpl-hl{background:linear-gradient(90deg,#ff7a59,#0ea5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.tpl-root--tropical .tpl-hero-sub{color:#5b6470}.tpl-root--tropical .tpl-hero-search{background:#fff;border:2px solid #FFE3DB;border-radius:24px;box-shadow:0 24px 50px -22px #ff6b5a73}.tpl-root--tropical .tpl-hero-field{border-radius:18px}.tpl-root--tropical .tpl-hero-field:hover{background:#fff4f0}.tpl-root--tropical .tpl-hero-btn{background:linear-gradient(135deg,#ff7a59,#ff5c8a);color:#fff;border-radius:18px}.tpl-root--tropical .tpl-hero-stats b{color:#0ea5a5}.tpl-root--tropical .tpl-h2,.tpl-root--tropical .tpl-hero-h1{letter-spacing:-1px}.tpl-root--tropical .tpl-listing-all{background:#e7f7f7;color:#0e8f8f}.tpl-root--tropical .tpl-card{background:#fff;border:2px solid #FFEDE7;box-shadow:0 16px 34px -18px #ff6b5a47;border-radius:24px}.tpl-root--tropical .tpl-card:hover{border-color:#ffcdc0;box-shadow:0 30px 50px -22px #ff6b5a66}.tpl-root--tropical .tpl-card-thumb{background:linear-gradient(135deg,#ffeee7,#e0f5f4);height:176px}.tpl-root--tropical .tpl-card-fav{background:#fffc;color:#ff5c8a}.tpl-root--tropical .tpl-card-badge{background:#fff;color:#f59e0b}.tpl-root--tropical .tpl-card-price b{color:#1f2a33}.tpl-root--tropical .tpl-card-cta{background:linear-gradient(135deg,#ff7a59,#ff5c8a);color:#fff;border-radius:14px}.tpl-root--tropical .tpl-trust{background:linear-gradient(180deg,#fff9f5,#e7f7f7)}.tpl-root--tropical .tpl-trust-card{background:#fff;border:2px solid #FFEDE7}.tpl-root--tropical .tpl-trust-ic{background:linear-gradient(135deg,#ff7a59,#0ea5a5);border-radius:22px}.tpl-root--tropical .tpl-trust-card p{color:#5b6470}.tpl-root--tropical .tpl-footer{background:#12303a;color:#c5dddd}.tpl-root--tropical .tpl-footer-brand{color:#fff}.tpl-root--tropical .tpl-footer-top{border-bottom:1px solid rgba(255,255,255,.12)}@media (max-width: 720px){.tpl-hero-h1{font-size:38px}.tpl-hero-search{flex-direction:column}.tpl-nav-links{display:none}.tpl-back{left:16px}}.tree{display:flex;flex-direction:column;gap:2px;max-height:300px;overflow-y:auto}.tree-row{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:9px;font-weight:600;font-size:14px;color:var(--text);transition:.12s}.tree-row:hover{background:#f7f8fa}.tree-check{width:18px;height:18px;border-radius:6px;border:1px solid var(--border-2);display:grid;place-items:center;font-size:12px;color:#fff;flex-shrink:0;transition:.12s}.tree-check.on{border-color:var(--brand);background:var(--brand)}.tree-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-add{width:24px;height:24px;border-radius:6px;font-size:15px;color:var(--text-3);opacity:0;transition:.12s}.tree-row:hover .tree-add{opacity:1}.tree-add:hover{background:var(--brand-50);color:var(--brand)}.tree-add-row{display:flex;gap:6px;padding:4px 8px}.tree-add-row .input{flex:1;min-width:0}.saved-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;align-items:start}.folder-rail{padding:14px;position:sticky;top:16px}.folder-rail .nav-label{margin:2px 0 10px}.folder-row{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:8px 10px 8px 6px;border-radius:10px;color:var(--text);font-weight:600;font-size:14px;cursor:pointer;transition:.12s}.folder-row:hover{background:#f7f8fa}.folder-row.active{background:var(--brand-50);color:var(--brand)}.tree-caret{width:16px;flex-shrink:0;color:var(--text-3);font-size:11px;text-align:center}.tree-caret.hidden{visibility:hidden}.folder-row-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-row-count{font-size:12px;color:var(--text-3);font-variant-numeric:tabular-nums}.folder-row.active .folder-row-count{color:var(--brand)}.folder-row-actions{display:none;gap:1px}.folder-row:hover .folder-row-actions{display:flex}.folder-row-actions button{width:22px;height:22px;border-radius:6px;font-size:11px;color:var(--text-3);transition:.12s}.folder-row-actions button:hover{background:var(--surface);color:var(--brand)}.folder-edit{flex:1;min-width:0;padding:3px 8px;height:28px;font-size:13px}.folder-new{display:flex;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.folder-new .input{flex:1;min-width:0}.saved-content{min-width:0}.saved-path{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;color:var(--text-2);margin-bottom:14px}.saved-path .crumb{color:var(--brand);font-weight:600}.saved-path .crumb:hover{text-decoration:underline}.saved-path .sep{color:var(--text-3)}.saved-path .incluir-sub{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:var(--text-2);font-weight:600;cursor:pointer}@media (max-width: 860px){.saved-layout{grid-template-columns:1fr}.folder-rail{position:static}}.emoji-picker{display:flex;flex-wrap:wrap;gap:6px}.emoji-opt{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:19px;display:grid;place-items:center;transition:.12s}.emoji-opt:hover{border-color:var(--brand);background:var(--brand-50)}.emoji-opt.on{border-color:var(--brand);background:var(--brand-50);box-shadow:0 0 0 2px var(--brand-50)}textarea.input{font-family:inherit;line-height:1.5}.folder-new-btn{margin-top:12px}.autocomplete{position:relative;width:100%;min-width:170px}.autocomplete-input{position:relative;display:flex;align-items:center}.autocomplete-input .input{width:100%;padding-right:30px}.autocomplete-clear{position:absolute;right:6px;width:22px;height:22px;border-radius:6px;color:var(--text-3);font-size:12px;display:grid;place-items:center;transition:.12s}.autocomplete-clear:hover{background:var(--brand-50);color:var(--brand)}.autocomplete-menu{position:absolute;z-index:40;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-md);max-height:260px;overflow-y:auto;padding:4px}.autocomplete-opt{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:7px;font-size:14px;color:var(--text);transition:background .1s}.autocomplete-opt.hi{background:var(--brand-50);color:var(--brand)}.autocomplete-opt.on{font-weight:700}.autocomplete-empty{padding:10px 12px;font-size:13px;color:var(--text-3)}.op-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:9px 9px 0 0;font-size:14px;font-weight:600;color:var(--text-2);border-bottom:2px solid transparent;margin-bottom:-1px;transition:.12s}.op-tab:hover{background:#f7f8fa;color:var(--text)}.op-tab svg{color:var(--text-3)}.op-tab.active{color:var(--brand);border-bottom-color:var(--brand)}.op-tab.active svg{color:var(--brand)}
