.tprint-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

body {
  font-family: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fcfeff;
  color: #0f172a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

/* Slightly brighter accents to match Next palette */
.text-emerald-500 {
  color: #12c9a0;
}

.text-amber-600 {
  color: #e58a1f;
}

.text-rose-600 {
  color: #ef3f63;
}

.text-sky-700 {
  color: #3b7fbf;
}

.text-violet-700 {
  color: #6a5fdc;
}

.bg-emerald-100 {
  background-color: #d6fbef;
}

.bg-amber-100 {
  background-color: #ffe5c2;
}

.bg-rose-100 {
  background-color: #ffe0e7;
}

.bg-sky-100 {
  background-color: #d9edff;
}

.bg-violet-100 {
  background-color: #ebe6ff;
}

/* Fill review stars */
[data-lucide="star"] {
  fill: currentColor;
  stroke: currentColor;
}

.tprint-container a.inline-flex,
.tprint-container button.inline-flex,
.tprint-container a[class*="rounded-2xl"],
.tprint-container button[class*="rounded-2xl"] {
  white-space: nowrap;
  line-height: 1.2;
}

.calc-loading {
  opacity: 0.85;
  pointer-events: none;
}

.calc-loading .calc-spinner {
  display: inline-flex !important;
  animation: tprint-spin 0.8s linear infinite;
}

@keyframes tprint-spin {
  to {
    transform: rotate(360deg);
  }
}

.mega-panel.hidden {
  display: none;
}

.mega-panel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border: none !important;
  background: transparent !important;
  padding-top: 8px;
  z-index: 60;
}

.mega-panel > .tprint-container {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 1;
}

.mega-cat-active {
  border-color: #cbd5f5;
  background: #f8fafc;
}

header {
  position: relative;
  z-index: 50;
}

