html,body{margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.main-container{min-height:100vh;width:100%!important;background:linear-gradient(135deg,#1e3c72,#2a5298,#667eea)}.hero-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;padding:40px 24px 60px}.hero-content{text-align:center;z-index:10;width:100%;transition:all 1s ease}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-content.hidden{opacity:0;transform:translateY(40px)}.hero-logo{width:320px;height:auto;margin-bottom:2rem;filter:drop-shadow(0 10px 30px rgba(0,0,0,.4));animation:logoFloat 4s ease-in-out infinite;transition:transform .3s ease}.hero-logo:hover{transform:scale(1.05)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.countdown-container{margin:1.5rem 0;text-align:center}.countdown-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.countdown-icon{color:#fbbf24;width:20px;height:20px}.countdown-title{color:#fbbf24;font-weight:600;font-size:1.1rem}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.countdown-item{background:#ffffff1a;border:2px solid #fbbf24;border-radius:.75rem;padding:.75rem 1rem;min-width:80px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.countdown-number{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.countdown-label{font-size:.75rem;color:#fbbf24;text-transform:uppercase;font-weight:600;margin-top:.25rem}.countdown-separator{color:#fbbf24;font-size:1.5rem;font-weight:700;margin:0 .25rem}.countdown-date{color:#e5e7eb;font-size:.9rem;font-weight:500}.hero-title{font-size:4rem;font-weight:700;color:transparent;background:linear-gradient(45deg,#fbbf24,#f97316,#ef4444);background-clip:text;-webkit-background-clip:text;margin-bottom:24px}.hero-subtitle{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:16px}.hero-description{font-size:1.5rem;color:#dbeafe;margin-bottom:32px;max-width:768px;margin-left:auto;margin-right:auto}.badge-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px}.badge{color:#fff;padding:12px 24px;border-radius:50px;font-weight:700;font-size:1.125rem;box-shadow:0 10px 25px #0000004d}.badge-green{background:linear-gradient(45deg,#10b981,#3b82f6)}.badge-purple{background:linear-gradient(45deg,#a855f7,#ec4899)}.badge-yellow{background:linear-gradient(45deg,#fbbf24,#f97316)}.cta-button{background:linear-gradient(45deg,#ef4444,#ec4899);color:#fff;font-weight:700;padding:22px 38px;border-radius:50px;font-size:clamp(1rem,1vw,1.25rem);border:none;cursor:pointer;transition:all .3s ease;transform:scale(1);box-shadow:0 10px 25px #ef44444d;width:clamp(250px,80vw,400px)}.cta-button:hover{transform:scale(1.05);box-shadow:0 15px 35px #ef444466}.stats-card{background:#0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;padding:24px;margin-top:20px;margin-bottom:5px;border:1px solid rgba(255,255,255,.2)}.stats-content{display:flex;align-items:center;gap:16px}.stats-icon{width:32px;height:32px;color:#fbbf24}.stats-number{font-size:1.875rem;font-weight:700;color:#fff}.stats-label{color:#dbeafe;font-size:.875rem}.tournament-section{padding:80px 24px;width:100%;background:linear-gradient(45deg,#1f2937,#374151)}.section-container{max-width:1536px;margin:0 auto;width:100%}.section-title{font-size:3rem;font-weight:700;text-align:center;color:#fff;margin-bottom:64px}.section-title-highlight{background:linear-gradient(45deg,#fbbf24,#f97316);background-clip:text;-webkit-background-clip:text;color:transparent}.tournament-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 768px){.tournament-grid{grid-template-columns:1fr 1fr}}.tournament-rounds{display:flex;flex-direction:column;gap:32px}.round-card{padding:24px;border-radius:16px;border:1px solid rgba(59,130,246,.3)}.round-card-blue{background:linear-gradient(45deg,#2563eb,#7c3aed)}.round-card-purple{background:linear-gradient(45deg,#7c3aed,#ec4899)}.round-card-pink{background:linear-gradient(45deg,#ec4899,#ef4444)}.round-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:16px}.round-description{color:#dbeafe}.battle-rules-card{background:#0006;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:32px;border-radius:24px;border:1px solid rgba(255,255,255,.2)}.battle-rules-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:24px}.rules-list{display:flex;flex-direction:column;gap:16px;color:#d1d5db}.rule-item{display:flex;align-items:center;gap:12px}.rule-dot{width:8px;height:8px;border-radius:50%}.rule-dot-yellow{background:#fbbf24}.rule-dot-green{background:#10b981}.rule-dot-blue{background:#3b82f6}.rule-dot-purple{background:#a855f7}.rule-dot-red{background:#ef4444}.early-bird-section{padding:80px 24px;width:100%;background:linear-gradient(135deg,#064e3b,#0f766e,#1e40af)}.early-bird-container{max-width:1024px;margin:0 auto;text-align:center;width:100%}.early-bird-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:32px}.early-bird-highlight{background:linear-gradient(45deg,#10b981,#14b8a6);background-clip:text;-webkit-background-clip:text;color:transparent}.bonus-card{background:linear-gradient(45deg,#fbbf24,#f97316);padding:32px;border-radius:24px;box-shadow:0 25px 50px #0000004d}.bonus-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:16px}.bonus-emoji{font-size:4rem;margin-bottom:16px}.bonus-main{font-size:1.5rem;font-weight:700;color:#1f2937}.bonus-description{font-size:1.125rem;color:#374151;margin-top:16px}.contact-section{padding:80px 24px;width:100%;background:linear-gradient(45deg,#374151,#1f2937)}.contact-container{max-width:1024px;margin:0 auto;width:100%}.contact-title{font-size:2.5rem;font-weight:700;text-align:center;color:#fff;margin-bottom:48px}.contact-highlight{background:linear-gradient(45deg,#fbbf24,#ef4444);background-clip:text;-webkit-background-clip:text;color:transparent}.contact-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:48px}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-card{background:#0006;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:32px;border-radius:16px;border:1px solid rgba(255,255,255,.2)}.contact-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px}.contact-icon{width:24px;height:24px}.contact-icon-green{color:#10b981}.contact-icon-red{color:#ef4444}.contact-icon-pink{color:#ec4899}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-person{color:#fbbf24;font-weight:600}.contact-number{color:#d1d5db}.contact-location{color:#d1d5db;margin-bottom:16px}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:16px}.social-link{display:flex;align-items:center;gap:12px;color:#d1d5db;text-decoration:none;padding:12px 16px;border-radius:12px;background:#3741514d;border:1px solid rgba(75,85,99,.3);transition:all .3s ease;position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.social-link:hover:before{left:100%}.social-link:hover{background:#37415199;border-color:var(--social-color, #6366f1);transform:translate(8px) scale(1.02);color:#fff;box-shadow:0 4px 20px #0000004d}.social-icon{width:20px;height:20px;color:var(--social-color, #6366f1);transition:all .3s ease}.social-link:hover .social-icon{color:var(--social-color, #8b5cf6);transform:scale(1.1)}.social-name{font-weight:500;font-size:.9rem}.social-item{display:flex;align-items:center;gap:12px}.social-handle{color:#ec4899;font-weight:600}.footer-social{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:24px;flex-wrap:wrap}.footer-social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff1a;border-radius:50%;color:#9ca3af;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.footer-social-link:hover{background:#fff3;color:#fff;transform:translateY(-3px) scale(1.1);box-shadow:0 8px 25px #0000004d}.button-container{text-align:center;margin-top:48px;display:flex;justify-content:center;align-items:center}.register-button{background:linear-gradient(45deg,#10b981,#0d9488);color:#fff;font-weight:700;padding:16px 48px;border-radius:50px;font-size:1.25rem;border:none;cursor:pointer;transition:all .3s ease;transform:scale(1);box-shadow:0 10px 25px #10b9814d;margin-right:16px}.register-button:hover{background:linear-gradient(45deg,#059669,#0f766e);transform:scale(1.05);box-shadow:0 15px 35px #10b98166}.rules-button{background:transparent;border:2px solid white;color:#fff;font-weight:700;padding:16px 48px;border-radius:50px;font-size:1.25rem;cursor:pointer;transition:all .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:8px}.rules-button:hover{background:#fff;color:#1f2937}.rules-icon{width:16px;height:16px}.footer{background:#000;padding:32px 24px;width:100%}.footer-container{max-width:1024px;margin:0 auto;text-align:center;width:100%}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:16px}.footer-tagline{color:#9ca3af;margin-bottom:16px}.footer-motto{font-size:.875rem;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#000000e6;z-index:50;overflow-y:auto}.modal-container{min-height:100vh;padding:32px 24px}.modal-content{max-width:1280px;margin:0 auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.back-button{display:flex;align-items:center;color:#fff;text-decoration:none;font-size:1.125rem;transition:color .3s ease;background:none;border:none;cursor:pointer}.back-button:hover{color:#fbbf24}.back-icon{width:24px;height:24px;margin-right:8px}.modal-title{font-size:3rem;font-weight:700;color:#fff;text-align:center;flex:1}.modal-title-highlight{background:linear-gradient(45deg,#fbbf24,#f97316);background-clip:text;-webkit-background-clip:text;color:transparent}.modal-spacer{width:96px}.registration-container{min-height:100vh;padding:32px 24px;display:flex;align-items:center;justify-content:center}.registration-content{max-width:512px;width:100%;margin:0 auto}.registration-form-container{background:linear-gradient(135deg,#1f2937,#374151);padding:32px;border-radius:24px;border:1px solid rgba(107,114,128,.3)}.form-group{margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.form-label{display:block;color:#fff;font-weight:600;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;background:#374151;border:1px solid #4b5563;border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 2px #10b9814d}.consent-container{background:#37415180;padding:24px;border-radius:12px;border:1px solid rgba(75,85,99,.3)}.consent-wrapper{display:flex;align-items:flex-start;gap:12px}.consent-checkbox{margin-top:4px;width:20px;height:20px;accent-color:#10b981;background:#374151;border:1px solid #4b5563;border-radius:4px}.consent-label{color:#d1d5db;font-size:.875rem;line-height:1.6;cursor:pointer}.submit-container{padding-top:16px}.submit-button{width:100%;background:linear-gradient(45deg,#10b981,#0d9488);color:#fff;font-weight:700;padding:16px 32px;border-radius:12px;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;transform:scale(1);box-shadow:0 10px 25px #10b98133}.submit-button:hover{background:linear-gradient(45deg,#059669,#0f766e);transform:scale(1.05);box-shadow:0 15px 35px #10b9814d}.form-note{color:#9ca3af;font-size:.875rem;text-align:center;margin-top:16px}.rules-grid{display:grid;gap:32px}.rules-section{padding:32px;border-radius:24px}.rules-section-blue{background:linear-gradient(45deg,#1e3a8a,#7c3aed);border:1px solid rgba(59,130,246,.3)}.rules-section-green{background:linear-gradient(45deg,#064e3b,#0f766e);border:1px solid rgba(16,185,129,.3)}.rules-section-purple{background:linear-gradient(45deg,#581c87,#be185d);border:1px solid rgba(168,85,247,.3)}.rules-section-orange{background:linear-gradient(45deg,#9a3412,#dc2626);border:1px solid rgba(251,146,60,.3)}.rules-section-red{background:linear-gradient(45deg,#7f1d1d,#be185d);border:1px solid rgba(239,68,68,.3)}.rules-section-indigo{background:linear-gradient(45deg,#312e81,#1e40af);border:1px solid rgba(99,102,241,.3)}.rules-section-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:24px;display:flex;align-items:center;gap:12px}.rules-icon{width:24px;height:24px}.rules-icon-yellow{color:#fbbf24}.rules-icon-green{color:#10b981}.rules-icon-purple{color:#a855f7}.rules-icon-orange{color:#fb923c}.rules-icon-red{color:#ef4444}.rules-icon-indigo{color:#6366f1}.rules-content{color:#e5e7eb}.rules-grid-two{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.rules-grid-two{grid-template-columns:1fr 1fr}}.rules-list{display:flex;flex-direction:column;gap:12px}.rules-highlight{font-size:1.125rem;margin-bottom:16px;font-weight:600}.rules-special-box{margin-top:24px;padding:16px;border-radius:12px}.rules-special-green{background:#10b9814d;border:1px solid rgba(16,185,129,.3);color:#a7f3d0}.rules-special-red{background:#ef44444d;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.rules-special-title{font-weight:600;margin-bottom:8px}.rules-back-button{background:linear-gradient(45deg,#eab308,#ea580c);color:#fff;font-weight:700;padding:16px 48px;border-radius:50px;font-size:1.25rem;border:none;cursor:pointer;transition:all .3s ease;transform:scale(1)}.rules-back-button:hover{background:linear-gradient(45deg,#ca8a04,#c2410c);transform:scale(1.05)}.floating-element{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;opacity:.2;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-40px) rotate(180deg)}}@media (max-width: 768px){.countdown-timer{gap:.25rem}.countdown-item{padding:.5rem .75rem;min-width:60px}.countdown-number{font-size:1.25rem}.countdown-label{font-size:.625rem}.countdown-separator{font-size:1.25rem;margin:0 .125rem}}@media (max-width: 768px){.hero-logo{width:280px}}@media (max-width: 480px){.hero-section{padding:20px 16px}.hero-logo{width:240px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.75rem}.hero-description{font-size:1.125rem;padding:0 10px}.badge-container{flex-direction:column;align-items:center;gap:12px;padding:0 20px}.badge{width:100%;max-width:280px;text-align:center;padding:14px 20px;font-size:1rem}.cta-button{width:100%;max-width:300px;padding:16px 24px;font-size:1.125rem}.tournament-grid{grid-template-columns:1fr;gap:32px}.contact-grid{grid-template-columns:1fr;gap:24px}.button-container{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}.register-button,.rules-button{width:100%;max-width:280px;margin-right:0;padding:14px 32px;font-size:1rem}.modal-header{flex-direction:column;gap:16px;text-align:center}.modal-spacer{display:none}.back-button{align-self:flex-start}.modal-title{font-size:2rem}.form-row{grid-template-columns:1fr;gap:16px}.rules-grid-two{grid-template-columns:1fr}.rules-section-title{flex-direction:column;text-align:center;gap:8px}.social-links{grid-template-columns:1fr;gap:12px}.social-link{padding:10px 14px;font-size:.9rem}.social-icon{width:18px;height:18px}.footer-social{gap:16px}.footer-social-link{width:44px;height:44px}.countdown-container{margin:1rem 0}.countdown-header{margin-bottom:.75rem}.countdown-title{font-size:1rem}.countdown-timer{margin-bottom:.75rem}.countdown-date{font-size:.8rem}}@media (min-width: 481px) and (max-width: 768px){.badge-container{flex-direction:row;flex-wrap:wrap;justify-content:center}.badge{flex:1;min-width:200px;max-width:250px}.button-container{flex-direction:row;justify-content:center;flex-wrap:wrap}.register-button,.rules-button{max-width:200px}.form-row{grid-template-columns:1fr 1fr}.social-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.25rem}.section-title,.early-bird-title{font-size:2.5rem}.contact-title{font-size:2rem}.modal-title{font-size:2.5rem}.cta-button,.register-button,.rules-button{padding:12px 32px;font-size:1rem}.button-container{display:flex;flex-direction:column;gap:16px;align-items:center}.register-button{margin-right:0}}.social-link[href*="instagram.com"]:hover{--social-color: #E4405F}.social-link[href*="twitter.com"]:hover{--social-color: #1DA1F2}.social-link[href*="tiktok.com"]:hover{--social-color: #000000}.social-link[href*="discord.gg"]:hover{--social-color: #5865F2}.social-link[href*="youtube.com"]:hover{--social-color: #FF0000}.social-link[href*="twitch.tv"]:hover{--social-color: #9146FF}
