:root {
    --cyan: #00d4ff;
    --cyan-dim: #0099cc;
    --cyan-glow: rgba(0, 212, 255, 0.15);
    --cyan-glow-strong: rgba(0, 212, 255, 0.4);
    --bg-deep: #0a0a0f;
    --bg-card: #111118;
    --bg-card-hover: #16161f;
    --bg-surface: #0d0d14;
    --text-primary: #e8e8f0;
    --text-secondary: #8888a0;
    --text-dim: #555570;
    --border: rgba(255, 255, 255, 0.06);
    --border-cyan: rgba(0, 212, 255, 0.2);
    --bg-message-own: rgba(0, 212, 255, 0.08);
    --bg-message-own-border: rgba(0, 212, 255, 0.15);
    --bg-message-other: rgba(255, 255, 255, 0.04);
    --bg-message-other-border: rgba(255, 255, 255, 0.08);
    --error: #ff4466;
    --success: #00cc88;
    --warning: #ffaa00;
    --radius: 14px;
    --radius-sm: 10px;
    --radius-xs: 6px;
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    --transition: all 0.2s ease;
}