﻿:root {
    --primary-color: #1976d2;
    --accent-color: #f0b400;
    --border-color: #ccc;
}

header {
    background-color: #e9f1fb;
    color: #193c78;
    height: 80px;
    box-shadow: 0 2px 4px rgb(12, 22, 39);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza horizontalmente */

}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    gap: 20px;
}

/* LOGO */
.playtrade-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #193c78;
    padding-left: 200px;
    margin-right: auto;
}

.playtrade-logo span {
    color: #998254;
}

/* BOTÃO VENDA */
.venda {
    margin-left: auto;
}

.btn-venda {
    background-color: #0d502b;
    color: white;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: bold;
    border: #DAA520 ;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-venda:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.btn-venda:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.btn-venda:active {
    background-color: #1e7e34;
    transform: scale(0.98);
}

/* LINKS À DIREITA */
.user-actions a {
    color: #193c78;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.2s ease;
}

.user-actions a:hover {
    background-color: #d5e5f5;
}

/* LOGO FIXO À ESQUERDA */
.logo-fixo {
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 1000;
}

.logo-fixo img {
    width: 250px;
    height: auto;
    display: block;
}

/* PÁGINA */
.page-content {
    margin-top: 20px;
    padding-top: 20px;
}



header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    background: linear-gradient(90deg, #181b2e, #11121e); /* Gradiente azul escuro */
    position: relative;
    z-index: 5;
}

/* Para evitar sobreposição do conteúdo com o header */
.page-content {
    margin-top: 20px;
    padding-top: 20px;
}

.logo-fixo {
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 1000;
}

.logo-fixo img {
    width: 250px;
    height: auto;
    display: block;
}

.playtrade-logo {
    font-size: 26px;
    font-weight: 800;
    color: #193c78;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: auto;
    padding-left: 200px;
}

.playtrade-logo span {
    color: #998254;
}



.logo-wrapper {
    display: flex;
    align-items: center;
    padding-left: 30px;
    gap: 15px;
}

.logo-img {
    height: 50px;
    width: auto;
}

.logo-gloock {
    font-family: 'Gloock', serif;
    font-size: 32px;
    font-weight: 700;
    color: #193c78;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo-gloock span {
    color: #998254;
}

.logo-gloock {
    font-family: 'Gloock', serif;
    font-size: 32px;
    font-weight: 700; /* Bold */
    color: #193c78;
    text-transform: uppercase;
    letter-spacing: 1px;
}
