._card_18mmh_1 {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  grid-column: span var(--col-desktop, 1);
  grid-row: span var(--row-desktop, 1);
}

._bg_18mmh_13 {
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
._bgZoom_18mmh_23 { transform: scale(1.10); }

._bgMobile_18mmh_25 { display: none; }
@media (max-width: 768px) {
  ._bgDesktop_18mmh_27 { display: none; }
  ._bgMobile_18mmh_25 { display: block; }
}

/* Cursor light flare */
._flare_18mmh_32 {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
._flareOn_18mmh_40 { opacity: 1; }

/* Cinematic vignette */
._vignette_18mmh_43 {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(0,0,0,0.60) 100%);
  pointer-events: none;
}

/* Bottom dark gradient */
._bottomGrad_18mmh_52 {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  z-index: 4;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
  opacity: 0.5;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
._bottomGradOn_18mmh_62 { opacity: 0.85; }

/* Shimmer sweep */
._shimmer_18mmh_65 {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}
._shimmer_18mmh_65::after {
  content: '';
  position: absolute;
  top: -100%; left: -60%;
  width: 40%; height: 300%;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.09) 50%, transparent 70%);
  transform: translateX(-100%);
}
._shimmerOn_18mmh_80::after {
  animation: _shimmerSweep_18mmh_1 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes _shimmerSweep_18mmh_1 {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(350%); }
}

/* Brand content */
._content_18mmh_89 {
  position: relative;
  z-index: 6;
  text-align: center;
  padding: 16px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(0px);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
._contentUp_18mmh_101 { transform: translateY(-6px); }

/* Logo image */
._logo_18mmh_104 {
  max-width: 62%;
  max-height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 4px 18px rgba(0,0,0,0.55));
  transform: scale(1) translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 0.4s ease;
}
._logoOn_18mmh_113 {
  transform: scale(1.08) translateY(-4px);
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.75)) brightness(1.08);
}

/* Brand name text fallback */
._name_18mmh_119 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.8), 0 1px 4px rgba(0,0,0,0.6);
  line-height: 1.1;
  transform: scale(1) translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              letter-spacing 0.4s ease;
}
._nameOn_18mmh_132 {
  transform: scale(1.06) translateY(-3px);
  letter-spacing: 0.12em;
}

/* Instagram button */
._igBtn_18mmh_138 {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  width: 38px;
  height: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  transform: scale(0.88) translateY(5px);
  transition: opacity 0.4s ease,
              transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
._igBtn_18mmh_138 svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
  transition: filter 0.3s ease;
}
._igGlow_18mmh_162 {
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,48,108,0.6) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
._igGlowOn_18mmh_171 { opacity: 1; }
._igOn_18mmh_172 {
  opacity: 1;
  transform: scale(1.02) translateY(0);
}
._igBtn_18mmh_138:hover {
  transform: scale(1.22) translateY(0) !important;
}
._igBtn_18mmh_138:hover svg {
  filter: drop-shadow(0 4px 16px rgba(225,48,108,0.9)) brightness(1.25);
}

/* Inner frame reveal */
._frame_18mmh_184 {
  position: absolute;
  inset: 10px;
  z-index: 7;
  border: 1px solid rgba(255,255,255,0);
  pointer-events: none;
  transition: border-color 0.5s ease, inset 0.5s ease;
}
._frameOn_18mmh_192 {
  border-color: rgba(255,255,255,0.22);
  inset: 14px;
}

/* Ripple */
._ripple_18mmh_198 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  width: 40px; height: 40px;
  pointer-events: none;
  animation: _rippleAnim_18mmh_1 0.7s ease-out forwards;
}
@keyframes _rippleAnim_18mmh_1 {
  from { transform: scale(0); opacity: 0.6; }
  to   { transform: scale(4); opacity: 0; }
}

/* Mobile */
@media (max-width: 768px) {
  ._card_18mmh_1 {
    grid-column: span var(--col-mobile, 1);
    grid-row: span var(--row-mobile, 1);
    height: auto;
  }
  ._igBtn_18mmh_138 {
    opacity: 0.9;
    transform: scale(1) translateY(0);
    width: 32px; height: 32px;
    bottom: 12px; right: 12px;
  }
  ._logo_18mmh_104 { max-height: 70px; }
  ._frame_18mmh_184 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  ._bg_18mmh_13, ._content_18mmh_89, ._logo_18mmh_104, ._name_18mmh_119, ._igBtn_18mmh_138 { transition: none; }
  ._shimmer_18mmh_65::after { animation: none; }
}
._footer_12k8a_1 {
  /* RED — persis seperti design PDF */
  background-color: #E82456;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
}

._inner_12k8a_12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 0 64px;
}

._left_12k8a_21,
._right_12k8a_22 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.85rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  flex: 1;
}

._right_12k8a_22 { text-align: right; }

._logoWrap_12k8a_34 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

._logo_12k8a_34 {
  max-height: 65px;
  max-width: 200px;
  object-fit: contain;
}

/* Fallback: white-bordered text box */
._logoText_12k8a_48 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  border: 4px solid #fff;
  padding: 8px 22px;
  transform: skewX(-4deg);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  ._footer_12k8a_1 { height: 88px; }
  ._inner_12k8a_12 { padding: 0 20px; }
  ._left_12k8a_21, ._right_12k8a_22 { font-size: 0.68rem; letter-spacing: 0.08em; }
  ._logo_12k8a_34 { max-height: 40px; }
  ._logoText_12k8a_48 { font-size: 1rem; padding: 5px 12px; border-width: 3px; }
}
._layout_1qd3j_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  width: 100vw;
  overflow-x: hidden;
}

._main_1qd3j_10 {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

._grid_1qd3j_17 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 4px;
  background-color: #000;
  width: 100vw;
  min-height: 100vh;
}

@media (max-width: 768px) {
  ._grid_1qd3j_17 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    aspect-ratio: auto;
  }
}

._loader_1qd3j_35 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

._spinner_1qd3j_43 {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255,255,255,0.1);
  border-left-color: #fff;
  border-radius: 50%;
  animation: _spin_1qd3j_43 1s linear infinite;
}

@keyframes _spin_1qd3j_43 {
  to { transform: rotate(360deg); }
}
._sidebar_lqlty_1 {
  width: 240px;
  background: #fff;
  border-right: 1px solid #E8EAF0;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
  transition: transform 0.3s ease;
  box-shadow: 1px 0 0 #E8EAF0;
}

/* Brand */
._brand_lqlty_17 {
  padding: 22px 20px 18px;
  border-bottom: 1px solid #E8EAF0;
  display: flex;
  align-items: center;
  gap: 10px;
}

._logo_lqlty_25 {
  max-height: 34px;
  max-width: 130px;
  object-fit: contain;
}

._logoText_lqlty_31 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #CC1F3C;
  letter-spacing: 0.04em;
}

/* Nav */
._nav_lqlty_40 {
  flex: 1;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
}

._navItem_lqlty_49 {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #7B7F96;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  width: 100%;
  cursor: pointer;
  transition: all 0.18s ease;
}

._navItem_lqlty_49:hover {
  background: #F5F6FA;
  color: #1A1D2E;
}

._navActive_lqlty_72 {
  background: rgba(204, 31, 60, 0.07) !important;
  color: #CC1F3C !important;
  font-weight: 600;
}

._navIcon_lqlty_78 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._navIcon_lqlty_78 svg { width: 100%; height: 100%; }

/* Footer link */
._sidebarFooter_lqlty_89 {
  padding: 12px;
  border-top: 1px solid #E8EAF0;
}

._siteLink_lqlty_94 {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 9px;
  color: #7B7F96;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

._siteLink_lqlty_94:hover {
  background: #F5F6FA;
  color: #1A1D2E;
}

/* Mobile */
@media (max-width: 768px) {
  ._sidebar_lqlty_1 {
    transform: translateX(-100%);
    box-shadow: none;
  }
  ._open_lqlty_119 {
    transform: translateX(0);
    box-shadow: 4px 0 24px rgba(0,0,0,0.12);
  }
}
._grid_1dkao_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

._card_1dkao_8 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._card_1dkao_8:hover {
  border-color: #D0D3DF;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}

._icon_1dkao_26 {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._icon_1dkao_26 svg { width: 20px; height: 20px; }

._blue_1dkao_37   { background: rgba(59,130,246,0.10); color: #3B82F6; }
._purple_1dkao_38 { background: rgba(124,58,237,0.10); color: #7C3AED; }
._green_1dkao_39  { background: rgba(34,197,94,0.10);  color: #16A34A; }
._orange_1dkao_40 { background: rgba(245,158,11,0.10); color: #D97706; }

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

._value_1dkao_48 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1A1D2E;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

._label_1dkao_57 {
  font-size: 0.73rem;
  color: #9396A5;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (max-width: 1100px) {
  ._grid_1dkao_1 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  ._grid_1dkao_1 { grid-template-columns: 1fr; }
}
._card_1e1ln_1 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._header_1e1ln_9 {
  margin-bottom: 16px;
}

._title_1e1ln_13 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1D2E;
  letter-spacing: -0.01em;
}

._chartWrap_1e1ln_20 {
  height: 240px;
}

._skeleton_1e1ln_24 {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F6FA 25%, #ECEEF5 50%, #F5F6FA 75%);
  background-size: 200% 100%;
  animation: _shimmer_1e1ln_1 1.5s infinite;
  border-radius: 8px;
}

@keyframes _shimmer_1e1ln_1 {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
._title_1k9jq_1 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1A1D2E;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

._chartCard_1k9jq_9 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._chartHeader_1k9jq_18 { margin-bottom: 16px; }

._chartTitle_1k9jq_20 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1D2E;
  letter-spacing: -0.01em;
}

._chartWrap_1k9jq_27 { height: 300px; }

._skeleton_1k9jq_29 {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F6FA 25%, #ECEEF5 50%, #F5F6FA 75%);
  background-size: 200% 100%;
  animation: _shimmer_1k9jq_1 1.5s infinite;
  border-radius: 8px;
}

@keyframes _shimmer_1k9jq_1 {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

._empty_1k9jq_43 {
  color: #9396A5;
  text-align: center;
  padding: 60px;
  font-size: 0.875rem;
}

._tableCard_1k9jq_50 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._table_1k9jq_50 {
  width: 100%;
  border-collapse: collapse;
}

._table_1k9jq_50 th {
  padding: 12px 20px;
  text-align: left;
  font-size: 0.70rem;
  font-weight: 700;
  color: #9396A5;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: #FAFBFD;
  border-bottom: 1.5px solid #E8EAF0;
}

._table_1k9jq_50 td {
  padding: 12px 20px;
  border-bottom: 1px solid #F0F1F7;
  color: #1A1D2E;
  font-size: 0.875rem;
}

._table_1k9jq_50 tbody tr:last-child td { border-bottom: none; }
._table_1k9jq_50 tbody tr:hover td { background: #FAFBFD; }

._muted_1k9jq_85 {
  color: #9396A5 !important;
  font-size: 0.82rem;
}

._loadingRow_1k9jq_90 {
  text-align: center;
  padding: 36px !important;
  color: #9396A5;
  font-size: 0.875rem;
}
._title_10jm0_1 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1A1D2E;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

._chartsRow_10jm0_9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

._chartCard_10jm0_16 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._chartHeader_10jm0_24 { margin-bottom: 14px; }

._chartTitle_10jm0_26 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1A1D2E;
}

._chartWrap_10jm0_32 { height: 240px; }

._skeleton_10jm0_34 {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F6FA 25%, #ECEEF5 50%, #F5F6FA 75%);
  background-size: 200% 100%;
  animation: _shimmer_10jm0_1 1.5s infinite;
  border-radius: 50%;
}

@keyframes _shimmer_10jm0_1 {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

._empty_10jm0_48 {
  color: #9396A5;
  text-align: center;
  padding: 40px;
  font-size: 0.875rem;
}

._tableCard_10jm0_55 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

._tableHeader_10jm0_63 {
  padding: 14px 20px;
  border-bottom: 1.5px solid #E8EAF0;
  background: #FAFBFD;
}

._table_10jm0_55 {
  width: 100%;
  border-collapse: collapse;
}

._table_10jm0_55 th {
  padding: 11px 20px;
  text-align: left;
  font-size: 0.70rem;
  font-weight: 700;
  color: #9396A5;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: #FAFBFD;
  border-bottom: 1.5px solid #E8EAF0;
}

._table_10jm0_55 td {
  padding: 11px 20px;
  border-bottom: 1px solid #F0F1F7;
  color: #1A1D2E;
  font-size: 0.875rem;
}

._table_10jm0_55 tbody tr:last-child td { border-bottom: none; }
._table_10jm0_55 tbody tr:hover td { background: #FAFBFD; }
._muted_10jm0_95 { color: #9396A5 !important; }
._link_10jm0_96  { color: #3B82F6; text-decoration: none; font-weight: 500; }
._link_10jm0_96:hover { text-decoration: underline; }

._loadingRow_10jm0_99 {
  text-align: center;
  padding: 36px !important;
  color: #9396A5;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  ._chartsRow_10jm0_9 { grid-template-columns: 1fr; }
}
._title_113ct_1 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1A1D2E;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

._desc_113ct_9 {
  color: #9396A5;
  font-size: 0.85rem;
  margin-bottom: 22px;
}

._grid_113ct_15 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

._card_113ct_21 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

._card_113ct_21:hover {
  border-color: #D0D3DF;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

._cardHeader_113ct_35 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

._dot_113ct_42 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

._name_113ct_49 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #1A1D2E;
}

._slug_113ct_55 {
  font-size: 0.72rem;
  color: #9396A5;
  margin-left: auto;
}

._row_113ct_61 {
  display: flex;
  gap: 8px;
}

._input_113ct_66 {
  flex: 1;
  background: #F5F6FA;
  border: 1.5px solid #E8EAF0;
  border-radius: 8px;
  padding: 9px 12px;
  color: #1A1D2E;
  font-size: 0.83rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: all 0.2s;
}

._input_113ct_66:focus {
  border-color: #CC1F3C;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(204,31,60,0.08);
}

._input_113ct_66::placeholder { color: #C2C5D1; }

._btn_113ct_87 {
  background: #fff;
  border: 1.5px solid #E8EAF0;
  border-radius: 8px;
  padding: 9px 16px;
  color: #1A1D2E;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 72px;
}

._btn_113ct_87:hover:not(:disabled) {
  border-color: #CC1F3C;
  color: #CC1F3C;
  background: rgba(204,31,60,0.04);
}

._btn_113ct_87:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._btnSaved_113ct_112 {
  color: #16A34A !important;
  border-color: rgba(22,163,74,0.3) !important;
  background: rgba(22,163,74,0.06) !important;
}

._feedback_113ct_118 {
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  background: rgba(22,163,74,0.07);
  color: #16A34A;
  border: 1.5px solid rgba(22,163,74,0.2);
}

._feedbackError_113ct_128 {
  background: rgba(204,31,60,0.06);
  color: #CC1F3C;
  border-color: rgba(204,31,60,0.2);
}

@media (max-width: 768px) {
  ._grid_113ct_15 { grid-template-columns: 1fr; }
}
._title_18mwm_1 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #F0F0F2;
  margin-bottom: 6px;
}

._desc_18mwm_8 {
  color: #7A7B85;
  font-size: 0.85rem;
  margin-bottom: 24px;
}

._form_18mwm_14 {
  max-width: 700px;
}

._group_18mwm_18 {
  margin-bottom: 18px;
}

._label_18mwm_22 {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #7A7B85;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

._input_18mwm_32,
._textarea_18mwm_33,
._select_18mwm_34 {
  width: 100%;
  background: #16171A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 10px 14px;
  color: #F0F0F2;
  font-size: 0.875rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: all 0.2s;
  resize: vertical;
}

._input_18mwm_32:focus,
._textarea_18mwm_33:focus,
._select_18mwm_34:focus {
  border-color: #E01B6A;
  background: #1E1F23;
}

._input_18mwm_32::placeholder,
._textarea_18mwm_33::placeholder {
  color: #4B4C55;
}

._charCount_18mwm_60 {
  display: block;
  text-align: right;
  font-size: 0.72rem;
  color: #7A7B85;
  margin-top: 4px;
}

._charOver_18mwm_68 {
  color: #EF4444 !important;
}

._hint_18mwm_72 {
  display: block;
  font-size: 0.72rem;
  color: #7A7B85;
  margin-top: 4px;
}

/* Divider */
._divider_18mwm_80 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 20px;
}

._divider_18mwm_80::before,
._divider_18mwm_80::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.07);
}

._divider_18mwm_80 span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #7A7B85;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* OG Preview */
._previewWrap_18mwm_105 {
  background: #1E1F23;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

._previewLabel_18mwm_113 {
  font-size: 0.72rem;
  color: #7A7B85;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  font-weight: 600;
}

._previewCard_18mwm_122 {
  background: #16171A;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}

._previewImg_18mwm_130 {
  width: 160px;
  min-height: 90px;
  background: #2a2b30 center/cover no-repeat;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  opacity: 0.5;
}

._previewImg_18mwm_130::before {
  content: '🖼';
}

._previewImg_18mwm_130[style*="backgroundImage"]::before {
  content: '';
}

._previewBody_18mwm_150 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  flex: 1;
}

._previewUrl_18mwm_160 {
  font-size: 0.68rem;
  color: #7A7B85;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._previewTitle_18mwm_167 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #F0F0F2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._previewDesc_18mwm_176 {
  font-size: 0.78rem;
  color: #7A7B85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Actions */
._actions_18mwm_186 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

._saveBtn_18mwm_193 {
  background: #E01B6A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s;
}

._saveBtn_18mwm_193:hover:not(:disabled) {
  background: #c4155a;
  transform: translateY(-1px);
}

._saveBtn_18mwm_193:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._statusMsg_18mwm_215 {
  font-size: 0.85rem;
  font-weight: 500;
}

._statusSuccess_18mwm_220 { color: #10B981; }
._statusError_18mwm_221   { color: #EF4444; }
._container_gohj0_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._header_gohj0_7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

._title_gohj0_17 { margin: 0; font-size: 1.5rem; color: #333; }
._desc_gohj0_18 { margin: 5px 0 0; color: #666; font-size: 0.9rem; }
._actions_gohj0_19 { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }

._saveBtn_gohj0_21 {
  background-color: #e50914; color: white; border: none; padding: 10px 20px;
  border-radius: 4px; font-weight: 600; cursor: pointer; transition: background-color 0.2s;
}
._saveBtn_gohj0_21:hover:not(:disabled) { background-color: #b20710; }
._saveBtn_gohj0_21:disabled { opacity: 0.7; cursor: not-allowed; }
._message_gohj0_27 { font-size: 0.85rem; color: #2e7d32; font-weight: 500; }

._content_gohj0_29 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._previewHeader_gohj0_38 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

._sectionTitle_gohj0_46 { margin: 0; font-size: 1.1rem; color: #333; }

._viewToggles_gohj0_48 {
  display: flex;
  background: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}
._viewToggles_gohj0_48 button {
  background: transparent; border: none; padding: 6px 12px;
  cursor: pointer; font-size: 0.85rem; color: #666;
}
._viewToggles_gohj0_48 button._activeView_gohj0_58 { background: #333; color: white; }

._previewWrapper_gohj0_60 {
  background: #111;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

._previewWrapper_gohj0_60._desktop_gohj0_68 { width: 100%; }
._previewWrapper_gohj0_60._mobile_gohj0_69 { width: 100%; background: #222; }

._canvas_gohj0_71 {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  background: #111;
}

._mobile_gohj0_69 ._canvas_gohj0_71 {
  width: 375px;
  margin: 40px auto;
  outline: 10px solid #000;
  border-radius: 40px;
  overflow: hidden;
  height: 812px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  overflow-y: auto;
}

._gridPreview_gohj0_90 {
  display: grid;
  width: 100%;
  gap: 4px;
  background-color: #000;
}

._desktop_gohj0_68 ._gridPreview_gohj0_90 {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(100px, auto);
  min-height: 500px;
}

._mobile_gohj0_69 ._gridPreview_gohj0_90 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}

._previewCard_gohj0_108 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
  cursor: grab;
  transition: opacity 0.2s, background-color 0.3s;
  user-select: none;
  background-size: cover;
  background-position: center;
}

._previewCard_gohj0_108::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); 
  pointer-events: none;
  transition: background 0.2s;
}

._previewCard_gohj0_108:hover::before {
  background: rgba(0,0,0,0.6); 
}

._previewCard_gohj0_108 span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

._mobile_gohj0_69 ._previewCard_gohj0_108 {
  min-height: 100px;
}

._previewCard_gohj0_108:active { cursor: grabbing; }
._previewCard_gohj0_108._dragging_gohj0_148 { opacity: 0.3; }
._previewCard_gohj0_108._dragOver_gohj0_149 {
  outline: 4px dashed #e50914;
  outline-offset: -4px;
  z-index: 10;
}

._resizeHandle_gohj0_155 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  cursor: nwse-resize;
  background: rgba(255,255,255,0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s, background 0.2s;
  z-index: 20;
}

._resizeHandle_gohj0_155::after {
  content: '';
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

._previewCard_gohj0_108:hover ._resizeHandle_gohj0_155 { opacity: 1; }
._resizeHandle_gohj0_155:hover { background: rgba(255,255,255,0.4); border-top-left-radius: 10px; }

._uploadOverlay_gohj0_183 {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
  cursor: pointer;
}

._previewCard_gohj0_108:hover ._uploadOverlay_gohj0_183 {
  opacity: 1;
}

/* Spans */
._span-1_gohj0_204 { grid-column: span 1; }
._span-2_gohj0_205 { grid-column: span 2; }
._span-3_gohj0_206 { grid-column: span 3; }
._span-4_gohj0_207 { grid-column: span 4; }
._layout_e4p20_1 {
  display: flex;
  min-height: 100vh;
  background: #0D0D0F;
}

._overlay_e4p20_7 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 90;
}

._main_e4p20_14 {
  flex: 1;
  margin-left: 220px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header */
._header_e4p20_23 {
  height: 64px;
  background: #16171A;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 50;
}

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

._headerTitle_e4p20_42 {
  font-size: 1rem;
  font-weight: 600;
  color: #F0F0F2;
}

._menuBtn_e4p20_48 {
  background: none;
  border: none;
  color: #7A7B85;
  display: none;
  padding: 6px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

._menuBtn_e4p20_48:hover {
  background: #1E1F23;
  color: #F0F0F2;
}

._headerRight_e4p20_65 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._rangeSelect_e4p20_71 {
  background: #1E1F23;
  border: 1px solid rgba(255,255,255,0.07);
  color: #F0F0F2;
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
}

._rangeSelect_e4p20_71:focus {
  border-color: #E01B6A;
}

._liveIndicator_e4p20_88 {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  animation: _livePulse_e4p20_1 2s infinite;
}

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

/* Content */
._content_e4p20_103 {
  padding: 0;
  flex: 1;
}

._section_e4p20_108 {
  padding: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Mobile */
@media (max-width: 768px) {
  ._main_e4p20_14 {
    margin-left: 0;
  }
  ._menuBtn_e4p20_48 {
    display: flex;
  }
  ._section_e4p20_108 {
    padding: 20px 16px;
  }
}
/* ============================================================
   PLAYMAKER! — Global Styles
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --accent: #E01B6A;
  --font-display: 'Oswald', sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
}

html, body, #root {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background: #111;
  color: #f0f0f2;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; }
