@import url("css2.css");
@font-face { font-family: Watermelon; src: url("watermelon-webfont.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: Kindergarten; font-weight: normal; font-style: normal; }
:root { --bg: #FDFDF6; --text: #0B0B0B; --accent: #7FA970; }
*, ::before, ::after { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: Quicksand, sans-serif; color: rgb(139, 69, 19); line-height: 1.6; scroll-behavior: smooth; background: linear-gradient(135deg,rgba(139,69,19,.08) 0%,rgba(127,169,112,.06) 50%,rgba(160,82,45,.04) 100%),var(--bg); }
p { font-weight: 500; }
body.home-page { overflow: hidden; }
.navbar { top: 15px; left: 50%; transform: translateX(-50%); width: calc(100% - 30px); max-width: 1000px; background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); border-radius: 25px; box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); z-index: 1000; overflow: hidden; position: relative; }
.navbar::before { content: ""; position: absolute; top: -8px; right: 20px; font-size: 1.8rem; z-index: 2; }
.navbar::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); z-index: 0; }
@keyframes castleBounce { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-3px) rotate(2deg); }
}
@keyframes pawBounce { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(10deg); }
}
.navbar.scrolled { top: 10px; transform: translateX(-50%) scale(0.95); box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 2px inset, rgba(0, 0, 0, 0.2) 0px -1px 2px inset, rgba(0, 0, 0, 0.2) 0px 4px 8px; }
.navbar.hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(-30px) rotate(-5deg); }
.navbar-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 2rem; height: 60px; }
.logo { display: flex; align-items: center; gap: 0.5rem; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); position: relative; padding-top: 5px; }
.logo:hover { transform: scale(1.1) rotate(-2deg); }
.logo::after { content: "✨"; position: absolute; top: -10px; right: -15px; font-size: 1rem; opacity: 1; transition: 0.3s; }
.logo:hover::after { opacity: 1; transform: rotate(180deg); }
.logo img { height: 2.2rem; width: auto; filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(346%) hue-rotate(325deg) brightness(106%) contrast(96%); transition: 0.3s; transform: translateY(3px); }
.logo-text { font-family: Watermelon, sans-serif; font-size: 1.1rem; color: var(--text); font-weight: 300; display: inline-block; margin-left: 0.5rem; }
.nav-left, .nav-right { list-style: none; display: flex; gap: 0.25rem; align-items: center; }
.nav-item { position: relative; }
.hero-content p { display: none; }
.nav-link { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; text-decoration: none; font-size: 0.85rem; font-weight: 700; color: var(--bg); border: 2px solid transparent; border-radius: 25px; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); position: relative; overflow: hidden; background: transparent; text-transform: uppercase; letter-spacing: 0.5px; }
.nav-link::before { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(127, 169, 112, 0.2), transparent); transition: left 0.5s; }
.nav-link:hover::before { left: 100%; }
.nav-link:hover { color: rgb(210, 105, 30); border-color: rgb(139, 69, 19); transform: translateY(-2px) rotate(1deg); background: rgba(210, 105, 30, 0.1); box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 2px inset, rgba(0, 0, 0, 0.2) 0px 3px 6px; }
.nav-link.active { background: linear-gradient(135deg, rgb(210, 105, 30), rgb(205, 133, 63)); color: var(--bg); border-color: rgb(139, 69, 19); box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 2px inset, rgba(0, 0, 0, 0.2) 0px -1px 2px inset, rgba(0, 0, 0, 0.3) 0px 2px 4px; }
.nav-link.active:hover { transform: translateY(-2px) rotate(-1deg) scale(1.05); box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 2px inset, rgba(0, 0, 0, 0.3) 0px -1px 2px inset, rgba(0, 0, 0, 0.4) 0px 4px 8px; }
.nav-link.join { color: var(--bg); font-weight: 700; border: 2px solid rgb(139, 69, 19); box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 4px inset, rgba(0, 0, 0, 0.2) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 4px 8px; position: relative; overflow: hidden; background: rgb(255, 207, 56) !important; }
.nav-link.join::after { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: left 0.4s; }
.nav-link.join:hover::after { left: 100%; }
.nav-link.join:hover { transform: translateY(-3px) rotate(-2deg) scale(1.1); box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.4) 0px 6px 12px; background: linear-gradient(135deg, rgb(212, 184, 47), rgb(230, 209, 85)); color: var(--bg); }
.nav-icon { width: 16px; height: 16px; opacity: 0.8; transition: 0.3s; }
.nav-link:hover .nav-icon { opacity: 1; transform: scale(1.2) rotate(10deg); }
.nav-link[href*="about"] .nav-icon::before { content: "👋"; font-size: 14px; }
.nav-link[href*="whats-next"] .nav-icon::before { content: "🚀"; font-size: 14px; }
.nav-link[href*="game-on"] .nav-icon::before { content: "🎮"; font-size: 14px; }
.mobile-top-nav, .mobile-bottom-nav { display: none; }
@media screen and (max-width: 768px) {
  .navbar.desktop-nav { display: none !important; }
  .mobile-top-nav { top: 15px; left: 15px; right: 15px; background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); border-radius: 25px; box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; z-index: 1000; padding: 0.2rem 1.5rem; overflow: hidden; position: relative; display: block !important; }
  .mobile-top-nav::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); z-index: 0; }
  .mobile-top-nav .navbar-inner { padding: 0px; height: auto; justify-content: space-between; display: flex; align-items: center; }
  .mobile-top-nav .logo { margin: 0px; }
  .mobile-top-nav .logo img { height: 2rem; filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(346%) hue-rotate(325deg) brightness(106%) contrast(96%); transform: translateY(3px); }
  .mobile-meow-btn .nav-link { background: rgb(254, 217, 80); color: var(--bg); border: 2px solid rgb(139, 69, 19); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); text-transform: uppercase; letter-spacing: 0.5px; position: relative; overflow: hidden; box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 4px inset, rgba(0, 0, 0, 0.2) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 4px 8px; }
  .mobile-meow-btn .nav-link::after { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: left 0.4s; }
  .mobile-meow-btn .nav-link:hover::after { left: 100%; }
  .mobile-meow-btn .nav-link:hover { transform: translateY(-3px) rotate(-2deg) scale(1.1); box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.4) 0px 6px 12px; background: rgb(254, 217, 80); color: var(--bg); }
  .mobile-bottom-nav { bottom: 15px; left: 15px; right: 15px; background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); border-radius: 25px; box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; padding: 0.2rem; z-index: 1000; overflow: hidden; position: relative; display: flex !important; }
  body.terms-page .mobile-bottom-nav, body.privacy-page .mobile-bottom-nav { position: absolute; }
  .mobile-bottom-nav::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); z-index: 0; }
  .mobile-nav-list { display: flex; width: 100%; justify-content: space-around; list-style: none; margin: 0px; padding: 0px; gap: 0.5rem; }
  .mobile-nav-item { flex: 1 1 0%; display: flex; justify-content: center; }
  .mobile-nav-item a { display: flex; flex-direction: column; align-items: center; color: var(--bg); text-decoration: none; padding: 0.75rem 0.5rem; border: 2px solid transparent; border-radius: 25px; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; min-width: 70px; position: relative; overflow: hidden; background: transparent; }
  .mobile-nav-item a::before { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; }
  .mobile-nav-item a:hover::before { left: 100%; }
  .mobile-nav-item .nav-icon { font-size: 1.2rem; margin-bottom: 0.25rem; opacity: 0.8; transition: 0.3s; }
  .mobile-nav-item a:hover { color: rgb(210, 105, 30); border-color: rgb(139, 69, 19); transform: translateY(-2px) rotate(1deg); background: rgba(210, 105, 30, 0.1); box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 2px inset, rgba(0, 0, 0, 0.2) 0px 3px 6px; }
  .mobile-nav-item a:hover .nav-icon { opacity: 1; transform: scale(1.2) rotate(10deg); }
  .site-footer { margin-bottom: 100px; }
  body { padding-top: 100px; padding-bottom: 100px; }
}
@media (max-width: 480px) {
  .mobile-top-nav { top: 5px; left: 5px; right: 5px; padding: 0.5rem 1rem; }
  .mobile-bottom-nav { bottom: 5px; left: 5px; right: 5px; padding: 0.75rem 0.25rem; }
  .mobile-nav-item a { padding: 0.5rem 0.25rem; max-width: 140px; }
  .mobile-nav-item a span { font-size: 15px; }
  .mobile-nav-item .nav-icon { width: 18px; height: 18px; }
  .mobile-nav-label { font-size: 0.65rem; }
}
.hero-section, .hero-about { position: relative; height: 100vh; overflow: hidden; }
body.about-page { padding-top: 0px !important; }
body.about-page .hero-about { margin-top: 0px; padding-top: 0px; }
body.about-page .navbar { position: fixed; z-index: 1001; }
.hero-section .overlay, .hero-about .overlay, .hero-home .overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.24); z-index: 1; transition: 0.5s; }
.hero-about { background: url("") center center / cover fixed; margin-top: 0px; }
@media (max-width: 768px) {
  .hero-home { background-size: cover; background-attachment: scroll; }
  .hero-content p { display: block; }
}
.hero-section .overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 0; }
body.home-page { overflow-y: scroll; scroll-snap-type: y mandatory; scroll-behavior: smooth; padding-top: 0px !important; }
body.home-page .hero-home { margin-top: 0px; padding-top: 0px; scroll-snap-align: start; }
body.home-page .navbar { position: fixed; z-index: 1001; }
.hero-about .hero-content, .hero-section .fade-title { position: sticky; top: 50%; transform: translateY(-50%); text-align: center; z-index: 2; transition: opacity 0.5s, transform 0.5s; }
.hero-about .hero-content h1, .hero-section .fade-title { font-family: Watermelon, sans-serif; font-size: 6rem; color: var(--text); font-weight: 100; margin: 0px; }
.hero-about .hero-content h1 { color: rgba(253, 253, 246, 0.9); text-shadow: rgba(255, 255, 255, 0.4) 0px 0px 15px, rgba(255, 255, 255, 0.3) 0px 0px 25px, rgba(0, 0, 0, 0.2) 2px 2px 4px; filter: drop-shadow(rgba(255, 255, 255, 0.3) 0px 0px 8px); animation: 5s ease-in-out 0s infinite alternate none running welcomeGlow; position: relative; letter-spacing: 2px; display: inline-block; }
.hero-about .hero-content h1 span { display: inline-block; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; animation-fill-mode: both; }
.hero-about .hero-content h1 span:nth-child(1) { animation-name: wobble1; animation-delay: 0s; }
.hero-about .hero-content h1 span:nth-child(2) { animation-name: wobble2; animation-delay: 0.1s; }
.hero-about .hero-content h1 span:nth-child(3) { animation-name: wobble3; animation-delay: 0.2s; }
.hero-about .hero-content h1 span:nth-child(4) { animation-name: wobble4; animation-delay: 0.3s; }
.hero-about .hero-content h1 span:nth-child(5) { animation-name: wobble5; animation-delay: 0.4s; }
.hero-about .hero-content h1 span:nth-child(6) { animation-name: wobble6; animation-delay: 0.5s; }
.hero-about .hero-content h1 span:nth-child(7) { animation-name: wobble7; animation-delay: 0.6s; }
.hero-about .hero-content h1 span:nth-child(8) { animation-name: wobble1; animation-delay: 0.7s; }
.hero-about .hero-content h1 span:nth-child(9) { animation-name: wobble2; animation-delay: 0.8s; }
.hero-about .hero-content h1 span:nth-child(10) { animation-name: wobble3; animation-delay: 0.9s; }
.hero-about .hero-content h1 span:nth-child(11) { animation-name: wobble4; animation-delay: 1s; }
.hero-about .hero-content h1 span:nth-child(12) { animation-name: wobble5; animation-delay: 1.1s; }
.hero-about .hero-content h1 span:nth-child(13) { animation-name: wobble6; animation-delay: 1.2s; }
.hero-about .hero-content h1 span:nth-child(14) { animation-name: wobble7; animation-delay: 1.3s; }
.hero-about .hero-content h1 span:nth-child(15) { animation-name: wobble1; animation-delay: 1.4s; }
@keyframes wobble1 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(2deg) translateY(-3px) scale(1.05); }
  50% { transform: rotate(-1deg) translateY(2px) scale(0.98); }
  75% { transform: rotate(1.5deg) translateY(-1px) scale(1.02); }
}
@keyframes wobble2 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(-2deg) translateY(2px) scale(0.97); }
  50% { transform: rotate(1.5deg) translateY(-4px) scale(1.06); }
  75% { transform: rotate(-1deg) translateY(1px) scale(0.99); }
}
@keyframes wobble3 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(1deg) translateY(-2px) scale(1.03); }
  50% { transform: rotate(-2.5deg) translateY(3px) scale(0.96); }
  75% { transform: rotate(2deg) translateY(-1px) scale(1.04); }
}
@keyframes wobble4 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(-1.5deg) translateY(4px) scale(0.95); }
  50% { transform: rotate(2deg) translateY(-2px) scale(1.07); }
  75% { transform: rotate(-0.5deg) translateY(1px) scale(1.01); }
}
@keyframes wobble5 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(2.5deg) translateY(-1px) scale(1.02); }
  50% { transform: rotate(-1deg) translateY(3px) scale(0.98); }
  75% { transform: rotate(1deg) translateY(-3px) scale(1.05); }
}
@keyframes wobble6 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(-2deg) translateY(-3px) scale(1.04); }
  50% { transform: rotate(1.5deg) translateY(2px) scale(0.97); }
  75% { transform: rotate(-1.5deg) translateY(-1px) scale(1.03); }
}
@keyframes wobble7 { 
  0%, 100% { transform: rotate(0deg) translateY(0px) scale(1); }
  25% { transform: rotate(1.5deg) translateY(3px) scale(0.96); }
  50% { transform: rotate(-2.5deg) translateY(-2px) scale(1.06); }
  75% { transform: rotate(0.5deg) translateY(2px) scale(0.99); }
}
.hero-about .hero-content h1::before { content: ""; position: absolute; top: -25px; left: 30%; width: 40px; height: 60px; background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%); border-radius: 50% / 60% 60% 40% 40%; animation: 4s ease-in-out 0s infinite normal none running smoke1; filter: blur(6px); transform-origin: center bottom; }
.hero-about .hero-content h1::after { content: ""; position: absolute; top: -35px; right: 30%; width: 30px; height: 50px; background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 60%, transparent 100%); border-radius: 50% / 70% 70% 30% 30%; animation: 3.5s ease-in-out 0s infinite normal none running smoke2; filter: blur(5px); transform-origin: center bottom; }
.hero-about .hero-content h1 { overflow: visible; }
.hero-about .hero-content h1:hover::before { animation: 2s ease-in-out 0s infinite normal none running smoke1; }
.hero-about .hero-content h1:hover::after { animation: 2.2s ease-in-out 0s infinite normal none running smoke2; }
@keyframes welcomeGlow { 
  0% { filter: drop-shadow(rgba(255, 255, 255, 0.3) 0px 0px 8px) brightness(1); transform: scale(1); }
  100% { filter: drop-shadow(rgba(255, 255, 255, 0.4) 0px 0px 12px) brightness(1.05); transform: scale(1.01); }
}
@keyframes smoke1 { 
  0% { transform: translateY(0px) translateX(0px) scale(0.8); opacity: 0.3; }
  50% { transform: translateY(-20px) translateX(10px) scale(1.2); opacity: 0.6; }
  100% { transform: translateY(-40px) translateX(-5px) scale(0.6); opacity: 1; }
}
@keyframes smoke2 { 
  0% { transform: translateY(0px) translateX(0px) scale(0.6); opacity: 0.2; }
  50% { transform: translateY(-25px) translateX(-8px) scale(1); opacity: 0.5; }
  100% { transform: translateY(-50px) translateX(12px) scale(0.4); opacity: 1; }
}
.hero-content p.hero-subtitle { font-size: 1.25rem; color: rgb(253, 253, 246); line-height: 1.3; display: block; margin-top: -38px; }
.pawlist-checker-section { padding: 4rem 2rem 2rem; position: relative; z-index: 3; margin-top: -50px; border-radius: 32px 32px 0px 0px; overflow: hidden; scroll-snap-align: start; min-height: 100vh; display: flex; align-items: center; }
.pawlist-checker-section::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(139, 69, 19, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(160, 82, 45, 0.05) 0%, transparent 40%); z-index: 0; }
.pawlist-checker-section::before { content: ""; position: absolute; top: 3rem; right: 3rem; font-size: 3rem; opacity: 0.3; z-index: 1; }
.pawlist-container { max-width: 1200px; width: 100%; margin: 0px auto; display: flex; align-items: center; gap: 4rem; position: relative; z-index: 4; }
.pawlist-content { flex: 1 1 0%; max-width: 600px; }
.pawlist-content h2 { font-family: Watermelon, sans-serif; font-size: 3rem; color: var(--text); margin-bottom: 1.5rem; font-weight: 300; line-height: 1.2; }
.pawlist-subtitle { font-size: 1.2rem; color: var(--text); opacity: 0.8; margin-bottom: 2.5rem; line-height: 1.5; font-weight: 500; }
.pawlist-form-wrapper { position: relative; }
.pawlist-form { margin-bottom: 2rem; }
.input-group { display: flex; gap: 1rem; align-items: stretch; }
.input-group input { flex: 1 1 0%; padding: 1.2rem 1.5rem; font-size: 1rem; border: 3px solid rgb(139, 69, 19); border-radius: 20px; background: var(--bg); color: var(--text); font-weight: 500; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 2px inset, rgba(139, 69, 19, 0.2) 0px -1px 2px inset, rgba(139, 69, 19, 0.2) 0px 4px 8px; }
.input-group input:focus { outline: none; transform: translateY(-2px); border-color: rgb(210, 105, 30); box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 2px inset, rgba(139, 69, 19, 0.3) 0px -1px 2px inset, rgba(210, 105, 30, 0.3) 0px 6px 12px; }
.input-group input::placeholder { color: rgba(11, 11, 11, 0.5); font-weight: 400; }
.check-btn { display: flex; align-items: center; gap: 0.5rem; padding: 1.2rem 2rem; background: linear-gradient(135deg, rgb(244, 198, 84), rgb(218, 165, 32)); color: var(--bg); border: 3px solid rgb(139, 69, 19); border-radius: 20px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); box-shadow: rgba(255, 255, 255, 0.3) 0px 2px 4px inset, rgba(0, 0, 0, 0.2) 0px -2px 4px inset, rgba(139, 69, 19, 0.3) 0px 4px 8px; position: relative; overflow: hidden; text-transform: uppercase; letter-spacing: 0.5px; }
.check-btn::before { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); transition: left 0.5s; }
.check-btn:hover::before { left: 100%; }
.check-btn:hover { transform: translateY(-3px) rotate(-1deg) scale(1.05); box-shadow: rgba(255, 255, 255, 0.4) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(139, 69, 19, 0.4) 0px 6px 12px; }
.btn-icon { font-size: 1.2rem; transition: transform 0.3s; }
.check-btn:hover .btn-icon { transform: rotate(20deg) scale(1.2); }
.pawlist-result { background: var(--bg); border-radius: 20px; padding: 2rem; margin-top: 2rem; box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 2px inset, rgba(139, 69, 19, 0.2) 0px -1px 2px inset, rgba(139, 69, 19, 0.3) 0px 6px 12px; animation: 0.5s ease-out 0s 1 normal none running slideInUp; position: relative; overflow: hidden; }
.pawlist-result::before { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(139, 69, 19, 0.05) 8px, rgba(139, 69, 19, 0.05) 16px); z-index: 0; border-radius: 17px; }
.pawlist-result > * { position: relative; z-index: 1; }
.result-content { display: flex; align-items: center; gap: 1.5rem; }
.result-text h3 { font-family: Watermelon, sans-serif; font-size: 1.5rem; color: rgb(210, 105, 30); margin-bottom: 0.5rem; font-weight: 300; }
.result-text p { color: var(--text); opacity: 0.8; margin: 0px; font-weight: 500; }
.pawlist-decoration { flex: 0 0 350px; display: flex; justify-content: center; align-items: center; position: relative; }
.decoration-cat { max-width: 320px; height: auto; transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); filter: drop-shadow(rgba(139, 69, 19, 0.3) 0px 12px 24px); animation: 6s ease-in-out 0s infinite normal none running medievalFloat; }
.decoration-cat:hover { transform: scale(1.05) rotate(3deg); filter: drop-shadow(rgba(139, 69, 19, 0.4) 0px 16px 32px); }
@keyframes medievalFloat { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-15px) rotate(2deg); }
  50% { transform: translateY(-25px) rotate(-1deg); }
  75% { transform: translateY(-10px) rotate(1deg); }
}
@media (max-width: 768px) {
  .eoh-logo { height: auto; filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 8px 16px); transition: 0.3s; width: 90% !important; }
  .coming-soon-text { position: unset !important; margin-top: 58%; }
  .pawlist-checker-section { padding: 2rem 1rem 1rem; }
  .pawlist-container { flex-direction: column; gap: 1.5rem; }
  .pawlist-content h2 { font-size: 2.5rem; text-align: center; }
  .pawlist-subtitle { text-align: center; font-size: 1.1rem; }
  .input-group { flex-direction: column; gap: 1rem; }
  .check-btn { justify-content: center; }
  .pawlist-decoration { flex: 0 0 auto; }
  .decoration-cat { max-width: 200px; }
}
@media (max-width: 480px) {
  .pawlist-content h2 { font-size: 2rem; }
  .eoh-logo { width: 100% !important; margin-bottom: 10%; }
  .floating-logo { top: 49% !important; right: 2% !important; }
  .input-group input, .check-btn { padding: 1rem 1.2rem; font-size: 0.9rem; }
  .result-content { flex-direction: column; text-align: center; gap: 1rem; }
  .result-icon { font-size: 2.5rem; }
}
.content-section { padding: 4rem 1rem; margin-top: 0px; position: relative; z-index: 3; }
.content-wrapper { max-width: 900px; margin: 0px auto; }
.content-wrapper p { margin-bottom: 1rem; font-size: 1.1rem; line-height: 1.6; color: rgb(139, 69, 19); font-weight: 500; text-align: justify; position: relative; }
.questions-container { text-align: center; margin: 2.5rem 0px; position: relative; }
.question-line { font-size: 2.5rem; font-weight: 900; margin: 0px; color: rgb(139, 69, 19); text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px; display: inline; }
.first-question { margin-right: 1rem; }
.second-question { margin-left: 1rem; }
@keyframes flyUp { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}
@keyframes flyDown { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(15px) rotate(-3deg); }
}
@keyframes flyLeft { 
  0%, 100% { transform: translateX(0px) rotate(0deg); }
  50% { transform: translateX(-15px) rotate(8deg); }
}
@keyframes flyRight { 
  0%, 100% { transform: translateX(0px) rotate(0deg); }
  50% { transform: translateX(12px) rotate(-5deg); }
}
@keyframes flyBounce { 
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.2) rotate(10deg); }
}
.final-sentence { text-align: center; font-size: 1.2rem; color: rgb(139, 69, 19); margin: 3rem 0px 2rem; font-weight: 600; }
.underlined-text { position: relative; display: inline-block; color: rgb(210, 105, 30); font-weight: 700; }
@media (max-width: 768px) {
  .content-wrapper p { font-size: 1rem; text-align: left; margin-bottom: 0.8rem; }
  .questions-container { margin: 2rem 0px; }
  .question-line { font-size: 2rem; font-weight: 800; display: block; margin-bottom: 0.5rem; }
  .first-question { margin-right: 0px; margin-bottom: 0.5rem; }
  .second-question { margin-left: 0px; }
  .final-sentence { font-size: 1.1rem; margin: 2rem 0px 1.5rem; }
}
@media (max-width: 480px) {
  .content-wrapper p { margin-bottom: 0.7rem; }
  .questions-container { margin: 1.5rem 0px; }
  .question-line { font-size: 1.8rem; font-weight: 800; }
  .final-sentence { font-size: 1rem; }
}
.content-wrapper p strong { display: block; margin-top: 2rem; font-size: 1.2rem; color: var(--accent); }
.roadmap-slider { position: relative; overflow: hidden; margin: 4rem 0px; }
.swiper-slide { height: unset !important; }
.slides { display: flex; transition: transform 0.6s; }
.slide { min-width: 100%; color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; padding: 2rem; border-radius: 11px; flex-direction: column; min-height: 100%; }
.slide-6 { flex-direction: row-reverse; }
.slide-6 img { margin-right: -125px; }
.slide img { max-width: 32%; }
.slide-text-2 { margin-top: -33px; margin-right: -123px; }
.slide-6 .slide-text p { max-width: 359px; line-height: 1.5; white-space: pre-wrap; }
.slide-5 .slide-text p { max-width: 484px; line-height: 1.5; white-space: pre-wrap; }
.slide-text h3 { font-family: Quicksand, sans-serif; font-size: 2rem; font-weight: bold; text-transform: uppercase; line-height: 1; padding-bottom: 5px; display: block; }
.slide-text p { max-width: 486px; line-height: 1.5; }
.slider-arrow { display: none; position: absolute; top: 50%; transform: translateY(-50%); border: none; font-size: 1.5rem; padding: 0.5rem 1rem; background-color: transparent; cursor: pointer; z-index: 10; background-image: url(""); background-size: contain; width: 40px; height: 40px; background-repeat: no-repeat; }
.slider-arrow.prev { transform: translate(-226%, -42px) rotate(180deg); z-index: 99999; }
.slider-arrow.next { transform: translate(226%, -42px); z-index: 99999; }
span.swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgb(127, 169, 112); }
span.swiper-pagination-bullet { background: rgb(119, 119, 119); opacity: 1; width: 10px; height: 10px; }
.slider-dots { display: flex; justify-content: center; margin-top: 1rem; }
.slider-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgb(119, 119, 119); margin: 0px 5px; cursor: pointer; transition: background 0.3s; }
.slider-dots .dot.active { background: var(--accent); }
.slides { cursor: grab; user-select: none; }
.slides:active { cursor: grabbing; }
.playbook-section { display: flex; align-items: center; justify-content: center; padding: 6rem 2rem; gap: 4rem; width: 100%; min-height: 100vh; margin: 0px; position: relative; }
.playbook-section .playbook-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; max-width: 1200px; }
@keyframes playBookFloat { 
  0%, 100% { transform: translate(0px, 0px) rotate(0deg); }
  25% { transform: translate(20px, -20px) rotate(90deg); }
  50% { transform: translate(-15px, 15px) rotate(180deg); }
  75% { transform: translate(25px, -10px) rotate(270deg); }
}
.playbook-header-wrapper { position: relative; width: 100%; height: 70px; }
.playbook-header-wrapper h2 { position: absolute; top: 0px; width: max-content; font-weight: 100; font-size: 3rem; }
.playbook-content { flex: 1 1 0%; max-width: 100%; }
.playbook-content h2 { font-family: Quicksand, sans-serif; font-size: 2rem; margin-bottom: 1rem; color: var(--text); font-weight: bold; }
.playbook-content p { margin-bottom: 1.5rem; line-height: 1.5; }
.playbook-content .btn { display: inline-block; padding: 0.35rem 1.5rem; background-color: var(--accent); color: var(--text); text-decoration: none; border-radius: 0.5rem; font-weight: 600; transition: background-color 0.2s; }
.playbook-content .btn:hover { background-color: rgb(149, 183, 137); }
.playbook-image { flex: 1 1 0%; display: flex; justify-content: center; max-width: 50%; }
.playbook-image img { max-width: 100%; height: auto; border-radius: 1rem; }
.footer-link-content { margin-top: -9px; }
body.privacy-page { background-image: ; background-position-x: ; background-position-y: ; background-size: ; background-repeat: ; background-origin: ; background-clip: ; background-color: ; background-attachment: fixed; min-height: 100vh; display: flex; flex-direction: column; padding-top: 0px !important; }
.policy-container { width: 90%; max-width: 1000px; margin: 30px auto 4rem; padding: 4rem 3rem; background: rgba(255, 253, 246, 0.08); backdrop-filter: blur(15px); border: 4px solid rgb(139, 69, 19); border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,.15),inset 0 2px 0 rgba(245,222,179,.3),8px 8px 0 var(--accent),12px 12px 0 rgba(127,169,112,.3); position: relative; flex: 1 1 0%; }
.policy-container::before { content: ""; position: absolute; inset: 15px; border: 2px dashed rgba(139, 69, 19, 0.3); border-radius: 20px; z-index: 0; }
.policy-container::after { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(139, 69, 19, 0.008) 15px, rgba(139, 69, 19, 0.008) 30px); border-radius: 26px; z-index: 0; }
.policy-container > * { position: relative; z-index: 1; }
.policy-title { font-family: Watermelon, sans-serif; font-size: 4.5rem; margin-bottom: 2rem; color: rgb(139, 69, 19); font-weight: 300; text-align: center; text-shadow: rgba(139, 69, 19, 0.3) 2px 2px 4px; background: linear-gradient(135deg, rgb(139, 69, 19) 0%, rgb(218, 165, 32) 30%, rgb(184, 134, 11) 70%, rgb(139, 69, 19) 100%) text; -webkit-text-fill-color: transparent; }
.policy-container h2 { font-family: Watermelon, sans-serif; font-size: 2.2rem; margin: 3rem 0px 1.5rem; color: rgb(139, 69, 19); font-weight: 300; text-shadow: rgba(139, 69, 19, 0.2) 1px 1px 2px; position: relative; }
.policy-container h2::after { content: ""; position: absolute; bottom: -8px; left: 0px; width: 60px; height: 3px; background: linear-gradient(90deg,var(--accent) 0%,#8B4513 100%); border-radius: 2px; }
.policy-container p { margin-bottom: 1.5rem; line-height: 1.7; color: rgb(139, 69, 19); font-size: 1rem; font-weight: 500; text-shadow: rgba(139, 69, 19, 0.1) 1px 1px 2px; }
.policy-container ul { margin: 1.5rem 0px; padding-left: 1.5rem; list-style-type: disc; }
.policy-container li { margin-bottom: 0.5rem; color: rgb(139, 69, 19); font-size: 1rem; font-weight: 500; line-height: 1.6; }
.policy-container em { font-style: italic; color: rgba(139, 69, 19, 0.8); font-weight: 400; }
.policy-container a { color: var(--accent); text-decoration: underline; font-weight: 600; transition: color 0.3s; }
.policy-container a:hover { color: rgb(149, 183, 137); }
.policy-container strong { color: rgb(139, 69, 19); font-weight: 700; }
.policy-container .subheading { font-family: Quicksand, sans-serif; font-weight: 700; font-size: 1.1rem; margin: 2rem 0px 1rem; color: rgb(139, 69, 19); text-shadow: rgba(139, 69, 19, 0.2) 1px 1px 2px; }
@media (max-width: 1024px) {
  .policy-container { width: 95%; padding: 3rem 2rem; }
  .policy-title { font-size: 3.5rem; }
  .policy-container h2 { font-size: 2rem; }
}
@media (max-width: 768px) {
  body.privacy-page { padding-top: 0px !important; }
  .policy-container { width: 95%; padding: 2.5rem 1.5rem; margin-bottom: 2rem; }
  .policy-title { font-size: 3rem; margin-bottom: 1.5rem; }
  .policy-container h2 { font-size: 1.8rem; margin: 2.5rem 0px 1rem; }
}
@media (max-width: 480px) {
  body.privacy-page { padding-top: 0px !important; }
  .policy-container { width: 95%; padding: 2rem 1rem; border-radius: 20px; }
  .policy-title { font-size: 2.5rem; }
  .policy-container h2 { font-size: 1.6rem; }
  .policy-container ul { padding-left: 1.2rem; }
}
body.terms-page { background-image: ; background-position-x: ; background-position-y: ; background-size: ; background-repeat: ; background-origin: ; background-clip: ; background-color: ; background-attachment: fixed; min-height: 100vh; display: flex; flex-direction: column; padding-top: 0px !important; }
body.terms-page .policy-container { width: 90%; max-width: 1000px; margin: 32px auto 4rem; padding: 4rem 3rem; background: rgba(255, 253, 246, 0.08); backdrop-filter: blur(15px); border: 4px solid rgb(139, 69, 19); border-radius: 30px; box-shadow: 0 20px 40px rgba(0,0,0,.15),inset 0 2px 0 rgba(245,222,179,.3),8px 8px 0 var(--accent),12px 12px 0 rgba(127,169,112,.3); position: relative; flex: 1 1 0%; }
body.terms-page .policy-container::before { content: ""; position: absolute; inset: 15px; border: 2px dashed rgba(139, 69, 19, 0.3); border-radius: 20px; z-index: 0; }
body.terms-page .policy-container::after { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(139, 69, 19, 0.008) 15px, rgba(139, 69, 19, 0.008) 30px); border-radius: 26px; z-index: 0; }
body.terms-page .policy-container > * { position: relative; z-index: 1; }
body.terms-page .policy-title { font-family: Watermelon, sans-serif; font-size: 4.5rem; margin-bottom: 2rem; color: rgb(139, 69, 19); font-weight: 300; text-align: center; text-shadow: rgba(139, 69, 19, 0.3) 2px 2px 4px; background: linear-gradient(135deg, rgb(139, 69, 19) 0%, rgb(218, 165, 32) 30%, rgb(184, 134, 11) 70%, rgb(139, 69, 19) 100%) text; -webkit-text-fill-color: transparent; }
body.terms-page .policy-container h2 { font-family: Watermelon, sans-serif; font-size: 2.2rem; margin: 3rem 0px 1.5rem; color: rgb(139, 69, 19); font-weight: 300; text-shadow: rgba(139, 69, 19, 0.2) 1px 1px 2px; position: relative; }
body.terms-page .policy-container h2::after { content: ""; position: absolute; bottom: -8px; left: 0px; width: 60px; height: 3px; background: linear-gradient(90deg,var(--accent) 0%,#8B4513 100%); border-radius: 2px; }
body.terms-page .policy-container p { margin-bottom: 1.5rem; line-height: 1.7; color: rgb(139, 69, 19); font-size: 1rem; font-weight: 500; text-shadow: rgba(139, 69, 19, 0.1) 1px 1px 2px; }
body.terms-page .policy-container ul { margin: 1.5rem 0px; padding-left: 1.5rem; list-style-type: disc; }
body.terms-page .policy-container li { margin-bottom: 0.5rem; color: rgb(139, 69, 19); font-size: 1rem; font-weight: 500; line-height: 1.6; }
body.terms-page .policy-container em { font-style: italic; color: rgba(139, 69, 19, 0.8); font-weight: 400; }
body.terms-page .policy-container a { color: var(--accent); text-decoration: underline; font-weight: 600; transition: color 0.3s; }
body.terms-page .policy-container a:hover { color: rgb(149, 183, 137); }
body.terms-page .policy-container strong { color: rgb(139, 69, 19); font-weight: 700; }
body.terms-page .policy-container .subheading { font-family: Quicksand, sans-serif; font-weight: 700; font-size: 1.1rem; margin: 2rem 0px 1rem; color: rgb(139, 69, 19); text-shadow: rgba(139, 69, 19, 0.2) 1px 1px 2px; }
@media (max-width: 1024px) {
  body.terms-page .policy-container { width: 95%; padding: 3rem 2rem; }
  body.terms-page .policy-title { font-size: 3.5rem; }
  body.terms-page .policy-container h2 { font-size: 2rem; }
}
@media (max-width: 768px) {
  body.terms-page { padding-top: 0px !important; }
  body.terms-page .policy-container { width: 95%; padding: 2.5rem 1.5rem; margin-bottom: 2rem; }
  body.terms-page .policy-title { font-size: 3rem; margin-bottom: 1.5rem; }
  body.terms-page .policy-container h2 { font-size: 1.8rem; margin: 2.5rem 0px 1rem; }
}
@media (max-width: 480px) {
  body.terms-page { padding-top: 0px !important; }
  body.terms-page .policy-container { width: 95%; padding: 2rem 1rem; border-radius: 20px; }
  body.terms-page .policy-title { font-size: 2.5rem; }
  body.terms-page .policy-container h2 { font-size: 1.6rem; }
  body.terms-page .policy-container ul { padding-left: 1.2rem; }
}
.site-footer { color: var(--text); text-align: center; padding: 2rem 1rem 1rem; display: flex; flex-direction: column; align-items: center; gap: 5px; background: transparent; }
body.game-on-page .site-footer { display: none; }
body.game-on-page { overflow: hidden; padding-top: 0px !important; }
.eoh-hero { height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center; background: rgb(0, 0, 0); position: relative; }
.eoh-image { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
body.game-on-page .navbar { background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; }
body.game-on-page .navbar::after { background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); }
body.game-on-page .nav-link, body.game-on-page .logo-text { color: var(--bg); }
body.game-on-page .logo img { filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(346%) hue-rotate(325deg) brightness(106%) contrast(96%); }
body.game-on-page .nav-link:hover { color: rgb(210, 105, 30); border-color: rgb(139, 69, 19); }
body.game-on-page .nav-link.join { color: var(--bg); border-color: rgb(139, 69, 19); }
body.game-on-page .nav-link.join:hover { background: rgb(254, 217, 80); color: var(--bg); border-color: rgb(139, 69, 19); }
body.game-on-page .mobile-top-nav { background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; }
body.game-on-page .mobile-top-nav::after { background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); }
body.game-on-page .mobile-top-nav .nav-link, body.game-on-page .mobile-top-nav .logo-text { color: var(--bg); }
body.game-on-page .mobile-top-nav .logo img { filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(346%) hue-rotate(325deg) brightness(106%) contrast(96%); }
body.game-on-page .mobile-bottom-nav { background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)); backdrop-filter: blur(10px); border: 4px solid rgb(139, 69, 19); box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px; }
body.game-on-page .mobile-bottom-nav::after { background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%); }
body.game-on-page .mobile-bottom-nav .mobile-nav-item a { color: var(--bg); }
body.game-on-page .mobile-nav-item a:hover { color: rgb(210, 105, 30); border-color: rgb(139, 69, 19); }
body.game-on-page .mobile-bottom-nav .nav-link.join { background: rgb(254, 217, 80); color: var(--bg); border-color: rgb(139, 69, 19); }
body.game-on-page .mobile-bottom-nav .nav-link.join:hover { background: rgb(254, 217, 80); color: var(--bg); border-color: rgb(139, 69, 19); }
.mobile-top-nav .nav-link.join { color: var(--bg) !important; border-color: rgb(139, 69, 19) !important; }
body.game-on-page .mobile-top-nav .nav-link.join:hover { background: rgb(254, 217, 80); color: var(--bg); border-color: rgb(139, 69, 19); }
.mobile-top-nav { background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)) !important; backdrop-filter: blur(10px) !important; border: 4px solid rgb(139, 69, 19) !important; box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px !important; }
.mobile-bottom-nav::after { background: linear-gradient(135deg, rgba(160, 82, 45, 0.1) 0%, transparent 25%, rgba(139, 69, 19, 0.1) 50%, transparent 75%, rgba(160, 82, 45, 0.1) 100%) !important; }
.mobile-bottom-nav { background: linear-gradient(135deg, rgba(139, 69, 19, 0.9), rgba(160, 82, 45, 0.85)) !important; backdrop-filter: blur(10px) !important; border: 4px solid rgb(139, 69, 19) !important; box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px inset, rgba(0, 0, 0, 0.3) 0px -2px 4px inset, rgba(0, 0, 0, 0.3) 0px 6px 12px !important; }
@media (max-width: 768px) {
  .eoh-image { display: none !important; }
  .eoh-hero { background: url("") center center / cover no-repeat scroll !important; }
}
.mobile-top-nav .logo { margin-top: 5px; }
@media (max-width: 480px) {
  .eoh-image { width: 95%; height: auto; }
}
.footer-image-wrapper { position: relative; width: 100%; }
img.footer-image { position: absolute; transform: translate(-60%, -105%); max-width: 230px; width: 60%; height: auto; }
.footer-socials { display: flex; gap: 1rem; }
.footer-socials img { width: 1.5rem; height: 1.5rem; filter: brightness(0) saturate(100%) invert(28%) sepia(25%) saturate(2878%) hue-rotate(346deg) brightness(88%) contrast(74%); }
.footer-text { font-family: Quicksand, sans-serif; font-size: 0.7rem; margin: 0px; }
.footer-links { display: flex; flex-direction: column; }
.footer-links a { font-family: Quicksand, sans-serif; font-size: 0.7rem; color: var(--text); text-decoration: underline; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); opacity: 0.8; }
.whats-next-page img.footer-image { display: none; }
.whats-next-page .site-footer { padding: 2rem 1rem 1rem; }
.slide-4 .slide-text { margin-top: -18px; }
.slide-1 { justify-content: flex-start; padding-top: 50px; }
.slide-2 { justify-content: flex-start; padding-top: 30px; }
.slide-3 { justify-content: flex-start; padding-top: 128px; }
.slide-1 .slide-text { margin-top: -38px; }
.slide-3 img { margin-top: -68px; }
.slide-4 img { margin-right: 15px; }
@media (max-width: 480px) {
  .footer-links { flex-direction: column; }
}
@media screen and (max-width: 1290px) {
  .playbook-section { padding: 4rem 2rem; }
  .playbook-section .playbook-wrapper { gap: 1.5rem; }
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1025px) {
  .slide-6 img { margin-right: -20px; }
}
@media screen and (min-width: 1025px) {
  .slide-6 .slide-text { margin-left: 7rem; }
}
@media screen and (max-width: 925px) {
  .playbook-content h2 { font-size: 47px; }
  .team-member img { width: 215px; height: 215px; }
}
@media screen and (max-width: 885px) {
  .slide-text, .slide-text p { max-width: 345px; font-size: 15px; }
  .slide-text h3 { font-size: 23px; }
  .hero-about .hero-content h1 { line-height: 85px; }
  .hero-content p.hero-subtitle { margin-top: -8px; }
  .slide-text-2 { margin-top: -21px; margin-right: -80px; }
  .slide-1 .slide-text { margin-top: -25px; }
  .slide-1 { justify-content: center; }
  .slide-2 img { max-width: 42%; }
  .slide-3 img { margin-top: 0px; }
  .slide-3 h3, .slide-4 h3 { width: max-content; }
  .slide-4 .slide-text { margin-top: -6px; }
  .slide-6 img { max-width: 37%; }
  .playbook-content h2 { font-size: 40px; }
}
@media screen and (max-width: 800px) {
  .playbook-section { padding: 4rem 2rem; }
  .playbook-section .playbook-wrapper { flex-direction: column-reverse; gap: 1.5rem; }
  .playbook-content, .playbook-image { max-width: 100%; }
  .playbook-image img { max-width: 75%; height: auto; border-radius: 1rem; margin-bottom: 2rem; }
}
@media screen and (max-width: 758px) {
  .team-wrapper { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .team-member img { width: 215px; height: 215px; }
  .team-section { margin-bottom: 5rem; padding: 4rem 2rem; }
  .slide img { max-width: 44%; }
}
@media screen and (max-width: 675px) {
  .playbook-content h2 { font-size: 36px; }
  .playbook-section { padding: 3rem 2rem; }
  .playbook-section .playbook-wrapper { gap: 1rem; }
  .slide { flex-direction: column; padding: 41px 0px; }
  .slide p { font-size: 14px; }
  img.footer-image { max-width: 185px; }
  .swiper-slide:nth-child(5) .slide { flex-direction: column-reverse; }
  .slide { height: 569px; }
  .slide-6 { flex-direction: column-reverse; }
  .slide-text { max-width: 450px; }
  .slide img { max-width: 45%; }
  .slide-3 { justify-content: center; }
  .slide-3 .slide-text { margin-bottom: -42px; }
}
@media screen and (max-width: 520px) {
  .playbook-content h2 { font-size: 30px; }
  .team-member img { width: 180px; height: 180px; }
  .hero-about .hero-content h1 { line-height: 50px; font-size: 4rem; }
  .hero-content p.hero-subtitle { margin-top: 10px; font-size: 1rem; }
  .content-section { padding: 4rem 1rem 0px; }
  .team-section { padding-top: 1rem; }
  body.whats-next-page { padding-top: 0px !important; }
  .slide img { max-width: 70%; }
}
@media screen and (max-width: 435px) {
  .playbook-content h2 { font-size: 26px; }
  .team-member img { width: 160px; height: 160px; }
  .playbook-image img { max-width: 108%; height: auto; border-radius: 1rem; margin-bottom: 1rem; }
  .slide img { max-width: 55%; }
  .slide-3 h3, .slide-4 h3 { max-width: fit-content; }
}
@media screen and (max-width: 415px) {
  .slide img { max-width: 76%; }
  .slide-text, .slide-text p { max-width: 290px; }
  .slide { padding: 35px 1rem; }
  .slider-arrow { width: 35px; height: 35px; }
  .playbook-header-wrapper { height: 60px; }
  .slide-text h3 { font-size: 20px; }
  .slide-text p { font-size: 14px; }
  .slide-3 h3, .slide-4 h3 { max-width: max-content; }
  .slide-2 .slide-text { margin-left: -40px; }
}
@media screen and (max-width: 380px) {
  .team-wrapper { grid-template-columns: repeat(2, 1fr); }
  .team-member { margin-bottom: 15px; }
  .team-member img { width: 160px; height: 160px; }
  .slide-3 h3, .slide-4 h3 { max-width: fit-content; }
  .playbook-content h2 { font-size: 23px; }
  .slide-2 { padding-left: 0px; }
  .slide-2 .slide-text p { max-width: 250px; }
  .slide-2 .slide-text { margin-left: -40px; }
}
.modal-overlay { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; display: none; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.8); z-index: 9999; backdrop-filter: blur(8px); }
.modal-overlay.active { display: flex; }
.modal-box { background: linear-gradient(135deg,var(--bg) 0%,rgba(139,69,19,.05) 100%); color: var(--text); width: 90%; max-width: 450px; padding: 2.5rem; border: 4px solid rgb(139, 69, 19); border-radius: 20px; box-shadow: rgb(160, 82, 45) 8px 8px 0px, rgba(160, 82, 45, 0.3) 12px 12px 0px; text-align: center; overflow: hidden; position: relative; }
.modal-box::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 20px; background: rgb(139, 69, 19); border-radius: 10px; z-index: 2; }
.modal-box::after { content: ""; position: absolute; inset: 0px; background: rgba(253, 253, 246, 0.95); backdrop-filter: blur(10px); z-index: 0; border-radius: 16px; }
.modal-box h2 { font-family: Watermelon, sans-serif; font-size: 2.2rem; margin-bottom: 1rem; color: rgb(139, 69, 19); font-weight: 300; position: relative; z-index: 1; text-shadow: rgba(45, 84, 160, 0.3) 2px 2px 0px; }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: rgb(210, 105, 30); border: 3px solid rgb(139, 69, 19); border-radius: 50%; width: 40px; height: 40px; font-size: 1.2rem; color: var(--bg); cursor: pointer; transition: 0.3s; z-index: 2; display: flex; align-items: center; justify-content: center; font-weight: bold; box-shadow: rgb(135, 79, 49) 3px 3px 0px, rgba(139, 69, 19, 0.3) 4px 4px 0px; }
.game-on-page .modal-close { box-shadow: rgb(74, 61, 153) 3px 3px 0px, rgba(139, 69, 19, 0.3) 4px 4px 0px; }
.modal-close:hover { transform: rotate(90deg) scale(1.1); box-shadow: rgb(139, 69, 19) 4px 4px 0px, rgba(139, 69, 19, 0.4) 5px 5px 0px; background: rgb(205, 133, 63); }
.modal-description { margin-bottom: 2rem; font-size: 1.1rem; line-height: 1.5; position: relative; z-index: 1; font-weight: 500; }
.modal-content { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; position: relative; z-index: 1; }
.join-form { display: flex; flex-direction: column; gap: 1.2rem; flex: 1 1 0%; }
.join-form input[type="text"], .join-form input[type="email"], .join-form input[type="date"] { width: 100%; padding: 1rem; font-size: 1rem; border: 3px solid rgb(139, 69, 19); border-radius: 15px; background-color: var(--bg); color: var(--text); font-weight: 500; transition: 0.3s; box-shadow: rgb(160, 82, 45) 3px 3px 0px, rgba(160, 82, 45, 0.3) 4px 4px 0px; }
.join-form input:focus { outline: none; transform: translateY(-2px); box-shadow: rgb(160, 82, 45) 4px 4px 0px, rgba(160, 82, 45, 0.4) 5px 5px 0px; border-color: rgb(210, 105, 30); }
.join-form input::placeholder { color: rgba(139, 69, 19, 0.6); font-weight: 400; }
.btn-submit { align-self: flex-start; padding: 1rem 2rem; font-size: 1.2rem; font-weight: 700; background: rgb(210, 105, 30); color: var(--bg); border: 3px solid rgb(139, 69, 19); border-radius: 20px; cursor: pointer; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; box-shadow: rgb(139, 69, 19) 4px 4px 0px, rgba(139, 69, 19, 0.3) 5px 5px 0px; }
.btn-submit:hover { animation: 0.6s ease-in-out 0s 1 normal none running bounceButton; box-shadow: rgb(139, 69, 19) 5px 5px 0px, rgba(139, 69, 19, 0.4) 6px 6px 0px; }
@keyframes bounceButton { 
  0% { transform: translateY(0px) scale(1); }
  25% { transform: translateY(-8px) scale(1.05); }
  50% { transform: translateY(-4px) scale(1.08); }
  75% { transform: translateY(-6px) scale(1.03); }
  100% { transform: translateY(-3px) scale(1.05); }
}
.modal-cat { position: absolute; bottom: -76px; right: 83px; width: 92px; transform: rotate(90deg); z-index: 100; transition: 0.3s; filter: drop-shadow(rgb(160, 82, 45) 3px 3px 0px); }
.modal-cat:hover { transform: rotate(90deg) scale(1.1); filter: drop-shadow(rgb(160, 82, 45) 4px 4px 0px); }
@media (max-width: 480px) {
  .navbar { top: unset; left: 50%; width: 98%; }
  .navbar::after { z-index: -1; }
  .modal-content { flex-direction: column; align-items: center; }
  .modal-cat { transform: rotate(90deg); margin-top: -2rem; }
  .modal-content { height: 360px; gap: 0px !important; margin-bottom: 0px !important; flex-wrap: nowrap !important; }
  .modal-box { max-width: 380px !important; padding: 3rem 1.5rem 1.5rem !important; }
  .modal-box h2 { font-size: 1.8rem; }
  .btn-submit { padding: 0.8rem 1.5rem; font-size: 1rem; }
}
body.game-on-page .modal-box::before { background: rgb(35, 33, 102); color: var(--bg); }
body.game-on-page .modal-close { background: rgb(35, 33, 102); border-color: rgb(35, 33, 102); color: var(--bg); }
body.game-on-page .modal-close:hover { background: rgb(74, 61, 153); border-color: rgb(74, 61, 153); box-shadow: rgb(35, 33, 102) 3px 3px 0px, rgba(35, 33, 102, 0.3) 4px 4px 0px; transform: rotate(90deg) scale(1.1); }
body.game-on-page .modal-box { border-color: rgb(35, 33, 102); box-shadow: rgb(74, 61, 153) 10px 10px 0px, rgba(74, 61, 153, 0.3) 15px 15px 0px; }
body.game-on-page .join-form input[type="text"], body.game-on-page .join-form input[type="email"], body.game-on-page .join-form input[type="date"] { border-color: rgb(35, 33, 102); box-shadow: rgb(74, 61, 153) 4px 4px 0px, rgba(74, 61, 153, 0.3) 6px 6px 0px; }
body.game-on-page .join-form input:focus { border-color: rgb(74, 61, 153); box-shadow: rgb(35, 33, 102) 6px 6px 0px, rgba(35, 33, 102, 0.4) 8px 8px 0px; }
body.game-on-page .join-form input::placeholder { color: rgba(35, 33, 102, 0.6); }
body.game-on-page .btn-submit { background: rgb(35, 33, 102); border-color: rgb(35, 33, 102); box-shadow: rgb(74, 61, 153) 5px 5px 0px, rgba(74, 61, 153, 0.3) 7px 7px 0px; }
body.game-on-page .btn-submit:hover { background: rgb(74, 61, 153); box-shadow: rgb(35, 33, 102) 7px 7px 0px, rgba(35, 33, 102, 0.4) 9px 9px 0px; }
body.game-on-page .modal-cat { filter: drop-shadow(rgb(74, 61, 153) 3px 3px 0px); }
body.game-on-page .modal-cat:hover { filter: drop-shadow(rgb(35, 33, 102) 4px 4px 0px); }
body.game-on-page .modal-box h2 { color: rgb(35, 33, 102); }
body.game-on-page { overflow: hidden; height: 100vh; padding-top: 0px !important; }
.eoh-hero { position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; background: rgb(0, 0, 0); margin-top: 0px; padding-top: 0px; }
.eoh-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.floating-logo { position: absolute; top: 40%; right: 4%; transform: translateY(-50%); z-index: 10; animation: 4s ease-in-out 0s infinite normal none running floatLogo; text-align: right; }
.eoh-logo { width: 58%; height: auto; filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 8px 16px); transition: 0.3s; }
.eoh-logo:hover { transform: scale(1.1) rotate(5deg); filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 12px 24px); }
@keyframes floatLogo { 
  0%, 100% { transform: translateY(-50%) translateX(0px); }
  25% { transform: translateY(-60%) translateX(10px); }
  50% { transform: translateY(-40%) translateX(-5px); }
  75% { transform: translateY(-55%) translateX(8px); }
}
.coming-soon-text { position: absolute; right: calc(28% - 154px); top: calc(77% - 63px); transform: translateY(-50%); z-index: 10; text-align: center; }
.coming-soon-text h1 { font-family: Watermelon, sans-serif; font-size: 2.5rem; color: rgb(255, 255, 255); font-weight: 300; margin: 0px; text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 4px; animation: 3s ease-in-out 0s infinite alternate none running textGlow; }
@keyframes textGlow { 
  0% { text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 4px; }
  100% { text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 4px, rgba(255, 255, 255, 0.3) 0px 0px 20px; }
}
body.game-on-page .navbar { position: fixed; z-index: 1001; }
@media (max-width: 1024px) {
  .floating-logo { top: 45%; right: 10%; }
  .coming-soon-text { top: 65%; right: 10%; }
  .coming-soon-text h1 { font-size: 2.2rem; }
}
@media (max-width: 768px) {
  .navbar { top: unset; left: 50%; width: 98%; }
  .navbar::after { z-index: -1 !important; }
  .about-page { padding-bottom: 0px; }
  nav.navbar.mobile-top-nav { top: 10px; }
  .game-on-page .navbar.mobile-top-nav, .game-on-page .mobile-bottom-nav { box-shadow: rgb(74, 61, 153) 6px 6px 0px, rgba(49, 45, 160, 0.267) 8px 8px 0px; }
  .floating-logo { top: 50%; right: 8%; }
  .coming-soon-text h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .floating-logo { top: 55%; right: 6%; }
  .coming-soon-text { top: 75%; right: 6%; }
  .coming-soon-text h1 { font-size: 1.5rem; }
}
.game-on-wrapper { display: flex; margin-top: 100px; padding: 4rem; max-width: 100%; width: 100%; justify-content: center; }
.sleep-cat { width: 80%; height: auto; position: relative; transform: translateX(30%); }
.sleep-cat img.open { position: absolute; top: 0px; left: 0px; width: 100%; display: none; }
.sleep-cat:hover img.open { display: block; }
.cekmece-wrapper { width: 100%; position: relative; height: auto; }
.cekmece { position: relative; width: 100%; }
.cekmece img.open { position: absolute; top: 0px; left: 0px; width: 28%; display: none; }
.cekmece:hover img.open { display: block; }
.cekmece img.close { width: 28%; }
.sleep-cat img.close { width: 100%; height: auto; }
.cekmece-content { position: absolute; width: 100%; height: auto; transform: translate(23%, 32%); }
.swiper { width: 100%; height: 100%; max-width: 1200px; margin: 0px auto; }
.arrow-wrapper { display: flex; align-items: center; justify-content: center; position: relative; margin-top: 55px; }
body.whats-next-page { padding-top: 0px !important; }
.swiper-scrollbar { display: none; }
#loading-overlay { position: fixed; inset: 0px; background: var(--bg); display: flex; align-items: center; justify-content: center; z-index: 2000; }
.spinner { width: 3rem; height: 3rem; border-width: 0.5rem; border-style: solid; border-right-color: rgba(255, 255, 255, 0.2); border-bottom-color: rgba(255, 255, 255, 0.2); border-left-color: rgba(255, 255, 255, 0.2); border-image: initial; border-top-color: var(--accent); border-radius: 50%; animation: 1s linear 0s infinite normal none running spin; }
@keyframes spin { 
  100% { transform: rotate(360deg); }
}
.twitter-feed-section { padding: 4rem 2rem; background: var(--bg); position: relative; }
.twitter-container { max-width: 1200px; margin: 0px auto; text-align: center; }
.twitter-title { font-family: Watermelon, sans-serif; font-size: 2.5rem; color: var(--text); margin-bottom: 1rem; font-weight: 300; }
.twitter-subtitle { font-size: 1.1rem; color: rgb(139, 69, 19); margin-bottom: 3rem; opacity: 0.9; }
.twitter-slider { position: relative; max-width: 800px; margin: 0px auto; }
.twitter-slides { display: flex; transition: transform 0.5s; gap: 2rem; }
.tweet-card { min-width: 100%; max-width: 400px; margin: 0px auto; background: var(--bg); border: 3px solid var(--text); border-radius: 20px; padding: 1.5rem; box-shadow: 8px 8px 0 var(--accent),10px 10px 0 rgba(127,169,112,.3); transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.tweet-card:hover { transform: translateY(-3px) rotate(1deg); box-shadow: 10px 10px 0 var(--accent),12px 12px 0 rgba(127,169,112,.4); }
.tweet-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.tweet-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border: 2px solid var(--text); background: var(--accent); display: flex; align-items: center; justify-content: center; padding: 0.25rem; }
.tweet-avatar img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(6%) sepia(8%) saturate(1204%) hue-rotate(314deg) brightness(95%) contrast(95%); }
.tweet-info { flex: 1 1 0%; }
.tweet-name { font-weight: 700; color: var(--text); font-size: 0.95rem; line-height: 1.2; }
.tweet-handle { color: rgb(139, 69, 19); font-size: 0.85rem; opacity: 0.8; line-height: 1.2; }
.tweet-date { color: rgb(139, 69, 19); font-size: 0.8rem; opacity: 0.7; margin-top: 0.2rem; }
.tweet-content { margin-bottom: 1rem; }
.tweet-content p { color: var(--text); font-size: 0.95rem; line-height: 1.5; margin: 0px; }
.tweet-footer { display: flex; justify-content: flex-end; }
.tweet-link { color: var(--accent); text-decoration: none; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 1rem; border: 2px solid var(--accent); border-radius: 15px; transition: 0.3s; background: transparent; }
.tweet-link:hover { background: var(--accent); color: var(--bg); transform: translateY(-1px); box-shadow: 3px 3px 0 var(--text),4px 4px 0 rgba(11,11,11,.3); }
.twitter-nav { display: flex; justify-content: center; gap: 1rem; margin: 2rem 0px 1rem; }
.twitter-nav-btn { width: 50px; height: 50px; border: 3px solid var(--text); border-radius: 50%; background: var(--bg); color: var(--text); font-size: 1.5rem; cursor: pointer; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); display: flex; align-items: center; justify-content: center; box-shadow: 4px 4px 0 var(--accent),6px 6px 0 rgba(127,169,112,.3); }
.twitter-nav-btn:hover { background: var(--accent); color: var(--bg); transform: translateY(-2px) scale(1.05); box-shadow: 6px 6px 0 var(--text),8px 8px 0 rgba(11,11,11,.3); }
.twitter-nav-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.twitter-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; }
.twitter-dots .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(127, 169, 112, 0.3); cursor: pointer; transition: 0.3s; border: 2px solid transparent; }
.twitter-dots .dot.active { background: var(--accent); border-color: var(--text); transform: scale(1.2); }
.twitter-dots .dot:hover { background: var(--accent); transform: scale(1.1); }
@media (max-width: 768px) {
  .twitter-feed-section { padding: 2rem 1rem; }
  .twitter-title { font-size: 2rem; }
  .twitter-subtitle { font-size: 1rem; margin-bottom: 2rem; }
  .tweet-embed { padding: 0.5rem; }
  .tweet-embed blockquote { max-width: 100% !important; width: 100% !important; }
  .twitter-nav-btn { width: 40px; height: 40px; font-size: 1.2rem; }
}
@media (max-width: 480px) {
  .twitter-title { font-size: 1.8rem; }
  .twitter-nav { gap: 0.5rem; }
  .twitter-nav-btn { width: 35px; height: 35px; font-size: 1rem; }
}
.twitter-slider-container { max-width: 1000px; margin: 0px auto; position: relative; z-index: 1; }
.twitter-swiper { padding: 2rem 0px; overflow: visible; }
.twitter-swiper .swiper-slide { height: auto; display: flex; justify-content: center; align-items: stretch; }
.tweet-embed-container { width: 100%; max-width: 500px; margin: 0px auto; background: var(--bg); border: 3px solid rgb(139, 69, 19); border-radius: 20px; padding: 1.5rem; box-shadow: 8px 8px 0 var(--accent),10px 10px 0 rgba(127,169,112,.3); transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); position: relative; overflow: hidden; }
.tweet-embed-container::before { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(139, 69, 19, 0.02) 8px, rgba(139, 69, 19, 0.02) 16px); z-index: 0; border-radius: 17px; }
.tweet-embed-container > * { position: relative; z-index: 1; }
.tweet-embed-container:hover { transform: translateY(-5px) rotate(1deg); box-shadow: 10px 10px 0 var(--accent),12px 12px 0 rgba(127,169,112,.4); }
.tweet-embed-container .twitter-tweet { margin: 0px !important; border: none !important; box-shadow: none !important; background: transparent !important; }
.tweet-loading { display: flex; align-items: center; justify-content: center; min-height: 200px; color: rgb(139, 69, 19); font-size: 1.1rem; font-weight: 500; }
.tweet-loading::before { content: "🐾"; margin-right: 0.5rem; animation: 2s linear 0s infinite normal none running spin; }
.twitter-nav-next, .twitter-nav-prev { width: 50px !important; height: 50px !important; margin-top: 0px !important; background: var(--bg) !important; border: 3px solid rgb(139, 69, 19) !important; border-radius: 50% !important; color: rgb(139, 69, 19) !important; font-size: 1.2rem !important; font-weight: bold !important; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important; box-shadow: 4px 4px 0 var(--accent),6px 6px 0 rgba(127,169,112,.3) !important; }
.twitter-nav-next:hover, .twitter-nav-prev:hover { background: var(--accent) !important; color: var(--bg) !important; transform: translateY(-2px) scale(1.05) !important; box-shadow: rgb(139, 69, 19) 6px 6px 0px, rgba(139, 69, 19, 0.3) 8px 8px 0px !important; }
.twitter-nav-next.swiper-button-disabled, .twitter-nav-prev.swiper-button-disabled { opacity: 0.5 !important; cursor: not-allowed !important; transform: none !important; }
.twitter-nav-next::after, .twitter-nav-prev::after { font-size: 16px !important; font-weight: bold !important; }
.twitter-pagination { position: relative !important; margin-top: 2rem !important; }
.twitter-pagination .swiper-pagination-bullet { width: 12px !important; height: 12px !important; background: rgba(139, 69, 19, 0.3) !important; border: 2px solid transparent !important; border-radius: 50% !important; opacity: 1 !important; transition: 0.3s !important; margin: 0px 4px !important; }
.twitter-pagination .swiper-pagination-bullet-active { background: var(--accent) !important; border-color: rgb(139, 69, 19) !important; transform: scale(1.3) !important; }
.twitter-pagination .swiper-pagination-bullet:hover { background: var(--accent) !important; transform: scale(1.1) !important; }
.fallback-tweet { background: var(--bg); border: 2px solid rgb(139, 69, 19); border-radius: 15px; padding: 1.5rem; box-shadow: 4px 4px 0 var(--accent),6px 6px 0 rgba(127,169,112,.2); transition: 0.3s; }
.fallback-tweet:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--accent),8px 8px 0 rgba(127,169,112,.3); }
.fallback-tweet .tweet-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.fallback-tweet .tweet-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border: 2px solid rgb(139, 69, 19); background: var(--accent); display: flex; align-items: center; justify-content: center; padding: 0.25rem; }
.fallback-tweet .tweet-avatar img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(28%) sepia(25%) saturate(2878%) hue-rotate(346deg) brightness(88%) contrast(74%); }
.fallback-tweet .tweet-info { flex: 1 1 0%; }
.fallback-tweet .tweet-name { font-weight: 700; color: rgb(139, 69, 19); font-size: 0.95rem; line-height: 1.2; }
.fallback-tweet .tweet-handle { color: rgb(139, 69, 19); font-size: 0.85rem; opacity: 0.8; line-height: 1.2; }
.fallback-tweet .tweet-date { color: rgb(139, 69, 19); font-size: 0.8rem; opacity: 0.7; margin-top: 0.2rem; }
.fallback-tweet .tweet-content { margin-bottom: 1rem; }
.fallback-tweet .tweet-content p { color: rgb(139, 69, 19); font-size: 0.95rem; line-height: 1.5; margin: 0px; }
.fallback-tweet .tweet-footer { display: flex; justify-content: flex-end; }
.fallback-tweet .tweet-link { color: var(--accent); text-decoration: none; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 1rem; border: 2px solid var(--accent); border-radius: 15px; transition: 0.3s; background: transparent; }
.fallback-tweet .tweet-link:hover { background: var(--accent); color: var(--bg); transform: translateY(-1px); box-shadow: rgb(139, 69, 19) 3px 3px 0px, rgba(139, 69, 19, 0.3) 4px 4px 0px; }
@media (max-width: 768px) {
  .twitter-slider-container { padding: 0px 1rem; }
  .tweet-embed-container { max-width: 100%; padding: 1rem; }
  .twitter-nav-next, .twitter-nav-prev { width: 40px !important; height: 40px !important; font-size: 1rem !important; }
  .fallback-tweet { padding: 1rem; }
  .fallback-tweet .tweet-header { gap: 0.5rem; margin-bottom: 0.75rem; }
  .fallback-tweet .tweet-avatar { width: 35px; height: 35px; }
}
@media (max-width: 480px) {
  .twitter-swiper { padding: 1rem 0px; }
  .tweet-embed-container { padding: 0.75rem; }
  .twitter-nav-next, .twitter-nav-prev { width: 35px !important; height: 35px !important; font-size: 0.9rem !important; }
  .twitter-pagination .swiper-pagination-bullet { width: 10px !important; height: 10px !important; }
  .fallback-tweet { padding: 0.75rem; }
  .fallback-tweet .tweet-content p { font-size: 0.9rem; }
  .fallback-tweet .tweet-link { font-size: 0.8rem; padding: 0.3rem 0.8rem; }
}
.team-section { padding: 5rem 2rem; position: relative; overflow: hidden; }
@keyframes sparkle { 
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.3; }
  50% { transform: rotate(10deg) scale(1.1); opacity: 0.6; }
}
.team-section > * { position: relative; z-index: 2; }
.team-section h2 { font-family: Watermelon, sans-serif; font-size: 3.5rem; color: rgb(139, 69, 19); text-align: center; margin-bottom: 3rem; font-weight: 300; text-shadow: rgba(160, 82, 45, 0.4) 2px 2px 0px; animation: 2s ease-in-out 0s infinite normal none running titleBounce; }
@keyframes titleBounce { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}
.team-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; max-width: 1000px; margin: 0px auto; }
.team-member { background: var(--bg); border: 3px solid rgb(139, 69, 19); border-radius: 20px; padding: 1.5rem; text-align: center; transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); box-shadow: 6px 6px 0 var(--accent),8px 8px 0 rgba(127,169,112,.3); position: relative; overflow: hidden; transform: rotate(-1deg); }
.team-member:nth-child(1) { border-color: rgb(139, 69, 19); transform: rotate(-1deg); }
.team-member:nth-child(2) { border-color: rgb(160, 82, 45); transform: rotate(1deg); }
.team-member:nth-child(3) { border-color: rgb(205, 133, 63); transform: rotate(-1deg); }
.team-member:nth-child(4) { border-color: rgb(210, 105, 30); transform: rotate(1deg); }
.team-member:nth-child(5) { border-color: var(--accent); transform: rotate(-1deg); }
.team-member:nth-child(6) { border-color: rgb(184, 134, 11); transform: rotate(1deg); }
.team-member::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(139, 69, 19, 0.08) 0%, transparent 70%); animation: 8s ease-in-out 0s infinite normal none running floatBackground; z-index: 0; }
@keyframes floatBackground { 
  0%, 100% { transform: translate(0px, 0px) rotate(0deg); }
  33% { transform: translate(20px, -20px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}
.team-member > * { position: relative; z-index: 1; }
.team-member:hover { transform: translateY(-10px) rotate(0deg) scale(1.05); box-shadow: 8px 8px 0 var(--accent),10px 10px 0 rgba(127,169,112,.4); border-color: rgb(210, 105, 30); }
.team-member img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin-bottom: 1.2rem; border: none; transition: 0.4s; box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(139, 69, 19) 0px 0px 0px 3px; animation: 4s ease-in-out 0s infinite normal none running profileFloat; }
.team-member:nth-child(1) img { box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(139, 69, 19) 0px 0px 0px 3px; }
.team-member:nth-child(2) img { box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(160, 82, 45) 0px 0px 0px 3px; }
.team-member:nth-child(3) img { box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(205, 133, 63) 0px 0px 0px 3px; }
.team-member:nth-child(4) img { box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(210, 105, 30) 0px 0px 0px 3px; }
.team-member:nth-child(5) img { box-shadow: 0 6px 15px rgba(139,69,19,.3),0 0 0 3px var(--accent); }
.team-member:nth-child(6) img { box-shadow: rgba(139, 69, 19, 0.3) 0px 6px 15px, rgb(184, 134, 11) 0px 0px 0px 3px; }
@keyframes profileFloat { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}
.team-member:hover img { transform: scale(1.1) rotate(5deg); box-shadow: rgba(139, 69, 19, 0.4) 0px 10px 20px, rgb(210, 105, 30) 0px 0px 0px 3px; }
.member-info { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.social-content h3 { font-family: Watermelon, sans-serif; font-size: 1.4rem; color: rgb(139, 69, 19); margin: 0px; font-weight: 300; text-shadow: rgba(160, 82, 45, 0.3) 1px 1px 0px; }
.social-content p { font-size: 0.9rem; color: rgb(139, 69, 19); opacity: 0.8; margin: 0px; font-weight: 500; font-style: italic; }
.team-member .socials { display: flex; gap: 1.5rem; justify-content: center; margin-top: 1.2rem; }
.team-member .socials a { display: inline-block; transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); text-decoration: none; }
.team-member .socials a:hover { transform: translateY(-5px) scale(1.2) rotate(10deg); }
.team-member .socials img { width: 25px; height: 25px; transition: 0.4s; filter: brightness(0) saturate(100%) invert(28%) sepia(25%) saturate(2878%) hue-rotate(346deg) brightness(88%) contrast(74%); }
.team-member .socials a:hover img { transform: scale(1.1); filter: brightness(0) saturate(100%) invert(28%) sepia(25%) saturate(2878%) hue-rotate(346deg) brightness(88%) contrast(74%); }
@media (max-width: 768px) {
  .team-section { padding: 3rem 1rem; }
  .team-section::before { font-size: 1.5rem; top: 1rem; right: 1rem; }
  .team-section h2 { font-size: 2.8rem; margin-bottom: 2.5rem; }
  .team-wrapper { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
  .team-member { padding: 1.5rem; transform: rotate(0deg); }
  .team-member:nth-child(2n) { transform: rotate(0deg); }
  .team-member img { width: 90px; height: 90px; }
  .social-content h3 { font-size: 1.4rem; }
  .social-content p { font-size: 0.9rem; }
  .team-member .socials { gap: 1.5rem; }
  .team-member .socials img { width: 24px; height: 24px; }
}
@media (max-width: 480px) {
  .team-section { padding: 2rem 1rem; }
  .team-section h2 { font-size: 2.2rem; margin-bottom: 2rem; }
  .team-wrapper { grid-template-columns: 1fr; gap: 1.5rem; }
  .team-member { padding: 1.5rem; }
  .team-member img { width: 80px; height: 80px; }
  .social-content h3 { font-size: 1.2rem; }
  .social-content p { font-size: 0.85rem; }
  .team-member .socials { gap: 1.2rem; margin-top: 1rem; }
  .team-member .socials img { width: 22px; height: 22px; }
}
.timeline-progress { padding: 2rem 1rem; max-width: 1200px; margin: 0px auto; position: relative; }
.progress-bar { position: relative; height: 4px; background: rgba(127, 169, 112, 0.2); border-radius: 2px; margin-bottom: 2rem; overflow: hidden; }
.progress-fill { position: absolute; top: 0px; left: 0px; height: 100%; background: linear-gradient(90deg,var(--accent),#95b789); border-radius: 2px; width: 16.66%; transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.phase-indicators { display: flex; justify-content: space-between; align-items: center; position: relative; }
.phase-dot { display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: 0.3s; padding: 0.5rem; border-radius: 1rem; }
.phase-dot:hover { background: rgba(127, 169, 112, 0.1); transform: translateY(-2px); }
.phase-number { width: 40px; height: 40px; border-radius: 50%; background: rgba(127, 169, 112, 0.2); color: var(--text); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; transition: 0.3s; border: 2px solid transparent; }
.phase-dot.active .phase-number { background: var(--accent); color: var(--bg); border-color: var(--accent); box-shadow: rgba(127, 169, 112, 0.2) 0px 0px 0px 4px; }
.phase-label { font-size: 0.75rem; color: var(--text); opacity: 0.7; font-weight: 500; text-align: center; transition: opacity 0.3s; }
.phase-dot.active .phase-label { opacity: 1; color: var(--accent); font-weight: 600; }
.modern-slider { padding: 2rem 1rem; max-width: 1200px; margin: 0px auto; }
.modern-slider .swiper { padding: 2rem 0px; }
.modern-card { position: relative; background: var(--bg); border-radius: 24px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px, rgba(0, 0, 0, 0.05) 0px 1px 3px; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); height: 500px; border: 1px solid rgba(127, 169, 112, 0.1); }
.modern-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px, rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.card-background { position: absolute; inset: 0px; opacity: 0.05; transition: opacity 0.3s; }
.modern-card:hover .card-background { opacity: 0.1; }
.phase-1 .card-background { background: linear-gradient(135deg, rgb(56, 95, 173), rgb(74, 123, 200)); }
.phase-2 .card-background { background: linear-gradient(135deg, rgb(212, 126, 110), rgb(230, 149, 132)); }
.phase-3 .card-background { background: linear-gradient(135deg, rgb(66, 60, 138), rgb(90, 79, 160)); }
.phase-4 .card-background { background: linear-gradient(135deg, rgb(90, 111, 80), rgb(109, 132, 98)); }
.phase-5 .card-background { background: linear-gradient(135deg, rgb(133, 102, 165), rgb(155, 123, 184)); }
.phase-6 .card-background { background: linear-gradient(135deg, rgb(138, 46, 34), rgb(160, 56, 50)); }
.card-content { position: relative; z-index: 2; padding: 2rem; height: 100%; display: flex; flex-direction: column; }
.phase-badge { display: flex; align-items: center; gap: 0.5rem; background: rgba(127, 169, 112, 0.1); padding: 0.5rem 1rem; border-radius: 50px; width: fit-content; margin-bottom: 1.5rem; border: 1px solid rgba(127, 169, 112, 0.2); }
.phase-icon { font-size: 1.2rem; }
.phase-text { font-size: 0.875rem; font-weight: 600; color: var(--accent); }
.card-visual { flex: 1 1 0%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; position: relative; }
.phase-image { max-width: 200px; max-height: 200px; object-fit: contain; transition: transform 0.3s; filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 12px); }
.modern-card:hover .phase-image { transform: scale(1.05) rotate(2deg); }
.card-info { text-align: center; }
.phase-title { font-family: Quicksand, sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 1rem; line-height: 1.3; }
.phase-description { font-size: 0.95rem; line-height: 1.6; color: var(--text); opacity: 0.8; }
.modern-navigation { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 2rem; }
.nav-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--bg); border: 2px solid rgba(127, 169, 112, 0.2); color: var(--text); cursor: pointer; transition: 0.3s; display: flex; align-items: center; justify-content: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; }
.nav-btn:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); transform: translateY(-2px); box-shadow: rgba(127, 169, 112, 0.3) 0px 4px 12px; }
.nav-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.modern-pagination { display: flex; gap: 0.5rem; }
.modern-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background: rgba(127, 169, 112, 0.3); opacity: 1; transition: 0.3s; border-radius: 6px; }
.modern-pagination .swiper-pagination-bullet-active { background: var(--accent); transform: scale(1.2); border-radius: 8px; width: 24px; }
@media (max-width: 768px) {
  .timeline-progress { padding: 1rem; }
  .phase-indicators { flex-wrap: wrap; gap: 1rem; }
  .phase-dot { flex: 1 1 0%; min-width: 80px; }
  .phase-number { width: 32px; height: 32px; font-size: 0.875rem; }
  .phase-label { font-size: 0.7rem; }
  .modern-slider { padding: 1rem; }
  .modern-card { height: 450px; }
  .card-content { padding: 1.5rem; }
  .phase-title { font-size: 1.25rem; }
  .phase-description { font-size: 0.875rem; }
  .phase-image { max-width: 150px; max-height: 150px; }
  .modern-navigation { gap: 1rem; }
  .nav-btn { width: 40px; height: 40px; }
}
@media (max-width: 480px) {
  .phase-indicators { justify-content: center; }
  .phase-dot { min-width: 60px; }
  .modern-card { height: 400px; }
  .card-content { padding: 1rem; }
  .phase-title { font-size: 1.1rem; }
  .phase-image { max-width: 120px; max-height: 120px; }
}
.floating-elements { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: hidden; }
.floating-icon { position: absolute; opacity: 0.15; animation: 6s ease-in-out 0s infinite normal none running float; transition: 0.3s; }
.floating-icon img { width: 40px; height: 40px; object-fit: contain; filter: brightness(1.2) saturate(1.3); }
.floating-icon:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; }
.floating-icon:nth-child(1) img { width: 30px; height: 30px; }
.floating-icon:nth-child(2) { top: 20%; right: 15%; animation-delay: 1s; }
.floating-icon:nth-child(2) img { width: 50px; height: 50px; }
.floating-icon:nth-child(3) { top: 60%; left: 5%; animation-delay: 2s; }
.floating-icon:nth-child(3) img { width: 35px; height: 35px; }
.floating-icon:nth-child(4) { top: 70%; right: 10%; animation-delay: 3s; }
.floating-icon:nth-child(4) img { width: 45px; height: 45px; }
.floating-icon:nth-child(5) { top: 40%; left: 80%; animation-delay: 4s; }
.floating-icon:nth-child(5) img { width: 32px; height: 32px; }
@keyframes float { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(-3deg); }
  75% { transform: translateY(-15px) rotate(2deg); }
}
.modern-card:hover { transform: translateY(-8px) scale(1.02) rotateX(5deg); box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 40px, rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.modern-card:hover .phase-image { transform: scale(1.1) rotate(5deg); }
.modern-card:hover .floating-particles { opacity: 1; }
.floating-particles { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; opacity: 1; transition: opacity 0.3s; }
.particle { position: absolute; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: 4s ease-in-out 0s infinite normal none running particleFloat; opacity: 0.6; }
.particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; background: rgb(255, 107, 107); }
.particle:nth-child(2) { top: 40%; right: 15%; animation-delay: 0.5s; background: rgb(78, 205, 196); }
.particle:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 1s; background: rgb(69, 183, 209); }
.particle:nth-child(4) { bottom: 20%; right: 10%; animation-delay: 1.5s; background: rgb(249, 202, 36); }
.particle:nth-child(5) { top: 60%; left: 50%; animation-delay: 2s; background: rgb(108, 92, 231); }
@keyframes particleFloat { 
  0%, 100% { transform: translateY(0px) translateX(0px) scale(1); opacity: 0.6; }
  25% { transform: translateY(-15px) translateX(10px) scale(1.2); opacity: 0.8; }
  50% { transform: translateY(-25px) translateX(-5px) scale(0.8); opacity: 1; }
  75% { transform: translateY(-10px) translateX(15px) scale(1.1); opacity: 0.7; }
}
.phase-dot { position: relative; }
.phase-dot::before { content: ""; position: absolute; top: 50%; left: 50%; width: 0px; height: 0px; background: radial-gradient(circle, rgba(127, 169, 112, 0.3), transparent); border-radius: 50%; transform: translate(-50%, -50%); transition: 0.3s; z-index: -1; }
.phase-dot:hover::before { width: 80px; height: 80px; }
.phase-dot.active::before { width: 100px; height: 100px; background: radial-gradient(circle, rgba(127, 169, 112, 0.2), transparent); animation: 2s ease-in-out 0s infinite normal none running pulse; }
@keyframes pulse { 
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.3; }
}
.progress-fill { background: linear-gradient(90deg,var(--accent),#95b789,#4ecdc4); box-shadow: rgba(127, 169, 112, 0.5) 0px 0px 10px; position: relative; }
.progress-fill::after { content: ""; position: absolute; top: 0px; right: 0px; width: 20px; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4)); animation: 2s ease-in-out 0s infinite normal none running shimmer; }
@keyframes shimmer { 
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@media (max-width: 768px) {
  .floating-icon img { width: 25px !important; height: 25px !important; }
  .particle { width: 4px; height: 4px; }
  .phase-item:hover .phase-3d-image { transform: rotateY(0deg) rotateX(0deg) translateZ(50px) scale(1.05); }
}
.snap-scroll-container { height: 100vh; overflow-y: scroll; scroll-snap-type: y; scroll-behavior: smooth; padding-top: 0px; }
.phase-item { height: 100vh; display: flex; align-items: center; justify-content: center; scroll-snap-align: start; position: relative; padding: 0px; background: radial-gradient(circle at 20% 80%,rgba(127,169,112,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(127,169,112,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(127,169,112,.05) 0%,transparent 50%),linear-gradient(135deg,var(--bg) 0%,rgba(127,169,112,.02) 100%); overflow: hidden; }
.phase-container { width: 85%; max-width: 1200px; height: 80%; display: flex; align-items: center; justify-content: center; background: rgba(255, 253, 246, 0.05); backdrop-filter: blur(15px); border-radius: 32px; border: 1px solid rgba(127, 169, 112, 0.15); box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset; padding: 2rem; gap: 1rem; position: relative; overflow: hidden; }
.phase-container::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(circle at 30% 30%, rgba(127, 169, 112, 0.08) 0%, transparent 40%), radial-gradient(circle at 70% 70%, rgba(127, 169, 112, 0.06) 0%, transparent 40%); z-index: 0; }
.phase-container > * { position: relative; z-index: 1; }
.phase-item::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 25% 25%, rgba(127, 169, 112, 0.03) 0%, transparent 25%), radial-gradient(circle at 75% 75%, rgba(127, 169, 112, 0.02) 0%, transparent 25%); animation: 20s ease-in-out 0s infinite normal none running backgroundFloat; z-index: 0; }
.phase-item:nth-child(2n) { flex-direction: row-reverse; background: radial-gradient(circle at 80% 80%,rgba(127,169,112,.1) 0%,transparent 50%),radial-gradient(circle at 20% 20%,rgba(127,169,112,.08) 0%,transparent 50%),radial-gradient(circle at 60% 60%,rgba(127,169,112,.05) 0%,transparent 50%),linear-gradient(225deg,var(--bg) 0%,rgba(127,169,112,.02) 100%); }
.phase-item:nth-child(1) { flex-direction: row-reverse; }
@keyframes backgroundFloat { 
  0%, 100% { transform: translate(0px, 0px) rotate(0deg); }
  33% { transform: translate(30px, -30px) rotate(120deg); }
  66% { transform: translate(-20px, 20px) rotate(240deg); }
}
.phase-3d-visual, .phase-content { position: relative; z-index: 1; }
.phase-3d-visual { flex: 0 0 48%; display: flex; justify-content: center; align-items: center; perspective: 1000px; margin: 0px 0.5rem; }
.phase-3d-image { max-width: 450px; max-height: 450px; object-fit: contain; transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); transform-style: preserve-3d; filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 8px 16px); transform: rotateY(-10deg) rotateX(3deg) translateZ(30px); animation: 6s ease-in-out 0s infinite normal none running float3D; }
.phase-item:nth-child(2n) .phase-3d-image { transform: rotateY(10deg) rotateX(3deg) translateZ(30px); }
.phase-3d-image:hover { transform: rotateY(0deg) rotateX(0deg) translateZ(60px) scale(1.05); filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 12px 24px); }
@keyframes float3D { 
  0%, 100% { transform: rotateY(-15deg) rotateX(5deg) translateZ(50px) translateY(0px); }
  50% { transform: rotateY(-15deg) rotateX(5deg) translateZ(50px) translateY(-20px); }
}
.phase-content { flex: 0 0 48%; padding: 2rem; text-align: left; margin: 0px 0.5rem; }
.phase-item:nth-child(2n) .phase-content, .phase-item:nth-child(1) .phase-content { text-align: right; }
.phase-title { font-family: Watermelon, sans-serif; font-size: 3rem; color: var(--text); margin-bottom: 2rem; font-weight: 100; line-height: 1.2; opacity: 1; transform: translateY(30px); animation: 1s ease-out 0.3s 1 normal forwards running slideInUp; }
.phase-description { font-size: 1.1rem; color: var(--text); line-height: 1.8; max-width: 500px; opacity: 1; transform: translateY(30px); animation: 1s ease-out 0.6s 1 normal forwards running slideInUp; }
@keyframes slideInUp { 
  100% { opacity: 1; transform: translateY(0px); }
}
@media (max-width: 1024px) {
  .phase-item { text-align: center; padding: 1rem; gap: 1rem; flex-direction: column !important; }
  .phase-3d-visual, .phase-content { flex: 1 1 auto; margin: 0px; }
  .phase-content { padding: 1rem; text-align: center !important; }
  .phase-3d-image { max-width: 280px; max-height: 280px; }
  .phase-title { font-size: 2.2rem; margin-bottom: 1rem; }
  .phase-description { font-size: 1rem; max-width: 600px; margin: 0px auto; }
}
@media (max-width: 768px) {
  .snap-scroll-container { padding-top: 0px; }
  .phase-item { padding: 1rem; }
  .phase-3d-image { max-width: 250px; max-height: 250px; }
  .phase-title { font-size: 2rem; margin-bottom: 1rem; }
  .phase-description { font-size: 0.9rem; line-height: 1.6; }
  .phase-content { padding: 1rem; }
}
@media (max-width: 480px) {
  .phase-3d-image { max-width: 200px; max-height: 200px; }
  .phase-title { font-size: 1.8rem; }
  .phase-description { font-size: 0.85rem; }
  .hero-about .hero-content h1 span:nth-child(8)::after { content: "\a "; white-space: pre; }
}
@media (max-width: 768px) {
  body { font-size: 14px !important; }
  p { font-size: 14px !important; }
  .content-wrapper p { font-size: 14px !important; }
  .member-info p { font-size: 14px !important; }
  .phase-description { font-size: 14px !important; }
  .retro-phase-description { font-size: 14px !important; }
  .hero-subtitle { font-size: 14px !important; }
  .playbook-content p { font-size: 14px !important; }
  .modal-description { font-size: 14px !important; }
  .slide-text p { font-size: 14px !important; }
}
.twitter-section { padding: 4rem 2rem; background: var(--bg); }
.twitter-container { max-width: 1200px; margin: 0px auto 3rem; text-align: center; }
.twitter-title { font-family: Watermelon, sans-serif; font-size: 2.5rem; color: var(--text); margin-bottom: 1rem; font-weight: 300; }
.twitter-subtitle { font-size: 1.1rem; color: rgb(139, 69, 19); opacity: 0.9; max-width: 600px; margin: 0px auto; }
.twitter-feed { max-width: 1000px; margin: 0px auto; padding: 2rem; background: var(--bg); border: 3px solid var(--text); border-radius: 20px; box-shadow: 8px 8px 0 var(--accent),10px 10px 0 rgba(127,169,112,.3); }
.loading-message { text-align: center; font-size: 1.2rem; color: rgb(139, 69, 19); padding: 2rem; }
.tweet-item { background: var(--bg); border: 2px solid var(--text); border-radius: 15px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 4px 4px 0 var(--accent),6px 6px 0 rgba(127,169,112,.2); transition: 0.3s; }
.tweet-item:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--accent),8px 8px 0 rgba(127,169,112,.3); }
.tweet-item:last-child { margin-bottom: 0px; }
.tweet-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.tweet-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border: 2px solid var(--text); background: var(--accent); display: flex; align-items: center; justify-content: center; padding: 0.25rem; }
.tweet-avatar img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(6%) sepia(8%) saturate(1204%) hue-rotate(314deg) brightness(95%) contrast(95%); }
.tweet-info { flex: 1 1 0%; }
.tweet-name { font-weight: 700; color: var(--text); font-size: 0.95rem; line-height: 1.2; }
.tweet-handle { color: rgb(139, 69, 19); font-size: 0.85rem; opacity: 0.8; line-height: 1.2; }
.tweet-date { color: rgb(139, 69, 19); font-size: 0.8rem; opacity: 0.7; margin-top: 0.2rem; }
.tweet-content { margin-bottom: 1rem; }
.tweet-content p { color: rgb(139, 69, 19); font-size: 0.95rem; line-height: 1.5; margin: 0px; }
.tweet-footer { display: flex; justify-content: flex-end; }
.tweet-link { color: var(--accent); text-decoration: none; font-size: 0.85rem; font-weight: 600; padding: 0.4rem 1rem; border: 2px solid var(--accent); border-radius: 15px; transition: 0.3s; background: transparent; }
.tweet-link:hover { background: var(--accent); color: var(--bg); transform: translateY(-1px); box-shadow: 3px 3px 0 var(--text),4px 4px 0 rgba(11,11,11,.3); }
.twitter-nav { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; }
.twitter-nav-btn { width: 50px; height: 50px; border: 3px solid var(--text); border-radius: 50%; background: var(--bg); color: var(--text); font-size: 1.5rem; font-weight: bold; cursor: pointer; transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); display: flex; align-items: center; justify-content: center; box-shadow: 4px 4px 0 var(--accent),6px 6px 0 rgba(127,169,112,.3); }
.twitter-nav-btn:hover { background: var(--accent); color: var(--bg); transform: translateY(-2px) rotate(5deg); box-shadow: 6px 6px 0 var(--text),8px 8px 0 rgba(11,11,11,.3); }
.twitter-nav-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.twitter-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.twitter-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(127, 169, 112, 0.3); cursor: pointer; transition: 0.3s; border: 2px solid transparent; }
.twitter-dot.active { background: var(--accent); border-color: var(--text); transform: scale(1.2); }
.twitter-dot:hover { background: var(--accent); transform: scale(1.1); }
@media (max-width: 768px) {
  .twitter-section { padding: 2rem 1rem; }
  .twitter-title { font-size: 2rem; }
  .twitter-subtitle { font-size: 1rem; }
  .twitter-feed { padding: 1.5rem; }
  .tweet-item { padding: 1rem; }
  .twitter-nav-btn { width: 40px; height: 40px; font-size: 1.2rem; }
}
.hero-section { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.hero-section .video-background { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -1; }
.hero-section .video-background video { width: 100%; height: 100%; object-fit: cover; }
@media screen and (max-width: 376px) {
  .mobile-nav-item a span { font-size: 14px; }
  .mobile-bottom-nav { padding: 0.25rem; }
}