.tower-elevator{

position:fixed;

right:30px;
top:50%;

transform:translateY(-50%);

width:220px;

padding:25px;

border-radius:24px;

background:
rgba(8,15,28,.85);

backdrop-filter:blur(20px);

border:
1px solid rgba(255,255,255,.08);

z-index:999;

box-shadow:
0 30px 80px rgba(0,0,0,.35);

}

.tower-title{

font-size:12px;

letter-spacing:4px;

color:#e5c87b;

margin-bottom:20px;

text-align:center;

}

.tower-floor{

width:100%;

padding:14px;

margin-bottom:10px;

border:none;

cursor:pointer;

border-radius:12px;

background:
rgba(255,255,255,.04);

color:white;

transition:.35s;

}

.tower-floor:hover{

background:
rgba(229,200,123,.15);

transform:
translateX(6px);

}