/* Generated by tools/split-subpage-css.php. Edit assets/css/source/subpage-modern.full.css instead. */
.exif-viewer-panel,
.exif-viewer-help {
  display: grid;
  gap: 18px;
}
.exif-viewer-intro,
.exif-viewer-help p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}
.exif-drop-zone {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 220px;
  padding: 28px;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--modern-text);
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.exif-drop-zone.hover,
.exif-drop-zone:focus {
  border-color: var(--modern-blue);
  background: var(--modern-blue-soft);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}
.exif-drop-zone strong {
  font-size: 20px;
  font-weight: 800;
}
.exif-drop-zone span {
  color: var(--modern-muted);
  font-size: 14px;
}
.exif-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--modern-blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.exif-drop-zone input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.exif-status {
  min-height: 28px;
  margin: 0;
  color: var(--modern-muted);
  font-weight: 700;
}
.exif-status.is-success {
  color: #15803d;
}
.exif-status.is-warning {
  color: #b45309;
}
.exif-status.is-error {
  color: #b91c1c;
}
.exif-results-wrap {
  overflow-x: auto;
}
.exif-results-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--modern-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.exif-results-table th,
.exif-results-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--modern-line);
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
.exif-results-table th {
  width: 34%;
  background: var(--modern-panel-soft);
  color: var(--modern-text);
  font-weight: 800;
}
.exif-results-table td {
  color: #334155;
  word-break: break-word;
}
.exif-results-table tr:last-child th,
.exif-results-table tr:last-child td {
  border-bottom: 0;
}
.asciiart-page > pre, .asciiart-output-scroll #ascii { font-family: "Courier New", monospace; font-size: 8px; line-height: 1; }
.asciiart-output-scroll #ascii { width: max-content; min-width: 100%; margin: 0; color: #d9f5e8; white-space: pre; letter-spacing: 0; }
.asciiart-output-scroll #ascii:not(:empty) + .asciiart-empty-state { display: none; }
@media screen and (max-width: 620px) {
.asciiart-output-scroll #ascii { font-size: 2px; }
}
#fileInput { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
