@charset "UTF-8";

/* 社会人 003 / LP-B — audience theme */
:root {
  --color-accent:       #245b9b;
  --color-accent-rgb:   36, 91, 155;
  --color-accent-deep:  #153f80;
  --color-accent-deep-rgb: 21, 63, 128;
  --color-cta:          #ec5523;
  --gradient-accent:    linear-gradient(to right, #ec5523, #f39a35);
  --c-button-shadow:    #b84412;
  --color-section-bg:   #eaf7f9;
  --color-card-shadow-rgb: 122, 187, 197;
  --color-chat-shadow-rgb: 155, 211, 220;
  --learn-check-image:  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23245b9b'/><polyline points='7 12.5 10.5 16 17 8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  --buf-step-current-bg: var(--color-accent);
  --buf-step-done-bg:    color-mix(in srgb, var(--color-accent) 30%, #fff);
  --buf-step-done-fg:    var(--color-accent);
  --buf-step-pending-fg: var(--buf-step-current-bg);
}
