/* 利用者向け：高コントラスト（黒地・白字）・大きな文字・タップしやすい操作域 */

:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --text: #f5f5f5;
  --muted: #b8b8b8;
  --border: #3a3a3a;
  --focus: #ffffff;
  --accent: #e8e8e8;
  --danger: #ff8a80;
  --ok: #b9f6b0;
  --font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html {
  font-size: 125%;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background: var(--text);
  color: var(--bg);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.skip-link:focus {
  left: 0.5rem;
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.wrap {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

.page-header {
  margin-bottom: 1rem;
}

.page-title {
  margin: 0 0 0.35rem 0;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.greeting {
  margin: 0;
  font-size: 1.15rem;
  color: var(--muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-notice {
  margin: 0 0 1rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  font-size: 1rem;
}

.notice-html-root a {
  color: #9ecbff;
  text-decoration: underline;
}

.status-line {
  margin: 0 0 1rem 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.error-screen {
  padding: 1rem;
  border: 2px solid var(--danger);
  border-radius: 10px;
  background: #1a1010;
  color: var(--danger);
  font-size: 1.1rem;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* 1行目: 支援予定・支援報告・メッセージ / 2行目: イベント・支援依頼・マイガイド / 3行目: プロフィール */
.tab-bar--main-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tab-bar--main-grid .tab-btn {
  flex: none;
  min-width: 0;
}

.tab-btn {
  flex: 1 1 calc(33.333% - 0.5rem);
  min-width: 9rem;
  min-height: 3.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
}

.my-guide-item {
  margin-bottom: 0.8rem;
  padding: 0.9rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: #101010;
}

.my-guide-name {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 700;
}

/* 支援依頼：新規作成 / 依頼済みリスト */
.req-subtab-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.req-subtab-btn {
  flex: 1 1 0;
  min-height: 2.75rem;
  padding: 0.45rem 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
}

.req-subtab-btn--active {
  border-color: var(--accent);
  background: #1a1a1a;
}

.req-sub-panel.hidden {
  display: none !important;
}

.event-preparing-wrap {
  margin: 0.5rem 0 1rem;
  padding: 1rem 1.1rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.event-preparing-message {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.6;
}

.event-sub-panel.hidden {
  display: none !important;
}

.event-category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  overflow: visible;
  margin: 0 0 0.85rem;
  padding-bottom: 0;
}

.event-category-btn {
  flex: 0 0 auto;
  width: auto;
  min-height: 2.5rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.event-category-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.event-category-section {
  margin-bottom: 1.25rem;
  scroll-margin-top: 0.75rem;
}

.event-category-heading {
  margin: 0 0 0.55rem 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--muted);
}

.event-card {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.1rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.event-card__title {
  margin: 0 0 0.45rem 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.45;
}

.event-card__line {
  margin: 0 0 0.35rem 0;
  font-size: 1.05rem;
  line-height: 1.5;
}

.event-card__status {
  display: inline-block;
  margin: 0.35rem 0 0.65rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 6px;
}

.event-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.event-card--expanded {
  border-color: var(--accent);
}

.event-card__expand {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

.event-card__expand-loading {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--muted);
}

.event-card__detail-body {
  margin-bottom: 0.5rem;
}

.event-card__detail-btn {
  flex: 1 1 0;
  min-height: 2.65rem;
  font-size: 1rem;
  font-weight: 700;
}

.req-recruitment-card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.req-recruitment-card-btn {
  flex: 1 1 0;
  min-height: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.user-recruitment-cancel-line {
  margin: 0 0 0.65rem 0;
  line-height: 1.55;
}

.user-recruitment-cancel-ask {
  margin: 0.85rem 0 0 0;
  font-weight: 800;
}

.modal-sheet-actions {
  margin-top: 0.35rem;
}

.modal-sheet-actions--row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* 支援依頼：集合時間（fieldset） */
.fieldset-plain {
  margin: 0 0 1rem 0;
  padding: 0.75rem 0.85rem 0.9rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: #101010;
}

.fieldset-plain legend {
  padding: 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
}

.req-meet-fieldset {
  margin-top: 0.35rem;
}

.req-meet-sub {
  margin-top: 0.65rem;
  padding: 0.65rem 0 0.35rem 0.75rem;
  border-left: 3px solid var(--accent);
}

.time-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem 0.75rem;
  align-items: flex-end;
}

.time-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 0 0 auto;
  min-width: 0;
}

.time-row .time-field .input-large {
  width: auto;
  min-width: 5rem;
  max-width: 6.5rem;
  box-sizing: border-box;
}

.time-row-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--muted);
}

.time-sep {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 0.35rem;
  color: var(--muted);
  flex: 0 0 auto;
}

.field-block--req-date .input-date-compact {
  width: auto;
  max-width: min(100%, 12.5rem);
  box-sizing: border-box;
}

.tab-btn:hover {
  border-color: var(--muted);
}

.tab-btn:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.tab-btn--active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.tab-panel {
  margin-bottom: 1.5rem;
}

.tab-panel:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.empty-hint {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  color: var(--muted);
}

.card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-card {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.1rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.user-card--cancelled {
  opacity: 0.72;
  border-style: dashed;
}

.user-card__line {
  margin: 0 0 0.4rem 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.user-card__line:last-child {
  margin-bottom: 0;
}

.user-card__muted {
  font-size: 1rem;
  font-weight: 500;
  color: var(--muted);
}

.user-card__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.user-card__head-row .user-card__line {
  margin-bottom: 0;
  flex: 1 1 auto;
}

.user-card__pending-badge {
  flex: 0 0 auto;
  color: #ff5252;
  border: 2px solid #ff5252;
  border-radius: 6px;
  padding: 0.2rem 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.report-pending-notice {
  margin: 0 0 1rem 0;
  padding: 0.75rem 0.85rem;
  color: #ff5252;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.55;
  border: 2px solid #ff5252;
  border-radius: 10px;
  background: #1a1010;
}

.month-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.month-label {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
}

.monthly-summary-block {
  margin: 0 0 1rem 0;
  padding: 0.75rem 0.9rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: #101010;
}

.summary-heading {
  margin: 0 0 0.75rem 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.summary-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 1.1rem;
  font-weight: 600;
}

.monthly-summary-service-line {
  line-height: 1.35;
}

.monthly-summary-service-remainder {
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--muted, #aaa);
}

.message-section {
  margin-top: 2rem;
  padding: 1.25rem 1rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.section-heading {
  margin: 0 0 0.5rem 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.hint {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: var(--muted);
}

.field-block {
  margin-bottom: 1rem;
}

.field-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.input-large,
.textarea-large {
  width: 100%;
  padding: 0.65rem 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bg);
  background: var(--text);
  border: 2px solid var(--border);
  border-radius: 8px;
}

.textarea-large {
  min-height: 8rem;
  resize: vertical;
  line-height: 1.45;
}

.input-large:focus-visible,
.textarea-large:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.btn-primary,
.btn-secondary {
  min-height: 3.25rem;
  padding: 0.65rem 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid var(--border);
}

.btn-primary {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.btn-secondary {
  background: var(--surface);
  color: var(--text);
}

.btn-primary:focus-visible,
.btn-secondary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.btn-block {
  width: 100%;
}

.msg-result {
  min-height: 1.25em;
  margin: 0.5rem 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.msg-result.is-error {
  color: var(--danger);
}

.msg-result.is-ok {
  color: var(--ok);
}

.admin-badge {
  display: inline-block;
  margin: 0 0 0.75rem 0;
  padding: 0.35rem 0.65rem;
  border: 2px solid var(--border);
  border-radius: 6px;
  background: #2a1f00;
  color: #ffe082;
  font-size: 0.95rem;
  font-weight: 800;
}

.admin-badge.hidden {
  display: none;
}

.admin-target-user-wrap {
  margin: 0 0 1rem 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
}

.admin-target-user-wrap.hidden {
  display: none;
}

.admin-target-user-label {
  display: block;
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.admin-target-user-wrap select {
  width: 100%;
  margin-top: 0;
}

.admin-target-user-hint {
  margin: 0.5rem 0 0 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.45;
}

.subtab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem 0;
}

.subtab-btn {
  min-height: 2.85rem;
  padding: 0.45rem 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
}

.subtab-btn:hover {
  border-color: var(--muted);
}

.subtab-btn:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.subtab-btn--active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.subtab-panel {
  margin-bottom: 0.5rem;
}

.my-guide-profile-btn {
  width: 100%;
  margin: 0 0 0.65rem 0;
  min-height: 2.75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.profile-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin-top: 0.35rem;
}

.profile-check-grid label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
}

.profile-check-grid input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--text);
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.modal-root.hidden {
  display: none !important;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal-sheet {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 28rem;
  max-height: 88vh;
  overflow-y: auto;
  margin: 0;
  padding: 1rem 1rem 1.15rem;
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}

.modal-sheet-title {
  margin: 0 0 0.65rem 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.modal-root--event {
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.modal-root--guide-choice {
  z-index: 2100;
}

.modal-root--obscured {
  pointer-events: none;
}

.modal-sheet--event {
  width: calc(100% - 0.5rem);
  max-width: none;
  height: calc(100vh - 0.5rem);
  height: calc(100dvh - 0.5rem);
  max-height: calc(100vh - 0.5rem);
  max-height: calc(100dvh - 0.5rem);
  margin: 0;
  padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom, 0px));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.event-detail-modal-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.event-detail-modal-footer {
  flex-shrink: 0;
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.event-detail-modal-footer .event-detail-apply-wrap {
  margin: 0;
}

.event-detail-modal-footer .event-detail-apply-btn,
.event-detail-modal-footer .btn-block {
  min-height: 3rem;
  font-size: 1.05rem;
}

.event-detail-cancel-wrap {
  margin: 0;
}

.event-detail-cancel-btn {
  min-height: 3rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--danger);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.event-detail-cancel-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.event-detail-apply-feedback {
  margin: 0;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 700;
  color: var(--danger);
  background: transparent;
  border: none;
  box-shadow: none;
}

.event-detail-loading {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--muted);
}

.event-detail-meta {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.event-detail-status {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 6px;
}

.event-detail-dl {
  margin: 0;
}

.event-detail-dl dt {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--muted);
}

.event-detail-dl dd {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.event-detail-dl a {
  color: var(--accent);
}

.event-detail-roster {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border: 2px solid var(--border);
  border-radius: 10px;
  background: #101010;
}

.event-detail-roster-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
}

.event-detail-roster ul {
  margin: 0 0 0.65rem;
  padding-left: 1.2rem;
}

.event-detail-roster ul:last-child {
  margin-bottom: 0;
}

.event-card__expand-footer {
  margin-top: 0.5rem;
}

.event-card__close-btn {
  min-height: 2.65rem;
  font-size: 1rem;
  font-weight: 700;
}

.event-detail-apply-wrap {
  margin: 0.75rem 0 0.5rem;
}

.event-detail-apply-btn {
  width: 100%;
  min-height: 3rem;
  font-size: 1.1rem;
  font-weight: 800;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.event-detail-apply-btn--apply {
  color: #fff;
  background: #e53935;
}

.event-detail-apply-btn--done {
  color: #fff;
  background: #2e7d32;
}

.event-detail-apply-btn--waitlist,
.event-detail-apply-btn--closed {
  color: var(--text);
  background: #333;
  cursor: not-allowed;
}

.event-detail-apply-btn:disabled {
  opacity: 0.92;
  cursor: not-allowed;
}

.event-guide-choice-prompt-wrap {
  margin-bottom: 0.65rem;
}

.event-guide-choice-intro {
  margin: 0 0 1rem 0;
  line-height: 1.55;
}

.event-guide-choice-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.event-guide-choice-option {
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  line-height: 1.45;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.event-guide-choice-option--selected,
.event-guide-choice-option--submitting {
  border-color: var(--text);
  background: color-mix(in srgb, var(--text) 18%, var(--surface));
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--text);
}

.event-guide-choice-option--submitting {
  opacity: 1;
  cursor: wait;
}

.event-guide-choice-footer {
  border-top: 1px solid var(--border);
}

.event-guide-choice-feedback:not(.hidden) {
  margin: 0 0 0.75rem 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--text) 10%, var(--surface));
  border: 2px solid var(--text);
}

.event-detail-apply-feedback:not(.hidden) {
  margin-top: 0.85rem;
  font-weight: 700;
  color: var(--text);
}

.event-detail-admin {
  margin: 0 0 1.25rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--bg);
  color: var(--text);
}

.event-detail-admin-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.event-detail-admin-summary {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  color: var(--muted);
}

.event-detail-admin-section {
  margin: 0 0 1rem 0;
}

.event-detail-admin-section-title {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}

.event-detail-admin-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-detail-admin-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.45rem 0;
  line-height: 1.45;
}

.event-detail-admin-list label {
  flex: 1 1 auto;
}

.event-detail-admin-row-actions {
  flex: 0 0 auto;
}

.event-detail-admin-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.event-detail-admin-guide-add {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.event-detail-admin-list--with-guide {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-admin-user-row {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-admin-user-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.event-admin-user-name {
  font-size: 1rem;
  font-weight: 700;
  flex: 1 1 auto;
}

.event-admin-guide-assign-row {
  margin-top: 4px;
}

.event-admin-guide-select {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.95rem;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
}

.modal-sheet-body {
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.recruitment-confirm-body {
  margin-bottom: 0.85rem;
}

.recruitment-confirm-intro {
  margin: 0 0 0.75rem 0;
  font-weight: 700;
}

.recruitment-confirm-sending {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.recruitment-confirm-dl {
  margin: 0 0 1rem 0;
}

.recruitment-confirm-dl dt {
  margin: 0.45rem 0 0.1rem 0;
  font-weight: 700;
}

.recruitment-confirm-dl dd {
  margin: 0 0 0.35rem 0;
  padding: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.recruitment-confirm-note {
  margin: 0 0 0.65rem 0;
  font-size: 1rem;
  line-height: 1.55;
}

.profile-dl {
  margin: 0;
}

.profile-dl dt {
  margin: 0.75rem 0 0.2rem 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--muted);
}

.profile-dl dd {
  margin: 0;
  font-weight: 600;
  white-space: pre-wrap;
}

.profile-dl dt:first-child {
  margin-top: 0;
}

/* ── 支援内容チェックボックス ── */
.req-check-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 14px;
  padding-left: 1rem;
  border-left: 3px solid #666;
}

.req-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.3;
}

.req-check-label input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #1a73e8;
  flex-shrink: 0;
}

.field-label--sub {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 4px;
  display: block;
  margin-bottom: 0.35rem;
}

