body {
    background:radial-gradient(ellipse at top, #287794, transparent), 
    radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0.8), transparent),
     radial-gradient(circle at -10%, #000000, transparent), 
     linear-gradient(45deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, .85)) !important;
    color: white;
}

.container-head {
    background: rgba(0, 0, 0, .2);
    border-radius: 12px;
    max-width: 1500px;
    margin: 50px auto;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.account-header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-text {
    display: flex;
    flex-direction: column;
}

.header-text h1 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

.header-text h2 {
    font-size: 16px;
    margin: 0;
    color: #9e9e9e !important;
}

.header-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 5px 0 0;
}

.header-icon {
    font-size: 2.5rem;
    color: #2a5298;
    filter: drop-shadow(0 0 5px rgba(42, 82, 152, 0.5));
}

.container-main {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 20px 0;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.4em;
}

.loading-container-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border-radius: 10px;
    margin: 20px 0;
}

.spinner-border-home {
    border: 0.4em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.title-content {
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
    margin: 50px auto;
    padding: 15px;
    text-align: center;
}

.grid-content {
    border: 5px solid #888;
    border-radius: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    padding-right: 10px;
}

.card-skins {
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 8px;
}

.card-img-top {
    object-fit: contain;
    height: 100px;
}

.card-agent {
    background: rgba(0, 0, 0, .3);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    color: white;
}

.card-img-agent {
    width: 85%;
    padding-bottom: 20px;
    border-radius: 10px;
}

.card-body-info {
    padding: 10px;
    color: rgb(0, 0, 0) !important;
}

.card-body {
    padding: 0.5rem;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    border-radius: 8px;
}

.card-text {
    font-size: 0.9rem;
    margin: 0;
    color: rgb(255, 255, 255) !important;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

h1, h2, h4 {
    color: white !important;
}

.text-muted {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7) !important;
}

.fas {
    font-size: 1rem;
    color: #ffffff;
}

.text-muted i {
    margin-right: 5px !important;
}

#valorantSkins, #valorantBuddies, #valorantAgents {
    max-height: 480px;
    overflow-y: auto;
}

#valorantSkins::-webkit-scrollbar, #valorantBuddies::-webkit-scrollbar, #valorantAgents::-webkit-scrollbar {
    width: 8px;
}

#valorantSkins::-webkit-scrollbar-track, #valorantBuddies::-webkit-scrollbar-track, #valorantAgents::-webkit-scrollbar-track {
    background: #272727;
}

#valorantSkins::-webkit-scrollbar-thumb, #valorantBuddies::-webkit-scrollbar-thumb, #valorantAgents::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#valorantSkins::-webkit-scrollbar-thumb:hover, #valorantBuddies::-webkit-scrollbar-thumb:hover, #valorantAgents::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.link-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    color: white !important;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #2a5298, #3b6db0);
}

.link-btn i {
    margin-right: 8px;
    font-size: 1rem;
}

/* ==== ESTILOS DOS CARDS DA HOMEPAGE ==== */
.account-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-header {
  position: relative;
}

.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rank-info {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tier-icon {
  width: 24px;
  height: 24px;
}

.card-body {
  padding: 16px;
  color: #ccc;
  font-size: 14px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #333;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #0f0;
}

.buy-button {
  background-color: #ff4655;
  color: white;
  padding: 8px 14px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}
