.link-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(45deg, #ff8c00, #ff0080);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
    font-weight: bold;
}

.link-badge i {
    font-size: 12px;
}

@media (max-width: 2000px) {
 
  
  .gallery {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 15px;
  }
}



@media (max-width: 1500px) {
 
  
  .gallery {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px;
  }
}

@media (max-width: 1300px) {
 
  
  .gallery {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px;
  }
}



@media (max-width: 1084px) {
  .sidebar-right {
    display: none !important;
  }
  
  .gallery {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px;
  }.mk{    justify-content: center;}
}


@media (max-width: 700px) {
  .sidebar-right {
    display: none !important;
  }
  
  .gallery {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
  }
   
}
@media (max-width: 508px) {
  .sidebar-right {
    display: none !important;
  }
  
  .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }
}



@media (max-width: 320px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  .logoos img {
    width: 67px !important;
  }
}




.album-topo {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.user-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 6px;
}

.user-options {
    font-size: 18px;
    cursor: pointer;
    color: #888;
    margin-left: 8px;
}

.user-options:hover {
    color: #fff;
}




.sidebar-right {
    width: 337px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 11px;
}

    .box {
         background-color: #00000000;
    padding: 15px;
    border-radius: 8px;
    border: solid 1px #2f3336;
    }

    .box h4 {
        margin-top: 0;
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
    }

    .tags span {
        display: inline-block;
        background-color: #e63946;
        color: #e6e6e6;
        padding: 5px 10px;
        border-radius: 12px;
        margin: 5px 5px 0 0;
        font-size: 0.85rem;
    }
 

    .ad-box {
        height: 150px;
        background-color: #330000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e6e6e6;
        font-weight: bold;
    }




body {
     
    gap: 20px;
    background: #1f1f1f;
    color: #f2f2f2;
    margin: 0;
    font-family: Arial, sans-serif;
}

 
.sidebar-albums {
 
    height: 100vh;
    overflow-y: auto;
    padding: 10px;
    background: #1f1f1f;
}

 
.sidebar-albums::-webkit-scrollbar { display: none; }
.sidebar-albums { scrollbar-width: none; -ms-overflow-style: none; }

 
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
    gap: 20px;
}


 
body {
  background: #1f1f1f;
  color: #f2f2f2;
  font-family: Arial, sans-serif;
  margin: 0;
 
  gap: 25px;
  padding: 20px;
}

h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}

 
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  gap: 20px;
  flex: 1;
  max-width: 1600px;
    margin: 0 auto; 
}





.album {

  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s;
 
}

.album:hover {
  transform: scale(1.02);
}

 .album-thumb {
  position: relative;
}

.album-img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #222;
        filter: saturate(121%);
}

 
.album-info {
position: absolute;
    bottom: 7px;
    left: -6px;
    right: -6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
}

.album-info i {
  margin-right: 4px;
}

.left-info,
.right-info {
  display: flex;
  gap: 10px;
    align-items: center;
    background: #0000003d;
    border-radius: 4px;
    padding: 2px;
  
}

 
.album-bottom {
    display: flex;
    flex-direction: column;
    padding: 7px;
    gap: 0px;
}

.album-title {
  font-size: 15px;
  font-weight: bold;
  color: #f2f2f2;
  margin-bottom: 5px;
}


.album-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.user-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #fff;
}

.user-profile-img,
.user-initial {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444;
  font-weight: bold;
  font-size: 14px;
}

.user-name {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}



.tag-link {
 
  color: #f2f2f2;
  text-decoration: none;
 
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.link-item {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}

.link-item:hover {
  color: #fff;
}
.share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.share-modal-content {
  background: #1a1a1a;
  color: #fff;
  width: 320px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.share-buttons a {
  color: #fff;
  margin: 10px;
  font-size: 20px;
  text-decoration: none;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 22px;
}

@media (max-width: 768px) {
  .sidebar-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
  }

  .album-img {
    height: 177px;
  }
}


.carrossel {
  color: white;
  width: 95%;
 
  margin: 50px auto 0 auto;
  padding: 8px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.carrossel:active {
  cursor: grabbing;
}

.carrossel::-webkit-scrollbar {
  display: none;
}

.item {
  flex: 0 0 auto;
  background: #333;
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.item:hover {
  background: #555;
}


.menu-opcoes {  
    display: inline-block; 
    margin: 0 10px; 
}

.user-options {
    cursor: pointer;
    font-size: 20px;
    color: #6c6b6b;
    padding: 4px;
    transition: color 0.2s;
}

.user-options:hover {
    color: #e63946;
}

.menu-flutuante {
    display: none;
    position: absolute;
    top: 103px;
    left: 3px;
    background: #3a3939;
    padding: 10px 12px;
    border-radius: 8px;
    min-width: 139px;
    z-index: 999;
}

.menu-flutuante a { 
    display: block; 
    color: #fff; 
    text-decoration: none; 
    margin: 6px 0; 
    padding: 6px 8px; 
    border-radius: 6px;
    transition: background 0.2s;
}

.menu-flutuante a:hover { 
    background: #333; 
}

.sidebar-albums {
    height: 100vh;
    overflow-y: auto;
    padding: 10px;
    background: #1f1f1f;
    transition: width 0.3s ease;
}


.sidebar-albums.loading {
    width: 900px; 
}
@media (max-width:768px){
    .sidebar-albums.loading { width: 100%; }
}


#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    z-index: 9999;
    display: none;
}
#loading-overlay i {
    margin-right: 10px;
    font-size: 28px;
    animation: spin 1s linear infinite;
}
@keyframes spin { 0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);} }


.mennnnnnnn { 
    
    color: #fff; 
  
}



