/* ══════════════════════════════════════════════════════
   MelTuc Design Tokens — Single Source of Truth
   Copy of _shared/design_tokens.css
   ══════════════════════════════════════════════════════ */

:root {
    /* Surfaces */
    --bg:           #0d1117;
    --panel:        #1a1f2e;
    --border:       #1e2530;

    /* Text */
    --text:         #ffffff;
    --muted:        #8892a4;

    /* Brand Accents */
    --accent:       #00d4aa;
    --amber:        #f59e0b;

    /* Semantic Colors */
    --danger:       #ef4444;
    --success:      #22c55e;
    --warning:      #fbbf24;
    --info:         #60a5fa;

    /* Disabled / Placeholder */
    --gray-dark:    #6b7280;
    --gray-medium:  #9ca3af;

    /* Spacing & Shape */
    --radius:       4px;
}
