body.has-demo-bar{
  padding-top:74px;
}

body.has-demo-bar .site-header{
  top:74px!important;
}

.sr-demo-bar{
  position:fixed;
  inset:0 0 auto;
  z-index:9999;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:12px clamp(16px,4vw,60px);
  color:#f8fafc;
  background:#1a1a1a;
  border-bottom:1px solid rgba(249,115,22,.75);
  box-shadow:none;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.sr-demo-bar::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent,#ffb84c,#f97316,transparent);
  opacity:.95;
}

.sr-demo-brand{
  color:#fff;
  font-size:1.48rem;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  letter-spacing:0;
}

.sr-demo-brand span{
  color:#f97316;
}

.sr-demo-bar p{
  margin:0;
  color:#d4d4d8;
  font-size:1rem;
  text-align:center;
  line-height:1.35;
}

.sr-demo-bar strong{
  color:#fff;
  font-weight:600;
}

.sr-demo-actions{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
}

.sr-demo-actions a,
.sr-demo-actions button{
  min-height:42px;
  border:1px solid rgba(255,184,76,.82);
  border-radius:10px;
  padding:10px 16px;
  color:#1f1307;
  background:linear-gradient(180deg,#ffc766,#f97316);
  box-shadow:none;
  text-decoration:none;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}

.sr-demo-actions button{
  border-color:rgba(148,163,184,.42);
  background:rgba(255,255,255,.06);
  box-shadow:none;
}

.sr-demo-actions a:hover,
.sr-demo-actions button:hover{
  transform:translateY(-2px);
  box-shadow:none;
}

.sr-demo-actions button:hover{
  border-color:rgba(255,255,255,.7);
}

@media (max-width:760px){
  body.has-demo-bar{
    padding-top:146px;
  }

  body.has-demo-bar .site-header{
    top:146px!important;
  }

  .sr-demo-bar{
    min-height:146px;
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
    gap:10px 14px;
  }

  .sr-demo-actions{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
  }
}
