.selection-card{min-height:120px;height:100%;background:hsla(0,0%,100%,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.07);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);padding:18px}.selection-card:hover{background:hsla(0,0%,100%,.13);border-color:hsla(0,0%,100%,.16);transform:translateY(-5px)}.selection-card:active{transform:scale(.96)}.selection-card .selection-card-icon{width:32px;height:32px;margin-bottom:12px;color:#fff;opacity:.9}.selection-card .selection-card-icon svg{width:100%;height:100%}.selection-card .selection-card-title{color:#fff;font-size:16px;font-weight:600;text-align:center;margin-bottom:4px;text-wrap:balance}.selection-card .selection-card-desc{color:hsla(0,0%,100%,.74);font-size:13px;font-weight:400;text-align:center;line-height:1.3;max-width:200px;text-wrap:balance}@media(max-width:1024px){.selection-gate-overlay .selection-gate-content{max-width:500px}.selection-gate-overlay .selection-gate-logo .gate-logo-img{max-width:120px}.selection-gate-overlay .selection-gate-logo .gate-slogan{font-size:18px}}@media(max-width:768px){.selection-gate-overlay .selection-gate-content{padding:16px 20px 96px;max-width:100%}.selection-gate-overlay .selection-gate-logo .gate-logo-img{max-width:80px;margin-bottom:16px}.selection-gate-overlay .selection-gate-logo .gate-slogan{font-size:16px;max-width:280px}.selection-gate-overlay .gate-loader-wrapper{width:110px;margin-top:40px}.selection-gate-overlay .selection-gate-grid{grid-template-columns:repeat(2,1fr);gap:12px}.selection-card{min-height:unset;aspect-ratio:1/1;padding:16px;border-radius:22px}.selection-card .selection-card-icon{width:30px;height:30px;margin-bottom:12px}.selection-card .selection-card-title{font-size:15px;min-height:2.3em}.selection-card .selection-card-desc{font-size:12px}.selection-gate-overlay .selection-gate-hint{padding:14px 20px;font-size:12px}}.selection-gate-loading-fallback{width:100%;height:100vh;background:var(--bg-base)}.selection-gate-overlay{position:fixed;top:0;left:0;width:100%;height:100svh;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;overflow-y:auto;-webkit-overflow-scrolling:touch}.selection-gate-overlay .gate-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.selection-gate-overlay .gate-video-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.48) 42%,rgba(0,0,0,.72)),rgba(0,0,0,.22)}.selection-gate-overlay .gate-video-bg .gate-video-el{width:100%;height:100%;object-fit:cover}.selection-gate-content{max-width:600px;padding:24px;justify-content:center;z-index:2;position:relative;min-height:min-content}.selection-gate-content,.selection-gate-intro{width:100%;display:flex;flex-direction:column;align-items:center}.selection-gate-intro{text-align:center;transition:transform 1s cubic-bezier(.23,1,.32,1)}.is-ready .selection-gate-intro{transform:translateY(-40px)}.selection-gate-logo{display:flex;flex-direction:column;align-items:center;width:100%}.selection-gate-logo .gate-logo-img{max-width:120px;height:auto;display:block;margin-bottom:24px;filter:invert(1)}.selection-gate-logo .gate-slogan{font-size:20px;font-weight:500;color:#fff;line-height:1.4;max-width:400px}.gate-loader-wrapper{width:160px;height:2px;background:hsla(0,0%,100%,.1);margin-top:32px;border-radius:2px;overflow:hidden}.gate-loader-wrapper .gate-loader-bar{width:0;height:100%;background:#fff;box-shadow:0 0 10px hsla(0,0%,100%,.5);transition:width .1s linear}.is-ready .gate-loader-wrapper{opacity:0;height:0;margin-top:0;transition:all .5s ease}.selection-gate-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;width:100%;opacity:0;visibility:hidden;pointer-events:none}.is-ready .selection-gate-grid{opacity:1;visibility:visible;pointer-events:auto}.selection-gate-hint{position:absolute;bottom:0;left:0;width:100%;padding:18px 24px;background:rgba(0,0,0,.32);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.72);font-size:13px;font-weight:500;line-height:1.35;text-align:center;z-index:10;text-wrap:balance}