.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a2ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(78,205,196,.2);position:sticky;top:0;z-index:100}.nav{padding:1rem 0}.nav .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#ebbdc6;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.75rem;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover{color:#be2342}.logo-image{width:220px;margin-top:-50px;margin-bottom:-50px;object-fit:contain;border-radius:8px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.logo:hover .logo-image{transform:scale(1.05)}.nav-links{display:flex;gap:2rem}.nav-link{color:#e0e0e0;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#ebbdc6}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(45deg,#ff6b6b,#ebbdc6);transition:width .3s ease}.nav-link:hover:after{width:100%}.patch-notes-short{display:none}.main{flex:1}.footer{background:#0f3460f2;border-top:1px solid rgba(78,205,196,.2);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#ebbdc6;margin-bottom:1rem;font-size:1.2rem}.footer-logo{width:250px;height:auto;margin-top:-20px;margin-bottom:-20px}.footer-section p{color:#b0b0b0;margin-bottom:.5rem}.footer-section a{display:block;color:#b0b0b0;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#ebbdc6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(78,205,196,.1)}.footer-bottom p{color:#888;margin:0}@media (max-width: 768px){.nav .container{flex-direction:column;gap:1rem}.logo{margin-top:14px;margin-bottom:14px}.nav-links{gap:1rem;font-size:.9rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.85rem;white-space:nowrap}.patch-notes-full{display:inline}.patch-notes-short{display:none}.footer-content{grid-template-columns:1fr;text-align:center}}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.video-background video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);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;height:75vh;padding:3rem 2rem;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:center}.main-content .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px}.main-content h2{text-align:center;font-size:2.5rem;color:#ebbdc6;margin-bottom:.4rem;font-weight:800;text-shadow:0 2px 10px rgba(78,205,196,.3);flex-shrink:0}.main-subtitle{text-align:center;font-size:1.1rem;color:#b0b0b0;margin-bottom:1.5rem;font-weight:400;flex-shrink:0}.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}.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}.main-content{padding:3rem 1.5rem}.main-content h2{font-size:2.2rem}.main-subtitle{font-size:1.1rem;margin-bottom:2.5rem}.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}}@media (max-width: 585px){.hero{min-height:35vh}.main-content{padding:2.5rem 1rem}.main-content h2{font-size:1.8rem;margin-bottom:.3rem}.main-subtitle{font-size:1rem;margin-bottom:2rem}.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}}.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;transition:all .3s ease;text-decoration:none}.social-icon-link:hover{transform:scale(1.2) translateY(-5px);filter:drop-shadow(0 5px 15px rgba(255,255,255,.3))}.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}.patch-notes h1{text-align:center;font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#ff6b6b,#ebbdc6,#be2342);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.intro{text-align:center;font-size:1.2rem;color:#b0b0b0;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.patch-notes-layout{display:flex;gap:2rem;position:relative;justify-content:center;align-items:flex-start}.toc{position:sticky;top:100px;width:180px;height:fit-content;background:#1a1a2ecc;border:2px solid rgba(78,205,196,.3);border-radius:15px;padding:1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;order:2}.toc h3{font-size:1.1rem;color:#ebbdc6;margin-bottom:1rem;text-align:center;border-bottom:2px solid rgba(78,205,196,.3);padding-bottom:.6rem}.toc-nav{display:flex;flex-direction:column;gap:.4rem}.toc-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .4rem;margin-top:.8rem;background:transparent;border:none;border-bottom:1px solid rgba(78,205,196,.2);border-radius:0;color:#96ceb4;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;text-transform:uppercase;letter-spacing:.5px}.toc-header:hover{color:#4ecdc4;border-bottom-color:#4ecdc466}.toc-header:first-of-type{margin-top:0}.toc-header-text{flex:1}.toc-arrow{font-size:.7rem;transition:transform .2s ease;opacity:.6}.toc-link{display:block;padding:.6rem .8rem .6rem 1.2rem;color:#d0d0d0;text-decoration:none;border-radius:8px;transition:all .3s ease;font-size:.9rem;font-weight:500;border:1px solid transparent}.toc-link:hover{background:#4ecdc433;border-color:#4ecdc466;color:#4ecdc4;transform:translate(-5px)}.toc-link.expansion{color:#c49a84;border-color:#c49a844d;background:#c49a841a}.toc-link.expansion:hover{background:#c49a8433;border-color:#c49a8480;color:#d4a994}.expansion-icon{font-size:.7rem;color:#a08070;margin-left:.4rem;opacity:.7}.patch-sections{flex:0 1 1000px;max-width:1000px;min-width:0;order:1}.patch-section{background:#1a1a2e99;border:2px solid rgba(78,205,196,.3);border-radius:15px;padding:2rem;margin-bottom:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;scroll-margin-top:90px}.patch-section:hover{border-color:#4ecdc480;transform:translateY(-2px);box-shadow:0 8px 20px #4ecdc433}.patch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(78,205,196,.3)}.patch-header h2{font-size:2rem;color:#ebbdc6;margin:0;text-shadow:0 2px 10px rgba(78,205,196,.3)}.patch-date{font-size:1rem;color:#4ecdc4;font-weight:600;padding:.5rem 1rem;background:#4ecdc433;border-radius:20px;border:1px solid rgba(78,205,196,.4)}.patch-banner{width:100%;margin-bottom:1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000004d}.patch-banner img{width:100%;height:auto;display:block;object-fit:cover;max-height:400px}.patch-content h3{font-size:1.4rem;color:#96ceb4;margin-top:1.5rem;margin-bottom:.8rem}.patch-content ul{list-style:none;padding-left:0;margin-bottom:1rem}.patch-content li{position:relative;padding-left:1.8rem;margin-bottom:.8rem;color:#d0d0d0;line-height:1.6;font-size:1.05rem}.patch-content li:before{content:"→";position:absolute;left:0;color:#4ecdc4;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.patch-notes{padding:2rem 0}.patch-notes h1{font-size:2.5rem}.intro{font-size:1.1rem;margin-bottom:2rem}.patch-notes-layout{flex-direction:column}.toc{position:static;width:100%;margin-bottom:2rem}.toc-nav{display:flex;flex-direction:column;gap:.4rem}.toc-header{padding:.6rem .8rem;font-size:.9rem}.toc-link{padding:.4rem .5rem .4rem 1rem;font-size:.8rem;text-align:left}.toc-link:hover{transform:translate(0)}.expansion-icon{font-size:.6rem;margin-left:.2rem}.patch-section{padding:1.5rem}.patch-header{flex-direction:column;align-items:flex-start;gap:.8rem}.patch-header h2{font-size:1.8rem}.patch-content h3{font-size:1.2rem}.patch-content li{font-size:1rem}}@media (max-width: 480px){.patch-notes h1{font-size:2rem}.toc h3{font-size:1rem}.toc-link{font-size:.85rem;padding:.4rem .6rem}.patch-header h2{font-size:1.5rem}.patch-section{padding:1rem}.patch-content li{padding-left:1.5rem;font-size:.95rem}}.legal-page{padding:4rem 0;min-height:80vh}.legal-content{max-width:800px;margin:0 auto;background:#1a1a2ecc;padding:3rem;border-radius:15px;border:1px solid rgba(78,205,196,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-content h1{color:#ebbdc6;text-align:center;margin-bottom:.5rem;font-size:2.5rem}.last-updated{text-align:center;color:#888;font-style:italic;margin-bottom:3rem;font-size:.9rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#be2342;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(69,183,209,.3)}.legal-content h3{color:#ebbdc6;font-size:1.2rem;margin-bottom:.8rem;margin-top:1.5rem}.legal-content p{color:#e0e0e0;line-height:1.8;margin-bottom:1rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#b0b0b0;line-height:1.6;margin-bottom:.5rem}.legal-content li::marker{color:#ebbdc6}@media (max-width: 768px){.legal-page{padding:2rem 0}.legal-content{padding:2rem 1.5rem;margin:0 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.3rem}.legal-content h3{font-size:1.1rem}}*{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}}
