.lcf-login-shortcode{
  width:100%;
  margin:0;
  color:var(--lcf-text);
  font-family:inherit;
}
.lcf-login-shortcode__shell{
  position:relative;
  overflow:hidden;
  padding:18px 18px 20px;
  border-top:2px solid rgba(242,190,74,.95);
  background:
    radial-gradient(circle at 78% 22%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.05), transparent 42%),
    linear-gradient(180deg, var(--lcf-bg2), var(--lcf-bg1));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 40px rgba(0,0,0,.28);
}
.lcf-login-shortcode__shell:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg, transparent, rgba(242,190,74,.08), transparent);
}
.lcf-login-shortcode__eyebrow{
  display:inline-block;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(4,23,40,.55);
  color:var(--lcf-accent);
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.lcf-login-shortcode__title{
  margin:0 0 8px;
  font-size:42px;
  line-height:.98;
  font-weight:900;
  color:var(--lcf-text);
}
.lcf-login-shortcode__subtitle{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.45;
  color:var(--lcf-muted);
  max-width:680px;
}
.lcf-login-shortcode__card{
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(2,17,31,.92), rgba(2,14,26,.98));
  box-shadow:0 10px 32px rgba(0,0,0,.32);
  padding:18px;
  backdrop-filter:blur(4px);
}
.lcf-login-shortcode form{margin:0;}
.lcf-login-shortcode form p{margin:0 0 14px;}
.lcf-login-shortcode label{
  display:block;
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  color:var(--lcf-text);
}
.lcf-login-shortcode input[type="text"],
.lcf-login-shortcode input[type="password"],
.lcf-login-shortcode input[type="email"]{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  color:#fff;
  padding:15px 16px;
  font-size:16px;
  outline:none;
  box-sizing:border-box;
}
.lcf-login-shortcode input[type="text"]:focus,
.lcf-login-shortcode input[type="password"]:focus,
.lcf-login-shortcode input[type="email"]:focus{
  border-color:rgba(242,190,74,.65);
  box-shadow:0 0 0 3px rgba(242,190,74,.14);
}
.lcf-login-shortcode .login-remember label{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  color:var(--lcf-muted);
}
.lcf-login-shortcode input[type="checkbox"]{
  accent-color:var(--lcf-accent);
  width:18px;
  height:18px;
}
.lcf-login-shortcode input[type="submit"]{
  width:100%;
  border:none;
  border-radius:18px;
  padding:17px 20px;
  font-size:18px;
  font-weight:900;
  color:#09131d;
  cursor:pointer;
  background:linear-gradient(180deg, var(--lcf-accent), var(--lcf-accent-dark));
  box-shadow:0 10px 26px rgba(242,190,74,.28);
}
.lcf-login-shortcode input[type="submit"]:hover{filter:brightness(1.03); transform:translateY(-1px);}
.lcf-login-shortcode__links{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:space-between;
}
.lcf-login-shortcode__textlink{
  color:var(--lcf-muted);
  text-decoration:none;
  font-weight:700;
}
.lcf-login-shortcode__secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  border:1px solid rgba(242,190,74,.35);
  background:linear-gradient(180deg, rgba(8,28,48,.9), rgba(4,20,34,.96));
}
.lcf-login-shortcode__note{
  margin-top:14px;
  color:var(--lcf-muted);
  font-size:14px;
  line-height:1.5;
}
.lcf-login-shortcode__logged{
  padding:16px 18px;
  border-radius:16px;
  background:#071b2d;
  color:#fff;
}

.lcf-lostpass-wrap{
    width:100%;
    padding:20px 0;
}

.lcf-lostpass-card{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#0a1b2b 0%, #071421 100%);
    border:1px solid rgba(255,196,72,.18);
    border-radius:24px;
    padding:24px 18px;
    box-shadow:
        0 12px 34px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.04);
    color:#fff;
}

.lcf-lostpass-glow{
    position:absolute;
    top:-80px;
    right:-60px;
    width:180px;
    height:180px;
    background:radial-gradient(circle, rgba(255,196,72,.18) 0%, rgba(255,196,72,0) 70%);
    pointer-events:none;
}

.lcf-lostpass-head{
    position:relative;
    z-index:2;
    margin-bottom:18px;
}

.lcf-lostpass-badge{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    color:#ffc448;
    background:rgba(255,196,72,.08);
    border:1px solid rgba(255,196,72,.18);
    margin-bottom:12px;
}

.lcf-lostpass-head h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.1;
    font-weight:800;
    color:#fff;
}

.lcf-lostpass-head p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:rgba(255,255,255,.76);
}

.lcf-lostpass-alert{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:14px;
    font-size:13px;
    line-height:1.5;
}

.lcf-lostpass-alert.success{
    background:rgba(75, 181, 67, .12);
    border:1px solid rgba(75, 181, 67, .22);
    color:#d6ffd2;
}

.lcf-lostpass-form{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.lcf-lostpass-field label{
    display:block;
    margin:0 0 8px;
    font-size:13px;
    font-weight:600;
    color:#e9edf2;
}

.lcf-lostpass-field input{
    width:100%;
    height:52px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.04);
    padding:0 16px;
    color:#fff;
    font-size:15px;
    outline:none;
    box-sizing:border-box;
    transition:.2s ease;
}

.lcf-lostpass-field input::placeholder{
    color:rgba(255,255,255,.35);
}

.lcf-lostpass-field input:focus{
    border-color:rgba(255,196,72,.55);
    box-shadow:0 0 0 3px rgba(255,196,72,.10);
    background:rgba(255,255,255,.06);
}

.lcf-lostpass-btn{
    width:100%;
    height:54px;
    border:0;
    border-radius:16px;
    cursor:pointer;
    font-size:15px;
    font-weight:800;
    color:#0a1420;
    background:linear-gradient(180deg,#ffd15c 0%, #f3b93b 100%);
    box-shadow:0 10px 24px rgba(243,185,59,.22);
    transition:transform .18s ease, box-shadow .18s ease;
}

.lcf-lostpass-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(243,185,59,.28);
}

.lcf-lostpass-footer{
    margin-top:16px;
    text-align:center;
}

.lcf-lostpass-footer a{
    color:#ffc448;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.lcf-lostpass-footer a:hover{
    text-decoration:underline;
}

@media (min-width:768px){
    .lcf-lostpass-card{
        padding:32px 28px;
    }

    .lcf-lostpass-head h2{
        font-size:34px;
    }
}


.lcf-login-shortcode__logged a{color:#f2be4a;}
@media (max-width: 767px){
  .lcf-login-shortcode__shell{padding:16px 14px 18px;}
  .lcf-login-shortcode__eyebrow{font-size:12px; padding:9px 14px; margin-bottom:16px;}
  .lcf-login-shortcode__title{font-size:28px;}
  .lcf-login-shortcode__subtitle{font-size:16px; margin-bottom:18px;}
  .lcf-login-shortcode__card{border-radius:20px; padding:14px;}
  .lcf-login-shortcode__links{flex-direction:column; align-items:stretch;}
  .lcf-login-shortcode__secondary{text-align:center;}
}
