/**
 * Generated from Bluesky — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0c0c0c;
  --text-dim: #0c0c0c;
  --text-faint: #0c0c0c;
  --brand: #0085ff;
  --on-brand: #ffffff;
  --border: #dde1e7;
  --border-strong: #bcc1c9;
  --success: #2bb673;
  --warning: #f9a13e;
  --danger: #e84545;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-warm: #f8f9fa;
  --color-bg-muted: #f1f3f5;
  --color-bg-promo: #e8f4ff;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-hover: #f1f3f5;
  --color-surface-soft: #eef7ff;
  --color-surface-strong: #e8eaee;
  --color-text: #0c0c0c;
  --color-text-strong: #000000;
  --color-text-muted: #5e6772;
  --color-text-soft: #7a838e;
  --color-text-disabled: #a8aebd;
  --color-text-on-brand: #ffffff;
  --color-text-link: #0085ff;
  --color-text-link-hover: #006cd9;
  --color-brand: #0085ff;
  --color-brand-hover: #006cd9;
  --color-brand-active: #0057b3;
  --color-brand-soft: #e8f4ff;
  --color-brand-deep: #0057b3;
  --color-accent-pink: #fb44a3;
  --color-accent-purple: #9a75e9;
  --color-accent-yellow: #f5c518;
  --color-accent-orange: #f9a13e;
  --color-accent-red: #e84545;
  --color-accent-green: #2bb673;
  --color-border: #dde1e7;
  --color-border-soft: #eef0f3;
  --color-border-strong: #bcc1c9;
  --color-border-focus: #0085ff;
  --color-on-brand: #ffffff;
  --color-reply-line: #dde1e7;
  --color-reaction-like: #fb44a3;
  --color-reaction-repost: #9a75e9;
  --color-reaction-reply: #5e6772;
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-modal: rgba(0,0,0,0.20);
  --color-shadow-popover: rgba(0,0,0,0.12);
  --color-success: #2bb673;
  --color-success-soft: #e0f6ec;
  --color-warning: #f9a13e;
  --color-warning-soft: #fff3e0;
  --color-danger: #e84545;
  --color-danger-soft: #fdebeb;
  --color-info: #0085ff;
  --color-info-soft: #e8f4ff;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
