/* ART CNC Machining — theme.css (me-dark adapted) | MESH/5.1 */
:root {
  --bg:           #0a0d14;
  --surface:      #1a1d27;
  --surface-2:    #12151f;
  --border:       #2a2d3a;
  --border-hover: rgba(255,255,255,.12);

  --text:         #f1f5f9;
  --text-muted:   #94a3b8;
  --slate:        #94a3b8;

  --gold:         #dc2626;
  --gold-dim:     rgba(220,38,38,.12);
  --gold-border:  rgba(220,38,38,.35);

  --green:        #4ade80;
  --green-dim:    rgba(74,222,128,.1);
  --blue:         #7dd3fc;
  --red:          #fca5a5;

  --font:         'Inter', system-ui, -apple-system, sans-serif;
  --font-size:    16px;
  --line-height:  1.6;

  --radius:       8px;
  --radius-sm:    5px;
  --radius-lg:    14px;

  --max-width:    1200px;
  --pn-bar-h:     0px;
  --nav-h:        66px;

  --shadow:       0 4px 24px rgba(0,0,0,.4);
  --shadow-sm:    0 2px 8px rgba(0,0,0,.25);

  --t:            .15s ease;
  --t-slow:       .3s ease;

  --scrollbar-w:           4px;
  --scrollbar-thumb:       rgba(148,163,184,.16);
  --scrollbar-thumb-hover: rgba(148,163,184,.32);
}
