diff --git a/apps/player/src/assets/images/h5bg2.webp b/apps/player/src/assets/images/h5bg2.webp
new file mode 100644
index 0000000..cd8ca50
Binary files /dev/null and b/apps/player/src/assets/images/h5bg2.webp differ
diff --git a/apps/player/src/layouts/MainLayout.vue b/apps/player/src/layouts/MainLayout.vue
index bd3cba2..172ca3b 100644
--- a/apps/player/src/layouts/MainLayout.vue
+++ b/apps/player/src/layouts/MainLayout.vue
@@ -221,7 +221,7 @@ watch(
height: 100%;
min-height: 100dvh;
overflow: hidden;
- background: var(--bg-body);
+ background: transparent;
}
.header {
flex-shrink: 0;
diff --git a/apps/player/src/styles.css b/apps/player/src/styles.css
index 32f4090..f23beed 100644
--- a/apps/player/src/styles.css
+++ b/apps/player/src/styles.css
@@ -66,9 +66,19 @@
}
/* ── Global resets ── */
-html, body, #app { height: 100%; }
+html, body, #app { height: 100%; min-height: 100%; }
+
+html {
+ -webkit-text-size-adjust: 100%;
+ text-size-adjust: 100%;
+ height: -webkit-fill-available;
+}
body {
+ position: relative;
+ isolation: isolate;
+ min-height: 100%;
+ min-height: -webkit-fill-available;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background-color: var(--bg-body);
color: var(--text);
@@ -77,6 +87,36 @@ body {
-moz-osx-font-smoothing: grayscale;
}
+body::before {
+ content: '';
+ position: fixed;
+ inset: 0;
+ z-index: -2;
+ pointer-events: none;
+ background-image: url('./assets/images/h5bg2.webp');
+ background-repeat: no-repeat;
+ background-position: center 240px;
+ background-size: 84% auto;
+ opacity: 0.55;
+ filter: saturate(0.9);
+}
+
+body::after {
+ content: '';
+ position: fixed;
+ inset: 0;
+ z-index: -1;
+ pointer-events: none;
+ background:
+ radial-gradient(ellipse 120% 60% at 50% -10%, rgba(244, 162, 97, 0.08), transparent 55%),
+ linear-gradient(rgba(15, 32, 39, 0.72), rgba(15, 32, 39, 0.82));
+}
+
+#app {
+ min-height: 100%;
+ min-height: -webkit-fill-available;
+}
+
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; font-family: inherit; }
@@ -197,7 +237,6 @@ input:-webkit-autofill:active {
.qa-item,
.qe-item,
.league-block,
-.tx-list.glass-card,
.drawer,
.slip-item,
.hero,
@@ -211,12 +250,6 @@ input:-webkit-autofill:active {
-webkit-backdrop-filter: blur(14px);
}
-.tx-list.glass-card {
- border: 1px solid var(--glass-border);
- border-radius: var(--radius-lg);
- overflow: hidden;
-}
-
.ps-gold-input {
background: var(--bg-input) !important;
border: 1px solid var(--border) !important;
diff --git a/apps/player/src/views/HomeView.vue b/apps/player/src/views/HomeView.vue
index 624bd2f..2a37e15 100644
--- a/apps/player/src/views/HomeView.vue
+++ b/apps/player/src/views/HomeView.vue
@@ -66,36 +66,37 @@ function formatKickoff(startTime: string) {
{{ emptyMessage }}
-{{ emptyMessage }}
+