*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f0f0f0;--type-color: #ee6b2f}body{font-family:Segoe UI,Arial Rounded MT Bold,sans-serif;background:var(--bg);min-height:100vh;display:flex;flex-direction:column;align-items:center;transition:background .6s ease;overflow-x:hidden;-webkit-user-select:none;user-select:none}h1{margin-top:20px;font-size:2.2rem;color:#333;text-shadow:2px 2px 0 rgba(255,255,255,.7);letter-spacing:2px}.counter{font-size:1.3rem;margin:8px 0;color:#555;font-weight:700}.counter span{color:var(--type-color);font-size:1.6rem;transition:color .4s}.pokeball-wrap{position:relative;cursor:pointer;margin:15px 0;-webkit-tap-highlight-color:transparent}.pokeball{width:160px;height:160px;border-radius:50%;background:linear-gradient(to bottom,#ff1c1c,#ff1c1c 47%,#222 47%,#222 53%,#f0f0f0 53%,#f0f0f0);border:6px solid #222;position:relative;transition:transform .15s;box-shadow:0 8px 25px #00000040}.pokeball:after{content:"";position:absolute;width:40px;height:40px;background:#f0f0f0;border:6px solid #222;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #f0f0f0,0 0 15px #0003}.pokeball-wrap:active .pokeball{transform:scale(.9)}.pokeball.shake{animation:shake .5s ease}@keyframes shake{0%{transform:rotate(0)}20%{transform:rotate(-18deg)}40%{transform:rotate(18deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}to{transform:rotate(0)}}.catch-text{text-align:center;font-size:1.1rem;color:#888;margin-bottom:5px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.card-area{width:300px;min-height:320px;display:flex;align-items:center;justify-content:center;position:relative}.card{background:#fff;border-radius:24px;padding:20px;text-align:center;box-shadow:0 10px 40px #00000026;width:280px;position:relative;overflow:hidden}.card.show{animation:popIn .5s cubic-bezier(.17,.89,.32,1.3)}@keyframes popIn{0%{transform:scale(0) rotate(-20deg);opacity:0}60%{transform:scale(1.1) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.card .card-glow{position:absolute;top:0;left:0;right:0;height:120px;background:var(--type-color);opacity:.15;border-radius:24px 24px 50% 50%}.card img{width:180px;height:180px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card .poke-id{font-size:.85rem;color:#aaa;font-weight:700}.card .poke-name{font-size:1.8rem;font-weight:900;color:#333;margin:4px 0}.card .types{display:flex;gap:8px;justify-content:center;margin:8px 0;flex-wrap:wrap}.card .type-badge{padding:4px 16px;border-radius:20px;color:#fff;font-weight:700;font-size:.85rem;letter-spacing:1px}.card .stats{display:flex;justify-content:space-around;margin-top:10px;font-size:.8rem;color:#777}.card .stats div{text-align:center}.card .stats .stat-val{font-size:1.2rem;font-weight:900;color:#333;display:block}.particle{position:fixed;pointer-events:none;font-size:1.5rem;z-index:9999;animation:sparkle .8s ease-out forwards}@keyframes sparkle{0%{opacity:1;transform:translate(0) scale(1) rotate(0)}to{opacity:0;transform:translate(var(--dx),var(--dy)) scale(0) rotate(360deg)}}.gallery-title{font-size:1rem;color:#999;margin-top:20px;letter-spacing:1px}.gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:10px 20px 30px;max-width:600px}.gallery-item{width:56px;height:56px;background:#fff;border-radius:50%;overflow:hidden;box-shadow:0 3px 10px #0000001f;animation:popIn .4s cubic-bezier(.17,.89,.32,1.3);cursor:pointer;transition:transform .2s;position:relative}.gallery-item:hover{transform:scale(1.3);z-index:10}.gallery-item img{width:100%;height:100%;object-fit:contain;padding:4px}.gallery-item.new-badge:after{content:"새로운";position:absolute;top:-2px;right:-4px;background:#ff4757;color:#fff;font-size:.5rem;font-weight:700;padding:1px 4px;border-radius:6px}.loading.show{display:block;font-size:1.2rem;color:#999;animation:pulse 1s infinite}.new-banner{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-100px);background:linear-gradient(135deg,#f9ca24,#f0932b);color:#fff;padding:10px 28px;border-radius:30px;font-size:1.1rem;font-weight:700;z-index:100;box-shadow:0 4px 20px #f0932b66;transition:transform .4s cubic-bezier(.17,.89,.32,1.3)}.new-banner.show{transform:translate(-50%) translateY(0)}.nav-bar{display:flex;gap:0;width:100%;max-width:500px;margin:10px auto 0;padding:0 16px}.nav-btn{flex:1;padding:12px 0;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;background:#fff6;color:#888;transition:all .3s;border-bottom:3px solid transparent}.nav-btn:first-child{border-radius:12px 0 0 12px}.nav-btn:last-child{border-radius:0 12px 12px 0}.nav-btn.active{background:#fff;color:#333;border-bottom:3px solid var(--type-color);box-shadow:0 2px 8px #0000001a}.silhouette-game{display:flex;flex-direction:column;align-items:center;padding:10px 16px 30px;width:100%;max-width:500px}.silhouette-score{font-size:1.3rem;margin:12px 0;color:#555;font-weight:700}.silhouette-score-num{color:#ff6b35;font-size:1.6rem}.silhouette-start-btn{margin-top:40px;padding:16px 48px;font-size:1.3rem;font-weight:700;border:none;border-radius:40px;background:linear-gradient(135deg,#ff6b35,#ff1c1c);color:#fff;cursor:pointer;box-shadow:0 6px 20px #ff6b3566;transition:transform .15s}.silhouette-start-btn:active{transform:scale(.95)}.silhouette-img-wrap{width:220px;height:220px;display:flex;align-items:center;justify-content:center;margin:10px 0}.silhouette-img{width:200px;height:200px;object-fit:contain;filter:brightness(0);transition:filter .6s ease}.silhouette-img.revealed{filter:none;animation:popIn .5s cubic-bezier(.17,.89,.32,1.3)}.silhouette-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:360px;margin:10px 0}.silhouette-choice-btn{padding:14px 8px;font-size:1.1rem;font-weight:700;border:3px solid #ddd;border-radius:16px;background:#fff;color:#333;cursor:pointer;transition:all .2s}.silhouette-choice-btn:not(:disabled):hover{border-color:#999;transform:scale(1.03)}.silhouette-choice-btn:not(:disabled):active{transform:scale(.97)}.silhouette-choice-btn.correct{background:#2ed573;border-color:#2ed573;color:#fff;animation:popIn .3s ease}.silhouette-choice-btn.wrong{background:#ff4757;border-color:#ff4757;color:#fff;animation:shake .4s ease}.silhouette-result{text-align:center;margin-top:12px}.silhouette-result-text{font-size:1.4rem;font-weight:900;margin-bottom:12px}.silhouette-result-text.correct{color:#2ed573}.silhouette-result-text.wrong{color:#ff4757}.silhouette-next-btn{padding:12px 36px;font-size:1.1rem;font-weight:700;border:none;border-radius:30px;background:linear-gradient(135deg,#3742fa,#5f27cd);color:#fff;cursor:pointer;box-shadow:0 4px 15px #3742fa4d;transition:transform .15s}.silhouette-next-btn:active{transform:scale(.95)}
