/**
 * Generated from TikTok — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #161823;
  --surface-alt: #161823;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.3);
  --brand: #c6f432;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.12);
  --border-strong: rgba(255,255,255,0.24);
  --success: #25f4ee;
  --warning: #fac802;
  --danger: #fe2c55;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-soft: #121212;
  --color-bg-deep: #000000;
  --color-surface: #161823;
  --color-surface-hover: #1f2030;
  --color-surface-elevated: #252734;
  --color-surface-light: #ffffff;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e6e6e6;
  --color-text-muted: rgba(255,255,255,0.75);
  --color-text-soft: rgba(255,255,255,0.5);
  --color-text-faint: rgba(255,255,255,0.3);
  --color-text-on-brand: #ffffff;
  --color-brand-rose: #fe2c55;
  --color-brand-cyan: #25f4ee;
  --color-brand-rose-hover: #e8254b;
  --color-brand-cyan-hover: #1cd9d3;
  --color-brand-rose-deep: #b71c3a;
  --color-brand-cyan-deep: #0fb8b3;
  --color-brand-rose-soft: rgba(254,44,85,0.12);
  --color-brand-cyan-soft: rgba(37,244,238,0.12);
  --color-link: #25f4ee;
  --color-link-hover: #1cd9d3;
  --color-border: rgba(255,255,255,0.12);
  --color-border-strong: rgba(255,255,255,0.24);
  --color-border-subtle: rgba(255,255,255,0.06);
  --color-on-brand: #ffffff;
  --color-on-cyan: #000000;
  --color-on-bg: #ffffff;
  --color-shadow-color: rgba(0,0,0,0.4);
  --color-shadow-glow-cyan: rgba(37,244,238,0.3);
  --color-shadow-glow-rose: rgba(254,44,85,0.3);
  --color-heart-active: #fe2c55;
  --color-comment-active: #ffffff;
  --color-share-active: #ffffff;
  --color-bookmark-active: #fac802;
  --color-duet-violet: #7d4fff;
  --color-for-you-tab: #ffffff;
  --color-following-tab: rgba(255,255,255,0.5);
  --color-success: #25f4ee;
  --color-warning: #fac802;
  --color-danger: #fe2c55;
  --color-info: #25f4ee;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.45;
  --display-tracking: -2px;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Proxima Nova', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Proxima Nova', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
