:root {
  color-scheme: dark;
  --bg: #090e0b;
  --panel: #101813;
  --line: rgba(225, 242, 232, .12);
  --text: #f1f5f2;
  --muted: #a8b4ac;
  --green: #79dfa5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 50% -20%, rgba(121, 223, 165, .13), transparent 34rem), var(--bg);
  color: var(--text);
}
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
}
.brand svg { width: 30px; height: 30px; flex: none; }
.home-link { color: var(--muted); font-size: .88rem; text-decoration: none; }
.home-link:hover { color: var(--text); }
.intro { padding: 76px 0 44px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.intro > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #c3cdc6;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
}
.summary { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.summary span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .8rem;
}
.summary strong { color: var(--text); }
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 76px;
}
.app-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--accent) 20%, transparent), transparent 46%), linear-gradient(150deg, var(--wash), var(--panel) 72%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}
.app-card::after {
  content: "";
  width: 90px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 24px;
  background: var(--accent);
  border-radius: 0 0 999px 999px;
}
.app-icon {
  width: 72px;
  height: 72px;
  flex: none;
  object-fit: cover;
  border-radius: 19px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .3);
}
.card-copy { flex: 1; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.48rem; line-height: 1.1; }
.card-copy p { margin: 13px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.status {
  flex: none;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.status.live { background: rgba(121, 223, 165, .13); color: #a5edc3; }
.status.web { background: rgba(121, 177, 216, .14); color: #a9d6f3; }
.status.soon { background: rgba(224, 180, 64, .12); color: #ead380; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 11px;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}
.store, .play, .primary-detail { border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .08); }
.store:hover, .play:hover, .primary-detail:hover { background: rgba(255, 255, 255, .14); }
.store { gap: 8px; }
.store-icon { width: 18px; height: 18px; flex: none; }
.apple-icon { fill: #f1f5f2; }
.play { min-width: 110px; color: #08120c; background: var(--accent); border-color: transparent; }
.play:hover { background: color-mix(in srgb, var(--accent) 84%, white); }
.details { color: var(--muted); }
.details:hover { color: var(--text); }
.icon-rumble {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  padding: 14px;
  background: #252044;
}
.icon-rumble i { width: 10px; height: 42px; border-radius: 5px; transform: rotate(7deg); }
.icon-rumble i:nth-child(1) { background: #f43f77; }
.icon-rumble i:nth-child(2) { background: #f2994a; }
.icon-rumble i:nth-child(3) { background: #36b9b2; }
.icon-rumble i:nth-child(4) { background: #8a63ce; }
.icon-rumble b { position: absolute; font-size: 1.5rem; text-shadow: 0 2px 6px #000; }
.icon-draft { display: grid; place-items: center; background: #14251c; font-size: 2.35rem; }
footer {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}
footer nav { display: flex; gap: 18px; }
footer a { text-decoration: none; }
footer a:hover { color: var(--text); }
@media (max-width: 940px) {
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 64px; }
  .home-link { display: none; }
  .intro { padding: 54px 0 32px; }
  .app-grid { grid-template-columns: 1fr; gap: 12px; padding-bottom: 54px; }
  .app-card { min-height: 0; padding: 20px; border-radius: 20px; }
  .app-icon { width: 64px; height: 64px; border-radius: 17px; }
  .card-heading { display: block; }
  .status { display: inline-block; margin-top: 8px; }
  footer { padding: 24px 0; align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
}
@media (prefers-reduced-motion: no-preference) {
  .app-card { transition: transform .18s ease, border-color .18s ease; }
  .app-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); }
}
