@charset "UTF-8";

/* CSS pentru profilul MFC - Responsive Design cu Background Imagine */
#username_container,#cam_score_container,#gender_container,#body_type_container,#eyes_container,#ethnicity_container,#hair_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#country_container,#drink_container,#marital_status_container,#smoke_container,#about_me_label {
  display:none;
}

#profile_main_about_holder {
  width:100%!important;
  max-width:100%!important;
/* Background pentru sec?iunea About Me */
  background:linear-gradient(135deg,rgba(255,107,157,0.4),rgba(196,69,105,0.4),rgba(248,181,0,0.4)),url(https://iili.io/KHOVF7s.jpg);
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  border-radius:15px;
  padding:20px;
  backdrop-filter:blur(5px);
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
  border:2px solid rgba(255,255,255,0.2);
  box-sizing:border-box;
  overflow:hidden;
}

.label,.value {
  display:block!important;
}

#profile_main_photo {
  width:250px;
  display:none!important;
  display:table-cell;
  vertical-align:top;
}

body {
  font-family:Verdana;
  font-size:12px;
  max-width:1400px;
  margin:0 auto;
  padding:20px;
  font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
/* Background cu imagine ?i gradient overlay */
  background:linear-gradient(135deg,rgba(255,107,157,0.7),rgba(196,69,105,0.7),rgba(248,181,0,0.7)),url(https://iili.io/KHOVF7s.jpg);
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  min-height:100vh;
  color:#fff;
  min-width:320px;
/* Ad?ugam un overlay pentru mai mult? claritate */
  position:relative;
  box-sizing:border-box;
  overflow-x:hidden;
}

body::before {
  content:'';
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,rgba(255,107,157,0.1),rgba(196,69,105,0.1),rgba(248,181,0,0.1));
  backdrop-filter:blur(2px);
  z-index:-1;
}

.profile-container {
  max-width:1000px;
  margin:0 auto;
  padding:20px;
  font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
/* Background cu imagine ?i gradient overlay */
  background:linear-gradient(135deg,rgba(255,107,157,0.7),rgba(196,69,105,0.7),rgba(248,181,0,0.7)),url(https://share-media.myfreecams.com/signed/1755810361/P7k-3xMFtKbG4ffPFWNxHA/5/s/a/j/sajbsfv6/large.jpg);
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  min-height:100vh;
  color:#fff;
  position:relative;
}

/* Header Section */
.header-section {
  text-align:center;
  margin-bottom:40px;
  padding:30px 20px;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(15px);
  border-radius:20px;
  border:2px solid rgba(255,255,255,0.3);
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
}

.welcome-title {
  font-size:2.5rem;
  margin-bottom:15px;
  text-shadow:2px 2px 4px rgba(0,0,0,0.5);
  animation:glow 2s ease-in-out infinite alternate;
}

.welcome-subtitle {
  font-size:1.2rem;
  opacity:.9;
  margin:0;
  text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

@keyframes glow {
  from {
    text-shadow:2px 2px 4px rgba(0,0,0,0.5),0 0 10px rgba(255,255,255,0.3);
  }

  to {
    text-shadow:2px 2px 4px rgba(0,0,0,0.5),0 0 20px rgba(255,255,255,0.5);
  }
}

/* Section Styling */
.section {
  margin-bottom:40px;
  padding:25px;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(15px);
  border-radius:15px;
  border:1px solid rgba(255,255,255,0.3);
  box-shadow:0 4px 16px rgba(0,0,0,0.2);
}

.section-title {
  font-size:1.8rem;
  margin-bottom:20px;
  text-align:center;
  text-shadow:2px 2px 4px rgba(0,0,0,0.5);
  border-bottom:2px solid rgba(255,255,255,0.4);
  padding-bottom:10px;
}

/* Rules Section */
.rules-content {
  background:rgba(255,255,255,0.1);
  border-radius:10px;
  padding:20px;
}

.rules-list {
  list-style:none;
  padding:0;
}

.rules-list li {
  margin-bottom:12px;
  padding:10px 15px;
  background:rgba(255,255,255,0.15);
  border-radius:8px;
  border-left:4px solid #ff6b9d;
  transition:all .3s ease;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

.rules-list li:hover {
  background:rgba(255,255,255,0.25);
  transform:translateX(5px);
  box-shadow:0 2px 8px rgba(0,0,0,0.2);
}

/* Iframe Container */
.iframe-container {
  text-align:center;
  margin:20px 0;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,0.3);
}

.iframe-container iframe {
  max-width:100%;
  border-radius:10px;
}

/* Rate Section */
.rate-content {
  text-align:center;
  padding:20px;
}

.rate-content p {
  margin-bottom:15px;
  font-size:1.1rem;
  text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

.rate-buttons {
  margin-top:20px;
}

.rate-btn {
  display:inline-block;
  padding:15px 30px;
  background:linear-gradient(45deg,#ff6b9d,#c44569);
  color:white;
  text-decoration:none;
  border-radius:25px;
  font-weight:bold;
  font-size:1.1rem;
  transition:all .3s ease;
  box-shadow:0 4px 15px rgba(0,0,0,0.3);
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}

.rate-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(0,0,0,0.4);
  background:linear-gradient(45deg,#c44569,#ff6b9d);
}

/* Footer */
.footer-section {
  text-align:center;
  margin-top:40px;
  padding:30px 20px;
  background:rgba(0,0,0,0.3);
  border-radius:15px;
  border-top:3px solid rgba(255,255,255,0.4);
  backdrop-filter:blur(10px);
}

.footer-section p {
  margin:10px 0;
  font-size:1.1rem;
  text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

.footer-text {
  opacity:.8;
  font-style:italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  body,.profile-container {
    background-size:cover;
    background-position:center top;
    padding:10px;
  }

  #profile_main_about_holder {
    padding:15px;
    margin:0;
    width:100%!important;
    max-width:100%!important;
  }

  .profile-container {
    padding:10px;
  }

  .welcome-title {
    font-size:2rem;
  }

  .section-title {
    font-size:1.5rem;
  }

  .section {
    padding:15px 10px;
    margin-bottom:20px;
    background:rgba(255,255,255,0.2);
  }

  .rules-list li {
    padding:8px 12px;
    font-size:.9rem;
  }

  .iframe-container iframe {
    width:100%!important;
    height:400px!important;
  }

  .rate-btn {
    padding:12px 20px;
    font-size:1rem;
  }
}

@media (max-width: 480px) {
  body,.profile-container {
    background-size:cover;
    background-position:center top;
    padding:5px;
  }

  #profile_main_about_holder {
    padding:10px;
    margin:0;
    width:100%!important;
    max-width:100%!important;
  }

  .welcome-title {
    font-size:1.5rem;
  }

  .section-title {
    font-size:1.3rem;
  }

  .iframe-container iframe {
    height:300px!important;
  }

  .rules-list li {
    font-size:.85rem;
  }

  .section {
    background:rgba(255,255,255,0.25);
    padding:10px 8px;
    margin-bottom:15px;
  }
}