/* ─── Blue Energy 3D – Layout ────────────────────────────────────────────── */

/* ════════════════════════════════════════════════════════════
   HEADER / NAVIGATION
   ════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  height: var(--header-height);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(10, 15, 45, 0.92), rgba(10, 15, 45, 0.78));
  border-bottom: 1px solid var(--color-border-subtle);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 45, 0.84), rgba(10, 15, 45, 0.72)),
    url('/img/circuit-structure.jpg') center/cover no-repeat;
  opacity: 0.26;
  filter: saturate(0.42) brightness(0.58) contrast(1.04);
  pointer-events: none;
  z-index: 0;
}

.header-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}

/* Logo: echte Blue-Energy-Wortmarke (logo.svg der Hauptseite) */
.site-logo__wordmark {
  height: 30px;
  width: auto;
  display: block;
}

.site-logo--hero .site-logo__wordmark,
.site-logo--center .site-logo__wordmark,
.site-logo--auth .site-logo__wordmark { height: 38px; }
.site-logo--footer .site-logo__wordmark { height: 28px; }
.site-logo--admin .site-logo__wordmark { height: 22px; }
.site-logo--footer-badge .site-logo__wordmark { height: 16px; }

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo__img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}

.site-logo--premium .site-logo__img-wrap::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(0, 240, 255, 0.18) 0%, rgba(0, 102, 204, 0.1) 36%, rgba(0, 102, 204, 0.02) 72%, transparent 100%);
  filter: blur(12px);
  opacity: 0.82;
  transform: scale(1.18);
  pointer-events: none;
}

.site-logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-logo--premium .site-logo__img {
  position: relative;
  z-index: 1;
  opacity: 0.96;
  filter: drop-shadow(0 0 18px rgba(0, 240, 255, 0.12)) saturate(1.02);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.96) 70%, rgba(0, 0, 0, 0.52) 88%, transparent 100%);
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.96) 70%, rgba(0, 0, 0, 0.52) 88%, transparent 100%);
}

.site-logo__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.06;
  gap: 0.35rem;
}

.site-logo__brand {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--color-text-bright);
  text-transform: uppercase;
}

.site-logo__brand-accent {
  color: var(--be-energy-cyan);
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.65);
}

/* Unterzeile bewusst klein und gesperrt gesetzt */
.site-logo__sub {
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-size: 0.62rem;
  color: var(--color-text-dimmed);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-logo--premium .site-logo__sub::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.9), rgba(0, 240, 255, 0));
  flex-shrink: 0;
}

.site-logo--center {
  justify-content: center;
}

.site-logo--center .site-logo__text,
.site-logo--hero .site-logo__text {
  align-items: center;
  text-align: center;
}

.site-logo--center.site-logo--premium .site-logo__sub::after,
.site-logo--hero.site-logo--premium .site-logo__sub::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0), rgba(0, 240, 255, 0.9));
  flex-shrink: 0;
}

.site-logo--auth .site-logo__img-wrap {
  width: 76px;
  height: 76px;
}

.site-logo--auth .site-logo__brand {
  font-size: 1.5rem;
}

.site-logo--auth .site-logo__sub {
  font-size: 0.68rem;
}

.site-logo--hero .site-logo__img-wrap {
  width: 84px;
  height: 84px;
}

.site-logo--hero .site-logo__brand {
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.site-logo--hero .site-logo__sub {
  font-size: 0.72rem;
}

.site-logo--footer .site-logo__img-wrap {
  width: 72px;
  height: 72px;
}

.site-logo--footer .site-logo__brand {
  font-size: 1.36rem;
}

.site-logo--footer .site-logo__sub {
  font-size: 0.66rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.11em;
}

.site-logo--footer-badge {
  gap: 0.6rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 102, 204, 0.28);
  background: rgba(0, 102, 204, 0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.site-logo--footer-badge .site-logo__img-wrap {
  width: 26px;
  height: 26px;
}

.site-logo--footer-badge .site-logo__text {
  gap: 0;
}

.site-logo--footer-badge .site-logo__brand {
  font-size: 0.9rem;
  color: var(--color-brand-hover);
}

.site-logo--footer-badge .site-logo__sub,
.site-logo--footer-badge .site-logo__sub::before,
.site-logo--footer-badge .site-logo__sub::after {
  display: none;
}

.site-logo--admin {
  gap: 0.7rem;
}

.site-logo--admin .site-logo__img-wrap {
  width: 38px;
  height: 38px;
}

.site-logo--admin .site-logo__brand {
  font-size: 1rem;
  letter-spacing: 0.11em;
}

.site-logo--admin .site-logo__sub {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.site-logo--admin.site-logo--premium .site-logo__sub::before,
.site-logo--admin.site-logo--premium .site-logo__sub::after {
  width: 20px;
}

.page-brand-lockup {
  margin-bottom: var(--sp-5);
}

.page-brand-lockup .site-logo {
  width: fit-content;
}

.brand-watermark-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.brand-watermark-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 92px;
  height: 92px;
  background: url('/img/logo-mark-192.png') center/contain no-repeat;
  opacity: 0.065;
  filter: saturate(0.9) brightness(1);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0.58) 85%, transparent 100%);
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0.58) 85%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.brand-watermark-card > * {
  position: relative;
  z-index: 2;
}

/* Main Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex: 1;
  justify-content: center;
}

.main-nav__link {
  padding: 0.8rem 1rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  text-decoration: none;
  transition: color var(--transition-fast),
              background-color var(--transition-fast),
              border-color var(--transition-fast),
              transform var(--transition-fast);
  white-space: nowrap;
}

.main-nav__link:hover {
  color: var(--color-text-bright);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.main-nav__link.active {
  color: var(--color-text-bright);
  background: linear-gradient(180deg, rgba(0, 102, 204, 0.25), rgba(0, 102, 204, 0.1));
  border-color: rgba(0, 102, 204, 0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.header-cta {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
}

.header-cta:hover {
  border-color: rgba(0, 102, 204, 0.42);
}

.cart-btn {
  position: relative;
  padding: 0.78rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--color-text-bright);
  font-size: var(--text-sm);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
}
.cart-btn:hover {
  background: rgba(0, 102, 204, 0.14);
  border-color: var(--color-brand-primary);
  color: var(--color-text-bright);
  box-shadow: var(--shadow-glow-blue);
}

.cart-btn__badge {
  background: var(--color-brand-primary);
  color: var(--color-text-bright);
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.account-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem 0.45rem 0.5rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--color-text-bright);
}

.account-chip:hover {
  color: var(--color-text-bright);
  border-color: rgba(0, 102, 204, 0.42);
  background: rgba(0, 102, 204, 0.14);
}

.account-chip__avatar {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(0, 102, 204, 1), rgba(0, 240, 255, 0.8));
  color: var(--color-text-bright);
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: var(--shadow-glow-blue);
}

.account-chip__name {
  font-size: var(--text-sm);
  font-weight: 600;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--color-text-bright);
  cursor: pointer;
  border-radius: var(--radius-full);
}

/* Mobile Nav */
@media (max-width: 768px) {
  .main-nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: rgba(10, 15, 45, 0.98);
    border-bottom: 1px solid var(--color-border-subtle);
    padding: var(--sp-4);
    flex-direction: column;
    align-items: stretch;
    gap: var(--sp-1);
    box-shadow: var(--shadow-panel);
    z-index: 490;
  }
  .main-nav.open { display: flex; }
  .main-nav__link { padding: 1rem 1rem; }
  .menu-toggle { display: flex; }
  .site-header .site-logo__sub { display: none; }
  .cart-btn__label { display: none; }
  .header-cta,
  .account-chip__name,
  .header-admin { display: none; }
}

/* ════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════ */
.site-footer {
  background:
    radial-gradient(circle at top center, rgba(0, 102, 204, 0.12), transparent 32%),
    linear-gradient(180deg, #0A0F2D 0%, #06091A 100%);
  color: rgba(255,255,255,0.7);
  padding: var(--sp-16) 0 var(--sp-8);
  margin-top: var(--sp-16);
  border-top: 1px solid var(--color-border-subtle);
}

.footer-topline {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: var(--sp-6);
  align-items: center;
  padding: 0 0 var(--sp-10);
  margin-bottom: var(--sp-10);
  border-bottom: 1px solid var(--color-border-subtle);
}

.footer-topline__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.65rem 0.95rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 102, 204, 0.32);
  background: rgba(0, 102, 204, 0.10);
  color: var(--color-brand-hover);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-topline__title {
  max-width: 760px;
  color: var(--color-text-bright);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}

.footer-topline__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.footer-topline__trust span {
  padding: 0.55rem 0.8rem;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.74);
  font-size: var(--text-xs);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.1fr;
  gap: var(--sp-8);
  margin-bottom: var(--sp-10);
}

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
  .footer-topline {
    grid-template-columns: 1fr;
  }

  .footer-topline__trust {
    justify-content: flex-start;
  }
}

.footer-brand__logo {
  margin-bottom: var(--sp-5);
}

.footer-brand__sub {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-brand__desc {
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--sp-4);
}

.footer-brand__legal-note,
.footer-hours {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.38);
}

.footer-section__title {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.44);
  margin-bottom: var(--sp-4);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.footer-links a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.footer-links a:hover { color: var(--color-text-bright); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  margin-bottom: var(--sp-3);
}

.footer-contact-item__icon { opacity: 0.5; flex-shrink: 0; margin-top: 2px; }

.footer-contact-link {
  color: rgba(255,255,255,0.7);
}

.footer-contact-link:hover {
  color: var(--color-text-bright);
}

.footer-bottom {
  padding-top: var(--sp-6);
  border-top: 1px solid var(--color-border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  flex-wrap: wrap;
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.4);
}

.footer-bottom a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
}
.footer-bottom a:hover { color: rgba(255,255,255,0.8); }

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
}

/* ════════════════════════════════════════════════════════════
   PAGE HERO (shared)
   ════════════════════════════════════════════════════════════ */
.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top right, rgba(0, 240, 255, 0.10), transparent 24%),
    radial-gradient(circle at top left, rgba(0, 102, 204, 0.14), transparent 30%),
    linear-gradient(180deg, #0A0F2D 0%, #101736 100%);
  border-bottom: 1px solid var(--color-border-subtle);
  color: var(--color-text-bright);
  padding: var(--sp-5) 0 var(--sp-4);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 45, 0.82), rgba(13, 19, 52, 0.78)),
    url('/img/circuit-structure.jpg') center/cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.42) brightness(0.58) contrast(1.04);
  pointer-events: none;
  z-index: 0;
}

.page-hero > .container {
  position: relative;
  z-index: 1;
}

.page-hero__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--color-text-bright);
  margin-bottom: var(--sp-3);
}

.page-hero__desc {
  font-size: var(--text-lg);
  color: rgba(255,255,255,0.8);
  max-width: 600px;
}

.page-hero__actions {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-top: var(--sp-5);
}

/* ════════════════════════════════════════════════════════════
   SECTION TITLES
   ════════════════════════════════════════════════════════════ */
.section-header {
  margin-bottom: var(--sp-8);
}

.section-header--center {
  text-align: center;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-brand-primary);
  margin-bottom: var(--sp-3);
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 102, 204, 0.28);
  background: rgba(0, 102, 204, 0.08);
}

.section-tag--brand {
  border-color: rgba(0, 240, 255, 0.30);
  background: rgba(0, 240, 255, 0.08);
  color: var(--be-energy-cyan);
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  color: var(--color-text-bright);
  margin-bottom: var(--sp-3);
}

.section-desc {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 600px;
}

.section-header--center .section-desc {
  margin: 0 auto;
}

/* ════════════════════════════════════════════════════════════
   SHOP LAYOUT
   ════════════════════════════════════════════════════════════ */
.shop-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--sp-10);
  align-items: start;
}

@media (max-width: 1024px) {
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .shop-sidebar { display: none; }
  .shop-sidebar.open { display: block; }
}

.shop-sidebar {
  position: sticky;
  top: calc(var(--header-height) + var(--sp-6));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}

@media (max-width: 1280px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .product-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════════════════════════
   ADMIN LAYOUT
   ════════════════════════════════════════════════════════════ */
.admin-layout {
  display: flex;
  min-height: 100vh;
}

.admin-sidebar {
  width: var(--sidebar-width);
  min-width: var(--sidebar-width);
  background: var(--color-bg-base);
  border-right: 1px solid var(--color-border-subtle);
  color: rgba(255,255,255,0.75);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.admin-sidebar__brand {
  padding: var(--sp-5) var(--sp-6);
  border-bottom: 1px solid var(--color-border-subtle);
}

.admin-sidebar__logo {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--color-text-bright);
}
.admin-sidebar__sub {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.4);
}

.admin-nav {
  padding: var(--sp-4);
  flex: 1;
}

.admin-nav__section {
  margin-bottom: var(--sp-6);
}

.admin-nav__section-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3);
  padding: 0 var(--sp-3);
  margin-bottom: var(--sp-2);
}

.admin-nav__link {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.admin-nav__link:hover,
.admin-nav__link.active {
  background: rgba(255,255,255,0.08);
  color: var(--color-text-bright);
}

.admin-nav__link.active {
  background: var(--color-brand-primary);
  color: var(--color-text-bright);
}

.admin-nav__badge {
  margin-left: auto;
  background: var(--color-error);
  color: var(--color-text-bright);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: var(--radius-full);
}

.admin-content {
  flex: 1;
  min-width: 0;
  background: var(--color-bg-surface);
}

.admin-topbar {
  background: var(--color-bg-surface);
  border-bottom: 1px solid var(--color-border-subtle);
  padding: 0 var(--sp-6);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-topbar__title {
  font-size: var(--text-lg);
  font-weight: 700;
}

.admin-main {
  padding: var(--sp-6);
}

.stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--sp-5);
  margin-bottom: var(--sp-6);
}

.stat-card {
  background: var(--color-bg-surface);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-lg);
  padding: var(--sp-5) var(--sp-6);
}

.stat-card__label {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-dimmed);
  margin-bottom: var(--sp-2);
}

.stat-card__value {
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--color-text-bright);
}

.stat-card__sub {
  font-size: var(--text-xs);
  color: var(--color-text-dimmed);
  margin-top: var(--sp-1);
}

.stat-card--accent .stat-card__value { color: var(--color-brand-primary); }
.stat-card--color-success .stat-card__value { color: var(--color-success); }
.stat-card--color-warning .stat-card__value { color: var(--color-warning); }

/* ─── Admin: Maker-Lab-Details einer Bestellposition ─────────────────────── */
.admin-makerlab-row > td {
  background: rgba(6, 9, 24, 0.5);
  border-top: none;
}

.admin-makerlab {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  align-items: flex-start;
  padding: var(--sp-2) 0 var(--sp-3);
}

.admin-makerlab__specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--sp-3) var(--sp-5);
  width: 100%;
  margin: 0;
}

.admin-makerlab__specs dt {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-dimmed);
}

.admin-makerlab__specs dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--color-text-bright);
}

.admin-makerlab__params {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  align-items: center;
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* ─── Vorschau-Modus: Coming-Soon-Wasserzeichen über allem ───────────────── */
.cs-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='320'%3E%3Ctext x='230' y='170' fill='rgba(0,240,255,0.09)' font-family='Arial,sans-serif' font-size='44' font-weight='800' letter-spacing='6' text-anchor='middle' transform='rotate(-24 230 160)'%3ECOMING SOON%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

.cs-banner {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 9991;
  pointer-events: none;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 240, 255, 0.4);
  background: rgba(6, 9, 24, 0.92);
  color: var(--be-energy-cyan);
  font-size: var(--text-sm);
  font-weight: 600;
  white-space: nowrap;
  max-width: 94vw;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: var(--shadow-md);
}
