.HomeSlider-module__YD3mTW__sliderWrapper{border:1px solid rgba(var(--color-border-rgb),.35);border-radius:24px;width:100%;height:clamp(320px,32vw,420px);margin-top:.9rem;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 16px 34px #0000001f}.HomeSlider-module__YD3mTW__sliderWrapper:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#10101014 0%,#10101033 45%,#1010109e 100%);position:absolute;inset:0}.HomeSlider-module__YD3mTW__imageContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.HomeSlider-module__YD3mTW__heroImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%}.HomeSlider-module__YD3mTW__slide{z-index:4;align-items:flex-end;width:100%;height:100%;padding:2.1rem;transition:padding .3s;display:flex;position:relative}.HomeSlider-module__YD3mTW__glassOverlay{-webkit-backdrop-filter:blur(10px)saturate(135%);backdrop-filter:blur(10px)saturate(135%);border:1px solid #ffffff2e;border-left:3px solid rgba(var(--color-primary-rgb),.95);text-align:left;background:#0c0c0c61;border-radius:16px;flex-direction:column;align-items:flex-start;max-width:min(620px,78vw);padding:1.05rem 1.2rem;animation:.8s ease-out HomeSlider-module__YD3mTW__fadeIn;display:flex}@keyframes HomeSlider-module__YD3mTW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HomeSlider-module__YD3mTW__categoryBadge{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;margin-bottom:.8rem;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-block}.HomeSlider-module__YD3mTW__heroTitle{color:#fff;letter-spacing:-.016em;text-shadow:0 4px 12px #00000057;text-align:left;width:100%;margin:.1rem 0 .9rem;font-size:clamp(1.3rem,2.2vw,2.05rem);font-weight:800;line-height:1.12}.HomeSlider-module__YD3mTW__ctaButton{background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:0 6px 16px rgba(var(--color-primary-rgb),.35);border:none;border-radius:50px;padding:.62rem 1.35rem;font-weight:700;transition:transform .2s,background-color .2s,box-shadow .2s}.HomeSlider-module__YD3mTW__ctaButton:hover{background:var(--color-primary-dark);box-shadow:0 8px 20px rgba(var(--color-primary-rgb),.42);transform:translateY(-1px)}.HomeSlider-module__YD3mTW__controls{z-index:8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1414146b;border:1px solid #fff3;border-radius:999px;gap:6px;padding:5px 8px;display:flex;position:absolute;bottom:1.45rem;left:50%;transform:translate(-50%)}.HomeSlider-module__YD3mTW__dot{cursor:pointer;background:#ffffff8c;border:1px solid #ffffff3d;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s;display:inline-block}.HomeSlider-module__YD3mTW__dot.HomeSlider-module__YD3mTW__active{background:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2);transform:scale(1.16)}@media (max-width:1024px){.HomeSlider-module__YD3mTW__sliderWrapper{height:clamp(300px,44vw,350px)}}@media (max-width:768px){.HomeSlider-module__YD3mTW__sliderWrapper{border-radius:16px;margin-top:.7rem;margin-bottom:1.1rem}.HomeSlider-module__YD3mTW__slide{padding:1.1rem}.HomeSlider-module__YD3mTW__heroTitle{font-size:1.5rem}.HomeSlider-module__YD3mTW__glassOverlay{-webkit-backdrop-filter:blur(12px)saturate(1.5);backdrop-filter:blur(12px)saturate(1.5);border-radius:12px;width:100%;max-width:100%;padding:.95rem}}@media (max-width:480px){.HomeSlider-module__YD3mTW__sliderWrapper{height:272px;margin-top:.55rem}.HomeSlider-module__YD3mTW__heroTitle{font-size:1.3rem}.HomeSlider-module__YD3mTW__ctaButton{padding:.6rem 1.2rem;font-size:.8rem}.HomeSlider-module__YD3mTW__controls{bottom:.8rem}}
.CategoryGrid-module__lkiVUG__wrapper{width:100%;max-width:1850px;margin:0 auto;padding:1.5rem 1.25rem}.CategoryGrid-module__lkiVUG__rowContainer{justify-content:space-between;gap:1.5rem;padding:.5rem .25rem;display:flex}.CategoryGrid-module__lkiVUG__cardWrapper{cursor:pointer;opacity:0;flex-direction:column;flex:0 0 140px;align-items:center;gap:.75rem;text-decoration:none;animation:.5s ease-out forwards CategoryGrid-module__lkiVUG__fadeInUp;display:flex;transform:translateY(15px)}@keyframes CategoryGrid-module__lkiVUG__fadeInUp{to{opacity:1;transform:translateY(0)}}.CategoryGrid-module__lkiVUG__imageBox{background:var(--color-surface);border-radius:16px;width:140px;height:140px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.CategoryGrid-module__lkiVUG__image{-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.CategoryGrid-module__lkiVUG__labelSection{text-align:center;flex-direction:column;align-items:center;gap:.15rem;transition:transform .3s;display:flex}.CategoryGrid-module__lkiVUG__categoryTitle{color:var(--color-text);font-size:1rem;font-weight:700;line-height:1.2}.CategoryGrid-module__lkiVUG__recipeCount{color:var(--color-text);opacity:.6;font-size:.75rem;font-weight:500}.CategoryGrid-module__lkiVUG__cardWrapper:hover .CategoryGrid-module__lkiVUG__image{transform:scale(1.1)}.CategoryGrid-module__lkiVUG__cardWrapper:hover{transform:translateY(-4px)}.CategoryGrid-module__lkiVUG__cardWrapper:hover .CategoryGrid-module__lkiVUG__imageBox{box-shadow:0 12px 24px #0000001f}.CategoryGrid-module__lkiVUG__adminPulse{z-index:10;background-color:#ef4444;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:2s infinite CategoryGrid-module__lkiVUG__pulseGlow;position:absolute;top:8px;right:8px;box-shadow:0 0 #ef4444b3}@keyframes CategoryGrid-module__lkiVUG__pulseGlow{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.1);box-shadow:0 0 0 8px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.CategoryGrid-module__lkiVUG__fallbackEmoji{background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.05),rgba(var(--color-primary-rgb),.1));justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}@media (max-width:1200px){.CategoryGrid-module__lkiVUG__rowContainer{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;justify-content:flex-start;gap:1.25rem;padding-bottom:1.5rem;overflow-x:auto}.CategoryGrid-module__lkiVUG__rowContainer::-webkit-scrollbar{display:none}.CategoryGrid-module__lkiVUG__cardWrapper{scroll-snap-align:start;flex:0 0 130px}.CategoryGrid-module__lkiVUG__imageBox{width:130px;height:130px}}@media (max-width:768px){.CategoryGrid-module__lkiVUG__wrapper{padding:1rem .75rem}.CategoryGrid-module__lkiVUG__cardWrapper{flex:0 0 110px;gap:.5rem}.CategoryGrid-module__lkiVUG__imageBox{border-radius:12px;width:110px;height:110px}.CategoryGrid-module__lkiVUG__categoryTitle{font-size:.9rem}.CategoryGrid-module__lkiVUG__recipeCount{font-size:.7rem}}
.HomeSections-module__ZUJ-pG__container{background:linear-gradient(180deg,rgba(var(--color-primary-rgb),.03)0%,#fff0 24%);flex-direction:column;gap:1.55rem;width:100%;max-width:1850px;margin:0 auto;padding:1rem 1.2rem 1.7rem;display:flex}.HomeSections-module__ZUJ-pG__section{--home-accent-rgb:var(--color-primary-rgb);--home-accent-strong:rgb(var(--home-accent-rgb));--home-accent-soft-bg:rgba(var(--home-accent-rgb),.12);--home-accent-soft-border:rgba(var(--home-accent-rgb),.34);--home-accent-soft-glow:rgba(var(--home-accent-rgb),.2);box-shadow:none;background:0 0;border:0;border-radius:14px;outline:none;margin-bottom:.35rem;padding:.55rem .35rem .15rem;overflow:visible}.HomeSections-module__ZUJ-pG__topSection{background:radial-gradient(860px 300px at 10% 0%,rgba(var(--home-accent-rgb),.14)0%,transparent 72%),radial-gradient(520px 220px at 82% 8%,rgba(var(--home-accent-rgb),.08)0%,transparent 76%);box-shadow:none;border:0;border-radius:24px;outline:none;padding:.9rem}.HomeSections-module__ZUJ-pG__section[data-accent=lampo]{--home-accent-rgb:226,108,42}.HomeSections-module__ZUJ-pG__section[data-accent=veloce]{--home-accent-rgb:214,146,52}.HomeSections-module__ZUJ-pG__section[data-accent=vegetariano]{--home-accent-rgb:88,142,83}.HomeSections-module__ZUJ-pG__section[data-accent=vegano]{--home-accent-rgb:74,154,118}.HomeSections-module__ZUJ-pG__section[data-accent=senza-glutine]{--home-accent-rgb:99,145,176}.HomeSections-module__ZUJ-pG__section[data-accent=pasta]{--home-accent-rgb:193,108,72}.HomeSections-module__ZUJ-pG__section[data-accent=carne]{--home-accent-rgb:164,92,85}.HomeSections-module__ZUJ-pG__header{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.HomeSections-module__ZUJ-pG__sectionTitle{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:clamp(1.3rem,2vw,1.85rem);font-weight:800}.HomeSections-module__ZUJ-pG__sectionHeading{align-items:center;gap:.5rem;display:inline-flex}.HomeSections-module__ZUJ-pG__titleIcon{color:var(--home-accent-strong);opacity:.9}.HomeSections-module__ZUJ-pG__sectionTitle:after{content:"";background:linear-gradient(90deg,rgba(var(--home-accent-rgb),.95)0%,rgba(var(--home-accent-rgb),.28)100%);border-radius:999px;width:56px;height:3px;margin-top:8px;display:block}.HomeSections-module__ZUJ-pG__btnAll{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:20px;padding:6px 12px;font-size:.85rem;transition:all .2s}.HomeSections-module__ZUJ-pG__btnAll:hover{background:var(--color-background-soft);color:var(--color-text);border-color:var(--color-primary)}.HomeSections-module__ZUJ-pG__filterBar{gap:10px;padding:.45rem 0 .8rem;display:flex;overflow-x:auto}.HomeSections-module__ZUJ-pG__filterBar::-webkit-scrollbar{display:none}.HomeSections-module__ZUJ-pG__chip{--chip-rgb:var(--home-accent-rgb);background:rgba(var(--chip-rgb),.09);-webkit-backdrop-filter:blur(8px)saturate(1.2);backdrop-filter:blur(8px)saturate(1.2);color:color-mix(in srgb,var(--color-text)72%,rgb(var(--chip-rgb))28%);border:1px solid rgba(var(--chip-rgb),.28);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.HomeSections-module__ZUJ-pG__chipIcon{opacity:.88;flex:none}.HomeSections-module__ZUJ-pG__chip[data-tone=lampo]{--chip-rgb:226,108,42}.HomeSections-module__ZUJ-pG__chip[data-tone=veloce]{--chip-rgb:214,146,52}.HomeSections-module__ZUJ-pG__chip[data-tone=vegetariano]{--chip-rgb:88,142,83}.HomeSections-module__ZUJ-pG__chip[data-tone=vegano]{--chip-rgb:74,154,118}.HomeSections-module__ZUJ-pG__chip[data-tone=senza-glutine]{--chip-rgb:99,145,176}.HomeSections-module__ZUJ-pG__chip[data-tone=pasta]{--chip-rgb:193,108,72}.HomeSections-module__ZUJ-pG__chip[data-tone=carne]{--chip-rgb:164,92,85}.HomeSections-module__ZUJ-pG__chip:hover{border-color:rgba(var(--chip-rgb),.44);background:rgba(var(--chip-rgb),.14);box-shadow:0 4px 10px rgba(var(--chip-rgb),.2);transform:translateY(-2px)}.HomeSections-module__ZUJ-pG__chip.HomeSections-module__ZUJ-pG__active{background:rgba(var(--chip-rgb),.18);color:rgb(var(--chip-rgb));border-color:rgba(var(--chip-rgb),.5);box-shadow:0 4px 14px rgba(var(--chip-rgb),.24)}.HomeSections-module__ZUJ-pG__card{background:var(--color-background-elevated);border:1px solid var(--color-border);cursor:pointer;border-radius:16px;flex-direction:column;min-height:270px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 7px 22px #00000014}.HomeSections-module__ZUJ-pG__card:hover{border-color:var(--color-border);transform:translateY(5px)scale(1.005);box-shadow:0 8px 16px #0000001a}.HomeSections-module__ZUJ-pG__imgBox{width:100%;height:clamp(146px,11.5vw,176px);position:relative;overflow:hidden}.HomeSections-module__ZUJ-pG__pendingImgBox{background:var(--color-background-soft)}.HomeSections-module__ZUJ-pG__pendingLineLg{background:var(--color-background-soft);border-radius:4px;height:24px;margin-bottom:10px}.HomeSections-module__ZUJ-pG__pendingLineSm{background:var(--color-background-soft);border-radius:4px;width:60%;height:18px}.HomeSections-module__ZUJ-pG__recipeImg{-o-object-fit:cover;object-fit:cover;transition:transform .6s}.HomeSections-module__ZUJ-pG__card:hover .HomeSections-module__ZUJ-pG__recipeImg{transform:scale(1.06)}.HomeSections-module__ZUJ-pG__kcalBadge{border:1px solid rgba(var(--home-accent-rgb),.32);color:color-mix(in srgb,var(--color-text)74%,var(--home-accent-strong)26%);z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border-radius:999px;padding:3px 8px;font-size:.66rem;font-weight:700;line-height:1.1;position:absolute;top:8px;right:8px}.HomeSections-module__ZUJ-pG__protocolBadge{color:#fff;text-transform:uppercase;letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;pointer-events:none;border:1px solid #ffffff40;align-items:center;gap:4px;padding:4px 10px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:8px;box-shadow:0 4px 8px #00000026}.HomeSections-module__ZUJ-pG__manualBadge{background:linear-gradient(135deg,#fff3,#ffffff0d);border-left:none;border-top-right-radius:10px;border-bottom-right-radius:10px;left:0}.HomeSections-module__ZUJ-pG__robotBadge{color:#f1f5f9;background:linear-gradient(135deg,#3c3c3cb3,#00000080);border-right:none;border-top-left-radius:10px;border-bottom-left-radius:10px;right:0}.HomeSections-module__ZUJ-pG__cardContent{flex-direction:column;flex-grow:1;gap:.35rem;padding:.7rem .78rem .68rem;display:flex}.HomeSections-module__ZUJ-pG__cardTitle{color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2rem;margin:0;font-size:.94rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.HomeSections-module__ZUJ-pG__cardFooter{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-top:auto;padding-top:.35rem;display:grid}.HomeSections-module__ZUJ-pG__stars{color:color-mix(in srgb,var(--color-text-light)72%,rgb(var(--home-accent-rgb))28%);justify-self:start;font-size:.85rem;font-weight:600}.HomeSections-module__ZUJ-pG__newBadge{color:var(--home-accent-strong);font-weight:700}.HomeSections-module__ZUJ-pG__timeMeta{color:#f7fafc;white-space:nowrap;background:#20252bcc;border:1px solid #0000;border-radius:999px;justify-self:center;padding:4px 10px;font-size:.76rem;font-weight:700;line-height:1}.HomeSections-module__ZUJ-pG__timeMetaLampo{color:#2f7a52;background:#46986a2e;border-color:#46986a52}.HomeSections-module__ZUJ-pG__timeMetaMedio{color:#8f5d1e;background:#d193382b;border-color:#d193384d}.HomeSections-module__ZUJ-pG__timeMetaLungo{color:#8a3f35;background:#ad574c29;border-color:#ad574c4d}.HomeSections-module__ZUJ-pG__actionBtn{background:var(--home-accent-soft-bg);color:var(--home-accent-strong);border:1px solid var(--home-accent-soft-border);border-radius:12px;justify-self:end;padding:4px 11px;font-size:.8rem;font-weight:700;line-height:1.1;transition:all .2s}.HomeSections-module__ZUJ-pG__actionBtn:hover{background:rgba(var(--home-accent-rgb),.2);transform:translateY(-1px)}@media (max-width:1024px){.HomeSections-module__ZUJ-pG__container{gap:1.2rem;padding:.8rem .8rem 1.2rem}.HomeSections-module__ZUJ-pG__sectionTitle{font-size:clamp(1.15rem,1.8vw,1.5rem)}.HomeSections-module__ZUJ-pG__topSection{border-radius:16px;padding:16px}.HomeSections-module__ZUJ-pG__card{min-height:258px}.HomeSections-module__ZUJ-pG__imgBox{height:clamp(138px,18vw,158px)}}@media (max-width:640px){.HomeSections-module__ZUJ-pG__container{gap:1rem;padding:.7rem .45rem 1rem}.HomeSections-module__ZUJ-pG__header{margin-bottom:.6rem}.HomeSections-module__ZUJ-pG__sectionTitle:after{width:46px;margin-top:6px}.HomeSections-module__ZUJ-pG__chip{padding:7px 12px;font-size:.8rem}.HomeSections-module__ZUJ-pG__topSection{border-radius:14px;padding:12px}.HomeSections-module__ZUJ-pG__card{min-height:248px}.HomeSections-module__ZUJ-pG__imgBox{height:138px}}.HomeSections-module__ZUJ-pG__shimmer{background:linear-gradient(90deg,var(--color-background-soft)25%,var(--color-background-elevated)50%,var(--color-background-soft)75%);background-size:200% 100%;animation:1.5s infinite HomeSections-module__ZUJ-pG__loading}@keyframes HomeSections-module__ZUJ-pG__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.HomeSections-module__ZUJ-pG__greenZone{box-shadow:none;background:radial-gradient(600px 180px at 15% 0,#4caf501a 0%,#0000 60%),linear-gradient(135deg,#4caf5014 0%,#4caf5005 100%);border:none;border-radius:22px;outline:none;padding:22px}.HomeSections-module__ZUJ-pG__accentZone{box-shadow:none;background:0 0;border:0;border-radius:0;outline:none;padding:0}:is(.swiper-button-next,.swiper-button-prev),:is(.swiper-button-next:after,.swiper-button-prev:after){display:none!important}.HomeSections-module__ZUJ-pG__swiper{padding:.05rem .15rem .45rem}:is(.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-next,.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-prev){display:none!important}.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-prev{display:none!important}.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-next{display:none!important}@media (max-width:900px){:is(.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-next,.HomeSections-module__ZUJ-pG__accentSwiper .swiper-button-prev){display:none!important}}
.HorizontalBanner-module__AerRyW__wrapper{border:1px solid rgba(var(--color-border-rgb),.45);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1850px;margin:0 auto;padding:14px 16px;display:flex;box-shadow:0 10px 24px #00000014}.HorizontalBanner-module__AerRyW__warm{background:radial-gradient(540px 140px at 0% 0%,rgba(var(--color-primary-rgb),.22),transparent 65%),linear-gradient(135deg,#221c18f5 0%,#171412f5 100%)}.HorizontalBanner-module__AerRyW__fresh{background:radial-gradient(540px 140px at 0 0,#2e7d322e,#0000 65%),linear-gradient(135deg,#1a211cf5 0%,#141b17f5 100%)}.HorizontalBanner-module__AerRyW__content{min-width:0}.HorizontalBanner-module__AerRyW__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-primary-rgb),.95);margin-bottom:4px;font-size:.68rem;font-weight:800;display:inline-block}.HorizontalBanner-module__AerRyW__title{color:var(--color-text);letter-spacing:-.01em;margin:0 0 3px;font-size:clamp(1rem,1.45vw,1.2rem);font-weight:850;line-height:1.15}.HorizontalBanner-module__AerRyW__subtitle{color:var(--color-text-light);margin:0;font-size:.84rem}.HorizontalBanner-module__AerRyW__actions{flex:none}.HorizontalBanner-module__AerRyW__cta{color:#fff;background:var(--color-primary);box-shadow:0 7px 14px rgba(var(--color-primary-rgb),.24);border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.HorizontalBanner-module__AerRyW__cta:hover{box-shadow:0 9px 18px rgba(var(--color-primary-rgb),.3),0 0 0 2px rgba(var(--color-primary-rgb),.14);transform:translateY(-1px)}[data-theme=light] .HorizontalBanner-module__AerRyW__warm{background:radial-gradient(540px 140px at 0% 0%,rgba(var(--color-primary-rgb),.24),transparent 65%),linear-gradient(135deg,#ffffffeb 0%,#fff6efeb 100%)}[data-theme=light] .HorizontalBanner-module__AerRyW__fresh{background:radial-gradient(540px 140px at 0 0,#2e7d3233,#0000 65%),linear-gradient(135deg,#fffffff0 0%,#f3fcf5eb 100%)}@media (max-width:860px){.HorizontalBanner-module__AerRyW__wrapper{flex-direction:column;align-items:flex-start;gap:8px;padding:12px}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.CommunityHighlights-module__lXvQxW__wrapper{width:100%;max-width:1650px;margin:0 auto;padding:1rem 2rem 2rem}.CommunityHighlights-module__lXvQxW__container{background:rgba(var(--color-surface-rgb),.7);-webkit-backdrop-filter:blur(16px)saturate(1.5);border:1px solid var(--color-border);border-radius:32px;justify-content:space-between;align-items:center;gap:3rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.CommunityHighlights-module__lXvQxW__container:before{content:"";background:radial-gradient(circle,rgba(var(--color-primary-rgb),.1)0%,transparent 70%);pointer-events:none;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.CommunityHighlights-module__lXvQxW__info{flex-direction:column;flex:1;gap:1rem;display:flex}.CommunityHighlights-module__lXvQxW__title{color:var(--color-text);letter-spacing:-.03em;margin:0;font-size:2.2rem;font-weight:800}.CommunityHighlights-module__lXvQxW__description{color:var(--color-text-dim);max-width:500px;margin:0;font-size:1.1rem;line-height:1.6}.CommunityHighlights-module__lXvQxW__stats{flex-shrink:0;gap:3rem;display:flex}.CommunityHighlights-module__lXvQxW__statItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.CommunityHighlights-module__lXvQxW__statValue{color:var(--color-primary);font-size:2.5rem;font-weight:900;line-height:1}.CommunityHighlights-module__lXvQxW__statLabel{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}@media (max-width:1024px){.CommunityHighlights-module__lXvQxW__container{text-align:center;flex-direction:column;padding:2.5rem}.CommunityHighlights-module__lXvQxW__description{max-width:100%}.CommunityHighlights-module__lXvQxW__stats{justify-content:center;gap:2rem;width:100%}}@media (max-width:480px){.CommunityHighlights-module__lXvQxW__title{font-size:1.8rem}.CommunityHighlights-module__lXvQxW__statValue{font-size:2rem}.CommunityHighlights-module__lXvQxW__stats{flex-direction:column;gap:1.5rem}}
.HomeFooter-module__avyLsq__footer{background:var(--color-surface);border-top:1px solid #ffffff14;width:100%;margin-top:4rem;padding:5rem 2rem 2rem}.HomeFooter-module__avyLsq__container{flex-direction:column;gap:4rem;max-width:1850px;margin:0 auto;display:flex}.HomeFooter-module__avyLsq__top{justify-content:space-between;gap:4rem;display:flex}.HomeFooter-module__avyLsq__brand{flex-direction:column;gap:1.5rem;max-width:350px;display:flex}.HomeFooter-module__avyLsq__logoArea{align-items:center;gap:0;margin-bottom:1.4rem;text-decoration:none;display:flex}.HomeFooter-module__avyLsq__logoR{font-family:var(--font-pinyon),cursive;color:#d35400;font-size:3rem;font-weight:500}.HomeFooter-module__avyLsq__logoIcetta{color:var(--color-text)}.HomeFooter-module__avyLsq__logoLab{color:var(--color-primary)}.HomeFooter-module__avyLsq__logoImg{width:auto;height:40px;margin-right:-2px;position:relative;top:4px}.HomeFooter-module__avyLsq__logoText{font-family:var(--font-pinyon),cursive;color:var(--color-text);font-size:2.2rem;font-weight:400}.HomeFooter-module__avyLsq__logoAccent{color:var(--color-primary)}.HomeFooter-module__avyLsq__tagline{color:var(--color-text-dim);margin:0;font-size:1rem;line-height:1.6}.HomeFooter-module__avyLsq__links{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.HomeFooter-module__avyLsq__linkGroup{flex-direction:column;gap:1.2rem;display:flex}.HomeFooter-module__avyLsq__groupTitle{color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:800}.HomeFooter-module__avyLsq__groupItems{flex-direction:column;gap:.8rem;display:flex}.HomeFooter-module__avyLsq__link{color:var(--color-text-dim);font-size:.95rem;text-decoration:none;transition:color .2s}.HomeFooter-module__avyLsq__link:hover{color:var(--color-primary)}.HomeFooter-module__avyLsq__bottom{border-top:1px solid var(--color-border);color:var(--color-text-dim);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.HomeFooter-module__avyLsq__socials{gap:1.5rem;display:flex}.HomeFooter-module__avyLsq__socialLink{color:var(--color-text-dim);transition:color .2s}.HomeFooter-module__avyLsq__socialLink:hover{color:var(--color-primary)}@media (max-width:1024px){.HomeFooter-module__avyLsq__top{flex-direction:column;gap:3rem}.HomeFooter-module__avyLsq__brand{max-width:100%}}@media (max-width:768px){.HomeFooter-module__avyLsq__links{grid-template-columns:1fr;gap:2.5rem}.HomeFooter-module__avyLsq__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
.Home-module__jKgjFW__container{flex-direction:column;gap:1.1rem;width:100%;max-width:1850px;margin:0 auto;padding:0 clamp(.85rem,3.2vw,1.8rem) clamp(1.1rem,3.5vw,1.8rem);display:flex}.Home-module__jKgjFW__filterSection{margin:0}@media (max-width:640px){.Home-module__jKgjFW__container{gap:.8rem;padding:.6rem .55rem .9rem}}
