.separator-container.svelte-1ig5hag{display:flex;align-items:center;justify-content:center;width:100%;margin:110px 0;gap:0}.ball-wrapper.svelte-1ig5hag{width:70px;height:70px;display:flex;align-items:center;justify-content:center;z-index:2}.line.svelte-1ig5hag{height:1px;flex:1;max-width:350px;background-color:#1111111a;position:relative}.line.left.svelte-1ig5hag{margin-right:30px;background:linear-gradient(to left,rgba(17,17,17,.1) 0%,transparent 100%)}.line.right.svelte-1ig5hag{margin-left:30px;background:linear-gradient(to right,rgba(17,17,17,.1) 0%,transparent 100%)}.line.svelte-1ig5hag:after{content:"";position:absolute;top:50%;width:4px;height:4px;background-color:#11111126;border-radius:50%;transform:translateY(-50%)}.line.left.svelte-1ig5hag:after{right:-30px}.line.right.svelte-1ig5hag:after{left:-30px}.navbar.svelte-rfuq4y{position:fixed;top:0;left:0;width:100%;height:85px;background:#0a0a0afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;z-index:1000;border-bottom:1px solid rgba(228,255,26,.2)}.nav-container.svelte-rfuq4y{width:100%;max-width:1400px;margin:0 auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center}.logo-wrapper.svelte-rfuq4y{display:flex;align-items:center;gap:12px;text-decoration:none}.fire-box.svelte-rfuq4y{position:relative;width:45px;height:45px;display:flex;justify-content:center;align-items:center}.ball-container.svelte-rfuq4y{z-index:2;filter:drop-shadow(0 0 8px #ff4500)}.club-logo.svelte-rfuq4y{height:48px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.flame.svelte-rfuq4y{position:absolute;bottom:5px;width:15px;height:15px;background:#ff4500;border-radius:50% 50% 20%;filter:blur(5px);animation:svelte-rfuq4y-rise 1s infinite ease-in;opacity:0;z-index:1}.flame.svelte-rfuq4y:nth-child(2){left:10px;animation-delay:.2s;background:#ff8c00}.flame.svelte-rfuq4y:nth-child(3){right:10px;animation-delay:.4s;background:#e4ff1a}@keyframes svelte-rfuq4y-rise{0%{transform:translateY(0) scale(1);opacity:.8}to{transform:translateY(-30px) scale(.5);opacity:0}}.nav-links.svelte-rfuq4y{display:flex;list-style:none;gap:30px;align-items:center}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y){color:#fff;text-decoration:none;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y):not(.btn-cta):not(.nav-contact):hover{color:#e4ff1a}.nav-contact.svelte-rfuq4y{border:1px solid rgba(228,255,26,.5);padding:8px 15px;border-radius:4px}.btn-cta.svelte-rfuq4y{background:#e4ff1a;color:#000!important;padding:12px 20px;border-radius:4px}.btn-cta.svelte-rfuq4y:hover{background:#fff;transform:translateY(-2px)}.burger.svelte-rfuq4y{display:none;background:none;border:none;cursor:pointer}.line.svelte-rfuq4y{width:25px;height:2px;background-color:#fff;margin:6px 0;transition:.4s}.line.open.svelte-rfuq4y:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.line.open.svelte-rfuq4y:nth-child(2){opacity:0}.line.open.svelte-rfuq4y:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media(max-width:1100px){.burger.svelte-rfuq4y{display:block}.nav-links.svelte-rfuq4y{position:fixed;top:85px;right:-100%;width:100%;height:calc(100vh - 85px);background:#0a0a0a;flex-direction:column;justify-content:center;transition:.4s}.nav-links.mobile-open.svelte-rfuq4y{right:0}}.modal-backdrop.svelte-shvh5r{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-container.svelte-shvh5r{background:#151515;width:100%;max-width:800px;max-height:90vh;border-radius:24px;position:relative;overflow:hidden;border:1px solid rgba(228,255,26,.2);box-shadow:0 30px 60px #000c}.close-btn.svelte-shvh5r{position:absolute;top:20px;right:20px;background:#e4ff1ae6;color:#000;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.close-btn.svelte-shvh5r:hover{transform:rotate(90deg) scale(1.1);background:#fff}.modal-scroll-area.svelte-shvh5r{max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e4ff1a transparent}.modal-scroll-area.svelte-shvh5r::-webkit-scrollbar{width:6px}.modal-scroll-area.svelte-shvh5r::-webkit-scrollbar-track{background:transparent}.modal-scroll-area.svelte-shvh5r::-webkit-scrollbar-thumb{background-color:#e4ff1a;border-radius:20px}.modal-image.svelte-shvh5r{width:100%;background:#000;display:flex;align-items:center;justify-content:center;max-height:70vh}.modal-image.svelte-shvh5r img:where(.svelte-shvh5r){width:100%;max-height:70vh;object-fit:contain}.modal-content.svelte-shvh5r{padding:40px}.modal-subtitle.svelte-shvh5r{color:#e4ff1a;font-weight:800;text-transform:uppercase;letter-spacing:3px;font-size:.9rem;display:block;margin-bottom:10px}.modal-title.svelte-shvh5r{color:#fff;font-size:2.5rem;font-weight:900;text-transform:uppercase;margin-bottom:30px;line-height:1}.modal-body.svelte-shvh5r{color:#ccc;font-size:1.1rem;line-height:1.8}.modal-body.svelte-shvh5r p:where(.svelte-shvh5r){margin-bottom:20px}.modal-footer.svelte-shvh5r{margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.facebook-link.svelte-shvh5r{display:inline-flex;align-items:center;gap:12px;color:#e4ff1a;text-decoration:none;font-weight:700;text-transform:uppercase;font-size:.9rem;transition:all .2s ease}.facebook-link.svelte-shvh5r:hover{color:#fff;transform:translate(5px)}@media(max-width:768px){.modal-content.svelte-shvh5r{padding:30px}.modal-title.svelte-shvh5r{font-size:1.8rem}.modal-image.svelte-shvh5r{max-height:50vh}.modal-image.svelte-shvh5r img:where(.svelte-shvh5r){max-height:50vh}}footer.svelte-jz8lnl{background:#222;color:#ccc;padding:40px 20px}.footer-grid.svelte-jz8lnl{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr}h4.svelte-jz8lnl{color:#fff;margin-bottom:15px}.copy.svelte-jz8lnl{text-align:center;margin-top:40px;font-size:.8rem;border-top:1px solid #444;padding-top:20px}
