/* 全体 */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  line-height: 1.7;
  background: #fafafa;
  color: #222;
}

/* ヘッダー */
.site-header {
  padding: 20px 16px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffffcc;
  backdrop-filter: blur(6px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header h1 {
  margin: 0;
  font-size: 24px;
}

.site-header p {
  margin: 6px 0 0;
  color: #666;
  font-size: 14px;
}

/* コンテナ */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

/* 語録イントロ */
.intro {
  margin-bottom: 24px;
  font-size: 14px;
  color: #555;
}

/* 検索ボックス */
.search-box {
  margin: 12px 0 20px;
}

.search-box input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
}

/* 語録リスト */
.quote-list {
  margin: 0;
  padding: 0;
}

.quote-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 12px 14px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.quote-term {
  font-weight: 600;
  margin: 0 0 4px;
  font-size: 15px;
}

.quote-body {
  margin: 0;
}

.quote-text {
  margin: 0 0 4px;
  font-size: 14px;
}

.quote-note {
  margin: 0 0 6px;
  font-size: 13px;
  color: #555;
}

.quote-meta {
  margin: 0;
  font-size: 11px;
  color: #888;
}

/* フッター */
.site-footer {
  text-align: center;
  padding: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  color: #777;
}
