.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;
}

.meyasu-page {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.meyasu-panel {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #39afe6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgb(24 32 42 / 8%);
}

.meyasu-page-head {
  min-width: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.meyasu-page-head h1 {
  margin: 0;
  color: #0879c9;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.meyasu-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.meyasu-label {
  color: #31434c;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.meyasu-field select,
.meyasu-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #9ecade;
  border-radius: 8px;
  background: #ffffff;
  color: #231815;
  font: inherit;
}

.meyasu-field select {
  min-height: 42px;
  padding: 7px 12px;
}

.meyasu-field textarea {
  min-height: 164px;
  resize: vertical;
  padding: 10px 12px;
  line-height: 1.45;
}

.meyasu-photo-zone {
  min-height: 86px;
  display: grid;
  gap: 8px;
  place-items: center;
  padding: 12px;
  border: 2px dashed #9ecade;
  border-radius: 8px;
  background: #f5fbfe;
}

.meyasu-photo-zone.is-dragging {
  border-color: #08a9e7;
  background: #e5f7ff;
}

.meyasu-photo-button {
  min-height: 38px;
  padding: 7px 18px;
  border: 1px solid #08a9e7;
  border-radius: 8px;
  background: #08a9e7;
  color: #ffffff;
  font-weight: 900;
}

.meyasu-photo-help {
  color: #4e6068;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.meyasu-photo-list {
  min-width: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meyasu-photo-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid #cdeaf5;
  border-radius: 8px;
  background: #ffffff;
}

.meyasu-photo-list img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
}

.meyasu-photo-list span {
  min-width: 0;
  overflow: hidden;
  color: #31434c;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meyasu-photo-list button {
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid #b9d6e8;
  border-radius: 7px;
  background: #ffffff;
  color: #1d386e;
  font-size: 12px;
  font-weight: 900;
}

.meyasu-status {
  min-height: 20px;
  margin: 0;
  color: #4e6068;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.meyasu-status[data-tone="success"] {
  color: #0f766e;
}

.meyasu-status[data-tone="error"] {
  color: #b42318;
}

.meyasu-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.meyasu-cancel,
.meyasu-submit,
.meyasu-back-link {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.meyasu-cancel,
.meyasu-back-link {
  border: 1px solid #b9d6e8;
  background: #ffffff;
  color: #1d386e;
}

.meyasu-submit {
  border: 1px solid #08a9e7;
  background: #08a9e7;
  color: #ffffff;
}

.meyasu-submit:disabled {
  opacity: 0.62;
}

.meyasu-field select:focus-visible,
.meyasu-field textarea:focus-visible,
.meyasu-photo-zone:focus-visible,
.meyasu-photo-button:focus-visible,
.meyasu-photo-list button:focus-visible,
.meyasu-cancel:focus-visible,
.meyasu-submit:focus-visible,
.meyasu-back-link:focus-visible {
  outline: 3px solid rgb(8 169 231 / 28%);
  outline-offset: 2px;
}

.pc-meyasu-screen {
  width: min(100%, 720px);
}

.pc-information-list {
  display: grid;
  align-content: start;
  gap: 7px;
  margin: 0;
  padding: 10px;
  list-style: none;
}

.pc-information-row {
  min-width: 0;
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 6px;
  align-items: center;
  border: 1px solid #cbd7e6;
  border-radius: 8px;
  background: #f8fbff;
}

.pc-information-row.is-selected {
  border-color: #08a9e7;
  background: #eef9ff;
}

.pc-information-button {
  min-width: 0;
  width: 100%;
  min-height: 40px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  align-content: center;
  align-items: center;
  padding: 7px 4px 7px 10px;
  border: 0;
  background: transparent;
  color: #1d386e;
  text-align: left;
  cursor: pointer;
}

.pc-information-button:focus-visible {
  outline: 2px solid #08a9e7;
  outline-offset: -3px;
}

.pc-information-time {
  min-width: 0;
  color: #0879c9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.pc-information-title {
  min-width: 0;
  overflow: hidden;
  color: #1d386e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-information-new-mark {
  width: 25px;
  height: auto;
  justify-self: center;
}

.pc-information-new-placeholder {
  width: 25px;
  height: 1px;
  justify-self: center;
}

.pc-information-empty {
  min-height: 80px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #5e737c;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 760px) {
  .meyasu-page {
    gap: 8px;
  }

  .meyasu-panel {
    gap: 8px;
    padding: 10px 12px;
    box-shadow: none;
  }

  .meyasu-page-head h1 {
    font-size: 20px;
    line-height: 1.15;
  }

  .meyasu-field {
    gap: 4px;
  }

  .meyasu-label {
    font-size: 13px;
    line-height: 1.15;
  }

  .meyasu-field select {
    min-height: 36px;
    padding: 4px 10px;
    border-radius: 7px;
  }

  .meyasu-field textarea {
    min-height: 112px;
    padding: 7px 10px;
    line-height: 1.3;
    resize: none;
  }

  .meyasu-photo-zone {
    min-height: 58px;
    gap: 3px;
    padding: 7px;
    border-radius: 7px;
  }

  .meyasu-photo-button {
    min-height: 31px;
    padding: 4px 18px;
    border-radius: 7px;
  }

  .meyasu-photo-help {
    font-size: 12px;
    line-height: 1.1;
  }

  .meyasu-status {
    min-height: 14px;
    font-size: 12px;
    line-height: 1.2;
  }

  .meyasu-actions {
    gap: 8px;
  }

  .meyasu-cancel,
  .meyasu-submit,
  .meyasu-back-link {
    min-height: 38px;
    padding: 5px 10px;
  }

  .pc-meyasu-screen {
    width: 100%;
  }
}

@media (max-width: 760px) and (max-height: 740px) {
  .meyasu-panel {
    gap: 7px;
    padding: 8px 11px;
  }

  .meyasu-page-head h1 {
    font-size: 19px;
  }

  .meyasu-field select {
    min-height: 34px;
  }

  .meyasu-field textarea {
    min-height: 92px;
  }

  .meyasu-photo-zone {
    min-height: 50px;
    padding: 6px;
  }

  .meyasu-photo-button {
    min-height: 29px;
    padding-block: 3px;
  }

  .meyasu-cancel,
  .meyasu-submit,
  .meyasu-back-link {
    min-height: 36px;
  }
}
