@import url('../../style.css');

body {
  background: #0d0f12;
  color: #ececec;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 2rem;
}
.txt-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  max-width: 90vw;
  margin: auto;
  overflow-x: auto;
}
.txt-container pre {
  white-space: pre;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}
.error {
  color: #f87171;
  text-align: center;
  padding: 1rem;
}
