@font-face {
  font-family: 'Roobert Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
  size-adjust: 103%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}

:host {
  /* Brand Colors - from Figma */
  --color-bg-primary: #0a0a0a;
  --color-bg-secondary: #111111;
  --color-bg-card: #171717;
  --color-bg-card-hover: #1c1c1c;
  --color-bg-input: #171717;

  /* Text Colors - Figma neutral-50 / neutral-200 */
  --color-text-primary: #fafafa;
  --color-text-secondary: #e5e5e5;
  --color-text-muted: #a3a3a3;
  --color-text-dim: #656565;

  /* Gradient - Figma: sky-600 -> emerald-400 */
  --gradient-primary: linear-gradient(100deg, rgb(2, 132, 199) 15%, rgb(49, 196, 141) 95%);
  --gradient-hero-bg: radial-gradient(ellipse at 50% 80%, rgba(2, 132, 199, 0.12) 0%, rgba(49, 196, 141, 0.06) 40%, transparent 70%);
  --gradient-cta-bg: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.15) 0%, rgba(2, 132, 199, 0.08) 50%, transparent 100%);
  --gradient-section-divider: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.06) 0%, transparent 70%);

  /* Accent Colors */
  --color-accent-green: #31c48d;
  --color-accent-blue: #0284c7;
  --color-accent-muted: rgba(49, 196, 141, 0.15);

  /* Borders */
  --color-border: #262626;
  --color-border-card: #262626;
  --color-border-input: #656565;

  /* Badge */
  --color-badge-bg: rgba(49, 196, 141, 0.1);
  --color-badge-border: rgba(49, 196, 141, 0.3);
  --color-badge-text: #31c48d;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography */
  --font-display: 'Roobert', 'Roobert Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-size-6xl: 80px;

  /* Shadows */
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.4);

  /* Layout */
  --max-width: 1172px;
  --max-width-narrow: 968px;
  --content-padding: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
:host {
  font-family: var(--font-body);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ─── Section ─── */

.LMhZqtPRrP0DkvvaIWgT {
  position: relative;
  width: 100%;
  padding: var(--space-4xl) 0;
  background-color: var(--color-bg-primary);
}

/* ─── Container ─── */

.WPwJKNf8wCmU_XEzY1RB {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
}

/* ─── Header ─── */

.ZztCYQ2seQJ2fJHW44dA {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin-bottom: var(--space-3xl);
}

.jccH6rjah1Uk4BAzINxm {
  font-family: var(--font-display);
  font-size: 90px;
  font-weight: 500;
  letter-spacing: -2.7px;
  line-height: 1.3;
  background: linear-gradient(78deg, rgb(125, 211, 252) 3%, rgb(2, 132, 199) 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.zEGW6ZFUcamNW79sSg8c {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  color: #e8e8e8;
  line-height: 28px;
  max-width: 802px;
}

.qJ7aLApKbXawXfM_kJuw {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-muted);
  line-height: 26px;
  max-width: 802px;
}

/* ─── Card Grid ─── */

.GSzDwxTOmr_qm7rpoQKN {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ─── Responsive ─── */

@media (max-width: 1200px) {
  .WPwJKNf8wCmU_XEzY1RB {
    padding: 0 var(--content-padding);
  }
}

@media (max-width: 1024px) {
  .WPwJKNf8wCmU_XEzY1RB {
    padding: 0 var(--space-2xl);
  }

  .jccH6rjah1Uk4BAzINxm {
    font-size: var(--font-size-4xl);
    letter-spacing: -1px;
  }
}

@media (max-width: 768px) {
  .LMhZqtPRrP0DkvvaIWgT {
    padding: var(--space-3xl) 0;
  }

  .WPwJKNf8wCmU_XEzY1RB {
    padding: 0 var(--space-md);
  }

  .jccH6rjah1Uk4BAzINxm {
    font-size: 40px;
  }

  .zEGW6ZFUcamNW79sSg8c {
    font-size: var(--font-size-base);
  }
}

.T4exSg_Gik5UlwFgRqdt {
  position: relative;
  border-radius: 24px;
  background: black;
  border: 1px solid #333;
  overflow: hidden;
  padding: 24px 0;
  transition: border-color 0.2s ease;
}

.T4exSg_Gik5UlwFgRqdt:hover,
.T4exSg_Gik5UlwFgRqdt:focus-within {
  border-color: var(--color-border);
}

.WebjyCInI5eP9k6hMrjj {
  position: relative;
  width: 100%;
  height: 223px;
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.WebjyCInI5eP9k6hMrjj img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}

.WebjyCInI5eP9k6hMrjj picture {
  display: contents;
}

.ylepGb417DOdH2YO10DS {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  background: #111;
}

.x3kRchDgm_EhAge8FiNI {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  outline: none;
}

.x3kRchDgm_EhAge8FiNI:focus-visible {
  outline: 2px solid var(--color-accent-green, #49ebae);
  outline-offset: 2px;
}

.G4KR2OpKw9tdeZOeFIXo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  border-radius: 12px;
}

.L_qmB45B9Bux1L7L2lgV {
  opacity: 1;
}

.WebjyCInI5eP9k6hMrjj::after {
  display: none;
}

.XQX7NmaYpMIllkIKxTHT {
  width: 100%;
  height: 100%;
  background: #111;
  border-radius: 12px;
}

.I3FfpdJu9O7F2JfL3XPW {
  padding: 24px 32px 0;
}

.qChEuLvhu27JT5b13PtJ {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
  line-height: 1.3;
  color: #e5e5e5;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.c8D_QwVjlN08Ka2FMq7a {
  font-family: var(--font-body);
  font-size: 14px;
  color: #e5e7eb;
  line-height: 1.5;
}

.f9H4iemY0aLF8oSxHQFK {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 16px;
  background: #333;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-display);
}

@media (max-width: 768px) {
  .T4exSg_Gik5UlwFgRqdt {
    padding: 16px 0;
    border-radius: 20px;
  }

  .I3FfpdJu9O7F2JfL3XPW {
    padding: 16px 20px 0;
  }

  .qChEuLvhu27JT5b13PtJ {
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 6px;
  }

  .c8D_QwVjlN08Ka2FMq7a {
    font-size: 13px;
  }

  .f9H4iemY0aLF8oSxHQFK {
    font-size: 12px;
    padding: 4px 7px;
  }

  .WebjyCInI5eP9k6hMrjj {
    height: 170px;
    padding: 0 16px;
  }
}

/* ─── Grid Container ─── */

.EiFwg_WUzcYeVWaNZRLP {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ─── Row Base ─── */

.czhfiUXJO_7dyWBBnOpx {
  display: grid;
  width: 100%;
}

/* ─── Equal Layouts ─── */

.uGeLa0YmEIK7yXIccVWQ {
  grid-template-columns: repeat(2, 1fr);
}

.m9y2sq9XB4QZphhRqZlt {
  grid-template-columns: repeat(3, 1fr);
}

.Q0GwFdCN07Nbl_IWnenQ {
  grid-template-columns: repeat(4, 1fr);
}

/* ─── Asymmetric Layouts ─── */

.Vgy1WHylkijIZ3xc8Jv0 {
  grid-template-columns: 3fr 2fr;
}

.LFqAEeh3I5NOnLTsgf40 {
  grid-template-columns: 2fr 3fr;
}

/* ─── Hero Layouts ─── */

.qYpQhqt2ZtGD4BBEz0wn {
  grid-template-columns: 2fr 1fr 1fr;
}

.HOtEZAzFyOvIlgcwnRBT {
  grid-template-columns: 1fr 1fr 2fr;
}

/* ─── Stacked Layout ─── */

.Pd2VIpreTPL0l4Fnv8X5 {
  grid-template-columns: 1fr;
}

/* ─── Responsive ─── */

@media (max-width: 1024px) {
  .Q0GwFdCN07Nbl_IWnenQ {
    grid-template-columns: repeat(2, 1fr);
  }

  .qYpQhqt2ZtGD4BBEz0wn,
  .HOtEZAzFyOvIlgcwnRBT {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .uGeLa0YmEIK7yXIccVWQ,
  .m9y2sq9XB4QZphhRqZlt,
  .Q0GwFdCN07Nbl_IWnenQ,
  .Vgy1WHylkijIZ3xc8Jv0,
  .LFqAEeh3I5NOnLTsgf40,
  .qYpQhqt2ZtGD4BBEz0wn,
  .HOtEZAzFyOvIlgcwnRBT {
    grid-template-columns: 1fr;
  }
}

.gMpNLb_FxydVPqwnf8da {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 223px;
  padding: 20px;
  background: #0a0a0a;
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
}

/* ─── 1. Word-by-Word Animation ─── */

.tBr1bbQbz8dcPGPyqtS1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.bvcL27m2tOJLHsu9YRBC {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.02em;
  padding: 2px 6px;
  border-radius: 4px;
  animation: ktwNJ5pn0QM7jcRRSA8R 3.6s ease infinite;
}

@keyframes ktwNJ5pn0QM7jcRRSA8R {
  0%, 12% {
    color: #000;
    background: #facc15;
    transform: scale(1.12);
  }
  20%, 100% {
    color: rgba(255, 255, 255, 0.4);
    background: transparent;
    transform: scale(1);
  }
}

/* ─── 2. Custom Fonts & Colors ─── */

.f4tpf8GT_9fmeWId5xd3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 260px;
}

.nFaGMUcLz2tmRZqil6E8 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mboarh650A69R9Dje66z {
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.2);
}

.pImGfdlcMHXhnYWcGH4R {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.B93tvumFPvt1L8EGA0C6 {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}

/* ─── 3. Keyword Highlighting ─── */

.hAoYAVnPqaRvXH95UicQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.JZ9LgRNClWwg2sa9KrZR {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.Xq_UiK5WbYULsSadgbQb {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.PGlgw9Jqli8O8oIXvM7g {
  background: #faca15;
  color: #000;
  padding: 1px 7px;
  border-radius: 4px;
}

/* ─── 4. Position Control ─── */

.eX7Gwpioek6UKCNSlIp8 {
  position: relative;
  width: 120px;
  height: 160px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.sjNNYqPHuQvJtdsNAn_B {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 4px 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.TF_7voxEuOEG2_NLD7hi {
  top: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
}

.qEh_hdEtcro4OC1A0fHT {
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
}

.aFkyIAES9H2lcZR66qs5 {
  bottom: 10px;
  background: linear-gradient(135deg, #0284c7, #31c48d);
  color: #fff;
  box-shadow: 0 2px 12px rgba(2, 132, 199, 0.3);
}

._eAxIw5r0riqDcVUSAIY {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 16px;
}

.eFARDexd7OKRHwao9Kz0 {
  padding: 5px 14px;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.Hl0Kny35hPGiEFRzDHfY {
  color: #fff;
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.3);
}

/* ─── 5. Emoji Support ─── */

.NzHd6ar75xuMJwt9SxWz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.szUqlp1lWfGl3Lxr4aFp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.UPTxMbvM9_7nGfoLpoHw {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.iqlfTiqTo42OAEn7Uls0 {
  font-size: 18px;
  line-height: 1;
}

.gUGoCgTqOTV9sH5xiGRq {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hc3MFvxsWZHjP89X7VKu {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31c48d;
}

.oHyX8N5iRf1Wfcm_H0nB {
  font-family: var(--font-body);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   Features Section Illustrations
   ═══════════════════════════════════════════ */

/* ─── 6. Accuracy — Words aligned under their waveform segment ─── */

.f1S5RYc13MYJWacPB_nV {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 340px;
}

.QVqt80D7RqokjLhffnvr {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.ubt0GAisKyD8xfy06XFY {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sEwvpHLbmfkvZ6nkwcfi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 36px;
}

.WvEca1llNBC0qpOGLTDV {
  width: 3.5px;
  border-radius: 2px;
  background: rgba(56, 189, 248, 0.35);
  min-height: 4px;
  animation: kCclEH3H6TmiSqYnXkaH 2.4s ease-in-out infinite;
}

.WvEca1llNBC0qpOGLTDV:nth-child(odd) {
  animation-delay: 0.1s;
}

.WvEca1llNBC0qpOGLTDV:nth-child(3n) {
  background: rgba(49, 196, 141, 0.4);
}

@keyframes kCclEH3H6TmiSqYnXkaH {
  0%, 100% { opacity: 0.5; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.2); }
}

.vwpxf2MBn7T0BHwzetdB {
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5px 0 3px;
}

.ubt0GAisKyD8xfy06XFY:last-child .vwpxf2MBn7T0BHwzetdB {
  border-right: none;
}

.KUD1Wb7zDcOX6D48F7DC {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  padding: 1px 4px;
  border-radius: 3px;
}

.n2wGioH7lRVgKmiDACek {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 1px 6px;
  border-radius: 3px;
}

.ipp77DZMZvEUpOMUEYJF {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  margin: 0;
}

.gCoT0pxic1APZtw1ZBr7 {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 8px rgba(250, 204, 21, 0.5);
  animation: TvFNHxDpmTnVmgcuCewn 3.6s linear infinite;
}

@keyframes TvFNHxDpmTnVmgcuCewn {
  0% { left: 0%; }
  100% { left: calc(100% - 8px); }
}

.hT9GM9jcDIKpOqgFZOZc {
  margin-top: 10px;
  padding: 3px 12px;
  border-radius: 20px;
  background: rgba(49, 196, 141, 0.1);
  border: 1px solid rgba(49, 196, 141, 0.2);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  color: #31c48d;
}

/* ─── 7. Text Editing ─── */

.pc1Bh9HiyvGV_pcB0R5T {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
}

.XV6PHgXXCuXWzQnGZa_g,
.bGp8quCF8pumXHeor_mE {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 4px;
}

.bGp8quCF8pumXHeor_mE {
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.15);
}

.wmBj0nSKAV_arbCOFt7H {
  font-family: monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  width: 28px;
}

.WhyKFby4_MSF2uA4c7Wm {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.Vn2mCd7IhsDAjktFB0Tw {
  color: rgba(255, 255, 255, 0.3);
}

.I5o0N_2oGOGZdgAX1XmP {
  display: inline-block;
  width: 1.5px;
  height: 13px;
  background: #38bdf8;
  vertical-align: middle;
  margin-left: 1px;
  animation: ydXkaXauz05MxYLEO4UG 1s step-end infinite;
}

@keyframes ydXkaXauz05MxYLEO4UG {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.Ta3TKzt3mRWJLZU1rHk7 {
  display: flex;
  gap: 6px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.GnBM2vmyc3KmRLlNKmkO {
  padding: 3px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
}

/* ─── 8. Export — Burn-in preview OR subtitle file stack ─── */

.USO7ZutIruxoD0RN8zgQ {
  display: flex;
  align-items: center;
  gap: 14px;
}

.OWZ0iw0fnwldJq6xh6Yr,
.O1XzzCEnHHBxuB_Kjjaw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.OGJid6M3hyefvPoQtkcD {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

.bL14eU8phr7ZmcFgLseW {
  position: relative;
  width: 96px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.gQEZGSd5qwsNh4Ji_DBh {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.N90TjWS4xXXSoqq6Dpe0 {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.FEqnvLEPc7y2g93lxwjk {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nrguSudUOnCdu7HU7WL_ {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 1;
}

.IUQMK60WrnYcZVgM_phA {
  color: rgba(255, 255, 255, 0.7);
}

.U8zgYTuoeRVISBw7LN5X {
  color: #facc15;
}

.hKdTQkc3EQw5qnlnt7rX {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.hgHqOqB1hUFGb_ISWEHk {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.oleDkqBPR8OtYmDtfO84 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 90px;
}

.Adc3ZLef42tLmebehqr4 {
  flex-shrink: 0;
  opacity: 0.5;
}

.R6W2MhE5vCbTt5RZwfXf {
  border-color: rgba(56, 189, 248, 0.2);
}

.R6W2MhE5vCbTt5RZwfXf .Adc3ZLef42tLmebehqr4 {
  color: #38bdf8;
}

.noTLT1BOIcLI34qTIcpc {
  border-color: rgba(168, 85, 247, 0.2);
}

.noTLT1BOIcLI34qTIcpc .Adc3ZLef42tLmebehqr4 {
  color: #a855f7;
}

.hqxECGmVzTIToYScgIAC {
  border-color: rgba(156, 163, 175, 0.2);
}

.hqxECGmVzTIToYScgIAC .Adc3ZLef42tLmebehqr4 {
  color: #9ca3af;
}

.QbCvdd34yqY_sb1eEUTa {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.R6W2MhE5vCbTt5RZwfXf .QbCvdd34yqY_sb1eEUTa {
  color: #38bdf8;
}

.noTLT1BOIcLI34qTIcpc .QbCvdd34yqY_sb1eEUTa {
  color: #a855f7;
}

.hqxECGmVzTIToYScgIAC .QbCvdd34yqY_sb1eEUTa {
  color: #9ca3af;
}

/* ─── 9. Platform Formatting — Bigger screens ─── */

.Ac6kZdrDR_iI9mgKKiBP {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.aOlpZKAsHABKYimQHxL7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.jEUyt3dNPKFCFG410a4c {
  position: relative;
  width: 68px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.twhcb9w9NwM3LpSfKc6n {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.WXDxaenzv67d00dIfhR_ {
  position: relative;
  width: 112px;
  height: 63px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gbWtPJkP31KhxLBc0PrW {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.lHf3k5QgsYP9KFDobmX9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.m_eCk3CK5aBudcLU7EKs {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 1;
}

.htmKQqHBgvmUheLYDMO1 {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.U7AJezPKDmjwfMMzyZQw {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
}

