/*
 * JLPT180 Dashboard Overlay/Auth CSS owner.
 * P4.31: moved overlay/auth modal selectors from dashboard.css.
 * Scope: .ov* / .jlpt180-auth-* / .jlpt180-google-login only.
 */
body.jlpt180-clean-lobby .ov[hidden]{
display: none;
}


body.jlpt180-clean-lobby .ov{
position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 26, 45, .72);
  
}


body.jlpt180-clean-lobby .ov-box{
width: min(380px, 100%);
  position: relative;
  padding: 30px 22px 24px;
  border: 2px solid var(--jlpt-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(238,255,255,.96), rgba(185,255,229,.92));
  text-align: center;
  box-shadow: var(--jlpt-shadow);
}


body.jlpt180-clean-lobby .ov-close{
position: absolute;
  right: 12px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 52, 81, .12);
  color: #073451;
  font-size: 22px;
  line-height: 1;
}


body.jlpt180-clean-lobby .ov-mark{
width: 88px;
  height: 88px;
  margin: 0 auto 10px;
  background: var(--jlpt-crest) center / contain no-repeat;
}


body.jlpt180-clean-lobby .ov-title{
color: #073451;
  font-size: 22px;
  font-weight: 900;
}


body.jlpt180-clean-lobby .ov-sub{
margin: 8px 0 18px;
  color: rgba(7,52,81,.72);
  font-size: 13px;
  font-weight: 700;
}


body.jlpt180-clean-lobby .ov-login{
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #32dfff, #376dff);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(40, 111, 255, .26);
}


body.jlpt180-clean-lobby .jlpt180-auth-form{
flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}


body.jlpt180-clean-lobby .jlpt180-auth-form input{
width: 100%;
  min-height: 44px;
  border: 1px solid rgba(7, 52, 81, .18);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  color: #073451;
  font-size: 15px;
  font-weight: 700;
  padding: 0 14px;
  box-sizing: border-box;
  outline: none;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}


body.jlpt180-clean-lobby .jlpt180-auth-form input:focus{
border-color: #32dfff;
  box-shadow: 0 0 0 3px rgba(50, 223, 255, .18);
}


body.jlpt180-clean-lobby .jlpt180-auth-form .ov-login{
width: 100%;
  border: 0;
  cursor: pointer;
}


body.jlpt180-clean-lobby .jlpt180-auth-link{
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: #0f6a88;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}


body.jlpt180-clean-lobby .jlpt180-google-login{
background: linear-gradient(135deg, #ffffff, #e8f0fe);
  color: #123b5a;
  box-shadow: 0 4px 0 rgba(15, 76, 117, 0.22);
}
