.wheel-save-choice-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.wheel-save-choice-modal .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.wheel-save-choice-modal .modal-content{background:var(--container-bg);border-radius:12px;padding:0;width:100%;max-width:500px;margin:20px;position:relative;z-index:1;box-shadow:0 20px 60px #0000004d;animation:slideInUp .3s ease}.wheel-save-choice-modal .modal-header{padding:40px 24px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.wheel-save-choice-modal .modal-header h3{font-size:2rem;font-weight:600;color:var(--text-primary)}.wheel-save-choice-modal .modal-body{padding:24px}.wheel-save-choice-modal .modal-body p{margin:0;color:var(--text-secondary);line-height:1.5}.wheel-save-choice-modal .modal-footer{display:flex;gap:var(--modal-padding-xs);flex-direction:row!important;justify-content:center;padding:var(--modal-padding-md) var(--modal-padding-lg) var(--modal-padding-lg);flex-shrink:0;flex-wrap:wrap;width:100%;max-width:720px;box-sizing:border-box}.wheel-save-choice-modal .modal-footer button{padding:12px 20px;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.wheel-save-choice-modal .btn-primary{background:var(--accent-color);color:#fff}.wheel-save-choice-modal .btn-primary:hover{background:var(--accent-color-hover);transform:translateY(-1px)}.wheel-save-choice-modal .btn-secondary{background:var(--input-bg);color:var(--text-primary);border:1px solid var(--border-color)}.wheel-save-choice-modal .btn-secondary:hover{background:var(--border-color);transform:translateY(-1px)}.wheel-save-choice-modal .btn-warning{background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff}.wheel-save-choice-modal .btn-warning:hover{background:linear-gradient(135deg,#ff5252,#ffc107);transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b4d}.wheel-save-choice-modal .popular-wheel{position:relative;overflow:hidden}.wheel-save-choice-modal .popular-wheel:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.wheel-save-choice-modal .popular-wheel:hover:before{left:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.wheel-save-choice-modal .modal-content{margin:16px;max-width:calc(100% - 32px)}.wheel-save-choice-modal .modal-header,.wheel-save-choice-modal .modal-body{padding-left:20px;padding-right:20px}.wheel-save-choice-modal .modal-footer{padding:16px 20px 20px}.wheel-save-choice-modal .modal-footer button{padding:14px 20px;font-size:1rem}}
