/* Evidence Packs (Lite) */
#ep-file { display: none; }

.ep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2em;
}

@media screen and (max-width: 980px) {
  .ep-grid { grid-template-columns: 1fr; }
}

.ep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
  align-items: center;
}

.ep-file-btn {
  cursor: pointer;
}

.ep-textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  padding: 0.9em;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10, 14, 22, 0.65);
  color: #eaf0ff;
  outline: none;
  line-height: 1.45;
}

.ep-textarea:focus {
  border-color: rgba(130, 170, 255, 0.6);
  box-shadow: 0 0 0 2px rgba(80, 130, 255, 0.15);
}

.ep-output {
  min-height: 280px;
}

.ep-status {
  margin-top: 0.9em;
  padding: 0.75em 0.85em;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  color: rgba(234,240,255,0.92);
}

.ep-status strong { color: #ffffff; }

.ep-telemetry {
  margin-top: 0.6em;
}

.ep-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.7fr;
  gap: 0.7em;
  align-items: center;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 480px) {
  .ep-row { grid-template-columns: 1fr; }
}

.ep-row label {
  margin: 0;
  font-weight: 600;
}

.ep-row select, .ep-row input {
  width: 100%;
  padding: 0.55em 0.65em;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10, 14, 22, 0.65);
  color: #eaf0ff;
}

.ep-row small {
  display: block;
  opacity: 0.85;
  margin-top: 0.25em;
  font-weight: 400;
}

.ep-output-wrap {
  margin-top: 1em;
}

.ep-callout p { color: rgba(234,240,255,0.92); }

.ep-premium-panel {
  margin-top: 1em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}
