Auto commit: 2026-02-16T21:03:05.566Z

This commit is contained in:
Flatlogic Bot 2026-02-16 21:03:05 +00:00
parent 22af812c94
commit 7ed45f9e5c

View File

@ -36,8 +36,8 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
:root { :root {
--accent-color: #00c853; /* Refined Green */ --accent-color: #00c853; /* Refined Green */
--primary-color: #38bdf8; /* Vibrant Blue */ --primary-color: #38bdf8; /* Vibrant Blue */
--bg-overlay: rgba(0, 0, 0, 0.4); /* Darker overlay for text contrast */ --bg-overlay: rgba(0, 0, 0, 0.25); /* Lighter overlay for more visibility */
--glass-bg: rgba(255, 255, 255, 0.1); /* Very transparent glass */ --glass-bg: rgba(255, 255, 255, 0.08); /* Even more transparent glass */
--glass-border: rgba(255, 255, 255, 0.2); --glass-border: rgba(255, 255, 255, 0.2);
} }
@ -79,25 +79,31 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
min-height: 100vh; min-height: 100vh;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 4rem 2rem; padding: 2rem 1.5rem;
box-sizing: border-box; box-sizing: border-box;
gap: 3rem; gap: 1.5rem;
} }
/* Center Section: Player */ /* Center Section: Player */
.player-section { .player-section {
width: 100%; width: 100%;
max-width: 850px; max-width: 680px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
z-index: 10; z-index: 10;
} }
.interaction-center {
width: 100%;
max-width: 520px;
z-index: 10;
}
.glass-card { .glass-card {
background: var(--glass-bg); background: var(--glass-bg);
backdrop-filter: blur(12px); backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(6px);
border: 2px solid transparent; border: 2px solid transparent;
border-radius: 32px; border-radius: 32px;
padding: 2.5rem; padding: 2.5rem;
@ -586,7 +592,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
justify-content: center; justify-content: center;
color: #fff; color: #fff;
padding: 10px; padding: 10px;
backdrop-filter: blur(8px); backdrop-filter: blur(4px);
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
animation: qr-pulse 2s infinite ease-in-out; animation: qr-pulse 2s infinite ease-in-out;
@ -933,7 +939,7 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489";
</section> </section>
<!-- Interaction Center: Live Chat --> <!-- Interaction Center: Live Chat -->
<section class="interaction-center" style="width: 100%; max-width: 600px; z-index: 10;"> <section class="interaction-center">
<!-- Live Web Chat --> <!-- Live Web Chat -->
<div class="glass-card chat-window" style="height: 500px; display: flex; flex-direction: column;"> <div class="glass-card chat-window" style="height: 500px; display: flex; flex-direction: column;">
<h3 style="font-size: 1.2rem; margin-bottom: 1rem; color: var(--primary-color);"> <h3 style="font-size: 1.2rem; margin-bottom: 1rem; color: var(--primary-color);">