:root {
  --logo: #5865F2;
  --black: #000000;
  --dark-bg: #222831;
  --dark-gray: #393E46; /* Text */
  --accent: #764ba2;
  --light: rgba(255, 255, 255, 0.95);
  --youtube: #FF0000;
  --twitch: #9146ff;
  --discord: #7289da;
  --discord: #5865F2;
  --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.small-container {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
  font-family: var(--font-family);
  animation: fadeInUp 0.7s ease-out;
}

.big-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px 40px; /* or 30px 40px */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--logo);
  transition: all 0.3s ease;
  animation: fadeInUp 0.7s 0.1s both;
}

.small-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  color: var(--logo);
  transition: all 0.3s ease;
  animation: fadeInUp 0.7s 0.1s both;
}

.btn-primary-big {
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(45deg, #5865F2, #7289DA);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(88, 101, 242, 0.4);
}

.btn-primary-small {
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(45deg, #5865F2, #7289DA);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  min-width: 40px;
  min-height: 40px;
  box-shadow: 0 3px 10px rgba(88, 101, 242, 0.3);
}

.btn-secondary-small {
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 40px;
  min-height: 40px;
  box-shadow: 0 3px 10px rgba(88, 101, 242, 0.3);
  color: #495057;
  border: 2px solid rgba(108, 117, 125, 0.2);
  background: linear-gradient(rgba(108, 117, 125, 0.2), rgba(108, 117, 125, 0.1)), rgba(255, 255, 255, 0.95);
}

.btn-secondary-small:hover {
  transform: translateY(-1px);
  color: #495057;
  background: linear-gradient(rgba(108, 117, 125, 0.2), rgba(108, 117, 125, 0.2)), rgba(255, 255, 255, 0.95);
}

.btn-secondary-big {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: #495057;
    border: 2px solid rgba(108, 117, 125, 0.2);
    background: linear-gradient(rgba(108, 117, 125, 0.2), rgba(108, 117, 125, 0.1)), rgba(255, 255, 255, 0.95);
}


.btn-secondary-big:hover {
    color: #495057;
    transform: translateY(-2px);
    background: linear-gradient(rgba(108, 117, 125, 0.2), rgba(108, 117, 125, 0.2)), rgba(255, 255, 255, 0.95);
}

.btn-primary-big:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(88, 101, 242, 0.6);
  background: linear-gradient(45deg, #4752C4, #5865F2);
  text-decoration: none;
  color: white;
}

.btn-primary-small:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(88, 101, 242, 0.4);
  background: linear-gradient(45deg, #4752C4, #5865F2);
  text-decoration: none;
  color: white;
}

.btn-remove {
  background: linear-gradient(135deg, #ff4757, #ff3742);
}

.btn-remove:hover {
  box-shadow: 0 5px 15px rgba(255, 71, 87, 0.5);
  background: linear-gradient(135deg, #e63c4f, #e32e35);
}

.btn-accept {
  background: linear-gradient(135deg, #2ed573, #20bf6b);
}

.btn-accept:hover {
  box-shadow: 0 5px 15px rgba(46, 213, 115, 0.5);
  background: linear-gradient(135deg, #25b864, #1a9f58);
}

.small-user-avatar  {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.mini-user-avatar  {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.empty-state {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeInUp 0.7s 0.2s both;
}

.empty-state i {
  font-size: 4rem;
  color: var(--logo);
  margin-bottom: 20px;
  opacity: 0.7;
}

.empty-state h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.empty-state p {
  font-size: 1rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
