﻿/* 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. */

/* Logo image support
   - Place your logo at: wwwroot/images/logo.png (or update the path below).
   - In your layout, replace the text logo with:
     <a class="navbar-brand site-logo" asp-area="" asp-page="/Index">
       <img src="~/images/logo.png" alt="Clube da Loteria" />
     </a>
*/

body {
    font-family: 'Inter', sans-serif;
}

.glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
}

.token-gradient {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}

a.navbar-brand,
.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
}

    /* Image sizing and responsiveness for the logo */
    a.navbar-brand img,
    .site-logo img {
        max-height: 60px;
        width: auto;
    }

        /* Optional: if you prefer a circular logo similar to the previous token-gradient */
        a.navbar-brand img.circular,
        .site-logo img.circular {
            border-radius: 9999px;
        }

    /* Fallback: if no image present keep the existing text styling */
    a.navbar-brand .token-gradient,
    .site-logo .token-gradient {
        min-width: 40px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: #fff;
        border-radius: 9999px;
    }

/* Existing rules preserved below */

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
