.brand-logo {height:34px}
.nav-tabs .nav-link {border:0; color:#777; font-weight:500;}
.nav-tabs .nav-link.active {color:#000; border-bottom:2px solid #000;}
.filter-pill {border-radius:6px; font-size:13px;color: #FFF;}
.masonry {display:grid; grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:18px;column-count: 4;}
.tile {position:relative; border-radius:var(--radius); overflow:hidden; background:#000; cursor:pointer; transition:transform .3s ease;break-inside: avoid;}
.tile:hover {transform:scale(1.02)}
.h-sm {grid-row:span 26}
.h-md {grid-row:span 34}
.h-lg {grid-row:span 42}
:root {--radius:16px;}
.tile img, .tile video {object-fit:cover;}

.tile-thumbnail-overlay {position:absolute; top:8px; right:8px; width:50px; height:50px; border-radius:6px; object-fit:cover; border:1px solid rgba(255,255,255,0.3); z-index:10;}
.badge-pro {border-radius:100px; font-size:15px; padding:6px 12px;color: #FFF;text-decoration: none;transition: 0.5s all;margin-left: -7px;}
.badge-pro:hover{ background:#424649;}
.offcanvas-header{border-bottom: 1px solid #6c757d;}
.offcanvas-body{padding: 0;}
.offcanvas-body a{color: #FFF;text-decoration: none;padding: 12px 15px;display: block;transition: 0.5s all;margin-bottom: 0;}
.offcanvas-body a:hover{background-color: #424649;}
.nav-tabs .nav-link.active {color: #FFF;border-bottom: 2px solid #FFF;}
.btnActive{background-color: #6c757d;border-color: #6c757d;}
video{width: 100%;height: auto;}
.pricing-card {border-radius:24px; padding:30px; color:#fff; height:100%;}
.pricing-card.basic {background:#7c7c7c;}
.pricing-card.pro {background:linear-gradient(180deg,#6c7cff,#5b3cf5);}
.pricing-card.premium {background:linear-gradient(180deg,#e879f9,#9333ea);}
.price {margin:20px 0;}
.price .old {text-decoration:line-through; opacity:.7; margin-right:10px;}
.price .new {font-size:40px; font-weight:700;}
.features {list-style:none; padding:0; margin-top:25px;}
.features li {margin-bottom:12px;}
/* Masonry Grid - Column-wise responsive layout */
.masonryGrid {
  columns: 4;
  column-gap: 18px;
  column-fill: balance;
}

.tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  transition: transform .3s ease;
  width: 100%;
  height: auto;
  break-inside: avoid-column;
  margin-bottom: 18px;
  display: inline-block;
}

/* Responsive columns based on screen width */
@media (max-width: 1920px) {
  .masonryGrid { columns: 4; }
}

@media (max-width: 1536px) {
  .masonryGrid { columns: 3; }
}

@media (max-width: 1024px) {
  .masonryGrid { columns: 3; }
}

@media (max-width: 768px) {
  .masonryGrid { columns: 2; }
}

@media (max-width: 576px) {
  .masonryGrid { columns: 1; }
}
.tile:hover {transform:scale(1.02)}
.tile-placeholder-blur {position:absolute; inset:0; object-fit:cover; filter:blur(10px); z-index:1; opacity:0; transition:opacity 0.4s ease; display:block; margin:0; padding:0; width:100%; height:100%;}
.tile-placeholder-blur.visible {opacity:1;}
.tile-placeholder-blur.hidden {opacity:0; pointer-events:none;}
.tile-corner-thumb {position:absolute; top:8px; right:8px; width:70px; height:90px; object-fit:cover; border-radius:6px; border:1px solid rgba(255,255,255,0.3); z-index:10;}
.tile video {width:100%; height:100%; display:block; object-fit:cover; position:relative; z-index:2;}

.tile-info {position:absolute; bottom:0; left:0; right:0; background:linear-gradient(to top, rgba(0,0,0,.8), transparent 50%); padding:12px 10px; color:#fff; z-index:3;}
.tile-name {font-size:14px; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.tile-designer {font-size:12px; color:#aaa; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.page-link .fa {font-size:11px; position:relative; top:-2px;}
.modal-content {background:#0b1120;}
.switch-pill {background:#1e293b; border-radius:30px; display:inline-flex; padding:4px;}
.switch-pill button {border:0; background:transparent; color:#cbd5e1; padding:8px 20px; border-radius:30px; transition:all .3s ease;}
.switch-pill button.active {background:#e2e8f0; color:#000;}
.upload-btn {position:absolute; bottom:30px; left:0; border-radius:20px; right:0; margin:0 auto; width:85px;}
.cursor-pointer {cursor:pointer;}
.annualBill .form-check {margin-top:5px;}
.diamondIcon img{width: 22px;}
.diamondIcon{color: #ad46ff !important;font-weight: 600;}
.dropdown-menu{background: #000;}
.footer-dark{border-top: 1px solid #495057;}

/* ===== AUTH ERROR TOAST ===== */
.app-toast-container {
  display: grid;
  gap: 12px;
  max-width: 520px;
  position: fixed;
  right: 22px;
  top: 22px;
  width: calc(100vw - 44px);
  z-index: 10001;
}

.auth-error-toast {
  align-items: flex-start;
  background: #181818;
  border: 1px solid rgba(248, 113, 113, 0.35);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: flex;
  gap: 14px;
  max-width: 520px;
  padding: 16px;
  position: fixed;
  right: 22px;
  top: 22px;
  width: calc(100vw - 44px);
  z-index: 10001;
}

.app-toast-container .auth-error-toast {
  animation: appToastIn 0.22s ease-out;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}

.app-toast.is-hiding {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.app-toast-success {
  border-color: rgba(74, 222, 128, 0.38);
}

.app-toast-success .auth-error-icon {
  color: #4ade80;
}

.app-toast-info {
  border-color: rgba(96, 219, 255, 0.38);
}

.app-toast-info .auth-error-icon {
  color: #60dbff;
}

.auth-error-icon {
  color: #f87171;
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 3px;
}

.auth-error-content {
  display: grid;
  gap: 3px;
  line-height: 1.45;
}

.auth-error-content strong {
  font-size: 0.95rem;
}

.auth-error-content span {
  color: #c7c7c7;
  font-size: 0.9rem;
}

.auth-error-close {
  background: transparent;
  border: 0;
  color: #9b9b9b;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0;
}

.auth-error-close:hover {
  color: #ffffff;
}

@media (max-width: 576px) {
  .app-toast-container {
    left: 16px;
    right: 16px;
    top: 16px;
    width: auto;
  }

  .auth-error-toast {
    left: 16px;
    right: 16px;
    top: 16px;
    width: auto;
  }
}

@keyframes appToastIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== APP CONFIRM MODAL ===== */
.app-confirm-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(8px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 10000;
}

.app-confirm-modal.show {
  opacity: 1;
}

.app-confirm-dialog {
  background: #181818;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  max-width: 440px;
  padding: 26px;
  transform: translateY(8px);
  transition: transform 0.18s ease;
  width: 100%;
}

.app-confirm-modal.show .app-confirm-dialog {
  transform: translateY(0);
}

.app-confirm-icon {
  align-items: center;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.28);
  border-radius: 50%;
  color: #f87171;
  display: flex;
  font-size: 1.35rem;
  height: 50px;
  justify-content: center;
  margin-bottom: 16px;
  width: 50px;
}

.app-confirm-dialog h2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 750;
  margin-bottom: 10px;
}

.app-confirm-dialog p {
  color: #c7c7c7;
  line-height: 1.65;
  margin: 0;
}

.app-confirm-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.app-confirm-cancel,
.app-confirm-confirm {
  border-radius: 8px;
  min-height: 42px;
  padding: 10px 16px;
}

.app-confirm-cancel {
  background: #2a2a2a;
  border: 1px solid #444444;
  color: #ffffff;
}

.app-confirm-confirm {
  background: #60dbff;
  border: 1px solid #60dbff;
  color: #000000;
  font-weight: 800;
}

.app-confirm-danger {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

@media (max-width: 576px) {
  .app-confirm-actions {
    display: grid;
  }
}

/* ===== ACCOUNT DELETE MODAL ===== */
body.account-delete-open {
  overflow: hidden;
}

.account-delete-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10000;
}

.account-delete-modal.show {
  display: flex;
}

.account-delete-dialog {
  background: #181818;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  max-width: 520px;
  padding: 28px;
  width: 100%;
}

.account-delete-icon {
  align-items: center;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.28);
  border-radius: 50%;
  color: #f87171;
  display: flex;
  font-size: 1.6rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 18px;
  width: 56px;
}

.account-delete-dialog h2 {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 750;
  margin-bottom: 12px;
}

.account-delete-copy,
.account-delete-warning {
  color: #c7c7c7;
  line-height: 1.7;
}

.account-delete-warning {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.22);
  border-radius: 8px;
  margin: 18px 0;
  padding: 14px 16px;
}

.account-delete-label {
  color: #ffffff;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.account-delete-input {
  background: #101010;
  border: 1px solid #404040;
  border-radius: 8px;
  color: #ffffff;
  height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.account-delete-input:focus {
  border-color: #f87171;
  box-shadow: 0 0 0 0.2rem rgba(248, 113, 113, 0.18);
  outline: 0;
}

.account-delete-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}

.account-delete-cancel,
.account-delete-confirm {
  border-radius: 8px;
  min-height: 42px;
  padding: 10px 16px;
}

.account-delete-cancel {
  background: #2a2a2a;
  border: 1px solid #444444;
  color: #ffffff;
}

.account-delete-confirm {
  background: #dc2626;
  border: 1px solid #dc2626;
  color: #ffffff;
  font-weight: 800;
}

.account-delete-confirm:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

@media (max-width: 576px) {
  .account-delete-actions {
    display: grid;
  }
}

/* ===== AGE GATE ===== */
body.age-gate-pending {
  overflow: hidden;
}

body.age-gate-pending main {
  display: none;
}

.age-gate-overlay {
  align-items: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(96, 219, 255, 0.18), transparent 32%),
    radial-gradient(circle at 78% 82%, rgba(173, 70, 255, 0.16), transparent 30%),
    #080808;
  display: flex;
  inset: 0;
  justify-content: center;
  min-height: 100vh;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  z-index: 9999;
}

.age-gate-modal {
  max-width: 520px;
  width: 100%;
}

.age-gate-main-card,
.age-gate-warning {
  background: rgba(24, 24, 24, 0.92);
  border: 1px solid #303030;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.age-gate-main-card {
  padding: 32px 28px;
  text-align: center;
}

.age-gate-icon {
  align-items: center;
  background: rgba(96, 219, 255, 0.14);
  border: 1px solid rgba(96, 219, 255, 0.28);
  border-radius: 50%;
  color: #60dbff;
  display: flex;
  font-size: 2rem;
  height: 68px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 68px;
}

.age-gate-main-card h2 {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 750;
  margin-bottom: 12px;
}

.age-gate-main-card p,
.age-gate-warning p,
.age-gate-links {
  color: #c7c7c7;
  line-height: 1.7;
  margin: 0;
}

.age-gate-warning {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-top: 16px;
  padding: 18px;
}

.age-gate-warning i {
  color: #fbbf24;
  flex: 0 0 auto;
  font-size: 1.15rem;
  margin-top: 4px;
}

.age-gate-warning a,
.age-gate-links a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.age-gate-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.age-gate-enter,
.age-gate-leave {
  border-radius: 8px;
  min-height: 50px;
  padding: 12px 18px;
  transition: all 0.2s ease;
  width: 100%;
}

.age-gate-enter {
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  border: 0;
  color: #000000;
  font-weight: 800;
}

.age-gate-enter:hover {
  box-shadow: 0 14px 32px rgba(96, 219, 255, 0.22);
  transform: translateY(-1px);
}

.age-gate-leave {
  background: rgba(24, 24, 24, 0.92);
  border: 1px solid #444444;
  color: #ffffff;
  font-weight: 600;
}

.age-gate-leave:hover {
  background: #222222;
  border-color: #666666;
}

.age-gate-links {
  color: #8f8f8f;
  font-size: 0.8rem;
  margin-top: 18px;
  text-align: center;
}

@media (max-width: 576px) {
  .age-gate-overlay {
    align-items: flex-start;
    padding: 18px;
  }

  .age-gate-main-card {
    padding: 26px 20px;
  }

  .age-gate-main-card h2 {
    font-size: 1.25rem;
  }
}

/* ===== LEGAL PAGE STYLES ===== */
.legal-hero {
  background:
    radial-gradient(circle at 20% 20%, rgba(96, 219, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(96, 219, 255, 0.05) 100%);
  border-bottom: 1px solid rgba(96, 219, 255, 0.18);
  padding: 72px 0 56px;
}

.legal-hero-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.legal-eyebrow {
  color: #60dbff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.legal-hero h1 {
  color: #ffffff;
  font-size: 3.25rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.legal-updated {
  color: #a0a0a0;
  font-size: 1rem;
  margin: 0;
}

.legal-section {
  padding: 64px 0;
  background: #111111;
}

.legal-document {
  max-width: 980px;
  margin: 0 auto;
}

.legal-intro {
  color: #d7d7d7;
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 28px;
}

.legal-card {
  background: #181818;
  border: 1px solid #323232;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  margin-bottom: 22px;
  padding: 28px;
}

.legal-card h2 {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 16px;
}

.legal-card p,
.legal-card li,
.legal-table td {
  color: #c5c5c5;
  line-height: 1.75;
}

.legal-card a {
  color: #60dbff;
  text-decoration: none;
}

.legal-card a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.legal-table-wrap {
  border: 1px solid #343434;
  border-radius: 8px;
  overflow-x: auto;
}

.legal-table {
  border-collapse: collapse;
  margin: 0;
  min-width: 680px;
  width: 100%;
}

.legal-table th {
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  padding: 16px;
}

.legal-table td {
  border-top: 1px solid #343434;
  padding: 16px;
  vertical-align: top;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.legal-card p + .legal-list,
.legal-list + p,
.legal-list + .legal-callout {
  margin-top: 14px;
}

.legal-callout,
.legal-note {
  border-radius: 8px;
  margin-top: 18px;
  padding: 16px 18px;
}

.legal-callout {
  background: rgba(96, 219, 255, 0.08);
  border: 1px solid rgba(96, 219, 255, 0.28);
  color: #e8faff;
}

.legal-note {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333333;
  color: #ffffff !important;
  font-weight: 700;
  margin-bottom: 0;
}

.legal-subcard {
  background: #111111;
  border: 1px solid #303030;
  border-radius: 8px;
  margin-top: 16px;
  padding: 18px;
}

.legal-subcard h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.legal-subcard p {
  margin-bottom: 0;
}

.legal-copyright {
  color: #858585;
  font-size: 0.95rem;
  margin: 32px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .legal-hero {
    padding: 52px 0 40px;
  }

  .legal-hero h1 {
    font-size: 2.25rem;
  }

  .legal-section {
    padding: 40px 0;
  }

  .legal-card {
    padding: 22px;
  }
}

/* ===== ANIMATED SEARCH BOX ===== */
.search-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

.search-expand {
  display: flex;
  align-items: center;
  gap: 0;

  width: 0;
  opacity: 0;
  overflow: hidden;

  transition: width 0.25s ease, opacity 0.2s ease;
}

.search-expand.active {
  width: 300px;
  opacity: 1;
}

.search-expand input {
  min-width: 0; /* prevents flex overflow lag */
}

.search-input {
  min-width: 200px;
  padding: 6px 12px !important;
  height: 38px;
  background: #2d2d2d !important;
  border: 1px solid #404040 !important;
  color: #fff !important;
}

.search-input::placeholder {
  color: #888;
}

.search-input:focus {
  border-color: #60dbff !important;
  box-shadow: 0 0 0 0.2rem rgba(96, 219, 255, 0.25) !important;
}

.search-btn {
  height: 38px;
  padding: 6px 12px;
  border: 1px solid #404040;
  white-space: nowrap;
}

.search-btn:hover {
  background-color: #404040;
  border-color: #60dbff;
}

/* Responsive search box */
@media (max-width: 768px) {
  .search-expand {
    max-width: 0;
  }
  
  .search-expand.active {
    max-width: calc(100vw - 140px);
  }
  
  .search-input {
    min-width: 150px;
  }
}

/* ===== TRENDING FILTER SCROLL (MOBILE) ===== */
@media (max-width: 768px) {
  
  #trendingFilters {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
    padding-bottom: 5px;
  }

  /* Hide scrollbar (optional, cleaner UI) */
  #trendingFilters::-webkit-scrollbar {
    display: none;
  }

  #trendingFilters {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Prevent items from shrinking */
  #trendingFilters > * {
    flex: 0 0 auto;
  }
}

/* ===== MODAL BACKDROP BLUR ENHANCEMENT ===== */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/* Blur everything inside main EXCEPT modal */
body.modal-open main > *:not(.modal) {
  filter: blur(6px);
  transition: filter 0.3s ease;
}

/* ===== VIDEO PLACEHOLDER ===== */
.tile {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(96, 219, 255, 0.1) 0%, rgba(96, 219, 255, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.tile video:not([src]) {
  opacity: 0;
}

.tile video[src] {
  opacity: 1;
}

/* ===== FREE CREDITS PAGE STYLES ===== */
.referral-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.referral-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.referral-subheading {
  font-size: 1.1rem;
  color: #a0a0a0;
  text-align: center;
  margin-bottom: 40px;
}

.referral-link-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #404040;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.referral-link-label {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.referral-link-display {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 15px;
}

.referral-link-text {
  flex: 1;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
  word-break: break-all;
  color: #fff;
  user-select: all;
}

.copy-btn {
  background: none;
  border: none;
  color: #60dbff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0 8px;
  transition: color 0.3s ease;
  flex-shrink: 0;
}

.copy-btn:hover {
  color: #ffffff;
}

.copy-btn.copied {
  color: #4caf50;
}

.copy-btn.copied i::before {
  content: '\f058';
}

.referral-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.friends-invited {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.referral-stat-card {
  border: 1px solid rgba(96, 219, 255, 0.12);
}

.friends-count {
  font-size: 2rem;
  font-weight: 700;
  color: #60dbff;
  margin-bottom: 8px;
}

.friends-label {
  font-size: 1rem;
  color: #888;
}

.info-box p {
  margin: 10px 0 0;
  color: #d0d0d0;
  line-height: 1.6;
}

.coming-soon-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(96, 219, 255, 0.12);
  color: #60dbff;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.referral-earned-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.referral-earned-count img {
  width: 26px;
  height: 26px;
}

@media (max-width: 575px) {
  .referral-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== SUBSCRIPTION PAGE STYLES ===== */

/* Hero Section */
.subscription-hero {
  background: linear-gradient(135deg, rgba(96, 219, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: 60px 0;
  border-bottom: 1px solid rgba(96, 219, 255, 0.2);
}

.subscription-main-heading {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #60dbff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.subscription-hero-subtitle {
  font-size: 1.3rem;
  color: #a0a0a0;
  max-width: 700px;
  margin: 0;
}

.subscription-hero .container.text-center .subscription-hero-subtitle {
  margin: 0 auto;
}

.recharge-hero {
  text-align: left;
}

.recharge-hero .subscription-main-heading {
  max-width: 720px;
}

.recharge-hero .subscription-hero-subtitle {
  margin: 0 auto;
}

.free-signup-credit-section {
  background: #080808;
  border-bottom: 1px solid rgba(96, 219, 255, 0.16);
}

.free-signup-credit-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(96, 219, 255, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(96, 219, 255, 0.08), rgba(255, 255, 255, 0.035));
  color: #fff;
  text-align: left;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.free-signup-credit-card:hover {
  border-color: #60dbff;
  transform: translateY(-2px);
}

.free-signup-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(96, 219, 255, 0.1);
  flex-shrink: 0;
}

.free-signup-icon img {
  width: 26px;
  height: 26px;
}

.free-signup-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.free-signup-copy strong {
  font-size: 1rem;
}

.free-signup-copy small {
  color: #a0a0a0;
  line-height: 1.45;
}

.billing-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.billing-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.form-check-input {
  width: 50px;
  height: 28px;
  border-radius: 14px;
  background-color: #404040;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-check-input:checked {
  background-color: #60dbff;
  box-shadow: 0 0 10px rgba(96, 219, 255, 0.5);
}

.save-badge {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8e7b 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: 8px;
}

/* Pricing Section */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(96, 219, 255, 0.03) 100%);
}

.recharge-section {
  padding-top: 64px;
}

.section-support-text {
  color: #a0a0a0;
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto;
}

.pricing-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #404040;
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(96, 219, 255, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: #60dbff;
  box-shadow: 0 20px 60px rgba(96, 219, 255, 0.2);
}

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card.recommended {
  border-color: #60dbff;
  box-shadow: 0 0 30px rgba(96, 219, 255, 0.3);
}

.pricing-card-basic:hover {
  border-color: #888;
}

.pricing-card-pro:hover {
  border-color: #6c7cff;
}

.pricing-card-premium:hover {
  border-color: #e879f9;
}

.recommended-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  color: #000;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 0.9rem;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(96, 219, 255, 0.4);
}

.card-header-section {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.plan-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.plan-description {
  color: #a0a0a0;
  font-size: 0.95rem;
  margin: 0;
}

.pricing-segment {
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

.price-display {
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.currency {
  font-size: 1.5rem;
  color: #60dbff;
  margin-right: 5px;
  font-weight: 700;
}

.monthly-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  transition: all 0.3s ease;
}

.plan-price {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.period {
  color: #a0a0a0;
  font-size: 1rem;
  margin-left: 8px;
}

.billing-info {
  color: #808080;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

.strike-diamonds {
  color: #a0a0a0;
  font-weight: 700;
  margin-right: 6px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.btn-plan-basic,
.btn-plan-pro,
.btn-plan-premium {
  border: none;
  padding: 14px 30px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn-plan-basic {
  background: #606060;
  color: #fff;
}

.btn-plan-basic:hover {
  background: #707070;
  transform: scale(1.05);
}

.btn-plan-pro {
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  color: #000;
}

.btn-plan-pro:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.btn-plan-premium {
  background: linear-gradient(135deg, #e879f9 0%, #c239b3 100%);
  color: #fff;
}

.btn-plan-premium:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.features-section {
  position: relative;
  z-index: 1;
}

.features-title {
  color: #a0a0a0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  padding: 12px 0;
  color: #ffffff;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list li:last-child {
  border-bottom: none;
}

.feature-icon {
  color: #60dbff;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Comparison Table Section */
.comparison-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(96, 219, 255, 0.05) 100%);
  border-top: 1px solid rgba(96, 219, 255, 0.2);
  border-bottom: 1px solid rgba(96, 219, 255, 0.2);
}

.comparison-heading {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #60dbff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.table-responsive {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #404040;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.comparison-table thead {
  background: linear-gradient(135deg, #2d2d2d 0%, #363636 100%);
  position: sticky;
  top: 0;
}

.comparison-table th {
  padding: 20px 15px;
  color: #60dbff;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #404040;
  font-size: 1rem;
}

.comparison-table tbody tr {
  border-bottom: 1px solid #303030;
  transition: background 0.3s ease;
}

.comparison-table tbody tr:hover {
  background: rgba(96, 219, 255, 0.05);
}

.comparison-table td {
  padding: 18px 15px;
  color: #ffffff;
  font-size: 0.95rem;
}

.comparison-table td:first-child {
  color: #a0a0a0;
  font-weight: 600;
}

.badge-value {
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  color: #000;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
}

.check-icon {
  color: #4caf50;
  font-size: 1.2rem;
}

.cross-icon {
  color: #808080;
  font-size: 1.2rem;
  opacity: 0.5;
}

/* FAQ Section */
.faq-section {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
}

.faq-heading {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #60dbff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.accordion-flush .faq-item {
  border: 0;
  border-bottom: 1px solid #303030;
  background: transparent;
}

.accordion-flush .faq-item:first-child {
  border-top: 1px solid #303030;
}

.faq-button {
  background-color: transparent;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  border: none;
  box-shadow: none;
}

.faq-button::after {
  filter: invert(0.8);
}

.faq-button:not(.collapsed) {
  color: #60dbff;
}

.faq-button:hover {
  color: #60dbff;
}

.faq-icon {
  color: #60dbff;
  margin-right: 12px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.faq-answer {
  color: #a0a0a0;
  line-height: 1.8;
  padding: 15px 0;
  font-size: 0.95rem;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, rgba(96, 219, 255, 0.15) 0%, rgba(96, 219, 255, 0.05) 100%);
  border-top: 1px solid rgba(96, 219, 255, 0.2);
}

.cta-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-subheading {
  font-size: 1.2rem;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto 30px;
}

.btn-cta {
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  color: #000;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(96, 219, 255, 0.4);
}

/* Free Plan Section */
.free-plan-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(96, 219, 255, 0.05) 100%);
  border-top: 1px solid rgba(96, 219, 255, 0.2);
  border-bottom: 1px solid rgba(96, 219, 255, 0.2);
}

.btn-plan-free {
  background: linear-gradient(135deg, #60dbff 0%, #00d4ff 100%);
  color: #000;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 14px 40px;
}

.btn-plan-free:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(96, 219, 255, 0.4);
}

/* Recharge Card Styles */
.recharge-card {
  background: linear-gradient(135deg, #1f3a3a 0%, #1a2d2d 100%);
  border: 2px solid #60dbff;
  box-shadow: 0 0 20px rgba(96, 219, 255, 0.2);
}

.recharge-card:hover {
  border-color: #00d4ff;
  box-shadow: 0 0 30px rgba(96, 219, 255, 0.4);
}

.btn-plan-recharge {
  background: linear-gradient(135deg, #00d4ff 0%, #60dbff 100%);
  color: #000;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
  transition: all 0.3s ease;
  padding: 16px 30px;
  cursor: pointer;
}

.btn-plan-recharge:hover {
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(96, 219, 255, 0.3);
}

.recharge-button {
  cursor: pointer;
  border: none;
}

.recharge-info-section {
  border-top: 1px solid rgba(96, 219, 255, 0.16);
  border-bottom: 1px solid rgba(96, 219, 255, 0.16);
}

.recharge-info-item {
  height: 100%;
  padding: 28px;
  border: 1px solid #303030;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.recharge-info-item i {
  color: #60dbff;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.recharge-info-diamond {
  width: 28px;
  height: 28px;
  display: block;
  margin-bottom: 18px;
}

.recharge-info-item h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.recharge-info-item p {
  color: #a0a0a0;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .subscription-main-heading {
    font-size: 2rem;
  }

  .subscription-hero-subtitle {
    font-size: 1rem;
  }

  .recharge-hero {
    text-align: center;
  }

  .recharge-hero .subscription-hero-subtitle {
    margin: 0 auto;
  }

  .billing-toggle-container {
    flex-direction: column;
    gap: 20px;
  }

  .monthly-price {
    font-size: 2.5rem;
  }

  .pricing-card {
    padding: 30px 20px;
  }

  .plan-name {
    font-size: 1.4rem;
  }

  .recommended-badge {
    font-size: 0.75rem;
    padding: 6px 30px;
  }

  .comparison-heading,
  .faq-heading,
  .cta-heading {
    font-size: 1.8rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
    font-size: 0.85rem;
  }

  .faq-button {
    padding: 15px 0;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .subscription-main-heading {
    font-size: 1.5rem;
  }

  .monthly-price {
    font-size: 2rem;
  }

  .pricing-card {
    padding: 20px 15px;
  }

  .plan-name {
    font-size: 1.2rem;
  }

  .features-title {
    font-size: 0.85rem;
  }

  .features-list li {
    font-size: 0.85rem;
    padding: 10px 0;
  }

  .comparison-table {
    font-size: 0.8rem;
  }
}

/* ===== GALLERY TILE ACTIONS ===== */
.gallery-tile-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  gap: 8px;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tile:hover .gallery-tile-actions {
  opacity: 1;
}

.gallery-actions-left,
.gallery-actions-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gallery-action-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-action-btn:hover {
  background-color: rgba(96, 219, 255, 0.2);
  color: #60dbff;
  transform: scale(1.1);
}

.gallery-action-btn.active {
  background-color: rgba(96, 219, 255, 0.3);
  color: #60dbff;
}

.gallery-action-btn.like-btn:hover,
.gallery-action-btn.like-btn.active {
  color: #4caf50;
}

.gallery-action-btn.dislike-btn:hover,
.gallery-action-btn.dislike-btn.active {
  color: #f44336;
}

.gallery-action-btn.bookmark-btn:hover,
.gallery-action-btn.bookmark-btn.active,
.modal-action-btn.bookmark-btn:hover,
.modal-action-btn.bookmark-btn.active {
  color: #4caf50;
}

.modal-action-btn.favorite-btn:hover,
.modal-action-btn.favorite-btn.active {
  color: #f44336;
}

.modal-action-btn {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.modal-action-btn:hover {
  transform: scale(1.12);
}

.modal-action-btn:disabled,
.gallery-action-btn:disabled {
  cursor: wait;
  opacity: 0.65;
}

.gallery-action-btn.download-btn:hover {
  color: #60dbff;
}

.gallery-action-btn.delete-btn:hover {
  color: #ff6b6b;
  background-color: rgba(255, 107, 107, 0.2);
}

.gallery-pending-tile {
  aspect-ratio: 9/11;
  min-height: 240px;
  cursor: default;
}

.gallery-pending-tile:hover {
  transform: none;
}

.gallery-pending-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(24, 24, 28, 0.94), rgba(50, 52, 58, 0.94)),
    url('/assets/img/KimchiLogoV2.png') center / 120px auto no-repeat;
  filter: blur(6px);
  transform: scale(1.06);
}

.gallery-pending-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
}

.gallery-pending-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gallerySpin 0.9s linear infinite;
}

.gallery-pending-title {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.gallery-pending-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.gallery-failed-tile .gallery-pending-bg {
  background: linear-gradient(135deg, rgba(42, 24, 26, 0.96), rgba(70, 36, 40, 0.96));
}

.gallery-failed-tile .gallery-pending-overlay {
  padding-bottom: 58px;
}

.gallery-failed-tile .gallery-tile-actions {
  justify-content: flex-end;
}

@keyframes gallerySpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .gallery-tile-actions {
    opacity: 1;
    padding: 8px 10px;
  }

  .gallery-action-btn {
    font-size: 15px;
    padding: 4px 6px;
  }

  .gallery-actions-left,
  .gallery-actions-right {
    gap: 6px;
  }
}

  .comparison-table th,
  .comparison-table td {
    padding: 10px 5px;
  }

.loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-top-color: #60dbff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.error-message {
  color: #ff4444;
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
}

.success-message {
  color: #4caf50;
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
  display: none;
}

.info-box {
  background: rgba(96, 219, 255, 0.1);
  border-left: 4px solid #60dbff;
  padding: 15px;
  border-radius: 4px;
  margin-top: 30px;
  font-size: 0.95rem;
  color: #b0b0b0;
}

.info-box strong {
  color: #60dbff;
}
.pagination a.page-link {border-radius: 5px;width: 40px;text-align: center;margin: 0 8px;}
.pagination .pageInput{width: 80px;border: 1px solid #495057 !important;border-radius: 5px;height: 38px;}
.pagination .goBtn{border: 1px solid #495057;padding: 8px 13px;margin: 0 8px;}

/* ===== PROMPT TOGGLE ===== */
.prompt-toggle-container {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #404040;
  border-radius: 12px;
  padding: 12px 16px;
}

.prompt-toggle-label {
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

.prompt-toggle-label i {
  color: #60dbff;
  transition: transform 0.3s ease;
}

.prompt-textarea {
  background: #2d2d2d !important;
  border: 1px solid #404040 !important;
  color: #ffffff !important;
  resize: none;
}

.prompt-textarea::placeholder {
  color: #888;
}

.prompt-textarea:focus {
  border-color: #60dbff !important;
  box-shadow: 0 0 0 0.2rem rgba(96, 219, 255, 0.25) !important;
}

.prompt-meta {
  font-size: 13px;
}

/* Smooth icon transition */
#searchToggleBtn i {
  transition: all 0.25s ease;
}

/* Optional: subtle rotate effect */
#searchToggleBtn i.rotate {
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
    .masonryGrid {grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));}
}
@media (max-width: 768px) {
    .masonryGrid {grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));}
}
@media (max-width: 576px) {
    .masonryGrid {grid-template-columns:1fr;}
    .pricing-section {padding-left:15px; padding-right:15px;}
    .pricingHeading {display:block !important;}
    .annualBill {margin-top:30px;}
}

/* ===== GALLERY EMPTY STATE MESSAGES ===== */
#galleryLoginMessage, #galleryEmptyMessage {
  display: none;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#galleryLoginMessage h4, #galleryEmptyMessage h4 {
  font-weight: 700;
  margin-bottom: 12px;
}

#galleryLoginMessage p, #galleryEmptyMessage p {
  font-size: 0.95rem;
  line-height: 1.5;
}

#galleryLoginMessage .btn, #galleryEmptyMessage .btn {
  font-weight: 600;
  transition: all 0.3s ease;
}

#galleryLoginMessage .btn:hover, #galleryEmptyMessage .btn:hover {
  background-color: #60dbff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(96, 219, 255, 0.3);
}

@media (max-width: 768px) {
  #galleryLoginMessage > div, #galleryEmptyMessage > div {
    padding: 40px 15px !important;
  }
  
  #galleryLoginMessage h4, #galleryEmptyMessage h4 {
    font-size: 1.3rem;
  }
}
