/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ─── Main Layout — Scoped styles ─── */

.tm-main[b-xl8anbzap5] {
  min-height: calc(100vh - 64px - 120px); /* viewport - navbar - footer */
}

/* ── Footer ── */
.tm-footer[b-xl8anbzap5] {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255,204,0,0.06);
  background: linear-gradient(180deg, transparent 0%, rgba(136,51,51,0.04) 100%);
}

.tm-footer-links[b-xl8anbzap5] {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.tm-footer-links a[b-xl8anbzap5] {
  font-size: 0.85rem;
  color: #8a8a8a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}

.tm-footer-links a:hover[b-xl8anbzap5] {
  color: #ffcc00;
}

.tm-footer-copy[b-xl8anbzap5] {
  font-size: 0.8rem;
  color: rgba(138,138,138,0.45);
  letter-spacing: 0.06em;
}

.tm-footer-copy strong[b-xl8anbzap5] {
  color: #883333;
  font-weight: 600;
}

/* ── Blazor error UI ── */
#blazor-error-ui[b-xl8anbzap5] {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #883333;
  color: #f5f0e8;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  z-index: 9999;
  font-family: 'Inter', sans-serif;
}

#blazor-error-ui .reload[b-xl8anbzap5] {
  color: #ffcc00;
  margin-left: 1rem;
  text-decoration: underline;
}

#blazor-error-ui .dismiss[b-xl8anbzap5] {
  float: right;
  cursor: pointer;
  color: #f5f0e8;
  font-size: 1.25rem;
  line-height: 1;
}
/* /Components/Layout/TopNavBar.razor.rz.scp.css */
/* ─── Top Navigation Bar — Scoped Styles ─── */

.tm-navbar[b-gc7uu7l7kk] {
  background: linear-gradient(180deg, rgba(136,51,51,0.12) 0%, rgba(10,10,10,0.95) 100%) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,204,0,0.08);
  padding: 0 1.5rem;
  height: 64px;
  display: flex;
  align-items: center;
}

.tm-nav-inner[b-gc7uu7l7kk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Brand ── */
.tm-nav-brand[b-gc7uu7l7kk] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #f5f0e8;
  transition: opacity 0.2s;
}
.tm-nav-brand:hover[b-gc7uu7l7kk] {
  opacity: 0.85;
}

.tm-nav-icon[b-gc7uu7l7kk] {
  width: 36px;
  height: 36px;
  color: #ffcc00;
  filter: drop-shadow(0 0 8px rgba(255,204,0,0.25));
}

.tm-nav-text[b-gc7uu7l7kk] {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tm-nav-em[b-gc7uu7l7kk] {
  font-style: normal;
  color: #ffcc00;
}

/* ── Shop button ── */
.tm-nav-shop-btn[b-gc7uu7l7kk] {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Responsive ── */
@media (max-width: 480px) {
  .tm-nav-text[b-gc7uu7l7kk] {
    font-size: 1.05rem;
  }
  .tm-navbar[b-gc7uu7l7kk] {
    padding: 0 1rem;
    height: 56px;
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════
   THREAD MENACE — Brand Landing Page (Scoped)
   Design: Soviet propaganda art × Cold War comic villain
   Palette: Red #883333, Gold #ffcc00, Black #0a0a0a, White #f5f0e8
   ═══════════════════════════════════════════════════════ */

/* ─── Hero Section ─── */

.tm-hero[b-ea502lsyab] {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem 2rem;
  overflow: hidden;
}

/* Animated red/gold glow background */
.tm-hero[b-ea502lsyab]::before {
  content: '';
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(circle at 30% 40%, rgba(136,51,51,0.15), transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(136,51,51,0.10), transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255,204,0,0.06), transparent 40%);
  animation: tm-hero-pulse-b-ea502lsyab 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes tm-hero-pulse-b-ea502lsyab {
  0%   { transform: scale(1) rotate(0deg);   opacity: 0.6; }
  100% { transform: scale(1.1) rotate(3deg); opacity: 1; }
}

/* Gear ornaments */
.tm-hero-bg[b-ea502lsyab] {
  position: absolute;
  border: 2px solid rgba(255,204,0,0.08);
  border-radius: 50%;
  pointer-events: none;
}
.tm-hero-bg--1[b-ea502lsyab] {
  width: 500px; height: 500px;
  top: -120px; right: -180px;
  animation: tm-hero-spin-b-ea502lsyab 60s linear infinite;
}
.tm-hero-bg--2[b-ea502lsyab] {
  width: 300px; height: 300px;
  bottom: -80px; left: -100px;
  animation: tm-hero-spin-b-ea502lsyab 45s linear infinite reverse;
}
.tm-hero-bg--3[b-ea502lsyab] {
  width: 180px; height: 180px;
  top: 15%; left: 8%;
  border-color: rgba(136,51,51,0.12);
  animation: tm-hero-spin-b-ea502lsyab 35s linear infinite;
}

@keyframes tm-hero-spin-b-ea502lsyab {
  to { transform: rotate(360deg); }
}

/* Emblem */
.tm-hero-emblem[b-ea502lsyab] {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  line-height: 1;
  filter: drop-shadow(0 0 40px rgba(255,204,0,0.2));
}
.tm-hero-emblem svg[b-ea502lsyab] {
  width: 80px;
  height: 80px;
}

/* Title */
.tm-hero-title[b-ea502lsyab] {
  position: relative;
  z-index: 1;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #f5f0e8;
  text-shadow:
    0 0 60px rgba(136,51,51,0.3),
    3px 3px 0 #543030;
}

.tm-hero-title--gold[b-ea502lsyab] {
  color: #ffcc00;
  text-shadow:
    0 0 60px rgba(255,204,0,0.25),
    3px 3px 0 #BF9900;
}

.tm-hero-subtitle[b-ea502lsyab] {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #8a8a8a;
}
.tm-hero-subtitle span[b-ea502lsyab] {
  color: #ffcc00;
}

.tm-hero-divider[b-ea502lsyab] {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 2px;
  margin: 2rem auto;
  border: none;
  background: linear-gradient(90deg, transparent, #ffcc00, transparent);
}

.tm-hero-tagline[b-ea502lsyab] {
  position: relative;
  z-index: 1;
  max-width: 540px;
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(245,240,232,0.65);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.tm-hero-actions[b-ea502lsyab] {
  position: relative;
  z-index: 1;
}

.tm-shop-btn[b-ea502lsyab] {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.8rem 2.5rem !important;
}

/* ─── Values Section ─── */

.tm-values[b-ea502lsyab] {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.tm-section-label[b-ea502lsyab] {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #ffcc00;
  margin-bottom: 0.75rem;
}

.tm-section-title[b-ea502lsyab] {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f5f0e8;
  margin-bottom: 1rem;
}

.tm-section-desc[b-ea502lsyab] {
  color: rgba(245,240,232,0.5);
  max-width: 600px;
  font-weight: 300;
}

.tm-values-grid[b-ea502lsyab] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tm-values-card[b-ea502lsyab] {
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(136,51,51,0.06));
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 3px solid #883333;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
}
.tm-values-card:hover[b-ea502lsyab] {
  border-color: rgba(255,204,0,0.2);
  border-top-color: #ffcc00;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.tm-values-card h3[b-ea502lsyab] {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f5f0e8;
  margin-bottom: 0.75rem;
}

.tm-values-card p[b-ea502lsyab] {
  font-size: 0.925rem;
  color: rgba(245,240,232,0.55);
  line-height: 1.7;
}

/* ─── Brands Strip ─── */

.tm-brands[b-ea502lsyab] {
  background: linear-gradient(180deg, transparent, rgba(136,51,51,0.06), transparent);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding: 4rem 2rem;
  text-align: center;
}

.tm-brands .tm-section-label[b-ea502lsyab] {
  margin-bottom: 1.5rem;
}

.tm-brands-strip[b-ea502lsyab] {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tm-brand[b-ea502lsyab] {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245,240,232,0.25);
  transition: color 0.3s ease;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
}
.tm-brand:hover[b-ea502lsyab] {
  color: #ffcc00;
  border-color: rgba(255,204,0,0.15);
}
.tm-brand--active[b-ea502lsyab] {
  color: #f5f0e8;
  border-color: rgba(255,255,255,0.08);
}

/* ─── Manifesto ─── */

.tm-manifesto[b-ea502lsyab] {
  background:
    linear-gradient(180deg, #0a0a0a, rgba(136,51,51,0.08), #0a0a0a);
  border-top: 1px solid rgba(255,204,0,0.08);
  border-bottom: 1px solid rgba(255,204,0,0.08);
  padding: 6rem 2rem;
  text-align: center;
}

.tm-manifesto blockquote[b-ea502lsyab] {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(245,240,232,0.7);
  line-height: 1.8;
  position: relative;
}

.tm-manifesto blockquote[b-ea502lsyab]::before {
  content: '\201C';
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  font-family: 'Oswald', sans-serif;
  font-size: 5rem;
  font-style: normal;
  color: #883333;
  opacity: 0.3;
  line-height: 1;
}

.tm-manifesto cite[b-ea502lsyab] {
  display: block;
  margin-top: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffcc00;
}

/* ─── Responsive ─── */
@media (max-width: 640px) {
  .tm-hero-emblem svg[b-ea502lsyab] {
    width: 60px;
    height: 60px;
  }
  .tm-brands-strip[b-ea502lsyab] {
    gap: 1.5rem;
  }
  .tm-brand[b-ea502lsyab] {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-hero[b-ea502lsyab]::before,
  .tm-hero-bg[b-ea502lsyab] {
    animation: none;
  }
}
