﻿/*
Theme Name: BloodCrown
Theme URI:
Author: BloodCrown Community
Description: BloodCrown ARK Survival Ascended PvP Cluster â€“ Dark Gaming Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloodcrown
*/

:root {
  --bg: #030303;
  --bg-panel: #0a0a0c;
  --bg-card: #111114;
  --border: #222226;
  --border-strong: #333338;
  --text: #e2e2e8;
  --text-dim: #9a9cae;
  --blood-primary: #8b0000;
  --blood-light: #dc2626;
  --blood-glow: rgba(220, 38, 38, 0.3);
  --gold-accent: #c5a059;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  --shadow-red: 0 10px 50px -10px rgba(139, 0, 0, 0.6);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
#bc-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.bg-effects {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 0, 0, 0.15), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(220, 38, 38, 0.05), transparent 50%);
}
h1, h2, h3, .nav-title, .map-name, .rule summary {
  font-family: 'Cinzel', 'Inter', serif;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
}
.accent {
  color: var(--blood-light);
  text-shadow: 0 0 20px var(--blood-glow);
}
.kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.75rem;
  color: var(--blood-light);
  font-weight: 600;
  padding: 6px 14px;
  border: 1px solid var(--blood-primary);
  border-radius: 4px;
  background: rgba(139, 0, 0, 0.1);
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(220, 38, 38, 0.1);
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
svg { flex-shrink: 0; }
.card-icon svg, .rate-ico svg, .mods-ico svg { width: 100%; height: 100%; display: block; }
.card-icon {
  width: 54px;
  height: 54px;
  padding: 12px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1), rgba(0, 0, 0, 0.5));
  border: 1px solid var(--blood-primary);
  color: var(--blood-light);
  margin-bottom: 20px;
  display: inline-block;
  box-shadow: 0 0 15px var(--blood-glow);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover .card-icon {
  color: #ff4444;
  border-color: var(--blood-light);
  box-shadow: 0 0 30px var(--blood-glow);
  transform: scale(1.1) rotate(-5deg);
}
.kv-ico { width: 16px; height: 16px; color: var(--gold-accent); margin-right: 10px; opacity: 0.9; vertical-align: -3px; }
.kv { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.kv li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.kv li:last-child { border-bottom: none; }
.kv span { color: var(--text-dim); display: flex; align-items: center; }
.kv b { color: var(--text); font-weight: 600; text-align: right; }
.kv b.ok { color: #4ade80; text-shadow: 0 0 10px rgba(74, 222, 128, 0.3); }
.kv.two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.kv.two li { border-bottom: 1px solid var(--border); }
.hint {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(139, 0, 0, 0.05);
  border-left: 3px solid var(--blood-light);
  font-size: 0.9rem;
  color: var(--text-dim);
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(3, 3, 3, 0.85);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.nav-logo { width: 44px; height: 44px; filter: drop-shadow(0 0 15px var(--blood-glow)); border-radius: 4px; }
.nav-title { font-weight: 900; font-size: 1.4rem; letter-spacing: 0.05em; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s;
  position: relative;
}
.nav-links a:hover { color: #fff; }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -8px;
  width: 0; height: 2px;
  background: var(--blood-light);
  transition: width 0.3s ease;
  box-shadow: 0 0 10px var(--blood-light);
}
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  padding: 10px 24px;
  background: linear-gradient(135deg, var(--blood-primary), var(--blood-light));
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: inherit;
  transition: all 0.3s;
  box-shadow: 0 4px 15px var(--blood-glow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 25px var(--blood-glow); filter: brightness(1.2); }
.nav-burger { display: none; background: none; border: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav-burger span { width: 26px; height: 2px; background: #fff; transition: all 0.3s; }
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 80px;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 900px; }
.hero-logo {
  width: 220px; height: 220px;
  margin-bottom: 40px;
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(139, 0, 0, 0.4));
  border-radius: 8px;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}
.hero-title {
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 0 5px 30px rgba(220, 38, 38, 0.4);
}
.hero-sub {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 24px;
  font-weight: 500;
}
.hero-desc {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin-bottom: 40px;
  max-width: 650px;
  margin-left: auto; margin-right: auto;
}
.hero-desc strong { color: #fff; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blood-primary), var(--blood-light));
  color: white;
  box-shadow: 0 4px 20px rgba(139, 0, 0, 0.5);
  border: 1px solid var(--blood-light);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.6);
  filter: brightness(1.1);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--border-strong);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--text-dim);
  transform: translateY(-3px);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.hero-stat {
  padding: 24px 16px;
  background: rgba(10, 10, 12, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s;
}
.hero-stat:hover { border-color: var(--blood-light); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(139, 0, 0, 0.2); }
.stat-n {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--blood-light);
  line-height: 1;
  text-shadow: 0 0 15px rgba(220, 38, 38, 0.4);
}
.stat-l {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-dim);
}
.section { padding: 120px 0; position: relative; z-index: 1; }
.section.alt {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-panel) 50%, var(--bg) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-head { text-align: center; margin-bottom: 70px; max-width: 760px; margin-left: auto; margin-right: auto; padding: 0 24px; }
.section-head h2 { font-size: clamp(2.2rem, 4vw, 3rem); margin-bottom: 20px; line-height: 1.2; }
.section-head p { color: var(--text-dim); font-size: 1.1rem; }
.card-grid { display: grid; gap: 24px; }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--blood-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.card:hover { border-color: var(--border-strong); transform: translateY(-5px); box-shadow: var(--shadow); }
.card:hover::before { transform: scaleX(1); background: var(--blood-light); }
.card h3 { font-size: 1.5rem; margin-bottom: 20px; }
.rates-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 48px; }
.rate-tile {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
}
.rate-tile:hover { border-color: var(--blood-light); transform: translateY(-5px); box-shadow: 0 10px 25px rgba(139, 0, 0, 0.15); }
.rate-ico { width: 36px; height: 36px; color: var(--text-dim); transition: all 0.3s; }
.rate-tile:hover .rate-ico { color: var(--blood-light); filter: drop-shadow(0 0 10px var(--blood-glow)); }
.rate-v {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  transition: color 0.3s;
}
.rate-tile:hover .rate-v { color: var(--blood-light); }
.rate-l { font-size: 0.8rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.maps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }

.map-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 3 / 4;
  background: #0d0d0f;
}
.map-card:hover { border-color: var(--blood-primary); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7); }

/* semi-transparent overlay: sharp image + readable text */
.map-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(20, 20, 24, 0.25) 0%,
    rgba(20, 20, 24, 0.30) 45%,
    rgba(20, 20, 24, 0.82) 72%,
    rgba(20, 20, 24, 0.96) 100%
  );
}

.map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  transition: transform 0.5s ease;
}
.map-card:hover .map-img { transform: scale(1.03); }

.map-status {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px rgba(74, 222, 128, 0.6); flex-shrink: 0; }
.status-dot.offline { background: #555; box-shadow: none; }

.map-body {
  position: relative;
  z-index: 2;
  padding: 20px 24px 24px;
}
.map-name { font-size: 1.3rem; margin-bottom: 6px; color: #fff; }
.map-tag { font-size: 0.75rem; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 18px; }
.map-players {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-players-label { font-size: 0.78rem; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 0.15em; }
.map-players-count { font-family: 'Cinzel', serif; font-weight: 700; font-size: 1.1rem; color: var(--gold-accent); }

.maps-foot { margin-top: 40px; text-align: center; color: var(--text-dim); font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 12px; }
.maps-foot .dot { width: 8px; height: 8px; background: var(--blood-light); border-radius: 50%; animation: blink 2s infinite; box-shadow: 0 0 10px var(--blood-light); }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.rules { display: flex; flex-direction: column; gap: 16px; max-width: 900px; margin: 0 auto; }
.rule {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
}
.rule:hover { border-color: var(--border-strong); }
.rule[open] { border-color: var(--blood-primary); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); }
.rule summary {
  padding: 24px 30px;
  cursor: pointer;
  font-size: 1.1rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  user-select: none;
  transition: background 0.3s;
}
.rule summary::-webkit-details-marker { display: none; }
.rule summary::after {
  content: '+';
  margin-left: auto;
  font-size: 1.8rem;
  color: var(--text-dim);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.rule[open] summary::after { transform: rotate(45deg); color: var(--blood-light); }
.rule summary:hover { background: rgba(255, 255, 255, 0.02); }
.rule-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 6px 12px;
  background: linear-gradient(135deg, var(--blood-primary), #4a0000);
  color: white;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  border: 1px solid var(--blood-light);
}
.rule-list { padding: 0 30px 24px 80px; color: var(--text-dim); font-size: 1rem; }
.rule-list li { padding: 10px 0; line-height: 1.7; border-bottom: 1px dashed var(--border); }
.rule-list li:last-child { border-bottom: none; }
.rule-list ol { margin-top: 10px; padding-left: 24px; list-style-type: lower-alpha; }
.rule-list b { color: #fff; }
.rule-highlight { border-color: var(--blood-primary) !important; background: rgba(139, 0, 0, 0.05); }
.rule-highlight summary { color: var(--blood-light); }
.mods-placeholder {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  background: var(--bg-card);
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}
.mods-placeholder:hover { border-color: var(--blood-primary); background: rgba(139, 0, 0, 0.02); }
.mods-ico {
  width: 70px;
  height: 70px;
  padding: 16px;
  border-radius: 50%;
  background: rgba(139, 0, 0, 0.1);
  border: 1px solid var(--blood-primary);
  color: var(--blood-light);
  margin: 0 auto 24px;
}
.mods-placeholder h3 { font-size: 1.6rem; margin-bottom: 16px; }
.mods-placeholder p { color: var(--text-dim); font-size: 1.05rem; }
.mod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 20px;
}
.mod-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 28px 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.mod-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blood-light) 0%, transparent 70%);
}
.mod-card:hover {
  border-color: rgba(139, 0, 0, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(139, 0, 0, 0.15);
}
.mod-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.mod-badge {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 4px 10px;
  border-radius: 3px;
  background: rgba(139, 0, 0, 0.15);
  color: var(--blood-light);
  border: 1px solid rgba(139, 0, 0, 0.4);
  margin-top: 4px;
  white-space: nowrap;
}
.mod-name {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0;
  color: #f0e6d3;
}
.mod-desc {
  font-size: 0.875rem;
  color: var(--text-dim);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 20px;
}
.mod-desc p { margin-bottom: 0.7em; }
.mod-desc p:last-child { margin-bottom: 0; }
.mod-desc ul, .mod-desc ol { padding-left: 1.3em; margin-bottom: 0.7em; }
.mod-desc li { margin-bottom: 0.3em; }
.mod-desc strong { color: #d4c4a8; }
.mod-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  padding: 7px 16px;
  transition: all 0.25s;
  align-self: flex-start;
  margin-top: auto;
}
.mod-link:hover {
  color: var(--blood-light);
  border-color: var(--blood-primary);
  background: rgba(139, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .mod-grid { grid-template-columns: 1fr; }
}
.footer { border-top: 1px solid var(--border); padding: 50px 0; background: var(--bg-panel); position: relative; z-index: 1; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-logo { width: 50px; height: 50px; border-radius: 4px; filter: drop-shadow(0 0 10px rgba(139, 0, 0, 0.5)); }
.footer-title { font-family: 'Cinzel', serif; font-weight: 900; font-size: 1.3rem; color: #fff; }
.footer-sub { font-size: 0.85rem; color: var(--text-dim); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 4px; }
.footer-meta { color: var(--text-dim); font-size: 0.9rem; }
.footer-meta .sep { margin: 0 12px; color: var(--blood-primary); }
.footer-legal-link { color: var(--text-dim); text-decoration: none; transition: color .2s; }
.footer-legal-link:hover { color: var(--blood-primary); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   Nav-Erweiterungen: Auth + Marketplace
   ============================================================ */
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-link-trades { color: var(--blood-light) !important; font-weight: 600; }
.nav-cta-ghost {
  background: transparent !important;
  border: 1px solid var(--border-strong) !important;
  color: var(--text-dim) !important;
}
.nav-cta-ghost:hover { border-color: var(--blood-primary) !important; color: #fff !important; }
.nav-user-link {
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; color: var(--text-dim);
  font-size: 0.85rem; transition: color .2s;
}
.nav-user-link:hover { color: #fff; }
.nav-user-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--blood-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 700; flex-shrink: 0;
}
.nav-user-name { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ============================================================
   Gemeinsame Seiten-Wrapper
   ============================================================ */
.bc-page-wrap { padding: 90px 0 120px; min-height: 70vh; }
.bc-page-center { display: flex; justify-content: center; }

/* ============================================================
   Formular-Karte
   ============================================================ */
.bc-form-card {
  width: 100%; max-width: 480px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px 32px;
  position: relative;
}
.bc-form-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--blood-light) 0%, transparent 70%);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.bc-form-card-wide { max-width: 760px; }
.bc-form-title {
  font-family: 'Cinzel', serif; font-size: 1.8rem; font-weight: 700;
  color: #f0e6d3; margin-bottom: 24px;
}
.bc-form { display: flex; flex-direction: column; gap: 16px; }
.bc-label { display: flex; flex-direction: column; gap: 6px; font-size: 0.875rem; font-weight: 600; color: #c8cad4; }
.bc-label-text { font-size: 0.875rem; font-weight: 600; color: #c8cad4; margin-bottom: 8px; }
.bc-label-sm { flex: 1; }
.bc-hint { font-size: 0.75rem; font-weight: 400; color: var(--text-dim); }
.bc-req { color: var(--blood-light); }
.bc-input {
  background: #0d0d10; border: 1px solid var(--border-strong);
  border-radius: var(--radius); padding: 10px 14px;
  font-size: 0.9rem; font-family: inherit; color: #e8eaf0;
  transition: border-color .2s, box-shadow .2s; width: 100%;
}
.bc-input:focus { outline: none; border-color: var(--blood-primary); box-shadow: 0 0 0 2px rgba(139,0,0,.25); }
.bc-textarea { min-height: 100px; resize: vertical; }
select.bc-input { cursor: pointer; }
.bc-check { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--text-dim); cursor: pointer; }
.bc-form-alt { margin-top: 20px; font-size: 0.875rem; color: var(--text-dim); text-align: center; }
.bc-form-alt a { color: var(--blood-light); text-decoration: none; }
.bc-form-alt a:hover { text-decoration: underline; }

/* ============================================================
   Buttons
   ============================================================ */
.bc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--blood-primary); color: #fff;
  border: none; border-radius: var(--radius);
  padding: 11px 24px; font-size: 0.9rem; font-weight: 600;
  cursor: pointer; text-decoration: none; transition: background .2s, transform .15s;
  white-space: nowrap;
}
.bc-btn:hover { background: var(--blood-light); transform: translateY(-1px); }
.bc-btn-ghost {
  background: transparent !important; color: var(--text-dim) !important;
  border: 1px solid var(--border-strong) !important;
}
.bc-btn-ghost:hover { border-color: var(--blood-primary) !important; color: #fff !important; transform: translateY(-1px); }
.bc-btn-full { width: 100%; }

/* ============================================================
   Alert / Flash
   ============================================================ */
.bc-alert {
  padding: 12px 16px; border-radius: var(--radius);
  font-size: 0.875rem; font-weight: 500; margin-bottom: 4px;
}
.bc-alert-ok  { background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); color: #86efac; }
.bc-alert-err { background: rgba(239,68,68,.12);  border: 1px solid rgba(239,68,68,.3);  color: #fca5a5; }

/* ============================================================
   Profil-Seite
   ============================================================ */
.bc-profil-grid { display: grid; grid-template-columns: 1fr 220px; gap: 40px; align-items: start; }
.bc-profil-meta { display: flex; flex-direction: column; align-items: center; text-align: center; }
.bc-profil-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--blood-primary); color: #fff;
  font-size: 2rem; font-weight: 700; font-family: 'Cinzel', serif;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px; border: 2px solid rgba(139,0,0,.5);
}
.bc-profil-name { font-size: 1.1rem; font-weight: 700; color: #f0e6d3; margin-bottom: 4px; }
.bc-profil-tribe { font-size: 0.85rem; color: var(--blood-light); margin-bottom: 16px; }
.bc-profil-info-list { width: 100%; text-align: left; list-style: none; font-size: 0.8rem; }
.bc-profil-info-list li { display: flex; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--border); color: var(--text-dim); }
.bc-profil-info-list strong { color: #e8eaf0; }
@media (max-width: 600px) { .bc-profil-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Trades – Topbar + Filter
   ============================================================ */
.bc-trades-topbar {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-bottom: 28px;
}
.bc-trades-title { font-family: 'Cinzel', serif; font-size: clamp(1.6rem,4vw,2.4rem); font-weight: 700; color: #f0e6d3; }
.bc-trades-sub { color: var(--text-dim); font-size: 0.95rem; margin-top: 6px; }
.bc-back-link { color: var(--text-dim); text-decoration: none; font-size: 0.875rem; padding-top: 8px; white-space: nowrap; }
.bc-back-link:hover { color: var(--blood-light); }
.bc-trades-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.bc-filter-btn {
  padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
  text-decoration: none; color: var(--text-dim);
  border: 1px solid var(--border-strong); transition: all .2s;
}
.bc-filter-btn:hover, .bc-filter-btn.active {
  background: var(--blood-primary); border-color: var(--blood-primary); color: #fff;
}

/* ============================================================
   Trades – Grid + Karten
   ============================================================ */
.bc-trade-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.bc-trade-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative; overflow: hidden;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.bc-trade-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
}
.bc-trade-card:not(.bc-trade-closed):hover {
  border-color: rgba(139,0,0,.45); transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(139,0,0,.15);
}
.bc-trade-closed { opacity: .6; }

.bc-trade-card-top { display: flex; align-items: center; gap: 8px; }
.bc-trade-type-badge {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; padding: 3px 10px; border-radius: 3px;
}
.bc-type-sell  { background: rgba(220,38,38,.15); color: #fca5a5; border: 1px solid rgba(220,38,38,.35); }
.bc-type-buy   { background: rgba(59,130,246,.15); color: #93c5fd; border: 1px solid rgba(59,130,246,.35); }
.bc-type-trade { background: rgba(234,179,8,.15);  color: #fde68a; border: 1px solid rgba(234,179,8,.35); }
.bc-type-sell  + * { }
.bc-trade-card:has(.bc-type-sell)::before  { background: linear-gradient(90deg,rgba(220,38,38,.6) 0%,transparent 70%); }
.bc-trade-card:has(.bc-type-buy)::before   { background: linear-gradient(90deg,rgba(59,130,246,.6) 0%,transparent 70%); }
.bc-trade-card:has(.bc-type-trade)::before { background: linear-gradient(90deg,rgba(234,179,8,.6) 0%,transparent 70%); }

.bc-trade-status-closed {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px;
  background: rgba(255,255,255,.05); color: var(--text-dim);
  border: 1px solid var(--border-strong);
}
.bc-trade-title { font-size: 1.05rem; font-weight: 700; color: #f0e6d3; line-height: 1.35; }
.bc-trade-item-tag { font-size: 0.8rem; color: var(--text-dim); }

.bc-trade-offers { display: flex; flex-direction: column; gap: 8px; }
.bc-trade-offer-row { display: flex; gap: 10px; font-size: 0.82rem; line-height: 1.5; align-items: flex-start; }
.bc-offer-label {
  flex-shrink: 0; font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; padding: 2px 7px; border-radius: 3px; margin-top: 1px;
}
.bc-offer-label-sell { background: rgba(220,38,38,.15); color: #fca5a5; }
.bc-offer-label-want { background: rgba(59,130,246,.15); color: #93c5fd; }
.bc-trade-offer-row span:last-child { color: #c8cad4; }

.bc-trade-desc { font-size: 0.82rem; color: var(--text-dim); line-height: 1.6; }

.bc-trade-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  padding-top: 12px; border-top: 1px solid var(--border);
  margin-top: auto;
}
.bc-trade-player { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; flex-wrap: wrap; }
.bc-player-dot { width: 7px; height: 7px; border-radius: 50%; background: #43a047; flex-shrink: 0; }
.bc-player-name { color: #c8cad4; font-weight: 600; }
.bc-player-tribe { color: var(--blood-light); font-size: 0.72rem; }
.bc-trade-date { color: var(--text-dim); font-size: 0.72rem; margin-left: 2px; }

.bc-trade-actions { display: flex; gap: 8px; align-items: center; }
.bc-trade-edit-btn {
  font-size: 0.75rem; color: var(--text-dim); text-decoration: none;
  border: 1px solid var(--border-strong); border-radius: 4px;
  padding: 4px 10px; transition: all .2s;
}
.bc-trade-edit-btn:hover { color: #fff; border-color: var(--blood-primary); }
.bc-trade-del-btn {
  font-size: 0.75rem; color: var(--text-dim);
  background: none; border: 1px solid var(--border-strong); border-radius: 4px;
  padding: 4px 10px; cursor: pointer; transition: all .2s; font-family: inherit;
}
.bc-trade-del-btn:hover { color: #fca5a5; border-color: rgba(220,38,38,.5); }

/* ============================================================
   Trade-Formular Extras
   ============================================================ */
.bc-form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bc-form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.bc-type-toggle { display: flex; gap: 8px; flex-wrap: wrap; }
.bc-type-opt { cursor: pointer; }
.bc-type-opt input { display: none; }
.bc-type-opt span {
  display: block; padding: 8px 16px; border-radius: var(--radius);
  font-size: 0.8rem; font-weight: 600; border: 1px solid var(--border-strong);
  color: var(--text-dim); transition: all .2s; user-select: none;
}
.bc-type-opt input:checked + span { border-color: var(--blood-primary); background: rgba(139,0,0,.2); color: #fff; }
.bc-type-opt:hover span { border-color: var(--border-strong); color: #fff; }

/* ============================================================
   Leer-Zustand
   ============================================================ */
.bc-empty-state {
  text-align: center; padding: 80px 24px;
  background: var(--bg-card); border: 1px dashed var(--border-strong);
  border-radius: var(--radius-lg); max-width: 500px; margin: 0 auto;
}
.bc-empty-icon { font-size: 3rem; margin-bottom: 16px; }
.bc-empty-state h3 { font-size: 1.4rem; color: #f0e6d3; margin-bottom: 8px; }
.bc-empty-state p { color: var(--text-dim); }

@media (max-width: 700px) {
  .bc-form-row-2 { grid-template-columns: 1fr; }
  .bc-form-row-3 { grid-template-columns: 1fr; }
  .bc-trade-grid { grid-template-columns: 1fr; }
  .nav-user-name { display: none; }
}
@media (max-width: 900px) {
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg-panel);
    border-bottom: 1px solid var(--border);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .nav-links.open { max-height: 400px; }
  .nav-links a { padding: 20px 24px; border-bottom: 1px solid var(--border); width: 100%; display: block; }
  .nav-links a::after { display: none; }
  .nav-burger { display: flex; }
  .nav-cta { display: none; }
  .cols-3 { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .rates-grid { grid-template-columns: repeat(3, 1fr); }
  .kv.two { grid-template-columns: 1fr; }
  .section { padding: 80px 0; }
  .hero { padding: 80px 24px 60px; }
  .hero-logo { width: 160px; height: 160px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .rule summary { padding: 20px; font-size: 1rem; }
  .rule-list { padding: 0 20px 20px 20px; }
}
/* ============================================================
   Nav – Inbox-Badge + Forum-Link
   ============================================================ */
.nav-link-forum { color: var(--gold-accent) !important; font-weight: 600; }
.nav-inbox-link {
  position: relative; display: flex; align-items: center;
  text-decoration: none; color: var(--text-dim); font-size: 1.15rem;
  transition: color .2s;
}
.nav-inbox-link:hover { color: #fff; }
.nav-inbox-badge {
  position: absolute; top: -6px; right: -8px;
  min-width: 16px; height: 16px; border-radius: 8px;
  background: var(--blood-light); color: #fff;
  font-size: 0.6rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px; line-height: 1;
}

/* ============================================================
   Kontakt-Button in Trade-Karte
   ============================================================ */
.bc-trade-contact-btn { color: var(--gold-accent) !important; border-color: rgba(197,160,89,.4) !important; }
.bc-trade-contact-btn:hover { color: #fff !important; border-color: var(--gold-accent) !important; background: rgba(197,160,89,.1); }

/* ============================================================
   Nachrichten – Tabs
   ============================================================ */
.bc-msg-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.bc-msg-tab {
  background: none; border: none; border-bottom: 2px solid transparent;
  padding: 10px 20px; font-size: 0.9rem; font-weight: 600; color: var(--text-dim);
  cursor: pointer; margin-bottom: -1px; transition: color .2s, border-color .2s; font-family: inherit;
}
.bc-msg-tab:hover { color: #fff; }
.bc-msg-tab.active { color: var(--blood-light); border-bottom-color: var(--blood-light); }

/* ============================================================
   Nachrichten – Liste + Zeilen
   ============================================================ */
.bc-msg-list { display: flex; flex-direction: column; gap: 12px; }
.bc-msg-row {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 18px 20px;
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color .2s;
}
.bc-msg-row:hover { border-color: var(--border-strong); }
.bc-msg-unread { border-left: 3px solid var(--blood-light); }
.bc-msg-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 0.8rem; }
.bc-msg-from { font-weight: 700; color: #f0e6d3; }
.bc-msg-trade-tag {
  background: rgba(139,0,0,.12); border: 1px solid rgba(139,0,0,.3);
  color: #fca5a5; font-size: 0.7rem; padding: 2px 8px; border-radius: 3px;
}
.bc-msg-date { color: var(--text-dim); margin-left: auto; }
.bc-msg-body { font-size: 0.875rem; color: #c8cad4; line-height: 1.6; }
.bc-msg-reply-wrap { display: flex; justify-content: flex-end; }
.bc-msg-ref-box {
  display: flex; align-items: center; gap: 10px;
  background: rgba(139,0,0,.1); border: 1px solid rgba(139,0,0,.3);
  border-radius: var(--radius); padding: 10px 14px; font-size: 0.875rem;
}
.bc-msg-ref-label {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  background: rgba(220,38,38,.2); color: #fca5a5; padding: 2px 7px; border-radius: 3px;
}
.bc-msg-ref-title { color: #f0e6d3; font-weight: 600; }
.bc-msg-to { font-size: 0.875rem; color: var(--text-dim); }
.bc-msg-to strong { color: #f0e6d3; }

/* ============================================================
   Forum – Thread-Liste
   ============================================================ */
.bc-forum-list { display: flex; flex-direction: column; gap: 2px; }
.bc-forum-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 20px;
  text-decoration: none; transition: border-color .2s, background .2s;
}
.bc-forum-row:hover { border-color: rgba(139,0,0,.4); background: rgba(139,0,0,.04); }
.bc-forum-row-left { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.bc-forum-row-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bc-forum-row-title { font-size: 0.95rem; font-weight: 600; color: #f0e6d3; }
.bc-forum-row-meta { font-size: 0.78rem; color: var(--text-dim); display: flex; gap: 6px; align-items: center; }
.bc-forum-row-stats { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.bc-forum-reply-count { font-size: 1.2rem; font-weight: 700; color: var(--blood-light); line-height: 1; }
.bc-forum-reply-label { font-size: 0.65rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: .08em; }
.bc-forum-cat-badge {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  background: rgba(197,160,89,.1); color: var(--gold-accent);
  border: 1px solid rgba(197,160,89,.3); padding: 2px 8px; border-radius: 3px;
  white-space: nowrap;
}
.bc-forum-pinned-badge {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  background: rgba(59,130,246,.1); color: #93c5fd;
  border: 1px solid rgba(59,130,246,.3); padding: 2px 8px; border-radius: 3px;
}
.bc-forum-locked-badge {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  background: rgba(255,255,255,.05); color: var(--text-dim);
  border: 1px solid var(--border-strong); padding: 2px 8px; border-radius: 3px;
}

/* ============================================================
   Forum – Thread-Detail
   ============================================================ */
.bc-forum-thread-header {
  margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border);
}
.bc-forum-thread-meta { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
.bc-forum-thread-title { font-family: 'Cinzel', serif; font-size: clamp(1.4rem,4vw,2rem); font-weight: 700; color: #f0e6d3; margin-bottom: 10px; }
.bc-forum-thread-info { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: var(--text-dim); flex-wrap: wrap; }
.bc-forum-thread-info strong { color: #c8cad4; }
.bc-text-dim { color: var(--text-dim); }

.bc-forum-post {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px 22px;
  margin-bottom: 12px; display: flex; flex-direction: column; gap: 12px;
}
.bc-forum-post-op { border-left: 3px solid var(--blood-primary); }
.bc-forum-post-author { display: flex; align-items: center; gap: 10px; }
.bc-forum-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--blood-primary); color: #fff;
  font-size: 1rem; font-weight: 700; font-family: 'Cinzel', serif;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bc-forum-avatar-sm { width: 30px; height: 30px; font-size: 0.8rem; background: #1c1c22; border: 1px solid var(--border-strong); }
.bc-forum-author-name { font-weight: 700; font-size: 0.9rem; color: #f0e6d3; }
.bc-forum-post-date { font-size: 0.75rem; margin-left: auto; }
.bc-forum-post-body { font-size: 0.9rem; color: #c8cad4; line-height: 1.7; }
.bc-forum-post-body p { margin-bottom: 0.7em; }
.bc-forum-post-body p:last-child { margin-bottom: 0; }
.bc-forum-post-actions { display: flex; gap: 8px; align-items: center; padding-top: 4px; }
.bc-forum-posts { margin-bottom: 24px; }

.bc-forum-reply-form {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 22px; margin-top: 8px;
}
.bc-forum-reply-title { font-size: 1rem; font-weight: 700; color: #f0e6d3; margin-bottom: 16px; }
.bc-forum-login-hint { padding: 24px 0; text-align: center; }

/* ============================================================
   Pagination
   ============================================================ */
.bc-pagination { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 28px; }
.bc-page-btn {
  padding: 6px 14px; border-radius: var(--radius); font-size: 0.8rem; font-weight: 600;
  text-decoration: none; color: var(--text-dim);
  border: 1px solid var(--border-strong); transition: all .2s;
}
.bc-page-btn:hover, .bc-page-btn.active {
  background: var(--blood-primary); border-color: var(--blood-primary); color: #fff;
}

/* ============================================================
   Dino-Trade Typ-Badge
   ============================================================ */
.bc-type-dino { background: rgba(168,85,247,.15); color: #d8b4fe; border: 1px solid rgba(168,85,247,.35); }
.bc-trade-card:has(.bc-type-dino)::before { background: linear-gradient(90deg,rgba(168,85,247,.6) 0%,transparent 70%); }
.bc-type-opt-dino input:checked + span { border-color: #a855f7; background: rgba(168,85,247,.2); }

/* ============================================================
   Dino-Form
   ============================================================ */
.bc-dino-form-divider {
  font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--text-dim); border-bottom: 1px solid var(--border);
  padding-bottom: 8px; margin: 20px 0 14px;
  display: flex; align-items: baseline; gap: 8px;
}

.bc-dino-stat-form-grid { display: flex; flex-direction: column; gap: 6px; margin-bottom: 4px; }

.bc-dino-stat-form-head {
  display: grid; grid-template-columns: 90px 1fr 1fr 1fr; gap: 6px;
  font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--text-dim); padding: 0 2px;
}
.bc-dino-stat-form-row {
  display: grid; grid-template-columns: 90px 1fr 1fr 1fr; gap: 6px; align-items: center;
}
.bc-dino-stat-form-label { font-size: .8rem; font-weight: 600; color: #c8cad4; }
.bc-dino-stat-input { padding: 7px 10px !important; text-align: center; font-size: .82rem !important; }
.bc-dino-stat-input::-webkit-inner-spin-button,
.bc-dino-stat-input::-webkit-outer-spin-button { opacity: 0; }

.bc-file-input { padding: 6px 10px !important; cursor: pointer; }
.bc-file-input::file-selector-button {
  background: rgba(139,0,0,.15); border: 1px solid rgba(139,0,0,.3);
  color: #fca5a5; font-size: .72rem; font-weight: 600;
  padding: 4px 10px; border-radius: 4px; cursor: pointer; margin-right: 8px;
  transition: background .2s;
}
.bc-file-input::file-selector-button:hover { background: rgba(139,0,0,.3); }

.bc-dino-img-upload-wrap { display: flex; flex-direction: column; gap: 8px; }
.bc-dino-upload-preview {
  width: 100%; height: 140px; object-fit: cover;
  border-radius: var(--radius); border: 1px solid var(--border);
}
.bc-dino-upload-placeholder {
  height: 100px; border: 2px dashed var(--border-strong);
  border-radius: var(--radius); display: flex; align-items: center;
  justify-content: center; font-size: 1.5rem; color: var(--text-dim);
  background: rgba(255,255,255,.02);
}
.bc-dino-upload-hint { font-size: .72rem; color: var(--text-dim); }

/* ============================================================
   Dino-Trade Karte
   ============================================================ */
.bc-dino-card-images {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  border-radius: var(--radius); overflow: hidden; margin-bottom: 4px;
}
.bc-dino-card-img-link { display: block; overflow: hidden; border-radius: var(--radius); }
.bc-dino-card-img {
  width: 100%; height: 140px; object-fit: cover; display: block;
  transition: transform .3s;
}
.bc-dino-card-img-link:hover .bc-dino-card-img { transform: scale(1.05); }

/* Single image takes full width */
.bc-dino-card-images:has(:only-child) { grid-template-columns: 1fr; }
.bc-dino-card-images:has(:only-child) .bc-dino-card-img { height: 180px; }

.bc-dino-card-info { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bc-dino-species-badge {
  background: rgba(168,85,247,.12); border: 1px solid rgba(168,85,247,.3);
  color: #d8b4fe; font-size: .8rem; font-weight: 700;
  padding: 3px 10px; border-radius: 4px;
}
.bc-dino-gender-badge { font-size: 1rem; }
.bc-dino-meta-chip {
  font-size: .72rem; font-weight: 600; color: var(--text-dim);
  background: rgba(255,255,255,.05); border: 1px solid var(--border-strong);
  padding: 2px 8px; border-radius: 4px;
}
.bc-dino-mut-chip { color: #86efac; background: rgba(34,197,94,.08); border-color: rgba(34,197,94,.2); }

/* Stat table on card */
.bc-dino-stats-table { margin-top: 4px; }
.bc-dino-stats-head {
  display: grid; grid-template-columns: 80px repeat(3, 1fr);
  font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--text-dim); padding: 4px 6px; margin-bottom: 2px;
}
.bc-dino-stats-row {
  display: grid; grid-template-columns: 80px repeat(3, 1fr);
  font-size: .78rem; padding: 4px 6px; border-radius: 3px;
  transition: background .15s;
}
.bc-dino-stats-row:hover { background: rgba(168,85,247,.04); }
.bc-dino-stats-row:nth-child(even) { background: rgba(255,255,255,.02); }
.bc-dino-stats-row:nth-child(even):hover { background: rgba(168,85,247,.05); }
.bc-dino-stat-name { color: var(--text-dim); font-size: .72rem; }
.bc-dino-stat-val { color: var(--text-dim); text-align: center; font-weight: 600; }
.bc-stat-has  { color: #e8eaf0; }
.bc-stat-mut  { color: #86efac; }
.bc-stat-lvl  { color: #93c5fd; }

/* ============================================================
   Tribe-Aufgaben Tracker
   ============================================================ */
.nav-link-tasks { color: #a78bfa !important; font-weight: 600; }

.bc-task-tribe-badge {
  font-family: 'Cinzel', serif; color: var(--blood-light);
  font-size: 0.6em; margin-left: 10px; vertical-align: middle;
}

.bc-task-layout {
  display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start;
}
.bc-task-sidebar { display: flex; flex-direction: column; gap: 16px; }
.bc-task-main    { display: flex; flex-direction: column; gap: 16px; }

.bc-task-panel {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 22px; position: relative;
}
.bc-task-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--blood-primary) 0%, transparent 60%);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.bc-task-panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.bc-task-panel-icon {
  width: 34px; height: 34px; border-radius: 6px;
  background: rgba(139,0,0,.12); border: 1px solid rgba(139,0,0,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.bc-task-panel-title { font-size: .9rem; font-weight: 700; color: #f0e6d3; }
.bc-task-panel-sub   { font-size: .7rem; color: var(--text-dim); margin-top: 2px; }

.bc-task-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border);
}
.bc-task-count-badge {
  font-size: .65rem; font-weight: 700; letter-spacing: .1em;
  background: rgba(139,0,0,.12); border: 1px solid rgba(139,0,0,.3);
  color: #fca5a5; padding: 2px 10px; border-radius: 3px;
}
.bc-task-count-done {
  background: rgba(255,255,255,.04); border-color: var(--border-strong); color: var(--text-dim);
}

/* Progress */
.bc-task-stat-progress { margin-bottom: 16px; }
.bc-task-bar {
  height: 6px; background: rgba(139,0,0,.1); border-radius: 3px;
  border: 1px solid rgba(139,0,0,.2); overflow: hidden;
}
.bc-task-bar-fill {
  height: 100%; border-radius: 3px; transition: width .6s ease;
  background: linear-gradient(90deg, var(--blood-primary), var(--blood-light));
  box-shadow: 0 0 8px rgba(220,38,38,.4);
}
.bc-task-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bc-task-stat-box {
  background: rgba(139,0,0,.06); border: 1px solid rgba(139,0,0,.15);
  border-radius: var(--radius); padding: 14px; text-align: center;
}
.bc-task-stat-done { background: rgba(34,197,94,.05); border-color: rgba(34,197,94,.15); }
.bc-task-stat-num {
  display: block; font-size: 2rem; font-weight: 700; font-family: 'Cinzel', serif;
  color: var(--blood-light); line-height: 1; margin-bottom: 4px;
}
.bc-task-stat-done .bc-task-stat-num { color: #86efac; }
.bc-task-stat-label { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); }

/* Task rows */
.bc-task-list     { display: flex; flex-direction: column; gap: 8px; }
.bc-task-list-done { opacity: .6; transition: opacity .2s; }
.bc-task-list-done:hover { opacity: 1; }

.bc-task-row {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-panel); border: 1px solid var(--border);
  border-left: 2px solid rgba(139,0,0,.3); border-radius: var(--radius);
  padding: 11px 14px; transition: border-color .2s, background .2s;
}
.bc-task-row:hover { border-left-color: var(--blood-light); background: rgba(139,0,0,.04); }
.bc-task-row-done { border-left-color: rgba(34,197,94,.2) !important; }
.bc-task-row-done:hover { border-left-color: rgba(34,197,94,.45) !important; background: rgba(34,197,94,.03) !important; }

.bc-task-check {
  width: 22px; height: 22px; border-radius: 4px; flex-shrink: 0;
  border: 2px solid rgba(139,0,0,.35); background: transparent;
  cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center;
  font-size: 0; color: transparent;
}
.bc-task-check:hover { border-color: var(--blood-light); background: rgba(139,0,0,.15); }
.bc-task-check-done {
  background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.45);
  color: #86efac; font-size: .75rem; font-weight: 700;
}
.bc-task-check-done:hover { background: rgba(34,197,94,.06); border-color: rgba(34,197,94,.25); }

.bc-task-content { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.bc-task-title { font-size: .875rem; font-weight: 600; color: #e8eaf0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bc-task-title-done { text-decoration: line-through; color: var(--text-dim); }

.bc-task-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bc-task-cat  { font-size: .72rem; color: var(--text-dim); }
.bc-task-by   { font-size: .7rem; color: var(--text-dim); margin-left: auto; }

.bc-task-prio {
  font-size: .6rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; padding: 2px 6px; border-radius: 3px;
}
.bc-task-prio-high { background: rgba(220,38,38,.12); color: #fca5a5; border: 1px solid rgba(220,38,38,.3); }
.bc-task-prio-med  { background: rgba(245,158,11,.1);  color: #fde68a; border: 1px solid rgba(245,158,11,.25); }
.bc-task-prio-low  { background: rgba(34,197,94,.08);  color: #86efac; border: 1px solid rgba(34,197,94,.2); }

.bc-task-del-btn {
  width: 26px; height: 26px; border-radius: 4px; flex-shrink: 0;
  border: 1px solid var(--border-strong); background: transparent;
  color: var(--text-dim); cursor: pointer; font-size: .7rem;
  display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.bc-task-del-btn:hover { color: #fca5a5; border-color: rgba(220,38,38,.4); background: rgba(220,38,38,.08); }

.bc-task-empty {
  text-align: center; padding: 36px 20px; color: var(--text-dim); font-size: .875rem; line-height: 1.6;
}

@media (max-width: 900px) {
  .bc-task-layout { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .rates-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 2.8rem; }
  .hero-sub { font-size: 0.9rem; letter-spacing: 0.2em; }
  .nav-title { font-size: 1.2rem; }
  .hero-stats { grid-template-columns: 1fr; }
}

/* ============================================================
   Gear / Blueprint Trades
   ============================================================ */
.bc-type-gear { background: rgba(245,158,11,.15); color: #fde68a; border: 1px solid rgba(245,158,11,.35); }
.bc-trade-card:has(.bc-type-gear)::before { background: linear-gradient(90deg,rgba(245,158,11,.5) 0%,transparent 70%); }

.bc-gear-bp-label {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  color: var(--text); font-size: .875rem; margin-bottom: 14px;
  padding: 10px 14px; border-radius: var(--radius);
  border: 1px solid var(--border); background: rgba(255,255,255,.02);
  transition: border-color .2s;
}
.bc-gear-bp-label:hover { border-color: rgba(245,158,11,.4); }
.bc-gear-bp-label input[type="checkbox"] { accent-color: #f59e0b; width: 16px; height: 16px; cursor: pointer; flex-shrink: 0; }

.bc-gear-img-upload-wrap { display: flex; flex-direction: column; gap: 8px; max-width: 320px; }

.bc-gear-card-img-wrap { margin-bottom: 10px; overflow: hidden; border-radius: var(--radius); }
.bc-gear-card-img-wrap .bc-dino-card-img { width: 100%; height: 200px; object-fit: cover; transition: transform .3s; }
.bc-gear-card-img-wrap:hover .bc-dino-card-img { transform: scale(1.04); }

.bc-gear-info-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-top: 10px; }

.bc-gear-bp-badge {
  font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: 3px 8px; border-radius: 3px;
  background: rgba(99,102,241,.12); color: #a5b4fc; border: 1px solid rgba(99,102,241,.3);
}

.bc-gear-quality {
  font-size: .7rem; font-weight: 700; letter-spacing: .05em;
  padding: 3px 9px; border-radius: 3px; border: 1px solid;
}
.bc-gear-q-primitive   { color: #9ca3af; background: rgba(156,163,175,.08); border-color: rgba(156,163,175,.25); }
.bc-gear-q-ramshackle  { color: #e2e8f0; background: rgba(226,232,240,.06); border-color: rgba(226,232,240,.2); }
.bc-gear-q-apprentice  { color: #86efac; background: rgba(34,197,94,.08);   border-color: rgba(34,197,94,.25); }
.bc-gear-q-journeyman  { color: #93c5fd; background: rgba(59,130,246,.08);  border-color: rgba(59,130,246,.25); }
.bc-gear-q-mastercraft { color: #d8b4fe; background: rgba(168,85,247,.08);  border-color: rgba(168,85,247,.25); }
.bc-gear-q-ascendant   { color: #fde68a; background: rgba(245,158,11,.1);   border-color: rgba(245,158,11,.35); }

.bc-gear-pct-chip { color: #fde68a; background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.25); font-weight: 700; }

/* ============================================================
   Weekend Rates
   ============================================================ */
.we-banner {
  background: var(--bg-card); border: 1px solid rgba(197,160,89,.25);
  border-radius: var(--radius-lg); padding: 40px;
  display: flex; flex-direction: column; align-items: center; gap: 30px;
  position: relative; overflow: hidden;
  box-shadow: 0 0 80px -20px rgba(197,160,89,.15);
}
.we-banner::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-accent) 40%, var(--gold-accent) 60%, transparent 100%);
}
.we-banner::after {
  content: 'WEEKEND'; position: absolute; top: 20px; right: 26px;
  font-family: 'Cinzel', serif; font-size: .55rem; font-weight: 700;
  letter-spacing: .3em; color: rgba(197,160,89,.2);
}

.we-active-badge {
  display: flex; align-items: center; gap: 8px;
  background: rgba(34,197,94,.1); border: 1px solid rgba(34,197,94,.3);
  color: #86efac; font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 20px;
}
.we-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #86efac; box-shadow: 0 0 8px #86efac;
  animation: we-pulse 1.8s ease-in-out infinite;
}
@keyframes we-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .35; transform: scale(.75); }
}
.we-inactive-badge {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-dim); background: rgba(255,255,255,.04);
  border: 1px solid var(--border-strong); padding: 6px 18px; border-radius: 20px;
}

.we-rates { display: flex; align-items: center; gap: 56px; }
.we-rate  { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.we-rate-val {
  font-family: 'Cinzel', serif; font-size: 3.8rem; font-weight: 700; line-height: 1;
  color: var(--gold-accent); text-shadow: 0 0 40px rgba(197,160,89,.4);
}
.we-rate-lbl {
  font-size: .78rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-dim);
}
.we-divider { width: 1px; height: 64px; background: var(--border-strong); }

.we-time {
  display: flex; align-items: center; gap: 24px;
  background: rgba(255,255,255,.03); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 14px 32px;
}
.we-time-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.we-time-day  { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); }
.we-time-h    { font-family: 'Cinzel', serif; font-size: 1.4rem; font-weight: 700; color: var(--gold-accent); }
.we-time-arrow { font-size: 1.1rem; color: var(--text-dim); margin-top: 14px; }

@media (max-width: 520px) {
  .we-banner { padding: 28px 20px; gap: 22px; }
  .we-rates  { gap: 32px; }
  .we-rate-val { font-size: 2.8rem; }
  .we-time   { padding: 12px 20px; gap: 16px; }
}
