/* Estilos novos do site - mesma identidade (fundo escuro, vermelho, Anton). */

/* ---------- Avisos (sucesso, erro, atencao): texto claro sobre fundo escuro, facil de ler ---------- */
.alert {
    padding: 14px 18px !important;
    margin: 0 0 16px 0 !important;
    border-radius: 4px !important;
    border: 1px solid #555 !important;
    border-left-width: 5px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
}
.alert strong { font-weight: bold !important; color: inherit !important; }
.alert a { color: inherit !important; text-decoration: underline !important; font-weight: bold; }
.alert-success { background: #0d2a17 !important; color: #d6ffe2 !important; border-color: #2f9e57 !important; }
.alert-success strong { color: #7dffa8 !important; }
.alert-warning { background: #2f2606 !important; color: #fff0b8 !important; border-color: #d1a11a !important; }
.alert-warning strong { color: #ffd54a !important; }
.alert-danger  { background: #3a0c0c !important; color: #ffdcdc !important; border-color: #e03b3b !important; }
.alert-danger strong { color: #ff8a8a !important; }
.alert-info    { background: #0c2436 !important; color: #d4ecff !important; border-color: #3b9be0 !important; }
.alert-info strong { color: #8cc9ff !important; }
/* aviso dentro de caixas estreitas (barra lateral de login) */
.panel .alert, .modal .alert { font-size: 14px !important; padding: 12px 14px !important; word-wrap: break-word; }

/* ---------- Doacao / PIX ---------- */
.pix-packs { display: flex; flex-wrap: wrap; margin: 0 -6px; }
.pix-pack {
    flex: 1 1 130px; margin: 0 6px 12px 6px; padding: 12px 8px;
    background: #111; border: 1px solid #3a0a0a; border-top: 3px solid #d00000;
    color: #ddd; text-align: center; cursor: pointer; border-radius: 3px;
}
.pix-pack:hover { border-color: #ff3b3b; background: #170a0a; }
.pix-pack span { display: block; }
.pix-pack-valor { font-family: 'Anton', sans-serif; font-size: 22px; color: #fff; }
.pix-pack-coins { color: #ff6b6b; font-size: 13px; font-weight: bold; }
.pix-pack-bonus { margin-top: 4px; font-size: 11px; color: #ffd54a; text-transform: uppercase; letter-spacing: 1px; }
.pix-input {
    width: 160px; padding: 8px 10px; background: #0b0b0b; color: #eee;
    border: 1px solid #4b0000; border-radius: 3px; font-size: 16px;
}
.pix-preview { font-size: 16px; color: #ccc; }
.pix-preview strong { color: #ff6b6b; }
.pix-btn {
    display: inline-block; padding: 9px 22px; background: #222; color: #fff;
    border: 1px solid #555; border-radius: 3px; font-weight: bold; letter-spacing: 1px; cursor: pointer;
}
.pix-btn-main { background: #d00000; border-color: #d00000; }
.pix-btn-main:hover, .pix-btn:hover { background: #ff3b3b; border-color: #ff3b3b; }
.pix-qr { max-width: 260px; width: 100%; background: #fff; padding: 8px; border-radius: 4px; }
.pix-copia {
    width: 100%; background: #0b0b0b; color: #ddd; border: 1px solid #4b0000;
    border-radius: 3px; padding: 8px; font-family: Consolas, monospace; font-size: 12px; resize: none;
}
.pix-espera { text-align: center; color: #999; font-size: 13px; }

/* ---------- Pagina inicial ---------- */
.nh-section { margin-bottom: 26px; }
.nh-title {
    font-family: 'Anton', 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    color: #e8e8e8;
    margin: 0 0 14px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #600000;
}
.nh-title small { color: #ff3b3b; font-size: 13px; letter-spacing: 2px; display: block; margin-bottom: 2px; }

/* Passos para comecar */
.nh-steps { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.nh-step {
    flex: 1 1 200px;
    margin: 0 8px 14px 8px;
    padding: 16px 18px;
    background: #111;
    border: 1px solid #3a0a0a;
    border-top: 3px solid #d00000;
    color: #bdbdbd;
    border-radius: 3px;
}
.nh-step .nh-num {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    color: #ff3b3b;
    line-height: 1;
}
.nh-step h4 { margin: 6px 0 4px 0; color: #eee; text-transform: uppercase; font-size: 15px; letter-spacing: .5px; }
.nh-step p { margin: 0 0 10px 0; font-size: 13px; }
.nh-step a.nh-btn {
    display: inline-block;
    padding: 6px 16px;
    background: #d00000;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
}
.nh-step a.nh-btn:hover { background: #ff3b3b; }

/* Destaques */
.nh-grid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.nh-card {
    flex: 1 1 260px;
    margin: 0 8px 14px 8px;
    padding: 14px 16px;
    background: #111;
    border-left: 3px solid #600000;
    color: #bdbdbd;
}
.nh-card:hover { border-left-color: #d00000; }
.nh-card h4 {
    margin: 0 0 6px 0;
    color: #f0f0f0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.nh-card p { margin: 0; font-size: 13px; line-height: 1.5; }
.nh-card strong { color: #ff6b6b; }

/* Top 10 */
.nh-rank { background: #101010; border: 1px solid #4b0000; margin-bottom: 18px; }
.nh-rank-head {
    padding: 12px 16px;
    border-bottom: 1px solid #4b0000;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eee;
    font-size: 18px;
}
.nh-rank-head small { display: block; color: #ff3b3b; font-size: 11px; letter-spacing: 2px; }
.nh-rank table { width: 100%; border-collapse: collapse; }
.nh-rank th { padding: 8px 12px; font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; text-align: left; }
.nh-rank td { padding: 8px 12px; border-top: 1px solid #1c1c1c; color: #cfcfcf; font-size: 13px; }
.nh-rank td.nh-pos { width: 38px; text-align: center; }
.nh-rank td.nh-lv { text-align: right; color: #ff6b6b; font-weight: bold; }
.nh-rank tr:nth-child(-n+3) td { background: #150707; }
.nh-rank a { color: #eee; text-decoration: none; }
.nh-rank a:hover { color: #ff3b3b; }
.nh-rank .nh-empty { text-align: center; color: #777; padding: 18px; }
.nh-rank .nh-more { display: block; padding: 10px; text-align: center; color: #ff3b3b; border-top: 1px solid #4b0000; text-decoration: none; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }

/* Suporte: discreto, sem chamar atencao */
.nh-support { margin-top: 10px; text-align: center; font-size: 12px; color: #777; }
.nh-support a { color: #999; text-decoration: underline; }
.nh-support a:hover { color: #25d366; }

@media (max-width: 767px) {
    .nh-title { font-size: 19px; }
    .nh-step, .nh-card { flex-basis: 100%; }
}

/* ===== Novidades ===== */
.nh-tag { display: inline-block; padding: 2px 9px; font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; color: #fff; background: #d00000; border-radius: 2px; }
.nh-tag-novidade { background: #d00000; }
.nh-tag-atualizacao { background: #1f78c8; }
.nh-tag-evento { background: #c27a00; }
.nh-tag-correcao { background: #2e8b57; }

.nov-filtros { margin-bottom: 16px; }
.nov-filtro { display: inline-block; margin: 0 6px 6px 0; padding: 5px 14px; background: #141414; border: 1px solid #4b0000; color: #cfcfcf; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.nov-filtro:hover { color: #fff; border-color: #d00000; text-decoration: none; }
.nov-filtro.ativo { background: #d00000; border-color: #d00000; color: #fff; }

.nov-item { background: #111; border: 1px solid #4b0000; border-left: 4px solid #d00000; padding: 14px 18px; margin-bottom: 14px; }
.nov-item.nov-fixado { background: #150707; }
.nov-meta { margin-bottom: 6px; font-size: 12px; color: #888; }
.nov-data { margin-left: 8px; color: #999; }
.nov-pin { margin-left: 8px; color: #ff6b6b; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.nov-titulo { margin: 0 0 6px 0; font-size: 18px; }
.nov-titulo a { color: #f0f0f0; text-decoration: none; }
.nov-titulo a:hover { color: #ff3b3b; }
.nov-titulo-grande { margin: 4px 0 10px 0; font-family: 'Anton', 'Arial Narrow', sans-serif; font-size: 28px; letter-spacing: 1px; text-transform: uppercase; color: #f0f0f0; word-wrap: break-word; }
.nov-resumo { color: #bbb; font-size: 14px; margin: 0 0 8px 0; }
.nov-mais { color: #ff3b3b; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; }
.nov-mais:hover { color: #fff; text-decoration: none; }
.nov-texto { color: #d5d5d5; font-size: 15px; line-height: 1.6; word-wrap: break-word; }
.nov-texto p { margin: 0 0 12px 0; }
.nov-texto ul { margin: 0 0 12px 0; padding-left: 22px; }
.nov-texto strong { color: #ff6b6b; }
.nov-completa { padding: 18px 22px; }
.nov-voltar a { color: #999; text-decoration: none; font-size: 13px; }
.nov-voltar a:hover { color: #ff3b3b; }
.nov-vazio { background: #101010; border: 1px solid #4b0000; padding: 22px; text-align: center; color: #999; }
.nov-rascunho { background: #3a2a00; border: 1px solid #c27a00; color: #ffd27a; padding: 10px 14px; margin-bottom: 12px; font-size: 13px; }
.nov-pag { text-align: center; margin: 18px 0 6px 0; color: #999; font-size: 13px; }
.nov-pag a { color: #ff3b3b; text-decoration: none; margin: 0 12px; }
.nov-admin-link { margin-bottom: 12px; }
.nov-admin-link .nh-btn, p > .nh-btn { display: inline-block; padding: 6px 16px; background: #d00000; color: #fff; text-decoration: none; font-size: 12px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
.nov-admin-link .nh-btn:hover, p > .nh-btn:hover { background: #ff3b3b; color: #fff; }

/* Bloco da pagina inicial */
.nov-home-item { display: block; padding: 9px 14px; margin-bottom: 6px; background: #111; border: 1px solid #2a0000; border-left: 3px solid #d00000; color: #ddd; text-decoration: none; }
.nov-home-item:hover { background: #170909; color: #fff; text-decoration: none; }
.nov-home-data { color: #888; font-size: 12px; margin-right: 8px; }
.nov-home-titulo { display: inline-block; margin-left: 8px; font-size: 14px; }
.nov-home .nov-mais { display: inline-block; margin-top: 4px; }

/* Painel */
.nov-form { background: #101010; border: 1px solid #4b0000; padding: 16px 18px; margin-bottom: 20px; }
.nov-form h4 { margin-top: 0; color: #eee; text-transform: uppercase; letter-spacing: 1px; }
.nov-form label { display: block; margin: 10px 0 4px 0; color: #bbb; font-size: 13px; font-weight: normal; }
.nov-form input[type=text], .nov-form select, .nov-form textarea { width: 100%; background: #1a1a1a; border: 1px solid #444; color: #eee; padding: 8px 10px; font-size: 14px; }
.nov-form textarea { font-family: Consolas, monospace; }
.nov-form .nov-check { display: block; }
.nov-ajuda { color: #888; font-size: 12px; margin: 4px 0 0 0; }
.nov-botao { padding: 8px 22px; background: #d00000; color: #fff; border: 0; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; cursor: pointer; }
.nov-botao:hover { background: #ff3b3b; }
.nov-cancelar { margin-left: 12px; color: #999; }
.nov-tabela-box { overflow-x: auto; }
.nov-tabela { width: 100%; border-collapse: collapse; background: #101010; }
.nov-tabela th { padding: 8px 10px; font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; text-align: left; border-bottom: 1px solid #4b0000; }
.nov-tabela td { padding: 8px 10px; border-top: 1px solid #1c1c1c; color: #cfcfcf; font-size: 13px; vertical-align: middle; }
.nov-tabela a { color: #eee; }
.nov-tabela a:hover { color: #ff3b3b; }
.nov-acoes { white-space: nowrap; }
.nov-acoes a { margin-right: 8px; }
.nov-inline { display: inline; margin: 0; }
.nov-link { background: none; border: 0; padding: 0; margin-right: 8px; color: #ff3b3b; cursor: pointer; font-size: 13px; }
.nov-link:hover { color: #fff; text-decoration: underline; }
.nov-perigo { color: #999; }
.nov-st-pub { color: #4fd07a; }
.nov-st-rasc { color: #e0a030; }

@media (max-width: 767px) {
    .nov-titulo-grande { font-size: 22px; }
    .nov-item { padding: 12px 14px; }
    .nov-home-titulo { display: block; margin: 4px 0 0 0; }
}

/* AK-ZFIX: menu, popup de login e listas ficam SEMPRE na frente do banner */
.navbar-fixed-top{z-index:2000 !important}
.dropdown-menu{z-index:2100 !important}
.modal{z-index:3000 !important}
.modal-backdrop{z-index:2900 !important}
.owl-carousel,.owl-carousel .owl-stage-outer,.owl-carousel .owl-item,.owl-carousel .owl-nav,.owl-carousel .owl-dots{z-index:1 !important}
.owl-carousel{position:relative}

/* ===== AK-MOBILE: site no celular ===== */
@media (max-width: 767px) {
  /* menu vira botao de tres riscos (regra antiga forcava sempre aberto em linha) */
  #navbar.navbar-collapse { display: none !important; white-space: normal !important; max-height: calc(100vh - 70px); overflow-y: auto; }
  #navbar.navbar-collapse.in { display: block !important; }
  #navbar .navbar-nav { display: block !important; margin: 0 -15px !important; white-space: normal !important; }
  #navbar .navbar-nav > li { display: block !important; height: auto !important; }
  #navbar .navbar-nav > li > a { display: block !important; height: auto !important; padding: 14px 18px !important; text-align: left; border-bottom: 1px solid #2a0000; }
  #navbar .navbar-brand { display: none; }
  #navbar .menu-mais, #navbar .conta-menu { float: none !important; display: block; margin: 10px 0 !important; padding: 0 !important; }
  #navbar .conta-menu .btn, #navbar .menu-mais .btn { width: 100%; margin: 0 !important; display: block !important; }
  #navbar .menu-mais .btn-group, #navbar .conta-menu .btn-group { display: block; }
  #navbar .dropdown-menu { position: static !important; float: none; width: 100%; }
  .navbar { min-height: 56px; }
  .navbar-header { display: flex; align-items: center; justify-content: space-between; margin: 0 !important; }
  .navbar-toggle { float: none; margin: 8px 0; }
  .akiyama-logo { max-height: 44px; width: auto; }
  body { overflow-x: hidden; }
  img { max-width: 100%; height: auto; }
  /* tabelas largas rolam de lado dentro da caixa, sem estourar a pagina */
  table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .btn, button, input, select { min-height: 42px; }
  input, select, textarea { font-size: 16px !important; }
  .modal-dialog { margin: 10px; }
}