:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}@font-face{font-family:Orbitron;src:url(/assets/Orbitron-VariableFont_wght-B7vC4a4m.ttf) format("truetype");font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-VariableFont_wght-Dl9mdsaO.ttf) format("truetype");font-style:normal}html{font-size:10px}html,body,#app,.wrapper{width:100%;height:100%}body{font-family:Space Grotesk,PingFang SC,Helvetica Neue,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif}.orbitron-font{font-family:Orbitron,sans-serif}#app{background:#fff;margin:0 auto;padding-top:0;overflow-y:auto}a{text-decoration:none}.move-enter-active,.move-leave-active{transition:opacity .1s ease}.move-enter-from,.move-leave-to{opacity:0}::-webkit-scrollbar{width:10px;height:6px;background-color:#dbd5d5;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#a5a3a3;border-radius:10px}::-webkit-scrollbar-track{background-color:transparent}.ellipsis1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ellipsis2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ellipsis3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ellipsis4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.page{width:64rem;height:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}.page .title{width:100%;font-size:20px;font-weight:700;text-align:center;padding:3rem 0}.page .game{width:100%;padding:4rem 2rem;border-bottom:0px #eeeeee solid;background-color:#d2d2d2;border-radius:8px;margin:2rem 0;box-sizing:border-box}.page .game .game-title{font-size:2.8rem;font-weight:700;line-height:1.4;color:#000}.page .game .game-list{width:100%;padding:2rem 0}.page .game .game-list .game-item{width:100%;height:8rem;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#000;color:#fff;border-radius:4rem;margin-bottom:2rem;cursor:pointer}.page .game .game-list .game-item p{width:100%;text-align:center;font-size:2.4rem;font-weight:700;line-height:3rem}.page .game.border{border-bottom:1px #eeeeee solid}.page .living-game{width:100%;padding:4rem 2rem;border-bottom:0px #eeeeee solid}.page .living-game .living-game-title{font-size:2.8rem;font-weight:700;line-height:1.4;color:#000}.page .living-game .living-game-list{width:100%}.page .living-game .living-game-list .living-game-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px #eeeeee solid}.page .living-game .living-game-list .living-game-item .game-info .game-name{font-size:2.4rem;color:#000;font-weight:500}.page .living-game .living-game-list .living-game-item .game-info .game-desc{font-size:2rem;color:#555}.page .living-game .living-game-list .living-game-item .launch-info .launch-user-name{font-size:2.4rem;color:#555}.page .living-game .living-game-list .living-game-item .launch-info .launch-user-score{font-size:2.4rem;color:#d43327}.page .living-game .living-game-list .living-game-item .pk-btn{width:8rem;height:4rem;font-size:2.4rem;color:#fff;border-radius:2rem;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.page .one-to-one-game{background-color:#d2d2d2;border-radius:8px}.page .list-empty{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 0}.page .list-empty p{width:100%;height:3rem;line-height:3rem;font-size:2.2rem;color:#555;text-align:center}.page .list-empty img{width:30%}.page .more-btn{width:60%;height:6rem;border-radius:6rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;background-color:#000;margin:2rem auto}.page .params-text{width:100%;margin-top:4rem;font-size:2rem;color:#d43327;word-break:break-all}
