*{box-sizing:border-box;margin:0;padding:0}:root{--red:#E63329;--red-d:#C42B22;--red-dd:#9E2018;--bg:#ECE6D7;--ink:#15171A;--panel:#FFFFFF;--line:#E4E0D3;--muted:#7C786C;--correct:#5AAE5A;--correct-d:#479147;--partial:#E8812E;--partial-d:#C4651A;--miss:#C42B22;--miss-d:#9E2018;--gold:#F6C944;--shadow:4px 4px 0 var(--ink);--shadow-sm:3px 3px 0 var(--ink);--reddark:var(--red-d);--yellow:var(--gold);--border:#c0b89a;--wrong:var(--miss)}body{font-family:Pretendard,Noto Sans KR,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}.px{font-family:Galmuri11,"Press Start 2P",monospace;letter-spacing:.02em}.px9{font-family:Galmuri9,Galmuri11,monospace}.app{min-height:100vh;display:flex;flex-direction:column}header{background:var(--red);border-bottom:3px solid var(--ink);position:relative}.header-top{display:flex;align-items:center;justify-content:space-between;padding:0 22px;height:64px;max-width:1180px;margin:0 auto}.logo{display:flex;align-items:center;gap:10px}.logo-tiles{display:flex;gap:3px}.lt{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid var(--ink);border-radius:3px;font-family:Galmuri11,"Press Start 2P",monospace}.lt.red{background:#fff;color:var(--red)}.lt.wht{background:var(--ink);color:#fff}.logo-ball{margin-left:10px;display:flex;align-items:center}.pokeball{width:30px;height:30px;border:3px solid #000;border-radius:50%;overflow:hidden;position:relative;box-shadow:2px 2px #000}.pokeball-top{height:50%;background:#c00}.pokeball-bot{height:50%;background:#fff}.pokeball-mid{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);height:5px;background:#000;display:flex;align-items:center;justify-content:center}.pokeball-btn{width:8px;height:8px;border-radius:50%;background:#fff;border:2px solid #000}.nav{display:flex;align-items:center;gap:8px}.nav-divider{width:1px;height:22px;background:#ffffff4d;margin:0 4px}.nav-btn{background:var(--red-d);color:#fff;border:2px solid var(--ink);border-radius:7px;font-family:Galmuri11,"Press Start 2P",monospace;font-size:13px;padding:7px 14px;cursor:pointer;box-shadow:2px 2px 0 var(--ink);transition:background .1s;white-space:nowrap}.nav-btn:hover{background:var(--red-dd)}.nav-btn.on{background:var(--gold);color:var(--ink);border-color:var(--ink)}.nav-social-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:7px;border:2px solid rgba(255,255,255,.6);color:#fff;opacity:.85;transition:opacity .15s,background .15s}.nav-social-btn:hover{opacity:1;background:#ffffff26}.lang-btn{background:transparent;border:2px solid rgba(255,255,255,.6);border-radius:7px;font-family:Galmuri11,monospace;font-size:13px;color:#fff;display:flex;align-items:center;gap:6px;padding:7px 12px;cursor:pointer}.lang-btn:hover{background:#ffffff26}.login-btn{background:#fff;color:var(--red);border:2px solid white;border-radius:7px;font-family:Galmuri11,monospace;font-size:13px}.login-btn:hover{background:#f5f5f5}.lang-wrap{position:relative}.lang-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:2.5px solid var(--ink);box-shadow:var(--shadow);border-radius:10px;min-width:120px;z-index:300;display:flex;flex-direction:column;overflow:hidden}.lang-option{background:#fff;color:var(--ink);border:none;border-bottom:1.5px solid var(--line);font-family:Galmuri11,monospace;font-size:13px;padding:12px 16px;cursor:pointer;text-align:left;transition:background .1s}.lang-option:last-child{border-bottom:none}.lang-option:hover{background:#fff0f0}.lang-option.active{background:var(--red);color:#fff}.game-tabs{display:flex;background:var(--red-d);border-bottom:3px solid var(--ink);max-width:100%}.game-tabs .tab-inner{max-width:1180px;margin:0 auto;width:100%;display:flex;padding:0 22px}.game-tab-btn{font-family:Galmuri11,"Press Start 2P",monospace;font-size:14px;padding:12px 22px;background:transparent;color:#ffffffa6;border:none;border-bottom:4px solid transparent;cursor:pointer;transition:color .1s,border-color .1s;white-space:nowrap;display:flex;align-items:center;gap:7px}.game-tab-btn:hover{color:#fff}.game-tab-btn.on{color:#fff;border-bottom-color:var(--gold)}.header-yellow-bar{height:4px;background:var(--gold)}main{flex:1;max-width:1180px;margin:0 auto;width:100%;padding:26px 22px 60px}.panel{background:var(--panel);border:2.5px solid var(--ink);border-radius:14px;box-shadow:var(--shadow)}.statusbar{display:flex;align-items:center;gap:14px;padding:14px 20px;margin-bottom:18px}.statusbar-title{font-family:Galmuri11,monospace;font-size:16px;font-weight:700}.statusbar-title .star{color:var(--gold)}.statusbar .spacer{flex:1}.chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--muted)}.chip b{font-family:Galmuri11,monospace;color:var(--red);font-size:15px}.chip .dot{width:9px;height:9px;border-radius:50%;background:var(--red);flex-shrink:0}.inputrow{display:flex;gap:10px;margin-bottom:14px;align-items:stretch}.inputrow .search-wrap{flex:1;margin-bottom:0}.inputrow #inp{width:100%;font-family:Galmuri11,monospace;font-size:15px;padding:15px 18px;border:2.5px solid var(--ink);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);outline:none;height:100%}.inputrow #inp::placeholder{color:#b6b2a6;font-family:Pretendard,sans-serif}.inputrow #inp:focus{border-color:var(--red)}.inputrow #inp:disabled{opacity:.45;cursor:not-allowed}.btn{font-family:Galmuri11,monospace;font-size:13px;display:inline-flex;align-items:center;gap:7px;padding:0 18px;min-height:52px;border:2.5px solid var(--ink);border-radius:12px;cursor:pointer;box-shadow:var(--shadow-sm);white-space:nowrap;transition:transform .1s,box-shadow .1s}.btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--ink)}.btn:active{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.btn.go{background:var(--correct);color:#fff}.btn.ghost{background:#fff;color:var(--ink)}.btn.ghost.active{background:var(--gold);border-color:var(--ink)}.grid-card{overflow:hidden;margin-bottom:0}.ghead,.grow{display:grid;grid-template-columns:1.7fr .85fr 1.05fr 1.05fr 1fr .9fr .9fr}.ghead{background:var(--ink);position:sticky;top:0;z-index:2}.ghead div{font-family:Galmuri11,monospace;font-size:12.5px;color:#fff;text-align:center;padding:12px 6px;letter-spacing:.02em}.ghead div:first-child{text-align:left;padding-left:18px}.grow{border-top:2px solid var(--ink)}.grow:first-child{border-top:0}.cell{padding:10px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;border-left:2px solid rgba(21,23,26,.1);min-height:64px}.cell:first-child{border-left:0}.cell-val{font-family:Galmuri11,monospace;font-size:14px;font-weight:700;display:flex;align-items:center;gap:4px}.cell .arrow{font-size:15px;line-height:1}.cell.correct{background:var(--correct);color:#fff}.cell.partial{background:var(--partial);color:#fff}.cell.miss{background:var(--miss);color:#fff}.cell.mon{flex-direction:row;justify-content:flex-start;gap:10px;padding-left:16px;background:#fff;color:var(--ink)}.cell.mon .sprite{width:42px;height:42px;flex:0 0 42px;image-rendering:pixelated;display:flex;align-items:center;justify-content:center;background:#f2efe6;border:2px solid var(--ink);border-radius:8px;overflow:hidden}.cell.mon .sprite img{width:42px;height:42px;image-rendering:pixelated}.cell.mon .nm{font-family:Galmuri11,monospace;font-size:14px;font-weight:700;text-align:left;line-height:1.4}.cell.mon.win{background:#eafaea}.tchip{font-family:Galmuri11,monospace;font-size:12px;padding:3px 9px;border-radius:6px;border:2px solid rgba(0,0,0,.2);line-height:1.4;white-space:nowrap}.cell-none{font-family:Galmuri11,monospace;font-size:12px;opacity:.55}.clearwrap{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;align-items:start}.leftcol,.rightcol{display:flex;flex-direction:column;gap:18px}.reveal{padding:24px 24px 20px;text-align:center}.reveal .spritebig{width:104px;height:104px;margin:0 auto 14px;image-rendering:pixelated;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f2efe6;border:2.5px solid var(--ink);border-radius:14px}.reveal .spritebig img{width:104px;height:104px;image-rendering:pixelated}.reveal h2{font-family:Galmuri11,monospace;font-size:22px;margin-bottom:6px;line-height:1.5}.reveal h2 .star{color:var(--gold)}.reveal .sub{font-size:14px;color:var(--muted);font-weight:600}.reveal .sub b{color:var(--ink)}.reveal .pills{display:flex;gap:10px;justify-content:center;margin-top:16px;flex-wrap:wrap}.pill{font-family:Galmuri11,monospace;font-size:12px;padding:8px 14px;border:2px solid var(--ink);border-radius:9px;background:#fff;display:flex;align-items:center;gap:7px;box-shadow:2px 2px 0 var(--ink)}.pill .k{color:var(--muted);font-family:Pretendard,sans-serif;font-size:12px}.pill .vv{color:var(--red)}.pill.shiny{background:#fff7e0}.reveal.win-reveal{border-color:var(--correct)!important;box-shadow:4px 4px 0 var(--correct-d)!important}.reveal.fail-reveal{border-color:var(--miss)!important;box-shadow:4px 4px 0 var(--miss-d)!important}.rank-panel{overflow:hidden}.rank-panel .rhead{display:flex;align-items:center;gap:10px;padding:15px 20px;border-bottom:2.5px solid var(--ink);background:#faf8f1}.rank-panel .rhead .rt{font-family:Galmuri11,monospace;font-size:15px}.rank-panel .rhead .rstat{margin-left:auto;font-size:12px;color:var(--muted);font-weight:600}.rank-panel .rhead .rstat b{font-family:Galmuri11,monospace;color:var(--ink);font-size:14px}.ritem{display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1.5px solid var(--line)}.ritem:first-child{border-top:0}.ritem .pos{width:30px;text-align:center;font-family:Galmuri11,monospace;font-size:15px;color:var(--muted);flex:0 0 auto}.ritem .medal{font-size:20px;width:30px;text-align:center;flex:0 0 auto}.ritem .rank-avatar-wrap{flex:0 0 auto}.ritem .who{display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:600;flex:1;overflow:hidden}.ritem .nofilter{font-size:11px;color:var(--correct-d);font-weight:700}.ritem .tries{display:flex;align-items:center;gap:12px;flex-shrink:0;font-family:Galmuri11,monospace;font-size:15px}.ritem .tries small{font-family:Pretendard,sans-serif;font-size:11px;color:var(--muted)}.ritem.me{background:#fff7e0}.rank-loading{padding:20px;text-align:center;color:var(--muted);font-size:13px}.rank-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border-top:1.5px solid var(--line)}.rank-page-btn{font-family:Galmuri11,monospace;font-size:13px;background:#fff;border:2px solid var(--ink);border-radius:6px;padding:5px 12px;cursor:pointer;transition:background .1s}.rank-page-btn:hover:not(:disabled){background:var(--bg)}.rank-page-btn:disabled{opacity:.3;cursor:default}.rank-page-info{font-family:Galmuri11,monospace;font-size:13px;color:var(--muted);min-width:48px;text-align:center}.new-legend{display:flex;gap:16px;flex-wrap:wrap;padding:13px 20px;align-items:center}.new-legend .lg-lab{font-family:Galmuri11,monospace;font-size:12px;color:var(--muted);margin-right:4px}.new-legend .lg{display:flex;align-items:center;gap:7px;font-size:13px;color:#4a4d51;font-weight:600}.new-legend .sw{width:16px;height:16px;border-radius:4px;border:2px solid var(--ink);flex-shrink:0}.info-section{display:flex;flex-direction:column;gap:14px;margin-top:40px}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.info-card{padding:20px 18px;text-align:center}.info-icon{font-size:28px;margin-bottom:10px}.info-title{font-size:13px;color:var(--red);margin-bottom:8px;line-height:1.6}.info-desc{font-size:13px;color:var(--muted);font-weight:600;line-height:1.8}.shiny-info{padding:16px 22px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.shiny-info-title{font-size:13px;color:var(--partial);flex-shrink:0}.shiny-info-rows{display:flex;gap:18px;flex-wrap:wrap}.shiny-info-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);font-weight:600}.shiny-pct{font-family:Galmuri11,monospace;font-size:13px;color:#fff;padding:3px 10px;border-radius:6px;font-weight:700}@media (max-width:640px){.info-cards{grid-template-columns:1fr}}.hero{background:#fff;border:3px solid #222;box-shadow:5px 5px #222;padding:20px 48px;text-align:center;margin-bottom:20px;position:relative;overflow:hidden}.hero:before{content:"★";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--yellow);font-size:22px;text-shadow:1px 1px 0 #000}.hero:after{content:"★";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--yellow);font-size:22px;text-shadow:1px 1px 0 #000}.hero-t{font-family:Galmuri11,"Press Start 2P",monospace;font-size:18px;font-weight:900;margin-bottom:6px;line-height:1.6;color:var(--ink);letter-spacing:.02em}.hero-s{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:15px;font-weight:700;color:var(--muted);line-height:1.6}.hero-s strong{color:var(--red)}.challenge-meta{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:10px;flex-wrap:wrap}.challenge-divider{width:1px;height:36px;background:#ddd}.challenge-stat{display:flex;flex-direction:column;align-items:center;gap:6px}.challenge-label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--muted)}.challenge-dots{display:flex;gap:5px}.cdot{width:12px;height:12px;border-radius:50%;background:#ddd;border:2px solid #bbb;transition:background .2s,border-color .2s}.cdot.active{background:var(--correct);border-color:#1b5e20}.cdot.try{background:#ddd;border-color:#bbb}.cdot.try.used{background:var(--wrong);border-color:#7f0000}.challenge-val{font-family:"Press Start 2P",monospace;font-size:11px;color:#1a1a1a;line-height:1}.challenge-unit{font-size:9px;color:var(--muted);margin-left:2px}.result-banner{border:3px solid var(--correct);box-shadow:5px 5px #222;background:#fff;padding:20px;text-align:center;margin-bottom:18px}.result-banner.fail{border-color:var(--wrong)}.result-banner.shiny{border-color:#f0c040;background:linear-gradient(135deg,#fffde7,#fff9c4);box-shadow:5px 5px #c8a000}.res-poke{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:10px;flex-wrap:wrap}.res-poke img{width:80px;height:80px;image-rendering:pixelated;flex-shrink:0}.res-sprite.shiny-sprite{filter:drop-shadow(0 0 6px #ffd700);animation:shiny-glow 1.2s ease-in-out infinite alternate}@keyframes shiny-glow{0%{filter:drop-shadow(0 0 4px #ffd700)}to{filter:drop-shadow(0 0 12px #ffaa00)}}.res-t{font-family:"Press Start 2P",monospace;font-size:13px;margin-bottom:8px;line-height:2.2;color:#1a1a1a}.res-s{font-size:11px;font-weight:700;font-family:"Press Start 2P",monospace;color:var(--muted);line-height:2.2}.res-ranking{margin-top:18px;border-top:2px solid #e0e0e0;padding-top:16px;text-align:left}.res-ranking-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:12px}.res-ranking-title{font-family:"Press Start 2P",monospace;font-size:10px;color:#1a1a1a}.res-ranking-stats{display:flex;gap:14px;flex-wrap:wrap}.res-ranking-stats span{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--muted)}.res-ranking-stats strong{color:#1a1a1a}.res-my-rank strong{color:var(--red)}.res-ranking-list{display:flex;flex-direction:column;gap:4px;max-height:260px;overflow-y:auto}.res-ranking-row{display:flex;align-items:center;gap:10px;padding:9px 12px;background:#f9f9f9;border:2px solid #eee;font-family:"Press Start 2P",monospace;font-size:9px}.res-ranking-row.me{background:#fff9e6;border-color:var(--yellow)}.res-rank-pos{width:26px;text-align:center;font-size:14px;flex-shrink:0}.res-rank-name{flex:1;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.res-rank-tries-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.res-rank-tries{color:#555;white-space:nowrap;font-size:9px}.res-rank-no-filter{color:#c89000;font-size:8px;white-space:nowrap}.res-rank-me{background:var(--yellow);color:#222;border:2px solid #222;padding:3px 7px;font-size:8px;flex-shrink:0}.res-ranking-empty{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--muted);padding:14px 0;text-align:center;line-height:2.2}.next-btn{background:var(--red);color:#fff;border:3px solid #222;font-family:"Press Start 2P",monospace;font-size:9px;padding:12px 28px;cursor:pointer;margin-top:14px;box-shadow:4px 4px #000;transition:transform .1s,box-shadow .1s;display:inline-block}.next-btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #000}.next-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.search-wrap{position:relative;margin-bottom:14px}#inp{width:100%;padding:15px 18px;font-family:Galmuri11,monospace;font-size:15px;border:2.5px solid var(--ink);border-radius:12px;box-shadow:var(--shadow-sm);background:#fff;color:var(--ink);outline:none}#inp:focus{border-color:var(--red)}#inp::placeholder{color:#b6b2a6;font-family:Pretendard,sans-serif;font-weight:400}#inp:disabled{opacity:.45;cursor:not-allowed}.ac{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2.5px solid var(--ink);border-radius:12px;box-shadow:var(--shadow);max-height:320px;overflow-y:auto;z-index:100}.ac::-webkit-scrollbar{width:8px}.ac::-webkit-scrollbar-track{background:var(--line)}.ac::-webkit-scrollbar-thumb{background:var(--ink);border-radius:4px}.ac-item{padding:10px 16px;cursor:pointer;display:flex;align-items:center;gap:12px;border-bottom:1.5px solid var(--line)}.ac-item:last-child{border-bottom:none}.ac-item:first-child{border-radius:9px 9px 0 0}.ac-item:last-child{border-radius:0 0 9px 9px}.ac-item:hover,.ac-item.sel{background:var(--red)}.ac-item:hover *,.ac-item.sel *{color:#fff!important}.ac-img{width:46px;height:46px;flex-shrink:0;background:#f2efe6;border:2px solid var(--ink);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ac-img img{width:42px;height:42px;image-rendering:pixelated}.ac-info{display:flex;flex-direction:column;gap:3px}.ac-num{font-size:11px;font-weight:700;font-family:Galmuri11,monospace;color:var(--muted)}.ac-name{font-size:14px;font-weight:700;font-family:Galmuri11,monospace;color:var(--ink);line-height:1.4}.ac-types{display:flex;gap:4px;margin-top:2px}.mini-tbadge{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:700;font-family:Galmuri11,monospace;color:#fff;border-radius:5px;border:1.5px solid rgba(0,0,0,.2)}.tools{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;background:#fff;border:2px solid #ddd}.tool-btn{background:#222;color:#fff;border:2px solid #555;font-family:"Press Start 2P",monospace;font-size:8px;padding:10px 18px;cursor:pointer;box-shadow:3px 3px #000;transition:transform .1s,box-shadow .1s;white-space:nowrap}.tool-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}.tool-btn:active{transform:translate(2px,2px);box-shadow:1px 1px #000}.tool-btn.active-btn{background:var(--yellow);color:#222;border-color:#000}.badge{font-size:9px;font-weight:700;font-family:"Press Start 2P",monospace;color:var(--muted);display:flex;align-items:center;gap:6px;line-height:2;margin-left:auto}.dot{width:8px;height:8px;background:var(--partial);border:2px solid #222;border-radius:50%;animation:blink 1.2s infinite step-start}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.no-filter-notice{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--wrong);display:flex;align-items:center;gap:6px;padding:4px 0}.tbl-wrap{background:#fff;border:3px solid #222;box-shadow:5px 5px #222;overflow-x:auto;margin-bottom:20px}table{width:100%;border-collapse:collapse;table-layout:auto;min-width:560px}th{background:#1a1a1a;color:#fff;font-family:"Press Start 2P",monospace;font-size:8px;font-weight:700;padding:13px 10px;text-align:center;border-right:1px solid #000;white-space:nowrap}th:first-child{min-width:130px}th:last-child{border-right:none}td{padding:11px 10px;text-align:center;font-family:"Press Start 2P",monospace;font-size:9px;font-weight:700;border-bottom:1px solid #000;border-right:1px solid #000;vertical-align:middle;line-height:1.8;white-space:nowrap}td:first-child{text-align:center;background:#fff!important}td:last-child{border-right:none}tr:last-child td{border-bottom:none}.cc{background:var(--correct)!important;color:#fff!important}.cp{background:var(--partial)!important;color:#fff!important}.cw{background:var(--wrong)!important;color:#fff!important}.pk{display:flex;align-items:center;justify-content:center;gap:10px}.pk img{width:46px;height:46px;image-rendering:pixelated;flex-shrink:0}.pk span{font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;line-height:1.8;color:#1a1a1a}.tbadge{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;color:#fff;border-radius:3px;border:2px solid rgba(0,0,0,.15);text-shadow:1px 1px 0 rgba(0,0,0,.25);white-space:nowrap}.tbadge .ticon{font-size:13px;line-height:1}.how{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.how-c{background:#fff;border:3px solid #222;box-shadow:4px 4px #222;padding:18px 14px;text-align:center}.how-i{font-size:26px;margin-bottom:10px}.how-t{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--red);margin-bottom:8px;line-height:2}.how-d{font-size:9px;font-weight:700;font-family:"Press Start 2P",monospace;color:var(--muted);line-height:2.6}.leg{background:#fff;border:3px solid #222;box-shadow:4px 4px #222;padding:14px 18px;margin-bottom:12px}.leg-t{font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;color:var(--muted);margin-bottom:12px;border-bottom:2px solid #eee;padding-bottom:8px}.leg-r{display:flex;align-items:center;gap:10px;font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;flex-wrap:wrap;line-height:2.2}.ld{width:16px;height:16px;border:2px solid #222;flex-shrink:0}.shiny-card{background:#fff;border:3px solid #222;box-shadow:4px 4px #222;padding:14px 18px;margin-bottom:24px}.shiny-t{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--partial);margin-bottom:10px;text-align:center;border-bottom:2px solid #eee;padding-bottom:8px}.shiny-r{font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;color:var(--muted);line-height:2.8}.shiny-p{color:var(--red)}.fp-modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:150;display:none;align-items:flex-start;justify-content:center;padding-top:24px}.fp-modal-bg.show{display:flex}.fp-modal{background:var(--bg);border:2.5px solid var(--ink);border-radius:16px;box-shadow:6px 6px 0 var(--ink);width:90%;max-width:960px;max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.fp-modal-head{background:var(--red);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:2.5px solid var(--ink);gap:12px}.fp-modal-head-left{display:flex;flex-direction:column;gap:5px}.fp-modal-title{font-family:Galmuri11,monospace;font-size:15px;color:#fff;letter-spacing:.03em}.fp-modal-sub{font-family:Galmuri11,monospace;font-size:12px;color:#ffffffd9;display:flex;align-items:center;gap:6px}.fp-modal-sub .warn{color:var(--gold)}.fp-modal-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.fp-modal-count{font-family:Galmuri11,monospace;font-size:14px;color:var(--gold)}.fp-close-btn{background:#fff;color:var(--ink);border:2px solid var(--ink);border-radius:9px;font-family:Galmuri11,monospace;font-size:13px;padding:8px 16px;cursor:pointer;box-shadow:2px 2px 0 var(--ink);transition:transform .1s,box-shadow .1s}.fp-close-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px 0 var(--ink)}.fp-tags-bar{padding:10px 18px;border-bottom:2px solid var(--line);display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:48px;flex-shrink:0;background:#fff}.fp-tags-bar.empty-tags{color:var(--muted);font-family:Galmuri11,monospace;font-size:13px}.ctag{border:2px solid var(--ink);border-radius:6px;padding:5px 11px;font-size:13px;font-weight:700;font-family:Galmuri11,monospace;display:inline-flex;align-items:center;line-height:1.4}.ctag.ok{background:#e8f5e9;border-color:var(--correct);color:var(--correct-d)}.ctag.no{background:#ffebee;border-color:var(--miss);color:var(--miss-d)}.ctag.rng{background:#fff8e1;border-color:#c4930a;color:#7a5000}.fp-grid{padding:14px 18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(114px,1fr));gap:10px;overflow-y:auto;flex:1}.fp-grid::-webkit-scrollbar{width:8px}.fp-grid::-webkit-scrollbar-track{background:var(--line)}.fp-grid::-webkit-scrollbar-thumb{background:var(--ink);border-radius:4px}.fp-card{border:2.5px solid var(--ink);border-radius:12px;padding:10px 6px 8px;text-align:center;cursor:pointer;background:#fff;box-shadow:var(--shadow-sm);transition:transform .1s,box-shadow .1s}.fp-card:hover{background:#fff5f3;border-color:var(--red);transform:translate(-1px,-1px);box-shadow:4px 4px 0 var(--ink)}.fp-card img{width:62px;height:62px;image-rendering:pixelated;display:block;margin:0 auto 4px}.fp-card-name{font-size:13px;font-weight:700;font-family:Galmuri11,monospace;line-height:1.5;color:var(--ink)}.fp-card-num{font-size:11px;font-family:Galmuri11,monospace;color:var(--muted);margin-top:2px}.fp-empty{padding:32px;text-align:center;font-size:14px;font-family:Galmuri11,monospace;color:var(--muted);line-height:2;grid-column:1/-1}.dex-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:8px}.dex-breadcrumb{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--muted)}.dex-total{font-family:"Press Start 2P",monospace;font-size:11px;color:var(--red)}.dex-filters{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.dex-filter-btn{background:#fff;color:#222;border:2px solid #222;border-radius:8px;font-family:"Press Start 2P",monospace;font-size:8px;padding:10px 18px;cursor:pointer;box-shadow:3px 3px #000;transition:transform .1s,box-shadow .1s}.dex-filter-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}.dex-filter-btn.on{background:var(--red);color:#fff;border-color:var(--reddark)}.dex-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:24px}@media (max-width:700px){.dex-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:420px){.dex-grid{grid-template-columns:repeat(3,1fr)}}.dex-card{background:#fff;border:3px solid #222;border-radius:12px;box-shadow:3px 3px #222;padding:14px 8px 10px;text-align:center;position:relative;cursor:default}.dex-card.unlocked{cursor:pointer;transition:transform .1s,box-shadow .1s}.dex-card.unlocked:hover{background:#fff5f5;border-color:var(--red);transform:translate(-2px,-2px);box-shadow:5px 5px #222}.dex-card img{width:72px;height:72px;image-rendering:pixelated;display:block;margin:0 auto 6px}.dex-card .silhouette{filter:brightness(0)}.dex-card-num{font-family:"Press Start 2P",monospace;font-size:7px;color:var(--muted);margin-bottom:4px}.dex-card-name{font-family:"Press Start 2P",monospace;font-size:8px;line-height:1.6}.dex-card-name.hidden{color:#bbb}.shiny-star{position:absolute;top:6px;right:6px;font-size:14px;line-height:1}.dex-modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;z-index:200;display:flex;align-items:center;justify-content:center}.dex-modal{background:var(--bg);border:4px solid #222;border-radius:16px;box-shadow:8px 8px #000;padding:32px 28px;max-width:400px;width:92%;position:relative;text-align:center}.dex-modal-close{position:absolute;top:12px;right:12px;font-family:"Press Start 2P",monospace;font-size:9px;background:#222;color:#fff;border:2px solid #555;border-radius:6px;padding:7px 12px;cursor:pointer;box-shadow:2px 2px #000}.dex-modal-close:hover{transform:translate(1px,1px);box-shadow:1px 1px #000}.dex-modal-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:14px}.dex-toggle-btn{font-family:"Press Start 2P",monospace;font-size:9px;background:#fff;color:#555;border:2px solid #ccc;border-radius:8px;padding:8px 16px;cursor:pointer;transition:all .1s}.dex-toggle-btn.active{background:#222;color:#fff;border-color:#222}.dex-toggle-btn.shiny.active{background:#c17a00;color:#fff;border-color:#c17a00}.dex-modal img{width:130px;height:130px;image-rendering:pixelated;margin:0 auto 16px;display:block}.dex-modal img.shiny-sprite{filter:drop-shadow(0 0 8px #ffd700);animation:shiny-glow 1.2s ease-in-out infinite alternate}.dex-modal-num{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--muted);margin-bottom:8px}.dex-modal-name{font-family:"Press Start 2P",monospace;font-size:15px;margin-bottom:18px;line-height:1.8;color:#1a1a1a}.dex-modal-row{display:flex;justify-content:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.dex-modal-info{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--muted);margin-bottom:14px;line-height:2.2}.dex-modal-cleared{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted);margin-top:10px;line-height:2.4;background:#fff;border:2px solid #eee;border-radius:8px;padding:10px 14px}.endless-hero{text-align:center;padding:32px 20px 18px;display:flex;flex-direction:column;align-items:center;gap:12px}.endless-hero-badge{font-family:"Press Start 2P",monospace;font-size:52px;color:var(--red);line-height:1}.endless-select{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;padding:8px 0 32px}.endless-card{background:var(--panel);border:2.5px solid var(--ink);border-radius:18px;box-shadow:var(--shadow);padding:36px 34px 28px;min-width:270px;max-width:340px;cursor:pointer;text-align:center;transition:transform .12s,box-shadow .12s;display:flex;flex-direction:column;gap:0}.endless-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}.endless-card-icon{font-family:"Press Start 2P",monospace;font-size:38px;margin-bottom:16px;color:var(--red)}.endless-card.challenge .endless-card-icon{color:#c17a00}.endless-card-title{font-family:"Press Start 2P",monospace;font-size:14px;margin-bottom:8px;color:var(--ink)}.endless-card-sub{font-size:14px;color:var(--muted);font-weight:600;margin-bottom:22px;line-height:1.65}.endless-card-desc{list-style:none;text-align:left;display:flex;flex-direction:column;gap:12px;flex:1;margin:0;padding:0}.endless-card-desc li{font-size:14px;font-weight:600;color:#555;line-height:1.65;padding-left:20px;position:relative}.endless-card-desc li:before{content:"▸";position:absolute;left:0;color:var(--red);font-size:12px}.endless-card.challenge .endless-card-desc li:before{color:#c17a00}.endless-card-note{color:#aaa!important}.endless-card-cta{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:15px;font-weight:800;margin-top:26px;padding:15px 18px;background:var(--red);color:#fff;border:2.5px solid var(--ink);border-radius:10px;box-shadow:var(--shadow-sm)}.endless-card-cta.challenge{background:#c17a00}.endless-card:hover .endless-card-cta{box-shadow:2px 2px 0 var(--ink)}.endless-game-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.endless-back-btn{font-family:"Press Start 2P",monospace;font-size:9px;background:#fff;color:#444;border:2px solid #aaa;border-radius:6px;padding:8px 14px;cursor:pointer;box-shadow:2px 2px #999;transition:transform .1s,box-shadow .1s}.endless-back-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #999;border-color:#666;color:#111}.endless-mode-tag{font-family:"Press Start 2P",monospace;font-size:9px;background:var(--red);color:#fff;padding:6px 12px;border:2px solid #222;border-radius:6px;box-shadow:2px 2px #000}.endless-mode-tag.challenge{background:#c17a00}.endless-stat-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:6px}.endless-stat-label{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted)}.endless-stat-val{font-family:"Press Start 2P",monospace;font-size:16px;color:var(--red)}.endless-stat-unit{font-size:9px;color:var(--muted);margin-left:2px}footer{background:#1a1a1a;border-top:4px solid #222;padding:32px}.footer-inner{max-width:860px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}.footer-logo{font-family:"Press Start 2P",monospace;font-size:12px;color:#fff;margin-bottom:10px}.footer-logo span{color:var(--yellow)}.footer-tagline{font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;color:#666;line-height:2.4}.footer-col h4{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--yellow);margin-bottom:12px}.footer-col a{display:block;font-size:8px;font-weight:700;font-family:"Press Start 2P",monospace;color:#aaa;text-decoration:none;margin-bottom:10px;cursor:pointer;line-height:2}.footer-col a:hover{color:#fff}.footer-bottom{max-width:860px;margin:24px auto 0;border-top:1px solid #333;padding-top:16px;text-align:center;font-size:7px;font-weight:700;font-family:"Press Start 2P",monospace;color:#555;line-height:2}.auth-modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;z-index:400;display:flex;align-items:center;justify-content:center}.auth-modal{background:var(--bg);border:4px solid #222;box-shadow:8px 8px #000;padding:36px 32px;max-width:360px;width:90%;position:relative;text-align:center}.auth-modal-close{position:absolute;top:10px;right:12px;font-family:"Press Start 2P",monospace;font-size:8px;background:#222;color:#fff;border:2px solid #555;padding:6px 10px;cursor:pointer;box-shadow:2px 2px #000}.auth-modal-close:hover{transform:translate(1px,1px);box-shadow:1px 1px #000}.auth-logo{display:flex;justify-content:center;gap:2px;margin-bottom:20px}.auth-title{font-family:"Press Start 2P",monospace;font-size:13px;margin-bottom:10px;color:#1a1a1a}.auth-sub{font-family:"Press Start 2P",monospace;font-size:7px;color:var(--muted);line-height:2.2;margin-bottom:28px}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 20px;background:#fff;color:#222;border:3px solid #222;font-family:"Press Start 2P",monospace;font-size:9px;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s,box-shadow .1s;margin-bottom:16px}.google-btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #000}.discord-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 20px;background:#5865f2;color:#fff;border:3px solid #222;font-family:"Press Start 2P",monospace;font-size:9px;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s,box-shadow .1s;margin-bottom:16px}.discord-btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #000}.auth-notice{font-family:"Press Start 2P",monospace;font-size:7px;color:#aaa;line-height:2.2}.user-menu-wrap{position:relative}.user-avatar-btn{width:38px;height:38px;border-radius:50%;border:2px solid rgba(255,255,255,.6);overflow:hidden;cursor:pointer;background:var(--yellow);display:flex;align-items:center;justify-content:center;padding:0}.user-avatar-btn:hover{border-color:#fff}.user-avatar-img{width:100%;height:100%;object-fit:cover}.user-avatar-poke{object-fit:contain;image-rendering:pixelated;background:#f5f0e8}.user-avatar-ball{display:flex;align-items:center;justify-content:center}.user-avatar-fallback{font-family:"Press Start 2P",monospace;font-size:13px;color:#222}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:3px solid #222;box-shadow:6px 6px #000;min-width:240px;z-index:300}.user-dropdown-info{display:flex;align-items:center;gap:12px;padding:16px}.user-dropdown-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.user-dropdown-name{font-family:"Press Start 2P",monospace;font-size:10px;color:#1a1a1a;line-height:2;word-break:break-all}.user-dropdown-email{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted);line-height:2;word-break:break-all}.user-dropdown-divider{height:2px;background:#eee}.user-dropdown-btn{width:100%;background:#fff;border:none;font-family:"Press Start 2P",monospace;font-size:10px;padding:14px 16px;cursor:pointer;text-align:left;transition:background .1s}.user-dropdown-btn:hover{background:#f5f5f5}.user-dropdown-btn.signout{color:var(--wrong)}.user-dropdown-btn.signout:hover{background:#fff0f0}.profile-modal{background:var(--bg);border:4px solid #222;box-shadow:8px 8px #000;padding:32px 36px;max-width:520px;width:94%;position:relative;text-align:center}.profile-modal-title{font-family:"Press Start 2P",monospace;font-size:13px;color:#1a1a1a;margin-bottom:20px}.profile-avatar-wrap{margin:0 auto 10px;width:80px;height:80px}.profile-avatar-img{width:80px;height:80px;border-radius:50%;border:3px solid #222;object-fit:cover}.profile-avatar-poke{object-fit:contain;image-rendering:pixelated;background:#f5f0e8}.profile-avatar-fallback{width:80px;height:80px;border-radius:50%;border:3px solid #222;background:var(--bg);display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",monospace;font-size:24px;color:#222}.profile-avatar-ball{background:#f5f0e8}.profile-email{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted);margin-bottom:22px;line-height:2;word-break:break-all}.profile-field{text-align:left;margin-bottom:18px}.profile-label{display:block;font-family:"Press Start 2P",monospace;font-size:9px;color:#555;margin-bottom:8px}.profile-input{width:100%;padding:12px 14px;font-family:"Press Start 2P",monospace;font-size:10px;border:3px solid #222;box-shadow:3px 3px #222;background:#fff;color:#222;outline:none}.profile-input:focus{border-color:var(--red);box-shadow:3px 3px 0 var(--red)}.profile-error{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--wrong);margin-top:6px;line-height:2}.profile-save-btn{font-family:"Press Start 2P",monospace;font-size:11px;background:var(--red);color:#fff;border:3px solid #222;padding:15px 28px;cursor:pointer;box-shadow:4px 4px #000;transition:transform .1s,box-shadow .1s;width:100%}.profile-save-btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #000}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:4px 4px #000}.ranking-modal{background:var(--bg);border:4px solid #222;box-shadow:8px 8px #000;padding:28px 24px;max-width:420px;width:92%;position:relative;text-align:center}.ranking-title{font-family:"Press Start 2P",monospace;font-size:12px;margin-bottom:20px;color:#1a1a1a}.ranking-stats{display:flex;justify-content:center;gap:14px;margin-bottom:18px;flex-wrap:wrap}.ranking-stat-box{background:#fff;border:3px solid #222;box-shadow:3px 3px #000;padding:10px 16px;min-width:76px}.ranking-stat-box.highlight{border-color:var(--yellow);background:#fff9e6}.ranking-stat-val{font-family:"Press Start 2P",monospace;font-size:18px;color:var(--red);margin-bottom:6px}.ranking-stat-label{font-family:"Press Start 2P",monospace;font-size:7px;color:var(--muted)}.ranking-list{max-height:360px;overflow-y:auto;border:2px solid #ddd;background:#fff}.ranking-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #eee;font-family:"Press Start 2P",monospace;font-size:8px}.ranking-row:last-child{border-bottom:none}.ranking-row.me{background:#fff9e6;border-left:4px solid var(--yellow)}.rank-avatar-wrap{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:52px}.rank-avatar-circle{width:44px;height:44px;border-radius:50%;background:#f0f0f0;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;overflow:hidden}.rank-avatar-circle.rank1{border-color:#f0b30a;background:#fff8e0;box-shadow:0 0 0 2px #f0b30a55}.rank-avatar-circle.rank2{border-color:#a0a8b8;background:#f4f5f7;box-shadow:0 0 0 2px #a0a8b855}.rank-avatar-circle.rank3{border-color:#c07840;background:#fdf0e8;box-shadow:0 0 0 2px #c0784055}.rank-avatar-spr{width:38px;height:38px;object-fit:contain;image-rendering:pixelated}.rank-avatar-fallback{font-size:18px;color:#bbb;line-height:1}.rank-avatar-medal{position:absolute;bottom:-6px;right:-4px;font-size:16px;line-height:1;filter:drop-shadow(0 1px 1px #0003)}.rank-avatar-num{margin-top:3px;font-family:"Press Start 2P",monospace;font-size:7px;color:#888;line-height:1}.ranking-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.ranking-nickname{display:flex;align-items:center;gap:6px;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-tries-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.ranking-tries{color:#555;white-space:nowrap;font-size:9px}.ranking-no-filter{color:var(--yellow);font-size:6px;white-space:nowrap;-webkit-text-stroke:.3px #a07000}.ranking-me-badge{background:var(--yellow);color:#222;border:2px solid #222;padding:2px 6px;font-size:6px;flex-shrink:0;white-space:nowrap}.ranking-empty{padding:28px;font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted);line-height:2.4}.ranking-btn{background:#1a1a1a}.battle-hero{text-align:center;padding:32px 20px 18px;display:flex;flex-direction:column;align-items:center;gap:12px}.battle-hero-badge{font-family:"Press Start 2P",monospace;font-size:52px;color:var(--red);line-height:1}.battle-select{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;padding:8px 0 32px}.battle-mode-card{background:var(--panel);border:2.5px solid var(--ink);border-radius:18px;box-shadow:var(--shadow);padding:36px 34px 28px;min-width:270px;max-width:340px;cursor:pointer;text-align:center;transition:transform .12s,box-shadow .12s;display:flex;flex-direction:column;gap:0}.battle-mode-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}.battle-mode-icon{font-size:38px;margin-bottom:16px}.battle-mode-title{font-family:"Press Start 2P",monospace;font-size:14px;color:var(--ink);margin-bottom:8px}.battle-mode-sub{font-size:14px;color:var(--muted);font-weight:600;margin-bottom:22px;line-height:1.65}.battle-mode-desc{list-style:none;text-align:left;display:flex;flex-direction:column;gap:12px;flex:1;margin:0;padding:0}.battle-mode-desc li{font-size:14px;font-weight:600;color:#555;line-height:1.65;padding-left:20px;position:relative}.battle-mode-desc li:before{content:"▸";position:absolute;left:0;color:var(--red);font-size:12px}.battle-mode-card.friend .battle-mode-desc li:before{color:#2e7d32}.battle-mode-cta{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:15px;font-weight:800;margin-top:26px;padding:15px 18px;background:var(--red);color:#fff;border:2.5px solid var(--ink);border-radius:10px;box-shadow:var(--shadow-sm)}.battle-mode-cta.friend{background:#2e7d32}.battle-mode-card:hover .battle-mode-cta{box-shadow:2px 2px 0 var(--ink)}.battle-friend-panel{max-width:600px;margin:0 auto;padding:4px 0 28px}.battle-friend-header{margin-bottom:20px}.battle-friend-options{display:flex;gap:20px;align-items:stretch;flex-wrap:wrap}.battle-friend-box{flex:1;min-width:220px;background:var(--panel);border:2.5px solid var(--ink);border-radius:18px;box-shadow:var(--shadow);padding:28px 24px;display:flex;flex-direction:column;gap:16px;text-align:center}.battle-friend-box-title{font-family:"Press Start 2P",monospace;font-size:12px;color:var(--ink)}.battle-friend-box-desc{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;font-weight:600;color:var(--muted);line-height:1.65}.battle-friend-sep{font-family:"Press Start 2P",monospace;font-size:16px;color:var(--muted);display:flex;align-items:center;padding:0 8px}.battle-code-input{width:100%;padding:14px;font-family:"Press Start 2P",monospace;font-size:15px;border:2.5px solid var(--ink);border-radius:10px;text-align:center;letter-spacing:5px;outline:none;box-sizing:border-box;background:#fff}.battle-code-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #c81e1e1a}.battle-action-btn{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:15px;font-weight:800;background:var(--red);color:#fff;border:2.5px solid var(--ink);border-radius:10px;padding:14px 22px;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .1s,box-shadow .1s}.battle-action-btn:hover{transform:translate(-1px,-1px);box-shadow:var(--shadow)}.battle-error{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:13px;font-weight:600;color:var(--wrong);margin-top:14px;text-align:center}.battle-waiting{display:flex;flex-direction:column;align-items:center;gap:22px;padding:44px 20px;text-align:center}.battle-waiting-icon{font-size:52px}.battle-waiting-title{font-family:"Press Start 2P",monospace;font-size:11px;color:#1a1a1a;line-height:2;display:flex;align-items:center;gap:0;flex-wrap:wrap;justify-content:center}.battle-dots span{animation:battle-dot-blink 1.2s infinite;opacity:0}.battle-dots span:nth-child(1){animation-delay:0s}.battle-dots span:nth-child(2){animation-delay:.3s}.battle-dots span:nth-child(3){animation-delay:.6s}@keyframes battle-dot-blink{0%,60%,to{opacity:0}30%{opacity:1}}.battle-room-code-box{background:var(--panel);border:2.5px solid var(--ink);border-radius:18px;box-shadow:var(--shadow);padding:28px 40px;display:flex;flex-direction:column;align-items:center;gap:14px}.battle-room-code-label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--muted)}.battle-room-code-val{font-family:"Press Start 2P",monospace;font-size:30px;color:var(--red);letter-spacing:8px}.battle-copy-btn{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;font-weight:700;background:var(--ink);color:#fff;border:none;border-radius:8px;padding:11px 20px;cursor:pointer;transition:opacity .1s}.battle-copy-btn:hover{opacity:.8}.battle-cancel-btn{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;font-weight:600;background:#fff;color:#888;border:2px solid #ccc;border-radius:8px;padding:10px 22px;cursor:pointer;transition:color .1s,border-color .1s}.battle-cancel-btn:hover{color:var(--ink);border-color:#888}.battle-hud{display:flex;align-items:stretch;background:#fff;border:3px solid #222;box-shadow:4px 4px #222;margin-bottom:12px;overflow:hidden}.battle-hud-player{flex:1;padding:14px 16px;text-align:center;display:flex;flex-direction:column;gap:4px}.battle-hud-player.me{background:#f0faf0}.battle-hud-player.op{background:#fff8f0}.battle-hud-player.active{box-shadow:inset 0 0 0 3px var(--yellow)}.battle-hud-label{font-family:"Press Start 2P",monospace;font-size:7px;color:var(--muted)}.battle-hud-nick{font-family:"Press Start 2P",monospace;font-size:9px;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.battle-avatar-circle{width:64px;height:64px;border-radius:50%;border:3px solid #222;background:#f5f0e8;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:4px auto}.battle-avatar-spr{width:54px;height:54px;object-fit:contain;image-rendering:pixelated}.battle-title-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:12px;border:1.5px solid;font-size:11px;font-weight:600;font-family:Galmuri11,monospace;width:fit-content;align-self:center}.battle-hud-tries{font-family:"Press Start 2P",monospace;font-size:16px;color:var(--red);line-height:1.4}.battle-hud-tries-unit{font-size:9px;color:var(--muted)}.battle-hud-arrow{font-family:"Press Start 2P",monospace;font-size:8px;line-height:1.6;margin-top:2px}.battle-hud-arrow.my{color:var(--correct)}.battle-hud-arrow.op{color:#c17a00}.battle-hud-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#1a1a1a;padding:10px 14px;min-width:72px}.battle-hud-vs{font-family:"Press Start 2P",monospace;font-size:10px;color:#ffffff80}.battle-timer{font-family:"Press Start 2P",monospace;font-size:20px;color:var(--yellow);text-align:center;transition:color .3s;line-height:1}.battle-timer-unit{font-size:10px;color:#ffffc8b3;margin-left:2px}.battle-timer.urgent{color:var(--wrong);animation:blink .6s infinite step-start}.battle-timer.inactive{color:#555}.battle-timer-bar-wrap{width:48px;height:4px;background:#ffffff26;border-radius:0}.battle-timer-bar{height:4px;background:var(--yellow);transition:width 1s linear}.battle-timer-bar.urgent{background:var(--wrong)}.battle-afk-warning{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:13px;font-weight:700;text-align:center;padding:10px 16px;margin-bottom:8px;background:#fff3e0;color:#e65100;border:2px solid #e65100;border-radius:6px;animation:afk-pulse 1s ease-in-out infinite}@keyframes afk-pulse{0%,to{opacity:1}50%{opacity:.6}}.battle-turn-banner{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:13px;font-weight:700;text-align:center;padding:11px 16px;margin-bottom:12px;border:2px solid #222}.battle-turn-banner.my-turn{background:#e8f5e9;color:#2e7d32;border-color:#2e7d32}.battle-turn-banner.op-turn{background:#f9f9f9;color:var(--muted);border-color:#ddd}.battle-giveup-wrap{text-align:center;margin-top:16px}.battle-giveup-btn{font-family:"Press Start 2P",monospace;font-size:9px;background:#fff;color:#aaa;border:2px solid #ddd;padding:10px 20px;cursor:pointer;transition:color .1s,border-color .1s}.battle-giveup-btn:hover{color:var(--wrong);border-color:var(--wrong)}.battle-result-banner{border:4px solid #222;border-radius:20px;box-shadow:6px 6px #000;padding:28px 24px;margin-bottom:20px;display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.battle-result-banner.win{background:#fffde7;border-color:var(--yellow)}.battle-result-banner.lose{background:#fafafa;border-color:#aaa}.battle-result-top{display:flex;flex-direction:column;align-items:center;gap:6px}.battle-result-emoji{font-size:44px;line-height:1}.battle-result-verdict{font-family:"Press Start 2P",monospace;font-size:16px;color:#1a1a1a}.battle-result-round{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted)}.battle-result-disconnect{font-size:12px;color:#888;background:#f0f0f0;border-radius:20px;padding:4px 12px;margin-top:4px}.battle-result-answer{display:flex;flex-direction:column;align-items:center;gap:8px}.battle-result-sprite{width:120px;height:120px;image-rendering:pixelated}.battle-result-answer-label{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--muted)}.battle-result-answer-name{font-family:"Press Start 2P",monospace;font-size:12px;color:var(--red)}.battle-result-scores{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.battle-result-score{background:#fff;border:3px solid #222;box-shadow:3px 3px #000;padding:16px 28px;text-align:center;min-width:120px;display:flex;flex-direction:column;gap:6px;align-items:center}.battle-result-score.winner{border-color:var(--yellow);background:#fff9e6}.battle-result-crown{font-size:22px;line-height:1}.battle-result-nick{font-family:"Press Start 2P",monospace;font-size:9px;color:#1a1a1a}.battle-result-tries{font-family:"Press Start 2P",monospace;font-size:20px;color:var(--red);line-height:1}.battle-result-tries-unit{font-size:9px;color:var(--muted)}.battle-result-vs-mid{font-family:"Press Start 2P",monospace;font-size:14px;color:var(--muted)}.battle-result-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.battle-leave-btn{font-family:"Press Start 2P",monospace;font-size:10px;background:#fff;color:#666;border:3px solid #aaa;padding:13px 20px;cursor:pointer;box-shadow:3px 3px #999;transition:transform .1s,box-shadow .1s}.battle-leave-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #999;color:#222;border-color:#555}.wc-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;z-index:500;display:flex;align-items:center;justify-content:center;padding:16px}.wc-modal{background:var(--bg);border:4px solid #222;box-shadow:8px 8px #000;padding:28px 28px 22px;max-width:500px;width:100%;position:relative;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:0}.wc-modal::-webkit-scrollbar{width:8px}.wc-modal::-webkit-scrollbar-track{background:#e8e0d0}.wc-modal::-webkit-scrollbar-thumb{background:#888;border-radius:0}.wc-close{position:absolute;top:10px;right:10px;font-family:"Press Start 2P",monospace;font-size:8px;background:#222;color:#fff;border:none;padding:8px 11px;cursor:pointer;line-height:1}.wc-close:hover{background:#444}.wc-title{font-family:"Press Start 2P",monospace;font-size:13px;color:var(--red);text-align:center;line-height:2;margin-bottom:20px;padding-right:28px}.wc-body{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.wc-body p{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:13.5px;font-weight:500;color:#333;line-height:1.75;margin:0}.wc-mode-block{background:#fff;border:2px solid #ddd;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.wc-mode-title{font-family:"Press Start 2P",monospace;font-size:9px!important;color:#1a1a1a!important;line-height:2!important;margin:0!important}.wc-mode-desc{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:13px;font-weight:500;color:#555;line-height:1.65;margin:0}.wc-footer-note{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:12px!important;color:var(--muted)!important;font-weight:500}.wc-divider{height:2px;background:#d0c8b8;margin:4px 0}.wc-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;flex-shrink:0;margin-top:4px}.wc-btn-never{font-family:"Press Start 2P",monospace;font-size:9px;font-weight:700;background:transparent;color:#888;border:2px solid #ccc;padding:11px 16px;cursor:pointer;transition:color .1s,border-color .1s}.wc-btn-never:hover{color:#444;border-color:#888}.wc-btn-ok{font-family:"Press Start 2P",monospace;font-size:9px;font-weight:700;background:var(--red);color:#fff;border:3px solid #222;padding:11px 22px;cursor:pointer;box-shadow:3px 3px #000;transition:transform .1s,box-shadow .1s}.wc-btn-ok:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}@media (max-width:880px){.clearwrap{grid-template-columns:1fr}.ghead,.grow{grid-template-columns:1.5fr .7fr .9fr .9fr .8fr .7fr .7fr}.ghead div{font-size:10px;padding:9px 3px}.cell-val{font-size:12px}.cell.mon .sprite{width:34px;height:34px;flex:0 0 34px}.cell.mon .sprite img{width:34px;height:34px}.cell.mon .nm{font-size:12px}.tchip{font-size:10px;padding:2px 5px}.cell{min-height:54px}}.titles-page{max-width:860px;margin:0 auto;padding:32px 20px 60px}.titles-page-header{text-align:center;margin-bottom:32px}.titles-page-title{font-size:22px;margin-bottom:8px}.titles-page-sub{font-size:14px;color:var(--muted);margin-bottom:16px;line-height:1.6}.titles-page-progress{position:relative;height:12px;background:#e4e0d3;border-radius:999px;border:2px solid var(--ink);overflow:hidden;max-width:320px;margin:0 auto}.titles-page-progress-bar{height:100%;background:var(--correct);transition:width .5s ease}.titles-page-progress-text{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:10px;font-family:Galmuri11,monospace;color:var(--ink);font-weight:700}.titles-section{margin-bottom:28px}.titles-section-label{font-family:Galmuri11,monospace;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:12px;padding-left:2px}.titles-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.title-card{background:var(--tbg,#F0EDE6);border:2.5px solid var(--tb,#C0B89A);border-radius:14px;padding:16px;cursor:pointer;transition:transform .12s,box-shadow .12s;display:flex;flex-direction:column;gap:6px;box-shadow:3px 3px 0 var(--ink)}.title-card:hover{transform:translateY(-2px);box-shadow:3px 5px 0 var(--ink)}.title-card.equipped{outline:3px solid var(--tc,var(--ink));outline-offset:2px}.title-card.locked{opacity:.55;cursor:default;filter:grayscale(.4)}.title-card.locked:hover{transform:none;box-shadow:3px 3px 0 var(--ink)}.title-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.title-card-emoji{font-size:26px;line-height:1}.locked-emoji{filter:grayscale(1)}.title-card-rarity{font-size:10px;font-family:Galmuri11,monospace;font-weight:700;padding:2px 8px;border-radius:20px}.rarity-common{background:#e8e4dc;color:#5c5852}.rarity-rare{background:#dbeafe;color:#1d4ed8}.rarity-epic{background:#ede9fe;color:#6d28d9}.rarity-legendary{background:#fef3c7;color:#b45309}.title-card-name{font-size:15px;font-weight:700;color:var(--tc,var(--ink))}.locked-name{color:var(--muted)}.title-card-desc{font-size:12px;color:var(--muted);line-height:1.5;flex:1}.battle-chosung-hint{display:flex;align-items:center;justify-content:center;gap:4px;margin:6px auto 2px;max-width:480px;padding:8px 16px;background:#fffbeb;border:2px solid #FCD34D;border-radius:10px;font-size:14px;color:#92400e;font-weight:600;box-shadow:2px 2px 0 var(--ink)}.battle-chosung-text{font-size:16px;color:#b45309;margin:0 4px}.title-unlock-toast{position:fixed;top:72px;left:50%;transform:translate(-50%) translateY(-200%);z-index:9999;min-width:260px;max-width:340px;background:var(--tbg);border:2px solid var(--tb);border-radius:14px;box-shadow:0 6px 24px #0000002e,var(--shadow-sm);padding:14px 18px 16px;pointer-events:none;will-change:transform,opacity}.title-unlock-enter{animation:toast-in .35s cubic-bezier(.34,1.56,.64,1) forwards}.title-unlock-show{transform:translate(-50%) translateY(0)}.title-unlock-exit{animation:toast-out .32s ease-in forwards}@keyframes toast-in{0%{transform:translate(-50%) translateY(-200%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes toast-out{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(-200%);opacity:0}}.tut-label{font-size:11px;font-weight:700;color:var(--tc);opacity:.7;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.tut-body{display:flex;align-items:center;gap:12px}.tut-emoji{font-size:32px;line-height:1;flex-shrink:0}.tut-text{display:flex;flex-direction:column;gap:3px}.tut-name{font-size:17px;font-weight:700;color:var(--tc)}.tut-desc{font-size:12px;color:var(--tc);opacity:.65;line-height:1.4}.title-card.mystery{background:var(--tbg)!important;border-color:var(--tb)!important;color:var(--tc)!important;box-shadow:0 0 10px #9b59b666,var(--shadow-sm)}.title-card.mystery .title-card-name,.title-card.mystery .title-card-desc,.title-card.mystery .title-card-rarity{color:var(--tc)!important;letter-spacing:.15em}.title-card.mystery .title-card-equip-btn{border-color:var(--tb);color:var(--tc);background:transparent}.title-card.mystery .title-card-equip-btn:hover{background:#9b59b633}.title-card.mystery .title-card-equip-btn.on{background:var(--tb)}.title-card.mythic{background:var(--tbg)!important;border-color:var(--tb)!important;color:var(--tc)!important;box-shadow:0 0 12px #e74c3c80,var(--shadow-sm)}.title-card.mythic .title-card-name,.title-card.mythic .title-card-desc,.title-card.mythic .title-card-rarity{color:var(--tc)!important}.title-card.mythic .title-card-equip-btn{border-color:var(--tb);color:var(--tc);background:transparent}.title-card.mythic .title-card-equip-btn:hover{background:#e74c3c33}.title-card.mythic .title-card-equip-btn.on{background:var(--tb)}.title-card-progress-wrap{position:relative;margin-top:8px;height:8px;background:#00000014;border-radius:4px;overflow:hidden}.title-card-progress-bar{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--tc);border-radius:4px;transition:width .4s ease}.title-card-progress-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--ink);mix-blend-mode:difference;filter:invert(1);white-space:nowrap;line-height:1}.title-card-equip-btn{margin-top:6px;width:100%;padding:7px 0;border-radius:8px;border:2px solid var(--tb);background:#fff;color:var(--tc);font-family:Galmuri11,monospace;font-size:12px;cursor:pointer;transition:background .1s;font-weight:700}.title-card-equip-btn:hover{background:var(--tbg)}.title-card-equip-btn.on{background:var(--tc);color:#fff;border-color:var(--tc)}.type-tiers-list{display:flex;flex-direction:column;gap:14px}.type-tier-row{background:var(--panel);border:2px solid var(--line);border-radius:12px;padding:12px 14px;box-shadow:2px 2px 0 var(--ink)}.type-tier-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:8px}.type-tier-label{font-family:Galmuri11,monospace;font-size:13px;font-weight:700;color:var(--ink)}.type-tier-progress-text{font-size:12px;color:var(--muted);white-space:nowrap}.type-tier-next{color:var(--partial-d)}.type-tier-bar-wrap{position:relative;height:10px;background:#e4e0d3;border-radius:999px;border:1.5px solid var(--ink);overflow:visible;margin-bottom:10px}.type-tier-bar{height:100%;background:var(--correct);border-radius:999px;transition:width .4s ease;min-width:0}.type-tier-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#e4e0d3;border:2px solid var(--ink);z-index:1;transition:background .3s}.type-tier-marker.done{background:var(--gold);border-color:var(--ink)}.type-tier-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}@media (max-width:640px){.type-tier-cards{grid-template-columns:1fr}.type-tier-progress-text{font-size:11px}}.titles-login-notice{text-align:center;padding:20px;background:#f7f5f0;border:2px dashed var(--line);border-radius:12px;color:var(--muted);font-size:14px;margin-top:16px}.profile-pokemon-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:240px;overflow-y:auto;padding:4px 2px}.profile-pokemon-grid::-webkit-scrollbar{width:4px}.profile-pokemon-grid::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.profile-pokemon-item{display:flex;gap:6px}.profile-pokemon-btn{display:flex;align-items:center;justify-content:center;width:62px;height:62px;padding:2px;border:2px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.profile-pokemon-btn:hover{border-color:#3a8ae8;background:#edf4ff}.profile-pokemon-btn.selected{border-color:#3a8ae8;background:#def}.profile-pokemon-btn.shiny{border-color:#c8a000}.profile-pokemon-btn.shiny.selected{border-color:#c8a000;background:#fff8e0}.profile-pokemon-spr{width:52px;height:52px;object-fit:contain;image-rendering:pixelated}.profile-pokemon-clear{font-size:12px;padding:3px 8px;border-radius:12px;border:1px solid var(--border);background:#f5f5f0;cursor:pointer;color:var(--muted)}.profile-pokemon-clear:hover{background:#ece6d7}.profile-titles-section{margin-top:18px;border-top:2px solid var(--line);padding-top:14px}.profile-titles-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.profile-titles-count{font-size:12px;color:var(--muted);font-family:Galmuri11,monospace}.profile-titles-empty{font-size:13px;color:var(--muted);text-align:center;padding:12px 0}.profile-titles-scroll{max-height:180px;overflow-y:auto;padding-right:4px;margin-bottom:4px}.profile-titles-scroll::-webkit-scrollbar{width:4px}.profile-titles-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.profile-titles-grid{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:4px}.title-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;border:2px solid var(--tb);background:var(--tbg);color:var(--tc);font-size:13px;font-weight:600;cursor:pointer;transition:box-shadow .1s,transform .1s;font-family:Galmuri11,monospace}.title-chip:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.title-chip.equipped{box-shadow:0 0 0 3px var(--tc);transform:none}.title-chip-emoji{font-size:17px}.title-chip-name{font-size:13px}.title-chip-check{margin-left:2px;font-size:11px;font-weight:700}.profile-titles-locked{display:flex;flex-direction:column;gap:6px;margin-top:4px}.title-locked-item{display:flex;align-items:center;gap:8px;padding:6px 8px;background:#f7f5f0;border-radius:8px;opacity:.7}.title-locked-emoji{font-size:14px}.title-locked-name{font-size:12px;font-weight:600;color:var(--muted);min-width:46px;font-family:Galmuri11,monospace}.title-locked-desc{font-size:12px;color:var(--muted)}.rank-title-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:12px;border:1.5px solid;font-size:11px;font-weight:600;font-family:Galmuri11,monospace;border-color:inherit;width:fit-content;align-self:flex-start}.who{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.who-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-titles-wrap{margin-top:16px;padding:14px 16px;background:#fffbeb;border:2px solid #FCD34D;border-radius:12px;box-shadow:3px 3px 0 var(--ink)}.new-titles-header{font-family:Galmuri11,monospace;font-size:14px;font-weight:700;color:#b45309;margin-bottom:10px}.new-titles-list{display:flex;flex-direction:column;gap:8px}.new-title-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;border:2px solid var(--tb);background:var(--tbg)}.new-title-emoji{font-size:22px;flex-shrink:0}.new-title-name{font-family:Galmuri11,monospace;font-size:14px;font-weight:700;color:var(--tc)}.new-title-desc{font-size:12px;color:var(--muted);margin-top:1px}.new-titles-hint{font-size:12px;color:var(--muted);margin-top:8px;text-align:right}@media (max-width:640px){.header-top{padding:0 14px}.nav-btn{font-size:11px;padding:6px 10px}.logo-tiles{display:none}main{padding:16px 12px 40px}.how{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:16px}.endless-select{flex-direction:column;align-items:center}.endless-card{max-width:92%;width:100%}.endless-game-header{margin-bottom:4px}.battle-select{flex-direction:column;align-items:center}.battle-mode-card{max-width:92%;width:100%}.battle-friend-options{flex-direction:column}.battle-friend-sep{justify-content:center}.battle-hud-center{min-width:56px;padding:8px 10px}table{font-size:8px}.challenge-meta{gap:16px}.statusbar{flex-wrap:wrap;gap:10px}.reveal h2{font-size:17px}.pills{gap:7px}}
