/**
 * Gantomo SNS — 設計トークン（Quiet Editorial）
 */

:root {
  --gs-bg: #f6f5f2;
  --gs-bg-elevated: #fbfaf8;
  --gs-surface: #ffffff;
  --gs-ink: #17191c;
  --gs-ink-muted: #5f676f;
  --gs-ink-light: #9199a1;
  --gs-line: rgba(23, 25, 28, 0.07);
  --gs-line-strong: rgba(23, 25, 28, 0.12);
  --gs-accent: #0c6b64;
  --gs-accent-hover: #0a8a80;
  --gs-accent-deep: #0a4f4a;
  --gs-accent-soft: rgba(12, 107, 100, 0.08);
  --gs-pillar-sns: #0c6b64;
  --gs-pillar-sns-soft: rgba(12, 107, 100, 0.08);
  --gs-pillar-forum: #b45309;
  --gs-pillar-forum-soft: rgba(180, 83, 9, 0.08);
  --gs-pillar-news: #3b3f8c;
  --gs-pillar-news-soft: rgba(59, 63, 140, 0.08);
  --gs-pillar-chat: #0f766e;
  --gs-pillar-chat-soft: rgba(15, 118, 110, 0.08);
  --gs-pillar-experience: #7e3b8c;
  --gs-pillar-experience-soft: rgba(126, 59, 140, 0.08);
  --gs-danger: #c2410c;
  --gs-success: #047857;
  --gs-shadow: 0 1px 0 rgba(23, 25, 28, 0.03);
  --gs-shadow-md: 0 4px 16px rgba(23, 25, 28, 0.045);
  --gs-shadow-lg: 0 16px 40px rgba(23, 25, 28, 0.06);
  --gs-radius: 14px;
  --gs-radius-sm: 10px;
  --gs-radius-pill: 999px;
  --gs-font-sans: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --gs-font-display: "Shippori Mincho", "Noto Serif JP", serif;
  --gs-feed-max: 640px;
  --gs-shell-max: 1120px;
  --gs-rail-w: 280px;
  --gs-header-height: 60px;
  --gs-tabbar-height: 58px;
  --gs-platform-nav-height: 44px;
  --gs-content-pad: 1.5rem;
  --gs-focus-ring: rgba(12, 107, 100, 0.22);
}
