/**
 * Generated from Telegram — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #cccccc;
  --brand: #2aabee;
  --on-brand: #ffffff;
  --border: #dadce0;
  --border-strong: #a8b3bd;
  --success: #4fae4e;
  --warning: #f59e0b;
  --danger: #e53935;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f4f5;
  --color-bg-deep: #1c2733;
  --color-bg-chat-light: #e4ebf2;
  --color-bg-chat-dark: #0e1621;
  --color-surface: #ffffff;
  --color-surface-hover: #f4f4f5;
  --color-surface-elevated: #ffffff;
  --color-surface-dark: #1c2733;
  --color-surface-soft: #fafafa;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #222222;
  --color-text-muted: #707579;
  --color-text-soft: #a8b3bd;
  --color-text-faint: #cccccc;
  --color-text-on-brand: #ffffff;
  --color-text-on-light: #000000;
  --color-text-on-dark: #ffffff;
  --color-brand: #2aabee;
  --color-brand-hover: #1c8db8;
  --color-brand-active: #0088cc;
  --color-brand-deep: #0088cc;
  --color-brand-soft: rgba(42,171,238,0.08);
  --color-brand-light: #daf0fa;
  --color-outgoing-bubble-light: #effdde;
  --color-outgoing-bubble-dark: #766ac8;
  --color-incoming-bubble-light: #ffffff;
  --color-incoming-bubble-dark: #182533;
  --color-link: #2aabee;
  --color-link-hover: #1c8db8;
  --color-border: #dadce0;
  --color-border-strong: #a8b3bd;
  --color-border-subtle: #f4f4f5;
  --color-on-brand: #ffffff;
  --color-on-bg: #000000;
  --color-shadow-color: rgba(0,0,0,0.08);
  --color-shadow-elevated: rgba(0,0,0,0.16);
  --color-unread-badge: #4fae4e;
  --color-status-online: #4fae4e;
  --color-status-away: #f59e0b;
  --color-reaction-bg: #daf0fa;
  --color-message-time: #707579;
  --color-reply-quote: #2aabee;
  --color-call-active: #4fae4e;
  --color-message-read: #2aabee;
  --color-success: #4fae4e;
  --color-warning: #f59e0b;
  --color-danger: #e53935;
  --color-info: #2aabee;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.35;
  --display-tracking: -0.5px;

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

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

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