@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e);
  color: white;
  user-select: none;
  line-height: 1.6;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background-color: rgba(26, 26, 46, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 5rem;
  padding: 0;
  margin: 0;
}

nav a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-weight: 500;
}

nav a:hover {
  color: #eb59bd;
  transform: scale(1.05);
}

/* ------------ ABOUT CONTAINER ------------ */
.about-container {
  padding: 4rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  animation: fadeIn 1s ease-in-out;
}

/* ------------ HERO SECTION ------------ */
.about-hero {
  margin-bottom: 4rem;
}

.profile-section {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: rgba(26, 26, 46, 0.6);
  border-radius: 25px;
  padding: 3rem;
  border: 1px solid rgba(235, 89, 189, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.profile-image {
  position: relative;
  flex-shrink: 0;
}

.profile-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #eb59bd;
  box-shadow: 0 10px 30px rgba(235, 89, 189, 0.4);
  object-fit: cover;
}

.status-indicator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #1a1a2e;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 2px solid #00f2ff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.status-indicator i {
  color: #00ff00;
  animation: pulse-status 2s infinite;
}

.profile-info h1 {
  font-size: 3rem;
  color: #eb59bd;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tagline {
  font-size: 1.3rem;
  color: #00f2ff;
  margin-bottom: 2rem;
  font-weight: 500;
}

.stats-quick {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 12, 41, 0.5);
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 242, 255, 0.2);
}

.stat i {
  color: #eb59bd;
  font-size: 1.2rem;
}

.stat span {
  font-weight: 600;
  color: white;
}

/* ------------ CONTENT GRID ------------ */
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.content-card {
  background: rgba(26, 26, 46, 0.6);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(235, 89, 189, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(235, 89, 189, 0.2);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(235, 89, 189, 0.3);
}

.card-header i {
  font-size: 1.8rem;
  color: #eb59bd;
}

.card-header h2 {
  font-size: 1.3rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-content p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1rem;
  line-height: 1.7;
}

/* ------------ GAMING SECTION ------------ */
.gaming-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(15, 12, 41, 0.4);
  padding: 1.5rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 242, 255, 0.1);
}

.game-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #eb59bd, #00f2ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.game-icon i {
  font-size: 1.5rem;
  color: white;
}

.game-info h4 {
  color: white;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.game-info p {
  color: #999;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.rank-badge {
  background: linear-gradient(45deg, #ff6b6b, #ff8787);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.variety-badge {
  background: linear-gradient(45deg, #4ecdc4, #44a08d);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* ------------ ACHIEVEMENT SECTION ------------ */
.achievement-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(15, 12, 41, 0.4);
  padding: 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid rgba(235, 89, 189, 0.1);
  transition: transform 0.3s ease;
}

.achievement-item:hover {
  transform: translateX(5px);
}

.achievement-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.achievement-icon i {
  font-size: 1.3rem;
  color: #1a1a2e;
}

.achievement-info h4 {
  color: white;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.achievement-info p {
  color: #999;
  font-size: 0.85rem;
  margin: 0;
}

/* ------------ SETUP SECTION ------------ */
.setup-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(15, 12, 41, 0.4);
  padding: 1.2rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 242, 255, 0.1);
  transition: transform 0.3s ease;
}

.setup-item:hover {
  transform: translateX(5px);
}

.setup-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #00f2ff, #0066cc);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.setup-icon i {
  font-size: 1.3rem;
  color: white;
}

.setup-info h4 {
  color: white;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.setup-info p {
  color: #999;
  font-size: 0.85rem;
  margin: 0;
}

/* ------------ STREAMING SECTION ------------ */
.stream-schedule h4 {
  color: #eb59bd;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 12, 41, 0.4);
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 242, 255, 0.1);
}

.day {
  color: white;
  font-weight: 600;
}

.time {
  color: #00f2ff;
  font-weight: 600;
}

.stream-features {
  margin-top: 1.5rem;
}

.feature {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  color: #ccc;
}

.feature i {
  color: #eb59bd;
  width: 20px;
}

/* ------------ COMMUNITY SECTION ------------ */
.community-intro {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: white;
}

.community-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(15, 12, 41, 0.4);
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  border: 1px solid rgba(235, 89, 189, 0.1);
}

.community-item i {
  font-size: 1.5rem;
  color: #eb59bd;
  width: 30px;
  flex-shrink: 0;
}

.community-item h5 {
  color: white;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.community-item p {
  color: #999;
  font-size: 0.9rem;
  margin: 0;
}

/* ------------ CTA SECTION ------------ */
.cta-section {
  text-align: center;
  background: rgba(15, 12, 41, 0.6);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgba(0, 242, 255, 0.2);
}

.cta-section h2 {
  font-size: 2.5rem;
  color: #eb59bd;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
}

.social-cta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.cta-button.twitch {
  background: linear-gradient(45deg, #9146ff, #6441a5);
  color: white;
}

.cta-button.discord {
  background: linear-gradient(45deg, #7289da, #5865f2);
  color: white;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* ------------ FOOTER ------------ */
footer {
  text-align: center;
  padding: 2rem;
  background-color: #1a1a2e;
  color: #ccc;
  font-size: 1.2rem;
}

footer .socials {
  margin-bottom: 2rem;
  margin-top: 20px;
}

footer .socials a {
  color: #eb59bd;
  text-decoration: none;
  margin: 0 1.5rem;
  font-size: 1.9rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

footer .socials a:hover {
  color: #eb59bdb0;
  transform: scale(2.5);
}

/* ------------ BACK TO TOP ------------ */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  background: linear-gradient(135deg, #eb59bd, #d946a8);
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 8px 25px rgba(235, 89, 189, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background: linear-gradient(135deg, #f06bc9, #e951b8);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 15px 35px rgba(235, 89, 189, 0.6);
}

/* ------------ LOADING SCREEN ------------ */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

#loading-screen img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse 2s infinite;
  filter: drop-shadow(0 0 10px #eb59bd);
}

/* ------------ ANIMATIONS ------------ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes pulse-status {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* ------------ RESPONSIVE ------------ */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    gap: 1rem;
  }

  .profile-section {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .stats-quick {
    justify-content: center;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .social-cta {
    flex-direction: column;
    align-items: center;
  }

  .cta-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .about-container {
    padding: 2rem 1rem;
  }

  .profile-section {
    padding: 2rem;
  }

  .content-card {
    padding: 1.5rem;
  }

  .profile-info h1 {
    font-size: 2.2rem;
  }
}
