/* Add to nicekin.css - More feminine, findom-themed colors */
:root {
  --primary-color: #ce1ac0; /* Changed to pink for findom theme */
  --secondary-color: #d896ff; /* Purple accent */
  --success-color: #28a745;
  --danger-color: #dc3545;
  --dark-color: #333;
  --light-color: #f8f9fa;
  --border-radius: 12px; /* Slightly larger for smoother look */
  --box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Softer shadow */
  --transition: all 0.3s ease;
  --gradient-primary: linear-gradient(135deg, #ea378c, #9d00fb);
}

/* Navbar styling - Updated for findom theme */
.navbar {
  background: var(--gradient-primary) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700;
  color: white !important;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.nav-link {
  color: white !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #fff6fb !important;
  text-shadow: 0 0 5px rgba(255,255,255,0.5);
}

/* Button styling - Updated for findom theme */
.btn-primary {
  background: var(--gradient-primary);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ff5dc1, #c678ff);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 110, 199, 0.3);
}

/* Cards - More feminine styling */
.card {
  border-radius: 15px;
}

.card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: none;
}

/* Profile styling - More feminine */
.profile-photo {
  border: 5px solid #fff;
  box-shadow: 0 5px 20px rgba(255, 110, 199, 0.2);
}

/* Status and comments - Updated for feminine theme */
.status-container {
  border-radius: 15px;
}

.comment {
  border-radius: 15px;
  background-color: #ffeefb;
}

/* Top users section */
.top-users {
  padding: 2rem 0;
}

.user-card {
  text-align: center;
  transition: var(--transition);
}

.user-card:hover {
  transform: translateY(-5px);
}

.user-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.user-info {
  margin-top: 1rem;
}

.user-username {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.user-location {
  color: #6c757d;
  font-size: 0.9rem;
}

.user-score {
  margin-top: 0.5rem;
  background-color: black;
  color: white;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 30px;
  font-weight: 600;
}

/* Forms */
.form-control {
  border-radius: var(--border-radius);
  padding: 0.85rem 1.2rem; /* Larger padding for easier input */
  border: 1px solid #ced4da;
  font-size: 1rem; /* Larger font */
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25); /* Match primary color */
  border-color: var(--primary-color);
}

textarea.form-control {
  min-height: 100px;
}

.form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Hero section */
.hero-section {
  background-color: var(--secondary-color);
  padding: 4rem 0;

  border-radius: var(--border-radius);
  margin-bottom: 2rem;
 
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-color);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  margin-bottom: 2rem;
}

/* Signup section improvements */
#signup-section {
  background-color: var(--secondary-color);
}

#signup-section .card {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

#signup-section .card-header {
  background-color: var(--primary-color);
  color: white;

  font-size: 1.4rem;
  padding: 1.5rem;
}

#signup-section .card-body {
  padding: 2rem; /* More space for simplicity */
}

#signup-section .btn-primary {
  background-color: var(--primary-color);
  border: none;
  font-size: 1.2rem;
  padding: 0.8rem;
  border-radius: var(--border-radius);
}

#signup-section .btn-primary:hover {
  background-color: #b8962e;
}

#signup-section .form-check-label a {
  color: var(--primary-color);
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .card-header {
    padding: 0.75rem;
  }
  
  .card-body, .card-footer {
    padding: 1rem;
  }
  
  .profile-photo {
    width: 120px;
    height: 120px;
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Add this to nicekin.css */

/* Cute Card Styling */
.cute-card {
  background-color: #fff; /* White background for clean look */
  border-radius: 15px; /* Rounded corners for cuteness */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: transform 0.2s ease-in-out; /* Hover animation */
  overflow: hidden; /* Prevent overflow */
}

.cute-card:hover {
  transform: translateY(-5px); /* Slight lift on hover for interactivity */
}

.cute-card .user-avatar {
  width: 80px; /* Smaller size for card */
  height: 80px;
  object-fit: cover;
  border: 2px solid var(--primary-color); /* Gold border for luxury */
}

.cute-card .user-info {
  flex: 1; /* Take remaining space */
}

.cute-card .user-username {
  font-size: 1.1rem; /* Slightly larger font */
  margin-bottom: 0.25rem;
}

.cute-card .user-location {
  font-size: 0.9rem;
  color: #6c757d; /* Muted color */
  margin-bottom: 0.25rem;
}

.cute-card .user-score {
  background-color: var(--primary-color); /* Gold background */
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px; /* Pill shape */
  font-size: 0.85rem;
  font-weight: bold;
  display: inline-block;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .cute-card .card-body {
    flex-direction: column; /* Stack vertically on mobile */
    text-align: center;
  }
  
  .cute-card .user-avatar {
    margin: 0 auto 1rem auto !important; /* Center on mobile */
  }
}

/* Findom Ranking - Enhanced Colors and Styling */
.rank-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.rank-card .card-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    padding: 20px;
    border: none;
}

.ranking-table {
    margin-bottom: 0;
}

.ranking-table thead th {
    background-color: rgba(255, 110, 199, 0.1);
    border-bottom: none;
    padding: 15px 10px;
    font-weight: 600;
}

.top-rank {
    background-color: rgba(255, 110, 199, 0.05);
}

.rank-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    background-color: #ff6ec7;
}

/* Gold, Silver, Bronze ranking badges */
.top-rank:nth-child(1) .rank-number {
    background: linear-gradient(135deg, #ffd700, #ffb900);
    color: #333;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.top-rank:nth-child(2) .rank-number {
    background: linear-gradient(135deg, #c0c0c0, #e0e0e0);
    color: #333;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.5);
}

.top-rank:nth-child(3) .rank-number {
    background: linear-gradient(135deg, #cd7f32, #e9967a);
    color: white;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.5);
}

.rank-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid var(--primary-color);
}

.trend-icon {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.trend-up {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.trend-down {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.trend-same {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.trend-new {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.referral-count {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
}

/* Trending Creators section */
.top-movers {
    background-color: rgba(255, 110, 199, 0.05);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px dashed var(--primary-color);
}

.top-mover-card {
    position: relative;
    transition: transform 0.3s ease;
}

.top-mover-card:hover {
    transform: translateY(-5px);
}

.mover-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.top-mover-card:hover .mover-avatar {
    border-color: var(--secondary-color);
    box-shadow: 0 5px 15px rgba(216, 150, 255, 0.4);
}

.trend-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 12px;
    padding: 3px 8px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Loading indicator for infinite scroll */
.loading-spinner {
    text-align: center;
    padding: 20px;
    display: none;
}

.loading-spinner i {
    color: var(--primary-color);
    font-size: 2rem;
}