.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:loginOverlayIn .2s ease-out}@keyframes loginOverlayIn{0%{opacity:0}to{opacity:1}}.login-modal{position:relative;width:100%;max-width:420px;margin:1rem;padding:2.5rem 2rem 2rem;background:linear-gradient(145deg,#1e1e3a,#262650);border:1px solid rgba(235,189,198,.15);border-radius:20px;box-shadow:0 25px 60px #00000080,0 0 80px #be234214;animation:loginModalIn .3s cubic-bezier(.16,1,.3,1)}@keyframes loginModalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.login-header{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:.75rem}.login-logo{width:96px;height:auto;flex-shrink:0;filter:drop-shadow(0 4px 12px rgba(235,189,198,.3))}.login-header-divider{width:1px;align-self:stretch;background:linear-gradient(180deg,transparent 0%,rgba(235,189,198,.3) 20%,rgba(235,189,198,.3) 80%,transparent 100%);flex-shrink:0}.login-title{font-size:1.5rem;font-weight:700;color:#ebbdc6;margin:0;background:none;-webkit-text-fill-color:#ebbdc6}.login-subtitle{font-size:.82rem;color:#ffffff80;margin:0 0 1.5rem;line-height:1.45;text-align:center}.login-providers{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.login-provider-btn{display:flex;align-items:center;justify-content:center;gap:.85rem;width:100%;padding:.9rem 1.25rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit}.login-provider-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.login-provider-btn:active{transform:translateY(0) scale(.98)}.login-provider-icon{font-size:1.3rem;flex-shrink:0}.login-provider-icon-img{width:1.3rem;height:1.3rem;flex-shrink:0;object-fit:contain}.login-btn-discord{background:#5865f2}.login-btn-discord:hover{background:#4752c4}.login-btn-google{background:#fff;color:#333}.login-btn-google:hover{background:#f1f1f1}.login-btn-facebook{background:#1877f2}.login-btn-facebook:hover{background:#166fe5}.login-btn-apple{background:#000;border:1px solid rgba(255,255,255,.2)}.login-btn-apple:hover{background:#1a1a1a}.login-footer-text{text-align:center;font-size:.75rem;color:#ffffff59;margin:0 0 1.25rem;line-height:1.5}.login-footer-text a{color:#ebbdc699;text-decoration:none;transition:color .2s ease}.login-footer-text a:hover{color:#ebbdc6}.login-close-btn{display:block;width:100%;padding:.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff8c;border-radius:12px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.login-close-btn:hover{background:#ffffff1a;color:#fff}.login-close-btn:active{transform:scale(.98)}@media (max-width: 480px){.login-provider-btn{padding:.7rem 1rem;font-size:.88rem;gap:.65rem}.login-provider-icon{font-size:1.1rem}.login-provider-icon-img{width:1.1rem;height:1.1rem}.login-providers{gap:.55rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1a1a2efa,#23233cfa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid rgba(235,189,198,.15);box-shadow:0 4px 20px #0000004d;position:sticky;top:0;z-index:350}.nav{padding:.75rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2.5rem}.logo{font-size:1.5rem;font-weight:700;color:#ebbdc6;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover{color:#fff}.logo-image{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(235,189,198,.3));transition:all .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover .logo-image{transform:scale(1.08);filter:drop-shadow(0 4px 12px rgba(235,189,198,.5))}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{color:#e0e0e0;text-decoration:none;font-weight:600;font-size:1rem;padding:.65rem 1.25rem;border-radius:8px;transition:all .3s ease;position:relative;white-space:nowrap;background:transparent}.nav-link:hover{color:#fff;background:#ebbdc61a;transform:translateY(-2px)}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#ff6b6b,#ebbdc6,#ff6b6b);border-radius:2px 2px 0 0;transition:width .3s ease}.nav-link:hover:before{width:80%}.nav-login-btn{position:relative;color:#fff;font-weight:600;font-size:.95rem;padding:.6rem 1.6rem;border-radius:10px;border:none;background:linear-gradient(135deg,#be2342,#e04060,#be2342);background-size:200% 100%;background-position:0% 0%;cursor:pointer;transition:all .35s ease;white-space:nowrap;font-family:inherit;margin-left:.5rem;overflow:hidden;box-shadow:0 2px 10px #be234240}.nav-login-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(255,255,255,.08) 100%);opacity:0;transition:opacity .35s ease}.nav-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #be234273,0 0 16px #e0406033;background-position:100% 0%}.nav-login-btn:hover:before{opacity:1}.nav-login-btn:active{transform:translateY(0) scale(.97);box-shadow:0 2px 8px #be23424d}.nav-user-menu{position:relative;margin-left:.5rem}.nav-user-btn{display:flex;align-items:center;gap:.4rem;color:#fff;font-weight:600;font-size:.95rem;padding:.55rem 1.1rem;border-radius:10px;border:1px solid rgba(235,189,198,.25);background:#ebbdc61a;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-family:inherit}.nav-user-btn:hover{background:#ebbdc62e;border-color:#ebbdc666}.nav-user-name{max-width:140px;overflow:hidden;text-overflow:ellipsis}.nav-user-arrow{font-size:.75rem;transition:transform .2s ease;opacity:.7}.nav-user-arrow.open{transform:rotate(180deg)}.nav-user-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:linear-gradient(135deg,#1e1e34fa,#282841fa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(235,189,198,.15);border-radius:10px;box-shadow:0 8px 24px #0006;padding:.35rem;z-index:200;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{display:block;width:100%;padding:.6rem 1rem;color:#e0e0e0;font-size:.9rem;font-weight:500;font-family:inherit;background:none;border:none;border-radius:7px;cursor:pointer;text-align:left;transition:all .15s ease}.nav-dropdown-item:hover{background:#ebbdc61f;color:#fff}.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}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.4rem;flex-direction:column;gap:5px;z-index:310}.nav-hamburger span{display:block;width:24px;height:2.5px;background:#e0e0e0;border-radius:2px;transition:all .3s ease;transform-origin:center}.nav-hamburger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-mobile-overlay{display:none}.nav-mobile-menu{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%}.nav-mobile-user{padding:.25rem 0 .75rem}.nav-mobile-username{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.6rem}.nav-mobile-user-actions{display:flex;gap:1rem;align-items:center}.nav-mobile-profile-link{color:#ebbdc6cc;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.nav-mobile-profile-link:hover{color:#ebbdc6}.nav-mobile-signout{background:none;border:none;color:#e0e0e073;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;padding:0;transition:color .2s ease}.nav-mobile-signout:hover{color:#e0e0e0b3}.nav-mobile-signin{padding:.7rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;border:none;border-radius:10px;background:linear-gradient(135deg,#be2342,#e04060);cursor:pointer;font-family:inherit;transition:all .25s ease;box-shadow:0 4px 16px #be234259;align-self:flex-start}.nav-mobile-signin:hover{filter:brightness(1.1);box-shadow:0 6px 24px #be234280}.nav-mobile-divider{height:1px;background:linear-gradient(90deg,#ebbdc640,#ebbdc60d);margin:.5rem 0 .75rem}.nav-mobile-link{display:flex;align-items:center;width:100%;text-align:left;color:#e0e0e0;text-decoration:none;font-weight:600;font-size:1.1rem;padding:.85rem .25rem;border-radius:0;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.04);transition:color .2s ease;font-family:inherit;cursor:pointer}.nav-mobile-link:hover,.nav-mobile-link:active{color:#fff}.nav-mobile-shop{gap:.6rem;color:#ebbdc6}.nav-mobile-shop:hover{color:#f5d0d8}.nav-mobile-shop-badge{font-size:.6rem;font-weight:800;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#be2342,#e04060);padding:.15rem .45rem;border-radius:4px;line-height:1}@media (max-width: 768px){.nav-container{padding:.6rem 1.25rem}.logo-image{height:40px}.nav-links{display:none}.nav-hamburger{display:flex}.nav-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;width:100%;z-index:300;background:linear-gradient(160deg,#0c0c16,#16162a);padding:5rem 2rem 2rem;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.nav-mobile-overlay.open{transform:translate(0)}.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;background:#000}.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-wrapper{display:flex;align-items:center;gap:3rem;margin-bottom:2rem}.battle-header{flex:1;text-align:left}.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{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.battle-hero-image img{max-width:100%;height:auto;max-height:250px;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-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-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)}}.type-details-panel{background:#0f172acc;padding:2rem;border:2px solid rgba(78,205,196,.3);border-radius:12px;margin-bottom:1.5rem;animation:slideIn .3s ease;min-height:280px}.type-details-panel.default-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:280px}.default-panel .type-header-with-icon h3{margin-bottom:1rem}.default-message{color:#b0b0b0;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0}.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}.type-details-panel h4{font-size:1.2rem;color:#4ecdc4;margin-bottom:.75rem;margin-top:1.5rem}.type-details-panel .type-relationships{margin-bottom:1rem}.type-details-panel .type-relationships:first-of-type h4{margin-top:0}.no-matchups{color:#888;font-style:italic;font-size:1rem;margin:.5rem 0}.type-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.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}.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-wrapper{flex-direction:column;gap:1.5rem}.battle-header{text-align:center}.battle-hero-image{width:100%}.battle-hero-image img{max-height:200px}.battle-header h2{font-size:2.2rem}.battle-description{font-size:1rem}.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{padding:1.5rem;min-height:260px}.type-details-panel h3{font-size:1.6rem}.default-message{font-size:1rem}.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-wrapper{gap:1rem}.battle-hero-image img{max-height:180px}.battle-header h2{font-size:1.8rem}.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;min-height:240px}.default-message{font-size:.95rem}.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}}.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){.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-mascot{display:block;width:12rem;height:12rem;object-fit:contain;margin:0 auto 1rem}.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-mascot{width:6rem;height:6rem}.legal-content h1{font-size:1.75rem}.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}.gift-top-controls{position:absolute;top:1.5rem;right:1.5rem;z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.gift-signin-btn{color:#fff;font-weight:600;font-size:.95rem;padding:.55rem 1.4rem;border-radius:10px;border:none;background:linear-gradient(135deg,#be2342,#e8445a);cursor:pointer;transition:all .3s ease;white-space:nowrap;font-family:inherit}.gift-signin-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #be234266;background:linear-gradient(135deg,#d6284c,#f04878)}.gift-signin-btn:active{transform:translateY(0) scale(.97)}.gift-user-menu{position:relative}.gift-user-btn{display:flex;align-items:center;gap:.4rem;color:#fff;font-weight:600;font-size:.95rem;padding:.55rem 1.1rem;border-radius:10px;border:1px solid rgba(235,189,198,.25);background:#ebbdc61a;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-family:inherit}.gift-user-btn:hover{background:#ebbdc62e;border-color:#ebbdc666}.gift-user-name{max-width:140px;overflow:hidden;text-overflow:ellipsis}.gift-user-arrow{font-size:.75rem;transition:transform .2s ease;opacity:.7}.gift-user-arrow.open{transform:rotate(180deg)}.gift-user-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:linear-gradient(135deg,#1e1e34fa,#282841fa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(235,189,198,.15);border-radius:10px;box-shadow:0 8px 24px #0006;padding:.35rem;z-index:200;animation:giftDropdownFadeIn .15s ease}@keyframes giftDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gift-dropdown-item{display:block;width:100%;padding:.6rem 1rem;color:#e0e0e0;font-size:.9rem;font-weight:500;font-family:inherit;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:all .15s ease}.gift-dropdown-item:hover{background:#ebbdc61f;color:#fff}.language-selector{position:relative}.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-friend-code-filled{display:flex;align-items:center;gap:.75rem;width:100%;padding:1.25rem 1.5rem;border:2px solid rgba(76,175,80,.45);border-radius:12px;background:#4caf5014;box-sizing:border-box;height:calc(1.1rem * 1.15 + 2.5rem + 4px)}.gift-friend-code-check{width:20px;height:20px;flex-shrink:0}.gift-friend-code-value{font-size:1.1rem;color:#c8e6c9;letter-spacing:.03em}.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}.gift-top-controls{top:1rem;right:1rem;gap:.5rem}.gift-signin-btn{padding:.45rem 1rem;font-size:.85rem}.gift-user-btn{padding:.45rem .8rem;font-size:.85rem}.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}}.shop-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(160deg,#0f0f1a,#1a1a2e 40%,#16213e);color:#e0e0e0}.shop-topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2.5rem;z-index:100}.shop-header-logo img{height:52px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .25s ease}.shop-header-logo img:hover{transform:scale(1.04)}.shop-signin-btn{color:#fff;font-weight:600;font-size:.9rem;padding:.5rem 1.3rem;border-radius:10px;border:none;background:linear-gradient(135deg,#be2342,#e8445a);cursor:pointer;transition:all .3s ease;font-family:inherit}.shop-signin-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #be234266;background:linear-gradient(135deg,#d6284c,#f04878)}.shop-signin-btn:active{transform:translateY(0) scale(.97)}.shop-user-menu{position:relative}.shop-user-btn{display:flex;align-items:center;gap:.4rem;color:#fff;font-weight:600;font-size:.9rem;padding:.5rem 1.1rem;border-radius:10px;border:1px solid rgba(235,189,198,.25);background:#ebbdc61a;cursor:pointer;transition:all .25s ease;font-family:inherit}.shop-user-btn:hover{background:#ebbdc62e;border-color:#ebbdc666}.shop-user-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-user-arrow{font-size:.75rem;transition:transform .2s ease;opacity:.7}.shop-user-arrow.open{transform:rotate(180deg)}.shop-user-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:linear-gradient(135deg,#1e1e34fa,#282841fa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(235,189,198,.15);border-radius:10px;box-shadow:0 8px 24px #0006;padding:.35rem;z-index:200;animation:shopDropIn .15s ease}@keyframes shopDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.shop-dropdown-item{display:block;width:100%;padding:.6rem 1rem;color:#e0e0e0;font-size:.9rem;font-weight:500;font-family:inherit;background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:all .15s ease}.shop-dropdown-item:hover{background:#ebbdc61f;color:#fff}.shop-hero{text-align:center;padding:1rem 2rem 1.5rem}.shop-hero h1{font-size:2.8rem;font-weight:800;background:linear-gradient(135deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.15rem;letter-spacing:-.02em}.shop-hero-subtitle{font-size:1.15rem;font-weight:500;color:#e0e0e08c;letter-spacing:.12em;text-transform:uppercase;margin:0}.shop-divider{width:90%;max-width:900px;height:1px;margin:.5rem auto 0;background:linear-gradient(90deg,transparent,rgba(235,189,198,.25),transparent)}.shop-section-title{text-align:center;font-size:1.3rem;font-weight:700;color:#ebbdc6d9;letter-spacing:.03em;margin:1.5rem 0 .5rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;padding:1rem 2rem 4rem;max-width:1100px;margin:0 auto;width:100%}.shop-card{position:relative;background:linear-gradient(145deg,#1a1a32d9,#16213ed9);border:1px solid rgba(235,189,198,.12);border-radius:18px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #be234226,0 0 0 1px #ebbdc633;border-color:#ebbdc640}.shop-card-img{position:relative;width:100%;aspect-ratio:5 / 3;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,rgba(190,35,66,.08) 0%,transparent 70%);overflow:hidden}.shop-card-img img{max-width:92%;max-height:92%;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.35));transition:transform .35s ease}.shop-card:hover .shop-card-img img{transform:scale(1.06)}.shop-card-body{padding:.75rem 1rem 1rem;flex:1;display:flex;flex-direction:column;gap:.35rem}.shop-card-title{font-size:1.15rem;font-weight:700;color:#fff;margin:0}.shop-card-desc{font-size:.88rem;color:#e0e0e099;line-height:1.55;margin:0;flex:1}.shop-mailing-checkbox{display:flex;align-items:flex-start;gap:.55rem;cursor:pointer;padding:.5rem .65rem;border-radius:10px;border:1px solid rgba(235,189,198,.12);background:#ffffff08;transition:all .2s ease;-webkit-user-select:none;user-select:none}.shop-mailing-checkbox:hover{border-color:#ebbdc640;background:#ffffff0d}.shop-mailing-checkbox.checked{border-color:#66bb6a59;background:#66bb6a0f;cursor:default}.shop-mailing-checkbox.loading{opacity:.6;pointer-events:none}.shop-mailing-box{flex-shrink:0;width:18px;height:18px;border-radius:4px;border:2px solid rgba(235,189,198,.35);background:#ffffff0d;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:1px}.shop-mailing-checkbox.checked .shop-mailing-box{background:#43a047;border-color:#43a047}.shop-mailing-box svg{width:12px;height:12px}.shop-mailing-text{font-size:.8rem;line-height:1.4;color:#e0e0e0b3}.shop-mailing-checkbox.checked .shop-mailing-text{color:#c8e6c9e6}.shop-card-btn{width:100%;padding:.7rem 1rem;font-size:.95rem;font-weight:700;color:#fff;border:none;border-radius:12px;cursor:pointer;font-family:inherit;text-transform:uppercase;letter-spacing:.06em;transition:all .25s ease;margin-top:.25rem}.shop-card-btn.free{background:linear-gradient(135deg,#43a047,#66bb6a)}.shop-card-btn.cooldown{background:linear-gradient(135deg,#3c3c50cc,#323246cc);color:#e0e0e0b3;font-size:.85rem;letter-spacing:.03em}.shop-card-btn:disabled{cursor:not-allowed;opacity:.85}.shop-card-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #00000040;filter:brightness(1.1)}.shop-card-btn:active:not(:disabled){transform:translateY(0) scale(.97)}.shop-footer{margin-top:auto;padding:1.5rem 2rem;text-align:center;background:#0a0a1499;border-top:1px solid rgba(235,189,198,.08)}.shop-footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.6rem;flex-wrap:wrap}.shop-footer-links a{color:#e0e0e099;font-size:.88rem;text-decoration:none;transition:color .2s ease}.shop-footer-links a:hover{color:#ebbdc6}.shop-copyright{color:#e0e0e066;font-size:.8rem;margin:0}@media (max-width: 640px){.shop-topbar{padding:1rem 1.25rem}.shop-header-logo img{height:38px}.shop-hero{padding:.5rem 1.25rem 1rem}.shop-hero h1{font-size:2rem}.shop-hero-subtitle{font-size:.95rem}.shop-section-title{font-size:1.1rem}.shop-grid{grid-template-columns:1fr;padding:1rem 1.25rem 3rem}}.atlas-page{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;color:#e0e0e0}.atlas-loading,.atlas-error{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.25rem;color:#e0e0e0b3}.atlas-error{color:#ff6b6b}.atlas-breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#e0e0e0b3}.atlas-breadcrumb a{color:#ebbdc6;text-decoration:none}.atlas-breadcrumb a:hover{text-decoration:underline;color:#be2342}.atlas-header{display:flex;gap:2rem;background:#1a1a2ecc;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(235,189,198,.1)}.atlas-header-content{flex:1}.atlas-header h1{font-size:2.5rem;margin:0 0 .5rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.atlas-splash{width:300px;height:300px;object-fit:contain;border-radius:8px}.atlas-rarity,.atlas-card-rarity{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase;color:#fff!important}.rarity-common{background:#6b6b6b;color:#fff}.rarity-uncommon{background:#4caf50;color:#fff}.rarity-rare{background:#2196f3;color:#fff}.rarity-epic{background:#9c27b0;color:#fff}.rarity-legendary{background:linear-gradient(135deg,#ff9800,#f44336);color:#fff}.rarity-mythical{background:linear-gradient(135deg,#be2342,#ff6b6b,#be2342);color:#fff}.atlas-tags{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.atlas-tag{background:#ebbdc626;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;color:#ebbdc6;border:1px solid rgba(235,189,198,.2)}.atlas-section{background:#1a1a2ecc;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(235,189,198,.1)}.atlas-section h2{margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(235,189,198,.2);font-size:1.25rem;color:#ebbdc6}.atlas-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;background:transparent;box-shadow:none;padding:0}.atlas-info-card{background:#1e1e3f99;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(235,189,198,.1)}.atlas-info-card h3{margin:0 0 1rem;font-size:1rem;color:#be2342;text-transform:uppercase;letter-spacing:.05em}.atlas-types{display:flex;gap:1rem;flex-wrap:wrap}.type-icon-container{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.8);flex-shrink:0}.type-icon-container.type-icon-small{width:26px;height:26px}.type-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.type-icon-small .type-icon{width:16px;height:16px}.type-item{display:flex;align-items:center;gap:.6rem}.type-name{color:#e0e0e0;font-size:.95rem;font-weight:500}.atlas-stats{display:flex;flex-direction:column;gap:.75rem}.atlas-stat{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(235,189,198,.15);color:#e0e0e0}.atlas-stat:last-child{border-bottom:none}.atlas-stat span:first-child{color:#e0e0e0b3}.atlas-stat span:last-child{font-weight:600;color:#ebbdc6}.atlas-details{display:flex;flex-direction:column;gap:.5rem;color:#e0e0e0}.atlas-details div{display:flex;gap:.5rem}.atlas-details span:first-child{color:#e0e0e0b3}.atlas-details strong{color:#ebbdc6}.atlas-artist-cards{display:flex;gap:1.5rem;flex-wrap:wrap}.atlas-artist-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ebbdc61a;border-radius:8px;flex:1;min-width:250px;border:1px solid rgba(235,189,198,.2)}.atlas-art-preview{width:80px;height:80px;object-fit:contain;border-radius:8px}.atlas-art-preview.sprite{background:#1a1a2ecc;padding:.5rem}.atlas-artist-info h4{margin:0 0 .25rem;font-size:.9rem;color:#e0e0e0b3}.atlas-artist-info p{margin:0;font-weight:600;color:#ebbdc6}.atlas-banner-card{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:#ebbdc61a;border-radius:8px;border:1px solid rgba(235,189,198,.2)}.atlas-banner-img{width:200px;height:auto;border-radius:8px}.atlas-banner-info h4{margin:0 0 .5rem;font-size:1.1rem;color:#ebbdc6}.atlas-banner-info p{margin:0;color:#e0e0e0b3}.atlas-skins-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.atlas-skin-card{background:#ebbdc61a;border-radius:12px;padding:1rem;text-align:center;border:1px solid rgba(235,189,198,.2)}.atlas-skin-img{width:100%;height:150px;object-fit:contain;border-radius:8px;margin-bottom:.75rem}.atlas-skin-card h4{margin:0 0 .5rem;color:#ebbdc6}.atlas-skin-card p{margin:0 0 .5rem;font-size:.9rem;color:#e0e0e0b3}.atlas-skin-artists{font-size:.8rem;color:#e0e0e099}.atlas-skin-artists span{display:block}.atlas-index-header{text-align:center;margin-bottom:2rem}.atlas-index-header h1{font-size:2.5rem;margin:0 0 .5rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.atlas-index-header p{color:#e0e0e0b3;margin:0}.atlas-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.atlas-search{flex:1;min-width:200px;padding:.75rem 1rem;border:2px solid rgba(235,189,198,.3);border-radius:8px;font-size:1rem;background:#1a1a2ecc;color:#e0e0e0;transition:all .2s ease}.atlas-search::placeholder{color:#e0e0e080}.atlas-search:focus{outline:none;border-color:#ebbdc6;background:#1a1a2ef2;box-shadow:0 0 0 3px #ebbdc61a}.atlas-filter-select{padding:.75rem 2.5rem .75rem 1rem;border:2px solid rgba(235,189,198,.3);border-radius:8px;font-size:1rem;background:#1a1a2ecc;color:#e0e0e0;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ebbdc6' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;min-width:160px}.atlas-filter-select:hover{border-color:#ebbdc680;background-color:#1a1a2ee6}.atlas-filter-select:focus{outline:none;border-color:#ebbdc6;background-color:#1a1a2ef2;box-shadow:0 0 0 3px #ebbdc61a}.atlas-filter-select option{background:#1a1a2e;color:#e0e0e0;padding:.5rem}.atlas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.atlas-card{background:#1a1a2ecc;border-radius:12px;padding:1rem;text-decoration:none;color:#e0e0e0;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(235,189,198,.1);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;align-items:center;text-align:center}.atlas-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006;border-color:#ebbdc64d}.atlas-card-sprite{width:100px;height:100px;object-fit:contain;margin-bottom:.75rem}.atlas-card-info{width:100%}.atlas-card-id{font-size:.8rem;color:#e0e0e080;font-weight:500}.atlas-card-info h3{margin:.25rem 0 .5rem;font-size:1rem;color:#ebbdc6}.atlas-card-types{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.atlas-no-results{text-align:center;padding:3rem;color:#e0e0e0b3;font-size:1.1rem}.atlas-nav-wrapper{margin-bottom:1.5rem}.atlas-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#1a1a2ee6;border-radius:0;border:1px solid rgba(235,189,198,.15);border-top:3px solid #ebbdc6}.atlas-nav-wrapper:has(.atlas-form-tabs-banner) .atlas-nav{border-bottom:none}.atlas-form-tabs-banner{border-radius:0;border:1px solid rgba(235,189,198,.15);border-top:1px solid rgba(235,189,198,.1)}.atlas-nav-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ebbdc61a;border-radius:8px;color:#ebbdc6;text-decoration:none;transition:all .2s;border:1px solid rgba(235,189,198,.2)}.atlas-nav-btn:hover{background:#ebbdc633;color:#fff}.atlas-nav-arrow{font-size:1.25rem;font-weight:700}.atlas-nav-id{font-size:.9rem;opacity:.8}.atlas-nav-center{display:flex;align-items:center}.atlas-nav-character{display:flex;align-items:baseline;gap:.5rem;color:#ebbdc6;text-decoration:none;font-weight:600;flex-wrap:wrap;justify-content:center}.atlas-nav-name{font-size:1.75rem;font-weight:700}.atlas-nav-current-id{font-size:1.25rem;opacity:.7}.atlas-wiki-header{text-align:center;margin-bottom:1.5rem}.atlas-wiki-header h1{font-size:2.5rem;margin:0 0 .5rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.atlas-wiki-id{font-size:1.5rem;opacity:.6}.atlas-wiki-meta{display:flex;justify-content:center;align-items:center;gap:1rem}.atlas-wiki-index{color:#e0e0e099;font-size:.9rem}.atlas-form-tabs{display:flex;background:#1a1a2e99;border-radius:0;overflow:hidden;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(235,189,198,.4) rgba(26,26,46,.6)}.atlas-form-tabs::-webkit-scrollbar{height:6px}.atlas-form-tabs::-webkit-scrollbar-track{background:#1a1a2e99}.atlas-form-tabs::-webkit-scrollbar-thumb{background:#ebbdc666;border-radius:3px}.atlas-form-tabs::-webkit-scrollbar-thumb:hover{background:#ebbdc699}.atlas-form-tab{flex:1;padding:.875rem 1rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#e0e0e099;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;text-align:center}.atlas-form-tab:hover{color:#e0e0e0;background:#ebbdc614}.atlas-form-tab.active{color:#ebbdc6;background:#ebbdc626;border-bottom-color:#ebbdc6}.atlas-form-tab.disabled,.atlas-form-tab:disabled{color:#e0e0e059;cursor:not-allowed;background:#1a1a2e66;font-style:italic}.atlas-form-tab.disabled:hover,.atlas-form-tab:disabled:hover{color:#e0e0e059;background:#1a1a2e66}.atlas-wiki-content{display:flex;flex-direction:column}.atlas-wiki-main{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.atlas-wiki-left-block{background:#1a1a2ecc;border-radius:12px;border:1px solid rgba(235,189,198,.15);overflow:hidden}.atlas-art-tabs{display:flex;border-bottom:1px solid rgba(235,189,198,.2)}.atlas-art-tab{flex:1;padding:.75rem 1rem;background:transparent;border:none;color:#e0e0e099;font-size:.95rem;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-1px}.atlas-art-tab:hover{color:#e0e0e0;background:#ebbdc60d}.atlas-art-tab.active{color:#ebbdc6;border-bottom-color:#ebbdc6;background:#ebbdc61a}.atlas-wiki-art-container{display:flex;justify-content:center;align-items:center;background:#0003;height:350px;overflow:hidden}.atlas-wiki-splash{width:100%;height:100%;object-fit:cover}.atlas-wiki-sprite-display{max-width:100%;max-height:100%;object-fit:contain}.atlas-wiki-artist-section h3,.atlas-wiki-info-section h3{margin:0 -1.5rem .75rem;padding:.6rem 1.5rem;background:#ebbdc626;border-top:1px solid rgba(235,189,198,.2);border-bottom:1px solid rgba(235,189,198,.2);color:#ebbdc6;font-size:.9rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.05em}.atlas-wiki-artist-section,.atlas-wiki-info-section{padding:1.25rem 1.5rem}.atlas-wiki-info-section h3{margin-top:-1.25rem}.atlas-wiki-infobox{display:table;width:100%;border-collapse:collapse}.atlas-wiki-infobox-row{display:table-row}.atlas-wiki-infobox-label{display:table-cell;padding:.5rem 1rem .5rem 0;font-size:.95rem;color:#e0e0e099;white-space:nowrap;vertical-align:top;width:1%}.atlas-wiki-infobox-value{display:table-cell;padding:.5rem 0;color:#e0e0e0;font-weight:500;font-size:1.05rem;vertical-align:top}.atlas-artist-link{color:#ebbdc6;text-decoration:none;transition:color .2s ease;font-weight:500}.atlas-artist-link:hover{color:#fff;text-decoration:underline}.atlas-wiki-info-divider{height:2px;background:#ebbdc633;margin-bottom:1rem}.atlas-wiki-right-block{display:flex;flex-direction:column;gap:1rem}.atlas-wiki-form-tabs-section .atlas-form-tabs{background:#1a1a2ecc;border:1px solid rgba(235,189,198,.15);border-bottom:none;border-radius:0}.atlas-wiki-form-tabs-section+.atlas-wiki-description-section{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1rem}.atlas-wiki-description-section{padding:1.5rem;background:#1a1a2ecc;border-radius:12px;border:1px solid rgba(235,189,198,.15)}.atlas-wiki-description-section h3{margin:0 0 .75rem;color:#ebbdc6;font-size:1.1rem}.atlas-wiki-description-section p{color:#e0e0e0;line-height:1.7;margin:0}.atlas-wiki-types-section{padding:1.5rem;background:#1a1a2ecc;border-radius:12px;border:1px solid rgba(235,189,198,.15)}.atlas-wiki-types-section h3{margin:0 0 .75rem;color:#ebbdc6;font-size:1.1rem}.atlas-wiki-stats-section,.atlas-wiki-banner-section{padding:1.5rem;background:#1a1a2ecc;border-radius:12px;border:1px solid rgba(235,189,198,.15)}.atlas-wiki-banner-section h3{margin:0 0 .75rem;color:#ebbdc6;font-size:1.1rem}.atlas-wiki-banner-info{display:flex;align-items:center;gap:1rem}.atlas-wiki-banner-thumb{width:100px;height:auto;border-radius:6px}.atlas-wiki-banner-name{display:block;color:#ebbdc6;font-weight:600}.atlas-wiki-banner-date{display:block;font-size:.85rem;color:#e0e0e099;margin-top:.25rem}.atlas-wiki-stats-section h3{margin:0 0 .75rem;color:#ebbdc6;font-size:1.1rem}.atlas-wiki-stats{display:flex;flex-direction:column;gap:.75rem}.atlas-wiki-stat{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;gap:1rem}.atlas-wiki-stat-label{color:#e0e0e0b3;font-size:.9rem}.atlas-wiki-stat-bar{height:12px;background:#ebbdc61a;border-radius:6px;overflow:hidden}.atlas-wiki-stat-fill{height:100%;background:linear-gradient(90deg,#be2342,#ebbdc6);border-radius:6px;transition:width .3s ease}.atlas-wiki-stat-value{color:#ebbdc6;font-weight:600;text-align:right}.artist-portfolio-header{background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;padding:1.75rem 2rem;margin-bottom:3rem;text-align:center;box-shadow:0 4px 12px #0003}.artist-back-link{display:none}.artist-portfolio-header .artist-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:#ebbdc6b3;font-weight:600;margin-bottom:.5rem}.artist-portfolio-header h1{font-size:2.5rem;margin:0 0 1.5rem;color:#fff;font-weight:700;letter-spacing:-.01em}.artist-stats{display:flex;justify-content:center;align-items:center;gap:0}.artist-stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.artist-stat-number{color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.artist-stat-label{color:#e0e0e0b3;font-size:.85rem;font-weight:500;white-space:nowrap}.artist-stat-separator{width:1px;height:40px;background:#ebbdc64d;margin:0 2rem;display:block}.atlas-overview{max-width:1200px;margin:0 auto;padding:2rem}.atlas-overview-header{text-align:center;margin-bottom:3rem}.atlas-overview-header h1{font-size:3rem;margin:0 0 1rem;color:#fff;font-weight:700}.atlas-overview-subtitle{font-size:1.1rem;color:#e0e0e0b3;margin:0}.atlas-overview-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.atlas-overview-card{background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;padding:2rem;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.atlas-overview-card:hover{transform:translateY(-4px);border-color:#ebbdc6;box-shadow:0 8px 24px #0000004d}.atlas-overview-card-icon{font-size:3rem;line-height:1}.atlas-overview-card-icon-img{width:10rem;height:10rem;object-fit:contain;margin-top:-30px;margin-bottom:-30px}.atlas-overview-card-icon-img.artist-icon{width:7rem;height:7rem;margin-top:-10px;margin-bottom:-10px}.atlas-overview-card h2{font-size:1.5rem;margin:0;color:#ebbdc6;font-weight:600}.atlas-overview-card p{margin:0;color:#e0e0e0cc;font-size:1rem;line-height:1.6;flex:1}.atlas-overview-card-link{color:#ebbdc6;font-weight:600;font-size:.95rem}.atlas-overview-types{margin-bottom:4rem}.atlas-overview-types h2{font-size:2rem;margin:0 0 .5rem;color:#fff;text-align:center}.atlas-overview-types-desc{text-align:center;color:#e0e0e0b3;margin:0 0 2rem;font-size:1rem}.atlas-overview-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.atlas-overview-type-item{background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s ease;text-decoration:none;color:inherit;cursor:pointer}.atlas-overview-type-item:hover{border-color:#ebbdc6;transform:translateY(-2px)}.atlas-overview-type-item:hover .atlas-overview-type-icon-container{transform:scale(1.1);border-color:#fff;box-shadow:0 0 10px #fff6}.atlas-overview-type-icon-container{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.8)}.atlas-overview-type-icon{width:28px;height:28px;object-fit:contain;filter:brightness(0) invert(1)}.atlas-overview-type-name{color:#e0e0e0e6;font-size:.9rem;font-weight:500;text-align:center}.atlas-overview-types-footer{margin-top:2rem;display:flex;justify-content:center}.atlas-overview-card-centered{max-width:500px;width:100%}.atlas-overview-card-centered h2{text-align:left;color:#ebbdc6;font-size:1.5rem;font-weight:600}.atlas-overview-stats{display:flex;justify-content:center;align-items:center;gap:0;background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;padding:2rem}.atlas-overview-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.atlas-overview-stat-number{color:#fff;font-size:2rem;font-weight:700;line-height:1}.atlas-overview-stat-label{color:#e0e0e0b3;font-size:.9rem;font-weight:500}.atlas-overview-stat-separator{width:1px;height:50px;background:#ebbdc64d;margin:0 3rem}.atlas-breadcrumb{display:inline-block;color:#ebbdc6;text-decoration:none;font-size:.95rem;font-weight:500;margin-bottom:1rem;transition:color .2s ease}.atlas-breadcrumb:hover{color:#fff}.artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.artist-card{background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;overflow:hidden}.artist-card:hover{transform:translateY(-4px);border-color:#ebbdc6;box-shadow:0 8px 24px #0000004d}.artist-card-image{width:100%;height:180px;overflow:hidden;background:#0000004d;display:flex;align-items:center;justify-content:center}.artist-card-image img{width:100%;height:100%;object-fit:cover;object-position:center}.artist-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.artist-card-name{margin:0;color:#ebbdc6;font-size:1.25rem;font-weight:600;text-align:center}.artist-card-stats{display:flex;justify-content:center;align-items:center;gap:0;padding:1rem 0}.artist-card-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.artist-card-stat-number{color:#fff;font-size:1.5rem;font-weight:700;line-height:1}.artist-card-stat-label{color:#e0e0e0b3;font-size:.8rem;font-weight:500}.artist-card-stat-separator{width:1px;height:40px;background:#ebbdc64d;margin:0 1.5rem;display:block}.artist-card-total{text-align:center;color:#e0e0e099;font-size:.9rem;padding-top:.5rem;border-top:1px solid rgba(235,189,198,.1)}.artist-section{margin-bottom:3rem}.artist-section-title{font-size:1.75rem;margin:0 0 1.5rem;text-align:center;color:#ebbdc6;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.artist-gallery{display:grid;gap:1.5rem}.artist-gallery-splash{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.artist-gallery-item{position:relative;background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column}.artist-gallery-item:hover{transform:translateY(-4px);border-color:#ebbdc6;box-shadow:0 8px 16px #0000004d}.artist-gallery-splash .artist-gallery-item img{width:100%;height:240px;object-fit:cover;display:block}.artist-gallery-info{padding:.75rem;display:flex;justify-content:center;align-items:center;background:#1a1a2ee6;margin-top:auto;border-top:1px solid rgba(235,189,198,.2)}.artist-gallery-name{color:#ebbdc6;font-weight:600;font-size:.95rem;text-align:center}.artist-gallery-rarity{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff}.artist-gallery-sprites{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.artist-gallery-sprites .artist-gallery-item img{width:100%;height:240px;object-fit:contain;background:#1a1a2e66;padding:1rem;display:block}.artist-gallery-other{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.artist-asset-item{background:#1a1a2e99;border:1px solid rgba(235,189,198,.2);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.artist-asset-wide{grid-column:span 1}.artist-asset-wide img{width:100%;height:240px;object-fit:cover;display:block}.artist-asset-thin img{width:100%;height:240px;object-fit:contain;background:#1a1a2e66;padding:1rem;display:block}.artist-asset-info{padding:1rem;background:#1a1a2ee6;margin-top:auto;border-top:1px solid rgba(235,189,198,.2);text-align:center}.artist-asset-info h3{margin:0 0 .5rem;color:#ebbdc6;font-size:1.1rem}.artist-asset-info p{margin:0;color:#e0e0e0cc;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.atlas-page{padding:1rem}.atlas-header{flex-direction:column-reverse;text-align:center}.atlas-splash{width:200px;height:200px;margin:0 auto}.atlas-header h1{font-size:1.75rem}.atlas-filters{flex-direction:column}.atlas-search,.atlas-filter-select{min-width:100%}.atlas-overview{padding:1.5rem 1rem}.atlas-overview-header h1{font-size:2rem}.atlas-overview-subtitle{font-size:1rem}.atlas-overview-sections{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.atlas-overview-types-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.atlas-overview-type-icon-container{width:40px;height:40px}.atlas-overview-type-icon{width:24px;height:24px}.atlas-overview-stats{flex-direction:column;gap:1.5rem;padding:1.5rem}.atlas-overview-stat-separator{width:60%;height:1px;margin:0 auto}.atlas-overview-stat-number{font-size:1.5rem}.artists-grid{grid-template-columns:1fr;gap:1rem}.artist-card-image{height:150px}.artist-card-content{padding:1rem}.artist-card-stat-number{font-size:1.25rem}.artist-card-stat-label{font-size:.75rem}.artist-card-stat-separator{height:35px;margin:0 1rem}.artist-portfolio-header{padding:1.5rem 1rem;margin-bottom:2rem}.artist-portfolio-header .artist-label{font-size:.7rem}.artist-portfolio-header h1{font-size:1.75rem;margin-bottom:1.5rem}.artist-stat-number{font-size:1.25rem}.artist-stat-label{font-size:.75rem}.artist-stat-separator{height:35px;margin:0 1rem}.artist-section-title{font-size:1.5rem}.artist-gallery-splash{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.artist-gallery-splash .artist-gallery-item img{height:200px}.artist-gallery-sprites{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.artist-gallery-sprites .artist-gallery-item img{height:200px}.artist-gallery-other{grid-template-columns:1fr}.artist-asset-wide img,.artist-asset-thin img{height:200px}.atlas-wiki-main{grid-template-columns:1fr}.atlas-nav-character{flex-direction:column;align-items:center;gap:.25rem}.atlas-nav-name{font-size:1.25rem;line-height:1.2}.atlas-nav-current-id{font-size:.9rem;opacity:.8}.atlas-nav-btn{flex-direction:column;padding:.35rem .75rem;gap:.1rem}.atlas-nav-btn .atlas-nav-arrow{font-size:1rem;line-height:1}.atlas-nav-id{font-size:.7rem;line-height:1}.atlas-form-tab{white-space:nowrap;flex:0 0 auto;padding:.75rem 1rem;font-size:.85rem}.atlas-wiki-stat{grid-template-columns:80px 1fr 40px;gap:.5rem}}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:50vh}.loading-gif{max-width:200px;max-height:200px;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.profile-page{max-width:680px;margin:0 auto;padding:2.5rem 1.5rem;min-height:70vh;color:#e0e0e0}.profile-loading,.profile-error{display:flex;justify-content:center;align-items:center;min-height:40vh;font-size:1.2rem;color:#e0e0e0b3}.profile-error{color:#ff6b6b}.profile-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:left;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-message{padding:.75rem 1rem;border-radius:10px;font-size:.9rem;font-weight:500;margin-bottom:1.25rem;animation:profileMsgIn .25s ease-out}@keyframes profileMsgIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-message-success{background:#4caf5026;border:1px solid rgba(76,175,80,.35);color:#81c784}.profile-message-error{background:#f4433626;border:1px solid rgba(244,67,54,.35);color:#ef9a9a}.profile-section{background:linear-gradient(145deg,#1e1e3a99,#26265066);border:1px solid rgba(235,189,198,.1);border-radius:16px;padding:1.5rem;margin-bottom:1.25rem}.profile-section-title{display:flex;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:600;color:#ebbdc6;margin-bottom:.35rem}.profile-section-icon{font-size:1rem;opacity:.8}.profile-section-desc{font-size:.85rem;color:#ffffff73;margin-bottom:1rem;line-height:1.4}.profile-user-summary{display:flex;align-items:center;gap:1.1rem}.profile-user-avatar{width:68px;height:68px;border-radius:14px;object-fit:contain;background:#ffffff0f;border:2px solid rgba(235,189,198,.25);flex-shrink:0;box-shadow:0 2px 12px #00000040}.profile-user-info{display:flex;flex-direction:column;gap:.35rem}.profile-username{font-size:1.3rem;font-weight:700;color:#fff}.profile-level{font-size:.85rem;font-weight:600;color:#ebbdc6;background:#be234233;border:1px solid rgba(190,35,66,.3);padding:.2rem .7rem;border-radius:20px;width:fit-content}.profile-providers{display:flex;flex-direction:column;gap:0}.profile-provider{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.06);transition:opacity .2s ease}.profile-provider:last-child{border-bottom:none;padding-bottom:0}.profile-provider:first-child{padding-top:0}.profile-provider.unlinked{opacity:.5}.profile-provider.unlinked:hover{opacity:.8}.profile-provider-info{display:flex;align-items:center;gap:.9rem;flex:1;min-width:0}.profile-provider-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.profile-provider-icon-img{width:18px;height:18px;object-fit:contain}.profile-provider-details{display:flex;align-items:center;gap:.6rem;flex:1;min-width:0}.profile-provider-name{font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap}.profile-provider-status{font-size:.75rem;color:#ffffff59;white-space:nowrap}.profile-provider-status.unlinked-status{color:#ffffff40;font-style:italic}.profile-provider-action{flex-shrink:0;margin-left:auto;padding-left:.75rem}.profile-link-btn,.profile-unlink-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border-radius:6px;border:none;font-size:.78rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;letter-spacing:.01em}.profile-link-btn{background:#4caf5026;border:1px solid rgba(76,175,80,.3);color:#81c784}.profile-link-btn:hover:not(:disabled){background:#4caf504d}.profile-unlink-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffff80}.profile-unlink-btn:hover:not(:disabled){background:#f4433626;border-color:#f443364d;color:#ef9a9a}.profile-link-btn:disabled,.profile-unlink-btn:disabled{opacity:.35;cursor:not-allowed}.profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-toggle-info{display:flex;flex-direction:column}.profile-toggle-label{font-size:.95rem;font-weight:600;color:#fff}.profile-toggle-desc{font-size:.8rem;color:#fff6}.profile-toggle{position:relative;width:48px;height:26px;border-radius:13px;border:none;cursor:pointer;transition:background .25s ease;flex-shrink:0;padding:0}.profile-toggle.off{background:#ffffff26}.profile-toggle.on{background:#4caf50}.profile-toggle:disabled{opacity:.5;cursor:not-allowed}.profile-toggle-knob{position:absolute;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .25s ease;box-shadow:0 1px 4px #0000004d}.profile-toggle.off .profile-toggle-knob{left:3px}.profile-toggle.on .profile-toggle-knob{left:25px}.profile-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:profileOverlayIn .2s ease-out}@keyframes profileOverlayIn{0%{opacity:0}to{opacity:1}}.profile-confirm-modal{background:linear-gradient(145deg,#1e1e3a,#26264f);border:1px solid rgba(235,189,198,.15);border-radius:16px;padding:1.75rem;max-width:380px;width:calc(100% - 2rem);box-shadow:0 16px 48px #00000080;animation:profileModalIn .2s ease-out}@keyframes profileModalIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-confirm-text{font-size:1rem;font-weight:500;color:#fff;margin-bottom:.4rem;line-height:1.5}.profile-confirm-subtext{font-size:.82rem;color:#fff6;margin-bottom:1.4rem;line-height:1.45}.profile-confirm-actions{display:flex;gap:.6rem;justify-content:flex-end}.profile-confirm-cancel,.profile-confirm-unlink{padding:.5rem 1.1rem;border-radius:8px;border:none;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.profile-confirm-cancel{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.profile-confirm-cancel:hover{background:#ffffff24;color:#fff}.profile-confirm-unlink{background:#f4433633;border:1px solid rgba(244,67,54,.4);color:#ef9a9a}.profile-confirm-unlink:hover{background:#f4433659;color:#ffcdd2}@media (max-width: 600px){.profile-page{padding:1.5rem 1rem}.profile-title{font-size:1.6rem}.profile-section{padding:1.15rem}.profile-provider-details{flex-direction:column;align-items:flex-start;gap:.15rem}}.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}}
