/* DateFlo Dashboard Design Tokens */
:root {
  /* Primary */
  --rose: #e05780;
  --rose-deep: #c0406a;
  --rose-light: #ff6b9d;
  --gold: #f9ca24;
  --gold-dark: #d4a810;

  /* Backgrounds */
  --bg-dark: #1a0a10;
  --bg-mid: #2d1320;
  --bg-card: rgba(255,255,255,.04);

  /* Text */
  --text: #fff;
  --text-soft: rgba(255,255,255,.7);
  --text-muted: rgba(255,255,255,.45);

  /* Glass */
  --glass: rgba(255,255,255,.06);
  --glass-border: rgba(255,255,255,.1);

  /* Brand */
  --cupid: #e84393;
  --deep-rose: #8e3a59;

  /* Status */
  --status-requested: #f9ca24;
  --status-progress: #74b9ff;
  --status-delivered: #00b894;
  --status-archived: rgba(255,255,255,.3);

  /* Spacing */
  --sidebar-width: 260px;
  --topbar-height: 64px;

  /* Radius */
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-pill: 50px;

  /* Liquid Glass */
  --lg-blur: 20px;
  --lg-blur-heavy: 40px;
  --lg-bg: rgba(255,255,255,.05);
  --lg-bg-hover: rgba(255,255,255,.08);
  --lg-border: rgba(255,255,255,.12);
  --lg-border-hover: rgba(255,255,255,.2);
  --lg-highlight: rgba(255,255,255,.15);
  --lg-highlight-soft: rgba(255,255,255,.06);
  --lg-shadow: 0 8px 32px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.2);
  --lg-shadow-elevated: 0 16px 48px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.25);
  --lg-inset: inset 0 1px 0 rgba(255,255,255,.1);
  --lg-specular: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.05) 40%, rgba(255,255,255,0) 60%);
  --lg-refraction: linear-gradient(160deg, rgba(224,87,128,.06) 0%, rgba(116,185,255,.04) 50%, rgba(249,202,36,.03) 100%);
}
