body{margin:0;font-family:BMDOHYEON,sans-serif;background-color:#eee}.app-wrap{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background-color:#253238;border:1px solid #eee;position:relative}.app-main,.app-wrap{box-sizing:border-box}.app-main{flex:1 1;padding:60px 20px 20px}.introPage{display:flex;flex-direction:column;align-items:center;background-color:#253238;padding:5px 20px 80px;color:#ffffff;min-height:180vh;box-sizing:border-box}.introContent{text-align:center;padding:30px 20px;margin-top:15px;background-color:#2e3b44;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.2);width:100%;max-width:480px;animation:fadeInUp 1s ease}.introIconLottie{display:inline-block;width:36px;height:36px;vertical-align:middle;margin-right:12px;margin-bottom:5px}.introTitle{font-size:26px;font-weight:700;margin-top:-20px;margin-bottom:10px;color:#fefefe;font-family:Do Hyeon,sans-serif}.subtitle{font-size:14px;color:#cccccc}.introDescription,.subtitle{font-family:Do Hyeon,sans-serif;margin-top:5px}.introDescription{font-size:16px;color:white}.startBtn{padding:14px 30px;font-size:16px;font-weight:600;font-family:Do Hyeon,sans-serif;background-color:#f88c6c;color:#fff;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:background-color .2s ease,transform .2s ease;margin-bottom:-25px}.startBtn:hover{background-color:#fa9d82;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.game-container{position:relative;width:100%;max-width:480px;height:480px;margin:0 auto;background-color:#fefaf6;overflow:hidden;border-radius:12px;border:2px solid #333;box-shadow:0 4px 12px rgba(0,0,0,.3);font-family:Do Hyeon,sans-serif}.ground{position:absolute;bottom:0;left:0;width:100%;height:70px;background:linear-gradient(0deg,#c9b8a9,#e8e0d7);border-top:2px solid #999;box-shadow:0 -2px 4px rgba(0,0,0,.2)}.touch-guide{position:absolute;bottom:150px;left:50%;transform:translateX(-50%);color:white;font-size:16px;font-family:Do Hyeon,sans-serif;padding:0 16px;max-width:90vw;text-align:center;white-space:normal;word-break:keep-all;text-shadow:0 0 5px rgba(0,0,0,.7);z-index:1000}.highlight{color:#ffda66;font-weight:700}.falling-options-wrapper{position:absolute;width:100%;display:flex;justify-content:center;gap:12px;transition:transform .2s ease-out,opacity .3s ease-out;will-change:transform,opacity}.falling-options-wrapper.fade-out{opacity:0;pointer-events:none}.falling-option{font-size:16px;background-color:#36c88a;color:#fff;padding:2px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.2);flex:1 1 auto;text-align:center;max-width:26%;min-height:38px;white-space:nowrap;font-family:Do Hyeon,sans-serif;display:flex;align-items:center;justify-content:center}.falling-option.option-dimmed{background-color:#ff6b5e}.falling-content{padding-left:10px;gap:4px;min-height:32px}.falling-content,.option-icon-check,.option-icon-x{display:flex;align-items:center;justify-content:center}.option-icon-check,.option-icon-x{width:32px;height:32px;margin-left:2px;flex-shrink:0}.hero{position:absolute;bottom:10px;transform:translateX(-50%);transition:left .2s ease;z-index:2}.hero-icon{font-size:36px;color:#fff}.result-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;color:#222;font-size:18px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:10}.result-box,.result-box.enhanced{padding:16px 24px;border-radius:12px;text-align:center;font-family:Do Hyeon,sans-serif}.result-box.enhanced{background:linear-gradient(135deg,#a1c4fd,#c2e9fb);font-size:1.5rem;font-weight:700;color:#333;max-width:80%;margin:-80px auto;word-break:keep-all;line-height:1.4}.result-box.enhanced.game-over{background:linear-gradient(135deg,#ff6a6a,#ff3d3d);color:white;border:none}.result-box.game-over{background:linear-gradient(135deg,#ff4e50,#f9d423);color:white;border:none}.restart-button{margin-top:12px;background:#333;color:white;font-family:Do Hyeon;padding:8px 16px;border-radius:8px;font-size:1rem;cursor:pointer;border:none}.restart-button:hover{background:#555555}.countdown-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:999;display:flex;align-items:center;justify-content:center}.countdown-number{font-size:64px;color:white;font-weight:700;animation:pop .3s ease;font-family:Do Hyeon,sans-serif}@keyframes pop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}@media (max-width:480px){.game-container{max-width:340px;height:340px}.falling-option{font-size:13px;min-height:28px;max-width:32%}.falling-content{min-height:22px;padding-left:4px}.option-icon-check,.option-icon-x{width:20px;height:20px}}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:80px 20px 40px;font-family:Do Hyeon,sans-serif;color:#333}.login-title{font-size:28px;margin-bottom:32px;font-weight:700}.login-buttons{display:flex;flex-direction:column;gap:14px;width:100%;max-width:300px}.social-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:8px;font-size:16px;cursor:pointer;font-family:Do Hyeon,sans-serif;transition:opacity .2s;border:none}.social-button img{width:20px;height:20px}.social-button.google{background-color:#fff;color:#555;border:1px solid #ddd;box-shadow:0 1px 3px rgba(0,0,0,.1)}.login-disclaimer{margin-top:24px;font-size:12px;color:#999;text-align:center;line-height:1.6;max-width:300px}.login-disclaimer a{color:#5b9df9;text-decoration:underline;margin:0 3px}.login-disclaimer a:hover{color:#4a82e9}.user-page{min-height:100vh;background-color:#253238;padding:40px 20px;display:flex;flex-direction:column;align-items:center;font-family:Do Hyeon,sans-serif;color:#333}.user-box{background-color:#fff;border:2px solid #333;border-radius:12px;padding:30px 24px;width:100%;max-width:340px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.2)}.user-box h2{font-size:22px;margin-bottom:12px}.user-box p{font-size:16px;margin-bottom:20px}.user-box button{display:block;width:100%;padding:12px;font-size:15px;margin-top:12px;border:none;border-radius:8px;cursor:pointer;font-family:Do Hyeon,sans-serif;transition:background-color .2s ease}.user-box button:first-of-type{background-color:#4285f4;color:white}.user-box button:first-of-type:hover{background-color:#3367d6}.user-box button:last-of-type{background-color:#fff0f0;color:red;border:1px solid red}.user-box button:last-of-type:hover{background-color:#ffe5e5}.tier-intro{min-height:100vh;color:#fff;padding:40px 20px;display:flex;flex-direction:column;align-items:center}.intro-description,.tier-intro{font-family:Do Hyeon,sans-serif;text-align:center}.intro-description{margin-top:-3px;padding:16px 20px;font-size:14px;line-height:1.6;color:#eee;background:none;border-radius:12px;word-break:keep-all;max-width:420px;width:100%;box-sizing:border-box}.intro-header h1{font-size:26px;margin-bottom:24px}.gold-title{color:#ffcc66}.search-wrapper{position:relative;width:100%;max-width:420px;margin-bottom:32px;padding:0 12px;box-sizing:border-box}.search-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);font-size:16px;color:#999;pointer-events:none;padding-left:7px}.category-search{width:100%;padding:12px 16px 12px 40px;font-size:14px;border:none;border-radius:8px;background-color:#fefaf6;color:#333;font-family:Do Hyeon,sans-serif;box-sizing:border-box}.category-search::placeholder{color:#999}.category-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:420px}.category-card{display:flex;align-items:center;justify-content:space-between;background-color:#f5ede2;color:#1f2a30;border-radius:12px;height:60px;padding:12px 16px;box-shadow:0 4px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.card-content{flex-grow:1;padding-right:12px;text-align:left}.category-label{font-size:18px;font-weight:700}.category-sub{font-size:14px;color:#555;margin-top:4px;word-break:keep-all}.lottie-Chicken{width:110px;flex-shrink:0;margin-top:12px}.lottie-Pizza{width:90px;margin-top:10px}.lottie-Burger,.lottie-Pizza{flex-shrink:0;margin-right:12px}.lottie-Burger{width:80px;margin-top:4px}.no-result{margin-top:20px;color:#ccc;font-size:15px}.info-page{padding:16px;background-color:#253238;color:#eee;font-size:15px;line-height:1.7;margin-top:0;box-sizing:border-box;overflow-y:auto;max-height:none}.info-page h1{font-size:22px;margin-bottom:8px;color:#f88c6c}.info-page h2{font-size:14px;margin-top:12px;margin-bottom:6px;color:#bab8b8}.info-page p{font-size:12px;margin-top:10px;line-height:1.8;white-space:normal}.info-page ul{padding-left:20px;margin-top:8px}.info-page li{font-size:12px;margin-bottom:6px;line-height:1.8}.privacy-page{padding:16px;background-color:#253238;color:#eee;font-size:15px;line-height:1.7;margin-top:0;max-height:none;overflow-y:auto;box-sizing:border-box}.privacy-page h1{font-size:22px;margin-bottom:8px;color:#f88c6c}.privacy-page h2{font-size:14px;margin-top:12px;margin-bottom:6px;color:#bab8b8}.privacy-page p{font-size:12px;margin-top:10px;line-height:1.8;white-space:normal}.terms-page{padding:16px;background-color:#253238;color:#eee;font-size:15px;line-height:1.7;margin-top:0;box-sizing:border-box;overflow-y:auto;max-height:none}.terms-page h1{font-size:22px;margin-bottom:8px;color:#f88c6c}.terms-page h2{font-size:14px;margin-top:12px;margin-bottom:6px;color:#bab8b8}.terms-page p{font-size:12px;margin-top:10px;line-height:1.8;white-space:normal}.terms-page ul{padding-left:20px;margin-top:8px}.terms-page li{font-size:12px;margin-bottom:6px;line-height:1.8}.terms-page p br+br{margin-top:1em;display:block}.Header_appHeader__FXsN6{position:absolute;top:10px;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;color:#eee;z-index:10;box-sizing:border-box;border-bottom:2px solid #444;padding:0 16px 5px}.Header_logo____uDV{font-size:25px;font-family:Do Hyeon,sans-serif;color:white;letter-spacing:1px}.Header_backButton__3GFdE{background:none;border:none;color:#eee;font-size:18px;cursor:pointer}.Footer_footer__pQtti{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;height:64px;background-color:#1f2a32;border-top:1px solid #2e3c46;display:flex;justify-content:space-around;align-items:center;font-family:Do Hyeon,sans-serif;z-index:1000;box-shadow:0 -2px 6px rgba(0,0,0,.2)}.Footer_footerItem__Rp3gF{display:flex;flex-direction:column;align-items:center;font-size:12px;color:#aaa;cursor:pointer;transition:color .2s ease,transform .2s ease}.Footer_footerItem__Rp3gF:hover{color:#f88c6c;transform:translateY(-2px)}.Footer_active__7m4uO{color:#ffffff}.Footer_footerIcon__h_w_f{margin-bottom:4px}.Footer_footerLabel__0IW3z{font-size:11px}