
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #1a002d, #000000 70%);
  color: white;
}

.navbar {
  background: #180030;
  padding: 1.2em 2em;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px #a000ff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  color: #ff69f8;
  font-size: 1.8em;
  margin-right: auto;
  text-shadow: 0 0 10px #ff00ff;
}

.section {
  max-width: 960px;
  margin: 2em auto;
  padding: 2em;
  background-color: rgba(255,255,255,0.04);
  border-radius: 15px;
  box-shadow: 0 0 25px #9f00ff;
}

.section h2 {
  color: #ff99ff;
  text-shadow: 0 0 6px #ff00ff;
}

.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}
.gallery img {
  width: 300px;
  border-radius: 12px;
  box-shadow: 0 0 10px #a000ff;
}

.start-screen {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;
}
.start-screen button {
  margin-top: 20px;
  padding: 1em 2em;
  font-size: 1.2em;
  background: #ff00ff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 0 20px #ff00ff;
}
.glitch-text {
  font-size: 3em;
  text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
  animation: glitch 1s infinite alternate;
}
@keyframes glitch {
  0% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(2px, -2px); }
  60% { transform: translate(-1px, 1px); }
  80% { transform: translate(1px, -1px); }
  100% { transform: translate(0); }
}


/* Glitch effects */
@keyframes glitchTop {
  0% { clip-path: inset(0 0 90% 0); transform: translate(-2px, -2px); }
  50% { clip-path: inset(0 0 10% 0); transform: translate(2px, 2px); }
  100% { clip-path: inset(0 0 90% 0); transform: translate(-2px, -2px); }
}
@keyframes glitchBottom {
  0% { clip-path: inset(90% 0 0 0); transform: translate(2px, 2px); }
  50% { clip-path: inset(10% 0 0 0); transform: translate(-2px, -2px); }
  100% { clip-path: inset(90% 0 0 0); transform: translate(2px, 2px); }
}

.glitch-text::before,
.glitch-text::after {
  content: 'tha Supreme';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.glitch-text::before {
  color: #0ff;
  animation: glitchTop 1s infinite linear alternate-reverse;
}
.glitch-text::after {
  color: #f0f;
  animation: glitchBottom 1s infinite linear alternate-reverse;
}
.glitch-text {
  position: relative;
}

/* Animated background */
body {
  background: linear-gradient(-45deg, #1a002d, #32004d, #0d001a, #250025);
  background-size: 400% 400%;
  animation: gradientBG 20s ease infinite;
}
@keyframes gradientBG {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

/* Sections glow effect */
.section {
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Navbar neon glow */
.navbar a {
  color: #ff99ff;
  text-decoration: none;
  transition: 0.3s;
}
.navbar a:hover {
  color: #fff;
  text-shadow: 0 0 10px #ff99ff;
}




.intro-character {
  width: 200px;
  animation: float 3s ease-in-out infinite;
}

.start-screen {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


body {
}

button {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
  font-size: 1.1em;
  background: linear-gradient(90deg, #8f00ff, #ff00ff);
  border: none;
  border-radius: 12px;
  padding: 0.6em 1.6em;
  color: white;
  box-shadow: 0 0 12px #ff00ff;
  transition: 0.3s ease;
}

  transform: scale(1.05);
  box-shadow: 0 0 20px #ff00ff;
}

.section {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0, 0, 0, 0.4);
}

  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.gallery img {
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #d000ff;
}
body { cursor: url("halo_cursor.png") 16 16, auto; }
/* Pulsante entra animato */
.start-screen button {
  margin-top: 20px;
  padding: 1em 2em;
  font-size: 1.2em;
  background: linear-gradient(90deg, #ff00ff, #8f00ff);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  animation: pulse 2s infinite;
  box-shadow: 0 0 12px #ff00ff;
  transition: transform 0.3s ease;
}
.start-screen button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #ff00ff, 0 0 30px #8f00ff;
}

@keyframes pulse {
  0% { box-shadow: 0 0 8px #ff00ff; }
  50% { box-shadow: 0 0 25px #ff00ff; }
  100% { box-shadow: 0 0 8px #ff00ff; }
}

/* Slide fade effect on sections */
.section {
  animation: slideFadeIn 0.8s ease both;
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo-img {
  height: 50px;
  margin-right: auto;
  filter: drop-shadow(0 0 6px #a000ff);
}
