/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-bg: #0d0d0d; /** 主背景（page bg） */
  --color-bg-elevated: #141414; /** elevated 表面 / 卡片背景 */
  --color-bg-input: #1a1a1a; /** input 背景 / 較淺表面 */
  --color-bg-strong: #272727; /** 最強表面 / pressed state / 邊框 */
  --color-fg: #ffffff; /** 主要文字 */
  --color-fg-muted: #b3b3b3; /** 次要文字 / gray-300 */
  --color-fg-subtle: #6b6b6b; /** 提示 / label / gray-500 */
  --color-fg-on-accent: #0d0d0d; /** accent 背景上的深色文字 */
  --color-border: #272727; /** 預設邊框 */
  --color-border-strong: #ffffff; /** 強調用白邊 */
  --color-border-faint: #1a1a1a; /** 極淡邊框 */
  --color-accent: #a7f3d0; /** 主 accent — 淡綠（剛從淡紫改來） */
  --color-accent-hover: #d1b8ff; /** accent hover 狀態 */
  --color-accent-press: #aa77fd; /** accent active/press 狀態 */
  --color-accent-soft: #2a0052; /** accent 軟背景（淡紫暗色） */
  --color-accent-ring: rgba(194, 158, 255, 0.32); /** focus ring 半透明紫 */
  --color-status-done: #1efe9d; /** 已完成 — 綠 */
  --color-status-mid: #ecd60e; /** 進行中 — 黃 */
  --color-status-todo: #f0989e; /** 未開始 — 紅 */
  --color-status-none: #6b6b6b; /** 無施作 — 中性灰 */
  --color-feedback-success: #1efe9d; /** 成功訊息 */
  --color-feedback-success-soft: #003924; /** 成功背景 */
  --color-feedback-warning: #ecd60e; /** 警告 */
  --color-feedback-warning-soft: #614e00; /** 警告背景 */
  --color-feedback-danger: #f0989e; /** 錯誤 / 危險 */
  --color-feedback-danger-soft: #63080e; /** 錯誤背景 */
  --color-building-a: #3b82f6; /** A棟 = 藍（戶字母 A-F） */
  --color-building-b: #a855f7; /** B棟 = 紫（戶字母 G+） */
  --shadow-1: 0 1px 0 rgba(0, 0, 0, 0.4); /** 細微下沉 */
  --shadow-2: 0 2px 8px rgba(0, 0, 0, 0.5); /** 浮起卡片 */
  --shadow-3: 0 8px 24px rgba(0, 0, 0, 0.6); /** modal / 大塊浮起 */
  --shadow-inset: inset 0 0 0 1px #272727; /** 內嵌邊框（用 border 變數的 fallback） */
  --radius-input: 0;
  --radius-button: 0;
  --radius-card: 0;
  --radius-pill: 0;
  --spacing-1: 8px; /** xs */
  --spacing-2: 16px; /** sm */
  --spacing-3: 24px; /** md */
  --spacing-4: 40px; /** lg */
  --spacing-5: 64px; /** xl */
  --spacing-6: 96px; /** 2xl */
  --spacing-7: 128px; /** 3xl */
  --font-size-2xs: 11px; /** label / chip */
  --font-size-xs: 12px; /** small */
  --font-size-sm: 13px; /** body small */
  --font-size-base: 15px; /** body */
  --font-size-md: 16px; /** body large */
  --font-size-lg: 19px; /** h3 */
  --font-size-xl: 23px; /** h2 */
  --font-size-2xl: 32px; /** h1 */
  --font-size-3xl: 48px; /** display */
  --layout-header-h: 56px; /** header 高度 */
  --layout-max-w: 980px; /** 內容最大寬度 */
}
