.wheel-card{max-width:100%;margin:0 auto}.wheel-round-info{text-align:center;padding:6px 12px;margin-bottom:12px;background:#fff2e8;border-radius:8px;font-size:13px;color:#ff6b35}.wheel-layout{display:flex;align-items:flex-start;justify-content:center;gap:24px;flex-wrap:wrap}.wheel-left{display:flex;flex-direction:column;align-items:center}.wheel-right{display:flex;flex-direction:column;align-items:center;min-width:240px;max-width:320px}.wheel-container{position:relative;width:500px;height:500px;margin:0 auto}.wheel-pointer{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:0;height:0;border-left:24px solid transparent;border-right:24px solid transparent;border-top:48px solid #ff6b35;z-index:99;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.wheel{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}.wheel canvas{width:500px;height:500px;border-radius:50%}.wheel-btn-group{text-align:center;margin:16px 0 0;width:100%}.wheel-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff7d40,#ff6b35);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #ff6b3559;font-family:inherit}.wheel-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff9a56,#ff7d40);box-shadow:0 6px 20px #ff6b3573;transform:translateY(-1px)}.wheel-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ff6b354d}.wheel-btn:disabled{opacity:.6;cursor:not-allowed}.wheel-btn--loading{background:linear-gradient(135deg,#ffb380,#ff9a56)}.wheel-btn__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.wheel-btn__icon svg{width:20px;height:20px}.wheel-btn__cat{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit}.wheel-btn__cat svg{width:20px;height:20px;display:block}.wheel-btn__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:wheel-spin .8s linear infinite}@keyframes wheel-spin{to{transform:rotate(360deg)}}.result-box{width:100%;padding:16px;background:#fff2e8;border-radius:12px;text-align:center;min-height:120px;display:flex;flex-direction:column}.count-selector{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;margin-bottom:12px;background:#fff2e8;border-radius:10px;width:100%}.count-selector__label{font-size:13px;font-weight:600;color:#ff6b35;white-space:nowrap}.result-title{margin:0 0 10px;font-size:15px;color:#ff6b35}.result-list{display:flex;flex-direction:column;gap:8px;flex:1}.result-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;animation:result-fade-in .4s ease}@keyframes result-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.result-item__round{flex-shrink:0;padding:2px 8px;background:linear-gradient(135deg,#ff7d40,#ff6b35);color:#fff;border-radius:4px;font-size:12px;font-weight:600}.result-item__name{flex:1;font-size:14px;font-weight:600;color:#333;text-align:left}.result-item__cat{flex-shrink:0;font-size:12px;color:#999}.result-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#ccb5a0;font-size:13px}.result-empty__icon{font-size:28px;opacity:.6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fafafa;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ffc080;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ff9a56}
