:root {
    --color-primary: #4fafe0;
    --color-primary-light: #5bc0ec;
    --color-primary-dark: #247fae;
    --color-primary-soft: #eaf6fc;
    --color-background: #f6fafd;
    --color-background-highlight: #ddf3fd;
    --color-background-top: #f9fcfe;
    --color-background-bottom: #eef7fc;
    --color-time-start: #f2fafe;
    --color-time-end: #e6f5fc;
    --color-surface: #ffffff;
    --color-surface-glass: rgb(255 255 255 / 92%);
    --color-surface-glass-border: rgb(255 255 255 / 80%);
    --color-text: #263746;
    --color-text-muted: #6b7c89;
    --color-success: #4caf78;
    --color-warning: #f59e0b;
    --color-danger: #dc2626;
    --color-border: #ddeaf1;
    --color-border-soft: #edf3f6;
    --color-white: #ffffff;
    --color-focus: #135f89;
    --color-primary-focus-ring: rgb(79 175 224 / 14%);
    --color-primary-progress: rgb(79 175 224 / 17%);
    --color-primary-shadow: rgb(79 175 224 / 30%);
    --color-white-highlight: rgb(255 255 255 / 45%);
    --color-white-soft: rgb(255 255 255 / 22%);
    --color-text-shadow: rgb(38 55 70 / 16%);
    --color-success-ring: rgb(76 175 120 / 13%);

    --font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
    --font-size-small: 0.875rem;
    --font-size-body: 1rem;
    --font-size-h3: 1.375rem;
    --font-size-h2: 1.625rem;
    --font-size-h1: 2rem;

    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;

    --radius-button: 0.875rem;
    --radius-input: 0.75rem;
    --radius-card: 1.375rem;
    --radius-dialog: 1.75rem;
    --radius-pill: 999px;

    --shadow-soft: 0 12px 30px rgb(38 55 70 / 8%);
    --shadow-card: 0 18px 45px rgb(38 55 70 / 12%);
    --shadow-primary: 0 10px 20px rgb(79 175 224 / 28%);

    --transition-fast: 150ms ease;
    --content-width: 1120px;
}
