:root{
    --bg: #f8f9fc;
    --text: #0c1220;
    --muted: rgba(12,18,32,.58);
    --line: rgba(0,6,71,.08);
    --accent: #000647;
    --accent2: #005B96;
    --radius: 20px;
    --shadow: 0 8px 32px rgba(2,6,23,.07);
    --max: 1100px;

    /* Fonts (Google Fonts: Zen Kaku Gothic New + Noto Sans JP) */
    --font-display: 'Zen Kaku Gothic New', 'Noto Sans JP', 'Yu Gothic', sans-serif;
    --font-body: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;

    /* Glass morphism */
    --glass-bg: rgba(255, 255, 255, 0.72);
    --glass-blur: blur(8px);
    --header-blur: blur(16px) saturate(1.4);
  }