body{margin:0;font-family:Arial,sans-serif;overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(5px)}.modal-content{background-color:#fff;padding:2rem;border-radius:15px;max-width:500px;width:90%;box-shadow:0 10px 25px rgba(0,0,0,.2);animation:modalAppear .3s ease-out}@keyframes modalAppear{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{color:#f44;margin-top:0;font-size:1.5rem;margin-bottom:1rem}.modal-content p{color:#333;line-height:1.5;margin-bottom:1rem}.modal-content ul{color:#666;margin-bottom:1.5rem;padding-left:1.5rem}.modal-content li{margin-bottom:.5rem}.modal-button{background-color:#007bff;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s;width:100%}.modal-button:hover{background-color:#0056b3}