html,body,#root{width:100%;min-height:100vh}body{background:#f8f5ef;font-family:sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{overflow:hidden}.main-page{background:#f8f5ef;flex-direction:column;width:100%;height:100vh;padding:20px 24px;display:flex;overflow:hidden}.hero-section{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.hero-left{flex:1;min-width:0}.hero-right{flex-shrink:0}.logo{font-size:1.4rem;font-weight:900}.speech-bubble{background:#fff;border-radius:999px;margin-top:10px;padding:10px 16px;display:inline-block;box-shadow:0 4px 10px #0000000d}.hero-title{margin-top:14px;font-size:3.5rem;font-weight:900;line-height:1}.hero-title span{color:#ffbf00}.hero-desc{color:#666;margin-top:10px;font-size:1rem;line-height:1.4}.gacha-machine{aspect-ratio:1;justify-content:center;align-items:center;width:min(220px,28vw);display:flex}.gacha-machine-img{object-fit:contain;width:100%;height:100%}.select-box{background:#fff;border-radius:30px;padding:24px;box-shadow:0 10px 30px #0000000d}.select-title{text-align:center;color:#c89b00;margin-bottom:24px;font-size:.95rem;font-weight:700}.select-row{margin-bottom:18px}.select-row h3{margin-bottom:10px;font-size:1rem}.option-group{flex-wrap:wrap;gap:10px;display:flex}.option-btn{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;transition:all .2s;display:flex}.option-btn:hover{transform:translateY(-2px)}.option-btn.active{background:#ffe066;border:1px solid #ffd43b;font-weight:700}.option-icon-wrap{background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;overflow:hidden}.option-icon{object-fit:cover;width:100%;height:100%}.gacha-btn{cursor:pointer;background:linear-gradient(90deg,#ffe066,#ffd43b);border:none;border-radius:999px;width:100%;margin-top:12px;padding:16px;font-size:1.1rem;font-weight:900;transition:all .2s}.gacha-btn:hover{transform:scale(1.01)}.result-section{margin-top:20px}.result-title{color:#fff;background:#ffb3c1;border-radius:999px;width:fit-content;margin:0 auto 12px;padding:8px 18px;font-size:.9rem;font-weight:700}.result-box{background:#fff7e6;border-radius:28px;align-items:center;gap:20px;padding:24px;display:flex}.question-mark{color:#ddd;background:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;font-size:3rem;font-weight:900;display:flex}.result-content{flex:1;min-width:0}.result-content h2{margin-bottom:8px;font-size:1.3rem}.result-content p{color:#777;font-size:.9rem}.bottom-banner{text-align:center;background:#fff;border-radius:18px;margin-top:18px;padding:14px;font-size:.9rem;font-weight:700}@media (width<=768px){body{overflow:auto}.main-page{height:auto;padding:16px;overflow:visible}.hero-section{flex-direction:column;align-items:flex-start;gap:14px}.hero-title{font-size:2.4rem}.hero-desc{font-size:.95rem}.gacha-machine{width:180px;margin:0 auto}.select-box{border-radius:22px;padding:18px}.option-group{gap:8px}.option-btn{padding:8px 12px;font-size:.85rem}.result-box{text-align:center;flex-direction:column}.question-mark{width:90px;height:90px;font-size:2.5rem}.result-content h2{font-size:1.1rem}.bottom-banner{font-size:.85rem}}
