body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #0b0b0b;
  color: #eee;
  scroll-behavior: smooth;
}
.section {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}
.section.visible {
  opacity: 1;
  transform: translateY(0);
}
.navbar {
  background: #000;
  padding: 20px;
  border-bottom: 1px solid #111;
  position: sticky;
  top: 0;
  z-index: 999;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
}
.hero {
  height: 100vh;
  background: radial-gradient(circle, #1f0030, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-title {
  font-size: 3rem;
}
.highlight {
  color: #ff00aa;
}
.hero-btn {
  background: #00ffe1;
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 20px;
  text-decoration: none;
}
.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #00ffe1;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tab-menu li {
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #00ffe1;
  background: #111;
  color: #00ffe1;
}
.tab-menu li.active {
  background: #00ffe1;
  color: #000;
}
.tab-content {
  display: none;
  background: #151515;
  padding: 20px;
  border-radius: 8px;
}
.tab-content.active {
  display: block;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table td, .spec-table th {
  border: 1px solid #333;
  padding: 10px;
}
.code-block {
  background: #000;
  color: #0f0;
  font-family: monospace;
  padding: 10px;
  margin-bottom: 10px;
}
.terminal-fake {
  background: #000;
  color: #0f0;
  padding: 20px;
  font-family: monospace;
}
.hidden-reveal {
  color: #ff00aa;
  cursor: pointer;
  margin-top: 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
}

/* Sticky nav active state */
#nav.nav-scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Rotate utility for accordion icon */
.rotate-180 {
  transform: rotate(180deg);
}

/* Team photos grayscale effect */
.team-photo {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.team-photo:hover {
  filter: grayscale(0%);
}

/* Social icon hover effect */
.social-icon {
  color: #9CA3AF;
  transition: color 0.3s;
}
.social-icon:hover {
  color: #EC4899;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #0b0b0b;
  color: #eee;
  scroll-behavior: smooth;
}
.section {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}
.section.visible {
  opacity: 1;
  transform: translateY(0);
}
.navbar {
  background: #000;
  padding: 20px;
  border-bottom: 1px solid #111;
  position: sticky;
  top: 0;
  z-index: 999;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
}
.hero {
  height: 100vh;
  background: radial-gradient(circle, #1f0030, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-title {
  font-size: 3rem;
}
.highlight {
  color: #ff00aa;
}
.hero-btn {
  background: #00ffe1;
  color: #000;
  padding: 10px 30px;
  border-radius: 30px;
  margin-top: 20px;
  text-decoration: none;
}
.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #00ffe1;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tab-menu li {
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #00ffe1;
  background: #111;
  color: #00ffe1;
}
.tab-menu li.active {
  background: #00ffe1;
  color: #000;
}
.tab-content {
  display: none;
  background: #151515;
  padding: 20px;
  border-radius: 8px;
}
.tab-content.active {
  display: block;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table td, .spec-table th {
  border: 1px solid #333;
  padding: 10px;
}
.code-block {
  background: #000;
  color: #0f0;
  font-family: monospace;
  padding: 10px;
  margin-bottom: 10px;
}
.terminal-fake {
  background: #000;
  color: #0f0;
  padding: 20px;
  font-family: monospace;
}
.hidden-reveal {
  color: #ff00aa;
  cursor: pointer;
  margin-top: 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
}

/* Sticky nav active state */
#nav.nav-scrolled {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Rotate utility for accordion icon */
.rotate-180 {
  transform: rotate(180deg);
}

/* Team photos grayscale effect */
.team-photo {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.team-photo:hover {
  filter: grayscale(0%);
}

/* Social icon hover effect */
.social-icon {
  color: #9CA3AF;
  transition: color 0.3s;
}
.social-icon:hover {
  color: #EC4899;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #ec4899, #8b5cf6);
  border-radius: 10px;
}

::selection {
  background: #ec4899;
  color: white;
}

.mobile-menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 30px rgba(255, 42, 109, 0.2);
  transform-origin: top;
  z-index: 999;
  transition: all 0.4s ease;
  border-top: 2px solid #ff2a6d;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: 'Oxanium', sans-serif;
}

.menu-links a {
  font-size: 1.25rem;
  color: #f9f9f9;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-left: 3px solid transparent;
  transition: 0.3s ease;
}

.menu-links a:hover {
  color: #ff2a6d;
  border-left: 3px solid #ff2a6d;
  background: rgba(255, 42, 109, 0.1);
  box-shadow: 0 0 15px rgba(255, 42, 109, 0.3);
  transform: translateX(5px);
}

.login-error {
  background: rgba(255, 0, 60, 0.08);
  border: 2px solid #ff073a;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #ff073a;
  font-family: 'Oxanium', sans-serif;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255, 7, 58, 0.4);
  animation: pulseError 1s infinite alternate;
}

.glitch-text {
  text-shadow: 1px 0 red, -1px 0 #ff2a6d;
  animation: glitchFlash 0.6s infinite;
}

@keyframes pulseError {
  0% { box-shadow: 0 0 10px rgba(255, 0, 60, 0.3); }
  100% { box-shadow: 0 0 20px rgba(255, 0, 60, 0.7); }
}

@keyframes glitchFlash {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-1px); }
  40%  { transform: translateX(2px); }
  60%  { transform: translateX(-2px); }
  80%  { transform: translateX(1px); }
  100% { transform: translateX(0); }
}
