/*
Theme Name: LUMINA Video Course
Theme URI: https://ybreath.com
Author: LUMINA
Author URI: https://ybreath.com
Description: 高端视频课程 WordPress 主题，集成 PayPal 支付、推广分销系统和用户中心。
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flavor
*/

/* Promote / withdrawal modals — entrance animation */
.lumina-modal.flex { animation: luminaFade .18s ease-out; }
.lumina-modal.flex .lumina-modal-panel { animation: luminaPop .22s cubic-bezier(.2,.9,.3,1.2); }
@keyframes luminaFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes luminaPop {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}
.lumina-modal #wdAmount::-webkit-outer-spin-button,
.lumina-modal #wdAmount::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.lumina-modal #wdAmount { -moz-appearance: textfield; appearance: textfield; }
