*{box-sizing:border-box;margin:0;padding:0}body{background-color:#161d26;width:100vw;height:100vh}.loading-screen{flex-direction:column;align-items:center;width:100vw;height:100vh;display:flex}.loading-logo{letter-spacing:.04em;font-size:22px;font-weight:700}.loading-orange{color:var(--orange)}.spinner{border:3px solid #ffffff1a;border-top-color:var(--orange);border-radius:50%;width:36px;height:36px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-root{background:var(--bg);flex-direction:column;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.header{width:70vw;margin-top:15vw;position:relative}.header img{object-fit:contain;width:100%}.terminal-dropdown{z-index:100;background:#1a1a2e;border:1px solid #ffffff26;border-radius:8px;min-width:160px;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #00000080}.terminal-dropdown__item{color:#fff;cursor:pointer;padding:10px 20px;font-size:4vw;transition:background .2s}.terminal-dropdown__item:hover{background:#ffffff1a}.terminal-dropdown__item--active{background:var(--orange,#f90);color:#000;font-weight:600}.terminal-dropdown__item--active:hover{background:var(--orange,#f90)}.header__connected{color:var(--orange);letter-spacing:-.01em;font-size:22px;font-weight:800}.header__worlds{color:var(--white);letter-spacing:-.01em;font-size:22px;font-weight:800}.current-area{justify-content:center;align-items:center;width:100%;margin-top:7vw;padding:12px 24px 8px;display:flex;position:relative}.current-row{flex-direction:row;justify-content:center;align-items:center;gap:8vw;width:100%;min-height:0;display:flex}.current-img-card{box-sizing:border-box;border:1vw solid #ff6200;border-radius:2vw;flex-shrink:0;justify-content:center;align-items:center;width:50vw;max-height:50vh;transition:width .7s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.current-img-card img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.current-img-card--full{width:59vw;max-height:90vw}.current-right{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1.5vh;transition:max-width .7s cubic-bezier(.4,0,.2,1),opacity .5s;display:flex;overflow:hidden}.current-right--visible{opacity:1;pointer-events:auto;max-width:27%}.current-right--hidden{opacity:0;pointer-events:none;max-width:0}.current-right__ads{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%}.current-qr-card{background:#fff;border:2vw solid #ff6200;border-radius:2vw;justify-content:center;align-items:center;width:100%;padding:1vw;display:flex;overflow:hidden}.current-qr-card img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.current-right__scan{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%}.current-placeholder{opacity:.3;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.current-placeholder .smile-icon{width:120px}.current-placeholder__text{color:#fff6;letter-spacing:.1em;font-size:16px}.carousel-wrapper{z-index:5;flex-shrink:0;width:90%;margin-top:20vw;padding:10px 0 20px;position:relative;overflow:hidden}.carousel-track{will-change:transform;backface-visibility:hidden;width:max-content;animation:scroll-left var(--scroll-duration,40s) linear infinite;gap:12px;display:flex;transform:translateZ(0)}.carousel-item{aspect-ratio:3/4;border:var(--border);border-radius:var(--thumb-r);background:#ffffff0a;flex:0 0 calc(25vw - 12px);overflow:hidden}.carousel-item img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}@keyframes scroll-left{0%{transform:translate(0)translateZ(0)}to{transform:translate(-25%)translateZ(0)}}
