/* Security Checker — Innored Ink tokens
   Brand: innored.co.kr · Craft: RE:B / Creatiview Suite */
:root {
  /* Background */
  --bg: #F7F7F5;
  --bg-elevated: #FFFFFF;
  --bg-subtle: #EFEFEA;
  --bg-overlay: rgba(17, 17, 17, 0.42);
  --bg-ink: #111111;

  /* Text */
  --text: #111111;
  --text-secondary: #5C5C5C;
  --text-tertiary: #9A9A9A;
  --text-inverse: #FFFFFF;

  /* Brand / Primary = Innored ink */
  --primary: #111111;
  --primary-hover: #000000;
  --primary-soft: #F0F0EE;

  /* Functional accent (not brand) */
  --accent: #0E7490;
  --accent-soft: #E0F2F7;

  /* Brand wordmark only ("INNORED") — not for body text */
  --brand-innored: #DC2626;

  /* Semantic — badges / stripes only, never body text */
  --success: #047857;
  --success-soft: #D1FAE5;
  --warn: #B45309;
  --warn-soft: #FEF3C7;
  --danger: #B91C1C;
  --danger-soft: #FEE2E2;
  --pending: #6B7280;
  --pending-soft: #F3F4F6;

  /* Border */
  --border: #E6E6E1;
  --border-strong: #D0D0CA;
  --border-focus: var(--primary);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-full: 9999px;

  /* Shadow */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.09);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.12);

  /* Type */
  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-brand: "Sora", "Pretendard Variable", Pretendard, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --fs-display: clamp(2.75rem, 6vw, 4rem);
  --fs-title: 1.375rem;
  --fs-heading: 1rem;
  --fs-body: 0.875rem;
  --fs-body-lg: 1.0625rem;
  --fs-caption: 0.78125rem;
  --fs-micro: 0.6875rem;

  --lh-display: 1.1;
  --lh-body: 1.55;
  --lh-lead: 1.8;

  /* Space */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Layout */
  --app-width: 420px;
  --app-height: 720px;
  --shell-max: 1120px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 120ms;
}
