﻿:root {
  color-scheme: dark;
  --ink: #f4f1ea;
  --muted: #9da0ad;
  --paper: #080c16;
  --panel: #0f1420;
  --panel-strong: #121825;
  --line: rgba(255, 255, 255, 0.12);
  --soft-line: rgba(255, 255, 255, 0.07);
  --yellow: #f4cc3f;
  --green: #35d184;
  --red: #ff4f63;
  --blue: #80a8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.shell {
  display: grid;
  grid-template-columns: minmax(240px, 25vw) minmax(0, 1fr);
  min-height: 100vh;
}
.profile-panel {
  border-right: 1px solid var(--line);
  min-height: 100vh;
  padding: clamp(22px, 3vw, 44px);
}
.profile-sticky {
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-height: calc(100vh - clamp(44px, 6vw, 88px));
  position: sticky;
  top: clamp(22px, 3vw, 44px);
}
.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 850;
  gap: 10px;
  width: fit-content;
}
.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: var(--paper);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.intro { margin-top: auto; }
.eyebrow {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 16px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
h2 {
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 16px;
}
h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  line-height: 1.04;
  margin-bottom: 10px;
}
.intro p, .content-header p, .app-detail p, .video-placeholder p { color: var(--muted); }
.intro p { font-size: 0.96rem; max-width: 28ch; }
.social-links { border-top: 1px solid var(--line); }
.social-links a, .soon-link {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 34px;
  padding: 6px 0;
}
.social-links a:hover { color: var(--yellow); }
.social-links span { font-size: 0.92rem; font-weight: 780; }
.social-links small { color: var(--muted); font-size: 0.76rem; }
.soon-link { color: rgba(244, 241, 234, 0.5); }
.latest-video { margin-top: auto; }
.section-label {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-label span { font-size: 0.9rem; font-weight: 850; }
.section-label small { color: var(--muted); font-size: 0.76rem; }
.video-frame, .video-placeholder {
  aspect-ratio: 16 / 9;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.video-frame iframe { border: 0; height: 100%; width: 100%; }
.video-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 18px;
  text-align: center;
}
.video-placeholder strong { display: block; margin-bottom: 4px; }
.youtube-mark {
  align-items: center;
  background: #ff0033;
  border-radius: 12px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  width: 68px;
}
.youtube-mark::before {
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  content: "";
  margin-left: 4px;
}

.content-panel {
  padding: clamp(26px, 4vw, 58px);
}
.content-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
  padding-bottom: 28px;
}
.content-header p {
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  max-width: 760px;
}
.apps-stage {
  background:
    linear-gradient(var(--soft-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--soft-line) 1px, transparent 1px),
    radial-gradient(circle at 52% 44%, rgba(244, 204, 63, 0.09), transparent 28%),
    var(--panel);
  background-size: 58px 58px, 58px 58px, auto, auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(230px, 0.82fr) minmax(180px, 0.78fr) minmax(340px, 1.28fr);
  min-height: 540px;
  overflow: hidden;
  padding: clamp(18px, 2vw, 28px);
  position: relative;
}
.list-heading {
  color: var(--muted);
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.apps-list {
  display: grid;
  gap: 12px;
}
.app-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr 16px;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.app-row:hover, .app-row.is-active {
  border-color: rgba(244, 204, 63, 0.72);
  color: var(--ink);
}
.app-row.is-active { background: rgba(244, 204, 63, 0.1); }
.app-row img, .app-icon-fallback {
  border-radius: 12px;
  height: 48px;
  width: 48px;
}
.app-icon-fallback {
  align-items: center;
  background: #161d2c;
  border: 1px solid var(--line);
  display: flex;
  font-weight: 900;
  justify-content: center;
}
.app-row strong { display: block; font-size: 0.98rem; }
.app-logo-badge {
  align-items: center;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,0.28), transparent 28%), #161d2c;
  border: 1px solid var(--line);
  display: flex;
  font-size: 0.9rem;
  font-weight: 950;
  justify-content: center;
  overflow: hidden;
}
.app-row small { color: var(--muted); display: block; font-size: 0.86rem; }
.app-row .arrow { color: var(--yellow); }
.icon-cloud {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 360px;
  position: relative;
}
.float-icon {
  border-radius: 18px;
  box-shadow: var(--shadow);
  position: absolute;
}
.float-icon img, .float-icon .app-icon-fallback { height: 100%; width: 100%; }
.float-icon.main { height: 124px; width: 124px; }
.float-icon.one { height: 78px; left: 62%; top: 22%; transform: rotate(9deg); width: 78px; }
.float-icon.two { bottom: 16%; height: 84px; left: 14%; transform: rotate(-10deg); width: 84px; }
.float-icon.three { bottom: 10%; height: 72px; right: 12%; transform: rotate(5deg); width: 72px; }
.app-detail {
  align-self: center;
  background: rgba(8, 12, 22, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 310px;
  padding: clamp(20px, 2.5vw, 34px);
}
.detail-head {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px 1fr;
  margin-bottom: 24px;
}
.detail-head img, .detail-head .app-icon-fallback {
  border-radius: 16px;
  height: 64px;
  width: 64px;
}
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.detail-tags span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  padding: 7px 12px;
}
.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.store-button {
  align-items: center;
  background: #f6f6f6;
  border-radius: 8px;
  color: #111;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  justify-content: center;
  line-height: 1.05;
  min-height: 54px;
  min-width: 172px;
  padding: 7px 16px;
}
.store-button.is-disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.48);
}
.store-kicker {
  font-size: 0.62rem;
  font-weight: 700;
}
.store-main {
  font-size: 1.05rem;
}
.store-logo {
  font-size: 1.25rem;
  margin-right: 8px;
}
.store-button-row {
  align-items: center;
  display: inline-flex;
}
.updates-section {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 24px;
}
.updates-strip {
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 18px;
}
.shipped-item {
  align-items: center;
  display: flex;
  gap: 12px;
}
.shipped-item img, .shipped-item .app-icon-fallback {
  border-radius: 8px;
  height: 42px;
  width: 42px;
}
.shipped-item small {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shipped-item p { color: var(--muted); margin: 2px 0 0; }
.shipped-item strong { color: var(--ink); }
.updates-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.update-card {
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 180px;
  padding: 22px;
}
.update-card small {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.update-card h3 { font-size: 1.1rem; line-height: 1.2; }
.update-card p { color: var(--muted); }
.update-card a { color: var(--yellow); font-weight: 850; }

@media (max-width: 1180px) {
  .apps-stage { grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr); }
  .icon-cloud { display: none; }
}
@media (max-width: 860px) {
  .shell { grid-template-columns: 1fr; }
  .profile-panel {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: auto;
  }
  .profile-sticky { min-height: auto; position: static; }
  .intro { margin-top: 18px; }
  .apps-stage { grid-template-columns: 1fr; }
  .updates-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .profile-panel, .content-panel { padding: 20px; }
  .app-row { grid-template-columns: 44px 1fr 14px; }
  .app-row img, .app-icon-fallback { height: 44px; width: 44px; }
  .store-buttons { flex-direction: column; }
  .store-button { justify-content: center; width: 100%; }
}


.social-main {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.social-icon {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.icon-x {
  background: #f4f1ea;
  color: #080c16;
}
.icon-instagram {
  background:
    radial-gradient(circle at 32% 28%, #ffd76f 0 10%, transparent 11%),
    linear-gradient(135deg, #6d4cff, #d93d86 48%, #ff9f38);
  position: relative;
}
.icon-instagram::after {
  border: 2px solid #fff;
  border-radius: 7px;
  content: "";
  height: 11px;
  width: 11px;
}
.icon-youtube {
  background: #ff0033;
  position: relative;
}
.icon-youtube::before {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  content: "";
  margin-left: 2px;
}
.icon-facebook {
  background: #1877f2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}
.icon-tiktok {
  background: #070707;
  color: #fff;
  text-shadow: -1px 0 #25f4ee, 1px 0 #fe2c55;
}
.icon-appstore {
  background: #0a84ff;
  color: #fff;
  font-family: Arial, sans-serif;
}
.icon-playstore {
  background: #111827;
  overflow: hidden;
  position: relative;
}
.icon-playstore::before {
  border-bottom: 8px solid transparent;
  border-left: 13px solid #34a853;
  border-top: 8px solid transparent;
  content: "";
  margin-left: 3px;
}
.icon-playstore::after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fbbc04;
  border-top: 5px solid transparent;
  content: "";
  margin-left: -13px;
}
.icon-email {
  background: #f4f1ea;
  color: #080c16;
}
.link-arrow {
  color: var(--yellow) !important;
  font-size: 1.2rem !important;
  font-weight: 900;
}
.store-button {
  min-width: 150px;
}
.store-button-row {
  gap: 9px;
}
.store-logo.apple-logo {
  font-size: 1.45rem;
  line-height: 1;
}
.store-logo.play-logo {
  align-items: center;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 22px;
}
.store-logo.play-logo::before {
  border-bottom: 11px solid transparent;
  border-left: 18px solid currentColor;
  border-top: 11px solid transparent;
  content: "";
}
.store-main {
  display: block;
}

.logo-tile {
  background: #f4f1ea;
  border: 0;
  padding: 5px;
}
.logo-tile img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.soon-link .logo-tile {
  opacity: 0.68;
}
.soon-link .logo-tile:has(img[src*="tiktok"]) {
  background: #111;
}
.store-button {
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  min-width: 168px;
}
.store-button.is-disabled {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
}
.store-button-row img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}
.store-main {
  font-size: 1rem;
  font-weight: 900;
}

@media (max-width: 430px) {
  body {
    overflow-x: hidden;
  }
  .brand {
    max-width: 100%;
  }
  .brand span:last-child {
    overflow-wrap: anywhere;
  }
  h1 {
    font-size: clamp(1.85rem, 12vw, 2.65rem);
  }
  h2 {
    font-size: clamp(2.25rem, 14vw, 3.35rem);
  }
  .content-header p,
  .intro p {
    font-size: 0.94rem;
  }
  .apps-stage {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
  }
  .list-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .app-detail {
    padding: 20px;
  }
  .detail-head {
    grid-template-columns: 52px 1fr;
  }
  .detail-head img,
  .detail-head .app-icon-fallback {
    height: 52px;
    width: 52px;
  }
  .updates-section {
    margin-top: 28px;
  }
  .update-card {
    min-height: auto;
  }
}
.shipped-item {
  color: inherit;
  text-decoration: none;
  width: 100%;
}

.shipped-item > div {
  flex: 1;
}

.shipped-item strong {
  color: var(--ink);
  font-weight: 900;
}

.shipped-arrow {
  color: var(--yellow);
  font-size: 1.35rem;
  font-weight: 900;
  margin-left: auto;
}

.shipped-item:hover strong,
.shipped-item:hover .shipped-arrow {
  color: var(--yellow);
}
