.fsgameo-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .8);display:none;justify-content:center;align-items:center;z-index:9999}.fsgameo-popup-content{background-color:#1a1a1a;border:2px solid #fc0;border-radius:8px;padding:30px;max-width:500px;width:90%;box-shadow:0 0 20px rgb(255 204 0 / .5);position:relative}.fsgameo-popup-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;color:#fc0;cursor:pointer;transition:color 0.3s ease}.fsgameo-popup-close:hover{color:#fff}.fsgameo-popup-title{color:#fc0;font-size:24px;margin-bottom:20px;text-align:center;font-weight:700;text-shadow:1px 1px 2px rgb(0 0 0 / .5)}.fsgameo-popup-body{color:#fff;font-size:16px;line-height:1.5;margin-bottom:30px}.fsgameo-popup-button{background-color:red;color:#fff;border:none;padding:12px 24px;font-size:16px;font-weight:700;border-radius:4px;cursor:pointer;transition:all 0.3s ease;display:block;margin:0 auto}.fsgameo-popup-button:hover{background-color:#c00;transform:translateY(-2px);box-shadow:0 4px 8px rgb(255 0 0 / .3)}@media (max-width:768px){.fsgameo-popup-content{padding:20px;max-width:90%}.fsgameo-popup-title{font-size:20px}.fsgameo-popup-body{font-size:14px}.fsgameo-popup-button{padding:10px 20px;font-size:14px}}