*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}img{color:transparent}body{font-family:sans-serif;background-color:#fff}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto}main{background-color:#fff}header{border-bottom:4px solid #6225e6}.content{background-color:#6225e6;min-height:80px;display:flex;align-items:center}.menu{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#000;background:#fff;padding:8px 14px;border:4px solid #000;box-shadow:5px 5px #000;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;line-height:1.2;text-decoration:none}.logo:hover{text-decoration:none;color:#000}.logo img{height:28px;width:28px;object-fit:contain;display:block}.logo span{color:#6225e6}#menu{display:none}.hamburger{cursor:pointer;display:none;z-index:100}.hamburger svg{height:45px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.line{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line-top-bottom{stroke-dasharray:12 63}#menu:checked+.hamburger svg{transform:rotate(-45deg)}#menu:checked+.hamburger svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.menu .navbar ul{display:flex;align-items:center;gap:4px}.menu .navbar ul li a{font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:8px 16px;color:#fff;border-radius:0;border:2px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative}.menu .navbar ul li a:hover,.menu .navbar ul li a.nav-active{background:#fff;color:#6225e6;border-color:#000;box-shadow:3px 3px #000}@media(max-width:991px){.menu{padding:0 20px}.hamburger{display:block}.menu .navbar{position:absolute;top:80px;left:0;right:0;background-color:#6225e6;width:100%;height:0;overflow:hidden;transition:height .3s ease;z-index:50}.menu .navbar ul{flex-direction:column;align-items:center;padding:20px 0;gap:6px}.menu .navbar ul li{width:80%;text-align:center}.menu .navbar ul li a{display:block;padding:10px 16px;font-size:.9rem}#menu:checked~.navbar{height:auto;min-height:100px;display:block}}.site-footer{border-top:4px solid #000;background:#fff;box-shadow:0 -5px #6225e6;padding:40px 40px 20px}.footer-inner{display:grid;grid-template-columns:1.2fr auto auto;gap:40px;max-width:1100px;margin:0 auto;align-items:start}.footer-col-brand{display:flex;flex-direction:column;gap:8px}.footer-logo-row{display:flex;align-items:center;gap:14px}.footer-logo-row img{border:3px solid #000;box-shadow:3px 3px #6225e6;border-radius:12px}.footer-name{font-weight:900;font-size:18px;text-transform:uppercase;letter-spacing:.06em;color:#000}.footer-name span{color:#6225e6}.footer-tagline{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.06em}.footer-heading{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#6225e6;margin-bottom:14px;border-bottom:2px solid #6225e6;padding-bottom:6px;display:inline-block}.footer-col-nav{text-align:center}.footer-nav{display:flex;flex-direction:column;gap:8px}.footer-nav a{color:#2d002e;text-decoration:none;font-size:.85rem;font-weight:600;transition:color .15s}.footer-nav a:hover{color:#6225e6}.footer-col-connect{display:flex;flex-direction:column;align-items:flex-end}.footer-socials{display:flex;align-items:center;gap:10px;margin-top:12px}.social-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:0;border:3px solid #000;color:#fff;text-decoration:none;box-shadow:3px 3px #000;transition:transform .15s ease,box-shadow .15s ease}.social-btn svg{transform:scale(1)}.social-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.social-btn:active{transform:translate(0);box-shadow:0 0 #000}.footer-fes-link img{max-height:70px;object-fit:contain}.footer-col-inst{display:flex;flex-direction:column;align-items:flex-end}.footer-copy{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6225e6;text-align:center;border-top:2px solid #eee;padding-top:16px;margin-top:24px;max-width:1100px;margin-left:auto;margin-right:auto}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;text-align:center;gap:24px}.footer-logo-row,.footer-socials{justify-content:center}.footer-col-nav{text-align:center}.footer-col-inst{align-items:center}.footer-fes-link{display:flex;justify-content:center}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hw-hero{position:relative;width:100%;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:4px solid #000;background-color:#fff;padding:40px 20px 80px}.hw-hero-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;width:100%;align-items:center}.hw-scroll-indicator{position:absolute;bottom:25px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:1px;color:#666;text-decoration:none;cursor:pointer;transition:color .2s ease,opacity .2s ease}.hw-scroll-indicator:hover{color:#6225e6;opacity:.8}.hw-scroll-arrow{font-size:1.5rem;color:#6225e6;animation:hw-bounce 2s infinite}@keyframes hw-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hw-hero-content{display:flex;flex-direction:column;align-items:flex-start}.hw-badge{background:#c4b5fd;color:#000;font-family:DM Sans,sans-serif;font-weight:800;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;padding:8px 16px;border:3px solid #000;box-shadow:4px 4px #000;margin-bottom:24px;display:inline-block;transform:rotate(-2deg)}.hw-hero-title{font-family:DM Sans,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;color:#000;line-height:1.1;text-transform:uppercase;margin-bottom:20px;letter-spacing:-1px}.hw-hero-title .highlight{color:#fff;background-color:#6225e6;padding:0 10px;display:inline-block;border:4px solid #000;box-shadow:6px 6px #000;transform:rotate(1deg);margin-top:8px}.hw-hero-desc{font-family:DM Sans,sans-serif;font-size:1.15rem;color:#444;line-height:1.6;max-width:480px;margin-bottom:36px}.hw-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hw-btn{font-family:DM Sans,sans-serif;font-weight:800;font-size:1.1rem;padding:14px 28px;text-decoration:none;text-transform:uppercase;border:4px solid #000;transition:transform .2s,box-shadow .2s;display:inline-block}.hw-btn-primary{background:#6225e6;color:#fff;box-shadow:6px 6px #000}.hw-btn-primary:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #c4b5fd;color:#fff}.hw-btn-secondary{background:#fff;color:#000;box-shadow:6px 6px #6225e6}.hw-btn-secondary:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #6225e6;color:#000}.hw-hero-visuals{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center}.hw-stacked-images{position:relative;width:90%;height:90%}.hw-img-box{position:absolute;border:4px solid #000;overflow:hidden;background:#fff}.hw-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hw-img-box:hover img{transform:scale(1.05)}.hw-img-back{width:80%;aspect-ratio:16 / 9;height:auto;top:5%;right:-5%;box-shadow:12px 12px #c4b5fd;z-index:1}.hw-img-back img{object-position:center bottom}.hw-img-front{width:70%;aspect-ratio:16 / 9;height:auto;bottom:0%;left:-5%;box-shadow:12px 12px #6225e6;z-index:2;transform:translateY(0) translate(0)}.hw-deco-star{position:absolute;top:0%;left:15%;font-size:2.5rem;color:#000;animation:spin-slow 8s linear infinite;z-index:3}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.hw-hero-container{grid-template-columns:1fr;text-align:center;gap:60px}.hw-hero-content{align-items:center}.hw-hero-desc{margin:0 auto 32px}.hw-hero-actions{justify-content:center}.hw-img-front{transform:translateY(10px) translate(0)}}@media(max-width:600px){.hw-hero-container{gap:20px}.hw-hero-actions{flex-direction:column;width:100%}.hw-btn{width:100%;text-align:center}.hw-img-back{right:0;width:90%}.hw-img-front{left:0;width:90%}.hw-deco-star{top:-5%;left:auto;right:2%;font-size:1.8rem}}@media(max-width:600px){.hw-scroll-indicator{bottom:-2px}}.hw-showcase{background-color:#fff;background-image:radial-gradient(#6225e622 1.5px,transparent 1.5px);background-size:22px 22px;border-bottom:4px solid #000;padding:80px 40px}.hw-showcase-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}.hw-terminal{border:4px solid #000;box-shadow:8px 8px #6225e6;border-radius:10px;overflow:hidden;font-family:Courier New,Courier,monospace;min-height:320px}.hw-terminal-bar{background:#e8e8e8;border-bottom:4px solid #000;padding:10px 14px;display:flex;align-items:center;gap:7px}.hw-dot{width:13px;height:13px;border-radius:50%;border:1.5px solid rgba(0,0,0,.18);display:inline-block;flex-shrink:0}.hw-terminal-title{font-size:12px;font-weight:700;color:#666;margin-left:6px;font-family:Courier New,monospace;flex:1;text-align:center}.hw-terminal-body{background:#0f0f17;padding:22px 20px;height:320px;font-size:14px;line-height:1.9;overflow-y:hidden}.hw-line{display:block;white-space:pre-wrap;word-break:break-word}.hw-line.cmd{color:#a78bfa}.hw-line.out{color:#4ade80}.hw-line.blank{height:6px}.hw-cursor{display:inline-block;color:#a78bfa;font-size:15px;vertical-align:middle;margin-left:1px;animation:hw-blink .75s step-end infinite}@keyframes hw-blink{0%,to{opacity:1}50%{opacity:0}}.hw-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hw-stat-card{background:#fff;border:4px solid #000;box-shadow:6px 6px #6225e6;padding:26px 16px 20px;text-align:center;transition:transform .15s ease,box-shadow .15s ease;cursor:default}.hw-stat-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #6225e6}.hw-stat-value{display:flex;justify-content:center;align-items:baseline;gap:1px}.hw-stat-num{font-size:3rem;font-weight:900;color:#6225e6;line-height:1;font-family:Courier New,Courier,monospace}.hw-stat-suffix{font-size:1.8rem;font-weight:900;color:#6225e6;font-family:Courier New,Courier,monospace;line-height:1}.hw-stat-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#000;margin-top:10px}@media(max-width:860px){.hw-showcase-inner{grid-template-columns:1fr}.hw-showcase{padding:44px 20px}.hw-terminal-body{height:auto;min-height:274px;overflow-y:visible}.hw-line{font-size:12px}}@media(max-width:480px){.hw-stats-grid{grid-template-columns:1fr;gap:12px}.hw-stat-card{padding:18px 12px 14px}}@media(max-width:400px){.hw-stat-num{font-size:2.2rem}.hw-stat-suffix{font-size:1.4rem}}.club-main{background-color:#f9f3ff;padding:50px 20px 60px}.section-card{background-color:#fff;padding:32px 36px;margin-bottom:32px;border:4px solid black;box-shadow:8px 8px #6225e6;transition:box-shadow .2s ease}.section-card:hover{box-shadow:12px 12px #6225e6}.section-card h2{color:#6225e6;font-size:1.4rem;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:10px}.section-card h2 .icon{background-color:#6225e6;color:#fff;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;border:2px solid #000;box-shadow:3px 3px #000}.section-card p{color:#444;line-height:1.8;font-size:.97rem}.objetivos-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:4px}.objetivos-grid .objetivo-item:last-child:nth-child(odd){grid-column:1 / -1;max-width:50%;justify-self:center}.objetivo-item{background-color:#f9f3ff;border-radius:0;border:3px solid #000;padding:16px 18px;display:flex;gap:12px;align-items:flex-start;transition:transform .15s,box-shadow .15s;box-shadow:4px 4px #6225e6}.objetivo-item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #6225e6}.objetivo-num{background-color:#6225e6;color:#fff;font-weight:800;font-size:.9rem;width:30px;height:30px;border:2px solid #000;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.objetivo-item h3{color:#6225e6;font-size:.92rem;font-weight:700;margin-bottom:4px}.objetivo-item p{font-size:.87rem;color:#555;line-height:1.6}.directiva-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:4px}.flip-card{perspective:1000px;height:280px}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:3px solid #000;box-shadow:5px 5px #6225e6;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;box-sizing:border-box}.flip-card-front{background-color:#f9f3ff}.directiva-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 16px;border:4px solid #000;box-shadow:4px 4px #6225e6;transform:translateZ(0);image-rendering:auto}.flip-card-back{background-color:#f9f3ff;transform:rotateY(180deg);justify-content:center;gap:16px}.flip-card-front h3{color:#2d002e;font-weight:700;font-size:.95rem;margin-bottom:4px}.flip-card-front span{font-size:.82rem;color:#fff;font-weight:700;background-color:#6225e6;padding:4px 12px;border:2px solid #000;text-transform:uppercase;letter-spacing:1px}.flip-bio{color:#2d002e;font-size:.85rem;line-height:1.5;font-weight:500;text-align:center;margin:0;border-left:3px solid #6225e6;padding-left:12px;text-align:left}.flip-socials{display:flex;gap:12px;justify-content:center}.flip-social-link{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background-color:#fbbf24;color:#000;border:2px solid #000;box-shadow:3px 3px #000;font-weight:700;font-size:.78rem;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:transform .15s,box-shadow .15s}.flip-social-link:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.flip-social-placeholder{display:flex;gap:16px;opacity:.3;color:#2d002e}.flip-card-front.flip-trigger,.flip-card-back.flip-trigger{cursor:pointer}.peel-corner{position:absolute;bottom:-3px;right:-3px;width:50px;height:50px;transition:width .2s cubic-bezier(.175,.885,.32,1.275),height .2s cubic-bezier(.175,.885,.32,1.275);pointer-events:none;z-index:10}.flip-card-front:hover .peel-corner{width:65px;height:65px}@media(max-width:900px){.flip-card:hover .flip-card-inner{transform:none}.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}}@media(max-width:768px){.social-text{display:none}.flip-social-link{padding:8px;gap:0}.flip-socials{width:100%;justify-content:flex-start}}.objetivo-general-block p{font-size:1.15rem;font-weight:700;line-height:1.6;color:#111;text-align:center;padding:24px;background:#f0e6ff;border:3px solid black;box-shadow:6px 6px #6225e6;position:relative;margin-top:20px}.objetivo-general-block p:before{content:"✦";position:absolute;bottom:-12px;right:-12px;background:#6225e6;color:#fff;border:2px solid #000;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px}.mv-declaracion{font-size:1.15rem;font-weight:700;color:#1a1a1a;line-height:1.6;border-left:5px solid #6225e6;padding:10px 0 10px 18px;margin-bottom:24px;font-style:italic}.mv-pilares{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mv-pilar{background:#f9f3ff;border:3px solid black;padding:18px 14px;text-align:center}.mv-pilar-icon{font-size:2rem;color:#6225e6;display:block;margin-bottom:8px}.mv-pilar h3{font-size:.82rem;font-weight:800;color:#6225e6;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.mv-pilar p{font-size:.78rem;color:#555;line-height:1.5}.cta-section{background-color:#fff;border:4px solid black;box-shadow:10px 10px #6225e6;padding:48px 36px;text-align:center;margin-top:16px;background-image:radial-gradient(rgba(0,0,0,.1) 2px,transparent 2px);background-size:20px 20px}.cta-section h2{font-family:DM Sans,sans-serif;font-size:2rem;font-weight:900;color:#111;text-transform:uppercase;letter-spacing:1px;text-shadow:2px 2px 0 white;margin-bottom:16px}.cta-section p{font-size:1.15rem;font-weight:700;color:#111;max-width:600px;margin:0 auto 32px;line-height:1.6}.cta-actions{display:flex;justify-content:center;gap:16px}.hero-spacer-desktop{display:none;position:relative}.scattered-gallery{position:relative;width:100%;max-width:1100px;height:480px;margin:60px auto 20px}.scattered-photo{position:absolute;width:250px;background-color:#fff;border:4px solid black;padding:12px 12px 18px;box-shadow:8px 8px #000;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s,z-index 0s;z-index:1}.scattered-photo:hover{transform:scale(1.08) rotate(0)!important;box-shadow:16px 16px #fbbf24;z-index:100!important}.scattered-photo img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border:2px solid #000;display:block}.scattered-photo:before{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%) rotate(-3deg);width:50px;height:22px;background-color:#e2fca4;border:2px solid #000;box-shadow:2px 2px #000;z-index:1}.sp-1{left:2%;top:5%;transform:rotate(-6deg);z-index:2}.sp-1:before{background-color:#fbbf24;transform:translate(-50%) rotate(4deg)}.sp-2{left:26%;top:15%;transform:rotate(4deg);z-index:1}.sp-2:before{background-color:#6225e6}.sp-3{right:26%;top:6%;transform:rotate(-3deg);z-index:3}.sp-3:before{background-color:#fbbf24;transform:translate(-50%) rotate(-5deg)}.sp-4{right:2%;top:14%;transform:rotate(5deg);z-index:4}@media(min-width:1400px){.hero-spacer-desktop{display:block;height:400px;width:100%}.club-main{position:relative}.gallery-responsive-wrapper{position:absolute;left:0;width:100%;pointer-events:none;z-index:5}.scattered-gallery{position:sticky;top:0;width:100%;height:100vh;margin:0;max-width:none;display:flex;justify-content:center;align-items:center}.scattered-photo{position:absolute;inset:0% auto auto 50%!important;transform:translate(calc(-50% + var(--anim-x, 0px)),var(--anim-y, 0px)) rotate(var(--anim-r, 0deg)) scale(var(--anim-s, .8));transition:transform .1s ease-out,box-shadow .3s;pointer-events:auto}.scattered-photo:hover{transform:translate(calc(-50% + var(--anim-x, 0px)),var(--anim-y, 0px)) rotate(0) scale(1.05)!important}}@media(max-width:900px){.scattered-gallery{height:380px;margin:-10px auto 45px;position:relative;display:block}.scattered-photo{position:absolute;inset:50% auto auto 50%!important;width:200px;margin:0;transform-origin:bottom center}.sp-1{transform:translate(calc(-50% - 60px),calc(-50% + 10px)) rotate(-18deg);z-index:1}.sp-2{transform:translate(calc(-50% - 20px),calc(-50% - 10px)) rotate(-6deg);z-index:2}.sp-3{transform:translate(calc(-50% + 60px),calc(-50% + 10px)) rotate(18deg);z-index:4}.sp-4{transform:translate(calc(-50% + 20px),calc(-50% - 10px)) rotate(6deg);z-index:3}}@media(max-width:600px){.scattered-gallery{height:280px;margin:-40px auto 40px}.scattered-photo{width:150px}.sp-1{transform:translate(calc(-50% - 45px),calc(-50% + 5px)) rotate(-22deg)}.sp-2{transform:translate(calc(-50% - 15px),calc(-50% - 15px)) rotate(-7deg)}.sp-3{transform:translate(calc(-50% + 45px),calc(-50% + 5px)) rotate(22deg)}.sp-4{transform:translate(calc(-50% + 15px),calc(-50% - 15px)) rotate(7deg)}}@media(max-width:768px){.objetivos-grid{grid-template-columns:1fr}.objetivos-grid .objetivo-item:last-child:nth-child(odd){max-width:100%;grid-column:auto}.directiva-grid{grid-template-columns:1fr}.section-card{padding:22px 20px}.mv-pilares{grid-template-columns:1fr}}.events-section{padding:60px 64px;max-width:1100px;margin:0 auto}.events-title{font-family:DM Sans,sans-serif;font-size:2.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.events-subtitle{font-family:DM Sans,sans-serif;font-size:2rem;font-weight:900;color:#000;text-align:left;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.carousel-block{margin-bottom:56px}.carousel-wrapper{position:relative;padding:0 60px}.cards-grid{display:flex;overflow-x:auto;flex-wrap:nowrap;gap:28px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.cards-grid::-webkit-scrollbar{display:none}.card{flex-shrink:0;width:clamp(220px,28vw,320px);scroll-snap-align:start;background:#fff;border:4px solid black;box-shadow:8px 8px #4e006a;padding:28px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:DM Sans,sans-serif}.card:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #4e006a}.card-tag{display:inline-block;background:#4e006a;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;margin-bottom:16px}.card-title{font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:700;color:#111;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-date{font-size:13px;color:#555;font-weight:500;margin-bottom:14px}.card-desc{font-size:14px;color:#333;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-arrow{font-weight:700;font-size:14px;color:#000;text-align:right}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:3px solid black;box-shadow:4px 4px #000;color:#000;width:40px;height:40px;border-radius:0;cursor:pointer;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;z-index:10}.carousel-btn:hover{transform:translateY(-50%) translate(-2px,-2px);box-shadow:6px 6px #000}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}@media(max-width:768px){.events-section{padding:60px 20px}.card{width:clamp(200px,80vw,280px)}.events-title{font-size:1.8rem}.events-subtitle{font-size:1.3rem;margin-bottom:24px}.carousel-wrapper{padding:0 50px}}.ranking-section{padding:60px 20px 80px;max-width:860px;margin:0 auto}.ranking-title{font-family:DM Sans,sans-serif;font-size:2.5rem;font-weight:900;color:#000;text-align:center;margin-bottom:8px;text-transform:uppercase;letter-spacing:2px}.ranking-subtitle{font-family:DM Sans,sans-serif;text-align:center;color:#00000080;font-size:1.05rem;line-height:1.6;max-width:520px;margin:0 auto 48px}.podium{display:flex;justify-content:center;align-items:flex-end;gap:16px;margin-bottom:48px}.podium-card{background:#fff;border:4px solid black;padding:20px 18px 16px;text-align:center;font-family:DM Sans,sans-serif;position:relative;transition:transform .2s,box-shadow .2s;cursor:default;display:flex;flex-direction:column;align-items:center}.podium-card:hover{transform:translate(-3px,-3px)}.podium-card.rank-1{width:210px;box-shadow:10px 10px #c8a96e;order:2}.podium-card.rank-1:before{content:"";display:block;height:18px}.podium-card.rank-1:hover{box-shadow:14px 14px #c8a96e}.podium-card.rank-1 .podium-medal svg{width:48px;height:48px}.podium-card.rank-1 .podium-name{font-size:1.18rem}.podium-card.rank-1 .podium-pts{font-size:1.7rem}.podium-card.rank-2{width:180px;box-shadow:8px 8px #6eb5c8;order:1}.podium-card.rank-2:before{content:"";display:block;height:8px}.podium-card.rank-2:hover{box-shadow:12px 12px #6eb5c8}.podium-card.rank-2 .podium-medal svg{width:44px;height:44px}.podium-card.rank-2 .podium-name{font-size:1.1rem}.podium-card.rank-2 .podium-pts{font-size:1.6rem}.podium-card.rank-3{width:180px;box-shadow:8px 8px #c86e9a;order:3}.podium-card.rank-3:hover{box-shadow:12px 12px #c86e9a}.podium-medal{margin-bottom:6px;display:flex;justify-content:center;line-height:1}.podium-pos{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#888;margin-bottom:4px}.podium-name{font-family:DM Sans,sans-serif;font-size:1.05rem;font-weight:700;color:#111;margin-bottom:10px;word-break:break-word;min-height:2.5em;display:flex;align-items:center;justify-content:center}.podium-pts{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:10px}.podium-pts span{font-size:.75rem;font-weight:400;color:#888}.pts-bar-wrap{width:100%;background:#e5e5e5;border:2px solid black;height:10px;overflow:hidden}.pts-bar{height:100%;background:#22c55e;width:0%;transition:width 1s cubic-bezier(.4,0,.2,1),background-color 1s ease}.ranking-table{width:100%;border-collapse:collapse;font-family:DM Sans,sans-serif}.ranking-table thead tr{background:#000;color:#fff}.ranking-table thead th{padding:12px 16px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;text-align:left}.ranking-table thead th:last-child{text-align:right}.ranking-table tbody tr{background:#fff;border-bottom:3px solid black;transition:transform .15s,box-shadow .15s}.ranking-table tbody tr:hover{transform:translate(-4px);border-right:6px solid #22c55e}.ranking-table td{padding:14px 16px;vertical-align:middle}.rank-num{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:800;color:#111;width:40px}.player-name{font-weight:600;color:#111;font-size:.95rem}.bar-cell{width:45%}.table-bar-wrap{width:100%;background:#e5e5e5;border:2px solid black;height:14px;overflow:hidden}.table-bar{height:100%;background:#22c55e;width:0%;transition:width 1s cubic-bezier(.4,0,.2,1),background-color 1s ease}.pts-value{font-weight:700;font-size:.95rem;color:#111;text-align:right;white-space:nowrap}.empty-state{text-align:center;padding:40px 20px;font-family:DM Sans,sans-serif;color:#888;font-size:.9rem;border:3px dashed #555;margin-bottom:0}@media(max-width:640px){.ranking-section{padding:40px 16px 60px}.ranking-title{font-size:1.8rem}.ranking-subtitle{margin-bottom:32px}.podium{flex-direction:column;align-items:center;gap:16px}.podium-card{width:90%!important;max-width:320px;padding:16px 12px 14px!important}.podium-card:before{display:none!important}.podium-card .podium-medal svg{width:32px;height:32px}.podium-card .podium-name{font-size:1.15rem}.podium-card .podium-pts{font-size:1.05rem}.podium-card.rank-1{order:1;box-shadow:6px 6px #c8a96e}.podium-card.rank-2{order:2;box-shadow:6px 6px #6eb5c8}.podium-card.rank-3{order:3;box-shadow:6px 6px #c86e9a}.bar-cell,.ranking-table thead th:nth-child(3){display:none}.ranking-table thead th{padding:10px 12px;font-size:.72rem}.ranking-table td{padding:12px}.rank-num{font-size:1rem;width:30px}.player-name,.pts-value{font-size:.88rem}}.contact-hero{background-color:#6225e6;padding:60px 20px 50px;text-align:center}.contact-hero h1{font-family:DM Sans,sans-serif;font-size:2.8rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:3px}.contact-hero p{color:#fffffff2;max-width:520px;margin:14px auto 0;font-size:1.05rem;font-weight:500;line-height:1.6;letter-spacing:.02em}.contact-main{background-color:#f9f3ff;padding:50px 20px 60px}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;max-width:1000px;margin:0 auto;align-items:stretch}.contact-form-col{background:#fff;border:4px solid black;box-shadow:12px 12px #6225e6;padding:40px;display:flex;flex-direction:column;overflow:hidden;position:relative}.contact-form-col .modern-form{width:100%;max-width:100%}.contact-robot{position:absolute;bottom:-30px;left:35px}.contact-robot img{width:260px;height:auto;transition:transform .3s}.contact-robot img:hover{transform:scale(1.05)}@media(max-width:768px){.contact-robot{position:absolute;bottom:-40px;left:10px;right:auto}.contact-robot img{width:140px}}.modern-form h2{font-family:Arial Black,sans-serif;text-transform:uppercase;margin-bottom:10px;color:#6225e6;font-size:1.3rem}.modern-form p{margin-bottom:30px;font-weight:600;color:#333;font-size:.92rem}.input-group{position:relative;margin-bottom:25px}.input-group input,.input-group textarea{width:100%;padding:12px;border:2px solid #ddd;background:none;outline:none;font-size:16px;font-family:inherit;transition:.3s}.input-group select{width:100%;padding:12px;border:2px solid #ddd;background:#fff;outline:none;font-size:16px;font-family:inherit;transition:.3s;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236225e6' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px}.input-group select:focus{border-color:#6225e6;box-shadow:4px 4px #6225e633}.select-float-label{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;transition:.3s;font-weight:600}.contact-select:focus~.select-float-label,.contact-select:valid~.select-float-label{top:-10px;left:8px;font-size:12px;background:#fff;padding:0 5px;color:#6225e6;transform:translateY(0)}.input-group label{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;transition:.3s;font-weight:600}.input-group textarea~label{top:20px}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label,.input-group textarea:focus~label,.input-group textarea:not(:placeholder-shown)~label{top:-10px;left:8px;font-size:12px;background:#fff;padding:0 5px;color:#6225e6}.input-group input:focus,.input-group textarea:focus{border-color:#6225e6;box-shadow:4px 4px #6225e633}.button-container{display:flex;justify-content:flex-end;margin-top:20px}.contact-info-col{display:flex;flex-direction:column;gap:20px}.contact-card{background:#fff;border:4px solid black;box-shadow:8px 8px #6225e6;padding:28px 24px;transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #6225e6}.contact-card-icon{color:#6225e6;margin-bottom:10px;display:inline-block;line-height:1}.contact-card h3{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#6225e6;margin-bottom:8px}.contact-card-link{display:inline-block;font-weight:700;font-size:.95rem;color:#1a1a1a;border-bottom:3px solid #6225e6;padding-bottom:2px;margin-bottom:8px;transition:color .2s}.contact-card-link:hover{color:#6225e6}.contact-card-highlight{font-weight:700;color:#1a1a1a;font-size:.95rem;margin-bottom:4px}.contact-card p{color:#555;font-size:.88rem;line-height:1.6}.contact-socials{display:flex;flex-direction:column;gap:10px;margin-top:12px}.contact-social-link{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f9f3ff;border:2px solid black;font-weight:700;font-size:.88rem;color:#1a1a1a;transition:transform .15s,box-shadow .15s,background .15s}.contact-social-link:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #6225e6;background:#ede0f5}.contact-social-link svg{color:#6225e6;flex-shrink:0}.cta{display:flex;padding:11px 33px;text-decoration:none;font-size:25px;color:#fff;background:#6225e6;transition:1s;box-shadow:6px 6px #000;transform:skew(-15deg);border:none;cursor:pointer}.cta:focus{outline:none}.cta:hover{transition:.5s;box-shadow:10px 10px #c4b5fd}.cta .second{transition:.5s;margin-right:0}.cta:hover .second{transition:.5s;margin-right:45px}.span{transform:skew(15deg);display:inline-block}.second{width:20px;margin-left:30px;position:relative;top:1px}.one{transition:.4s;transform:translate(-60%)}.two{transition:.5s;transform:translate(-30%)}.cta:hover .three{animation:color_anim 1s infinite .2s}.cta:hover .one{transform:translate(0);animation:color_anim 1s infinite .6s}.cta:hover .two{transform:translate(0);animation:color_anim 1s infinite .4s}@keyframes color_anim{0%{fill:#fff}50%{fill:#c4b5fd}to{fill:#fff}}@media(max-width:768px){.contact-hero h1{font-size:1.8rem}.contact-layout{grid-template-columns:1fr}.contact-form-col{padding:28px 20px 100px}}.hw-zoomable{cursor:zoom-in}.hw-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:opacity .3s ease}.hw-modal.is-active{pointer-events:auto;opacity:1}.hw-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(4px);cursor:zoom-out}.hw-modal-content{position:relative;z-index:10000;max-width:90vw;max-height:90vh;background:#fff;border:4px solid #000;box-shadow:12px 12px #6225e6;padding:12px;transform:scale(.95);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.hw-modal.is-active .hw-modal-content{transform:scale(1)}.hw-modal-content img{max-width:100%;max-height:calc(90vh - 24px);object-fit:contain;display:block}.hw-modal-close{position:absolute;top:-20px;right:-20px;width:44px;height:44px;background:#fff;color:#000;border:4px solid #000;box-shadow:4px 4px #000;border-radius:0;font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:900;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s,background .2s,color .2s;z-index:10001}.hw-modal-close:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #6225e6;background:#6225e6;color:#fff}
