:root{
  color-scheme:dark;
  --vs-bg:#030205;
  --vs-panel:#08070d;
  --vs-line:rgba(255,255,255,.14);
  --vs-pink:#ef4fd4;
  --vs-purple:#a832ff;
  --vs-text:#fff;
  --vs-muted:#b9b4c0;
}

*{box-sizing:border-box}

html,body{
  min-height:100%;
  margin:0;
  background:#030205 !important;
  color:var(--vs-text);
  font-family:Arial,Helvetica,sans-serif;
}

body.vsSigninReady{
  min-height:100vh !important;
  margin:0 !important;
  overflow-x:hidden !important;
}

body.vsSigninReady > *:not(.vsSigninShell):not(script):not(style):not(link){
  display:none !important;
}

.vsSigninShell{
  min-height:100vh;
  width:100%;
  display:flex;
  flex-direction:column;
  background:#030205;
}

.vsSigninHero{
  position:relative;
  min-height:250px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:28px 18px 24px;
  overflow:hidden;
  border-bottom:1px solid rgba(168,50,255,.36);
  background:
    linear-gradient(180deg,rgba(3,2,5,.08),rgba(3,2,5,.92)),
    url("/velvet-radio/assets/velvet-studios-entry-u60c.webp?v=20260828u60dr1")
      center 18% / cover no-repeat;
}

.vsSigninHero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 25%,transparent 75%,rgba(0,0,0,.42));
  pointer-events:none;
}

.vsSigninBack{
  position:absolute;
  z-index:3;
  top:max(16px,env(safe-area-inset-top));
  left:16px;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:rgba(3,2,5,.72);
  color:#fff;
  text-decoration:none;
  font-size:30px;
  backdrop-filter:blur(12px);
}

.vsSigninIdentity{
  position:relative;
  z-index:2;
  text-align:center;
  text-shadow:0 2px 18px #000;
}

.vsSigninBrand{
  margin:0;
  font-size:clamp(36px,8vw,54px);
  line-height:.95;
  font-weight:900;
}

.vsSigninKicker{
  margin:10px 0 0;
  color:#f3b5e8;
  font-size:12px;
  font-weight:900;
  letter-spacing:.25em;
  text-transform:uppercase;
}

.vsSigninMain{
  width:100%;
  max-width:560px;
  margin:0 auto;
  padding:30px 22px 40px;
}

.vsSigninTitle{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.05;
  font-weight:900;
}

.vsSigninCopy{
  margin:0 0 24px;
  color:var(--vs-muted);
  font-size:16px;
  line-height:1.55;
}

.vsSigninFormHost form{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.vsSigninFormHost label{
  display:block !important;
  margin:0 0 8px !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
}

.vsSigninFormHost input:not([type="checkbox"]):not([type="radio"]),
.vsSigninFormHost select,
.vsSigninFormHost textarea{
  width:100% !important;
  min-height:56px !important;
  margin:0 0 18px !important;
  padding:0 16px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:14px !important;
  background:#09080d !important;
  color:#fff !important;
  font-size:16px !important;
  outline:none !important;
  box-shadow:none !important;
}

.vsSigninFormHost input:focus,
.vsSigninFormHost select:focus,
.vsSigninFormHost textarea:focus{
  border-color:var(--vs-pink) !important;
  box-shadow:0 0 0 3px rgba(239,79,212,.12) !important;
}

.vsSigninFormHost button[type="submit"],
.vsSigninFormHost input[type="submit"]{
  width:100% !important;
  min-height:56px !important;
  margin-top:4px !important;
  border:1px solid rgba(239,79,212,.75) !important;
  border-radius:16px !important;
  background:linear-gradient(90deg,#5215b9,#b425e4) !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
}

.vsSigninFormHost a{
  color:#f0aee2 !important;
}

.vsSigninSwitch{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid var(--vs-line);
  text-align:center;
  color:var(--vs-muted);
}

.vsSigninSwitch a{
  color:#fff;
  font-weight:900;
  text-decoration:none;
}
