diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html
index 2e079be..7af82cd 100644
--- a/plugin/contents/ui/dancer.html
+++ b/plugin/contents/ui/dancer.html
@@ -1143,17 +1143,22 @@ body.chuva #sunChuvaFace { opacity: 1; transition: opacity 5s ease; }
/* Paleta fixa inspirada na capa periwinkle rgb(145,119,255), pastelizada:
violeta-azulado no alto diluindo até um neutro quente no horizonte */
background: linear-gradient(to bottom,
- #8f88cf 0%,
- #a29ed8 26%,
- #b7b4e0 44%,
- #cac8e4 60%,
- #d8d2c8 66%,
+ #8b7fdc 0%,
+ #a094e4 26%,
+ #b6acec 44%,
+ #cbc2f0 60%,
+ #ded4d2 66%,
#5a7d4a 66.1%,
#3e5c35 82%,
#2a4126 100%);
}
body.dia:not(.balada):not(.chuva) #daySky { opacity: 1; }
+/* Névoa do horizonte (pintada pelo tema via JS) fica discreta de dia
+ para não acinzentar o céu */
+.fog-layer { transition: opacity 12s ease; }
+body.dia:not(.balada):not(.chuva) .fog-layer { opacity: 0.4; }
+
/* Estrelas viram fantasmas de dia; nebulosas e meteoros somem */
body.dia:not(.balada):not(.chuva) #starfield { opacity: 0.12; transition: opacity 12s ease; }
body.dia:not(.balada):not(.chuva) .nebula { opacity: 0; }
@@ -1169,7 +1174,7 @@ body.dia:not(.balada):not(.chuva) #meteorLayer { opacity: 0; }
transition: opacity 12s ease;
filter: blur(26px);
background: radial-gradient(ellipse,
- rgba(228,230,240,0.95) 0%, rgba(188,194,210,0.55) 55%, transparent 78%);
+ rgba(236,231,252,0.95) 0%, rgba(198,188,236,0.55) 55%, transparent 78%);
will-change: transform, opacity;
}
.cloud-a { width: 62vh; height: 14vh; top: 10%; left: 8%;