From 6b9979b33dd0c9def93341e231d4be68c594a4ea Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 16 Feb 2026 20:51:01 +0000 Subject: [PATCH] Auto commit: 2026-02-16T20:51:01.264Z --- index.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/index.php b/index.php index c9e034f..88c3b35 100644 --- a/index.php +++ b/index.php @@ -633,6 +633,35 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; position: relative; transform: scale(0.7); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); + overflow: hidden; + box-shadow: 0 0 40px rgba(0, 230, 118, 0.4), 0 0 80px rgba(255, 255, 255, 0.1); + } + + .qr-modal-content::after { + content: ""; + position: absolute; + top: -50%; + left: -150%; + width: 200%; + height: 200%; + background: linear-gradient( + 120deg, + transparent, + rgba(255, 255, 255, 0.8), + transparent + ); + transform: rotate(10deg); + pointer-events: none; + } + + .qr-modal.show .qr-modal-content::after { + animation: modal-shine 4s infinite; + } + + @keyframes modal-shine { + 0% { left: -150%; } + 20% { left: 150%; } + 100% { left: 150%; } } .qr-modal.show .qr-modal-content {