.angie-modal-overlay-ef733a3d { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; display: flex; align-items: center; justify-content: center; }
body.admin-bar .angie-modal-overlay-ef733a3d { top: var(--wp-admin--admin-bar--height, 32px); height: calc(100% - var(--wp-admin--admin-bar--height, 32px)); }
@media screen and (max-width: 782px) { body.admin-bar .angie-modal-overlay-ef733a3d { top: 46px; height: calc(100% - 46px); } }
.angie-modal-content-ef733a3d { background: #0A0A0A; border: 2px solid #F3BF12; border-radius: 8px; padding: 40px; max-width: 500px; width: 90%; position: relative; color: #fff; text-align: center; font-family: 'Orbitron', sans-serif; }
.angie-modal-close-ef733a3d { position: absolute; top: 10px; right: 15px; background: transparent; border: none; color: #F3BF12; font-size: 24px; cursor: pointer; }
.angie-modal-html-field-ef733a3d input { width: 100%; padding: 12px; margin: 15px 0; border: 1px solid #333; background: #121212; color: #fff; border-radius: 4px; }
.angie-modal-submit-ef733a3d { background: #F3BF12; color: #000; border: none; padding: 12px 24px; font-weight: bold; cursor: pointer; font-family: 'Orbitron', sans-serif; border-radius: 4px; width: 100%; }
.angie-modal-submit-ef733a3d:hover { background: #d1b479; }