@charset "UTF-8";

UTF-8;
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}

:root {
  --primary-dark:#0a3d2e;
  --primary:#1a6048;
  --primary-light:#2c8c68;
  --accent:#7ebc59;
  --accent-light:#b8e29d;
  --gold:#d4af37;
  --silver:#c0c0c0;
  --text-light:#f0f7f4;
  --text-dark:#0d261c;
  --shadow:0 5px 15px rgba(0,0,0,0.3);
  --fantasy-font:'Goudy Old Style',Garamond,serif;
  --pink:#ff6b9d;
  --pink-light:#ffb6c1;
  --pink-dark:#d94d7b;
}

#about_me_value {
  width:100vw!important;
/* Full viewport width */
  max-width:100vw!important;
  margin-left:calc(-50vw + 50%)!important;
/* Center align hack */
  margin-right:calc(-50vw + 50%)!important;
  position:relative!important;
  left:0!important;
  right:0!important;
  padding:10px 0!important;
/* Optional spacing */
  box-sizing:border-box!important;
  background:#66666647;
  border-width:1px;
  border:1px solid #2c491a;
}

/* Override parent container constraints */
.profile-section,.profile-section > div,#about_me_section {
  max-width:none!important;
  overflow:visible!important;
}

body {
  background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,var(--primary-light) 100%);
  color:var(--text-light);
  overflow-x:hidden;
  background-attachment:fixed;
  background-size:cover;
}

ul#password_photo_gallery_previews {
  display:none;
}

ul#photo_gallery_previews {
  display:none;
}

#average_rating_container {
  display:none;
}

#rate_container {
  display:none;
}

#admirers_container {
  display:none;
}

#favorite_models_container {
  display:none;
}

ul#password_photo_gallery_previews {
  display:none;
}

ul#photo_gallery_previews {
  display:none;
}

#profile_friends {
  display:none;
}

#profile_comments {
  display:none;
}

#profile_comments a {
  display:none;
}

#comments {
  display:none;
}

#comments a {
  display:none;
}

.wall_post {
  display:none;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  display:none;
}

.wall_post_info a:visited {
  display:none;
}

#average_rating img,#rating_value_bar img {
  display:none;
}

.wall_post_time {
  display:none;
}

.wall_post_body {
  display:none;
}

.wall_post_info {
  display:none;
}

.wall_post_avatar {
  display:none;
}

.wall_post_avatar img {
  display:none;
}

.wall_post_body iframe {
  display:none;
}

#unix_last_broadcast_container,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#footer_bar,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_interests_content,#automobile_container,#pets_container,#favorite_food_container,#school_container,#city_container,#profile_schedule,#profile_featured_video_content {
  display:none!important;
}

#username_label,#cam_score_label,#gender_label,#body_type_label,#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#occupation_label,#city_label,#drugs_label,#school_label,#favorite_food_label,#pets_label,#automobile_label,#header_bar,#tags_label {
  display:none;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value,#tags_value {
  display:none;
}

#tags_value,#profile_header {
  border:1px solid black;
  position:fixed;
  bottom:0;
  width:1100px;
  z-index:0;
  background-color:black;
  display:none;
}

#about_me_label {
  display:none;
}

div#profile_password_photo_galleries,div#profile_mfc_news_feed_content,div#profile_photo_galleries,div#profile_photo_galleries {
  display:none;
}

/* Hero Section */
.hero {
  height:100vh;
  width:100%;
  background:linear-gradient(rgba(10,61,46,0.7),rgba(26,96,72,0.5)),url(https://drive.google.com/thumbnail?id=1MQcRwhvKcIOYzdK15hw9wZoHFo8HobBU&sz=s1200) no-repeat center center;
  background-size:cover;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  flex-direction:column;
  border-bottom:1px solid var(--accent-light);
}

.hero-subtitle {
  font-family:var(--fantasy-font);
  font-size:17px;
}

.hero-content {
  position:relative;
  z-index:2;
  max-width:800px;
  padding:20px;
  text-shadow:0 0 15px rgba(0,0,0,0.8);
}

.hero h1 {
  font-size:5rem;
  font-weight:800;
  margin-bottom:1rem;
  letter-spacing:3px;
  text-transform:uppercase;
  background:linear-gradient(to right,var(--accent-light),var(--gold));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-family:var(--fantasy-font);
  animation:glow 2s infinite alternate;
}

@keyframes glow {
  from {
    text-shadow:0 0 10px var(--accent-light);
  }

  to {
    text-shadow:0 0 25px var(--gold);
  }
}

.hero p {
  font-size:1.8rem;
  margin-bottom:2rem;
  font-style:italic;
  color:var(--accent-light);
  font-family:math;
}

/* Action Buttons */
.action-buttons {
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:30px;
  z-index:100;
}

.action-btn {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:15px;
  background:rgba(255,255,255,0.15);
  color:var(--text-light);
  text-decoration:none;
  border-radius:15px;
/* font-weight:600; */
  font-size:.9rem;
  box-shadow:var(--shadow);
  transition:all .3s ease;
  backdrop-filter:blur(5px);
  border:2px solid var(--gold);
  width:95px;
  height:50px;
  text-align:center;
}

.action-btn:hover {
  transform:translateY(-5px);
  background:rgba(255,255,255,0.25);
  box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

.action-btn i {
  font-size:2rem;
  margin-bottom:10px;
}

.share-btn {
  background:rgba(126,188,89,0.25);
  border-color:var(--accent);
}

.join-btn {
  background:rgba(255,107,157,0.25);
  border-color:var(--pink);
}

.love-btn {
  background:rgba(188,89,89,0.25);
  border-color:#bc5959;
}

/* Navigation */
.navbar {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  align-items:center;
  background:rgba(10,61,46,0.95);
  backdrop-filter:blur(10px);
  padding:15px 0;
  z-index:1000;
  display:flex;
  justify-content:center;
  box-shadow:var(--shadow);
  border-bottom:2px solid var(--gold);
}

.nav-container {
  display:flex;
  justify-content:space-around;
  width:100%;
  max-width:1200px;
}

.nav-item {
  color:var(--text-light);
  text-decoration:none;
  font-size:1.2rem;
  font-weight:600;
  padding:10px 20px;
  border-radius:30px;
  transition:all .3s ease;
  text-transform:uppercase;
  letter-spacing:1px;
  position:relative;
  font-family:var(--fantasy-font);
}

.nav-item:hover {
  color:var(--accent-light);
  transform:translateY(-3px);
}

.nav-item::after {
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  width:0;
  height:3px;
  background:var(--accent-light);
  transition:all .3s ease;
  transform:translateX(-50%);
}

.nav-item:hover::after {
  width:80%;
}

/* Content Sections */
.section {
  padding:100px 20px;
  max-width:1200px;
  margin:0 auto;
}

.section-title {
  text-align:center;
  font-size:2.8rem;
  margin-bottom:60px;
  position:relative;
  text-transform:uppercase;
  letter-spacing:3px;
  font-family:var(--fantasy-font);
  color:var(--accent-light);
  text-shadow:0 0 10px rgba(0,0,0,0.5);
}

.section-title::after {
  content:'';
  position:absolute;
  bottom:-20px;
  left:50%;
  transform:translateX(-50%);
  width:150px;
  height:4px;
  background:var(--gold);
  border-radius:2px;
}

/* About Me Section - Enhanced Layout */
.about-content {
  display:flex;
  align-items:flex-start;
  gap:40px;
  flex-wrap:nowrap;
}

.about-image {
  flex:1;
  min-width:300px;
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:3px solid var(--gold);
  transition:transform .5s ease;
}

.about-image:hover {
  transform:scale(1.03);
}

.about-image img {
  width:100%;
  height:auto;
  display:block;
}

.about-text {
  flex:2;
  background:rgba(26,96,72,0.7);
  padding:30px;
  border-radius:20px;
  box-shadow:var(--shadow);
  border:1px solid var(--accent-light);
}

.about-text h3 {
  font-size:1.8rem;
  margin-bottom:20px;
  color:var(--accent-light);
  font-family:var(--fantasy-font);
}

.about-text p {
  margin-bottom:20px;
  line-height:32px;
  font-size:20px;
  font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}

/* Tip Menu Section - Updated to match LovenseLove size */
.tip-container {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:15px;
  margin-top:30px;
}

.tip-card {
  background:rgba(26,96,72,0.7);
  border-radius:15px;
  padding:15px;
  text-align:center;
  box-shadow:var(--shadow);
  border:2px solid var(--accent);
  transition:transform .3s ease,box-shadow .3s ease;
  display:block;
  text-decoration:none;
  color:var(--text-light);
  position:relative;
  overflow:hidden;
/* height:100%; */
}

.tip-card::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,transparent 0%,var(--primary-light) 100%);
  opacity:.3;
  z-index:1;
  transition:opacity .3s ease;
}

.tip-card:hover {
  transform:translateY(-10px);
  box-shadow:0 15px 30px rgba(0,0,0,0.4);
  border-color:var(--gold);
}

.tip-card:hover::before {
  opacity:.5;
}

.tip-title {
  font-size:20px;
  margin-bottom:10px;
  color:var(--accent-light);
  position:relative;
  z-index:2;
  font-family:var(--fantasy-font);
}

.tip-price {
  font-size:20px;
  color:var(--gold);
  margin-bottom:12px;
  position:relative;
  z-index:2;
  text-shadow:0 0 5px rgba(0,0,0,0.5);
  margin-top:15px;
  top:15px;
}

.tip-icon {
  position:absolute;
  top:10px;
  right:10px;
  color:rgba(212,175,55,0.3);
  font-size:1.5rem;
  z-index:1;
}

/* Full Menu Link */
.full-menu-link {
  display:block;
  text-align:center;
  margin-top:30px;
  padding:12px 20px;
  background:rgba(212,175,55,0.2);
  color:var(--gold);
  text-decoration:none;
  border-radius:30px;
  font-size:1.1rem;
  transition:all .3s ease;
  border:2px solid var(--gold);
  max-width:300px;
  margin-left:auto;
  margin-right:auto;
}

.full-menu-link:hover {
  background:rgba(212,175,55,0.35);
  transform:translateY(-3px);
}

/* LovenseLove Tip Menu */
.lovense-section {
  margin-top:80px;
  padding:30px;
  background:rgba(10,61,46,0.6);
  border-radius:20px;
  border:2px solid rgb(212 175 55);
  box-shadow:var(--shadow);
}

.lovense-header {
  text-align:center;
  margin-bottom:30px;
}

.lovense-header h3 {
  font-size:2.2rem;
  color:#fb6279;
  font-family:var(--fantasy-font);
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:15px;
  text-shadow:0 0 10px rgba(0,0,0,0.5);
}

.lovense-header p {
  max-width:800px;
  margin:0 auto;
  font-size:1rem;
  line-height:1.6;
  color:#c8b6ff;
}

.lovense-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:15px;
}

.lovense-card {
  background:rgba(26,96,72,0.7);
  border-radius:15px;
  padding:15px;
  text-align:center;
  box-shadow:var(--shadow);
  border:2px solid var(--pink);
  transition:all .3s ease;
/* height:100%; */
}

.lovense-card:hover {
  transform:scale(1.05);
  background:rgba(217,77,123,0.3);
}

.vibration-level {
  display:inline-block;
  padding:3px 10px;
  border-radius:15px;
  font-size:13.3px;
  margin-bottom:8px;
  text-transform:uppercase;
  color:yellowgreen;
}

.low-vib {
  background:rgba(126,188,89,0.3);
  border:1px solid var(--accent);
}

.medium-vib {
  background:rgba(212,175,55,0.3);
  border:1px solid var(--gold);
}

.high-vib {
  background:rgba(188,89,89,0.3);
  border:1px solid #bc5959;
}

.ultra-vib {
  background:rgba(188,89,188,0.3);
  border:1px solid #bc59bc;
}

.pattern-vib {
  background:rgba(255,107,157,0.3);
  border:1px solid var(--pink);
}

.control-vib {
  background:rgba(89,188,188,0.3);
  border:1px solid #59bcbc;
}

.lovense-card .tip-title {
  font-size:1.1rem;
  margin-bottom:8px;
  text-decoration:underline;
  topSpecifieshowfaranabsolutelypositionedboxstopmarginedgeisoffsetbelowthetopedgeoftheboxscontainingblockLearnmoreDontshow:10px;
  topSpecifieshowfaranabsolutelypositionedboxstopmarginedgeisoffsetbelowthetopedgeoftheboxscontainingblockLearnmoreDontshow:10px;
  top:10px;
}

.lovense-card .tip-price {
  font-size:20px;
  margin-bottom:8px;
  text-decoration:inherit;
  top:15px;
}

/* Items Section */
.items-container {
  max-width:800px;
  margin:30px auto 0;
  background:rgba(10,61,46,0.6);
  border-radius:20px;
  border:2px solid var(--gold);
  overflow:hidden;
  box-shadow:var(--shadow);
}

.items-iframe {
  width:100%;
  height:300px;
  border:none;
  display:block;
}

/* Back to Top Button */
.back-to-top {
  position:fixed;
  bottom:10px;
  right:20px;
  width:60px;
  height:60px;
  background:var(--primary);
  color:#41934100;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.5rem;
  text-decoration:none;
  box-shadow:var(--shadow);
  z-index:99;
  transition:all .3s ease;
  border:2px solid var(--accent-light);
}

.back-to-top:hover {
  background:var(--primary-light);
  transform:translateY(-5px);
  color:var(--gold);
}

/* Footer */
footer {
  background:var(--primary-dark);
  padding:40px 20px;
  text-align:center;
  margin-top:50px;
  border-top:2px solid var(--gold);
  position:relative;
  overflow:hidden;
  topSpecifieshowfaranabsolutelypositionedboxstopmarginedgeisoffsetbelowthetopedgeoftheboxscontainingblockLearnmoreDontshow:20px;
  top:20px;
}

footer::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231a6048' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity:.3;
}

#footer {
  display:block;
  position:relative;
  width:100%;
  text-align:center;
  font-family:'Montserrat',sans-serif;
  background-color:#0b3f30;
  height:80px;
  padding-top:55px;
/* border: 1px solid #222; */
  top:55px;
}

#footer h5 {
  color:#a8a6a6;
  font-weight:200;
  line-height:16px;
  font-size:11px;
  margin-top:-70px;
}

#footer h5 b {
  font-weight:400;
}

#footer a {
  color:#a8a6a6;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
  font-weight:400;
}

#footer a:hover {
  color:white;
}

#footer img {
  display:inline-block;
  position:relative;
  height:11px;
  top:1px;
}

.logo {
  width:140px;
  height:110px;
  margin-right:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  overflow:hidden;
  margin-top:-40px;
}

.brand {
  font-size:24px;
  font-weight:700;
  color:var(--primary);
  text-shadow:0 0 10px rgba(108,99,255,0.4);
}

.social-links {
  display:flex;
  justify-content:center;
  gap:20px;
  margin-bottom:20px;
  position:relative;
  z-index:2;
}

.social-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:50%;
  background:var(--primary);
  color:var(--text-light);
  font-size:1.5rem;
  transition:all .3s ease;
  text-decoration:none;
}

.social-link:hover {
  background:var(--accent);
  transform:translateY(-5px);
}

.copyright {
  font-size:1rem;
  color:var(--accent-light);
  position:relative;
  z-index:2;
}

/* Fantasy Elements */
.fantasy-border {
  border:2px solid var(--gold);
  border-radius:20px;
  padding:30px;
  margin:20px 0;
  background:rgba(10,61,46,0.5);
  box-shadow:inset 0 0 20px rgba(212,175,55,0.3);
}

/* Responsive Design */
@media (max-width: 900px) {
  .hero h1 {
    font-size:4rem;
  }

  .section {
    padding:80px 15px;
  }

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

  .about-content {
    flex-direction:column;
  }

  .items-iframe {
    height:600px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size:3.5rem;
  }

  .hero p {
    font-size:1.5rem;
  }

  .nav-container {
    flex-wrap:wrap;
    gap:5px;
  }

  .nav-item {
    font-size:1rem;
    padding:8px 15px;
  }

  .action-buttons {
    gap:15px;
  }

  .action-btn {
    width:100px;
    height:100px;
    padding:12px;
  }

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

  .items-iframe {
    height:500px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size:2.8rem;
  }

  .hero p {
    font-size:1.3rem;
  }

  .action-btn {
    width:85px;
    height:85px;
    font-size:.8rem;
  }

  .action-btn i {
    font-size:1.5rem;
  }

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

  .tip-container,.lovense-grid {
    grid-template-columns:1fr;
  }

  .items-iframe {
    height:400px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size:2.3rem;
  }

  .hero p {
    font-size:1.1rem;
  }

  .action-buttons {
    gap:10px;
  }

  .action-btn {
    width:80px;
    height:80px;
  }

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

  .items-iframe {
    height:350px;
  }
}