:root {
  color-scheme: light;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f8fafc;
}
button,
input {
  font: inherit;
}
.transcirc-app {
  --tc-blue: #2563eb;
  --tc-blue-dark: #1d4ed8;
  --tc-blue-mist: #eff6ff;
  --tc-blue-soft: #dbeafe;
  --tc-slate-900: #0f172a;
  --tc-slate-800: #1e293b;
  --tc-slate-700: #334155;
  --tc-slate-600: #475569;
  --tc-slate-500: #64748b;
  --tc-slate-400: #94a3b8;
  --tc-slate-300: #cbd5e1;
  --tc-slate-200: #e2e8f0;
  --tc-slate-100: #f1f5f9;
  --tc-slate-50: #f8fafc;
  --tc-white: #ffffff;
  --tc-amber-700: #92400e;
  --tc-amber-200: #fde68a;
  --tc-amber-100: #fef3c7;
  --tc-amber-50: #fffbeb;
  --tc-shadow-card: 0 1px 2px rgba(15, 23, 42, 0.05);
  --tc-shadow-elevated:
    0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
  min-width: 0;
  overflow: clip;
  color: var(--tc-slate-800);
  background: var(--tc-slate-50);
}
.transcirc-app a {
  color: var(--tc-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.transcirc-app a:hover {
  color: var(--tc-blue-dark);
}
header a,
footer a {
  text-decoration: none;
}
.text-center{
  text-align: center;
}
.tc-container {
  width: min(100% - 64px, 1480px);
  margin: 0 auto;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 1600px) {
  .tc-container {
    width: min(100% - 48px, 1330px);
  }
}
@media (max-width: 1023px) {
  .tc-container {
    width: min(100% - 48px, 1180px);
  }
}
@media (max-width: 639px) {
  .tc-container {
    width: min(100% - 32px, 1180px);
  }
}
:root {
  --tc-font-sans:
    Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --tc-font-mono:
    "JetBrains Mono", "SFMono-Regular", Consolas, "Courier New", monospace;
}
