.hidden {
  display: none !important;
}

body {
  background-color: #f3f3f3;
}
header .background-image {
  border-radius: 0 0 15px 15px;
}

h2 {
  font-size: 1.5em !important;
}
h3 {
  font-size: 1.17em !important;
}
h3:not(.font-black) font font {
  font-family: "montserrat" !important;
}
h4 {
  font-size: 16px !important;
}
button {
  border: 0;
  background-color: transparent;
}
.mute-video {
  position: relative;
  z-index: 98;
}
button.btn-sound {
  position: absolute;
  right: 15px;
  bottom: 30px;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  font-size: 16px;
  font-style: unset;
  background-color: #00000069;
  color: #fff;
  z-index: 99;
}
.panel-infos {
  position: relative;
}
.btn-back {
  background-color: #ffffff;
  padding: 10px 15px;
  box-shadow: 1px 1px 5px #00000042;
  position: absolute;
  top: 0;
  border-radius: 12px;
  left: 5px;
  font-size: 16px;
  border: 0;
  color: #f97c2c;
  cursor: pointer;
}
.free-video {
  position: relative;
  z-index: 97;
}

.free-video video {
  width: 100%;
  border-radius: 15px;
}

.owl-dot.active {
  height: 10px;
  width: 23px;
}

.owl-dot {
  height: 10px;
  width: 10px;
  margin: 0px 7px;
}

.owl-dots {
  margin-top: -25px;
  z-index: 10000;
  position: absolute;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #73cfcc;
  width: 23px;
  transition: all 0.2s;
  box-shadow: 0 0 5px #515151;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #a8a8a8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.btn-play {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 98;
}

.btn-play img {
  width: auto;
  border-radius: 15px;
}
.panel-trophy p {
  color: #626262;
  text-transform: uppercase;
}
.panel-fisheds p {
  color: #626262;
  text-transform: uppercase;
}

.load-more {
  display: none;
}
#profile.my-profile-content .photo-message {
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile.my-profile-content .account-properties a.logout-user {
  display: none;
}

#profile.my-profile-content .panel-infos h2 {
  text-align: center;
}

#profile.my-profile-content .profile-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 150px;
  margin: 0 10px;
  width: 150px;
}

#profile.my-profile-content .description,
#profile.my-profile-content .photo-message a,
#profile.my-profile-content .infos {
  color: #fff;
}

#profile.my-profile-content .infos {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 10px 0;
}
#profile.my-profile-content .infos p {
  font-size: 14px;
  display: flex;
  line-height: 1;
  margin: 5px;
}

#profile.my-profile-content .infos p i {
  margin: 0 5px;
}

#profile.my-profile-content .panel-cup .btn-cup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
#profile.my-profile-content .panel-cup .participate-bar {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ccc;
  font-size: 11px;
  padding: 15px 15px;
}
#profile.my-profile-content .panel-cup .participate-bar a {
  color: #626262;
  text-decoration: none;
}
#profile.my-profile-content .panel-cup .ranking-bar {
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #ccc;
  color: #626262;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 15px;
  padding: 8px 15px;
  width: 100%;
}
#profile.my-profile-content .panel-cup .ranking-bar div {
  width: 100%;
  grid-column: 1/13;
}
#profile.my-profile-content .panel-cup .ranking-bar .position {
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  grid-column: 1/13;
}
#profile.my-profile-content .panel-cup .ranking-bar h5 {
  font-size: 11px;
}
#profile.my-profile-content .panel-cup .ranking-bar p {
  font-size: 30px;
  margin: 0;
}
#profile.my-profile-content .panel-cup .ranking-bar i {
  font-size: 23px;
}

#profile.my-profile-content .panel-trophy {
  background-color: #fff;
  margin: 10px 0;
  padding: 5px 0;
  border-radius: 25px;
}

#profile.my-profile-content .panel-trophy h3 {
  color: #626262;
  margin-top: 25px;
  text-align: center;
}
#profile.my-profile-content .panel-trophy .trophys {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  justify-items: center;
  padding: 10px 15px;
}
#profile.my-profile-content .panel-trophy .trophy {
  position: relative;
  width: 100%;
}

#profile.my-profile-content .panel-trophy .trophy .trophy-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}

#profile.my-profile-content .panel-trophy .medal {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ddd;
  color: #626262;
  font-size: 38px;
  padding: 10px 15px;
  margin: 10px 5px 10px 5px;
  text-align: center;
}
#profile.my-profile-content .panel-trophy .quantity {
  place-items: center;
  background-color: #f97c2c;
  border-radius: 5px;
  color: #fff;
  display: grid;
  justify-content: center;
  margin: 7px 0px 0px 5px;
  position: absolute;
  z-index: 1;
  padding: 5px;
}
#profile.my-profile-content .panel-trophy h5 {
  color: #626262;
  font-size: 11px;
}
#profile.my-profile-content .panel-trophy .btn-trophy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#profile.my-profile-content .panel-trophy .btn-trophy a {
  background-color: #74cccc;
  border-radius: 15px;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 90%;
}

#profile.my-profile-content .panel-fisheds h3,
#profile.my-profile-content .panel-reserves h3 {
  text-align: center;
  margin: 20px 0;
}
#profile.my-profile-content .panel-fisheds .add-fish a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
}
#profile.my-profile-content .panel-fisheds .card-fished {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #ddd;
  margin: 15px;
  padding: 10px;
}
#profile.my-profile-content .panel-fisheds .card-fished p {
  margin: 0;
}
#profile.my-profile-content .panel-fisheds .photos-fished img:not(.playicon) {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
#profile.my-profile-content .panel-fisheds .personal-info {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 9fr;
  margin: 5px 0;
}
#profile.my-profile-content .panel-fisheds .personal-info p {
  font-size: 20px;
}
#profile.my-profile-content .panel-fisheds .personal-info i {
  grid-row: 1/3;
  font-size: 17px;
  text-align: center;
  width: 20px;
}
#profile.my-profile-content .panel-fisheds .personal-info small {
  grid-column: 2/3;
  font-size: 12px;
}
#profile.my-profile-content .panel-fisheds .fish-info div {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
#profile.my-profile-content .panel-fisheds .fish-info div i {
  font-size: 17px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
#profile.my-profile-content .panel-fisheds .verify {
  align-items: center;
  display: flex;
  justify-content: end;
  color: #efb44e;
  font-size: 12px;
  margin: 5px 0;
}
#profile.my-profile-content .panel-fisheds .verify i {
  font-size: 17px;
  margin: 0 5px;
}
#profile.my-profile-content .panel-fisheds .admin-verify {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
#profile.my-profile-content .panel-fisheds .admin-verify a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
#profile.my-profile-content .panel-fisheds .admin-verify i {
  font-size: 17px;
  margin: 0 5px;
}
#profile.my-profile-content .panel-fisheds .reacts {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#profile.my-profile-content .panel-fisheds .reacts h5 {
  margin: 0 30px;
  font-size: 19px;
}
#profile.my-profile-content .panel-fisheds .commentary {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 7fr;
  margin: 15px 0;
}
#profile.my-profile-content .panel-fisheds .commentary img {
  border-radius: 10px;
  height: 35px;
  width: 35px;
}
#profile.my-profile-content .panel-fisheds .commentary p {
  background-color: #919191;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  padding: 7px 3px;
}
#profile.my-profile-content .panel-fisheds .see-comments {
  display: flex;
  align-items: center;
  justify-content: center;
}
#profile.my-profile-content .panel-fisheds .see-comments a {
  background-color: #74cccc;
  border-radius: 10px;
  color: #fff;
  padding: 7px;
  text-decoration: none;
  width: 85%;
}

#profile.my-profile-content .panel-reserves .reserve {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ddd;
  display: grid;
  grid-template-columns: 2fr 7fr;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

#profile.my-profile-content .panel-reserves .reserve img {
  border-radius: 15px;
  height: 70px;
  margin: 5px;
  width: 70px;
}
#profile.my-profile-content .panel-reserves .reserve p {
  font-size: 12px;
  margin-bottom: 0;
}
#profile.my-profile-content .panel-reserves .collapse-rate {
  grid-column: 1/3;
}
#profile.my-profile-content .panel-reserves .hide-rate {
  height: 0;
  overflow: hidden;
}
#profile.my-profile-content .panel-reserves .rate-space {
  align-items: center;
  display: flex;
  grid-column: 1/3;
  justify-content: center;
}
#profile.my-profile-content .panel-reserves .show-rate {
  background-color: #74cccc;
  border-radius: 15px;
  color: #fff;
  font-size: 15px !important;
  /* margin-top: 15px; */
  padding: 5px 10px;
  position: absolute;
  bottom: -17px;
  text-align: center;
  transition: all 0.2s;
  border: 0;
}
#profile.my-profile-content .panel-reserves .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
#profile.my-profile-content .panel-reserves .rate-comment {
  background-color: #e3e3e3;
  border: none;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}

#profile.my-profile-content .cancel-reservation {
  grid-column: span 9;
  text-align: center;
  background-color: #ff4545;
  border-radius: 11px;
  color: white;
  margin: 10px 40px 0 40px;
  padding: 4px 0;
}

/* modal */
.modal #closeModal {
  font-size: 28px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1072;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog-scrollable {
  display: flex;
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .trophys {
  max-height: calc(100%- 1rem);
  overflow-y: auto;
}
.modal.show .modal-dialog-scrollable {
  -webkit-transform: none !important;
  transform: none !important;
}
.modal.fade .modal-dialog-scrollable {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content .modal-header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.modal-content .modal-body {
  overflow: auto;
}

#profile.my-profile-content .account-properties a.edit-profile span {
  display: none;
}

.popover {
  box-shadow: 0 0 15px #868686;
}

a.message {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  color: #f97c2c;
  font-size: 16px;
  box-shadow: 1px 1px 5px #00000042;
}
a.message:hover {
  color: #c05f23;
}

@media (max-width: 767px) {
  header .background-image {
    height: 330px;
  }
  #profile.my-profile-content .infos .email {
    grid-column: 1/3;
  }
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 767px) {
  a.message {
    right: -15px;
    top: -15px;
  }
  a.message:hover {
    color: #c05f23;
  }
  .btn-back {
    left: -15px;
    top: -15px;
  }
  header .background-image {
    height: 300px;
  }
  #profile.my-profile-content .panel-fisheds h3,
  #profile.my-profile-content .panel-reserves h3 {
    text-align: center;
    margin: 0;
  }
  .overflow-desktop {
    max-height: 600px;
    overflow: auto;
    border-radius: 15px;
  }
  #profile.my-profile-content .panel-fisheds .add-fish {
    padding-bottom: 10px !important;
  }
  #profile.my-profile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: .5fr 1fr 3fr; */
    padding: 25px;
  }
  #profile.my-profile-content .panel-infos {
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    grid-column: 1/9;
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
  }
  #profile.my-profile-content .description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 10px;
  }

  #profile.my-profile-content .description,
  #profile.my-profile-content .photo-message a,
  #profile.my-profile-content .infos {
    color: #3c3c3c;
  }

  #profile.my-profile-content .account-properties {
    align-items: flex-start;
    display: flex;
    height: 100%;
    position: absolute;
    right: 15px;
  }
  #profile.my-profile-content .account-properties a {
    color: #7fcdcb !important;
    margin: 10px;
    text-decoration: none;
  }
  #profile.my-profile-content .account-properties a.edit-profile span {
    display: unset;
  }
  #profile.my-profile-content .account-properties a.logout-user {
    display: block;
  }
  #profile.my-profile-content .account-properties a:hover {
    text-decoration: underline;
  }
  #profile.my-profile-content .account-properties a i {
    margin-right: 5px;
  }

  #profile.my-profile-content .name {
    font-size: 22px;
  }
  #profile.my-profile-content .infos {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  #profile.my-profile-content .infos p {
    margin: 5px 0;
  }
  #profile.my-profile-content .infos p i {
    color: #74cccc;
  }

  #profile.my-profile-content .panel-championship {
    grid-row: 2/3;
  }
  #profile.my-profile-content .panel-trophy {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    margin-top: 30px;
  }
  #profile.my-profile-content .panel-trophy h3 {
    margin: 0;
  }
  #profile.my-profile-content .panel-fisheds {
    grid-row: 2/4;
  }
  #profile.my-profile-content .panel-reserves {
    grid-row: 3/4;
  }
}

/* Records por Especie - Card Layout */
.panel-records-species {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
  box-shadow: 0px 0px 10px #ccc;
}

.panel-records-species h3 {
  color: #626262;
  margin-bottom: 15px;
}

.records-species-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.record-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e9ecef;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.record-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: rgba(114, 203, 209, 0.4);
  text-decoration: none;
}

.record-card:focus {
  outline: 2px solid #72cbd1;
  outline-offset: 2px;
}

.record-card-photo {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-color: #e8f4f5;
  position: relative;
  overflow: hidden;
}

.record-card-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.35), transparent);
  pointer-events: none;
}

.record-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f8f9, #c8e8eb);
}

.record-card-placeholder i {
  font-size: 36px;
  color: #72cbd1;
  opacity: 0.4;
  margin: 0;
}

.record-card-rank {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
  z-index: 1;
}

.record-card-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700, #ffaa00);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.record-card-badge i {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.record-card-body {
  padding: 10px 12px 12px;
}

.record-card-species {
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.record-card-size {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 2px;
}

.record-card-size i {
  color: #f97c2c;
  font-size: 11px;
  margin: 0;
}

.record-card-size span {
  font-size: 15px;
  font-weight: 800;
  color: #f97c2c;
}

.record-card-date {
  font-size: 11px;
  color: #aaa;
  margin: 0;
}

/* Records collapse/expand */
.records-species-grid.records-collapsed {
  max-height: 340px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.btn-toggle-records {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #4ab0b7;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-toggle-records:hover {
  background: #f0fafa;
  border-color: #72cbd1;
}

.btn-toggle-records .toggle-icon {
  font-size: 11px;
  transition: transform 0.3s ease;
  margin: 0;
}

/* Mobile responsiveness - Records */
@media (max-width: 576px) {
  .records-species-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .record-card-photo {
    height: 100px;
  }

  .record-card-body {
    padding: 8px 10px 10px;
  }

  .record-card-species {
    font-size: 13px;
  }

  .record-card-size span {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .records-species-grid {
    gap: 6px;
  }

  .record-card-photo {
    height: 85px;
  }

  .record-card-species {
    font-size: 12px;
  }

  .record-card-size span {
    font-size: 12px;
  }

  .record-card-date {
    font-size: 10px;
  }

  .record-card-rank {
    font-size: 10px;
    padding: 2px 6px;
  }

  .record-card-badge {
    width: 24px;
    height: 24px;
  }

  .record-card-badge i {
    font-size: 10px;
  }
}

/* Albums */
.panel-albums {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
  box-shadow: 0px 0px 10px #ccc;
}

.panel-albums h3 {
  color: #626262;
  margin-bottom: 15px;
}

.albums-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.album-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  background: #fff;
  transition: all 0.2s ease;
}

.album-card:hover {
  box-shadow: 0 4px 12px rgba(114, 203, 209, 0.25);
  border-color: #72cbd1;
}

.album-cover {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  position: relative;
}

.album-cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f4f5 0%, #d1eef0 100%);
}

.album-cover-placeholder i {
  font-size: 32px;
  color: #72cbd1;
  opacity: 0.5;
}

.album-post-count {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
}

.album-info {
  padding: 10px;
}

.album-name {
  font-size: 13px;
  color: #626262;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .albums-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 375px) {
  .albums-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .album-cover {
    height: 100px;
  }

  .album-name {
    font-size: 12px;
  }
}

/* Album clickable cards */
.album-card-clickable {
  cursor: pointer;
}

/* Album Detail Modal */
#albumDetailModal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}

#albumDetailModal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

#albumDetailModal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 16px 20px;
}

#albumDetailModal .modal-body {
  padding: 15px;
  max-height: 70vh;
  overflow-y: auto;
}

.album-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.album-post-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}

.album-post-item:hover {
  border-color: #72cbd1;
  box-shadow: 0 2px 8px rgba(114, 203, 209, 0.15);
}

.album-post-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}

.album-post-link:hover {
  text-decoration: none;
  color: inherit;
}

.album-post-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  flex-shrink: 0;
}

.album-post-details {
  flex: 1;
  min-width: 0;
}

.album-post-details p {
  font-size: 13px;
  text-transform: none;
}

.album-post-details .font-grey {
  font-size: 12px;
}

@media (max-width: 576px) {
  #albumDetailModal .modal-dialog {
    margin: 0.5rem;
  }

  .album-post-img {
    width: 60px;
    height: 60px;
  }
}

/* Empty States */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  grid-column: 1 / -1;
}

.empty-state i {
  font-size: 36px;
  color: #72cbd1;
  opacity: 0.4;
  margin-bottom: 12px;
}

.empty-state p {
  font-size: 14px;
  color: #626262;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.empty-state span {
  font-size: 12px;
  color: #888;
  max-width: 280px;
  line-height: 1.4;
}

@media (max-width: 576px) {
  .empty-state {
    padding: 20px 15px;
  }

  .empty-state i {
    font-size: 28px;
  }
}

/* Fishing Stats Panel */
.panel-fishing-stats {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.panel-fishing-stats h3 {
  color: #626262;
  margin-bottom: 15px;
}

.stats-charts-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stats-charts-container.hidden {
  display: none;
}

.stats-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}

.summary-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafa;
  border: 1px solid #eef4f4;
  transition: all 0.2s ease;
}

.summary-card:hover {
  border-color: #d0eaec;
  background: #f2f9f9;
}

.summary-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #72cbd1, #5bb8be);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.summary-icon i {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.summary-icon-purple { background: linear-gradient(135deg, #a78bfa, #8b5cf6); }
.summary-icon-orange { background: linear-gradient(135deg, #f97c2c, #e06a1a); }
.summary-icon-green { background: linear-gradient(135deg, #34d399, #10b981); }

.summary-data {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.summary-value {
  font-size: 18px;
  font-weight: 800;
  color: #3a3a3a;
  line-height: 1.2;
}

.summary-value small {
  font-size: 12px;
  font-weight: 600;
  color: #888;
}

.summary-label {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats-tab-desc {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0 10px;
}

.stats-tab-desc i {
  color: #bbb;
  margin-right: 4px;
  font-size: 11px;
}

.stats-chart-wrap {
  position: relative;
  height: 300px;
  width: 100%;
}

.stats-tabs {
  display: flex;
  gap: 0;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 3px;
}

.stats-tab {
  flex: 1;
  background: none;
  border: none;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.stats-tab i {
  font-size: 13px;
  margin: 0;
}

.stats-tab.active {
  background: #fff;
  color: #4ab0b7;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.stats-tab:hover:not(.active) {
  color: #626262;
}

.stats-tab-content {
  display: none;
  padding: 10px 0;
}

.stats-tab-content.active {
  display: block;
}

.stats-year-filter {
  display: flex;
  justify-content: center;
}

.stats-year-filter select {
  max-width: 180px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 8px 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.stats-year-filter select:hover {
  border-color: #72cbd1;
  box-shadow: 0 0 4px rgba(114, 203, 209, 0.3);
}

.stats-year-filter select:focus {
  outline: none;
  border-color: #72cbd1;
  box-shadow: 0 0 6px rgba(114, 203, 209, 0.5);
}

.stats-loading {
  padding: 20px;
}

.empty-state-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #888;
}

.empty-state-inline.hidden {
  display: none;
}

.empty-state-inline i {
  font-size: 28px;
  color: #ccc;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .stats-summary {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 375px) {
  .stats-tab span { display: none; }
  .stats-tab i { font-size: 16px; }
  .stats-tab { padding: 8px 6px; }
  .stats-chart-wrap { height: 250px; }
  .stats-tab-desc { font-size: 11px; }
}

/* Desktop layout for public profile */
@media (min-width: 768px) {
  .records-species-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .albums-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .records-species-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .albums-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
