
#juronTopBar{
 position:fixed;
 top:0;
 left:0;
 width:100%;
 background:#b91c1c;
 color:#fff;
 display:none;
 z-index:99999;
 font-family:Arial,sans-serif;
 box-shadow:0 2px 10px rgba(0,0,0,0.3);
}
#juronTopBarInner{
 max-width:1200px;
 margin:auto;
 padding:10px 15px;
 display:flex;
 align-items:center;
 justify-content:space-between;
}
#juronLeft{
 display:flex;
 align-items:center;
 gap:10px;
}
#juronLeft img{
 width:36px;
 height:36px;
 border-radius:8px;
}
#juronText{
 font-size:15px;
 font-weight:bold;
 white-space:nowrap;
}
#juronInstallBtn{
 background:#fff;
 color:#7f1d1d;
 border:none;
 padding:8px 16px;
 border-radius:6px;
 font-weight:bold;
 cursor:pointer;
}
body{padding-top:60px;}
