.UserMenu_userMenuOverlay__bt2KG{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;z-index:var(--z-user-menu);animation:UserMenu_fadeIn__AlAfQ .3s ease}.UserMenu_authLoading__r0AQL{font-size:1rem;color:var(--cheer-text-secondary)}.UserMenu_loadingIcon__sS0DN{color:inherit;transition:color .3s ease}.UserMenu_authButtons__YdWGo{display:flex;align-items:center;justify-content:center}.UserMenu_authButton___1WcY{padding:.5rem 1rem;border-radius:var(--radius-md);text-decoration:none;font-size:.8rem;font-weight:var(--font-weight-medium);transition:all var(--transition-normal);border:1px solid var(--cheer-border);color:var(--cheer-text-secondary);background:transparent}.UserMenu_authButton___1WcY:hover{color:var(--cheer-text-primary);background-color:var(--cheer-surface);border-color:var(--cheer-border-hover)}.UserMenu_authButton___1WcY.UserMenu_joinButton__DtZaR{background:none;color:var(--color-primary);border:2px solid var(--color-primary);padding:calc(.5rem + .25vw) calc(1rem + .5vw);border-radius:calc(12px + .5vw);font-size:calc(.8rem + .1vw);font-weight:600;transition:all .3s ease;position:relative;overflow:hidden}.UserMenu_authButton___1WcY.UserMenu_joinButton__DtZaR:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(45deg,var(--color-primary),var(--color-primary-dark));transition:left .3s ease;z-index:-1}.UserMenu_authButton___1WcY.UserMenu_joinButton__DtZaR:hover{color:var(--text-on-primary);box-shadow:0 4px 12px rgba(var(--shadow-black-rgb),.15)}.UserMenu_authButton___1WcY.UserMenu_joinButton__DtZaR:hover:before{left:0}.UserMenu_userSection__9w2eD{position:relative}.UserMenu_userButton__JTJDz{display:flex;align-items:center;justify-content:center;padding:.125rem;border:1px solid var(--cheer-border);background:var(--bg-tertiary);cursor:pointer;border-radius:999px;transition:all var(--transition-normal);color:var(--cheer-text-primary);height:2.25rem;width:2.25rem;min-width:2.25rem;max-width:2.25rem;box-sizing:border-box;box-shadow:0 1px 0 rgba(var(--shadow-black-rgb),.04) inset}.UserMenu_userButton__JTJDz:hover{border-color:var(--cheer-border-hover);background-color:var(--cheer-surface);box-shadow:0 2px 6px rgba(var(--shadow-black-rgb),.08)}@media (prefers-color-scheme:dark){.UserMenu_userButton__JTJDz:hover{background-color:rgba(var(--surface-white-rgb),.06)}}.UserMenu_userButton__JTJDz:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.UserMenu_userAvatar__tYLfg{width:100%;height:100%;border-radius:50%;background:radial-gradient(120% 120% at 100% 0,var(--color-primary) 0,var(--color-primary-dark) 60%,var(--color-primary) 100%);color:var(--text-inverse);display:flex;align-items:center;justify-content:center;font-weight:var(--font-weight-semibold);font-size:.9rem;letter-spacing:.3px}.UserMenu_userAvatarImage__rNQvv{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.UserMenu_userMenu__bpOjA{background:var(--bg-transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:50%;height:88%;padding:.5rem 1.5rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;border-left:1px solid var(--border-primary);box-sizing:border-box;overflow:auto;position:relative;z-index:var(--z-user-menu);animation:UserMenu_slideInRight__DHPd6 .3s ease}.UserMenu_userMenuHeader__XtqFd{display:flex;justify-content:flex-end}.UserMenu_userMenuClose__YFtAR{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--cheer-text);padding:.5rem;border-radius:50%;transition:background-color .2s ease,color .3s ease}.UserMenu_userMenuClose__YFtAR:hover{background-color:rgba(var(--shadow-black-rgb),.05)}.UserMenu_closeIcon__l1ZjZ{color:inherit;transition:color .3s ease}.UserMenu_userInfo__xuwYS{border-bottom:1px solid var(--border-primary);padding-bottom:var(--space-sm);margin-bottom:var(--space-sm)}.UserMenu_userEmail__GY6z2{font-size:var(--font-size-sm);color:var(--text-primary);margin:0 0 var(--space-xs) 0;font-weight:var(--font-weight-medium)}.UserMenu_userRole__dbeVC{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;text-transform:capitalize}.UserMenu_userMenuItems__lQeCg{display:flex;flex-direction:column;gap:1rem;width:100%}.UserMenu_userMenuItem__p7q5O{padding:.5rem;color:var(--text-primary);text-decoration:none;border-radius:var(--radius-md);transition:all var(--transition-normal);font-size:1.1rem;font-weight:var(--font-weight-small);background:var(--bg-tertiary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-primary);margin-bottom:.5rem;text-align:left;cursor:pointer}.UserMenu_userMenuItem__p7q5O:hover{background-color:var(--color-primary);color:var(--text-inverse);transform:translateX(4px);box-shadow:var(--shadow-md)}@media (max-width:600px){.UserMenu_authButton___1WcY.UserMenu_joinButton__DtZaR{padding:calc(.375rem + .125vw) calc(.75rem + .25vw);font-size:calc(.7rem + .05vw);border-radius:calc(8px + .25vw)}.UserMenu_userButton__JTJDz{height:2.25rem;width:2.25rem;min-width:2.25rem;max-width:2.25rem}.UserMenu_userAvatar__tYLfg{width:100%;height:100%;font-size:.9rem}}[dir=rtl] .UserMenu_userMenu__bpOjA{right:auto;left:0;animation:UserMenu_slideInLeft__eYsSn .3s ease}[dir=rtl] .UserMenu_userMenuItem__p7q5O{text-align:right}[dir=rtl] .UserMenu_userMenuItem__p7q5O:hover{transform:translateX(-4px)}@media (max-width:600px){[dir=rtl] .UserMenu_userMenu__bpOjA{right:auto;left:0;border-left:1px solid var(--border-primary);border-right:none;animation:UserMenu_slideInLeft__eYsSn .3s ease}}@keyframes UserMenu_slideInRight__DHPd6{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes UserMenu_slideInLeft__eYsSn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.Content_heroContent__hMJ80{width:var(--cheer-page-width);height:var(--cheer-page-height);background-color:var(--cheer-header);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-sm)}.Content_heroContent__hMJ80,.Content_heroText__S83FB{display:flex;align-items:center;justify-content:space-between}.Content_heroText__S83FB{padding-left:var(--space-sm);gap:var(--space-sm);width:50%;height:30px}.Content_heroTitle__rw0fD{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-playfair),Georgia,"Times New Roman",serif;font-weight:var(--font-weight-small);color:var(--cheer-hero-bar-text)}.Content_titleMain__V2YTp{font-size:calc(.7rem + 1vw);text-shadow:var(--shadow-lg);text-align:center}.Content_titleSub__8hrbB{align-self:flex-end;font-size:calc(.6rem + .5vw);color:var(--cheer-hero-bar-accent);margin-left:var(--space-sm)}.Content_heroActions__uEg0w{display:flex;justify-content:flex-end;align-items:center;gap:var(--space-sm);width:50%;height:30px}.Content_basketText__aNpsZ{align-self:flex-end;font-size:calc(.6rem + .5vw);color:var(--cheer-hero-bar-accent)}.Content_primaryButton__A3s8r{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);padding-right:var(--space-sm);font-size:calc(.7rem + .5vw);text-decoration:none;transition:transform var(--transition-normal),box-shadow var(--transition-normal);font-weight:var(--font-weight-small);color:var(--cheer-hero-bar-text);border-radius:var(--space-sm)}.Content_primaryButton__A3s8r:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.Content_buttonIcon__Kt818{display:flex}@media (max-width:620px){.Content_heroTitle__rw0fD,.Content_primaryButton__A3s8r{flex-direction:column;gap:var(--space-xs)}.Content_titleSub__8hrbB{margin-left:0}}.HeroShowcase_container__GT1es{width:100%;display:flex;flex-direction:column;gap:0;padding:0}.HeroShowcase_carouselSection__hIP0A{background:var(--bg-primary)}.HeroShowcase_carouselContainer__z0pnu,.HeroShowcase_carouselSection__hIP0A{width:100%;position:relative;overflow:hidden}.HeroShowcase_carouselTrack__VodD0{display:flex;width:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);will-change:transform}.HeroShowcase_carouselSlide__yI4i6{flex-shrink:0;height:400px;position:relative}@media (min-width:768px){.HeroShowcase_carouselSlide__yI4i6{height:450px}}@media (min-width:1024px){.HeroShowcase_carouselSlide__yI4i6{height:500px}}.HeroShowcase_imageLink__C0q10{display:block;overflow:hidden;text-decoration:none}.HeroShowcase_imageLink__C0q10,.HeroShowcase_imageWrapper__2iERL{width:100%;height:100%;position:relative}.HeroShowcase_categoryImage__cDN4f{object-fit:cover;object-position:center;transition:transform .8s ease-out}.HeroShowcase_imageLink__C0q10:hover .HeroShowcase_categoryImage__cDN4f{transform:scale(1.05)}.HeroShowcase_contentRow__Yba6A{width:100%;display:flex;flex-direction:column;gap:0}.HeroShowcase_textSection__Sv_21{width:100%;text-align:center;padding:1rem 1.5rem;margin:0;animation:HeroShowcase_fadeInUp__84fPL .6s ease-out;background:var(--bg-secondary);border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);box-shadow:var(--shadow-sm);container-type:inline-size;container-name:heroText}@keyframes HeroShowcase_fadeInUp__84fPL{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroShowcase_title__kX_Bf{font-family:var(--font-playfair,Georgia,"Times New Roman",serif);font-size:clamp(.75rem,1.1vw,1rem);font-weight:600;color:var(--text-primary);line-height:1.4;margin:0 0 .25rem;letter-spacing:.05em;text-transform:uppercase;font-style:italic;position:relative;display:inline-block}.HeroShowcase_description__B9Obi{font-size:.65rem;font-size:clamp(.5rem,5cqw,.7rem);color:var(--text-secondary);line-height:1.4;margin:.35rem 0 0;font-weight:400;letter-spacing:.01em;text-transform:none;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.HeroShowcase_loadingState__Od_3q{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.HeroShowcase_loadingSpinner__6VNHR{width:48px;height:48px;border:4px solid rgba(var(--color-primary-rgb),.2);border-top-color:var(--color-primary);border-radius:50%;animation:HeroShowcase_spin___cuFM 1s linear infinite}@keyframes HeroShowcase_spin___cuFM{to{transform:rotate(1turn)}}.HeroShowcase_paymentMethods__gD4hq{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem;padding:.875rem 1.25rem;margin:0;background:var(--bg-tertiary);border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);box-shadow:var(--shadow-sm)}.HeroShowcase_paymentCards__MI7qR{display:flex;justify-content:center;align-items:center;gap:1rem;flex-shrink:0}.HeroShowcase_paymentCard__DzmAK{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;height:52px;box-sizing:border-box;background:var(--bg-secondary);border-radius:8px;box-shadow:var(--shadow-md);min-width:100px;transition:transform .2s ease}.HeroShowcase_paymentCard__DzmAK:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.HeroShowcase_visaLogo__tFCec{font-family:Arial Black,Helvetica Neue,sans-serif;font-size:1.4rem;font-weight:900;font-style:italic;color:var(--payment-visa-blue);letter-spacing:-.5px;text-transform:uppercase;background:linear-gradient(180deg,var(--payment-visa-blue) 0,var(--payment-visa-gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.HeroShowcase_mastercardLogo__UDAL8{display:flex;flex-direction:column;align-items:center;gap:4px}.HeroShowcase_mastercardCircles__F2P39{display:flex;align-items:center;position:relative}.HeroShowcase_redCircle__4U3qR{display:inline-block;width:24px;height:24px;background:var(--payment-mastercard-red);border-radius:50%}.HeroShowcase_yellowCircle__O_MKA{display:inline-block;width:24px;height:24px;background:var(--payment-mastercard-yellow);border-radius:50%;margin-left:-10px}.HeroShowcase_mastercardText__Kxk85{font-family:Segoe UI,Helvetica Neue,sans-serif;font-size:.6rem;font-weight:600;color:var(--text-primary);letter-spacing:1px;text-transform:lowercase}.HeroShowcase_paymentNote__a1qmm{font-size:clamp(.6rem,1.8vw,.75rem);color:var(--text-secondary);margin:0;text-align:center;flex:1 1 12rem;min-width:0;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:770px){.HeroShowcase_paymentMethods__gD4hq{padding:1rem 1.5rem}}@media (min-width:1024px){.HeroShowcase_contentRow__Yba6A{flex-direction:row;align-items:stretch}.HeroShowcase_textSection__Sv_21{flex:1 1;width:auto;border-right:1px solid var(--border-primary);border-bottom:none}.HeroShowcase_paymentMethods__gD4hq{flex:0 0 auto;width:auto;min-width:280px;border-top:none;border-left:1px solid var(--border-primary)}}@media (max-width:767px){.HeroShowcase_container__GT1es{gap:0}.HeroShowcase_carouselSlide__yI4i6{height:350px}.HeroShowcase_textSection__Sv_21{padding:.875rem 1rem}.HeroShowcase_paymentMethods__gD4hq{padding:.75rem 0 var(--space-md,1rem) 0;gap:.375rem}.HeroShowcase_paymentCards__MI7qR{gap:.75rem}.HeroShowcase_paymentCard__DzmAK{padding:.4rem .75rem;height:48px;min-width:85px}.HeroShowcase_visaLogo__tFCec{font-size:1.2rem}.HeroShowcase_redCircle__4U3qR,.HeroShowcase_yellowCircle__O_MKA{width:20px;height:20px}.HeroShowcase_yellowCircle__O_MKA{margin-left:-8px}.HeroShowcase_mastercardText__Kxk85{font-size:.5rem}}