.lumen-widget{

position:fixed;

right:30px;
bottom:30px;

width:280px;

background:
rgba(10,20,35,.92);

border:
1px solid rgba(255,255,255,.08);

border-radius:20px;

padding:20px;

backdrop-filter:
blur(20px);

z-index:9999;

box-shadow:
0 20px 50px rgba(0,0,0,.30);

}

.lumen-header{

font-size:12px;

letter-spacing:4px;

color:#e5c87b;

margin-bottom:15px;

}

.lumen-message{

line-height:1.8;

color:#dce4ef;

transition:.5s;

}

.audio-toggle{

position:fixed;

left:30px;
bottom:30px;

z-index:9999;

padding:
14px 22px;

border:none;

border-radius:999px;

background:
rgba(255,255,255,.08);

color:white;

cursor:pointer;

backdrop-filter:
blur(15px);

}