@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans KR',sans-serif;color:#242638;background:#f7f8fc;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #5660ed;outline-offset:5px}[hidden]{display:none!important}.header{max-width:1120px;margin:auto;padding:30px 40px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-size:23px;font-weight:900;letter-spacing:-1px}.brand-symbol{display:grid;place-items:center;background:#4c56ed;color:white;width:40px;height:40px;border-radius:13px;font:bold 33px Georgia;letter-spacing:-4px;padding-right:4px}.beta{font-size:10px;background:#e8eaff;color:#525cdc;padding:4px 6px;border-radius:5px;letter-spacing:1px;margin-left:2px}.private{display:flex;gap:7px;align-items:center;color:#6b7185;font-size:13px}.main{max-width:1040px;margin:55px auto 80px;padding:0 40px}.eyebrow{font-size:12px;letter-spacing:2.6px;font-weight:800;color:#626adc}h1{font-size:42px;line-height:1.4;letter-spacing:-2px;margin:13px 0 10px;font-weight:900}h1 span{color:#5860ec}.intro p{color:#767d91;margin:0;font-size:16px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:49px 0 18px}.section-heading h2{font-size:19px;letter-spacing:-.5px;margin:0}.section-heading h2 span{margin-left:6px;color:#5660ed;font-size:16px}.section-heading>span{color:#868b9b;font-size:13px}.games{display:grid;gap:16px}.game-card{display:grid;grid-template-columns:164px 1fr auto;align-items:center;gap:26px;padding:20px;background:white;border:1px solid #e7e9f1;border-radius:23px;transition:transform .2s,box-shadow .2s}.game-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #303b7610}.art{height:152px;border-radius:16px;display:grid;place-items:center;overflow:hidden;background:#eef0ff}.sudoku-icon{display:grid;grid-template-columns:repeat(3,29px);gap:4px;transform:rotate(-7deg);background:#fff;padding:8px;border-radius:12px;box-shadow:7px 9px 0 #d0d4ff}.sudoku-icon span{height:29px;display:grid;place-items:center;background:#edf0ff;color:#626ce4;border-radius:4px;font-size:17px;font-weight:800}.sudoku-icon span:nth-child(2n){background:#6670eb;color:#fff}.pang .art{background:#fff0f4}.art img{width:119px;height:119px;object-fit:contain;transform:rotate(9deg);filter:drop-shadow(0 8px 0 #f5d2dd)}.game-kicker{display:flex;gap:8px;align-items:center;font-size:12px;color:#8b90a0}.game-kicker span:first-child{color:#5f68d5;font-weight:700}.pang .game-kicker span:first-child{color:#cd648a}.game-card h3{font-size:25px;letter-spacing:-.8px;margin:7px 0}.game-card p{font-size:14px;color:#747b8f;margin:0;line-height:1.8}.game-bottom{display:flex;gap:8px;align-items:center;margin-top:16px;font-size:12px;color:#8990a0}.development{background:#f3f4f8;color:#757c8c;padding:3px 7px;border-radius:5px}.play{background:#4c56ed;color:#fff;padding:13px 22px;border-radius:12px;font-size:14px;font-weight:700;display:flex;gap:18px;align-items:center;margin-right:6px}.play span{font-size:11px}.note{display:flex;align-items:center;gap:18px;padding:25px 0;margin-top:28px;border-top:1px dashed #dcdfe9}.note-symbol{color:#7b83c7;font-size:35px}.note strong{font-size:14px;font-weight:600;color:#61697e}.note p{font-size:13px;color:#8a90a0;margin:5px 0 0}.note-tag{margin-left:auto;color:#a0a6b7;font-size:10px;letter-spacing:1.7px;white-space:nowrap}footer{max-width:1040px;margin:auto;padding:24px 40px;border-top:1px solid #e5e8f0;display:flex;justify-content:space-between;color:#949aaa;font-size:12px}footer>span:first-child{font-weight:700;color:#6c7385}footer b{font-weight:400;margin-left:10px;color:#969baa}footer i{font-style:normal;margin:0 8px}#player{height:100dvh;display:flex;flex-direction:column;background:white}.player-header{min-height:62px;padding:10px 18px;padding-top:max(10px,env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e4e6f0}.player-header button{border:0;background:#f2f3f9;border-radius:9px;padding:9px 12px;color:#454d69;font-size:14px}.player-header>div{display:flex;align-items:center;gap:8px}.player-header strong{font-size:15px}.player-header>div span{font-size:12px;color:#8a90a0}#frame-wrap{position:relative;flex:1;min-height:0}iframe{width:100%;height:100%;border:0;display:block}#loading{position:absolute;inset:40% 0 auto;text-align:center;color:#707992;pointer-events:none}#load-help{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:#252b40;color:white;padding:12px 16px;border-radius:12px;font-size:13px;max-width:94vw;width:max-content;box-shadow:0 3px 20px #0002}#load-help button{border:0;background:none;color:#bfc5ff;text-decoration:underline}#load-help a{margin-left:6px}
@media(max-width:640px){.header{padding:22px 22px}.brand{font-size:21px}.brand-symbol{width:36px;height:36px;font-size:29px}.private{font-size:12px}.main{margin:35px auto 25px;padding:0 22px}h1{font-size:30px;letter-spacing:-1.5px}.intro p{font-size:14px}.eyebrow{font-size:11px}.section-heading{margin-top:35px}.section-heading>span{display:none}.game-card{grid-template-columns:96px 1fr;gap:16px;padding:16px;border-radius:20px}.art{height:108px;border-radius:13px}.sudoku-icon{grid-template-columns:repeat(3,21px);gap:3px;padding:6px;border-radius:9px}.sudoku-icon span{height:21px;font-size:13px}.art img{width:88px;height:88px}.game-card h3{font-size:22px;margin:5px 0}.game-card p{font-size:13px;line-height:1.65;word-break:keep-all}.game-kicker{font-size:11px;gap:5px}.game-bottom{font-size:11px;gap:5px;margin-top:9px}.play{grid-column:1/-1;justify-content:center;padding:12px;margin:0;border-radius:10px;font-size:14px;gap:12px}.note{gap:12px;margin-top:25px;padding:22px 0}.note p{font-size:12px;line-height:1.7;word-break:keep-all}.note-tag{display:none}footer{margin:0 22px;padding:21px 0;gap:10px;flex-direction:column;font-size:11px}.player-header{padding-left:10px;padding-right:10px}.player-header>div{gap:5px}.player-header>div span{font-size:10px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}@media(max-width:350px){.private{font-size:0}.game-card{grid-template-columns:82px 1fr;gap:12px}.game-kicker{flex-wrap:wrap}.game-bottom{flex-wrap:wrap}h1{font-size:27px}}
