﻿body{
    margin:0;
    background:#f3f3f3;
    font-family:Arial, Helvetica, sans-serif;
    overflow-x:hidden;
}

.container{
    width:100%;
    max-width:900px;
    margin:auto;
    padding:20px;
    box-sizing:border-box;
}

/* TOPO */

.topo{
    width:100%;
    height:90px;
    background:white;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 35px;

    box-sizing:border-box;

    border-bottom:1px solid #e8e8e8;
}
.topo-esquerda{

    display:flex;

    align-items:center;

    gap:28px;

}

.logo{

    display:flex;

    align-items:center;

}

.logo{
    display:flex;
    align-items:center;
}

.menu-principal{
    display:flex;
    align-items:center;
    gap:10px;

    margin-left:30px;
}

.login-topo{
    margin-left:auto;
}

.logo img{
    height:58px;
}

/* TÃTULO */

h1{
    text-align:center;

    font-size:86px;

    margin-top:40px;
    margin-bottom:30px;

    font-weight:900;

    letter-spacing:-3px;

    text-transform:uppercase;

    background:linear-gradient(90deg,#000,#cc0000);

    background-clip:text;
    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;
}

/* BANNER */

.banner-wrapper{
    position:relative;

    width:100%;
    max-width:1400px;

    margin:auto;
}

.banner-home{
    width:100%;
    max-height:420px;

object-fit:cover;
    display:block;

    border-radius:26px;

    box-shadow:
    0 15px 45px rgba(0,0,0,0.12);
}

/* BUSCA SOBRE A IMAGEM */

.search-overlay{
    position:absolute;

    left:50%;
    transform:translateX(-50%);

    top:58%;

width:70%;

height:58px;

    display:flex;
    
    align-items:center;

    background:white;

    border-radius:40px;

    padding:8px;

    box-sizing:border-box;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.18);
}

.search-overlay input{
    flex:1;

    border:none;
    outline:none;

    padding:0 28px;

font-size:17px;

    border-radius:40px;

    background:transparent;

    color:#333;
}

.search-overlay input::placeholder{
    color:#8d8d8d;
}

.search-overlay button{
    width:150px;

    right:0;

    height:48px;

    border:none;

    border-radius:18px;

    background:
    linear-gradient(145deg,#ff0000,#b80000);

    color:white;

    font-size:21px;

    font-weight:bold;

    cursor:pointer;

    transition:0.2s;

    box-shadow:
    0 6px 18px rgba(204,0,0,0.30);
}

.search-overlay button:hover{
    transform:scale(1.02);

    background:
    linear-gradient(145deg,#ff1a1a,#990000);
}

/* RESULTADOS */

.resultados-container{
    margin-top:40px;
}

.card{
    background:white;

    border-radius:15px;

    padding:12px;

    margin-bottom:16px;

    display:flex;
    gap:24px;

    box-shadow:
    0 8px 25px rgba(0,0,0,0.08);

    transition:0.2s;
}

.card:hover{
    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,0.12);
}

.img-painel{
    width:240px;

    border-radius:18px;

    object-fit:cover;
}

.info{
    flex:1;
}

.info h2{
    color:#cc0000;

    margin-top:0;

    font-size:34px;
}

.info p{
    font-size:18px;

    color:#444;

    margin:8px 0;
}

.info strong{
    color:#111;
}

/* BOTÃƒO VOLTAR */

.btn-voltar{
  position: fixed;
top: 24px;
right: 50px;
z-index: 9999;
    background:#111;
    color:white;

    padding:14px 24px;

    border-radius:18px;

    text-decoration:none;

    font-weight:bold;

    transition:0.2s;
}

.btn-voltar:hover{
    background:#cc0000;
}

/* SEM RESULTADOS */

.sem-resultados{
    text-align:center;

    font-size:24px;

    color:#777;

    margin-top:60px;
}

/* MOBILE */

@media(max-width:1000px){

    h1{
        font-size:48px;
    }

    .search-overlay{
        top:58%;

        width:84%;

        height:58px;
    }

    .search-overlay input{
        font-size:16px;
    }

    .search-overlay button{
        width:120px;

        font-size:16px;
    }

}

@media(max-width:700px){

    .container{
        padding:20px;
    }

    h1{
        font-size:34px;
        margin-top:20px;
    }

    .search-overlay{
        top:56%;

        width:88%;

        height:52px;
    }

    .search-overlay input{
        padding:0 14px;
        font-size:14px;
    }

    .search-overlay button{
        width:100px;
        font-size:14px;
    }

    .card{
        flex-direction:column;
    }

    .img-painel{
        width:100%;
    }

}
.nova-busca-form{
    width:100%;
    max-width:500px;
    margin:20px auto;
    display:flex;
    align-items:center;
    background:white;
    border-radius:40px;
    padding:6px;
    box-sizing:border-box;
    box-shadow:0 10px 30px rgba(0,0,0,0.10);
}

.nova-busca-form input{
    flex:1;
    height:35px;
    border:none;
    outline:none;
    background:transparent;
    padding:0 24px;
    font-size:14px;
    color:#333;
}

.nova-busca-form button{
    width:100px;
    height:35px;
    border:none;
    border-radius:35px;
    background:linear-gradient(145deg,#ff0000,#b80000);
    color:white;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
}

.area-download{
  display:flex;
  justify-content:center;
  margin:5px 0 15px 0;
}

.btn-pasta-vermelha{
  width:100px;
  height:80px;
  background:linear-gradient(180deg,#ff3b3b,#c70000);
  border-radius:15px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:white;
  box-shadow:0 6px 15px rgba(0,0,0,.25);
  transition:.2s;
}

.btn-pasta-vermelha:hover{
  transform:scale(1.05);
}

.btn-pasta-vermelha{
  font-size:42px;
}

.btn-pasta-vermelha span{
  font-size:12px;
  font-weight:bold;
  margin-top:5px;
}
.info{
  position:relative;
}

.area-download{
  position:absolute;
  top:55px;
  right:90px;
  margin:0;
}
.updates-box {
  margin: 30px auto;
  max-width: 900px;
  padding: 20px;
}

.updates-box h2 {
  color: #dc2626;
  margin-bottom: 15px;
  font-weight: bold;
}

.update-card {
  background: #111827;
  color: #ffffff;
  border: 1px solid #243044;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 12px;
}

.update-title {
  font-size: 18px;
  font-weight: bold;
  color: #38bdf8;
}

.update-card p {
  margin: 5px 0;
}

.update-card small {
  color: #94a3b8;
}
.paginacao {
  text-align: center;
  margin: 25px 0;
}

.paginacao a {
  background: #dc2626;
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  margin: 0 8px;
}

.paginacao span {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.btn-download-update {
  display: inline-block;
  margin-top: 10px;
  background: #dc2626;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.btn-download-update:hover {
  background: #b91c1c;
}
.topo {
  position: relative;
}

.login-topo {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 15px;
}

.login-topo a {
  color: #fff;
  text-decoration: none;
  margin-left: 12px;
  font-weight: bold;
}
.auth-body {
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(circle at top, #242424, #050505 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.auth-card {
  width: 380px;
  max-width: 90%;
  background: #111;
  border: 1px solid #333;
  border-radius: 18px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.55);
}

.auth-logo {
  max-width: 170px;
  margin-bottom: 20px;
}

.auth-card h2 {
  color: #fff;
  margin-bottom: 8px;
}

.auth-card p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 25px;
}

.auth-card input {
  width: 100%;
  box-sizing: border-box;
  background: #1b1b1b;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
}

.auth-card input:focus {
  outline: none;
  border-color: #d4af37;
}

.auth-card button {
  width: 100%;
  background: #d4af37;
  color: #111;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}

.auth-card button:hover {
  background: #f0c94a;
}

.auth-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.auth-links a {
  color: #d4af37;
  text-decoration: none;
  font-size: 14px;
}

.auth-erro {
  background: #3a1111;
  color: #ffb3b3;
  border: 1px solid #7a2222;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.auth-btn-link {
  display: block;
  background: #d4af37;
  color: #111;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
}

.login-topo {
  position: absolute;
  top: 18px;
  right: 230px;
}

.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  font-size: 13px;
}

.login-icone {
  width: 46px;
  height: 46px;
  border: 2px solid #e60000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 4px;
}

.login-texto {
  white-space: nowrap;
}
.user-menu {
  position: relative;
}

.user-menu-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 0;
  right: 0;
  width: 220px;
  background: #111;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,.35);
  z-index: 999;
}

.user-menu:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a,
.dropdown-info {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: #222;
  color: #d4af37;
}

.dropdown-menu hr {
  border: none;
  border-top: 1px solid #333;
  margin: 8px 0;
}
.user-menu {
    position: relative;
    display: inline-block;
}
.auth-sucesso{
    background:#144d23;
    color:#fff;
    padding:12px;
    border-radius:8px;
    margin-bottom:15px;
}

.pix-box {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 18px;
  margin: 20px 0;
}

.pix-box input {
  width: 100%;
  box-sizing: border-box;
  background: #0b0b0b;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 13px;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}

.pix-box button {
  width: 100%;
  background: #d4af37;
  color: #111;
  border: none;
  border-radius: 10px;
  padding: 13px;
  font-weight: bold;
  cursor: pointer;
}

.btn-ja-paguei {
  margin-top: 12px;
  background: #222;
  color: #d4af37;
  border: 1px solid #d4af37;
}

.preco-pro{
    color:#ff3b30;
    font-size:34px;
    font-weight:800;
    margin:15px 0;
    text-shadow:0 0 12px rgba(255,59,48,.35);
}

.barra-ferramentas{
  max-width:960px;
  margin:18px auto 20px auto;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  background:#111827;
  border-radius:14px;
}

.barra-ferramentas strong{
  color:white;
  margin-right:10px;
}

.barra-ferramentas a{
  background:#1f2937;
  color:white;
  text-decoration:none;
  padding:10px 16px;
  border-radius:10px;
  font-weight:700;
  font-size:14px;
}

.barra-ferramentas a:hover{
  background:#e60000;
}

.barra-ferramentas .desabilitado{
  opacity:.45;
  cursor:not-allowed;
}
.menu-principal{
  display:flex;
  align-items:center;
  gap:10px;
}

.menu-principal a{
  background:#111827;
  color:white;
  text-decoration:none;
  padding:9px 14px;
  border-radius:8px;
  font-weight:700;
  font-size:14px;
}

.menu-principal a:hover{
  background:#e60000;
}

.menu-principal .desabilitado{
  opacity:.45;
  cursor:not-allowed;
}

.form-reset{
  margin-top:35px;
  padding:35px;
  border-radius:20px;
  background:#111827 !important;
  color:white !important;
  border:1px solid #222;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.form-reset h2,
.form-reset label{
  color:white !important;
}

.form-reset p{
  color:#d1d5db !important;
}

#scriptSelecionadoTexto{
  background:white !important;
  color:#111827 !important;
  border-left:6px solid #c40000;
  padding:18px;
  border-radius:12px;
  font-weight:bold;
}

.upload-box{
    background:white;
    border:2px dashed #c40000;
    border-radius:14px;
    padding:18px;
}

.upload-box{
    margin-top:15px;
    background:#fff;
    border:2px dashed #d40000;
    border-radius:14px;
    padding:35px;
    text-align:center;
    display:block;
    cursor:pointer;
    transition:.2s;
}

.upload-box:hover{
    background:#fafafa;
    transform:scale(1.01);
}

.upload-icon{
    font-size:42px;
    margin-bottom:10px;
}

.upload-text{
    color:#333;
    font-size:18px;
    font-weight:bold;
}

.upload-box input{
    display:none;
}

.form-reset button{
  width:100%;
  margin-top:28px;
  height:65px;
  border:none;
  border-radius:14px;
  background:#c40000 !important;
  color:white !important;
  font-size:22px;
  font-weight:bold;
  cursor:pointer;
}

.modelos-lista {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.modelo-item {
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  color: #111827;
}

.modelo-item:hover {
  background: #c40000;
  color: white;
  border-color: #c40000;
}
.btn-voltar-inicio{
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;

  background: #c40000;
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

.btn-voltar-inicio:hover{
  background: #c40000;
}

.menu-lateral {
  position: fixed;
  top: 0;
  left: 0;
  width: 235px;
  height: 100vh;
  background: #111827;
  padding: 25px 15px;
  box-sizing: border-box;
  z-index: 9999;
  box-shadow: 5px 0 22px rgba(0,0,0,.20);
}

.logo-menu {
  text-align: center;
  margin-bottom: 30px;
}

.logo-menu img {
  max-width: 165px;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: rgba(255,255,255,.08);
  transition: .2s;
}

.menu-item:hover {
  background: #c40000;
  transform: translateX(4px);
}

.menu-item.ativo {
  background: #c40000;
}

.menu-item.desabilitado {
  opacity: .55;
  cursor: not-allowed;
}

.menu-item.desabilitado:hover {
  background: rgba(255,255,255,.08);
  transform: none;
}

.topo.layout-com-menu,
.container.layout-com-menu {
  margin-left: 235px;
}

@media (max-width: 768px) {
  .menu-lateral {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 12px;
  }

  .logo-menu {
    display: none;
  }

  .menu-item {
    min-width: max-content;
    margin-bottom: 0;
  }

  .topo.layout-com-menu,
  .container.layout-com-menu {
    margin-left: 0;
  }
}
.menu-icone-svg{
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.menu-icone-svg svg{
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pagina-odometro .card {
  background: #111827;
  border: 1px solid #263244;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
}

.pagina-odometro .grid-categorias,
.pagina-odometro .grid-marcas {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 180px)) !important;
  gap: 14px;
  width: 100%;
  justify-content: start;
  align-items: stretch;
}

.pagina-odometro .grid-marcas {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 8px;
}

.pagina-odometro .opcao-card {
  background: #020617;
  border: 1px solid #334155;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: 0.2s;
  width: 180px;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.pagina-odometro .opcao-card:hover {
  border-color: #22c55e;
  transform: translateY(-2px);
}

.pagina-odometro .opcao-card.ativo {
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
}

.pagina-odometro .opcao-card img {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 72px;
  height: 72px;
  object-fit: contain;
  opacity: 0.16;
  pointer-events: none;
}

.pagina-odometro .opcao-nome {
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
  color: #fff;
}

.pagina-odometro .opcao-contador {
  font-size: 13px;
  color: #93c5fd;
  z-index: 2;
}
/* AJUSTE VISUAL DOS CARDS DO ODÃ”METRO */
.pagina-odometro {
  max-width: 1220px;
  margin: 25px auto;
}

.pagina-odometro .card {
  width: 100%;
  box-sizing: border-box;
}

.pagina-odometro .grid-categorias,
.pagina-odometro .grid-marcas {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(170px, 170px)) !important;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
}

.pagina-odometro .grid-marcas {
  max-height: 430px;
  overflow-y: auto;
  padding: 6px 12px 6px 6px;
}

.pagina-odometro .opcao-card {
  width: 170px;
  height: 135px;
  padding: 12px;
  background: linear-gradient(180deg, #020617, #050b18);
  border: 1px solid #334155;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.pagina-odometro .opcao-card:hover {
  border-color: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.pagina-odometro .opcao-card.ativo {
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
}

.pagina-odometro .opcao-nome {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  z-index: 2;
  min-height: 34px;
}

.pagina-odometro .opcao-logo {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.pagina-odometro .opcao-logo img {
  position: static !important;
  width: auto !important;
  max-width: 110px !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
  opacity: 0.9 !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.65));
}

.pagina-odometro .opcao-contador {
  font-size: 13px;
  color: #93c5fd;
  z-index: 2;
}



/* OCULTAR ODÔMETRO TEMPORARIAMENTE */
a[href="/odometro"],
a[href="/odometro/"] {
  display: none !important;
}
