@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rubik:wght@400;500;600;700;800&display=swap");:root{--primary-yellow:#FFB800;--primary-yellow-dark:#E6A600;--text-dark:#1A1A1A;--text-white:#FFFFFF;--background-black:#000000;--background-start:#1a1a1a;--background-end:#0a0a0a;--accent-color:rgba(255,184,0,0.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh;background-color:var(--background-black);color:var(--text-white);font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:radial-gradient(circle at top left,var(--accent-color),transparent 40%),radial-gradient(circle at bottom right,var(--accent-color),transparent 40%),linear-gradient(135deg,var(--background-start),var(--background-end));background-attachment:fixed}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L30 60M60 30L0 30' stroke='%23FFB800' stroke-width='0.5' stroke-opacity='0.05'/%3E%3Cpath d='M15 15L45 45M45 15L15 45' stroke='%23FFB800' stroke-width='0.5' stroke-opacity='0.03'/%3E%3C/svg%3E");opacity:.3;pointer-events:none;z-index:1}main{position:relative;z-index:2}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-yellow)}.header{padding:1.5rem 0;position:relative;overflow:hidden;background:rgba(0,0,0,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;position:relative}.logo{width:180px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.container{width:100%;max-width:1200px;padding:0 1rem;margin:3rem auto 0}.tournament-banner{position:relative;padding:4rem 0;background:linear-gradient(45deg,rgba(255,215,0,.1),rgba(255,215,0,.2));margin:2.5rem 0;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease;border:1px solid rgba(255,215,0,.2)}.tournament-banner:hover{transform:translateY(-5px)}.tournament-banner .diagonal-divider{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-clip-path:polygon(0 0,100% 20%,100% 100%,0 80%);clip-path:polygon(0 0,100% 20%,100% 100%,0 80%);background:linear-gradient(135deg,var(--primary-yellow) 0,var(--primary-yellow-dark) 100%);opacity:.1;z-index:0}.tournament-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.section-title{font-family:Rubik,sans-serif;font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--primary-yellow) 0,var(--primary-yellow-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.content-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr;padding:0 0 2rem}@media (max-width:768px){.content-grid{grid-template-columns:1fr;gap:2rem}.tournament-banner{padding:2rem 1rem;margin:1.5rem 0}.tournament-content{gap:1rem}.section-title{font-size:2rem;margin-bottom:1rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.button-container{flex-direction:column;gap:1rem;width:100%}.button{width:100%;text-align:center;padding:1rem;font-size:1rem}}.facebook-feed,.news-feed{background:rgba(255,255,255,.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,215,0,.1)}.facebook-feed{height:-moz-fit-content;height:fit-content;overflow:hidden}.facebook-feed .fb-page{width:100%!important;overflow:hidden}.facebook-feed .fb-page iframe{width:100%!important;max-width:100%}@media (max-width:768px){.facebook-feed{padding:1rem}.facebook-feed .fb-page{transform:scale(.9);transform-origin:0 0}}.button-container{display:flex;gap:1.5rem;margin-top:1rem}.button{padding:.8rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;border:2px solid transparent}.button-primary{background:var(--primary-yellow);color:var(--background-black)}.button-primary:hover{border-color:var(--primary-yellow);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.2)}.button-primary:hover,.button-secondary{background:transparent;color:var(--primary-yellow)}.button-secondary{border:2px solid var(--primary-yellow)}.button-secondary:hover{background:var(--primary-yellow);color:var(--background-black);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.2)}.hero-section{position:relative;width:100%;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;margin-top:1.5rem;margin-bottom:3rem;overflow:hidden}.hero-section:before{top:-100px;background:linear-gradient(to bottom,var(--background-start) 0,rgba(26,26,26,.8) 40%,rgba(26,26,26,.4) 100%)}.hero-section:after,.hero-section:before{content:"";position:absolute;left:0;right:0;height:100px;z-index:2}.hero-section:after{bottom:-100px;background:linear-gradient(to top,var(--background-end) 0,rgba(10,10,10,.8) 40%,rgba(10,10,10,.4) 100%)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-background:before{top:0;background:linear-gradient(180deg,rgba(26,26,26,.8) 0,rgba(26,26,26,.4) 50%,transparent)}.hero-background:after,.hero-background:before{content:"";position:absolute;left:0;right:0;height:100px;z-index:2}.hero-background:after{bottom:0;background:linear-gradient(0deg,rgba(10,10,10,.8) 0,rgba(10,10,10,.4) 50%,transparent)}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.9}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(26,26,26,.2),rgba(26,26,26,.4) 30%,rgba(10,10,10,.6) 70%,rgba(10,10,10,.8));z-index:2}.hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 2rem;color:var(--text-white)}.hero-title{font-size:4.5rem;font-weight:800;line-height:1;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:-.01em;background:linear-gradient(to right,var(--text-white),rgba(255,255,255,.85));-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.hero-subtitle,.hero-title{font-family:Rubik,sans-serif}.hero-subtitle{font-size:1.3rem;font-weight:400;opacity:.85;letter-spacing:.01em}@media (max-width:768px){.hero-section{height:40vh;min-height:300px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.PreviewNotice_preview__2UyBA{position:fixed;top:0;right:0;left:0;margin:0 auto;width:280px;text-align:center;max-width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#000;color:#fff;padding:5px 15px;display:flex;justify-content:space-between;white-space:nowrap}.PreviewNotice_link__UM9Ex{margin-left:10px}