.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a2ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(78,205,196,.2);position:sticky;top:0;z-index:100}.nav{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700;color:#ebbdc6;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.75rem;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover{color:#be2342}.logo-image{width:150px;margin-top:-10px;margin-bottom:-10px;object-fit:contain;border-radius:8px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover .logo-image{transform:scale(1.05)}.nav-links{display:flex;gap:2rem}.nav-link{color:#e0e0e0;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#ebbdc6}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(45deg,#ff6b6b,#ebbdc6);transition:width .3s ease}.nav-link:hover:after{width:100%}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon{color:#e0e0e0;font-size:1.4rem;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{transform:scale(1.15)}.social-icon[aria-label=YouTube]:hover{color:red}.social-icon[aria-label=Reddit]:hover{color:#ff4500}.social-icon[aria-label=Discord]:hover{color:#5865f2}.patch-notes-short{display:none}.main{flex:1}.footer{background:#eee6e6;padding:2.5rem 0 1.5rem;margin-top:4rem}.footer .container{max-width:1000px}.footer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.footer-brand{flex-shrink:0}.footer-logo{width:180px;height:auto}.footer-socials{display:flex;align-items:center;gap:1.25rem}.footer-socials a{color:#666;font-size:1.4rem;transition:color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.footer-socials a:hover{transform:scale(1.15)}.footer-socials a[aria-label=Discord]:hover{color:#5865f2}.footer-socials a[aria-label=Reddit]:hover{color:#ff4500}.footer-socials a[aria-label=YouTube]:hover{color:red}.footer-socials a[aria-label=TikTok]:hover{color:#000}.footer-socials a[aria-label=Instagram]:hover{color:#e4405f}.footer-links{display:flex;align-items:center;gap:2rem}.footer-links a,.footer-contact{color:#555;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:#be2342}.footer-contact{color:#777}.footer-disclaimer{text-align:center;padding:1.5rem 0;margin-bottom:1rem}.footer-disclaimer p{color:#999;font-size:.7rem;line-height:1.6;margin:0}.footer-bottom{text-align:center;padding-top:1rem}.footer-bottom p{color:#888;font-size:.85rem;margin:0}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.logo{margin-top:14px;margin-bottom:14px}.nav-links{gap:1rem;font-size:.9rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.85rem;white-space:nowrap}.social-icons{gap:1.2rem}.social-icon{font-size:1.3rem}.footer-top{flex-direction:column;gap:1.5rem;text-align:center}.footer-socials{gap:1.5rem}.footer-socials a{font-size:1.5rem}.footer-links{flex-direction:column;gap:.75rem}.footer-disclaimer p{font-size:.65rem}}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;opacity:0;transition:opacity .5s ease-in-out}.video-background.video-loaded{opacity:1}.video-background video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;pointer-events:none}.main-content{position:relative;aspect-ratio:16 / 9;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center}.hero-logo-container{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.hero-logo{width:500px;max-width:80vw;height:auto;filter:drop-shadow(0 8px 32px rgba(0,0,0,.5))}.hero-announcement-banner{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#4ecdc4e6,#ebbdc6e6);border:2px solid rgba(255,255,255,.4);border-radius:12px;color:#1a1a2e;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 4px 20px #4ecdc466,0 0 30px #ebbdc64d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:bannerPulse 2s ease-in-out infinite}.hero-announcement-banner:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #4ecdc499,0 0 40px #ebbdc680;border-color:#ffffffb3}.banner-sparkle{font-size:1.1rem}.banner-text{white-space:nowrap}.banner-arrow{font-size:1.2rem;transition:transform .3s ease}.hero-announcement-banner:hover .banner-arrow{transform:translate(4px)}@keyframes bannerPulse{0%,to{box-shadow:0 4px 20px #4ecdc466,0 0 30px #ebbdc64d}50%{box-shadow:0 4px 25px #4ecdc499,0 0 40px #ebbdc680}}@media (max-width: 768px){.hero-announcement-banner{font-size:.85rem;padding:.6rem 1rem;top:.75rem;right:.75rem}.banner-sparkle{font-size:1rem}}@media (max-width: 500px){.hero-announcement-banner{font-size:.75rem;padding:.5rem .8rem;gap:.35rem;max-width:calc(100% - 1.5rem)}.banner-text{white-space:normal;text-align:center}.banner-sparkle,.banner-arrow{display:none}}.download-banner{background:linear-gradient(135deg,#1a1a2efa,#0f3460fa);padding:3rem 2rem;text-align:center}.download-banner h2{font-size:2.2rem;color:#ebbdc6;margin-bottom:1.5rem;font-weight:800;text-shadow:0 2px 10px rgba(78,205,196,.3)}.download-badges{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.download-badges a{transition:transform .3s ease}.download-badges a:hover{transform:scale(1.05)}.download-badges img{height:60px;width:auto}.download-toggle{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto;padding:.9rem 2.2rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#4ecdc44d,#ebbdc64d);border:2px solid rgba(78,205,196,.6);border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.download-toggle:hover{background:linear-gradient(135deg,#4ecdc480,#ebbdc680);border-color:#ebbdc6;transform:translateY(-2px);box-shadow:0 8px 20px #4ecdc44d}.socials-icons{display:flex;gap:1.5rem;align-items:center;justify-content:center;margin-top:1.5rem}.social-icon-link{color:#fff;font-size:1.3rem;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#1a1a2e;border-radius:50%;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent;border:none;transition:transform .2s ease,box-shadow .2s ease}@media (max-width: 768px){.socials-icons{gap:1.2rem;margin-top:1.2rem}.social-icon-link{font-size:1.2rem;width:40px;height:40px}}@media (max-width: 480px){.socials-icons{gap:1rem;margin-top:1rem}.social-icon-link{font-size:1.1rem;width:36px;height:36px}}.news-section{display:flex;align-items:center;justify-content:center;gap:4rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(78,205,196,.15)}.news-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px;text-align:center}.news-content h3{font-size:1.8rem;color:#ebbdc6;font-weight:700;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.news-content p{font-size:1.1rem;color:#d0d0d0;line-height:1.6;margin:0}.news-image-container{flex-shrink:0}.news-image{max-width:500px;max-height:300px;width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #0006;border:2px solid rgba(78,205,196,.3);transition:all .3s ease;object-fit:contain}.news-image:hover{transform:scale(1.02);box-shadow:0 12px 35px #4ecdc44d;border-color:#4ecdc480}.news-button{display:inline-block;padding:.85rem 2rem;background:linear-gradient(135deg,#4ecdc44d,#ebbdc64d);border:2px solid rgba(78,205,196,.6);border-radius:10px;color:#fff;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;margin-top:.5rem}.news-button:hover{background:linear-gradient(135deg,#4ecdc480,#ebbdc680);border-color:#ebbdc6;transform:translateY(-2px);box-shadow:0 8px 20px #4ecdc44d}@media (max-width: 1024px){.news-section{gap:3rem}.news-content{max-width:350px}.news-content h3{font-size:1.6rem}.news-content p{font-size:1.05rem}.news-image{max-width:420px}}@media (max-width: 868px){.news-section{gap:2rem}.news-content{max-width:300px}.news-content h3{font-size:1.4rem}.news-content p{font-size:1rem}.news-image{max-width:350px}.news-button{padding:.75rem 1.6rem;font-size:1rem}}@media (max-width: 700px){.news-banner{padding:2rem 1.5rem}.news-section{flex-direction:column;gap:1.5rem}.news-content{max-width:100%}.news-content h3{font-size:1.3rem}.news-content p{font-size:.95rem}.news-image{max-width:300px}.news-button{padding:.7rem 1.4rem;font-size:.95rem}}@media (max-width: 480px){.news-banner{padding:1.5rem 1rem}.news-section{gap:1rem}.news-content h3{font-size:1.2rem}.news-content p{font-size:.9rem}.news-image{max-width:250px}.news-button{padding:.6rem 1.2rem;font-size:.9rem}}.what-is-section{padding:4rem 2rem;background:#0f172af2;border-top:2px solid rgba(78,205,196,.3)}.what-is-section h2{text-align:center;font-size:2.8rem;color:#ebbdc6;margin-bottom:4rem;font-weight:800;text-shadow:0 2px 10px rgba(78,205,196,.3)}.faq-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem;padding:2rem 0}.faq-item:last-child{margin-bottom:0}.faq-item.reverse{direction:ltr}.faq-content{padding:1.5rem}.faq-content h3{font-size:2rem;color:#ebbdc6;margin-bottom:1.5rem;font-weight:700;line-height:1.3}.faq-content p{font-size:1.15rem;color:#d0d0d0;line-height:1.8;margin:0;margin-bottom:1rem}.faq-content p:last-child{margin-bottom:0}.wiki-link{color:#4ecdc4;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:all .3s ease}.wiki-link:hover{color:#ebbdc6;border-bottom-color:#ebbdc6}.faq-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.faq-image img{width:auto;height:auto;max-width:280px;max-height:560px;object-fit:contain;border-radius:15px;box-shadow:0 8px 30px #0006;border:2px solid rgba(78,205,196,.3);transition:all .3s ease}.faq-image img:hover{transform:scale(1.02);box-shadow:0 12px 40px #4ecdc44d;border-color:#4ecdc480}@media (max-width: 968px){.faq-item,.faq-item.reverse{grid-template-columns:1fr;gap:2rem}.faq-item.reverse{direction:ltr}.faq-item.reverse .faq-content{order:1}.faq-item.reverse .faq-image{order:2}.faq-content h3{font-size:1.8rem}.faq-content p{font-size:1.05rem}.faq-image{width:100%;max-width:350px;margin:0 auto}.faq-image img{max-width:280px;max-height:450px}}@media (max-width: 480px){.what-is-section{padding:3rem 1rem}.what-is-section h2{font-size:2rem;margin-bottom:2.5rem}.faq-item{margin-bottom:3rem}.faq-content{padding:1rem}.faq-content h3{font-size:1.5rem;margin-bottom:1rem}.faq-content p{font-size:1rem}.faq-image img{max-height:250px}}.download-section{padding:4rem 2rem;background:#16213ee6;min-height:60vh}.download-section h2{text-align:center;font-size:2.5rem;color:#ebbdc6;margin-bottom:.5rem;font-weight:800;text-shadow:0 2px 10px rgba(78,205,196,.3)}.section-subtitle{text-align:center;font-size:1.2rem;color:#b0b0b0;margin-bottom:3rem;font-weight:400}.download-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1375px;margin:0 auto;width:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.download-card{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2rem 1.5rem;background:#1a1a2e99;border:2px solid;border-radius:20px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.download-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0006}.card-content{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.card-icon{font-size:2.8rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:15px;transition:all .3s ease}.download-card h3{font-size:1.5rem;margin:0;color:#fff}.card-label{font-size:.95rem;color:#b0b0b0;margin:0}.download-link{display:inline-block;padding:.75rem 1.6rem;background:#4ecdc433;border:2px solid;border-radius:10px;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;margin-top:.3rem}.download-link:hover{transform:scale(1.05)}.qr-code{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(78,205,196,.3)}.qr-code img{width:180px;height:180px;border-radius:8px}.ios-card{border-color:#777}.ios-card .card-icon{background:linear-gradient(135deg,#555,#333);color:#fff}.ios-card .download-link{border-color:#777;background:#5553}.ios-card .download-link:hover{background:#5556;border-color:#999}.google-card{border-color:#3ddc84}.google-card .card-icon{background:linear-gradient(135deg,#3ddc84,#2db870);color:#fff}.google-card .download-link{border-color:#3ddc84;background:#3ddc8433}.google-card .download-link:hover{background:#3ddc8466;border-color:#ebbdc6}@media (max-width: 768px){.hero{min-height:40vh}.hero-logo{width:400px}.download-cards{gap:2rem}.download-card{padding:2rem;gap:1.5rem}.card-icon{font-size:3rem;width:70px;height:70px}.download-card h3{font-size:1.6rem}.qr-code img{width:150px;height:150px}.download-banner{padding:2.5rem 1.5rem}.download-banner h2{font-size:1.8rem}.download-badges img{height:50px}}@media (max-width: 585px){.hero{min-height:35vh}.hero-logo{width:300px}.download-banner{padding:2rem 1rem}.download-banner h2{font-size:1.5rem;margin-bottom:1rem}.download-badges{gap:1rem}.download-badges img{height:45px}.download-cards{grid-template-columns:1fr;gap:1.5rem}.download-card{padding:1.5rem;gap:1.5rem}.card-icon{font-size:2.5rem;width:60px;height:60px}.download-card h3{font-size:1.4rem}.card-label{font-size:.9rem}.download-link{padding:.8rem 1.5rem;font-size:.95rem}.qr-code img{width:140px;height:140px}}.about-polandball-section{background:#0f172af2;border-top:2px solid rgba(78,205,196,.3);overflow:hidden}.sprite-carousel-wrapper{position:relative;width:100%}.sprite-carousel-wrapper:before,.sprite-carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.sprite-carousel-wrapper:before{left:0;background:linear-gradient(to right,#16213e,#16213e00)}.sprite-carousel-wrapper:after{right:0;background:linear-gradient(to left,#16213e,#16213e00)}.sprite-carousel{width:100%;overflow-x:scroll;overflow-y:hidden;padding:2rem 0;background:#16213e80;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none}.sprite-carousel::-webkit-scrollbar{display:none}.sprite-track{display:flex;gap:2rem;width:max-content;padding:0 4rem;animation:hint-scroll 1s ease-out}@keyframes hint-scroll{0%{transform:translate(0)}30%{transform:translate(-20px)}60%{transform:translate(10px)}to{transform:translate(0)}}.sprite-image{width:100px;height:100px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .3s ease;pointer-events:none}.sprite-carousel:not(:active) .sprite-image:hover{transform:scale(1.15)}.about-polandball-section .container{padding:3rem 2rem 4rem}.about-polandball-section h2{text-align:center;font-size:2.8rem;color:#ebbdc6;margin-bottom:2rem;font-weight:800;text-shadow:0 2px 10px rgba(78,205,196,.3)}.about-content{max-width:800px;margin:0 auto}.about-content p{color:#d0d0d0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.about-content p:last-child{margin-bottom:0}@media (max-width: 768px){.sprite-image{width:80px;height:80px}.sprite-track{gap:1.5rem}.about-polandball-section .container{padding:2rem 1.5rem 3rem}.about-polandball-section h2{font-size:2.2rem;margin-bottom:1.5rem}.about-content p{font-size:1rem}}@media (max-width: 585px){.sprite-image{width:60px;height:60px}.sprite-track{gap:1rem}.about-polandball-section h2{font-size:1.8rem}.about-content p{font-size:.95rem;line-height:1.7}}.battle-section{padding:4rem 2rem;background:#0f172af2;min-height:100vh}.battle-header{text-align:left;margin-bottom:2rem}.battle-header h2{font-size:1.8rem;color:#d0d0d0;margin-bottom:.5rem;font-weight:600}.battle-description{font-size:1rem;color:#888;max-width:none}.battle-hero-image{display:flex;justify-content:center;margin-bottom:2rem}.battle-hero-image img{max-width:100%;height:auto;max-height:300px;object-fit:contain}.overview-content{margin-bottom:2rem}.overview-content .explanation-text{margin-bottom:0}.legend{display:none}.chart-title{font-size:1.5rem;color:#ebbdc6;margin:0 0 .5rem;font-weight:700;text-align:center}.table-legend{margin-top:.75rem;padding:.5rem 1rem;background:#1a1a2e66;border-radius:8px;border:1px solid rgba(78,205,196,.2)}.table-legend .legend-items{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:nowrap}.table-legend .legend-item{display:flex;align-items:center;gap:.5rem;padding:0;background:none;border:none;border-radius:0}.table-legend .legend-symbol{font-size:1rem;font-weight:700;min-width:auto;text-align:center}.table-legend .legend-symbol.strength{color:#4ecdc4}.table-legend .legend-symbol.weakness{color:#ff6b6b}.table-legend .legend-symbol.neutral{color:#888}.table-legend .legend-symbol.synergy{color:#ebbdc6}.table-legend .legend-label{font-size:.9rem;color:#b0b0b0}.chart-container{border-radius:12px;border:2px solid rgba(78,205,196,.3);background:#0f172acc;overflow:hidden}.chart-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(78,205,196,.5) rgba(15,23,42,.3)}.chart-table-wrapper::-webkit-scrollbar{height:8px}.chart-table-wrapper::-webkit-scrollbar-track{background:#0f172a4d;border-radius:4px}.chart-table-wrapper::-webkit-scrollbar-thumb{background:#4ecdc480;border-radius:4px}.chart-table-wrapper::-webkit-scrollbar-thumb:hover{background:#4ecdc4b3}.chart-scroll-container{display:none}.synergy-explanation{margin-top:1.5rem;max-width:900px;margin-left:auto;margin-right:auto;background:transparent;border-radius:0;padding:0;border:none;overflow:visible}.synergy-explanation-header{padding:0 0 1rem;background:transparent;border-bottom:none}.synergy-explanation-header:hover{background:transparent}.synergy-explanation-header h3{font-size:1.5rem;color:#ebbdc6;margin:0;line-height:1.2}.synergy-explanation-content{padding:0}.synergy-section{margin-bottom:3rem;padding:2rem;background:#0f172a99;border-radius:12px;border:1px solid rgba(78,205,196,.2)}.synergy-section:last-child{margin-bottom:0}.synergy-section h4{font-size:1.6rem;color:#ebbdc6;margin-bottom:1.5rem;text-align:center;padding-bottom:.5rem;border-bottom:2px solid rgba(78,205,196,.3)}.synergy-section h5{font-size:1.2rem;color:#4ecdc4;margin-bottom:.8rem;margin-top:1.5rem}.synergy-section p{color:#d0d0d0;line-height:1.7;margin-bottom:1rem}.synergy-section ul,.synergy-section ol{color:#d0d0d0;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.synergy-section li{margin-bottom:.5rem}.synergy-content-with-image{display:flex;align-items:flex-start;gap:2rem;margin:1.5rem 0}.synergy-text-content{flex:1}.synergy-diagram{flex:0 0 300px;text-align:center}.synergy-diagram.left{order:-1}.synergy-diagram.right{order:1}.synergy-diagram-image{width:100%;max-width:300px;height:auto;border-radius:8px;border:2px solid rgba(78,205,196,.4);box-shadow:0 4px 15px #4ecdc433}.tab-navigation{display:flex;justify-content:flex-start;gap:2rem;margin-bottom:1.5rem;position:sticky;top:80px;background:#0f172af2;padding:1rem 0;z-index:50}.tab-link{padding:0 0 .5rem;font-size:1rem;font-weight:500;color:#888;background:none;border:none;cursor:pointer;transition:color .2s ease;white-space:nowrap;position:relative}.tab-link:after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:2px;background:#ebbdc6;transform:translate(-50%) scaleX(0);transition:transform .25s ease}.tab-link:hover{color:#b0b0b0}.tab-link.active{color:#d0d0d0}.tab-link.active:after{transform:translate(-50%) scaleX(1)}.tab-content{background:transparent;border-radius:0;padding:0 0 1.5rem;border:none}.legend{margin-bottom:3rem}.legend h3{font-size:1.8rem;color:#ebbdc6;margin-bottom:1.5rem;text-align:center}.legend-items{display:grid;gap:1.5rem}.legend-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#1a1a2ecc;border-radius:10px;border:1px solid rgba(78,205,196,.2)}.legend-symbol{font-size:1.8rem;font-weight:700;min-width:40px;text-align:center}.legend-symbol.strength{color:#4ecdc4}.legend-symbol.weakness{color:#ff6b6b}.legend-symbol.neutral{color:#888}.legend-symbol.synergy{color:#ebbdc6}.legend-label{font-size:1.1rem;color:#d0d0d0}.explanation-text{padding:2rem;background:#4ecdc41a;border-radius:12px;border-left:4px solid #4ecdc4}.explanation-text p{font-size:1.15rem;color:#d0d0d0;line-height:1.8;margin:0}.strengths-tab{max-width:100%}.chart-wrapper{position:relative;margin-bottom:0}.chart-scroll-container{overflow-x:auto;overflow-y:auto;max-height:70vh;border-radius:12px;border:2px solid rgba(78,205,196,.3);background:#0f172acc}.type-matchup-table,.synergy-table{width:100%;min-width:800px;border-collapse:collapse;font-size:1rem}.type-matchup-table th,.type-matchup-table td,.synergy-table th,.synergy-table td{padding:.8rem;text-align:center;border:1px solid rgba(78,205,196,.2)}.type-matchup-table thead th,.synergy-table thead th{position:sticky;top:0;background:#1a1a2ef2;z-index:10;font-weight:700;color:#ebbdc6}.type-matchup-table tbody th,.synergy-table tbody th{position:sticky;left:0;background:#1a1a2ef2;z-index:5;font-weight:700;color:#ebbdc6}.corner-cell{position:sticky;top:0;left:0;z-index:15!important;background:#1a1a2efa!important;border-right:2px solid rgba(78,205,196,.4)!important;border-bottom:2px solid rgba(78,205,196,.4)!important}.corner-labels{display:flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:#888}.type-header{cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.type-header:hover{background:#4ecdc433!important;color:#4ecdc4!important}.type-header.highlighted{background:#4ecdc44d!important;color:#4ecdc4!important;box-shadow:0 0 10px #4ecdc480}.type-abbr{font-weight:600;letter-spacing:.05em}.type-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.type-icon-container{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.8)}.type-header:hover .type-icon-container{transform:scale(1.1);border-color:#fff;box-shadow:0 0 10px #fff6}.type-header.highlighted .type-icon-container{transform:scale(1.15);border-color:#fff;box-shadow:0 0 15px #fff9}.matchup-cell{transition:all .2s ease;cursor:help}.matchup-cell.highlighted{background:#4ecdc426!important;transform:scale(1.05);box-shadow:0 0 8px #4ecdc466}.matchup-cell.strength{background:#4ecdc433;color:#4ecdc4}.matchup-cell.weakness{background:#ff6b6b33;color:#ff6b6b}.matchup-cell.neutral{background:#8888881a;color:#888}.matchup-symbol{font-size:1.2rem;font-weight:700}.chart-tooltip{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;pointer-events:none}.tooltip-content{background:#1a1a2efa;padding:1rem 1.5rem;border-radius:10px;border:2px solid rgba(78,205,196,.5);box-shadow:0 8px 30px #00000080;display:flex;flex-direction:column;gap:.5rem}.tooltip-content strong{color:#ebbdc6;font-size:1.1rem}.tooltip-content span{color:#d0d0d0;font-size:1rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.chart-container .type-details-panel{background:#0f172a66;padding:2rem;border-top:2px solid rgba(78,205,196,.3);margin-top:0;border-radius:0 0 12px 12px;animation:slideIn .3s ease}.type-header-with-icon{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.type-details-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.8);flex-shrink:0}.type-details-icon img{width:28px;height:28px;filter:brightness(0) invert(1)}.type-header-with-icon h3{font-size:2.2rem;margin:0;color:#fff;font-weight:700;line-height:1.2}.chart-container .type-details-panel h4{font-size:1.2rem;color:#4ecdc4;margin-bottom:.75rem;margin-top:1.5rem}.type-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.type-item{display:flex;align-items:center;gap:.6rem}.type-item .type-icon-container{width:32px;height:32px;flex-shrink:0}.type-item .type-icon{width:18px;height:18px}.type-name{color:#d0d0d0;font-size:1.05rem}.type-role{margin-top:1.5rem;padding:1.5rem;background:#4ecdc41a;border-radius:10px;border-left:4px solid #4ecdc4}.type-role p{color:#d0d0d0;font-size:1.1rem;line-height:1.7;margin:0}.close-details{display:block;margin:2rem auto 0;padding:.8rem 2rem;background:linear-gradient(135deg,#4ecdc44d,#ebbdc64d);border:2px solid rgba(78,205,196,.6);border-radius:10px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.close-details:hover{background:linear-gradient(135deg,#4ecdc480,#ebbdc680);border-color:#ebbdc6;transform:translateY(-2px);box-shadow:0 6px 20px #4ecdc44d}.synergies-tab{max-width:100%}.synergy-explanation{margin-bottom:3rem}.synergy-explanation h3{font-size:2rem;color:#ebbdc6;margin-bottom:2rem;text-align:center}.synergy-rule{background:#1a1a2ecc;padding:2rem;border-radius:12px;border:1px solid rgba(78,205,196,.2);margin-bottom:2rem}.synergy-rule h4{font-size:1.5rem;color:#4ecdc4;margin-bottom:1rem}.synergy-rule p{font-size:1.1rem;color:#d0d0d0;line-height:1.7;margin-bottom:1rem}.synergy-rule p:last-child{margin-bottom:0}.synergy-rule ol{margin:1rem 0;padding-left:2rem}.synergy-rule li{font-size:1.1rem;color:#d0d0d0;line-height:1.8;margin-bottom:.5rem}.synergy-bonus{background:#4ecdc426;padding:1rem;border-radius:8px;border-left:4px solid #4ecdc4;font-weight:600;color:#4ecdc4!important}.synergy-warning{background:#ff6b6b26;padding:1rem;border-radius:8px;border-left:4px solid #ff6b6b;font-weight:600;color:#ff6b6b!important}.rarity-table-container{background:#1a1a2ecc;padding:2rem;border-radius:12px;border:1px solid rgba(78,205,196,.2);margin-bottom:2rem}.rarity-table-container h4{font-size:1.5rem;color:#4ecdc4;margin-bottom:1.5rem;text-align:center}.rarity-table{width:100%;max-width:500px;margin:0 auto 1.5rem;border-collapse:collapse}.rarity-table th,.rarity-table td{padding:1rem;text-align:center;border:1px solid rgba(78,205,196,.3)}.rarity-table thead th{background:#4ecdc433;color:#ebbdc6;font-weight:700;font-size:1.1rem}.rarity-table tbody td{color:#d0d0d0;font-size:1.05rem}.rarity-common{color:#b0b0b0!important}.rarity-uncommon{color:#4ecdc4!important}.rarity-rare{color:#5e9aff!important}.rarity-epic{color:#a855f7!important}.rarity-legendary{color:#ebbdc6!important}.rarity-mythic{color:gold!important}.rarity-note{text-align:center;font-size:1rem;color:#b0b0b0;font-style:italic}.synergy-chart-container{margin-top:0}.synergy-chart-container h3{font-size:1.5rem;color:#ebbdc6;margin:0 0 .5rem;text-align:center;font-weight:700}.synergy-chart-container .chart-title{margin:0 0 .5rem}.synergy-chart-description{text-align:center;font-size:1.1rem;color:#b0b0b0;margin-bottom:1rem}.synergy-cell{transition:all .2s ease}.synergy-cell.has-synergy{background:#ebbdc633;cursor:help}.synergy-cell.has-synergy:hover{background:#ebbdc666;transform:scale(1.05);box-shadow:0 0 10px #ebbdc680}.synergy-cell.no-synergy{background:#0f172a80;opacity:.4}.synergy-symbol{font-size:1.4rem;color:#ebbdc6;font-weight:700}@media (max-width: 968px){.battle-section{padding:3rem 1rem}.battle-header h2{font-size:2.2rem}.battle-description{font-size:1rem}.tab-navigation{top:70px;padding:.8rem 0;gap:1.5rem}.tab-link{font-size:.95rem}.tab-content{padding:0 1rem 2rem}.chart-title,.synergy-chart-container h3,.synergy-rule h4,.rarity-table-container h4{font-size:1.3rem}.synergy-content-with-image{flex-direction:column;gap:1.5rem;align-items:center}.type-matchup-table,.synergy-table{min-width:600px}.type-matchup-table th,.type-matchup-table td,.synergy-table th,.synergy-table td{padding:.5rem}.matchup-symbol,.synergy-symbol{font-size:1rem}.synergy-diagram{flex:none;order:0!important}.synergy-section{padding:1.5rem}.synergy-section h4{font-size:1.4rem}.type-icon{width:18px;height:18px}.type-icon-container{width:28px;height:28px}.type-details-panel h3{font-size:1.6rem}.type-matchup-table,.synergy-table{font-size:.9rem}.type-matchup-table th,.type-matchup-table td,.synergy-table th,.synergy-table td{padding:.6rem .4rem}.table-legend .legend-items{gap:1rem}.table-legend .legend-label{font-size:.8rem}.rarity-table{max-width:100%}}@media (max-width: 480px){.battle-section{padding:2rem .5rem}.battle-header h2{font-size:1.8rem}.tab-navigation{gap:1.25rem}.tab-link{font-size:.9rem}.tab-content{padding:0 .8rem 1.5rem}.chart-title{font-size:1.2rem;margin:0 0 .5rem}.table-legend{padding:.4rem .5rem;margin-bottom:.5rem}.table-legend .legend-items{gap:.75rem;flex-wrap:nowrap}.table-legend .legend-item{gap:.25rem}.table-legend .legend-symbol{font-size:.85rem}.table-legend .legend-label{font-size:.75rem}.explanation-text,.synergy-rule,.rarity-table-container{padding:1.5rem}.type-matchup-table,.synergy-table{font-size:.75rem;min-width:500px}.type-matchup-table th,.type-matchup-table td,.synergy-table th,.synergy-table td{padding:.35rem}.type-icon{width:14px;height:14px}.type-icon-container{width:22px;height:22px}.matchup-symbol,.synergy-symbol{font-size:.85rem}.corner-cell{min-width:30px}.corner-labels{font-size:.6rem}.chart-table-wrapper::-webkit-scrollbar{height:6px}.tooltip-content{padding:.8rem 1rem}.tooltip-content strong{font-size:1rem}.tooltip-content span{font-size:.9rem}.type-details-panel{padding:1.5rem}.type-item .type-icon-container{width:26px;height:26px}.type-item .type-icon{width:15px;height:15px}.type-name{font-size:.95rem}.type-header-with-icon h3{font-size:1.8rem}.type-details-icon{width:40px;height:40px}.type-details-icon img{width:24px;height:24px}.synergy-rule p,.synergy-rule li{font-size:1rem}.synergy-explanation-header{padding:1rem}.synergy-explanation h3{font-size:1.5rem}.synergy-explanation-content{padding:1.5rem 1rem}.synergy-section h4{font-size:1.3rem}.synergy-section h5{font-size:1.1rem}.synergy-section{padding:1.5rem;margin-bottom:2rem}.synergy-section h4{font-size:1.4rem}.synergy-content-with-image{flex-direction:column;gap:1.5rem;align-items:center}.synergy-diagram{flex:none;order:0!important}.synergy-diagram-image{max-width:100%;height:auto}}@media (max-width: 360px){.type-matchup-table,.synergy-table{min-width:450px}.type-matchup-table th,.type-matchup-table td,.synergy-table th,.synergy-table td{padding:.25rem}.type-icon{width:12px;height:12px}.type-icon-container{width:18px;height:18px}.matchup-symbol,.synergy-symbol{font-size:.75rem}.tab-navigation{gap:1rem}.tab-link{font-size:.85rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (hover: none){.tab-button:active{transform:scale(.98)}.type-header:active{background:#4ecdc433!important}.matchup-cell:active,.synergy-cell.has-synergy:active{transform:scale(1.05)}}.linktree{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.linktree-container{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:3rem}.profile-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.profile-icon{width:160px;height:160px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-icon img{width:100%;height:100%;object-fit:contain}.profile-section h1{font-size:2.5rem;margin:0;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-description{font-size:1.1rem;color:#b0b0b0;margin:0;line-height:1.6}.social-icons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.social-icon-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#fff;font-size:1.8rem;text-decoration:none;border-radius:50%;transition:transform .2s ease,box-shadow .2s ease}.social-icon-link:hover,.social-icon-link:focus{color:#fff;transform:scale(1.15);box-shadow:0 0 15px #ffffff80}.separator{width:80%;height:1px;background:linear-gradient(90deg,transparent,#ebbdc6,transparent);margin:1rem 0}.links-section{width:100%;display:flex;flex-direction:column;gap:1rem}.link-item{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.25rem 1.5rem;background:#4ecdc41a;border:1px solid #ebbdc6;border-radius:30px;text-decoration:none;color:#e0e0e0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;box-shadow:0 8px 20px #4ecdc426}.link-item:hover{transform:translate(8px)}.link-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--icon-color, #ebbdc6);border-radius:12px;color:#fff;font-size:1.5rem;flex-shrink:0;transition:all .3s ease}.link-item:hover .link-icon{transform:scale(1.1)}.link-title{font-size:1.1rem;font-weight:500;flex:1}.brand-ambassadors-section{width:100%;display:flex;flex-direction:column;gap:1rem}.ambassador-item{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.25rem 1.5rem;background:#4ecdc41a;border:1px solid #ebbdc6;border-radius:30px;text-decoration:none;color:#e0e0e0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;box-shadow:0 8px 20px #4ecdc426}.ambassador-item:hover{transform:translate(8px)}.ambassador-image{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.ambassador-image img{width:100%;height:100%;object-fit:cover}.ambassador-title{font-size:1.1rem;font-weight:500;flex:1}@media (max-width: 600px){.linktree{padding:1.5rem}.linktree-container{gap:2.5rem}.profile-icon{width:100px;height:100px}.profile-section h1{font-size:2rem}.profile-description{font-size:1rem}.link-item{padding:1rem 1.25rem;gap:1.25rem}.link-icon{width:45px;height:45px;font-size:1.25rem}.link-title{font-size:1rem}.ambassador-item{padding:1rem 1.25rem;gap:1.25rem}.ambassador-image{width:45px;height:45px}.ambassador-title{font-size:1rem}}.visually-hidden{position:absolute;left:-9999px}.patch-notes{padding:4rem 0;min-height:calc(100vh - 200px)}.patch-notes .container{max-width:1400px}.news-header{display:flex;align-items:center;justify-content:flex-start;gap:2rem;margin-bottom:3rem;padding:2rem 0;margin-left:calc((100% - 1180px - 2rem)/2)}.news-header-image{width:220px;height:auto;flex-shrink:0}.news-header-content{display:flex;flex-direction:column;align-items:flex-start}.patch-notes h1{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.news-header-content .intro{text-align:left;font-size:1.1rem;color:#b0b0b0;margin-bottom:.75rem;max-width:none;margin-left:0;margin-right:0}.youtube-subtle-link{color:#888;text-decoration:none;font-size:.9rem;transition:all .3s ease}.youtube-subtle-link:hover{color:#4ecdc4}@media (max-width: 1400px){.news-header{margin-left:1rem}}@media (max-width: 768px){.news-header{margin-left:0;justify-content:center}}@media (max-width: 600px){.news-header{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.news-header-content{align-items:center}.news-header-content .intro{text-align:center}.news-header-image{width:160px}}.patch-notes-layout{display:flex;gap:2rem;position:relative;justify-content:center;align-items:flex-start}.toc{position:sticky;top:100px;width:180px;height:fit-content;background:#1a1a2ecc;border:2px solid rgba(78,205,196,.3);border-radius:15px;padding:1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;order:2}.toc h3{font-size:1.1rem;color:#ebbdc6;margin-bottom:1rem;text-align:center;border-bottom:2px solid rgba(78,205,196,.3);padding-bottom:.6rem}.toc-nav{display:flex;flex-direction:column;gap:.4rem}.toc-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .4rem;margin-top:.8rem;background:transparent;border:none;border-bottom:1px solid rgba(78,205,196,.2);border-radius:0;color:#96ceb4;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;text-transform:uppercase;letter-spacing:.5px}.toc-header:hover{color:#4ecdc4;border-bottom-color:#4ecdc466}.toc-header:first-of-type{margin-top:0}.toc-header-text{flex:1}.toc-arrow{font-size:.7rem;transition:transform .2s ease;opacity:.6}.toc-link{display:block;padding:.6rem .8rem .6rem 1.2rem;color:#d0d0d0;text-decoration:none;border-radius:8px;transition:all .3s ease;font-size:.9rem;font-weight:500;border:1px solid transparent}.toc-link:hover{background:#4ecdc433;border-color:#4ecdc466;color:#4ecdc4;transform:translate(-5px)}.toc-link.expansion{color:#c49a84;border-color:#c49a844d;background:#c49a841a}.toc-link.expansion:hover{background:#c49a8433;border-color:#c49a8480;color:#d4a994}.expansion-icon{font-size:.7rem;color:#a08070;margin-left:.4rem;opacity:.7}.patch-sections{flex:0 1 1000px;max-width:1000px;min-width:0;order:1}.patch-section{background:#1a1a2e99;border:2px solid rgba(78,205,196,.3);border-radius:15px;padding:2rem;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;scroll-margin-top:90px}.patch-section:hover{border-color:#4ecdc480;transform:translateY(-2px);box-shadow:0 8px 20px #4ecdc433}.patch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(78,205,196,.3)}.patch-header h2{font-size:2rem;color:#ebbdc6;margin:0;text-shadow:0 2px 10px rgba(78,205,196,.3)}.patch-date{font-size:1rem;color:#4ecdc4;font-weight:600;padding:.5rem 1rem;background:#4ecdc433;border-radius:20px;border:1px solid rgba(78,205,196,.4)}.patch-banner{width:100%;margin-bottom:1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000004d}.patch-banner img{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}.patch-content h3{font-size:1.4rem;color:#96ceb4;margin-top:1.5rem;margin-bottom:.8rem}.patch-content ul{list-style:none;padding-left:0;margin-bottom:1rem}.patch-content li{position:relative;padding-left:1.8rem;margin-bottom:.8rem;color:#d0d0d0;line-height:1.6;font-size:1.05rem}.patch-content li:before{content:"→";position:absolute;left:0;color:#4ecdc4;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.patch-notes{padding:2rem 0}.patch-notes h1{font-size:2.5rem}.intro{font-size:1.1rem;margin-bottom:2rem}.patch-notes-layout{flex-direction:column}.toc{position:static;width:100%;margin-bottom:2rem}.toc-nav{display:flex;flex-direction:column;gap:.4rem}.toc-header{padding:.6rem .8rem;font-size:.9rem}.toc-link{padding:.4rem .5rem .4rem 1rem;font-size:.8rem;text-align:left}.toc-link:hover{transform:translate(0)}.expansion-icon{font-size:.6rem;margin-left:.2rem}.patch-section{padding:1.5rem}.patch-header{flex-direction:column;align-items:flex-start;gap:.8rem}.patch-header h2{font-size:1.8rem}.patch-content h3{font-size:1.2rem}.patch-content li{font-size:1rem}}@media (max-width: 480px){.patch-notes h1{font-size:2rem}.toc h3{font-size:1rem}.toc-link{font-size:.85rem;padding:.4rem .6rem}.patch-header h2{font-size:1.5rem}.patch-section{padding:1rem}.patch-content li{padding-left:1.5rem;font-size:.95rem}}.legal-page{padding:4rem 0;min-height:80vh}.legal-content{max-width:800px;margin:0 auto;background:#1a1a2ecc;padding:3rem;border-radius:15px;border:1px solid rgba(78,205,196,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-content h1{color:#ebbdc6;text-align:center;margin-bottom:.5rem;font-size:2.5rem}.last-updated{text-align:center;color:#888;font-style:italic;margin-bottom:3rem;font-size:.9rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#be2342;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(69,183,209,.3)}.legal-content h3{color:#ebbdc6;font-size:1.2rem;margin-bottom:.8rem;margin-top:1.5rem}.legal-content p{color:#e0e0e0;line-height:1.8;margin-bottom:1rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#b0b0b0;line-height:1.6;margin-bottom:.5rem}.legal-content li::marker{color:#ebbdc6}@media (max-width: 768px){.legal-page{padding:2rem 0}.legal-content{padding:2rem 1.5rem;margin:0 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}.legal-content h3{font-size:1.1rem}}.gift-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:2rem;padding-top:5vh;position:relative}.language-selector{position:absolute;top:1.5rem;right:1.5rem;z-index:100}.language-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#1a1a2ecc;border:1px solid rgba(235,189,198,.3);border-radius:8px;color:#e0e0e0;font-size:.95rem;cursor:pointer;transition:all .3s ease}.language-btn:hover{border-color:#ebbdc6;background:#1a1a2ef2}.language-btn .globe-icon{width:18px;height:18px;flex-shrink:0}.language-btn .chevron-icon{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease}.language-btn.open .chevron-icon{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#1a1a2efa;border:1px solid rgba(235,189,198,.3);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0006}.language-option{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:#e0e0e0;font-size:.95rem;text-align:left;cursor:pointer;transition:all .2s ease}.language-option:hover{background:#ebbdc626;color:#ebbdc6}.language-option.active{background:#ebbdc633;color:#ebbdc6}.gift-container{display:flex;flex-direction:column;align-items:center;max-width:500px;width:100%;padding:2rem;padding-bottom:120px}.gift-logo{margin-bottom:2rem}.gift-logo img{max-width:380px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.gift-instruction{text-align:center;font-size:1.25rem;color:#e0e0e0;line-height:1.8;margin-bottom:2.5rem}.gift-form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.gift-input-group{width:100%}.gift-input-note{margin:.5rem 0 0;font-size:.85rem;color:#e0e0e099}.gift-input{width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;border:2px solid rgba(235,189,198,.3);border-radius:12px;background:#1a1a2ecc;color:#e0e0e0;transition:all .3s ease;outline:none}.gift-input::placeholder{color:#e0e0e080}.gift-input:focus{border-color:#ebbdc6;box-shadow:0 0 0 4px #ebbdc626}.gift-input:hover{border-color:#ebbdc680}.gift-submit-btn{width:100%;padding:1.25rem 2rem;font-size:1.2rem;font-weight:600;color:#fff;background:linear-gradient(45deg,#be2342,#ff6b6b);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.gift-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #be234266}.gift-submit-btn:active{transform:translateY(0)}.gift-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.gift-submit-btn:disabled:hover{transform:none;box-shadow:none}.recaptcha-attribution{margin-top:-.25rem;font-size:.75rem;color:#e0e0e080;text-align:center;line-height:1.5}.recaptcha-attribution a{color:#e0e0e099;text-decoration:underline}.recaptcha-attribution a:hover{color:#ebbdc6}.grecaptcha-badge{visibility:hidden!important}.gift-input:disabled{opacity:.6;cursor:not-allowed}.gift-result{width:100%;padding:1rem 1.25rem;border-radius:10px;font-size:1rem;text-align:center;line-height:1.5}.gift-result.success{background:#4caf5026;border:1px solid rgba(76,175,80,.4);color:#81c784}.gift-result.error{background:#f4433626;border:1px solid rgba(244,67,54,.4);color:#e57373}.gift-mascot{margin-top:2rem;display:flex;justify-content:center}.gift-mascot img{max-width:180px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.gift-footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 2rem;text-align:center;background:#0f3460e6;border-top:1px solid rgba(235,189,198,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gift-footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:.75rem;flex-wrap:wrap}.gift-footer-links a{color:#e0e0e0cc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.gift-footer-links a:hover{color:#ebbdc6}.gift-copyright{color:#e0e0e099;font-size:.85rem;margin:0}@media (max-width: 600px){.gift-page{padding:4rem 1.5rem 1.5rem;padding-bottom:120px}.language-selector{top:1rem;right:1rem}.language-btn{padding:.5rem .75rem;font-size:.85rem}.gift-logo img{max-width:280px}.gift-instruction{font-size:1.1rem}.gift-input{padding:1rem 1.25rem;font-size:1rem}.gift-submit-btn{padding:1rem 1.5rem;font-size:1.1rem}.gift-footer-links{gap:1rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a2efa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(78,205,196,.2);padding:1rem 2rem;z-index:9999;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-content{max-width:1200px;margin:0 auto}.cookie-main{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-main p{margin:0;font-size:.95rem;color:#e0e0e0;flex:1;min-width:200px}.cookie-content a{color:#ebbdc6;text-decoration:underline}.cookie-content a:hover{color:#be2342}.cookie-buttons{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.cookie-btn-options{background:transparent;border:1px solid rgba(224,224,224,.3);color:#e0e0e0}.cookie-btn-options:hover{background:#e0e0e01a;border-color:#e0e0e080}.cookie-btn-accept{background:linear-gradient(45deg,#ff6b6b,#ebbdc6);color:#fff}.cookie-btn-accept:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b4d}.cookie-btn-select{background:#4ecdc433;border:1px solid rgba(78,205,196,.4);color:#4ecdc4}.cookie-btn-select:hover{background:#4ecdc44d;border-color:#4ecdc499}.cookie-btn-decline{background:transparent;border:1px solid rgba(224,224,224,.3);color:#e0e0e0}.cookie-btn-decline:hover{background:#e0e0e01a;border-color:#e0e0e080}.cookie-expanded{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);animation:fadeIn .2s ease-out;display:flex;flex-direction:column;align-items:center}.cookie-mascot{width:120px;height:120px;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cookie-options{display:flex;flex-direction:column;gap:.75rem;width:100%}.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.cookie-option-info{display:flex;flex-direction:column;gap:.2rem}.cookie-option-info strong{font-size:.9rem;color:#e0e0e0}.cookie-option-info span{font-size:.8rem;color:#999}@media (max-width: 600px){.cookie-banner{padding:1rem}.cookie-main{flex-direction:column;text-align:center;gap:1rem}.cookie-mascot{width:80px;height:80px}.cookie-main p{font-size:.85rem}.cookie-buttons{width:100%;justify-content:center}.cookie-option{flex-direction:column;text-align:center;gap:.75rem}.cookie-option-info{align-items:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600}h1,.h1-like{font-size:3rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}h2{font-size:2.5rem;color:#ebbdc6}h3{font-size:2rem;color:#be2342}p{margin-bottom:1rem;font-size:1.1rem;line-height:1.8}a{color:#ebbdc6;text-decoration:none;transition:color .3s ease}a:hover{color:#be2342}.btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d;color:#fff}.btn-secondary{background:linear-gradient(45deg,#be2342,#96ceb4)}.btn-secondary:hover{box-shadow:0 10px 20px #45b7d14d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}}
