@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;
}

.H2xywepBUTEvNaoY5zS4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  margin-bottom: 48px;
}

.cBv_EWyLlqGIZRODzAMP {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #38bdf8;
}

.SD6oV32rY40NUawypMwx {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
  margin: 0;
}

.ik5G1IhaPAVtyH8vLRjU {
  background: radial-gradient(ellipse at 28% 40%, #38bdf8 0%, #49ebae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.FXp9ze2wSD539ydxHpYU {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e5e5e5;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cBv_EWyLlqGIZRODzAMP {
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .SD6oV32rY40NUawypMwx {
    font-size: 32px;
    line-height: 40px;
  }

  .H2xywepBUTEvNaoY5zS4 {
    margin-bottom: 32px;
  }
}

/* ─── 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 {
  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;
}

.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;
  }
}

/* ─── Card Shell ─── */

.NbKmKpbmzBg8Mp9WT2PQ {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-bg-card);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.NbKmKpbmzBg8Mp9WT2PQ:hover {
  border-color: var(--color-border);
}

.GZCfCOF4z02KQLz82yhh {
  position: relative;
  width: 100%;
  padding: 40px 32px 24px;
  display: flex;
  justify-content: center;
}

.GZCfCOF4z02KQLz82yhh::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 20%, var(--color-bg-primary) 100%);
  pointer-events: none;
}

.j0B4xCXk6eCk8IEvUnuq {
  padding: 24px 32px 32px;
}

.Jm4ITDx_Jxp7diiDA4Jb {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

.X861tVHW1ly3pzM_32Cm {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* ═══════════════════════════════════════
   ILLUSTRATION
   ═══════════════════════════════════════ */

.b3wpba0F_tN9uj5hzFZ0 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 4px 6px;
}

/* ─── Left: sidebar ─── */

.unbGVflfaLSGCZEdb2YM {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 180px;
  flex-shrink: 0;
  padding: 10px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(55, 55, 55, 0.6);
  border-radius: 12px;
}

/* Studio selector */

.aOLTfoMWgLQhXn3_FTkq {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background: rgba(50, 50, 50, 0.5);
  border: 1px solid rgba(82, 82, 82, 0.45);
  border-radius: 8px;
}

.vJguWamiyIt14Jo6lQXo {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 700;
  flex-shrink: 0;
}

.MjKXWNY9atdXE_IxL6jb {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-primary);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lGsKriR2A_Zh0ogTkgw0 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* Dropdown */

.yAY0hsiTomAqg4o2X6tL {
  display: flex;
  flex-direction: column;
  background: rgba(30, 30, 30, 0.9);
  border: 1px solid rgba(70, 70, 70, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.qRdbHwRVWU640FfgkOwG {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.p5rqwUtMJwI9MU4nIjb_ {
  height: 1px;
  background: rgba(82, 82, 82, 0.3);
}

/* Studio group */

.lpHO4bFGYipOLPIDmVbO {
  display: flex;
  flex-direction: column;
  padding: 4px 6px 2px;
}

.lpHO4bFGYipOLPIDmVbO:first-of-type {
  padding-top: 6px;
}

.fQU8HulH4YTpJdUBi8l8 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 5px;
}

.S0H9J6YpueJUuN383v2A {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 7px;
  font-weight: 700;
  flex-shrink: 0;
}

.E2wv8FwkGEh3lKuniWlp {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Folders */

.XLyu83IOY2K8FrnPiEAr {
  display: flex;
  flex-direction: column;
  padding-left: 14px;
  margin-top: 1px;
}

.oXykJYd_8AyG42iYwTV6 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 6px;
}

.SivMrCxiuTUSfgO9rNlP {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 400;
  color: var(--color-text-muted);
  white-space: nowrap;
}

/* Nav items */

.wSphuStIjnx2E0mMjlGc {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 4px;
  border-top: 1px solid rgba(82, 82, 82, 0.2);
}

.UdmwUOJufe2mFSIV94SW {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 4px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-primary);
}

.dAC6YnxzadMfwIYMVZ6q {
  display: inline-flex;
  align-items: center;
  padding: 1px 5px;
  border-radius: var(--radius-full);
  background: #1d4ed8;
  color: white;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  margin-left: auto;
}

/* ─── Right: members panel ─── */

.kw3blWEm9N1IvfRUhjKg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 150px;
  flex-shrink: 0;
  padding: 10px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(55, 55, 55, 0.6);
  border-radius: 12px;
  align-self: flex-start;
  margin-top: 6px;
}

.DjHfE7p1X6mS6JiA6aQe {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  color: var(--color-text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 2px 4px;
}

.sCM13dmCYjZ5VZaiqiw6 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 4px;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.y2U8ZwopoB0PmzhqEnhW {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 7px;
  font-weight: 700;
  flex-shrink: 0;
}

.WxpbaIpue4fa6Bh2Ozfv {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-primary);
  white-space: nowrap;
  flex: 1;
}

.DJIkillkwWaewcVZWNS2 {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ─── Cursors (inside the graphic) ─── */

.OJv1d_OECVU7YpiShZf1 {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 0;
  z-index: 5;
  pointer-events: none;
}

.HXn7mMyx8mMf9FM6n0eB {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}

.IcaNrS3rxH__h7LWBFov {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  margin-top: 4px;
}

.yzLxoJKaHviltDmp2mJQ {
  background: #3c2c2a;
  color: #e8c4bc;
}

.mw8rLVTrM837ER_UvKka {
  background: #1e2f3d;
  color: #a4c8e8;
}

/* Cursor 1: inside members panel, bottom-right area */
.VrQxqIMB2dQajjQdrzF6 {
  bottom: 6px;
  right: 4px;
}

/* Cursor 2: overlapping the dropdown area */
.yY2Xz8I4eOAsddU8ppYd {
  top: 50%;
  left: 42%;
  transform: translateY(-50%);
}

/* ─── Responsive ─── */

@media (max-width: 768px) {
  .unbGVflfaLSGCZEdb2YM {
    width: 160px;
    padding: 8px;
  }

  .kw3blWEm9N1IvfRUhjKg {
    width: 130px;
    padding: 8px;
  }

  .b3wpba0F_tN9uj5hzFZ0 {
    gap: 6px;
    padding: 2px 4px;
    min-height: 170px;
  }
}

@media (max-width: 480px) {
  .kw3blWEm9N1IvfRUhjKg {
    display: none;
  }

  .unbGVflfaLSGCZEdb2YM {
    width: 200px;
  }
}

/* ═══════════════════════════════════════
   Brand Template Illustration
   ═══════════════════════════════════════ */

.OcuaNb1t_Hkml7zMi5W4 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 6px 8px;
}

/* ─── Phone Preview ─── */

.nJKdn77gPxUj808o5ZxS {
  position: relative;
  width: 130px;
  height: 208px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 2px solid rgba(56, 189, 248, 0.45);
  background: #111;
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(56, 189, 248, 0.08),
    0 4px 24px rgba(0, 0, 0, 0.4);
}

.ESBFJ45VNFUiiDxO_Fh0 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.k6v6Jz_t9qgAZ35l88Sa {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    hsl(220, 14%, 18%) 0%,
    hsl(215, 12%, 14%) 40%,
    hsl(210, 10%, 10%) 100%
  );
}

.gU_erfJe22XBBS8jq95K {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 35% 30%, rgba(56, 189, 248, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 70% 65%, rgba(49, 196, 141, 0.04) 0%, transparent 50%);
}

/* Logo watermark */

.nAt3C3xVBIoU9PM5ILR8 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.EzfMfFSsE3eC7Rhqoncl {
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Caption */

.mJ2XqogytlJGvv3KB0pG {
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.35;
}

.QuAC8IpBbMTT3BLR00BA {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.lcJ8kM_DPvsTJO3Omja9 {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: #fbbf24;
  padding: 1px 4px;
  border-radius: 2px;
}

/* Subscribe */

.b6aOEiy_GcssrbOkaZq5 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.lUSiXju4vs8R0Y5U4nND {
  width: 10px;
  height: 7px;
  border-radius: 1px;
  background: #ef4444;
}

.lseTmBQgb14qI0CDX5W5 {
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
}

/* ─── Config Panel ─── */

.DeuUXakrPBPtW9TluA3k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 150px;
  flex-shrink: 0;
  padding: 12px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(55, 55, 55, 0.6);
  border-radius: 12px;
  align-self: center;
}

.ilWknGV7QnWckj9s9sRH {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-primary);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.3);
}

.JoLKnZuonsM43xG1uHs8 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gjA3lU2Mq0ADsGTSXlan {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid rgba(82, 82, 82, 0.35);
  border-radius: 8px;
  transition: border-color 0.15s ease;
}

.gjA3lU2Mq0ADsGTSXlan:hover {
  border-color: rgba(82, 82, 82, 0.6);
}

.nK5bTWaps_4maTZeHn3D {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* Color swatches */

.dJLg33ZbtGCeMhuIhOO4 {
  display: flex;
  gap: 5px;
  padding-top: 4px;
  justify-content: center;
}

.wlQ8JxaofmAfJ7cXN_Pj {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.wlQ8JxaofmAfJ7cXN_Pj:hover {
  transform: scale(1.15);
}

/* ─── Responsive ─── */

@media (max-width: 768px) {
  .nJKdn77gPxUj808o5ZxS {
    width: 110px;
    height: 180px;
  }

  .DeuUXakrPBPtW9TluA3k {
    width: 135px;
    padding: 10px;
  }

  .OcuaNb1t_Hkml7zMi5W4 {
    gap: 8px;
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .OcuaNb1t_Hkml7zMi5W4 {
    min-height: 160px;
  }

  .DeuUXakrPBPtW9TluA3k {
    width: 130px;
  }

  .nJKdn77gPxUj808o5ZxS {
    width: 100px;
    height: 165px;
  }

  .QuAC8IpBbMTT3BLR00BA,
  .lcJ8kM_DPvsTJO3Omja9 {
    font-size: 9px;
  }
}

.YT54YUO0I2njv5FePJdC {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--space-3xl);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  justify-self: center;
  align-self: center;
  width: 100%;
  justify-content: center;
  transition: gap 0.2s ease, opacity 0.2s ease;
}

.YT54YUO0I2njv5FePJdC:hover {
  gap: 10px;
  opacity: 0.85;
}

.YT54YUO0I2njv5FePJdC svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.YT54YUO0I2njv5FePJdC:hover svg {
  transform: translateX(2px);
}

