.floating-club-btn{position:fixed;bottom:24px;right:24px;width:160px;background-color:var(--theme-color);color:white;border-radius:50px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,0,0,.4);z-index:1000;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:background-color .3s ease,color .3s ease}.club-logo{filter:brightness(0) saturate(100%) invert(100%);height:40px;margin-bottom:6px;transition:filter .3s ease}.club-text{font-family:Greenly,sans-serif;letter-spacing:.5px;font-size:1.4rem;font-weight:500;text-align:center;line-height:1.2}@media (max-width:768px){.floating-club-btn{width:130px;padding:10px 14px}.club-logo{height:34px}.club-text{font-size:1.2rem}}@media (max-width:480px){.floating-club-btn{width:120px;padding:8px 12px;bottom:16px;right:16px}.club-logo{height:30px}.club-text{font-size:1rem}}

/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */.autoShow{animation:autoShowAnimation .8s ease-out both;animation-timeline:view(80% 0)}@keyframes autoShowAnimation{0%{opacity:0;transform:translateY(200px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.fadeIn{animation:fadeIn .8s ease-out both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slideUp{animation:slideUp .6s ease-out both}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.slideLeft{animation:slideLeft .6s ease-out both}@keyframes slideLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.bounce{animation:bounce 1s ease-out both}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.rotateIn{animation:rotateIn .7s ease-out both}@keyframes rotateIn{0%{opacity:0;transform:rotate(-30deg)scale(.8)}to{opacity:1;transform:rotate(0)scale(1)}}.fadeOut{animation:fadeOut .5s ease-in both}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}.autoFadeIn{animation-name:autoShowAnimation,fadeIn;animation-duration:.8s,.8s;animation-timing-function:ease-out,ease-out;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:both,both;animation-timeline:view(80% 0)}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Greenly;src:url(/assets/fonts/greenly-regular-fm.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GreenlyBold;src:url(/assets/fonts/greenly-bold-fm.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ploni;src:url(/assets/fonts/ploni-demibold-aaa.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}body{color:#1a1a1a;background-color:#e7f0d8;font-family:Rubik,Open Sans,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}body,html{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{all:unset;display:block}h1{font-size:2rem}h1,h2{font-weight:700}h2{font-size:1.75rem}h3{font-size:1.5rem}h3,h4{font-weight:700}h4{font-size:1.25rem}h5{font-size:1rem}h5,h6{font-weight:700}h6{font-size:.875rem}body[data-theme=dark]{color:#fff;background-color:#121212}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--theme-color)}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:rgba(var(--theme-color-rgb),.25);background-clip:padding-box;border:2px solid #0000;border-radius:10px;transition:background-color .3s}::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color)}body[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:rgba(var(--theme-color-rgb),.3)}body[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background-color:var(--theme-color)}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:16px}.app-container{flex-direction:column;min-height:calc(100vh - 80px);display:flex}.greenly-title{letter-spacing:.05em;color:var(--greenly-title-color);font-family:GreenlyBold,sans-serif;font-size:3rem}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.page-content{flex:1}#smooth-wrapper{z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}#smooth-content{flex-direction:column;padding-bottom:80px;display:flex;overflow:visible}.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scaleX(-1)}.theme-toggle{--theme-toggle__classic--duration:.5s}.theme-toggle__classic path{transition-timing-function:cubic-bezier(0,0,.15,1.25);transform-origin:center;transition-duration:calc(var(--theme-toggle__classic--duration) * .8)}.theme-toggle__classic g path{transition-property:opacity,transform;transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}.theme-toggle__classic :first-child path{transition-property:transform,d}.theme-toggle--toggled.theme-toggle .theme-toggle__classic g path{transform:scale(.5) rotate(45deg);opacity:0;transition-delay:0s}.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}@supports not (d:path("")){.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}html{transition:filter .3s ease,background-color .3s ease,color .3s ease,font-size .2s ease}body[data-theme=dark]{--item-bg:#1f1f1f;--item-hover:#2a2a2a;--item-border:#444;--item-text:#e0e0e0;--item-active:var(--ant-primary-color);--item-active-text:var(--ant-color-text-light-solid)}body:not([data-theme=dark]){--item-bg:#fff;--item-hover:#fafafa;--item-border:#f0f0f0;--item-text:#000;--item-active:var(--ant-primary-color);--item-active-text:var(--ant-color-text-light-solid)}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;height:100%}.drawer-header .icon{font-size:3rem;color:var(--item-text)}.accessibility-list-item{position:relative;display:flex;align-items:center;padding:.5rem .75rem;margin-bottom:.25rem;background:var(--item-bg);color:var(--item-text);cursor:pointer;border-radius:4px}.accessibility-list-item:before{content:"";position:absolute;inset:0;border:1px solid var(--item-border);border-radius:inherit;pointer-events:none;transition:border-color .2s}.accessibility-list-item:focus:before,.accessibility-list-item:hover:before{border-color:var(--theme-color)}.accessibility-list-item.active{border-color:var(--theme-color);color:var(--theme-color)!important}.accessibility-list-item .icon{margin-right:.75rem;flex-shrink:0}.accessibility-list-item .label{flex-grow:1}.accessibility-list-item .status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.8;transition:opacity .2s;margin:0 .5rem}.accessibility-list-item:not(.active) .status-dot{opacity:0}.accessibility-slider-label{margin-bottom:.5rem;font-weight:500}.font-buttons{display:flex;gap:.5rem;margin-bottom:1rem}.font-button{flex:1;padding:.5rem 0;text-align:center;border:1px solid var(--item-border);border-radius:4px;background:var(--item-bg);color:var(--item-text);cursor:pointer;transition:background .2s,border-color .2s;user-select:none}.font-button:hover{background:var(--item-hover);border-color:var(--theme-color);color:var(--theme-color)}html.highlight-links a{text-decoration:underline!important;outline:2px dashed var(--ant-primary-color)!important;background:rgba(255,255,0,.25);color:inherit!important}html.grayscale-images img{opacity:.8;border:2px solid var(--item-border)}html.grayscale-all,html.grayscale-images img{filter:grayscale(100%)!important}html.high-contrast{filter:contrast(200%) brightness(1.2) saturate(1.2)!important}html.invert-colors{filter:invert(100%) hue-rotate(180deg)!important}html.readable-font body{font-family:Arial,sans-serif!important;line-height:1.6!important;letter-spacing:.03em!important}#greenly-footer{background:linear-gradient(180deg,#6a8f60,#5c7f52);border-top:2px solid rgba(255,255,255,.15);color:#ffffff;font-family:Assistant,sans-serif;direction:rtl;padding:2rem 1rem 1rem;position:relative;overflow:hidden;margin-top:0!important}.footer-container{max-width:1200px;margin:0 auto}.footer-columns{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.footer-col{flex:1 1 300px;min-width:260px;padding:0 1rem;color:inherit}.footer-col h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:inherit;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.4rem}.footer-col a,.footer-col p{font-size:.95rem;color:inherit;line-height:1.6;margin:.25rem 0;text-decoration:none;transition:color .3s ease}.footer-col a:hover{color:#ffffff;text-decoration:underline}.footer-icons{display:flex;gap:.8rem;margin-bottom:.6rem;justify-content:flex-start}.footer-icons a{font-size:1.4rem;background:rgba(255,255,255,.1);color:inherit;padding:.5rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,background .3s ease,box-shadow .3s ease}.footer-icons a:hover{background:rgba(255,255,255,.25);transform:scale(1.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}.footer-bottom{position:relative;text-align:center;font-size:.85rem;color:#e0e0e0;border-top:1px solid rgba(255,255,255,.15);padding-top:.75rem;margin-top:.5rem;overflow:hidden}.footer-bottom a{color:#ffffff;font-weight:700;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.footer-bottom:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.15) 50%,transparent);pointer-events:none;z-index:0}body[data-theme=dark] #greenly-footer{background:linear-gradient(180deg,#2d4030,#263a29);border-top:2px solid rgba(255,255,255,.1)}body[data-theme=dark] .footer-bottom,body[data-theme=dark] .footer-col a,body[data-theme=dark] .footer-col h4,body[data-theme=dark] .footer-col p{color:#e0ffe0}body[data-theme=dark] .footer-icons a{background:rgba(255,255,255,.08)}body[data-theme=dark] .footer-icons a:hover{background:rgba(255,255,255,.25)}@media (max-width:768px){#greenly-footer{padding:1rem 1rem .5rem}.footer-columns{gap:1rem;margin-bottom:.5rem}.footer-col{padding:0;margin-bottom:.5rem}.footer-col h4{font-size:1rem;margin-bottom:.25rem}.footer-col a,.footer-col p{font-size:.85rem;line-height:1.5;margin:.15rem 0}.footer-icons{gap:.5rem;margin-bottom:.5rem;justify-content:center}.footer-bottom{margin-top:.25rem;padding-top:.5rem;font-size:.75rem}}.theme-toggle.theme-toggle--reversed .theme-toggle__inner-moon{transform:scaleX(-1)}.theme-toggle{--theme-toggle__inner-moon--duration:.5s}.theme-toggle__inner-moon path{transform-origin:center;transition:transform var(--theme-toggle__inner-moon--duration) cubic-bezier(0,0,.15,1.25)}.theme-toggle__inner-moon circle{transition:transform calc(var(--theme-toggle__inner-moon--duration) / 1.5) cubic-bezier(.4,0,.2,1)}.theme-toggle--toggled.theme-toggle .theme-toggle__inner-moon path{transform:rotate(180deg)}.theme-toggle--toggled.theme-toggle .theme-toggle__inner-moon circle{transform:translate3d(15%,0,0)}.theme-toggle{border:none;background:0 0}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}.theme-toggle{color:white;transition:color .3s ease}.theme-toggle.toggled,.theme-toggle:hover{color:#FFD700}.theme-toggle.toggled:hover{color:#FF8C00}.burger-icon{width:40px;height:30px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;position:relative}.burger-icon span{display:block;height:4px;width:100%;background:var(--nav-text-light);border-radius:4px;transition:.25s ease-in-out}body[data-theme=dark] .burger-icon span{background:var(--nav-text-dark)}body:not(.dark) .navbar-container.at-top .burger-icon span{background:#222!important}body:not(.dark).homepage .navbar-container.at-top .burger-icon span,body[data-theme=dark] .navbar-container.at-top .burger-icon span{background:#fff!important}.burger-icon.open span:first-child{transform:translateY(12px) rotate(45deg)}.burger-icon.open span:nth-child(2){opacity:0}.burger-icon.open span:nth-child(3){transform:translateY(-12px) rotate(-45deg)}.custom-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;pointer-events:none}.custom-menu-overlay.gsap-active{pointer-events:all}.custom-menu-panel{justify-content:center;max-width:100%;width:100%;padding:24px}.custom-menu-links,.custom-menu-panel{display:flex;flex-direction:column;align-items:center}.custom-menu-links{gap:24px}.menu-link{color:white;font-size:1.8rem;text-decoration:none;font-weight:700;position:relative;transition:color .3s ease}.menu-link:hover{color:var(--theme-color)}.drawer-socials{display:flex;gap:16px;margin-top:40px}.drawer-socials a{color:white;transition:transform .3s ease,color .3s ease}.drawer-socials a:hover{transform:scale(1.1);color:var(--theme-color)}.cart-icon{transition:transform .2s;color:white}:root{--theme-color:#50b57f;--nav-bg-light:#fff;--nav-bg-dark:#f5f5f5;--nav-text-light:#f5f5f5;--nav-text-dark:#f5f5f5;--nav-border-light:#e5e5e5;--nav-border-dark:#333}body:not(.dark){--nav-link-color:#222;--nav-link-hover-color:#2e8b57}body.dark{--nav-link-color:#eee;--nav-link-hover-color:#8fda8d}body[data-theme=dark] .nav-link:hover{color:#aaffaa}.navbar-container{height:80px;z-index:1001;padding:0 16px;display:flex;align-items:center;justify-content:center;background:var(--nav-bg-light);border-bottom:1px solid var(--nav-border-light);backdrop-filter:blur(6px);transition:background .4s,border-color .4s}body[data-theme=dark] .navbar-container{background:var(--nav-bg-dark);border-bottom:1px solid var(--nav-border-dark)}.navbar-container.at-top{background:transparent!important;border-bottom:none!important}.over-hero-dark .navbar-container{background:var(--nav-bg-dark)!important;border-bottom:1px solid var(--nav-border-dark)!important}.over-hero-dark .nav-link{color:var(--nav-text-dark)!important}.over-hero-dark .nav-link:hover{color:var(--theme-color)!important}.over-hero-dark .nav-link-underline{background:var(--theme-color)!important}.over-hero-dark .cart-icon,.over-hero-dark .theme-toggle{color:var(--nav-text-dark)!important}.over-hero-dark .ant-drawer-content-wrapper .ant-drawer-body,.over-hero-dark .ant-drawer-content-wrapper .ant-drawer-header{background:var(--nav-bg-dark)!important;color:var(--nav-text-dark)!important}.navbar-inner{width:100%;max-width:1500px;display:flex;align-items:center;justify-content:space-between}.links-container{display:flex;gap:12px}.nav-link{position:relative;padding:8px 12px;border-radius:6px;font-weight:500;font-size:1.25rem;text-decoration:none;color:var(--nav-text-light);transition:color .3s}body[data-theme=dark] .nav-link{color:var(--nav-text-dark)}.nav-link:hover{color:#50b57f}.nav-link-underline{position:absolute;bottom:4px;right:0;width:100%;height:2px;background:#50b57f;transform-origin:right center;transform:scaleX(0)}.nav-link.active .nav-link-underline{transform:scaleX(1)!important}body[data-theme=dark] .nav-link-underline,body[data-theme=dark] .nav-link.active .nav-link-underline{background:#aaffaa}.logo-container{display:flex;align-items:center;justify-content:center}.logo-container img{transition:transform .3s}.mobile-left,.socials-container{display:flex;align-items:center;gap:12px}.cart-icon{transition:transform .2s,color .3s;color:var(--nav-text-light)}.cart-icon:hover{transform:scale(1.1);color:var(--theme-color)}body[data-theme=dark] .cart-icon{color:var(--nav-text-dark)}.theme-toggle{font-size:32px;color:var(--nav-text-light);transition:color .3s;cursor:pointer}.theme-toggle.toggled,.theme-toggle:hover{color:#ffd700}.theme-toggle.toggled:hover{color:#ff8c00}body[data-theme=dark] .theme-toggle{color:var(--nav-text-dark)}body:not(.dark) .navbar-container.at-top{background:transparent!important;border-bottom:none!important}body:not(.dark) .navbar-container.at-top .cart-icon,body:not(.dark) .navbar-container.at-top .nav-link,body:not(.dark) .navbar-container.at-top .theme-toggle{color:#222!important}body:not(.dark) .navbar-container.at-top .nav-link-underline{background:#2e8b57!important}body:not(.dark).homepage .navbar-container.at-top .cart-icon,body:not(.dark).homepage .navbar-container.at-top .nav-link,body:not(.dark).homepage .navbar-container.at-top .theme-toggle{color:#fff!important}body:not(.dark).homepage .navbar-container.at-top .nav-link-underline{background:#50b57f!important}body:not(.dark) .navbar-container.at-top .nav-link:hover{color:#50b57f!important}body:not(.dark) .navbar-container.at-top .nav-link-underline,body:not(.dark).homepage .navbar-container.at-top .nav-link.active .nav-link-underline{background:#50b57f!important}body[data-theme=dark] .navbar-container.at-top{background:transparent!important;border-bottom:none!important}body[data-theme=dark] .navbar-container.at-top .cart-icon,body[data-theme=dark] .navbar-container.at-top .nav-link,body[data-theme=dark] .navbar-container.at-top .theme-toggle{color:#fff!important}body[data-theme=dark] .navbar-container.at-top .nav-link:hover{color:#50b57f!important}body[data-theme=dark] .navbar-container.at-top .nav-link-underline{background:#50b57f!important}