.gee-public-sheet,
.gee-tech-panel,
.gee-scanner-wrap {
  max-width: 960px;
  margin: 20px auto;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.gee-tech-panel form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
}

.gee-tech-panel input,
.gee-tech-panel select,
.gee-tech-panel textarea,
.gee-tech-panel button {
  width: 100%;
}

.gee-tech-panel .gee-equipment-search {
  width: 100%;
}

.gee-spare-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gee-spare-option input {
  display: none;
}

.gee-spare-option__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 130px;
  min-height: 96px;
  padding: 8px;
  border: 1px solid #d0d4d9;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.gee-spare-option__card img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.gee-spare-option__name {
  font-size: 12px;
  line-height: 1.3;
}

.gee-spare-option input:checked + .gee-spare-option__card {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
}

.gee-associated-spares {
  padding: 8px;
  border: 1px dashed #d0d4d9;
  border-radius: 8px;
  background: #fff;
  min-height: 48px;
}

.gee-associated-spares-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gee-associated-spare-card {
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gee-associated-spare-card img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.gee-associated-spare-card span {
  font-size: 12px;
  line-height: 1.3;
}

#gee-qr-reader {
  max-width: 420px;
}

.gee-signature-wrap canvas {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  max-width: 420px;
  background: #fff;
}

.gee-equipment-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 18px;
}

.gee-equipment-photo img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: block;
}

.gee-spare-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 120px;
}

.gee-spare-card span {
  font-size: 12px;
  line-height: 1.3;
}

.gee-photo-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.gee-photo-modal.is-open {
  display: block;
}

.gee-photo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.gee-photo-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  margin: 4vh auto;
  text-align: center;
}

.gee-photo-modal__img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.gee-photo-modal__close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
