.ag-game-gnb{--ag-gnb-side-width: 78px;display:grid;grid-template-columns:var(--ag-gnb-side-width) minmax(0,1fr) var(--ag-gnb-side-width);align-items:start;gap:7px;width:100%;min-height:54px;color:#1d2545;font-family:Arial,Noto Sans KR,Malgun Gothic,sans-serif}.ag-game-gnb__heading{min-width:0;text-align:center}.ag-game-gnb__eyebrow{margin:1px 0 6px;color:#6756e8;font-size:12px;font-weight:900;line-height:1.1;letter-spacing:.12em;white-space:nowrap}.ag-game-gnb__title{margin:0;overflow:hidden;color:#1d2545;font-size:clamp(20px,5vw,23px);font-weight:900;line-height:1.1;letter-spacing:-.06em;text-overflow:ellipsis;white-space:nowrap}.ag-game-gnb__button{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:var(--ag-gnb-side-width);height:30px;margin:0;padding:0 8px;border:1px solid #e2e4ee;border-radius:7px;color:#26283a;background:#fffffff0;box-shadow:0 2px 7px #47496812;font:800 11px/1 Arial,Noto Sans KR,Malgun Gothic,sans-serif;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.ag-game-gnb__button:hover{border-color:#c9c3f5;background:#faf9ff}.ag-game-gnb__button:active{transform:translateY(1px)}.ag-game-gnb__button:focus-visible{outline:3px solid rgba(103,86,232,.25);outline-offset:2px}.ag-game-gnb__icon{font-size:14px;font-weight:900;line-height:1}@media (max-width:380px){.ag-game-gnb{--ag-gnb-side-width: 68px;gap:5px}.ag-game-gnb__button{padding:0 6px;font-size:10px}.ag-game-gnb__eyebrow{font-size:10.8px;letter-spacing:.08em}}:root{--ink:#1d2545;--violet:#6756e8;--pink:#ff6c98;--mint:#41d8c2;--cream:#fff9eb}*{box-sizing:border-box}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}body{margin:0;min-height:100vh;font-family:Arial,Noto Sans KR,sans-serif;color:var(--ink);background:radial-gradient(circle at 15% 10%,#fff 0 9%,transparent 30%),linear-gradient(145deg,#eff5ff,#fff1d8)}button,a{font:inherit}.game-shell{width:min(100%,540px);min-height:100vh;margin:auto;padding:20px 16px 24px}.game-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.eyebrow{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--violet)}h1{display:flex;align-items:center;gap:6px;margin:0;font-size:25px;letter-spacing:-.06em}.title-mbic{width:31px;height:31px;object-fit:contain;flex:none}.timer{display:grid;min-width:64px;padding:7px 9px;border-radius:16px;text-align:center;color:#fff;background:var(--ink);box-shadow:0 5px #0d1331}.timer span{font-size:9px;font-weight:700;letter-spacing:.12em;color:#aebcf9}.timer strong{font-size:23px;line-height:1}.sport-tabs{display:flex;gap:7px;overflow:auto;padding:18px 0 12px;scrollbar-width:none}.sport-tabs::-webkit-scrollbar{display:none}.sport-tabs button{flex:none;padding:8px 11px;border:0;border-radius:99px;color:#626a84;font-size:13px;font-weight:700;background:#fff;cursor:pointer}.sport-tabs button.active{color:#fff;background:var(--violet)}.mission{padding:12px;border:2px solid #fff;border-radius:20px;background:#ffffffb8;box-shadow:0 8px 18px #4256951f}.mission p{margin:0 0 9px;font-size:13px;font-weight:700}#targetList{display:flex;gap:7px;margin:0;padding:0;overflow:auto;list-style:none}.target{display:flex;flex:0 0 78px;flex-direction:column;align-items:center;gap:3px;min-height:77px;padding:5px 3px;border-radius:12px;text-align:center;font-size:10px;font-weight:700;background:#f0f2fa}.target .icon{display:grid;width:48px;height:48px;place-items:center;overflow:hidden;font-size:32px;line-height:1}.target .icon img{width:100%;height:100%;object-fit:contain}.target.found{color:#687087;background:#e6e8ed;text-decoration:line-through}.target.found .icon{filter:grayscale(1);opacity:.6}.scene{position:relative;overflow:hidden;aspect-ratio:9/16;border:4px solid #fff;border-radius:25px;cursor:crosshair;background:#9bd9f2;box-shadow:0 16px 32px #2d408133;touch-action:pan-y;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.scene.has-background{background:#263b51}.scene .background-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:fill}.scene.has-background:before{display:none}.scene.has-background .target-dot:not(.found){opacity:0}.scene.has-background .target-dot{pointer-events:none}.scene.has-background .hit-area{z-index:4;touch-action:pan-y;width:calc(var(--item-size) * 1.9);height:calc(var(--item-size) * 1.9);pointer-events:auto}.scene.has-background .hit-area.found{opacity:1;border:3px solid #fff;border-radius:50%;background:#ffdf5c61;font-size:0;animation:pop .35s ease-out}.scene.has-background .hit-area.found:after{content:"✓";display:grid;width:100%;height:100%;place-items:center;color:#fff;font-size:19px;text-shadow:0 1px 3px #655}.scene.has-background .hit-area:focus-visible{opacity:1;outline:3px solid #fff;border-radius:50%}.mbic-object,.overlay-object{position:absolute;z-index:2;width:var(--item-size);height:var(--item-size);object-fit:contain;transform:translate(-50%,-50%);pointer-events:none;filter:drop-shadow(0 1px 1px rgba(25,35,80,.25))}.mbic-object.is-found,.overlay-object.is-found{opacity:.45}.scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 36%),linear-gradient(0deg,rgba(25,35,80,.16),transparent 42%);pointer-events:none}.venue{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:128px;background:linear-gradient(160deg,var(--sky),var(--field) 54%,var(--floor) 55%)}.venue:after{content:"";position:absolute;width:76%;height:16%;bottom:14%;border:4px solid rgba(255,255,255,.65);border-radius:50%;opacity:.7}.crowd{position:absolute;top:15%;left:-10%;width:120%;height:16%;background:repeating-radial-gradient(ellipse at 10px 10px,#32436f 0 4px,#ffce67 5px 8px,#f06d8e 9px 12px,transparent 13px 20px);transform:skewY(-5deg);opacity:.9}.target-dot{position:absolute;z-index:3;display:grid;width:38px;height:38px;place-items:center;transform:translate(-50%,-50%) rotate(-8deg);border:0;border-radius:50%;color:inherit;font-size:23px;background:transparent;cursor:pointer;filter:drop-shadow(0 1px 1px rgba(25,35,80,.35))}.target-dot:focus-visible{outline:3px solid #fff;background:#ffffff4d}.target-dot.found{pointer-events:none;border:3px solid #fff;background:#ffdf5c61;font-size:0;animation:pop .35s ease-out}.target-dot.found:after{content:"✓";display:grid;height:100%;place-items:center;color:#fff;font-weight:700;font-size:19px;text-shadow:0 1px 3px #655}.feedback{position:absolute;left:50%;top:50%;z-index:5;margin:0;transform:translate(-50%,-50%);color:#fff;font-weight:900;font-size:18px;text-shadow:0 2px 5px #18234f;pointer-events:none}.feedback.show{animation:toast .75s ease forwards}.scene.shake{animation:shake .28s linear}.hint{margin:0 0 8px;text-align:center;color:#68708d;font-size:13px;font-weight:700;line-height:23px}dialog{width:min(86vw,360px);border:0;border-radius:28px;padding:29px 22px 22px;text-align:center;color:var(--ink);box-shadow:0 24px 60px #14193e59}dialog::backdrop{background:#1a1e3e94}dialog h2{margin:4px 0 10px;font-size:27px;letter-spacing:-.07em}dialog p:not(.eyebrow){color:#68708d}.trophy{font-size:50px}.cta,dialog button{display:block;width:100%;padding:14px;border:0;border-radius:14px;font-weight:800;text-decoration:none;cursor:pointer}.cta{margin:18px 0 9px;color:#fff;background:var(--violet)}dialog button{color:var(--ink);background:#edf0f8}@keyframes pop{0%{transform:translate(-50%,-50%) scale(.2)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes toast{0%{opacity:0;transform:translate(-50%,-20%)}20%,80%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-90%)}}@keyframes shake{25%,75%{transform:translate(5px)}50%{transform:translate(-5px)}}.game-shell>.ag-game-gnb{margin-bottom:8px}.game-header h2{display:flex;align-items:center;gap:6px;margin:0;color:var(--ink);font-size:21px;letter-spacing:-.05em}.game-header .title-mbic{width:28px;height:28px;object-fit:contain;flex:none}.game-shell>.ag-game-gnb .ag-game-gnb__title{display:block;margin:0;text-align:center}.game-header{position:relative;align-items:center;justify-content:center;min-height:52px;padding-right:76px;padding-left:76px}.game-header>div:first-child{min-width:0}.game-header h2{justify-content:center;text-align:center}.game-header .timer{position:absolute;top:0;right:0}@media (max-width:380px){.game-header{padding-right:68px;padding-left:68px}.game-header h2{font-size:19px}}.game-hud{position:sticky;top:0;z-index:10;margin:0 -6px;padding:8px 6px 10px;background:linear-gradient(180deg,#f4f7ff,#f4f7fff7 88%,#f4f7ff00);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-hud .sport-tabs{padding-top:10px}.game-hud .mission{position:relative}#targetList.can-scroll{-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 30px),transparent 100%);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 30px),transparent 100%)}.scene-wrap{position:relative;margin-top:16px}.scene-scroll{max-height:min(68vh,650px);overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:#bdb4ec transparent;border-radius:25px;scroll-behavior:smooth;touch-action:pan-y;-webkit-overflow-scrolling:touch}.scene-scroll::-webkit-scrollbar{width:5px}.scene-scroll::-webkit-scrollbar-thumb{border-radius:99px;background:#bdb4ec}.scene{width:100%;min-height:auto}.scene.loading:after{content:"이미지 불러오는 중…";position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800;background:#1d254561}.scene.is-locked{cursor:default}.scene.is-locked .hit-area{pointer-events:none!important}dialog button+button{margin-top:8px}dialog .primary-dialog-button{color:#fff;background:var(--violet)}#nextSportButton,#timeUpNextButton{color:#5c50c9;background:#f0edff}#timeUpSummary{font-weight:800;color:var(--ink)}@media (max-width:540px){.game-shell{padding-top:12px}.game-shell>.ag-game-gnb{margin-bottom:2px}.game-hud{top:0}.scene-wrap{margin-top:8px}.scene-scroll{max-height:calc(100dvh - 336px);min-height:299px}.hint{margin:0 0 8px;font-size:12px}}@media (max-height:680px) and (max-width:540px){.game-hud .sport-tabs{padding:6px 0}.mission{padding:8px 10px}.mission p{margin-bottom:6px}.target{min-height:63px;flex-basis:68px}.target .icon{width:38px;height:38px}.scene-scroll{max-height:calc(100dvh - 301px);min-height:249px}}.game-shell>.ag-game-gnb{min-height:68px;margin-bottom:6px}.game-shell>.ag-game-gnb .ag-slogan-bi{width:62px;height:40px;margin-bottom:0}.game-shell>.ag-game-gnb .ag-game-gnb__title{margin-top:-2px}@media (max-width: 380px){.game-shell>.ag-game-gnb{min-height:65px;margin-bottom:4px}.game-shell>.ag-game-gnb .ag-slogan-bi{width:58px;height:38px}}body.ag-game-page{background:linear-gradient(145deg,#eff5ff,#f7f4ff 48%,#fff1d8)}.game-shell{position:relative;background:transparent}.game-shell>.ag-game-gnb{min-height:68px}.game-shell>.ag-game-gnb .ag-game-gnb__title{display:flex;align-items:center;justify-content:center;gap:5px;overflow:visible}.gnb-title-mbic{width:28px;height:28px;flex:0 0 auto;object-fit:contain}.header-timer{position:absolute;z-index:12;top:57px;right:16px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (max-width: 380px){.gnb-title-mbic{width:25px;height:25px}.header-timer{top:54px;right:12px}}.game-hud{padding-top:10px}.game-hud .sport-tabs{padding-top:0}@media (max-width: 380px){.game-hud{padding-top:10px}}@media (max-width: 540px){.hint{width:calc(100% - 84px);margin:0 auto 8px 0;text-align:center}}@media (max-width: 380px){.hint{width:calc(100% - 76px);font-size:11px;line-height:18px}}.ag-slogan-bi{display:inline-flex;align-items:center;justify-content:center;width:78px;height:50px;flex:0 0 auto;margin:0 auto 3px;line-height:1}.ag-slogan-bi img{display:block;width:100%;height:100%;object-fit:contain}.ag-slogan-bi--compact{width:72px;height:47px;margin-bottom:0}.ag-game-gnb__heading .ag-slogan-bi,.top-nav-heading .ag-slogan-bi{margin-inline:auto}@media (max-width: 390px){.ag-slogan-bi{width:72px;height:47px}}.ag-has-ad{min-height:100%;height:auto;overflow-x:hidden!important;overflow-y:visible!important}.ag-ad-slot{position:relative;z-index:2;display:flex;flex:0 0 auto;width:100%;min-height:110px;align-items:center;justify-content:center;overflow:hidden;padding:10px 0;background:#fff}.ag-ad-slot__label{margin-right:8px;color:#a1a5b5;font:500 9px/1 Arial,sans-serif;letter-spacing:.08em;writing-mode:vertical-rl}.ag-ad-slot__unit{display:none;flex:0 0 auto;overflow:hidden;background:#f7f7f9}.ag-ad-slot__unit--pc{width:728px;min-width:728px;height:90px;min-height:90px}.ag-main-page .ag-ad-slot{margin-top:10px}.ag-game-copyright{position:relative;z-index:2;flex:0 0 auto;width:100%;margin:0;padding:12px 16px;color:#777c8d;background:#fff;font:600 11px/1.45 Arial,Noto Sans KR,Malgun Gothic,sans-serif;text-align:center;white-space:normal}@media (min-width: 768px){.ag-ad-slot__unit--pc{display:block}.ag-game-page{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.ag-game-page>:not(.ag-ad-slot){flex:0 0 auto}}@media (max-width: 767px){.ag-game-page{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))!important}.ag-game-page .ag-ad-slot{position:fixed;z-index:12;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform;right:0;bottom:0;left:0;min-height:calc(70px + env(safe-area-inset-bottom,0px));padding:10px 0 max(10px,env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px #1a1e3d1f;opacity:0;visibility:hidden;pointer-events:none}.ag-game-page.ag-ad-filled>.ag-ad-slot{position:fixed!important;top:auto!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto}.ag-game-page.ag-ad-filled>.ag-ad-slot .ag-ad-slot__unit--mo,.ag-game-page.ag-ad-filled>.ag-ad-slot #div-gpt-ad-1788402293227-0,.ag-game-page.ag-ad-filled>.ag-ad-slot #div-gpt-ad-1788402293227-0>div,.ag-game-page.ag-ad-filled>.ag-ad-slot #div-gpt-ad-1788402293227-0 iframe{display:block!important;visibility:visible!important;opacity:1!important}.ag-main-page .ag-ad-slot{min-height:70px;padding:10px 0}.ag-game-copyright{padding:10px 12px 12px;font-size:10px}.ag-ad-slot__label{display:none}.ag-ad-slot__unit--mo{display:block;width:320px;min-width:320px;height:50px;min-height:50px}.ag-game-page.ag-ad-suspended,.ag-game-page.ag-ad-empty{padding-bottom:0!important}.ag-game-page.ag-ad-suspended .ag-ad-slot{display:none!important}}@media (max-width: 339px){.ag-ad-slot{justify-content:flex-start;overflow-x:auto}}.ag-game-page{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.ag-game-page>.phone,.ag-game-page>.app-container,.ag-game-page>.game-shell,.ag-game-page>.app-shell,.ag-game-page>#app,.ag-game-page>.single-game-page{flex:0 0 auto;margin-top:0!important}.ag-game-page>.phone .ag-game-gnb--overlay{top:max(12px,env(safe-area-inset-top))!important}.ag-game-page>.app-container>.game-header,.ag-game-page>.app-shell>.game-header,.ag-game-page>#app>header{padding-top:max(12px,env(safe-area-inset-top))!important}.ag-game-page>.game-shell{padding-top:max(12px,env(safe-area-inset-top))!important}.ag-game-page>.single-game-page{place-items:start center!important;padding-top:0!important}.ag-game-page>.single-game-page>.play-device{padding-top:max(8px,calc(env(safe-area-inset-top) - 4px))!important}.ag-game-page .ag-game-gnb,.ag-game-page .device-title-row{min-height:68px!important}.ag-game-page .ag-game-gnb .ag-slogan-bi,.ag-game-page .device-title-row .ag-slogan-bi{width:62px!important;height:40px!important;margin-bottom:0!important}.ag-game-page .ag-game-gnb .ag-game-gnb__title,.ag-game-page .device-title-row h1{margin-top:-2px!important}.ag-game-page .device-title-row{grid-template-columns:78px minmax(0,1fr) 78px!important;gap:7px!important;padding-right:0!important;padding-left:0!important}.ag-game-page .top-nav-button{width:78px!important;min-width:78px!important;height:30px!important}@media (max-width: 380px){.ag-game-page .ag-game-gnb,.ag-game-page .device-title-row{min-height:65px!important}.ag-game-page .ag-game-gnb .ag-slogan-bi,.ag-game-page .device-title-row .ag-slogan-bi{width:58px!important;height:38px!important}.ag-game-page .device-title-row{grid-template-columns:68px minmax(0,1fr) 68px!important;gap:5px!important}.ag-game-page .top-nav-button{width:68px!important;min-width:68px!important;padding-right:6px!important;padding-left:6px!important;font-size:10px!important}}@media (max-width: 767px){.ag-game-page .ag-ad-slot{z-index:9999}}@media (max-width: 767px){html{height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;touch-action:pan-y}body.ag-game-page{height:auto!important;min-height:100%;padding-bottom:0!important;overflow-y:visible!important;touch-action:pan-y!important}body.ag-game-page>.phone,body.ag-game-page>.app-container,body.ag-game-page>.game-shell,body.ag-game-page>.app-shell,body.ag-game-page>#app,body.ag-game-page>.single-game-page{flex:0 0 auto!important}body.ag-game-page>.phone,body.ag-game-page>.app-container canvas,body.ag-game-page>.app-container .game-viewport{touch-action:none}body.ag-has-ad>.ag-ad-slot{position:absolute!important;top:auto!important;right:0!important;bottom:auto!important;left:0!important;display:flex!important;min-height:calc(70px + env(safe-area-inset-bottom,0px));margin:0;padding:10px 0 max(10px,env(safe-area-inset-bottom,0px));transform:none;box-shadow:none;opacity:0!important;visibility:hidden!important;pointer-events:none}body.ag-has-ad.ag-ad-filled>.ag-ad-slot{position:relative!important;display:flex!important;height:auto;opacity:1!important;visibility:visible!important;pointer-events:auto}body.ag-has-ad.ag-ad-empty>.ag-ad-slot,body.ag-game-page.ag-ad-suspended>.ag-ad-slot{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}}.ag-game-page>#root{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}.ag-game-page>#root>.phone,.ag-game-page>#root>.app-container,.ag-game-page>#root>.game-shell,.ag-game-page>#root>.app-shell,.ag-game-page>#root>#app,.ag-game-page>#root>.single-game-page{flex:0 0 auto;margin-top:0!important}.ag-game-page>#root>.single-game-page{place-items:start center!important;padding-top:0!important}.ag-game-page>#root>.single-game-page>.play-device{padding-top:max(8px,calc(env(safe-area-inset-top) - 4px))!important}@media (max-width: 767px){body.ag-game-page>#root>.phone,body.ag-game-page>#root>.app-container,body.ag-game-page>#root>.game-shell,body.ag-game-page>#root>.app-shell,body.ag-game-page>#root>#app,body.ag-game-page>#root>.single-game-page{flex:0 0 auto!important}.ag-game-page.ag-ad-filled>#root>.ag-ad-slot{position:fixed!important;top:auto!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto}body.ag-has-ad>#root>.ag-ad-slot{position:absolute!important;top:auto!important;right:0!important;bottom:auto!important;left:0!important;display:flex!important;min-height:calc(70px + env(safe-area-inset-bottom,0px));margin:0;padding:10px 0 max(10px,env(safe-area-inset-bottom,0px));transform:none;box-shadow:none;opacity:0!important;visibility:hidden!important;pointer-events:none}body.ag-has-ad.ag-ad-filled>#root>.ag-ad-slot{position:relative!important;display:flex!important;height:auto;opacity:1!important;visibility:visible!important;pointer-events:auto}body.ag-has-ad.ag-ad-empty>#root>.ag-ad-slot,body.ag-game-page.ag-ad-suspended>#root>.ag-ad-slot{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}}
