/* Bağış Sistemi v2 - Public CSS */
/* Ana stil template içindeki <style> bloğundadır (dinamik renk için) */
/* Burada sadece 3D popup ve sonuç popup için genel stiller */

#bagis-3d-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:99999;display:none;align-items:center;justify-content:center}
#bagis-3d-overlay.open{display:flex!important}
#bagis-result-popup{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999999;align-items:center;justify-content:center}
