/* Lane Inspira — tokens terracota (público + admin) */
:root {
  --radius: 18px;
  --radius-sm: 14px;
  --radius-lg: 22px;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.04);
  --transition: 0.25s ease;

  --bg: #faf9f7;
  --card: #ffffff;
  --text: #2f2c2a;
  --text-soft: #4c4a48;
  --muted: #6f6b68;
  --line: #eee;
  --line-soft: #f0ece9;

  --brand: #b07a6a;
  --brand-hover: #8f5f52;
  --brand-light: #a76b5b;
  --brand-dark: #6a3f36;
  --brand-bg: #f6eeea;
  --brand-border: #eadfda;
  --gradient: linear-gradient(135deg, #b07a6a, #8f5f52, #e7c1b5);

  --input-bg: #faf8f6;
  --input-border: #e7e3df;
  --pill-bg: #f1ece8;
  --tag-bg: #fff2ef;
  --tag-text: #8a4e3e;
  --tag-border: #f0d7d1;

  --store-shopee: #f05a28;
  --store-ml: #2f7df6;
  --store-amz: #111111;

  --font: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --container: 1100px;
}
