/* /Views/Checkout/Ingresso.cshtml.rz.scp.css */
/* Fundo geral escuro */
body[b-bjkd83ua6g] {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Cards */
.card-dark[b-bjkd83ua6g] {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Inputs estilo 'Codecon' */
.form-control[b-bjkd83ua6g] {
    background-color: #121212;
    border: 1px solid #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}

    .form-control:focus[b-bjkd83ua6g] {
        background-color: #121212;
        border-color: #7159c1; /* Cor de destaque roxa/neon */
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(113, 89, 193, 0.25);
    }

.form-label[b-bjkd83ua6g] {
    color: #aaa;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Cabeçalhos e Títulos */
h2[b-bjkd83ua6g], h4[b-bjkd83ua6g], h5[b-bjkd83ua6g] {
    font-weight: 700;
    color: #fff;
}

.text-muted-light[b-bjkd83ua6g] {
    color: #6c757d !important;
}

hr[b-bjkd83ua6g] {
    border-color: #444;
}

/* Sidebar Resumo (Sticky) */
.summary-card[b-bjkd83ua6g] {
    background-color: #1e1e1e;
    border-radius: 16px;
    padding: 20px;
    position: sticky;
    top: 20px;
    border: 1px solid #333;
}

/* Botão */
.btn-success[b-bjkd83ua6g] {
    background-color: #04d361; /* Verde estilo Rocketseat/Codecon */
    border: none;
    font-weight: bold;
    padding: 12px;
    color: #000;
}

    .btn-success:hover[b-bjkd83ua6g] {
        background-color: #03bb56;
    }

body[b-bjkd83ua6g] {
    /* Fundo Azul Profundo / Preto */
    background-color: #050510;
    background-image: linear-gradient(135deg, #050510 0%, #1a1a3a 100%);
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Títulos */
h2[b-bjkd83ua6g], h4[b-bjkd83ua6g], h5[b-bjkd83ua6g] {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
}

/* Cards Estilo Tech */
.card-tech[b-bjkd83ua6g] {
    background-color: rgba(13, 15, 30, 0.85); /* Fundo translúcido */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

/* Card de Resumo (Destaque Lateral) */
.card-summary[b-bjkd83ua6g] {
    border: 1px solid rgba(0, 242, 255, 0.3); /* Borda Ciano sutil */
    background-color: rgba(13, 15, 30, 0.95);
    position: sticky;
    top: 20px;
}

/* Inputs Personalizados */
.form-control[b-bjkd83ua6g], .form-select[b-bjkd83ua6g] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    border-radius: 6px;
}

    .form-control:focus[b-bjkd83ua6g] {
        background-color: rgba(255, 255, 255, 0.1) !important;
        border-color: #00f2ff; /* Neon Ciano */
        box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
    }

.form-label[b-bjkd83ua6g] {
    color: #a0a0b0; /* Cinza claro */
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
}

/* Preços em Neon Ciano */
.price-tag[b-bjkd83ua6g] {
    color: #00f2ff;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 0 0 5px rgba(0, 242, 255, 0.4);
}

/* Botão Principal */
.btn-recruta[b-bjkd83ua6g] {
    background-color: #000000;
    border: 2px solid #bd00ff; /* Neon Roxo */
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(189, 0, 255, 0.3);
}

    .btn-recruta:hover[b-bjkd83ua6g] {
        background-color: #bd00ff;
        color: #fff;
        box-shadow: 0 0 25px rgba(189, 0, 255, 0.6);
    }

/* Linhas divisórias e Placeholders */
hr[b-bjkd83ua6g] {
    border-color: rgba(255, 255, 255, 0.15);
}

[b-bjkd83ua6g]::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}
/* /Views/Checkout/PagamentoIngresso.cshtml.rz.scp.css */

.card-tech[b-whjwb2oiv3] {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Grid de Métodos de Pagamento */
.payment-methods-grid[b-whjwb2oiv3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.method-card[b-whjwb2oiv3] {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .method-card i[b-whjwb2oiv3] {
        width: 24px;
        height: 24px;
        color: #a0a0b0;
    }

    .method-card span[b-whjwb2oiv3] {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #a0a0b0;
    }

    .method-card:hover[b-whjwb2oiv3] {
        border-color: rgba(0, 242, 255, 0.5);
    }

    .method-card.active[b-whjwb2oiv3] {
        border-color: var(--neon-cyan);
        background: rgba(0, 242, 255, 0.1);
        box-shadow: 0 0 15px rgba(0, 242, 255, 0.2);
    }

        .method-card.active i[b-whjwb2oiv3], .method-card.active span[b-whjwb2oiv3] {
            color: var(--neon-cyan);
        }

/* Estilização do Cartão Visual */
.credit-card-preview[b-whjwb2oiv3] {
    width: 100%;
    max-width: 380px;
    height: 220px;
    background: linear-gradient(135deg, #0f0f2d 0%, #1a1a40 100%);
    border: 1px solid rgba(189, 0, 255, 0.4);
    border-radius: 16px;
    padding: 25px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Inputs e Forms */
.form-control[b-whjwb2oiv3] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    padding: 12px;
}

    .form-control:focus[b-whjwb2oiv3] {
        border-color: var(--neon-cyan);
        box-shadow: 0 0 8px rgba(0, 242, 255, 0.3);
    }

.btn-checkout[b-whjwb2oiv3] {
    background: transparent;
    border: 2px solid var(--neon-purple);
    color: white;
    font-weight: 800;
    padding: 16px;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(189, 0, 255, 0.2);
}

    .btn-checkout:hover[b-whjwb2oiv3] {
        background: var(--neon-purple);
        box-shadow: 0 0 25px rgba(189, 0, 255, 0.5);
        color: white;
    }

.price-neon[b-whjwb2oiv3] {
    color: var(--neon-cyan);
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.3);
}
/* /Views/Checkout/PedidoFinalizado.cshtml.rz.scp.css */
body[b-c312s4w2d6] {
}
/* /Views/Home/Components/Counter.cshtml.rz.scp.css */
.text-counter[b-gmjxugdy59] {
       font-size: 22px; 
}

.counter[b-gmjxugdy59] {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 10px 0px;
    justify-content: space-between;
    background-color: transparent;
}

.counter__time[b-gmjxugdy59] {
    text-align: left;
}

.counter__time-value[b-gmjxugdy59] {
    font-size: 100px;
    font-weight: 500;
    color: #ffffff;
    line-height: 70px;
}

.counter__time-label[b-gmjxugdy59] {
    font-size: 22px;
    color: #ffffff;
}


@media screen and (max-width: 1400px) {

    .counter__time-value[b-gmjxugdy59] {
        font-size: 80px;
        line-height: 58px;
    }
}

@media screen and (max-width: 1024px) {

    .counter__time[b-gmjxugdy59] {
        text-align: center;
    }

    .counter__time-value[b-gmjxugdy59] {
        font-size: 80px;
        line-height: 58px;
    }

    .counter__time-label[b-gmjxugdy59] {
        font-size: 20px;
        color: #ffffff;
    }

    .counter[b-gmjxugdy59] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .counter[b-gmjxugdy59] {
        width: 90%;
    }

    .counter__time-value[b-gmjxugdy59] {
        font-size: 60px;
    }

    .counter__time-label[b-gmjxugdy59] {
        font-size: 17px;
    }
}

@media screen and (max-width: 480px) {
    .counter[b-gmjxugdy59] {
        width: 90%;
    }

    .counter__time-value[b-gmjxugdy59] {
        font-size: 40px;
    }

    .counter__time-label[b-gmjxugdy59] {
        font-size: 12px;
    }

    .text-counter[b-gmjxugdy59] {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
/* /Views/Home/Components/Hero.cshtml.rz.scp.css */

.hero-border[b-wuyxj532i3] {
    aspect-ratio: 16 / 7;
    background: #ffffff;  
    padding: 3px;  

    clip-path: polygon( 3% 0%, 100% 0%, 100% 90%, 97% 100%, 0% 100%, 0% 10% );
    margin-bottom: 10px;
}

.hero__bg[b-wuyxj532i3] {
    width: 100%;
    min-height: 400px;
    aspect-ratio: 16 / 7;
    background-image: url("img/core/hero-image.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    clip-path: polygon( 3% 0%, 100% 0%, 100% 90%, 97% 100%, 0% 100%, 0% 10% );
 }


.hero__content[b-wuyxj532i3] {
    position: relative;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
body[b-1ulh6dz9i9] {
}
/* /Views/Ingresso/Index.cshtml.rz.scp.css */
.ingresso__card[b-e5sq8t6b8u] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.ingresso__card.selected[b-e5sq8t6b8u] {
    border-color: var(--cyan);
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.15);
    background: rgba(0, 242, 255, 0.05);
}

.ingresso-valor[b-e5sq8t6b8u] {
    color: var(--cyan);
}

.quantidade-card[b-e5sq8t6b8u] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quantidade-btn[b-e5sq8t6b8u] {
    background: transparent;
    border: 1px solid var(--border-glass);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quantidade-btn:hover[b-e5sq8t6b8u] {
        border-color: var(--cyan);
        color: var(--cyan);
    }

.btn-primary-cta[b-e5sq8t6b8u] {
    width: 100%;
    padding: 18px;
    margin-top: 10px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, var(--cyan), var(--magenta)) border-box;
    color: white;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(255, 0, 229, 0.3);
    transition: transform 0.2s, opacity 0.3s;
    opacity:0.9;
}

    .btn-primary-cta:hover[b-e5sq8t6b8u] {
        transform: translateY(-2px);
        opacity: 0.9;
    }
/* /Views/Shared/Core/Navbar.cshtml.rz.scp.css */
*[b-c4h96abrd7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", system-ui, sans-serif;
}

/* ===== NAVBAR ===== */
.navbar[b-c4h96abrd7] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; 
    display: flex;
    justify-content: space-between;
}

/* Container */
.navbar__container[b-c4h96abrd7] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
}

/* Logo */
.navbar__logo[b-c4h96abrd7] {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: #fff;
}

.navbar__logo img[b-c4h96abrd7]{
    width: 200px;
}

.navbar__year[b-c4h96abrd7] {
    font-size: 20px;
    font-weight: 700;
}

.navbar__tag[b-c4h96abrd7] {
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 1px;
}

/* Menu */
.navbar__menu[b-c4h96abrd7] {
    display: flex;
    gap: 28px;
}

.navbar__link[b-c4h96abrd7] {
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .navbar__link[b-c4h96abrd7]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #9f7aea, #805ad5);
        transition: width 0.3s ease;
    }

    .navbar__link:hover[b-c4h96abrd7]::after {
        width: 100%;
    }

/* CTA */
.navbar__cta[b-c4h96abrd7] {
    display: flex;
    align-items: center;
}

.navbar__button[b-c4h96abrd7] {
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .navbar__button:hover[b-c4h96abrd7] {
        transform: translateY(-1px);
        box-shadow: 0 6px 18px rgba(255, 255, 255, 0.25);
    }

/* Responsivo */
@media (max-width: 768px) {
    .navbar__menu[b-c4h96abrd7] {
        display: none;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-5ttcd49ucl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-5ttcd49ucl] {
  color: #0077cc;
}

.btn-primary[b-5ttcd49ucl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-5ttcd49ucl], .nav-pills .show > .nav-link[b-5ttcd49ucl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-5ttcd49ucl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-5ttcd49ucl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-5ttcd49ucl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-5ttcd49ucl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-5ttcd49ucl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Views/Usuario/CriarConta.cshtml.rz.scp.css */
.input-group[b-dxpcb2u6xf] {
    margin-bottom: 24px;
    position: relative;
}

.input-label[b-dxpcb2u6xf] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: color 0.3s;
}

.input-field[b-dxpcb2u6xf] {
    width: 100%;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-input);
    padding: 14px 16px;
    color: var(--text-main);
    font-size: 1rem;
    font-family: var(--font-family);
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .input-field[b-dxpcb2u6xf]::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    /* Focus State - Neon Glow */
    .input-field:focus[b-dxpcb2u6xf] {
        border-color: var(--neon-cyan);
        box-shadow: 0 0 15px rgba(0, 240, 255, 0.3), inset 0 0 5px rgba(0, 240, 255, 0.1);
    }

.input-group:focus-within .input-label[b-dxpcb2u6xf] {
    color: var(--neon-cyan);
}

/* Inputs with Icons */
.input-wrapper-icon[b-dxpcb2u6xf] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-wrapper-icon .input-icon[b-dxpcb2u6xf] {
        position: absolute;
        left: 16px;
        width: 20px;
        height: 20px;
        color: var(--text-muted);
        transition: color 0.3s ease;
    }

    .input-wrapper-icon .input-field[b-dxpcb2u6xf] {
        padding-left: 48px; /* Space for the icon */
    }

    .input-wrapper-icon:focus-within .input-icon[b-dxpcb2u6xf] {
        color: var(--neon-cyan);
    }

    /* Right Icon variation (e.g., for search/CEP) */
    .input-wrapper-icon.right-icon .input-icon[b-dxpcb2u6xf] {
        left: auto;
        right: 16px;
    }

    .input-wrapper-icon.right-icon .input-field[b-dxpcb2u6xf] {
        padding-left: 16px;
        padding-right: 48px;
    }

.input-icon.clickable[b-dxpcb2u6xf] {
    cursor: pointer;
    pointer-events: auto;
}

    .input-icon.clickable:hover[b-dxpcb2u6xf] {
        color: var(--magenta);
    }


/* ================= VALIDATION ERRORS ================= */
/* ASP.NET validation spans automatically get this class on error */
.field-validation-error[b-dxpcb2u6xf], .error-message[b-dxpcb2u6xf] {
    color: var(--magenta);
    font-size: 0.85rem;
    margin-top: 6px;
    display: block;
    text-shadow: 0 0 5px rgba(255, 0, 255, 0.4);
}

/* ASP.NET adds this class to the input itself on error */
.input-validation-error[b-dxpcb2u6xf] {
    border-color: var(--magenta) !important;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.3) !important;
}

.neon-error-summary[b-dxpcb2u6xf] {
    background: rgba(255, 0, 255, 0.1);
    border: 1px solid var(--magenta);
    color: var(--magenta);
    border-radius: var(--radius-input);
    padding: 15px;
    margin-bottom: 25px;
    font-size: 0.9rem;
}
