
/* Biswas Music Entertainment — Portal Authentication UI */
.bme-auth-wrap{max-width:980px;margin:0 auto;padding:76px 20px}
.bme-auth-card{background:rgba(255,255,255,.98);border:1px solid #dfe3ef;border-radius:24px;padding:44px;box-shadow:0 25px 80px rgba(14,20,45,.10);color:#10152a}
.bme-kicker{font-size:11px;letter-spacing:2.5px;font-weight:800;color:#6845ef;text-transform:uppercase}
.bme-auth-card h1{font-size:42px;line-height:1.08;margin:10px 0;color:#10152a}
.bme-subtitle{color:#68718a;margin:0 0 28px}
.bme-form label{display:block;font-weight:700;font-size:13px;color:#202740;margin-bottom:18px}
.bme-form label>span{color:#7046ff}
.bme-grid,.bme-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.bme-full{grid-column:1/-1}
.bme-form input[type=text],.bme-form input[type=email],.bme-form input[type=password]{display:block;width:100%;height:48px;margin-top:8px;padding:0 14px;border:1px solid #d7dcea;border-radius:11px;background:#fafbff;color:#12172a;outline:0;transition:.2s}
.bme-form input:focus{border-color:#7046ff;box-shadow:0 0 0 4px rgba(112,70,255,.10)}
.bme-pass-wrap{position:relative}.bme-pass-wrap input{padding-right:65px!important}
.bme-eye{position:absolute;right:7px;top:15px;border:0;background:transparent;color:#7046ff;font-weight:800;cursor:pointer}
.bme-question{padding:18px 20px;border:1px solid #e3e6f0;border-radius:15px;background:#f8f9fd;margin:4px 0 22px}
.bme-question-title{font-weight:800;margin-bottom:10px}
.bme-check,.bme-human{display:flex!important;align-items:center;gap:10px!important;margin:0!important;font-weight:600!important}
.bme-check input,.bme-human input{width:18px;height:18px;accent-color:#7046ff}
.bme-strength{display:flex;align-items:center;gap:12px;margin-top:-7px;margin-bottom:9px;font-size:12px;color:#68718a}
.bme-strength-bar{display:block;width:140px;height:6px;background:#e6e8f0;border-radius:99px;overflow:hidden}
.bme-strength-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,#ff5c6c,#ffb72e,#7046ff);transition:.25s}
.bme-note{font-size:12px;color:#707990;background:#f7f8fc;border-left:3px solid #7046ff;padding:10px 12px;margin-bottom:20px;border-radius:0 8px 8px 0}
.bme-human{padding:14px 15px;border:1px solid #dfe3ef;border-radius:12px;background:#fff;margin-bottom:20px!important}
.bme-human small{margin-left:auto;color:#9aa2b6;font-weight:500}
.bme-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.bme-btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:13px 19px;border:0;border-radius:11px;background:linear-gradient(135deg,#7046ff,#a03cff);color:#fff!important;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 12px 28px rgba(112,70,255,.22)}
.bme-submit{width:100%;font-size:14px;margin-top:3px}
.bme-foot{text-align:center;color:#7a8398;font-size:13px;margin:18px 0 0}.bme-foot a{color:#7046ff;font-weight:800}
.bme-success,.bme-error,.bme-pending{padding:15px 17px;border-radius:12px;margin-bottom:20px;font-size:13px}
.bme-success{background:#effbf5;border:1px solid #bde8d0;color:#17663f}.bme-error{background:#fff2f3;border:1px solid #f1c5ca;color:#8d2630}.bme-pending{background:#fff8e8;border:1px solid #f1d18a;color:#795600}
@media(max-width:700px){.bme-auth-wrap{padding:45px 14px}.bme-auth-card{padding:27px 20px;border-radius:18px}.bme-auth-card h1{font-size:32px}.bme-grid,.bme-password-grid{grid-template-columns:1fr}.bme-full{grid-column:auto}.bme-human small{display:none}}

/* v3.5 — premium Artist / Label registration & login experience */
.bme-auth-wrap{
  position:relative;
  max-width:none!important;
  min-height:calc(100vh - 92px);
  margin:0!important;
  padding:78px 24px 100px!important;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(112,70,255,.16),transparent 30%),
    radial-gradient(circle at 88% 12%,rgba(32,139,255,.12),transparent 28%),
    radial-gradient(circle at 70% 90%,rgba(124,58,237,.10),transparent 34%),
    linear-gradient(145deg,#070b16 0%,#0b1020 48%,#080b15 100%);
}
.bme-auth-wrap:before,.bme-auth-wrap:after{
  content:"";position:absolute;border:1px solid rgba(139,92,246,.14);border-radius:50%;
  pointer-events:none;
}
.bme-auth-wrap:before{width:560px;height:560px;left:-260px;top:-220px;box-shadow:0 0 100px rgba(112,70,255,.08)}
.bme-auth-wrap:after{width:480px;height:480px;right:-210px;bottom:-250px}
.bme-auth-card{
  position:relative;z-index:2;
  width:min(980px,100%)!important;
  padding:52px 56px!important;
  border:1px solid rgba(139,92,246,.20)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.985),rgba(248,249,254,.985))!important;
  box-shadow:0 35px 100px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.08);
}
.bme-auth-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:4px}
.bme-kicker{font-size:10px!important;letter-spacing:3px!important;color:#7046ff!important}
.bme-auth-switch{display:flex;align-items:center;gap:5px;padding:4px;border:1px solid #e0e4f0;border-radius:10px;background:#f4f6fb}
.bme-auth-switch a,.bme-auth-switch span{
  padding:8px 14px;border-radius:7px;color:#6c7488;text-decoration:none;font-size:11px;font-weight:800;
}
.bme-auth-switch .active{color:#fff;background:linear-gradient(135deg,#7046ff,#5b2df0);box-shadow:0 5px 14px rgba(112,70,255,.18)}
.bme-auth-card h1{font-size:clamp(40px,5vw,58px)!important;letter-spacing:-1.8px;margin:20px 0 12px!important;color:#0d1326!important}
.bme-auth-card h1 span{color:#7046ff}
.bme-subtitle{max-width:720px;font-size:15px!important;line-height:1.65;color:#667088!important;margin-bottom:34px!important}
.bme-form{position:relative}
.bme-form label{font-size:12px!important;letter-spacing:.1px}
.bme-form input[type=text],.bme-form input[type=email],.bme-form input[type=password]{
  height:52px!important;border-radius:12px!important;background:#fff!important;border-color:#d8deed!important;
  box-shadow:inset 0 1px 2px rgba(18,25,45,.03);
}
.bme-form input:focus{border-color:#7046ff!important;box-shadow:0 0 0 4px rgba(112,70,255,.10),0 6px 20px rgba(20,25,45,.04)!important}
.bme-question{background:linear-gradient(135deg,#f8f9ff,#f3f5fc)!important;border-color:#dce2f0!important;padding:20px 22px!important;border-radius:16px!important}
.bme-question-title{font-size:15px}
.bme-strength{padding-top:2px}
.bme-note{background:#f6f4ff!important;border-left-color:#7046ff!important;line-height:1.55}
.bme-human{background:#fbfcff!important;border-color:#dce2ef!important;padding:15px 17px!important}
.bme-submit{height:54px;font-size:14px!important;letter-spacing:.1px;box-shadow:0 14px 32px rgba(112,70,255,.25)!important}
.bme-submit:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(112,70,255,.32)!important}
.bme-foot{font-size:12px!important}
@media(max-width:700px){
 .bme-auth-wrap{min-height:calc(100vh - 76px);padding:42px 14px 70px!important}
 .bme-auth-card{padding:30px 22px!important;border-radius:20px!important}
 .bme-auth-top{align-items:flex-start;flex-direction:column;gap:14px}
 .bme-auth-switch{align-self:flex-start}
 .bme-auth-card h1{font-size:35px!important;letter-spacing:-1px}
 .bme-subtitle{font-size:13px!important}
}

/* v3.6 — portal content clearance below sticky header */
.bme-auth-wrap{
  box-sizing:border-box;
  padding-top:150px!important;
}
.bme-auth-card{
  margin-top:0!important;
}
@media(max-width:700px){
  .bme-auth-wrap{
    padding-top:112px!important;
  }
}

/* v3.7 — step-by-step premium portal application */
.bme-portal-brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.bme-portal-brand img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:#080c17;border:1px solid #dfe3ef;padding:4px;box-shadow:0 10px 28px rgba(20,25,45,.12)}
.bme-portal-brand strong{display:block;color:#10152a;font-size:16px;letter-spacing:1.5px}
.bme-portal-brand small{display:block;color:#7b8499;font-size:8px;letter-spacing:2.2px;margin-top:4px}
.bme-register-form{max-width:720px;margin:0 auto}
.bme-step{display:flex;align-items:center;gap:13px;margin:30px 0 14px;padding-top:20px;border-top:1px solid #e5e8f1}
.bme-step>span{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#7046ff,#5b2df0);color:#fff;font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(112,70,255,.20)}
.bme-step b{display:block;color:#151b30;font-size:14px}.bme-step small{display:block;color:#8992a7;font-size:10px;margin-top:3px}
.bme-field-full{display:block!important;margin-bottom:17px!important}
.bme-field-full input{width:100%!important;height:54px!important;box-sizing:border-box}
.bme-distribution-question{margin:0 0 5px!important;padding:20px 22px!important}
.bme-choice{display:flex!important;align-items:center;gap:11px!important;margin:11px 0 0!important;font-size:12px!important;color:#343c52!important;font-weight:600!important}
.bme-choice input{width:18px;height:18px;accent-color:#7046ff}
.bme-recaptcha-box{padding:5px 0 2px}
.bme-recaptcha-box .bme-human{margin-bottom:8px!important}
.bme-recaptcha-note{margin:0 0 18px;padding:10px 13px;border-radius:9px;background:#f5f6fa;color:#8a92a5;font-size:10px;line-height:1.5}
.bme-submit{margin-top:10px!important}
@media(max-width:700px){
 .bme-register-form{max-width:none}.bme-step{margin-top:24px}.bme-password-grid{grid-template-columns:1fr}
 .bme-portal-brand img{width:52px;height:52px}
}

/* v4.0 — authentication typography */
.bme-auth-wrap,.bme-auth-card,.bme-auth-card input,.bme-auth-card button{
  font-family:var(--bme-font-body,"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif)!important;
}
.bme-auth-card h1,.bme-auth-card h2,.bme-auth-card h3{
  font-family:var(--bme-font-display,"Space Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif)!important;
  font-weight:600!important;
}
.bme-auth-card h1{
  letter-spacing:-.035em!important;
}
.bme-auth-card label,.bme-question-title,.bme-step b{
  font-family:var(--bme-font-body,"Manrope",sans-serif)!important;
  font-weight:700!important;
}
