:root {
  --ink: #030405;
  --night: #071019;
  --desk: #12171d;
  --panel: #111b25;
  --cyan: #c7f4ff;
  --blue: #73d9ff;
  --amber: #ffb35c;
  --pink: #f09bad;
  --paper: #f4fbff;
  --muted: #a9bdc9;
  --line: rgba(199, 244, 255, 0.2);
  --warm-line: rgba(255, 179, 92, 0.28);
  --shadow: 0 28px 82px rgba(0, 0, 0, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(199, 244, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(199, 244, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 14% 8%, rgba(255, 179, 92, 0.26), transparent 24rem),
    radial-gradient(circle at 78% 46%, rgba(115, 217, 255, 0.18), transparent 28rem),
    linear-gradient(145deg, #000000 0%, #071019 45%, #101923 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.topbar,
main,
footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 4, 5, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.actions,
footer {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 10px;
  color: var(--cyan);
  font-weight: 950;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ink);
  object-fit: cover;
}

.nav {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a,
.actions a,
.actions button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 14px;
  font-weight: 900;
}

.nav a {
  background: rgba(199, 244, 255, 0.08);
  color: var(--paper);
  font-size: 14px;
}

.banner {
  position: relative;
  margin-top: 18px;
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 179, 92, 0.2), transparent 38%, rgba(115, 217, 255, 0.14)),
    linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.46));
  pointer-events: none;
}

.banner img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.launch-board {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.54fr);
  gap: 18px;
  margin-top: 18px;
  align-items: stretch;
}

.title-panel,
.mascot-panel,
.description-panel,
.vibe-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.title-panel {
  min-width: 0;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(18, 23, 29, 0.96), rgba(3, 4, 5, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 179, 92, 0.06) 19px 20px);
  overflow: hidden;
}

.chip {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  border: 1px solid var(--warm-line);
  border-radius: 7px;
  padding: 8px 12px;
  color: var(--amber);
  font-size: 14px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 100%;
  margin: 0;
  color: var(--paper);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(4rem, 13vw, 9.5rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow:
    0 0 28px rgba(115, 217, 255, 0.34),
    0 0 52px rgba(255, 179, 92, 0.18);
}

.lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

.actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.actions .primary {
  border-color: transparent;
  background: var(--amber);
  color: var(--ink);
}

.actions button {
  background: rgba(199, 244, 255, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.mascot-panel {
  display: grid;
  min-height: 420px;
  place-items: center;
  background:
    radial-gradient(circle at 46% 48%, rgba(199, 244, 255, 0.19), transparent 52%),
    radial-gradient(circle at 40% 22%, rgba(240, 155, 173, 0.2), transparent 16rem),
    linear-gradient(160deg, rgba(17, 27, 37, 0.96), rgba(3, 4, 5, 0.94));
  overflow: hidden;
}

.mascot-panel img {
  width: min(92%, 430px);
  max-height: 390px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(199, 244, 255, 0.4))
    drop-shadow(0 22px 22px rgba(0, 0, 0, 0.42));
}

.description-panel {
  margin-top: 18px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(255, 179, 92, 0.14), rgba(7, 16, 25, 0.86)),
    rgba(17, 27, 37, 0.88);
}

.description-panel span {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
  border-bottom: 3px solid var(--amber);
  color: var(--amber);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.description-panel h2 {
  max-width: 870px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(2rem, 5vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.description-panel p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.vibe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.vibe-grid article {
  min-height: 218px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(199, 244, 255, 0.09), rgba(3, 4, 5, 0.84)),
    linear-gradient(135deg, transparent 0 60%, rgba(255, 179, 92, 0.12) 60% 100%);
}

.vibe-grid span {
  color: var(--amber);
  font-weight: 950;
}

.vibe-grid strong {
  display: block;
  margin-top: 46px;
  color: var(--paper);
  font-size: 1.22rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.vibe-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

footer {
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(3, 4, 5, 0.78);
  color: var(--muted);
  font-weight: 900;
}

@media (max-width: 900px) {
  .launch-board,
  .vibe-grid {
    grid-template-columns: 1fr;
  }

  .vibe-grid article {
    min-height: auto;
  }

  .vibe-grid strong {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: stretch;
  }

  .nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .title-panel,
  .description-panel {
    padding: 20px;
  }

  h1 {
    font-size: clamp(3.1rem, 18vw, 4.8rem);
  }

  .actions a,
  .actions button {
    width: 100%;
    text-align: center;
  }

  .mascot-panel {
    min-height: 330px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
