
.spotme-auth{
  --sm-auth-burgundy:#970027;
  --sm-auth-gold:#d8a32f;
  --sm-auth-ink:#111a2d;
  --sm-auth-muted:#62594f;
  display:grid;
  place-items:center;
  min-height:620px;
  padding:52px 20px;
  background:
    linear-gradient(90deg,rgba(249,246,240,.98),rgba(249,246,240,.84)),
    url("hero-premium-6623.jpg") center right/cover no-repeat;
  box-sizing:border-box;
}
.spotme-auth *{box-sizing:border-box}
.spotme-auth-card{
  width:min(100%,500px);
  padding:42px;
  border:1px solid rgba(151,0,39,.12);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 65px rgba(33,22,15,.14);
}
.spotme-auth-logo{
  display:block;
  width:190px;
  max-width:70%;
  height:auto;
  margin:0 0 30px;
}
.spotme-auth-kicker{
  display:block;
  margin-bottom:10px;
  color:#b77900;
  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
}
.spotme-auth h1{
  margin:0 0 12px;
  color:var(--sm-auth-ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1.05;
}
.spotme-auth p{
  color:var(--sm-auth-muted);
  font-size:15px;
  line-height:1.6;
}
.spotme-auth-intro{margin:0 0 28px}
.spotme-auth-form{
  display:grid;
  gap:10px;
}
.spotme-auth-form label{
  margin-top:8px;
  color:#29231f;
  font-size:13px;
  font-weight:700;
}
.spotme-auth-form input[type="text"],
.spotme-auth-form input[type="password"]{
  width:100%;
  min-height:50px;
  padding:12px 14px;
  border:1px solid #d8d0c6;
  border-radius:10px;
  background:#fff;
  color:#1f1b18;
  font-size:16px;
  outline:none;
}
.spotme-auth-form input:focus{
  border-color:var(--sm-auth-gold);
  box-shadow:0 0 0 3px rgba(216,163,47,.16);
}
.spotme-auth-remember{
  display:flex;
  align-items:center;
  gap:9px;
  margin:8px 0 14px!important;
  font-weight:400!important;
}
.spotme-auth-remember input{
  width:17px;
  height:17px;
}
.spotme-auth-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 24px;
  border:1px solid var(--sm-auth-burgundy);
  border-radius:10px;
  background:var(--sm-auth-burgundy);
  color:#fff!important;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
}
.spotme-auth-button:hover{
  filter:brightness(.92);
}
.spotme-auth-error{
  margin:0 0 18px;
  padding:12px 14px;
  border-left:4px solid var(--sm-auth-burgundy);
  border-radius:8px;
  background:#fff1f3;
  color:#721126;
  font-size:14px;
  line-height:1.45;
}
.spotme-auth-footer{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:22px;
  color:#796f65;
  font-size:13px;
}
.spotme-auth-footer a,
.spotme-auth-link{
  color:var(--sm-auth-burgundy)!important;
  font-weight:700;
  text-decoration:none!important;
}
.spotme-auth-card--account .spotme-auth-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  margin-top:24px;
}
@media(max-width:600px){
  .spotme-auth{
    min-height:0;
    padding:24px 14px;
    background:
      linear-gradient(rgba(249,246,240,.93),rgba(249,246,240,.93)),
      url("hero-premium-6623.jpg") center/cover no-repeat;
  }
  .spotme-auth-card{
    padding:28px 22px;
    border-radius:17px;
  }
  .spotme-auth-logo{
    width:165px;
    margin-bottom:24px;
  }
  .spotme-auth h1{
    font-size:34px;
  }
}


/* v6.6.29 — correção efetiva do login em telemóvel */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

.spotme-auth{
  width:100%;
  max-width:100%;
  margin:0;
  padding-left:16px;
  padding-right:16px;
  overflow:hidden;
}

.spotme-auth-card{
  width:100%;
  max-width:500px;
  min-width:0;
}

.spotme-auth-form,
.spotme-auth-form input,
.spotme-auth-button{
  width:100%;
  max-width:100%;
}

@media(max-width:600px){
  .entry-content,
  .site-main,
  .content-area,
  .wp-site-blocks,
  main{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .spotme-auth{
    min-height:auto!important;
    width:100%!important;
    max-width:100%!important;
    padding:16px 12px!important;
    background:
      linear-gradient(rgba(249,246,240,.95),rgba(249,246,240,.95)),
      url("hero-premium-6623.jpg") center/cover no-repeat!important;
  }

  .spotme-auth-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:24px 18px!important;
    border-radius:16px!important;
  }

  .spotme-auth-logo{
    width:150px!important;
    max-width:70%!important;
    margin:0 0 20px!important;
  }

  .spotme-auth h1{
    font-size:31px!important;
    line-height:1.05!important;
    word-break:normal!important;
  }

  .spotme-auth-intro{
    margin-bottom:20px!important;
    font-size:14px!important;
  }

  .spotme-auth-form input[type="text"],
  .spotme-auth-form input[type="password"]{
    min-height:48px!important;
    font-size:16px!important;
  }

  .spotme-auth-button{
    min-height:50px!important;
  }

  .spotme-auth-footer{
    display:block!important;
    text-align:center!important;
    line-height:1.7!important;
  }

  .spotme-auth-footer span{
    display:none!important;
  }

  .spotme-auth-footer a{
    display:block!important;
    margin:4px 0!important;
  }
}

@media(max-width:380px){
  .spotme-auth{
    padding:10px 8px!important;
  }

  .spotme-auth-card{
    padding:20px 14px!important;
  }

  .spotme-auth h1{
    font-size:28px!important;
  }
}


/* v6.6.30 — página Entrar integrada visualmente com a Home V2 */
body.spotme-login-page{
  margin:0!important;
  background:#f7f3ec!important;
  color:#231b15;
}

body.spotme-login-page #wpadminbar{
  position:fixed;
}

body.spotme-login-page header:not(.sm-header),
body.spotme-login-page footer:not(.sm-footer),
body.spotme-login-page .site-header,
body.spotme-login-page .site-footer,
body.spotme-login-page .ast-primary-header-bar,
body.spotme-login-page .ast-above-header-wrap,
body.spotme-login-page .ast-below-header-wrap,
body.spotme-login-page .site-branding,
body.spotme-login-page .entry-header,
body.spotme-login-page .page-title,
body.spotme-login-page .widget-area{
  display:none!important;
}

body.spotme-login-page .site,
body.spotme-login-page .site-content,
body.spotme-login-page .content-area,
body.spotme-login-page .site-main,
body.spotme-login-page article,
body.spotme-login-page .entry-content,
body.spotme-login-page .wp-site-blocks,
body.spotme-login-page main{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}

body.spotme-login-page .spotme-auth{
  min-height:100vh;
  padding:42px 20px;
  background:
    linear-gradient(90deg,
      rgba(248,245,239,.98) 0%,
      rgba(248,245,239,.95) 42%,
      rgba(248,245,239,.72) 68%,
      rgba(248,245,239,.32) 100%
    ),
    url("hero-premium-6623.jpg") center right/cover no-repeat;
}

body.spotme-login-page .spotme-auth-card{
  margin-left:min(6vw,80px);
  margin-right:auto;
  border:1px solid rgba(183,121,0,.18);
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 55px rgba(42,27,14,.14);
}

body.spotme-login-page .spotme-auth-logo{
  width:205px;
}

body.spotme-login-page .spotme-auth-kicker{
  color:#b77900;
}

body.spotme-login-page .spotme-auth h1{
  color:#111a2d;
}

body.spotme-login-page .spotme-auth-button{
  background:#970027;
  border-color:#970027;
}

body.spotme-login-page .spotme-auth-footer a,
body.spotme-login-page .spotme-auth-link{
  color:#970027!important;
}

@media(max-width:900px){
  body.spotme-login-page .spotme-auth{
    min-height:100vh;
    padding:28px 16px;
    background:
      linear-gradient(180deg,
        rgba(248,245,239,.96) 0%,
        rgba(248,245,239,.90) 64%,
        rgba(248,245,239,.76) 100%
      ),
      url("hero-premium-6623.jpg") 68% center/cover no-repeat;
  }

  body.spotme-login-page .spotme-auth-card{
    margin:0 auto;
  }
}

@media(max-width:600px){
  body.spotme-login-page .spotme-auth{
    min-height:100svh!important;
    padding:18px 12px!important;
    align-items:center;
    background:
      linear-gradient(180deg,
        rgba(248,245,239,.98) 0%,
        rgba(248,245,239,.94) 70%,
        rgba(248,245,239,.84) 100%
      ),
      url("hero-premium-6623.jpg") 70% center/cover no-repeat!important;
  }

  body.spotme-login-page .spotme-auth-card{
    width:100%!important;
    max-width:430px!important;
    padding:26px 20px!important;
    background:rgba(255,255,255,.96)!important;
  }
}


/* v6.6.31 — login premium e mobile afinado */
body.spotme-login-page .spotme-auth{
  position:relative;
  overflow:hidden;
}

body.spotme-login-page .spotme-auth::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:min(34vw,520px);
  background:
    radial-gradient(circle at 68% 35%,rgba(151,0,39,.30),transparent 35%),
    linear-gradient(180deg,rgba(34,0,8,.96),rgba(18,0,5,.96));
  border-right:1px solid rgba(216,163,47,.35);
  pointer-events:none;
}

body.spotme-login-page .spotme-auth::after{
  content:"A sua garrafeira\A com identidade.";
  white-space:pre;
  position:absolute;
  left:min(5vw,72px);
  top:50%;
  transform:translateY(-50%);
  width:min(24vw,340px);
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,3vw,58px);
  line-height:1.05;
  text-shadow:0 4px 22px rgba(0,0,0,.25);
  pointer-events:none;
}

body.spotme-login-page .spotme-auth-card{
  position:relative;
  z-index:2;
  margin-left:calc(min(34vw,520px) + 5vw);
  max-width:520px;
}

.spotme-auth-remember{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:8px 0 16px!important;
  white-space:normal!important;
  overflow:visible!important;
}

.spotme-auth-remember input{
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}

.spotme-auth-remember span{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  font-size:14px!important;
  line-height:1.35!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

.spotme-auth-footer{
  display:block!important;
  margin-top:18px!important;
  text-align:center!important;
}

.spotme-auth-recover{
  display:inline-block!important;
  margin-bottom:18px!important;
}

.spotme-auth-register{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-top:18px;
  border-top:1px solid #e6ddd3;
  color:#6d645c;
  font-size:14px;
}

@media(max-width:900px){
  body.spotme-login-page .spotme-auth::before,
  body.spotme-login-page .spotme-auth::after{
    display:none!important;
  }

  body.spotme-login-page .spotme-auth-card{
    margin:0 auto!important;
    max-width:520px!important;
  }
}

@media(max-width:600px){
  body.spotme-login-page .spotme-auth-card{
    padding:24px 18px!important;
  }

  .spotme-auth-remember{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:10px!important;
    width:100%!important;
    margin:8px 0 16px!important;
  }

  .spotme-auth-remember input{
    grid-column:1!important;
  }

  .spotme-auth-remember span{
    grid-column:2!important;
    width:auto!important;
    max-width:none!important;
    font-size:14px!important;
    line-height:1.3!important;
    white-space:normal!important;
    word-break:normal!important;
  }

  .spotme-auth-register{
    flex-wrap:wrap;
  }
}


/* v6.6.32 — logótipo institucional oficial no login */
.spotme-auth-logo{
  width:220px!important;
  max-width:78%!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:600px){
  .spotme-auth-logo{
    width:185px!important;
    max-width:76%!important;
  }
}


/* v6.6.33 — login simples, limpo e funcional */
body.spotme-login-page .spotme-auth{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  padding:28px 16px!important;
  background:
    linear-gradient(rgba(248,245,239,.78),rgba(248,245,239,.78)),
    url("hero-premium-6623.jpg") center/cover no-repeat!important;
}

body.spotme-login-page .spotme-auth::before,
body.spotme-login-page .spotme-auth::after{
  display:none!important;
  content:none!important;
}

body.spotme-login-page .spotme-auth-card{
  width:min(100%,420px)!important;
  max-width:420px!important;
  margin:0 auto!important;
  padding:28px 28px 24px!important;
  border:1px solid rgba(183,121,0,.18)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 18px 46px rgba(42,27,14,.16)!important;
}

body.spotme-login-page .spotme-auth-logo{
  width:185px!important;
  max-width:72%!important;
  margin:0 auto 22px!important;
}

body.spotme-login-page .spotme-auth-kicker{
  text-align:center!important;
  margin-bottom:8px!important;
}

body.spotme-login-page .spotme-auth h1{
  margin:0 0 10px!important;
  text-align:center!important;
  font-size:34px!important;
  line-height:1.05!important;
}

body.spotme-login-page .spotme-auth-intro{
  margin:0 auto 24px!important;
  max-width:330px!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1.5!important;
}

body.spotme-login-page .spotme-auth-form{
  gap:9px!important;
}

body.spotme-login-page .spotme-auth-form input[type="text"],
body.spotme-login-page .spotme-auth-form input[type="password"]{
  min-height:48px!important;
  border-color:#d8b56a!important;
  border-radius:8px!important;
  background:#fff!important;
}

body.spotme-login-page .spotme-auth-remember{
  margin:8px 0 14px!important;
}

body.spotme-login-page .spotme-auth-button{
  min-height:48px!important;
  border-radius:8px!important;
  background:#a0002d!important;
  border-color:#a0002d!important;
}

body.spotme-login-page .spotme-auth-footer{
  margin-top:16px!important;
}

body.spotme-login-page .spotme-auth-recover{
  margin-bottom:14px!important;
}

body.spotme-login-page .spotme-auth-register{
  padding-top:14px!important;
  font-size:13px!important;
}

@media(max-width:600px){
  body.spotme-login-page .spotme-auth{
    min-height:100svh!important;
    padding:16px 12px!important;
    background:
      linear-gradient(rgba(248,245,239,.84),rgba(248,245,239,.84)),
      url("hero-premium-6623.jpg") 68% center/cover no-repeat!important;
  }

  body.spotme-login-page .spotme-auth-card{
    width:100%!important;
    max-width:360px!important;
    padding:24px 18px 20px!important;
    border-radius:18px!important;
  }

  body.spotme-login-page .spotme-auth-logo{
    width:170px!important;
    margin-bottom:18px!important;
  }

  body.spotme-login-page .spotme-auth h1{
    font-size:29px!important;
  }

  body.spotme-login-page .spotme-auth-intro{
    font-size:13px!important;
    margin-bottom:20px!important;
  }

  body.spotme-login-page .spotme-auth-form label{
    font-size:12px!important;
  }

  body.spotme-login-page .spotme-auth-form input[type="text"],
  body.spotme-login-page .spotme-auth-form input[type="password"]{
    min-height:46px!important;
  }

  body.spotme-login-page .spotme-auth-button{
    min-height:46px!important;
  }
}


/* v6.6.34 — ligação permanente para criação de conta */
.spotme-auth-register{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  padding-top:14px!important;
  border-top:1px solid #e6ddd3!important;
  color:#6d645c!important;
  font-size:13px!important;
  line-height:1.4!important;
  text-align:center!important;
}

.spotme-auth-register span,
.spotme-auth-register a{
  display:inline-block!important;
  white-space:nowrap!important;
}

.spotme-auth-register a{
  color:#970027!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.spotme-auth-register a:hover,
.spotme-auth-register a:focus{
  text-decoration:underline!important;
}

@media(max-width:600px){
  .spotme-auth-register{
    flex-wrap:wrap!important;
    gap:4px 8px!important;
    padding-top:13px!important;
    font-size:13px!important;
  }

  .spotme-auth-register span,
  .spotme-auth-register a{
    white-space:normal!important;
  }
}

@media(max-width:340px){
  .spotme-auth-register{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:3px!important;
  }
}
