@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
font-family: "Noto Sans", sans-serif;
color:#292929;
font-size:1rem;
font-size:16px;
line-height:1.65;
display:flex;
flex-direction:column;
    
background: #f8f9fa;
margin: 0;
padding: 0;
overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.h1, h1 {
        font-size: 1.75rem;
        font-weight: 900;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.75rem;
        font-weight: 900;
    }
}

.h2, h2 {
font-size: 1.25rem;
    font-weight: 600;
}

.h3, h3 {
font-size: 1.15rem;
    font-weight: 600;
}

.h3, h3 {
font-size: 1.05rem;
    font-weight: 600;
}

.h4, h4 {
font-size: 1.05rem;
    font-weight: 600;
}

.h5, h5 {
font-size: 1rem;
    font-weight: 600;
}

a {
    color: #6f42c1;
    text-decoration: none;
}

a:hover {
    color: #51318c;
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

input:focus {
    box-shadow: none !important;
    borser: 1px solid #dcc8ff;
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}


/* MAIN - Conteúdo principal */
main.content-main {
    margin-left: 290px; /* Deve ser > width do aside */
    padding: 20px;
    min-height: 100vh;
    max-width: 1000px;
}

.btn-primary {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #5022a3;
    border-color: #351275;
}

/* Responsividade: Oculta aside em mobile */
@media (max-width: 767.98px) {
    .aside-fixed {
        /*display: none;*/
    }
    main.content-main {
        margin-left: 0;
        padding: 20px 15px;
    }
}

/* ASIDE FIXO - Esquerda da tela */
.aside-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px; /* Largura do menu */
    height: 100vh;
    background: #1a1a1a;
    color: #f8f9fa;
    padding: 10px 15px;
    overflow-y: auto; /* Scroll interno no aside */
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
}

.aside-fixed h5 {
color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
    margin-top: 0;
    line-height: 1;
}

.aside-fixed h5 a{
    color: #dac5ff;
    background-color: #000000;
}

.aside-fixed h5 a:hover{
    color: #eadeff;
}

.text-light u {
    font-weight: 300;
    font-size: .8em;
    font-style: normal;
    text-decoration: none;
}

.aside-fixed .list-group-item,
.aside-fixed a.aside-link {
    background: #2d2d2d;
    color: #e9ecef;
    border: none;
    margin-bottom: 6px;
    border-radius: 8px;
    transition: all 0.2s ease;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

.aside-fixed strong {
font-weight: 500;
    letter-spacing: .5px;
    font-size: .75em;
    display: block;
    /* text-transform: uppercase; */
    color: #d6bfff;
}

.aside-fixed small {
    font-weight: 600;
    font-size: .775em;
}


.aside-fixed a.aside-link:hover {
    background: #404040;
    color: white;
/*    transform: translateX(3px);*/
}

.aside-fixed .active {
    background: #6f42c1 !important;
    color: white !important;
/*    font-weight: bold;*/
}

.aside span.badge {
    font-size: .9rem;
    font-weight: 600;
}

.aside-label {
    margin: 8px 0 0 0;
    font-size: .8em;
    color: #d5beff;
    font-style: italic;
}

a.link-logo {
color: #b992ff !important;
    text-decoration: none;
    font-weight: 900;
}

.filter-box {
line-height: 1.35;
}

i.bi.bi-shuffle {
    vertical-align: middle;
}

hr {
    margin: .5rem 0 1rem 0;
}

/* Estilo dos nomes */
.nome-item {
    font-size: .9rem;
    font-weight: 500;
    padding: .65rem 1rem;
    margin-bottom: 8px;
    border-radius: .45rem !important;
    border: 1px solid #ddd !important;
}

.copy-btn {
    opacity: 1;
    font-size: 0.85rem;
}
.nome-item:hover .copy-btn {
    opacity: 1;
}

.nome-link{
    display: inline-block;
    background: #f1f3f5;
    color: #495057;
    padding: 6px 12px;
    margin: 4px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85em;
    transition: all 0.2s;
    font-weight: 400;
}

.nome-link:hover {
    background: #6f42c1;
    color: white;
}


.card {
    background-color: #fff;
}

label {
display: inline-block;
    font-weight: 500;
}

/* Cards de categorias */
.categoria-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 24px;

}

/************/

.secao {
    max-width: 800px;
    margin-bottom: 40px;
}

.secao h2 {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
}

.secao h2::after {
}

.secao p {
    line-height: 1.7;
    color: #495057;
    margin-bottom: 16px;
}

.secao ul {
    margin-bottom: 1rem;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.secao li {
    margin-bottom: .75rem;
}

.destaque {
background: #f5f0ff;
padding: 16px 20px;
border-radius: 8px;
display: inline-block;
}

.a2a_svg {
    height: 24px !important;
    line-height: 24px !important;
    width: 24px !important;
}

p.little {
    font-size: .9em;
}

/* Mensagem de "copiado" */
#nomeCopiadoMsg {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #2d2d2d;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-weight: 400;
    font-size: 0.90rem;
    z-index: 9999;
    display: none;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from { transform: translateX(-50%) translateY(-20px); opacity: 0; }
    to   { transform: translateX(-50%); opacity: 1; }
}
        
/* Botão Hamburger */
#menuToggle {
    display: none;
}

.cta-button {
    background: #6f42c1;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.2s;
    display: inline-block;
}
.cta-button:hover {
    background: #5a32a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(90, 50, 163, 0.3);
}


@media (max-width: 767.98px) {
    #menuToggle {
        display: block !important;
    }

    .aside-fixed {
        transform: translateX(-100%);
        transition: transform 0.3s ease-out;
        z-index: 1000;
    }

    .aside-fixed.open {
        transform: translateX(0);
    }

    main.content-main {
        margin-left: 0 !important;
        filter: none !important;
    }

    /* Efeito de fundo escurecido ao abrir menu */
    .aside-overlay {
        content: '';
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .aside-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

