.axe-battle-wrap{max-width:980px;margin:18px auto;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.06)}
.axe-battle-wrap h3{margin-top:0}.axe-battle-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.axe-battle-filter input,.axe-battle-filter select,.axe-battle-form input,.axe-battle-form textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px}.axe-battle-filter input{min-width:220px;flex:1}.axe-battle-filter select{width:auto;min-width:160px}.axe-battle-filter button,.axe-battle-primary,.axe-battle-secondary{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:700}.axe-battle-filter button,.axe-battle-primary{background:#111827;color:#fff}.axe-battle-secondary{background:#e5e7eb;color:#111827}.axe-battle-form{display:grid;gap:12px}.axe-battle-user-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin:8px 0}.axe-battle-user-card{display:flex;gap:10px;align-items:flex-start;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f8fafc}.axe-battle-user-card small{display:block;color:#64748b;margin-top:2px}.axe-battle-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin:12px 0;background:#f8fafc}.axe-battle-card-head{display:flex;justify-content:space-between;gap:10px}.axe-battle-card-head span{background:#e5e7eb;border-radius:999px;padding:3px 9px;font-size:12px}.axe-battle-status-open .axe-battle-card-head span{background:#fef3c7}.axe-battle-status-accepted .axe-battle-card-head span{background:#dcfce7}.axe-battle-status-declined .axe-battle-card-head span{background:#fee2e2}.axe-battle-status-completed .axe-battle-card-head span{background:#dbeafe}.axe-battle-meta{color:#64748b;font-size:13px;margin:7px 0}.axe-battle-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.axe-battle-inline-form{display:inline}.axe-battle-note,.axe-battle-warning,.axe-battle-notice{border-radius:12px;padding:10px 12px;margin:10px 0}.axe-battle-note{background:#f1f5f9}.axe-battle-warning{background:#fef3c7}.axe-battle-notice{background:#dcfce7}@media(max-width:640px){.axe-battle-wrap{margin:10px 0;border-radius:10px;padding:12px}.axe-battle-filter{display:block}.axe-battle-filter input,.axe-battle-filter select,.axe-battle-filter button{width:100%;margin-bottom:8px}.axe-battle-card-head{display:block}.axe-battle-card-head span{display:inline-block;margin-top:6px}}

.axe-battle-live-info{
  font-size:12px;
  opacity:.75;
  margin:0 0 10px;
}
.axe-battle-ajax-notice{
  margin:10px 0;
  padding:10px 12px;
  border-radius:10px;
  background:#e7f7ee;
  border:1px solid #9dd8b3;
  color:#14532d;
  font-weight:600;
}
.axe-battle-ajax-notice.axe-battle-ajax-error{
  background:#fdecec;
  border-color:#f3a6a6;
  color:#7f1d1d;
}
.axe-battle-inline-form button:disabled,
.axe-battle-form button:disabled{
  opacity:.6;
  cursor:wait;
}

.axe-battle-result{margin:10px 0;padding:10px 12px;border-radius:12px;background:#eef6ff;border:1px solid #bfdbfe;color:#1e3a8a}
.axe-battle-result-pending{background:#fff7ed;border-color:#fed7aa;color:#7c2d12}
.axe-battle-result-confirmed{background:#ecfdf5;border-color:#bbf7d0;color:#14532d}
.axe-battle-result-rejected{background:#fef2f2;border-color:#fecaca;color:#7f1d1d}
.axe-battle-result-form{margin-top:10px;padding:12px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff}
.axe-battle-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.axe-battle-result-grid label{font-weight:700}.axe-battle-result-grid input{margin-top:4px}

.axe-battle-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(115px,1fr));gap:10px;margin:12px 0 16px}.axe-battle-stat-box{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:12px;text-align:center;box-shadow:0 2px 10px rgba(15,23,42,.04)}.axe-battle-stat-box strong{display:block;font-size:22px;line-height:1.1}.axe-battle-stat-box span{display:block;margin-top:4px;color:#64748b;font-size:12px}.axe-battle-history-list{display:grid;gap:10px}.axe-battle-history-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#f8fafc}.axe-battle-history-score{font-size:20px;font-weight:800;text-align:right;white-space:nowrap}.axe-battle-history-score span{display:block;font-size:12px;font-weight:700;color:#64748b}.axe-battle-history-sieg{border-left:5px solid #22c55e}.axe-battle-history-niederlage{border-left:5px solid #ef4444}.axe-battle-history-unentschieden{border-left:5px solid #f59e0b}.axe-battle-ranking-scroll{overflow-x:auto}.axe-battle-ranking-table{width:100%;border-collapse:separate;border-spacing:0;margin:12px 0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.axe-battle-ranking-table th,.axe-battle-ranking-table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left;white-space:nowrap}.axe-battle-ranking-table th{background:#111827;color:#fff;font-size:13px}.axe-battle-ranking-table tr:last-child td{border-bottom:0}.axe-battle-ranking-table td:nth-child(n+4),.axe-battle-ranking-table th:nth-child(n+4){text-align:center}.axe-battle-ranking-help{font-size:12px;color:#64748b}.axe-battle-ranking-filter{align-items:center}@media(max-width:640px){.axe-battle-history-row{display:block}.axe-battle-history-score{text-align:left;margin-top:8px}.axe-battle-stats{grid-template-columns:repeat(2,1fr)}}

/* v1.3.0 Battle Arena */
.axe-battle-arena{max-width:1180px;background:#0f172a;color:#e5e7eb;border-color:rgba(255,255,255,.12)}
.axe-battle-arena h3,.axe-battle-arena h4{color:#fff}.axe-battle-arena-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.axe-battle-arena-hero h3{font-size:28px;margin:0 0 4px}.axe-battle-arena-hero p{margin:0;color:#cbd5e1}.axe-battle-arena .axe-battle-live-info{background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);color:#bbf7d0;border-radius:999px;padding:8px 12px;white-space:nowrap}.axe-battle-arena-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.axe-battle-arena-card{background:#111827;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.axe-battle-arena-card h4{margin:0 0 12px;font-size:16px}.axe-battle-arena-highlight,.axe-battle-arena-actions,.axe-battle-arena-ticker-card{grid-column:span 1}.axe-battle-arena-ticker-card{grid-column:1 / -1}.axe-battle-versus{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;text-align:center}.axe-battle-versus>div{background:#0b1220;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px}.axe-battle-versus strong{display:block;font-size:20px;color:#fff}.axe-battle-versus span{display:block;color:#94a3b8;font-size:12px;margin-top:4px}.axe-battle-versus b{background:#dc2626;color:#fff;border-radius:999px;padding:8px 10px}.axe-battle-arena-score{text-align:center;font-size:36px;font-weight:900;color:#fff;margin:12px 0}.axe-battle-arena-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.axe-battle-arena-stats div{background:#0b1220;border:1px solid rgba(255,255,255,.1);border-radius:14px;text-align:center;padding:12px}.axe-battle-arena-stats strong{display:block;font-size:26px;color:#fff}.axe-battle-arena-stats span{font-size:12px;color:#94a3b8}.axe-battle-arena .axe-battle-stats{grid-template-columns:repeat(3,1fr)}.axe-battle-arena .axe-battle-stat-box,.axe-battle-arena .axe-battle-card{background:#0b1220;border-color:rgba(255,255,255,.1);color:#e5e7eb}.axe-battle-arena .axe-battle-card-head span{color:#111827}.axe-battle-arena .axe-battle-meta,.axe-battle-arena .axe-battle-stat-box span{color:#94a3b8}.axe-battle-arena .axe-battle-result{background:rgba(59,130,246,.15);border-color:rgba(147,197,253,.3);color:#dbeafe}.axe-battle-arena-ranking{list-style:none;margin:0;padding:0;display:grid;gap:8px}.axe-battle-arena-ranking li{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#0b1220;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 12px}.axe-battle-arena-ranking small{display:block;color:#94a3b8}.axe-battle-arena-ranking b{background:#f59e0b;color:#111827;border-radius:999px;padding:5px 9px}.axe-battle-live-ticker{display:grid;gap:8px;max-height:360px;overflow:auto}.axe-battle-ticker-row{display:grid;grid-template-columns:120px 1fr;gap:8px;align-items:start;background:#0b1220;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px}.axe-battle-ticker-row span{font-size:12px;color:#94a3b8}.axe-battle-ticker-row strong{color:#fff}.axe-battle-ticker-row small{grid-column:2;color:#cbd5e1}.axe-battle-ticker-live{animation:axeBattlePulse 1.8s ease-out}.axe-battle-arena code{color:#fde68a}@keyframes axeBattlePulse{0%{box-shadow:0 0 0 0 rgba(245,158,11,.7)}100%{box-shadow:0 0 0 12px rgba(245,158,11,0)}}@media(max-width:800px){.axe-battle-arena-grid{grid-template-columns:1fr}.axe-battle-arena-hero{display:block}.axe-battle-arena .axe-battle-live-info{display:inline-block;margin-top:10px;white-space:normal}.axe-battle-versus{grid-template-columns:1fr}.axe-battle-ticker-row{grid-template-columns:1fr}.axe-battle-ticker-row small{grid-column:auto}.axe-battle-arena .axe-battle-stats{grid-template-columns:repeat(2,1fr)}}

/* v1.3.1 Scorecard-Bridge */
.axe-battle-scorecard-bridge{margin-top:12px;padding:12px;border:1px dashed #94a3b8;border-radius:14px;background:#fff}
.axe-battle-scorecard-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:6px}
.axe-battle-scorecard-head small{color:#64748b;font-size:12px}.axe-battle-muted{color:#64748b;font-size:13px;margin:6px 0}.axe-battle-scorecard-state{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.axe-battle-scorecard-state span{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;font-size:13px}.axe-battle-scorecard-list{display:grid;gap:8px;margin-top:10px}.axe-battle-scorecard-form{display:flex;justify-content:space-between;gap:10px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:9px;background:#f8fafc}.axe-battle-scorecard-form small{display:block;color:#64748b;margin-top:2px}.axe-battle-arena .axe-battle-scorecard-bridge{background:#0b1220;border-color:rgba(255,255,255,.18);color:#e5e7eb}.axe-battle-arena .axe-battle-scorecard-state span,.axe-battle-arena .axe-battle-scorecard-form{background:#111827;border-color:rgba(255,255,255,.12)}.axe-battle-arena .axe-battle-muted,.axe-battle-arena .axe-battle-scorecard-head small,.axe-battle-arena .axe-battle-scorecard-form small{color:#94a3b8}@media(max-width:640px){.axe-battle-scorecard-head,.axe-battle-scorecard-form{display:block}.axe-battle-scorecard-form button{margin-top:8px;width:100%}}

/* v1.4.0 Battle Center / Admin-Zentrale */
.axe-battle-center-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;flex-wrap:wrap}.axe-battle-center-head h3{margin:0}.axe-battle-center-head p{margin:4px 0 0;color:#64748b}.axe-battle-open-create{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff!important;text-decoration:none;padding:9px 14px;font-weight:700}.axe-battle-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.axe-battle-panel{background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:16px;padding:14px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.axe-battle-panel h4{margin:0 0 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.axe-battle-panel h4 span{background:#111827;color:#fff;border-radius:999px;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.axe-battle-panel-important{border-color:rgba(220,38,38,.35);background:linear-gradient(180deg,#fff,#fff7f7)}.axe-battle-panel-stats .axe-battle-stats{margin:0}.axe-battle-board-section{margin:18px 0}.axe-battle-muted{color:#64748b}.axe-battle-admin-stats{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr));gap:10px;margin:14px 0}.axe-battle-admin-stat{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:12px;text-align:center}.axe-battle-admin-stat strong{display:block;font-size:22px;line-height:1.1}.axe-battle-admin-stat span{display:block;color:#646970;margin-top:4px}.axe-battle-admin-settings{margin:12px 0;padding:14px;background:#fff;border:1px solid #ccd0d4;max-width:900px;border-radius:8px}.axe-battle-admin-settings h2{margin-top:0}.axe-battle-admin-filter{margin:12px 0;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.axe-battle-admin-filter input[type=search]{min-width:260px}.axe-battle-admin-count{color:#646970}@media(max-width:780px){.axe-battle-center-grid{grid-template-columns:1fr}.axe-battle-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.axe-battle-admin-filter input[type=search]{width:100%;min-width:0}.axe-battle-center-head{align-items:flex-start}}

.axe-battle-admin-correct{margin-top:4px;display:flex;gap:4px;align-items:center;flex-wrap:wrap}.axe-battle-admin-correct input.small-text{width:64px}

/* v1.5.4 Create close + time proposal */
.axe-battle-create-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.axe-battle-create-head h3{margin:0}
.axe-battle-create-close{border:0;background:#e5e7eb;color:#111827;border-radius:999px;width:34px;height:34px;font-size:22px;line-height:1;cursor:pointer;font-weight:800}
.axe-battle-create-close:hover{background:#cbd5e1}
.axe-battle-counter-proposal{width:100%;margin-top:8px;border:1px dashed #cbd5e1;border-radius:12px;padding:8px 10px;background:#fff}
.axe-battle-counter-proposal summary{cursor:pointer;font-weight:700;color:#111827}
.axe-battle-counter-form{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;align-items:end;margin-top:10px}
.axe-battle-counter-form label{font-size:13px;font-weight:700}
.axe-battle-counter-form input{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:8px}
.axe-battle-counter-form small{display:block;color:#64748b;font-weight:400;margin-top:3px}
.axe-battle-create-closed-after-submit{display:none!important}

/* v1.5.6 Battle-Teilnahme */
.axe-battle-participation-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  margin:14px 0;
  border:1px solid rgba(15,23,42,.12);
  border-radius:16px;
  background:#f8fafc;
}
.axe-battle-participation-panel.is-disabled{
  border-color:rgba(239,68,68,.28);
  background:#fff7f7;
}
.axe-battle-participation-panel.is-enabled{
  border-color:rgba(34,197,94,.28);
  background:#f0fdf4;
}
.axe-battle-participation-panel h4{margin:0 0 4px;font-size:16px}
.axe-battle-participation-panel p{margin:0;color:#64748b}
.axe-battle-participation-form{margin:0;white-space:nowrap}
@media (max-width:720px){
  .axe-battle-participation-panel{align-items:flex-start;flex-direction:column}
  .axe-battle-participation-form{white-space:normal}
}

/* v1.5.9 Live-Hinweise */
.axe-battle-notification-prefs{margin:10px 0 14px;padding:12px 14px;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#f8fafc}
.axe-battle-notification-prefs summary{cursor:pointer;font-weight:800;color:#111827}
.axe-battle-toast-prefs-form{display:grid;gap:8px;margin-top:10px}
.axe-battle-checkline{display:block;font-size:14px;color:#334155}
.axe-battle-checkline input{margin-right:6px}


/* v1.6.3 Suche: Kurzname + Avatar-Proportionen */
.axe-battle-user-card{
  align-items:center;
}
.axe-battle-user-card input[type=radio]{
  flex:0 0 auto;
  margin-top:0;
}
.axe-battle-user-avatar{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.axe-battle-user-avatar img{
  width:44px;
  height:44px;
  border-radius:999px;
  object-fit:cover;
  display:block;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
}
.axe-battle-user-info{
  min-width:0;
  display:block;
}
.axe-battle-user-info strong{
  display:block;
  line-height:1.2;
}


/* v1.6.3 Suchliste: saubere Proportionen + Avatar-Fallback */
.axe-battle-user-list{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}
.axe-battle-user-card{
  display:grid!important;
  grid-template-columns:22px 48px minmax(0,1fr);
  gap:10px!important;
  align-items:center!important;
  min-height:68px;
  cursor:pointer;
}
.axe-battle-user-card input[type="radio"]{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  justify-self:center;
}
.axe-battle-user-avatar{
  position:relative;
  flex:0 0 48px!important;
  width:48px!important;
  height:48px!important;
  border-radius:999px;
  overflow:hidden;
  background:#e5e7eb;
  color:#334155;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:800;
  font-size:14px;
  line-height:1;
  border:1px solid rgba(15,23,42,.12);
}
.axe-battle-avatar-initials{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1;
}
.axe-battle-user-avatar img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  border-radius:999px!important;
  object-fit:cover!important;
  display:block!important;
  border:0!important;
  background:transparent!important;
}
.axe-battle-user-info{
  min-width:0;
  overflow:hidden;
}
.axe-battle-user-info strong{
  display:block;
  line-height:1.15;
  font-size:15px;
}
.axe-battle-user-info small{
  display:block;
  line-height:1.25;
  margin-top:3px;
  word-break:normal;
  overflow-wrap:anywhere;
}
@media(max-width:520px){
  .axe-battle-user-list{grid-template-columns:1fr;}
  .axe-battle-user-card{grid-template-columns:22px 44px minmax(0,1fr);min-height:64px;}
  .axe-battle-user-avatar{width:44px!important;height:44px!important;flex-basis:44px!important;}
}

/* v1.6.4 Gegner-Suche als Listenansicht mit Aktivität und letztem Battle */
.axe-battle-user-list{
  display:grid;
  grid-template-columns:1fr!important;
  gap:8px;
}
.axe-battle-user-card.axe-battle-user-row{
  grid-template-columns:24px 52px minmax(0,1fr)!important;
  min-height:74px;
  padding:11px 12px!important;
  background:#fff;
  border-color:#e2e8f0;
}
.axe-battle-user-card.axe-battle-user-row:hover{
  border-color:#94a3b8;
  background:#f8fafc;
}
.axe-battle-user-card.axe-battle-user-row.is-never-played{
  border-left:4px solid #22c55e;
}
.axe-battle-user-card.axe-battle-user-row.is-never-played .axe-battle-user-lastbattle{
  color:#15803d;
  font-weight:700;
}
.axe-battle-user-online{
  color:#0f766e!important;
}
.axe-battle-user-lastbattle{
  color:#64748b!important;
}
.axe-battle-user-clubline,
.axe-battle-user-online,
.axe-battle-user-lastbattle{
  display:block;
  margin-top:2px;
  line-height:1.25;
}
@media(max-width:520px){
  .axe-battle-user-card.axe-battle-user-row{grid-template-columns:22px 44px minmax(0,1fr)!important;}
}

/* v1.6.5 Gegner-Suche Pagination */
.axe-battle-user-pager{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin:10px 0 12px;
  color:#64748b;
  font-size:13px;
  flex-wrap:wrap;
}
.axe-battle-user-pager-top{justify-content:space-between;}
.axe-battle-small-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:10px;
  background:#0f172a;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  border:1px solid #0f172a;
}
.axe-battle-small-btn.axe-battle-disabled{
  background:#e5e7eb;
  border-color:#e5e7eb;
  color:#94a3b8 !important;
  cursor:not-allowed;
}
@media(max-width:640px){
  .axe-battle-user-pager,
  .axe-battle-user-pager-top{justify-content:flex-start;}
}


/* v1.6.8 kompakte Battle-Zentrale: Teilnahme + Live-Hinweise */
.axe-battle-participation-panel.axe-battle-participation-compact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 10px;
  margin:8px 0 6px;
  border-radius:12px;
  font-size:13px;
  line-height:1.25;
}
.axe-battle-participation-compact .axe-battle-participation-label{font-weight:800;color:#0f172a}
.axe-battle-participation-compact .axe-battle-participation-state{color:#64748b;font-weight:700}
.axe-battle-participation-compact .axe-battle-participation-form button{
  padding:6px 10px!important;
  border-radius:10px!important;
  font-size:12px!important;
  line-height:1.1!important;
}
.axe-battle-participation-compact h4,
.axe-battle-participation-compact p{display:none!important}
.axe-battle-notification-prefs.axe-battle-notification-prefs-compact{
  margin:4px 0 12px;
  padding:0;
  border:0;
  background:transparent;
  border-radius:0;
  font-size:13px;
}
.axe-battle-notification-prefs-compact summary{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px 8px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  background:#f8fafc;
  font-size:12px;
  font-weight:800;
  color:#475569;
}
.axe-battle-notification-prefs-compact[open]{
  padding:8px 10px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:12px;
  background:#f8fafc;
}
.axe-battle-notification-prefs-compact[open] summary{margin-bottom:8px;background:#fff}
.axe-battle-notification-prefs-compact .axe-battle-toast-prefs-form{gap:6px;margin-top:6px}
.axe-battle-notification-prefs-compact .axe-battle-muted{font-size:12px;margin:0 0 6px;color:#64748b}
.axe-battle-notification-prefs-compact .axe-battle-checkline{font-size:12px;line-height:1.25}
.axe-battle-notification-prefs-compact button{padding:6px 10px!important;font-size:12px!important;border-radius:10px!important;justify-self:start}
@media (max-width:720px){
  .axe-battle-participation-panel.axe-battle-participation-compact{align-items:stretch;flex-direction:row;flex-wrap:wrap}
  .axe-battle-participation-compact .axe-battle-participation-form{margin-left:auto}
}

/* v1.6.9 Mini-Controls rechts neben „Neues Battle“ */
.axe-battle-center-head-compact{
  align-items:flex-start;
}
.axe-battle-center-tools{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:6px;
  min-width:260px;
}
.axe-battle-center-tools .axe-battle-open-create{
  margin-right:4px;
}
.axe-battle-center-tools .axe-battle-participation-panel.axe-battle-participation-compact{
  width:auto;
  margin:0;
  padding:4px 7px;
  border-radius:999px;
  border-width:1px;
  box-shadow:none;
  gap:6px;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
}
.axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-label{
  font-size:11px;
}
.axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-state{
  font-size:11px;
}
.axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-form button{
  padding:3px 7px!important;
  border-radius:999px!important;
  font-size:10px!important;
  min-height:0!important;
}
.axe-battle-center-tools .axe-battle-notification-prefs.axe-battle-notification-prefs-compact{
  margin:0;
  position:relative;
}
.axe-battle-center-tools .axe-battle-notification-prefs-compact summary{
  padding:4px 8px;
  font-size:11px;
  line-height:1.1;
}
.axe-battle-center-tools .axe-battle-notification-prefs-compact[open]{
  position:absolute;
  right:0;
  top:28px;
  z-index:20;
  min-width:260px;
  max-width:min(320px, calc(100vw - 28px));
  margin:0;
  box-shadow:0 14px 38px rgba(15,23,42,.14);
}
@media(max-width:760px){
  .axe-battle-center-head-compact{display:block;}
  .axe-battle-center-tools{justify-content:flex-start;min-width:0;margin-top:10px;}
  .axe-battle-center-tools .axe-battle-notification-prefs-compact[open]{left:0;right:auto;}
}


/* v1.7.1 Mobile Polish: Kopfbereich kompakter und ruhiger */
@media(max-width:640px){
  .axe-battle-wrap{
    margin:10px 8px;
    padding:14px 12px;
    border-radius:18px;
  }
  .axe-battle-center-head-compact{
    display:block;
    text-align:center;
    margin-bottom:8px;
  }
  .axe-battle-center-head h3{
    font-size:25px;
    line-height:1.12;
    margin:0 auto 6px;
  }
  .axe-battle-center-head p{
    font-size:15px;
    line-height:1.35;
    margin:0 auto;
    max-width:340px;
  }
  .axe-battle-center-tools{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
    min-width:0;
    margin-top:16px;
  }
  .axe-battle-center-tools .axe-battle-open-create{
    order:1;
    flex:0 0 auto;
    margin:0 0 2px;
    padding:10px 18px;
    font-size:17px;
    line-height:1.1;
  }
  .axe-battle-center-tools .axe-battle-participation-panel.axe-battle-participation-compact{
    order:2;
    max-width:100%;
    padding:4px 7px;
    font-size:10px;
  }
  .axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-label,
  .axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-state{
    font-size:10px;
  }
  .axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-form button{
    font-size:9px!important;
    padding:3px 6px!important;
  }
  .axe-battle-center-tools .axe-battle-notification-prefs.axe-battle-notification-prefs-compact{
    order:3;
  }
  .axe-battle-center-tools .axe-battle-notification-prefs-compact summary{
    font-size:10px;
    padding:4px 7px;
  }
  .axe-battle-live-info{
    display:block;
    text-align:center;
    font-size:12px;
    line-height:1.35;
    margin:12px auto 14px;
    max-width:330px;
  }
  .axe-battle-center-grid{
    gap:12px;
    margin-top:12px;
  }
  .axe-battle-panel{
    padding:12px;
    border-radius:18px;
  }
}
@media(max-width:430px){
  .axe-battle-center-tools{
    display:grid;
    grid-template-columns:1fr 1fr;
    justify-items:center;
    gap:8px 7px;
  }
  .axe-battle-center-tools .axe-battle-open-create{
    grid-column:1/-1;
    min-width:210px;
  }
  .axe-battle-center-tools .axe-battle-participation-panel.axe-battle-participation-compact{
    grid-column:1/2;
    justify-self:end;
    max-width:205px;
  }
  .axe-battle-center-tools .axe-battle-notification-prefs.axe-battle-notification-prefs-compact{
    grid-column:2/3;
    justify-self:start;
  }
  .axe-battle-center-tools .axe-battle-notification-prefs-compact[open]{
    left:0;
    right:auto;
    top:26px;
  }
}
@media(max-width:360px){
  .axe-battle-center-tools .axe-battle-participation-compact .axe-battle-participation-label{
    display:none;
  }
}


/* v1.7.2: Live-Gegner-Shortcode */
.axe-battle-opponent-live{
  border:1px solid #dbe5f3;
  background:#fff;
  border-radius:16px;
  padding:14px;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
  max-width:520px;
}
.axe-battle-opponent-live-empty{
  padding:12px 14px;
}
.axe-battle-opponent-live-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.axe-battle-opponent-live-avatar{
  width:52px !important;
  height:52px !important;
  flex:0 0 52px;
}
.axe-battle-opponent-live-title{
  display:flex;
  flex-direction:column;
  gap:1px;
  min-width:0;
}
.axe-battle-opponent-live-title strong{
  font-size:.82rem;
  color:#64748b;
  line-height:1.1;
}
.axe-battle-opponent-live-title span{
  font-weight:800;
  color:#0f172a;
  font-size:1.05rem;
  line-height:1.2;
}
.axe-battle-opponent-live-title small{
  color:#64748b;
  font-size:.82rem;
}
.axe-battle-opponent-live-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.axe-battle-opponent-live-grid div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:8px 6px;
  text-align:center;
}
.axe-battle-opponent-live-grid small{
  display:block;
  color:#64748b;
  font-size:.72rem;
  margin-bottom:2px;
}
.axe-battle-opponent-live-grid b{
  display:block;
  font-size:1.25rem;
  color:#0f172a;
}
.axe-battle-opponent-live-foot{
  margin-top:8px;
  font-size:.78rem;
  color:#64748b;
  text-align:center;
}
.axe-battle-opponent-live.is-live-updated{
  border-color:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.13),0 8px 22px rgba(15,23,42,.06);
}
.axe-battle-opponent-live.is-compact{
  padding:10px;
}
.axe-battle-opponent-live.is-compact .axe-battle-opponent-live-head{
  margin-bottom:8px;
}
.axe-battle-opponent-live.is-compact .axe-battle-opponent-live-grid{
  grid-template-columns:repeat(4,1fr);
  gap:6px;
}
@media (max-width:520px){
  .axe-battle-opponent-live-grid{grid-template-columns:repeat(2,1fr);} 
}

/* v1.7.3: kompakte Live-Gegner-Anzeige */
.axe-battle-opponent-live-mini{
  display:flex;
  align-items:center;
  gap:10px;
  max-width:360px;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid #dbe5f3;
  box-shadow:0 6px 18px rgba(15,23,42,.05);
}
.axe-battle-opponent-live-mini.is-waiting-live{
  display:none!important;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-avatar{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-grid{
  flex:1 1 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin:0;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-grid div{
  padding:6px 8px;
  border-radius:10px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  text-align:center;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-grid small{
  display:block;
  margin:0 0 1px;
  font-size:11px;
  color:#64748b;
  font-weight:700;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-grid b{
  display:block;
  font-size:18px;
  line-height:1.1;
  color:#0f172a;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-head,
.axe-battle-opponent-live-mini .axe-battle-opponent-live-title,
.axe-battle-opponent-live-mini .axe-battle-opponent-live-foot{
  display:none!important;
}
.axe-battle-opponent-live-mini .axe-battle-opponent-live-status{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(1px,1px,1px,1px);
}
@media (max-width:520px){
  .axe-battle-opponent-live-mini{max-width:100%;gap:8px;padding:8px 10px;}
  .axe-battle-opponent-live-mini .axe-battle-opponent-live-avatar{width:40px!important;height:40px!important;flex-basis:40px!important;}
  .axe-battle-opponent-live-mini .axe-battle-opponent-live-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;}
  .axe-battle-opponent-live-mini .axe-battle-opponent-live-grid div{padding:5px 4px;}
  .axe-battle-opponent-live-mini .axe-battle-opponent-live-grid b{font-size:16px;}
}


/* v2.3.1: Angenommenes Battle kurzfristig absagen */
.axe-battle-cancel-accepted{
  margin-top:8px;
  width:100%;
}
.axe-battle-cancel-accepted > summary{
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px;
  border-radius:11px;
  border:1px solid #fecaca;
  background:#fff5f5;
  color:#b91c1c;
  font-weight:900;
  list-style:none;
}
.axe-battle-cancel-accepted > summary::-webkit-details-marker{
  display:none;
}
.axe-battle-cancel-form{
  margin-top:8px;
  padding:10px;
  border:1px solid #fee2e2;
  border-radius:12px;
  background:#fffafa;
  display:grid;
  gap:8px;
  max-width:520px;
}
.axe-battle-cancel-form label{
  font-size:12px;
  font-weight:900;
  color:#475569;
}
.axe-battle-cancel-form textarea{
  width:100%;
  min-height:82px;
  resize:vertical;
  border:1px solid #cbd5e1;
  border-radius:10px;
  padding:9px 10px;
}
.axe-battle-danger{
  border:0;
  border-radius:10px;
  background:#dc2626;
  color:#fff;
  font-weight:900;
  padding:9px 12px;
  cursor:pointer;
}
.axe-battle-danger:hover{
  background:#b91c1c;
}

/* v2.3.1: Absagefrist vor Battle-Start ist im Admin einstellbar. */

/* v2.3.1: Absage per AJAX in der Battle-Zentrale repariert. */


/* v2.3.1: Abgesagte Battles ohne Wertung darstellen */
.axe-battle-history-row.axe-battle-history-cancelled{
  border-left-color:#94a3b8;
  background:#f8fafc;
}
.axe-battle-history-cancelled-score{
  color:#64748b;
}
.axe-battle-history-cancelled-score span{
  display:block;
  font-weight:950;
  color:#334155;
}
.axe-battle-history-cancelled-score small,
.axe-battle-history-note{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-weight:700;
}


/* v2.3.1: Gegnersuche bleibt offen, Ergebnisliste begrenzt und scrollbar */
.axe-battle-opponent-search-form{
  align-items:end;
}
#axebook-battle-create-panel.is-loading-opponents{
  opacity:.72;
  pointer-events:none;
}
.axe-battle-user-list{
  max-height:520px;
  overflow-y:auto;
  padding-right:6px;
  scrollbar-width:thin;
}
.axe-battle-user-list .axe-battle-user-card{
  min-height:74px;
}
.axe-battle-user-online{
  font-weight:900!important;
  color:#166534!important;
}
.axe-battle-user-scorecard{
  color:#64748b!important;
}
@media(max-width:760px){
  .axe-battle-user-list{
    max-height:430px;
  }
}


/* v2.3.1: Öffentliche Battles ohne festen Gegner */
.axe-battle-public-create{
  display:block;
  padding:10px 12px;
  margin:10px 0;
  border:1px solid #bfdbfe;
  border-radius:12px;
  background:#eff6ff;
  color:#0f172a;
  font-weight:900;
}
.axe-battle-public-create small{
  display:block;
  margin-top:3px;
  color:#475569;
  font-weight:700;
}
.axe-battle-public-panel{
  border-color:#bfdbfe!important;
  background:#f8fbff!important;
}
.axe-battle-public-list{
  max-height:420px;
  overflow-y:auto;
  display:grid;
  gap:8px;
  padding-right:4px;
}
.axe-battle-public-card{
  display:grid;
  gap:8px;
  padding:10px;
  border:1px solid #dbeafe;
  border-radius:12px;
  background:#fff;
}
.axe-battle-public-card small{
  display:block;
  color:#64748b;
  margin-top:3px;
}
.axe-battle-public-card p{
  margin:0;
  color:#475569;
}

/* v2.3.1: Offenes Neues-Battle-Formular wird bei Live-Refresh nicht zurückgesetzt. */

/* v2.3.1: Öffentliche Battles nach überschrittener Startzeit automatisch entfernen. */

/* v2.3.1: Öffentliche Battle-Liste aktualisiert per Socket.IO/AJAX ohne Seiten-Refresh. */


/* v2.3.1: Öffentliche Battle-Liste kompakter, begrenzt und scrollbar */
.axe-battle-public-panel{
  padding:12px!important;
}
.axe-battle-public-panel h4{
  margin-bottom:8px!important;
}
.axe-battle-public-list{
  max-height:360px!important;
  overflow-y:auto!important;
  display:grid!important;
  gap:6px!important;
  padding-right:5px!important;
}
.axe-battle-public-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding:8px 9px!important;
  border-radius:10px!important;
  min-height:0!important;
}
.axe-battle-public-card strong{
  display:block!important;
  font-size:14px!important;
  line-height:1.15!important;
  margin:0 0 2px!important;
}
.axe-battle-public-card small{
  display:block!important;
  font-size:11.5px!important;
  line-height:1.25!important;
  margin:0!important;
}
.axe-battle-public-card p{
  margin:3px 0 0!important;
  font-size:12px!important;
  line-height:1.25!important;
}
.axe-battle-public-action .axe-battle-inline-form{
  margin:0!important;
}
.axe-battle-public-action button,
.axe-battle-public-action .axe-battle-primary{
  padding:7px 10px!important;
  min-height:32px!important;
  border-radius:9px!important;
  font-size:12.5px!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .axe-battle-public-list{
    max-height:300px!important;
  }
  .axe-battle-public-card{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  .axe-battle-public-action{
    justify-self:start!important;
  }
}


/* v2.3.1: offene Battle-Anfrage löschen */
.axe-battle-danger,
.axe-battle-actions .axe-battle-danger{
  border:0;
  border-radius:10px;
  background:#dc2626;
  color:#fff;
  font-weight:900;
  padding:8px 11px;
  cursor:pointer;
}
.axe-battle-danger:hover,
.axe-battle-actions .axe-battle-danger:hover{
  background:#b91c1c;
}


/* v2.3.1: Öffentliche AXEBOOK Battle Arena */
.axe-battle-arena-v200 .axe-battle-arena-hero{
  align-items:center;
  gap:14px;
}
.axe-battle-arena-stats-wide{
  display:grid;
  grid-template-columns:repeat(5,minmax(110px,1fr));
  gap:10px;
  margin:12px 0 14px;
}
.axe-battle-arena-stats-wide > div{
  background:#0f172a;
  color:#fff;
  border-radius:15px;
  padding:12px 14px;
  box-shadow:0 8px 22px rgba(15,23,42,.12);
}
.axe-battle-arena-stats-wide strong{
  display:block;
  font-size:26px;
  line-height:1;
}
.axe-battle-arena-stats-wide span{
  display:block;
  margin-top:4px;
  color:#cbd5e1;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.axe-battle-arena-grid-v200{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:14px;
}
.axe-battle-arena-card{
  min-width:0;
}
.axe-battle-arena-card h4{
  margin-bottom:9px!important;
}
.axe-battle-arena-live-list,
.axe-battle-arena-compact-list,
.axe-battle-arena-results-table,
.axe-battle-live-ticker{
  max-height:390px;
  overflow-y:auto;
  display:grid;
  gap:7px;
  padding-right:5px;
  scrollbar-width:thin;
}
.axe-battle-arena-row,
.axe-battle-arena-result-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
}
.axe-battle-arena-row-live{
  border-color:#bbf7d0;
  background:#f0fdf4;
}
.axe-battle-arena-row-main strong,
.axe-battle-arena-result-row strong{
  display:block;
  font-size:14px;
  line-height:1.15;
}
.axe-battle-arena-row-main small,
.axe-battle-arena-result-row small{
  display:block;
  color:#64748b;
  font-size:11.5px;
  line-height:1.25;
  margin-top:2px;
}
.axe-battle-arena-row-score,
.axe-battle-arena-result-row b{
  font-weight:950;
  font-size:16px;
  white-space:nowrap;
}
.axe-battle-arena-result-row span{
  font-size:12px;
  font-weight:900;
  color:#166534;
  white-space:nowrap;
}
.axe-battle-highlight-pill{
  display:grid;
  gap:3px;
  padding:9px 10px;
  border:1px solid #fde68a;
  background:#fffbeb;
  border-radius:12px;
  margin-bottom:7px;
}
.axe-battle-highlight-pill span{
  color:#92400e;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.axe-battle-highlight-pill strong{
  color:#111827;
  font-size:13px;
}
.axe-battle-arena-card-public .axe-battle-public-panel{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.axe-battle-arena-card-live,
.axe-battle-arena-card-results,
.axe-battle-arena-ticker-card{
  grid-column:span 1;
}
@media(max-width:900px){
  .axe-battle-arena-grid-v200,
  .axe-battle-arena-stats-wide{
    grid-template-columns:1fr;
  }
  .axe-battle-arena-row,
  .axe-battle-arena-result-row{
    grid-template-columns:1fr;
    align-items:start;
  }
}


/* v2.3.1: Battle Arena im hellen AXEBOOK/Live-Arena Stil */
.axe-battle-arena-v200{
  --axe-arena-bg:#f5f7fb;
  --axe-arena-card:#ffffff;
  --axe-arena-card-soft:#f8fafc;
  --axe-arena-border:#e2e8f0;
  --axe-arena-text:#0f172a;
  --axe-arena-muted:#64748b;
  --axe-arena-accent:#d71920;
  --axe-arena-green:#16a34a;
  --axe-arena-orange:#f59e0b;
  --axe-arena-blue:#2563eb;
  background:var(--axe-arena-bg)!important;
  color:var(--axe-arena-text)!important;
  border:1px solid var(--axe-arena-border)!important;
  border-radius:22px!important;
  padding:16px!important;
  box-shadow:0 14px 35px rgba(15,23,42,.08)!important;
}
.axe-battle-arena-v200,
.axe-battle-arena-v200 *{
  color:var(--axe-arena-text);
}
.axe-battle-arena-v200 .axe-battle-arena-hero{
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid var(--axe-arena-border)!important;
  border-left:6px solid var(--axe-arena-accent)!important;
  border-radius:18px!important;
  padding:16px 18px!important;
  color:var(--axe-arena-text)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero h3{
  color:var(--axe-arena-text)!important;
  margin:0 0 4px!important;
  font-size:28px!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero p{
  color:var(--axe-arena-accent)!important;
  margin:0!important;
  font-size:13px!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.axe-battle-arena-v200 .axe-battle-live-info{
  background:#ecfdf5!important;
  color:#166534!important;
  border:1px solid #bbf7d0!important;
  border-radius:999px!important;
  padding:8px 13px!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide{
  grid-template-columns:repeat(5,minmax(120px,1fr))!important;
  gap:10px!important;
  margin:14px 0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div{
  background:var(--axe-arena-card)!important;
  color:var(--axe-arena-text)!important;
  border:1px solid var(--axe-arena-border)!important;
  border-radius:18px!important;
  padding:13px 12px!important;
  text-align:center!important;
  box-shadow:0 8px 20px rgba(15,23,42,.05)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div:nth-child(1){
  border-top:4px solid var(--axe-arena-green)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div:nth-child(2){
  border-top:4px solid var(--axe-arena-blue)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div:nth-child(3){
  border-top:4px solid var(--axe-arena-orange)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div:nth-child(4){
  border-top:4px solid var(--axe-arena-accent)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div:nth-child(5){
  border-top:4px solid #8b5cf6!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide strong{
  color:var(--axe-arena-text)!important;
  font-size:30px!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide span{
  color:var(--axe-arena-muted)!important;
  font-size:11px!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-arena-grid-v200{
  gap:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card,
.axe-battle-arena-v200 .axe-battle-public-panel{
  background:var(--axe-arena-card)!important;
  border:1px solid var(--axe-arena-border)!important;
  border-radius:20px!important;
  padding:15px!important;
  color:var(--axe-arena-text)!important;
  box-shadow:0 8px 22px rgba(15,23,42,.055)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4,
.axe-battle-arena-v200 .axe-battle-public-panel h4{
  color:var(--axe-arena-text)!important;
  font-size:17px!important;
  font-weight:950!important;
  margin:0 0 10px!important;
}
.axe-battle-arena-v200 .axe-battle-public-panel h4 span,
.axe-battle-arena-v200 .axe-battle-arena-card h4 span{
  background:#0f172a!important;
  color:#fff!important;
  border-radius:999px!important;
  min-width:25px!important;
  height:25px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  margin-left:6px!important;
}
.axe-battle-arena-v200 .axe-battle-muted,
.axe-battle-arena-v200 p,
.axe-battle-arena-v200 small{
  color:var(--axe-arena-muted)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row,
.axe-battle-arena-v200 .axe-battle-arena-result-row,
.axe-battle-arena-v200 .axe-battle-ticker-row,
.axe-battle-arena-v200 .axe-battle-public-card,
.axe-battle-arena-v200 .axe-battle-arena-ranking li{
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  border-radius:14px!important;
  color:var(--axe-arena-text)!important;
  box-shadow:0 4px 12px rgba(15,23,42,.04)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live{
  background:#f0fdf4!important;
  border-color:#bbf7d0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row strong,
.axe-battle-arena-v200 .axe-battle-arena-result-row strong,
.axe-battle-arena-v200 .axe-battle-public-card strong,
.axe-battle-arena-v200 .axe-battle-ticker-row strong,
.axe-battle-arena-v200 .axe-battle-arena-ranking strong{
  color:var(--axe-arena-text)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-score,
.axe-battle-arena-v200 .axe-battle-arena-result-row b{
  color:var(--axe-arena-accent)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row span{
  color:#166534!important;
  background:#dcfce7!important;
  border-radius:999px!important;
  padding:4px 8px!important;
  justify-self:end!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill{
  background:#fff7ed!important;
  border:1px solid #fed7aa!important;
  border-left:5px solid var(--axe-arena-orange)!important;
  color:var(--axe-arena-text)!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill span{
  color:#9a3412!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill strong{
  color:var(--axe-arena-text)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{
  background:var(--axe-arena-orange)!important;
  color:#111827!important;
  border-radius:999px!important;
  min-width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-live-ticker{
  scrollbar-color:#cbd5e1 transparent!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row span{
  color:var(--axe-arena-blue)!important;
}
.axe-battle-arena-v200 .axe-battle-public-action button,
.axe-battle-arena-v200 .axe-battle-public-action .axe-battle-primary,
.axe-battle-arena-v200 .axe-battle-primary{
  background:#0f172a!important;
  color:#fff!important;
  border-radius:10px!important;
}
.axe-battle-arena-v200 .axe-battle-public-action button:hover,
.axe-battle-arena-v200 .axe-battle-primary:hover{
  background:var(--axe-arena-accent)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-public .axe-battle-public-panel{
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.axe-battle-arena-v200 code{
  color:var(--axe-arena-accent)!important;
  background:#fee2e2!important;
  border-radius:5px!important;
  padding:1px 4px!important;
}
@media(max-width:900px){
  .axe-battle-arena-v200 .axe-battle-arena-hero{
    align-items:flex-start!important;
  }
  .axe-battle-arena-v200 .axe-battle-live-info{
    white-space:normal!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-stats-wide{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .axe-battle-arena-v200 .axe-battle-arena-stats-wide{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200{
    padding:10px!important;
    border-radius:16px!important;
  }
}


/* v2.3.1: Live-Würfe im Battle-Ticker bleiben erhalten und werden scrollbar */
.axe-battle-arena-v200 .axe-battle-live-ticker{
  max-height:430px!important;
  overflow-y:auto!important;
  display:grid!important;
  gap:7px!important;
  align-content:start!important;
  padding-right:6px!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row{
  flex:0 0 auto!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-live{
  border-left:5px solid #d71920!important;
  background:#fff7f7!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-live small::before{
  content:"Live · ";
  font-weight:950;
  color:#d71920;
}


/* v2.3.1: 3-spaltige Battle Arena, hoher Ticker, dynamische Ø-Führung und Wochen/Monatsranking */
.axe-battle-arena-v200 .axe-battle-arena-grid-v203{
  display:grid!important;
  grid-template-columns:1fr 1.15fr 1fr!important;
  gap:14px!important;
  align-items:start!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top{
  grid-column:auto!important;
  grid-row:span 2!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top .axe-battle-live-ticker{
  max-height:620px!important;
  min-height:420px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live{
  grid-template-columns:minmax(0,1fr) auto!important;
  position:relative!important;
}
.axe-battle-arena-v200 .axe-battle-live-average-line{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:6px!important;
}
.axe-battle-arena-v200 .axe-battle-live-average-line span{
  display:inline-flex!important;
  align-items:center!important;
  border-radius:999px!important;
  padding:3px 8px!important;
  background:#eef2ff!important;
  color:#3730a3!important;
  font-size:11.5px!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-live-leader{
  grid-column:1 / -1!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  margin-top:4px!important;
  border-radius:999px!important;
  padding:5px 9px!important;
  background:#fef3c7!important;
  color:#92400e!important;
  font-size:12px!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live.is-challenger-leading .axe-battle-live-leader,
.axe-battle-arena-v200 .axe-battle-arena-row-live.is-opponent-leading .axe-battle-live-leader{
  background:#dcfce7!important;
  color:#166534!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live.is-draw-live .axe-battle-live-leader{
  background:#e0f2fe!important;
  color:#075985!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live.is-live-updated{
  outline:3px solid rgba(215,25,32,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-ranking .axe-battle-arena-ranking{
  max-height:calc(var(--axe-ranking-scroll-after, 5) * 56px)!important;
  overflow-y:auto!important;
  padding-right:5px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:9px!important;
  align-items:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fee2e2!important;
  color:#991b1b!important;
  font-style:normal!important;
  font-size:12px!important;
  font-weight:950!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr 1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-ticker-card-top{
    grid-row:auto!important;
    grid-column:1 / -1!important;
  }
}
@media(max-width:760px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-ticker-card-top{
    grid-column:auto!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-ticker-card-top .axe-battle-live-ticker{
    min-height:320px!important;
    max-height:460px!important;
  }
}


/* v2.3.1: Jetzt-live bleibt stabil + Design näher an Live Arena */
.axe-battle-arena-v200{
  background:#f3f5f8!important;
  border:0!important;
  box-shadow:none!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero{
  background:#ffffff!important;
  border:1px solid #e5e7eb!important;
  border-radius:22px!important;
  border-left:7px solid #d71920!important;
  box-shadow:0 10px 25px rgba(15,23,42,.07)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero h3{
  color:#111827!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero p{
  color:#6b7280!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-size:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div{
  border-radius:18px!important;
  background:#ffffff!important;
  position:relative!important;
  overflow:hidden!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:#d71920;
}
.axe-battle-arena-v200 .axe-battle-arena-card{
  border-radius:22px!important;
  border:1px solid #e5e7eb!important;
  background:#fff!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#d71920;
  display:inline-block;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live{
  min-height:190px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live{
  background:linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;
  border:1px solid #dbeafe!important;
  border-left:6px solid #2563eb!important;
  box-shadow:0 8px 20px rgba(37,99,235,.08)!important;
}
.axe-battle-arena-v200 .axe-battle-live-leader{
  font-size:13px!important;
  padding:6px 11px!important;
}
.axe-battle-arena-v200 .axe-battle-live-average-line span{
  background:#f1f5f9!important;
  color:#0f172a!important;
  border:1px solid #e2e8f0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top{
  border-left:7px solid #d71920!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top .axe-battle-live-ticker{
  min-height:500px!important;
  max-height:700px!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row{
  border-left:5px solid #e5e7eb!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-live{
  border-left-color:#d71920!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-ranking{
  border-left:7px solid #f59e0b!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-public{
  border-left:7px solid #2563eb!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-results{
  border-left:7px solid #16a34a!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-highlights{
  border-left:7px solid #f59e0b!important;
}

/* v2.3.1: Arena-Highlights beziehen sich auf die aktuelle Woche statt nur heute. */


/* v2.3.1: Battle Arena im Stil der Live Arena */
.axe-battle-arena-v200{
  max-width:1260px!important;
  background:radial-gradient(circle at top center, rgba(255,170,0,.12), rgba(255,170,0,0) 32%),
             linear-gradient(180deg,#020814 0%,#050d1f 54%,#020814 100%)!important;
  border:1px solid rgba(255,180,55,.18)!important;
  border-radius:20px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.34)!important;
  color:#f8fafc!important;
  overflow:hidden!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  gap:18px!important;
  padding:8px 0 6px!important;
  margin-bottom:8px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-main h3{
  margin:0!important;
  font-size:48px!important;
  line-height:.95!important;
  font-style:italic!important;
  font-weight:1000!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  background:linear-gradient(180deg,#fff 0%,#ffe6a8 38%,#ffb100 100%);
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 22px rgba(255,177,0,.16)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-main p{
  margin:6px 0 0!important;
  color:#f8fafc!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-side{
  display:grid!important;
  gap:8px!important;
  justify-items:end!important;
}
.axe-battle-arena-v200 .axe-battle-live-info,
.axe-battle-arena-v200 .axe-battle-live-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:12px!important;
  border:1px solid rgba(42,255,147,.24)!important;
  background:rgba(2,13,31,.88)!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 8px 24px rgba(0,0,0,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-live-chip{border-color:rgba(59,130,246,.25)!important;}
.axe-battle-arena-v200 .axe-battle-live-dot{
  width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14);
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
  margin:14px 0 18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(7,18,40,.96) 0%, rgba(5,14,30,.98) 100%)!important;
  border:1px solid rgba(255,180,55,.18)!important;
  border-radius:16px!important;
  padding:16px 14px!important;
  text-align:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div::before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#ffb100,#d71920,#ffb100);
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide strong{
  display:block!important;font-size:42px!important;line-height:1!important;color:#fff!important;font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide span{
  display:block!important;margin-top:8px!important;color:#f8fafc!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-grid-v203{
  display:grid!important;
  grid-template-columns:.95fr 1.45fr .95fr!important;
  grid-template-areas:
    "live ticker upcoming"
    "public ticker results"
    "highlights ticker rankingweek"
    "highlights ticker rankingmonth"!important;
  gap:14px!important;
  align-items:start!important;
}
.axe-battle-arena-v200 .axe-battle-arena-zone-live{grid-area:live!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ticker{grid-area:ticker!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming{grid-area:upcoming!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-public{grid-area:public!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-results{grid-area:results!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-highlights{grid-area:highlights!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ranking-week{grid-area:rankingweek!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ranking-month{grid-area:rankingmonth!important;}
.axe-battle-arena-v200 .axe-battle-arena-card{
  background:linear-gradient(180deg,rgba(6,16,36,.96) 0%,rgba(3,11,24,.98) 100%)!important;
  border:1px solid rgba(255,180,55,.16)!important;
  border-radius:18px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.26)!important;
  padding:14px 16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4{
  display:flex!important;align-items:center!important;gap:8px!important;
  margin:0 0 12px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;
  color:#fff!important;font-size:15px!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.03em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4::before{
  content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#ffb100;box-shadow:0 0 0 4px rgba(255,177,0,.12);
}
.axe-battle-arena-v200 .axe-battle-muted{color:#a5b4c8!important;}
.axe-battle-arena-v200 .axe-battle-arena-live-list,
.axe-battle-arena-v200 .axe-battle-arena-compact-list,
.axe-battle-arena-v200 .axe-battle-arena-results-table,
.axe-battle-arena-v200 .axe-battle-live-ticker{
  display:grid!important;gap:10px!important;scrollbar-width:thin!important;scrollbar-color:#475569 transparent!important;
}
.axe-battle-arena-v200 .axe-battle-live-ticker{max-height:740px!important;min-height:740px!important;padding-right:4px!important;overflow-y:auto!important;}
.axe-battle-arena-v200 .axe-battle-arena-row,
.axe-battle-arena-v200 .axe-battle-arena-result-row,
.axe-battle-arena-v200 .axe-battle-ticker-row,
.axe-battle-arena-v200 .axe-battle-public-card{
  background:linear-gradient(180deg,rgba(8,20,43,.98),rgba(5,14,31,.98))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-live{
  border-color:rgba(215,25,32,.48)!important;
  background:linear-gradient(180deg,rgba(16,24,44,.96),rgba(10,16,30,.98))!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row,
.axe-battle-arena-v200 .axe-battle-arena-result-row{padding:12px 12px!important;}
.axe-battle-arena-v200 .axe-battle-arena-row-main strong,
.axe-battle-arena-v200 .axe-battle-arena-result-row strong,
.axe-battle-arena-v200 .axe-battle-ticker-row strong{color:#fff!important;font-size:18px!important;line-height:1.18!important;}
.axe-battle-arena-v200 .axe-battle-arena-row-main small,
.axe-battle-arena-v200 .axe-battle-arena-result-row small,
.axe-battle-arena-v200 .axe-battle-ticker-row small{color:#cbd5e1!important;font-size:12px!important;line-height:1.35!important;}
.axe-battle-arena-v200 .axe-battle-arena-row-score,
.axe-battle-arena-v200 .axe-battle-arena-result-row b{color:#ffb100!important;font-size:22px!important;font-weight:1000!important;white-space:nowrap!important;}
.axe-battle-arena-v200 .axe-battle-arena-result-row span{color:#4ade80!important;font-size:13px!important;font-weight:900!important;}
.axe-battle-arena-v200 .axe-battle-live-average-line span{background:rgba(255,177,0,.13)!important;border:1px solid rgba(255,177,0,.25)!important;color:#ffe3a0!important;}
.axe-battle-arena-v200 .axe-battle-live-leader{background:rgba(34,197,94,.16)!important;color:#6ee7b7!important;border:1px solid rgba(34,197,94,.28)!important;}
.axe-battle-arena-v200 .axe-battle-arena-row-live.is-draw-live .axe-battle-live-leader{background:rgba(59,130,246,.17)!important;color:#93c5fd!important;border-color:rgba(59,130,246,.28)!important;}
.axe-battle-arena-v200 .axe-battle-live-ticker .axe-battle-ticker-row{padding:12px 10px!important;border-left:4px solid #ffb100!important;}
.axe-battle-arena-v200 .axe-battle-ticker-row strong{font-size:16px!important;}
.axe-battle-arena-v200 .axe-battle-ticker-row b,
.axe-battle-arena-v200 .axe-battle-ticker-pill{background:#ffb100!important;color:#111827!important;font-weight:1000!important;}
.axe-battle-arena-v200 .axe-battle-highlight-pill{
  background:linear-gradient(180deg,#12161f,#0f1520)!important;border:1px solid rgba(255,177,0,.28)!important;border-left:4px solid #ffb100!important;border-radius:14px!important;padding:12px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill span{color:#ffb100!important;}
.axe-battle-arena-v200 .axe-battle-highlight-pill strong{color:#fff!important;font-size:14px!important;line-height:1.4!important;}
.axe-battle-arena-v200 .axe-battle-public-card{padding:12px!important;}
.axe-battle-arena-v200 .axe-battle-public-card strong,
.axe-battle-arena-v200 .axe-battle-public-main strong{color:#fff!important;display:block!important;font-size:15px!important;}
.axe-battle-arena-v200 .axe-battle-public-card small,
.axe-battle-arena-v200 .axe-battle-public-main small,
.axe-battle-arena-v200 .axe-battle-public-card p{color:#cbd5e1!important;}
.axe-battle-arena-v200 .axe-battle-public-card .axe-battle-primary,
.axe-battle-arena-v200 .axe-battle-public-card .axe-battle-secondary,
.axe-battle-arena-v200 .axe-battle-actions .axe-battle-small-btn{background:#111827!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;}
.axe-battle-arena-v200 .axe-battle-primary{background:linear-gradient(180deg,#ffb100,#f59e0b)!important;color:#111827!important;font-weight:1000!important;border:0!important;}
.axe-battle-arena-v200 .axe-battle-primary:hover{filter:brightness(1.05)!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-ranking .axe-battle-arena-ranking{display:grid!important;gap:10px!important;list-style:none!important;margin:0!important;padding:0!important;max-height:350px!important;overflow-y:auto!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-ranking li{
  background:linear-gradient(180deg,rgba(8,20,43,.98),rgba(5,14,31,.98))!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important;padding:12px!important;
  display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{
  width:30px!important;height:30px!important;border-radius:50%!important;background:#ffb100!important;color:#111827!important;font-style:normal!important;font-weight:1000!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li strong{display:block!important;color:#fff!important;font-size:16px!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li small{display:block!important;color:#f59e0b!important;font-size:11px!important;font-style:italic!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{width:42px!important;height:42px!important;border-radius:50%!important;background:#ffb100!important;color:#111827!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;font-weight:1000!important;}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;
  margin-top:16px!important;padding:14px 16px!important;border:1px solid rgba(255,180,55,.18)!important;border-radius:16px!important;
  background:linear-gradient(90deg,rgba(18,23,31,.96),rgba(5,20,18,.96))!important;color:#fff!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip div{font-weight:900!important;}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip span{color:#cbd5e1!important;}
@media (max-width: 1180px){
  .axe-battle-arena-v200 .axe-battle-arena-hero-main h3{font-size:38px!important;}
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "live upcoming"
      "ticker ticker"
      "public results"
      "highlights rankingweek"
      "highlights rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-live-ticker{min-height:420px!important;max-height:520px!important;}
}
@media (max-width: 860px){
  .axe-battle-arena-v200 .axe-battle-arena-hero{flex-direction:column!important;align-items:flex-start!important;}
  .axe-battle-arena-v200 .axe-battle-arena-hero-side{justify-items:start!important;}
  .axe-battle-arena-v200 .axe-battle-arena-stats-wide{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "live"
      "ticker"
      "upcoming"
      "public"
      "results"
      "highlights"
      "rankingweek"
      "rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-live-ticker{min-height:300px!important;max-height:400px!important;}
  .axe-battle-arena-v200 .axe-battle-arena-footer-strip{grid-template-columns:1fr!important;}
  .axe-battle-arena-v200 .axe-battle-arena-hero-main h3{font-size:30px!important;}
  .axe-battle-arena-v200 .axe-battle-arena-hero-main p{font-size:12px!important;line-height:1.35!important;}
}

/* v2.3.1: Battle Arena verarbeitet Scorecard-Socket-Würfe nur noch für aktive Battles. */


/* v2.3.1: Battle Arena optisch näher an AXEBOOK Live Arena */
.axe-battle-arena-v200{
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:22px 22px 20px!important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255,177,0,.20), rgba(255,177,0,0) 34%),
    radial-gradient(circle at 100% 45%, rgba(120,60,25,.20), rgba(120,60,25,0) 28%),
    linear-gradient(180deg,#030712 0%,#06101f 54%,#020713 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  box-shadow:0 22px 48px rgba(0,0,0,.45)!important;
  color:#fff!important;
}
.axe-battle-arena-v200 *{
  box-sizing:border-box!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero{
  background:transparent!important;
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0 0 14px!important;
  margin:0 0 4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-main h3{
  margin:0!important;
  color:#fff!important;
  font-size:50px!important;
  line-height:.95!important;
  letter-spacing:.015em!important;
  font-weight:1000!important;
  font-style:italic!important;
  text-transform:uppercase!important;
  text-shadow:
    0 2px 0 rgba(0,0,0,.35),
    0 0 28px rgba(255,177,0,.22)!important;
  background:linear-gradient(180deg,#fff 0%,#fff7d6 38%,#ffb100 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-main p{
  margin:6px 0 0!important;
  color:#f8fafc!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
  letter-spacing:.065em!important;
  text-transform:uppercase!important;
}
.axe-battle-arena-v200 .axe-battle-arena-hero-side{
  display:grid!important;
  gap:8px!important;
  justify-items:end!important;
}
.axe-battle-arena-v200 .axe-battle-live-info,
.axe-battle-arena-v200 .axe-battle-live-chip{
  background:rgba(3,12,24,.92)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:9px!important;
  padding:8px 14px!important;
  min-height:36px!important;
  box-shadow:0 10px 20px rgba(0,0,0,.32)!important;
  font-size:12px!important;
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-live-dot{
  width:10px!important;
  height:10px!important;
  border-radius:999px!important;
  background:#22c55e!important;
  box-shadow:0 0 0 4px rgba(34,197,94,.14)!important;
}

/* Statistik-Leiste wie Live Arena */
.axe-battle-arena-v200 .axe-battle-arena-stats-wide{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  margin:10px 0 18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div{
  background:linear-gradient(180deg,rgba(14,23,38,.96),rgba(7,13,24,.98))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-top:2px solid rgba(255,177,0,.55)!important;
  border-radius:12px!important;
  padding:15px 10px 13px!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide > div::before{
  display:none!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide strong{
  color:#fff!important;
  font-size:32px!important;
  line-height:1!important;
  font-weight:1000!important;
  text-shadow:0 0 12px rgba(255,177,0,.20)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-stats-wide span{
  color:#f8fafc!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}

/* Drei Spalten exakt präsenter wie Live Arena */
.axe-battle-arena-v200 .axe-battle-arena-grid-v203{
  display:grid!important;
  grid-template-columns:.82fr 1.55fr .92fr!important;
  grid-template-areas:
    "live ticker upcoming"
    "public ticker results"
    "highlights ticker rankingweek"
    "highlights ticker rankingmonth"!important;
  gap:14px!important;
  align-items:start!important;
}
.axe-battle-arena-v200 .axe-battle-arena-zone-live{grid-area:live!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-public{grid-area:public!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-highlights{grid-area:highlights!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ticker{grid-area:ticker!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming{grid-area:upcoming!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-results{grid-area:results!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ranking-week{grid-area:rankingweek!important;}
.axe-battle-arena-v200 .axe-battle-arena-zone-ranking-month{grid-area:rankingmonth!important;}

/* Karten dunkler, kompakter, mit Headerband */
.axe-battle-arena-v200 .axe-battle-arena-card{
  background:linear-gradient(180deg,rgba(12,22,38,.96),rgba(5,11,21,.98))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:12px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:0 10px 22px rgba(0,0,0,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  padding:11px 13px!important;
  min-height:42px!important;
  background:linear-gradient(90deg,rgba(255,177,0,.18),rgba(255,177,0,.04),rgba(255,255,255,.02))!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card h4::before{
  content:"";
  display:inline-block!important;
  width:9px!important;
  height:9px!important;
  border-radius:999px!important;
  background:#ffb100!important;
  box-shadow:0 0 0 4px rgba(255,177,0,.12)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card > p,
.axe-battle-arena-v200 .axe-battle-public-panel > p{
  padding:14px!important;
  margin:0!important;
}
.axe-battle-arena-v200 .axe-battle-muted{
  color:#b7c3d4!important;
}

/* Inhalte in Karten */
.axe-battle-arena-v200 .axe-battle-arena-live-list,
.axe-battle-arena-v200 .axe-battle-arena-compact-list,
.axe-battle-arena-v200 .axe-battle-arena-results-table,
.axe-battle-arena-v200 .axe-battle-public-list,
.axe-battle-arena-v200 .axe-battle-live-ticker,
.axe-battle-arena-v200 .axe-battle-arena-ranking{
  padding:12px!important;
  display:grid!important;
  gap:10px!important;
  scrollbar-width:thin!important;
  scrollbar-color:#64748b transparent!important;
}
.axe-battle-arena-v200 .axe-battle-live-ticker{
  min-height:650px!important;
  max-height:650px!important;
  overflow-y:auto!important;
  align-content:start!important;
}

/* Ticker wie Mitte in Live Arena */
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top{
  border-color:rgba(255,177,0,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ticker-card-top h4{
  background:linear-gradient(90deg,rgba(255,177,0,.28),rgba(255,177,0,.08),rgba(255,255,255,.03))!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row{
  display:grid!important;
  grid-template-columns:84px minmax(0,1fr)!important;
  gap:10px 14px!important;
  align-items:center!important;
  background:transparent!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  border-radius:0!important;
  padding:9px 4px 10px!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row span{
  color:#93c5fd!important;
  font-size:11px!important;
  font-weight:800!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row strong{
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-row small{
  grid-column:2!important;
  color:#dbeafe!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.axe-battle-arena-v200 .axe-battle-ticker-live{
  border-left:0!important;
  background:rgba(255,177,0,.04)!important;
}

/* Zeilen und Listen */
.axe-battle-arena-v200 .axe-battle-arena-row,
.axe-battle-arena-v200 .axe-battle-arena-result-row,
.axe-battle-arena-v200 .axe-battle-public-card,
.axe-battle-arena-v200 .axe-battle-arena-ranking li{
  background:linear-gradient(180deg,rgba(8,18,35,.96),rgba(6,13,25,.98))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:12px!important;
  color:#fff!important;
  box-shadow:none!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row,
.axe-battle-arena-v200 .axe-battle-arena-result-row{
  padding:10px 11px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-main strong,
.axe-battle-arena-v200 .axe-battle-arena-result-row strong,
.axe-battle-arena-v200 .axe-battle-public-card strong,
.axe-battle-arena-v200 .axe-battle-public-main strong,
.axe-battle-arena-v200 .axe-battle-arena-ranking strong{
  color:#fff!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-main small,
.axe-battle-arena-v200 .axe-battle-arena-result-row small,
.axe-battle-arena-v200 .axe-battle-public-card small,
.axe-battle-arena-v200 .axe-battle-public-card p,
.axe-battle-arena-v200 .axe-battle-arena-ranking small{
  color:#f59e0b!important;
  font-style:italic!important;
}
.axe-battle-arena-v200 .axe-battle-arena-row-score,
.axe-battle-arena-v200 .axe-battle-arena-result-row b{
  color:#ffb100!important;
  font-size:20px!important;
  font-weight:1000!important;
  text-shadow:0 0 14px rgba(255,177,0,.20)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row span{
  color:#111827!important;
  background:#86efac!important;
  border-radius:999px!important;
  padding:4px 8px!important;
  font-weight:1000!important;
}

/* Highlights */
.axe-battle-arena-v200 .axe-battle-highlight-pill{
  margin:12px!important;
  margin-bottom:0!important;
  background:linear-gradient(180deg,rgba(255,177,0,.10),rgba(255,177,0,.05))!important;
  border:1px solid rgba(255,177,0,.35)!important;
  border-radius:11px!important;
  padding:11px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill span{
  color:#ffb100!important;
  font-size:11px!important;
  text-transform:uppercase!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill strong{
  color:#fff!important;
  font-size:13px!important;
  line-height:1.35!important;
}

/* Ranking */
.axe-battle-arena-v200 .axe-battle-arena-card-ranking .axe-battle-arena-ranking{
  max-height:calc(var(--axe-ranking-scroll-after,5) * 58px)!important;
  overflow-y:auto!important;
  list-style:none!important;
  margin:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) 38px!important;
  gap:10px!important;
  align-items:center!important;
  padding:9px 10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li i,
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#ffb100!important;
  color:#111827!important;
  font-weight:1000!important;
  font-style:normal!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{
  width:28px!important;
  height:28px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{
  width:38px!important;
  height:38px!important;
}

/* Öffentliche Battles nested panel entfernen */
.axe-battle-arena-v200 .axe-battle-arena-card-public .axe-battle-public-panel{
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-public .axe-battle-public-panel h4{
  margin:0!important;
}
.axe-battle-arena-v200 .axe-battle-primary,
.axe-battle-arena-v200 .axe-battle-public-action button{
  background:linear-gradient(180deg,#ffb100,#f59e0b)!important;
  color:#111827!important;
  border:0!important;
  border-radius:9px!important;
  font-weight:1000!important;
}

/* Footer wie Live Arena */
.axe-battle-arena-v200 .axe-battle-arena-footer-strip{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:16px!important;
  padding:14px 16px!important;
  border:1px solid rgba(255,177,0,.22)!important;
  border-radius:14px!important;
  background:linear-gradient(90deg,rgba(17,24,39,.96),rgba(5,18,20,.96))!important;
  color:#fff!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip div{
  font-weight:950!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip span{
  color:#cbd5e1!important;
}

/* Responsive */
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "live upcoming"
      "ticker ticker"
      "public results"
      "highlights rankingweek"
      "highlights rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-live-ticker{
    min-height:420px!important;
    max-height:520px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-hero-main h3{
    font-size:38px!important;
  }
}
@media(max-width:780px){
  .axe-battle-arena-v200{
    padding:14px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-hero{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-hero-side{
    justify-items:start!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-hero-main h3{
    font-size:30px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-hero-main p{
    font-size:12px!important;
    line-height:1.35!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-stats-wide{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "live"
      "ticker"
      "upcoming"
      "public"
      "results"
      "highlights"
      "rankingweek"
      "rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-live-ticker{
    min-height:320px!important;
    max-height:420px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-footer-strip{
    grid-template-columns:1fr!important;
  }
}


/* v2.3.1: großes Jetzt-Live-Showcase über dem Ticker */
.axe-battle-arena-v200 .axe-battle-arena-grid-v203{
  grid-template-columns:.82fr 1.55fr .92fr!important;
  grid-template-areas:
    "live featured upcoming"
    "public ticker results"
    "highlights ticker rankingweek"
    "highlights ticker rankingmonth"!important;
}
.axe-battle-arena-v200 .axe-battle-arena-zone-featured{grid-area:featured!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-featured{
  border:1px solid rgba(255,82,82,.55)!important;
  box-shadow:0 0 0 1px rgba(255,82,82,.08), 0 14px 28px rgba(0,0,0,.32)!important;
  overflow:hidden!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-featured h4{display:none!important;}
.axe-battle-arena-v200 .axe-battle-featured-live,
.axe-battle-arena-v200 .axe-battle-featured-empty{
  min-height:244px!important;
  padding:14px 16px 16px!important;
  background:
    radial-gradient(circle at 33% 38%, rgba(255,177,0,.26), rgba(255,177,0,0) 19%),
    linear-gradient(90deg, rgba(255,177,0,.08), rgba(255,177,0,0) 30%),
    linear-gradient(180deg, rgba(10,18,31,.98), rgba(6,12,22,.99))!important;
}
.axe-battle-arena-v200 .axe-battle-featured-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:10px!important;
}
.axe-battle-arena-v200 .axe-battle-featured-top h4{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
.axe-battle-arena-v200 .axe-battle-featured-top h4::before{
  content:"🔥"!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  box-shadow:none!important;
}
.axe-battle-arena-v200 .axe-battle-featured-top-note{
  color:#cbd5e1!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.axe-battle-arena-v200 .axe-battle-featured-subline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 14px!important;
  padding:8px 12px!important;
  border-radius:12px!important;
  background:rgba(3,12,24,.62)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-subline span{
  color:#e5e7eb!important;
  font-size:13px!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-featured-subline b{
  color:#ffb100!important;
  font-size:26px!important;
  line-height:1!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-featured-body{
  display:grid!important;
  grid-template-columns:88px 132px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}
.axe-battle-arena-v200 .axe-battle-featured-avatar{
  position:relative!important;
  width:84px!important;
  height:84px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  border:2px solid rgba(255,177,0,.85)!important;
  background:#111827!important;
  box-shadow:0 0 0 5px rgba(255,177,0,.10)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-avatar img,
.axe-battle-arena-v200 .axe-battle-featured-avatar .axe-battle-featured-avatar-fallback{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.axe-battle-arena-v200 .axe-battle-featured-avatar img{
  object-fit:cover!important;
}
.axe-battle-arena-v200 .axe-battle-featured-avatar-fallback{
  color:#fff!important;
  font-size:28px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-featured-points{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:104px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,177,0,.12),rgba(255,177,0,.03))!important;
  border:1px solid rgba(255,177,0,.18)!important;
  text-align:center!important;
}
.axe-battle-arena-v200 .axe-battle-featured-points-value{
  color:#ffb100!important;
  font-size:60px!important;
  line-height:.9!important;
  font-weight:1000!important;
  text-shadow:0 0 24px rgba(255,177,0,.25)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-points-label{
  color:#f8fafc!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
.axe-battle-arena-v200 .axe-battle-featured-player{
  min-width:0!important;
  padding:10px 14px!important;
  border-radius:16px!important;
  background:rgba(7,14,25,.82)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-player strong{
  display:block!important;
  margin:0 0 4px!important;
  color:#fff!important;
  font-size:21px!important;
  line-height:1.1!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-featured-club{
  color:#f59e0b!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-style:italic!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-featured-country{
  margin-top:3px!important;
  color:#dbeafe!important;
  font-size:14px!important;
  font-weight:800!important;
}
.axe-battle-arena-v200 .axe-battle-featured-stats{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 14px!important;
  margin-top:9px!important;
}
.axe-battle-arena-v200 .axe-battle-featured-stats span{
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-featured-stats b{color:#ffb100!important;}
.axe-battle-arena-v200 .axe-battle-featured-leader{
  margin-top:10px!important;
  color:#93c5fd!important;
  font-size:13px!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-featured-callout{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  margin-top:14px!important;
  border-radius:999px!important;
  border:1px solid rgba(34,197,94,.72)!important;
  background:linear-gradient(180deg,rgba(5,43,27,.92),rgba(5,28,18,.96))!important;
  color:#22f25f!important;
  font-size:18px!important;
  font-weight:1000!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  box-shadow:inset 0 0 0 1px rgba(34,197,94,.08)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-empty-body strong{
  display:block!important;
  color:#fff!important;
  font-size:18px!important;
  margin-bottom:8px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-arena-row-live .axe-battle-arena-row-main strong{font-size:15px!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-live-average-line{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:6px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-live-average-line span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:3px 8px!important;
  border-radius:999px!important;
  background:rgba(255,177,0,.08)!important;
  border:1px solid rgba(255,177,0,.16)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "live upcoming"
      "featured featured"
      "ticker ticker"
      "public results"
      "highlights rankingweek"
      "highlights rankingmonth"!important;
  }
}
@media(max-width:780px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "featured"
      "live"
      "ticker"
      "upcoming"
      "public"
      "results"
      "highlights"
      "rankingweek"
      "rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-body{
    grid-template-columns:1fr!important;
    text-align:center!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-avatar,
  .axe-battle-arena-v200 .axe-battle-featured-points{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-stats{
    justify-content:center!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-subline{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}


/* v2.3.1: Jetzt Live als direkter Vergleich beider Werfer */
.axe-battle-arena-v200 .axe-battle-arena-card-featured{
  min-height:330px!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel{
  padding:14px 16px 16px!important;
  min-height:330px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-scorebar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 14px!important;
  padding:8px 14px!important;
  border-radius:13px!important;
  background:rgba(3,12,24,.70)!important;
  border:1px solid rgba(255,255,255,.11)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-scorebar span{
  color:#fff!important;
  font-size:15px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-duel-scorebar b{
  color:#ffb100!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:1000!important;
  text-shadow:0 0 18px rgba(255,177,0,.25)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-stage{
  display:grid!important;
  grid-template-columns:1fr 128px 1fr!important;
  gap:13px!important;
  align-items:stretch!important;
}
.axe-battle-arena-v200 .axe-battle-duel-player{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  min-height:166px!important;
  padding:12px!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,rgba(8,18,35,.92),rgba(5,12,23,.98))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  transition:box-shadow .2s ease, border-color .2s ease, transform .2s ease!important;
}
.axe-battle-arena-v200 .axe-battle-duel-player.is-last-thrower{
  border-color:rgba(255,177,0,.72)!important;
  box-shadow:0 0 0 2px rgba(255,177,0,.10), 0 0 30px rgba(255,177,0,.13)!important;
  transform:translateY(-1px)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar{
  position:relative!important;
  width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  border:2px solid rgba(255,177,0,.86)!important;
  background:#111827!important;
  box-shadow:0 0 0 4px rgba(255,177,0,.11)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar img,
.axe-battle-arena-v200 .axe-battle-duel-avatar span{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  object-fit:cover!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar img{
  z-index:2!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar span{
  z-index:1!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-duel-info{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-duel-info strong{
  display:block!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.08!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-duel-info em{
  display:block!important;
  color:#f59e0b!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:900!important;
  margin-top:3px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-info small{
  display:block!important;
  color:#dbeafe!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:800!important;
  margin-top:2px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-metrics{
  grid-column:1 / -1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:8px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-metrics span{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:rgba(255,177,0,.10)!important;
  border:1px solid rgba(255,177,0,.18)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-duel-metrics b{
  color:#ffb100!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:166px!important;
  border-radius:20px!important;
  background:radial-gradient(circle at 50% 35%,rgba(255,177,0,.24),rgba(255,177,0,.05) 58%,rgba(2,8,18,.94) 100%)!important;
  border:1px solid rgba(255,177,0,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-last-points{
  color:#ffb100!important;
  font-size:56px!important;
  line-height:.9!important;
  font-weight:1000!important;
  text-shadow:0 0 24px rgba(255,177,0,.30)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center small{
  color:#fff!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  font-weight:1000!important;
  margin-top:6px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-vs{
  margin-top:12px!important;
  width:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#d71920!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-featured-leader{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:14px auto 0!important;
  min-height:34px!important;
  border-radius:999px!important;
  background:rgba(59,130,246,.14)!important;
  border:1px solid rgba(59,130,246,.25)!important;
  color:#93c5fd!important;
  font-size:14px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-challenger-leading .axe-battle-duel-player-challenger,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-opponent-leading .axe-battle-duel-player-opponent{
  border-color:rgba(34,197,94,.70)!important;
  box-shadow:0 0 0 2px rgba(34,197,94,.10), 0 0 24px rgba(34,197,94,.10)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-featured-callout{
  margin-top:14px!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-duel-stage{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center{
    min-height:116px!important;
  }
}
@media(max-width:780px){
  .axe-battle-arena-v200 .axe-battle-duel-player{
    grid-template-columns:64px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-avatar{
    width:62px!important;
    height:62px!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-scorebar{
    grid-template-columns:1fr!important;
  }
}


/* v2.3.1: Featured hero full-width, live/upcoming lower, less cramped */
.axe-battle-arena-v200 .axe-battle-arena-grid-v203{
  grid-template-columns:.82fr 1.55fr .92fr!important;
  grid-template-areas:
    "featured featured featured"
    "live ticker upcoming"
    "public ticker results"
    "highlights ticker rankingweek"
    "highlights ticker rankingmonth"!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-featured{
  padding:12px 14px!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel,
.axe-battle-arena-v200 .axe-battle-featured-empty{
  min-height:236px!important;
  padding:12px 14px 14px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-scorebar{
  margin:0 0 10px!important;
  padding:8px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-scorebar span{font-size:16px!important;}
.axe-battle-arena-v200 .axe-battle-duel-scorebar b{font-size:30px!important;}
.axe-battle-arena-v200 .axe-battle-duel-stage{
  grid-template-columns:1fr 116px 1fr!important;
  gap:11px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-player{
  min-height:138px!important;
  grid-template-columns:66px minmax(0,1fr)!important;
  gap:10px!important;
  padding:10px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar{
  width:64px!important;
  height:64px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar span{font-size:23px!important;}
.axe-battle-arena-v200 .axe-battle-duel-info strong{font-size:18px!important;}
.axe-battle-arena-v200 .axe-battle-duel-info em{font-size:13px!important;}
.axe-battle-arena-v200 .axe-battle-duel-info small{font-size:12px!important;}
.axe-battle-arena-v200 .axe-battle-duel-metrics{gap:6px!important;margin-top:6px!important;}
.axe-battle-arena-v200 .axe-battle-duel-metrics span{padding:4px 7px!important;font-size:11px!important;}
.axe-battle-arena-v200 .axe-battle-duel-center{min-height:138px!important;border-radius:18px!important;}
.axe-battle-arena-v200 .axe-battle-duel-last-points{font-size:48px!important;}
.axe-battle-arena-v200 .axe-battle-duel-center small{font-size:11px!important;}
.axe-battle-arena-v200 .axe-battle-duel-vs{width:40px!important;height:40px!important;font-size:15px!important;margin-top:10px!important;}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-featured-leader{margin-top:10px!important;min-height:32px!important;font-size:13px!important;}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-featured-callout{margin-top:10px!important;min-height:46px!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-live,
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming{align-self:start!important;}
.axe-battle-arena-v200 .axe-battle-arena-live-list{
  display:grid!important;
  gap:10px!important;
  max-height:300px!important;
  overflow:auto!important;
  padding-right:4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-card{margin-bottom:0!important;}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-compact-list{
  display:grid!important;
  gap:10px!important;
  max-height:300px!important;
  overflow:auto!important;
  padding-right:4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live h4::after{
  content:" weitere Battles unten";
  color:#94a3b8!important;
  font-size:11px!important;
  font-weight:700!important;
  margin-left:8px!important;
  text-transform:none!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "featured featured"
      "live upcoming"
      "ticker ticker"
      "public results"
      "highlights rankingweek"
      "highlights rankingmonth"!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-grid-v203{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "featured"
      "live"
      "upcoming"
      "ticker"
      "public"
      "results"
      "highlights"
      "rankingweek"
      "rankingmonth"!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-stage{grid-template-columns:1fr!important;}
  .axe-battle-arena-v200 .axe-battle-featured-duel,
  .axe-battle-arena-v200 .axe-battle-featured-empty{min-height:auto!important;}
}


/* v2.3.1: Weitere Live-Battles ohne doppelte große Hero-Anzeige + kompaktere kommende Battles */
.axe-battle-arena-v200 .axe-battle-arena-card-live h4::after{
  content:"ohne Haupt-Battle"!important;
  color:#94a3b8!important;
  font-size:10px!important;
  font-weight:800!important;
  margin-left:auto!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-compact-list{
  max-height:260px!important;
  overflow-y:auto!important;
  padding:10px!important;
  gap:7px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  align-items:center!important;
  min-height:0!important;
  padding:8px 9px!important;
  border-radius:10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-row-main strong{
  font-size:13px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-row-main small{
  font-size:10.5px!important;
  line-height:1.2!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-upcoming .axe-battle-arena-row-score{
  font-size:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-arena-live-list{
  max-height:260px!important;
  overflow-y:auto!important;
  padding:10px!important;
  gap:7px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-arena-row-live{
  padding:8px 9px!important;
  border-radius:10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-live-leader{
  font-size:11px!important;
  padding:4px 8px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-live .axe-battle-live-average-line span{
  font-size:10.5px!important;
  padding:3px 7px!important;
}

/* v2.3.1: Scorecard-Socket-Updates zählen auch für das große Jetzt-Live/Featured-Battle. */

/* v2.3.1: Live-Daten werden serverseitig je Battle zwischengespeichert und nach Refresh/späterem Einstieg wieder angezeigt. */


/* v2.3.1: 0:0 durch beidseitigen Abbruch ist kein Remis, sondern Abgebrochen */
.axe-battle-arena-v200 .axe-battle-arena-result-row.is-battle-aborted-result span{
  background:#fee2e2!important;
  color:#991b1b!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row.is-battle-aborted-result b{
  color:#ef4444!important;
}

/* v2.3.1: Battle Arena lädt CSS/JS und Live-Refresh auch für ausgeloggte Zuschauer. */

/* v2.3.1: Öffentliche-Battles-Box in der Arena nur für eingeloggte Benutzer anzeigen. */

/* v2.3.1: Kommende Battles zeigt nur beidseitig angenommene Battles. */


/* v2.3.1: Öffentliche-Battles-Box bleibt ausgeloggt unsichtbar, Layout springt aber nicht */
.axe-battle-arena-v200 .axe-battle-arena-public-spacer{
  grid-area:public!important;
  min-height:170px!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-public-spacer{
    display:none!important;
  }
}


/* v2.3.1: Ausgeloggt keine Öffentliche-Battles-Box und keine Lücke */
.axe-battle-arena-v200.is-guest .axe-battle-arena-grid-v203{
  grid-template-areas:
    "featured featured featured"
    "live ticker upcoming"
    "highlights ticker results"
    "highlights ticker rankingweek"
    "highlights ticker rankingmonth"!important;
}
.axe-battle-arena-v200.is-guest .axe-battle-arena-public-spacer{
  display:none!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200.is-guest .axe-battle-arena-grid-v203{
    grid-template-areas:
      "featured featured"
      "live upcoming"
      "ticker ticker"
      "highlights results"
      "highlights rankingweek"
      "highlights rankingmonth"!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200.is-guest .axe-battle-arena-grid-v203{
    grid-template-areas:
      "featured"
      "live"
      "upcoming"
      "ticker"
      "results"
      "highlights"
      "rankingweek"
      "rankingmonth"!important;
  }
}


/* v2.3.1: dynamische Spalten ohne große Lücken durch unterschiedliche Box-Höhen */
.axe-battle-arena-v200 .axe-battle-arena-columns-v221{
  display:grid!important;
  grid-template-columns:.82fr 1.55fr .92fr!important;
  grid-template-areas:none!important;
  gap:14px!important;
  align-items:start!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-column{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-card{
  grid-area:auto!important;
  width:100%!important;
  margin:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-column-center{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-live-ticker{
  min-height:650px!important;
  max-height:650px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-card-featured{
  min-height:auto!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-zone-highlights,
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-zone-ranking-month,
.axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-zone-ranking-week{
  align-self:stretch!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221{
    grid-template-columns:1fr 1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-column-center{
    grid-column:1 / -1!important;
    order:-1!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-live-ticker{
    min-height:420px!important;
    max-height:520px!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-arena-column-center{
    order:-1!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221 .axe-battle-live-ticker{
    min-height:320px!important;
    max-height:420px!important;
  }
}


/* v2.3.1: Arena aktualisiert alle Battle-Ereignisse dynamisch + Jetzt-Live breiter */
.axe-battle-arena-v200 .axe-battle-arena-columns-v221{
  grid-template-columns:.72fr 2.05fr .78fr!important;
  gap:16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-column-center{
  min-width:560px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-card-featured{
  border-color:rgba(255,82,82,.65)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel,
.axe-battle-arena-v200 .axe-battle-featured-empty{
  padding:18px 20px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-stage{
  grid-template-columns:minmax(0,1fr) 132px minmax(0,1fr)!important;
  gap:16px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-player{
  grid-template-columns:82px minmax(0,1fr)!important;
  min-height:150px!important;
  padding:13px 14px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-avatar{
  width:78px!important;
  height:78px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-info strong{
  font-size:23px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center{
  min-height:150px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-last-points{
  font-size:60px!important;
}
.axe-battle-arena-v200 .axe-battle-live-ticker{
  min-height:610px!important;
  max-height:610px!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v221{
    grid-template-columns:1fr 1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-column-center{
    min-width:0!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-column-center{
    min-width:0!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-stage{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-player{
    grid-template-columns:68px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-avatar{
    width:64px!important;
    height:64px!important;
  }
}


/* v2.3.1: Jetzt Live volle Breite, mehrere Live-Battles untereinander */
.axe-battle-arena-v200 .axe-battle-arena-live-stack{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  margin:0 0 16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-arena-card-featured{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel,
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-empty{
  min-height:0!important;
  padding:14px 16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-scorebar{
  margin-bottom:10px!important;
  padding:8px 13px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
  grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr)!important;
  gap:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  min-height:128px!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  padding:11px 13px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  width:70px!important;
  height:70px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:22px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center{
  min-height:128px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-last-points{
  font-size:50px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-leader{
  margin-top:9px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-callout{
  margin-top:9px!important;
  min-height:38px!important;
  font-size:16px!important;
}

/* Untere Boxen schließen weiterhin dynamisch auf */
.axe-battle-arena-v200 .axe-battle-arena-columns-v223{
  grid-template-columns:.8fr 1.5fr .9fr!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-column-center{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-live-ticker{
  min-height:620px!important;
  max-height:620px!important;
}

/* Alte "Weitere live"-Fläche wird durch die volle Live-Stack-Anzeige ersetzt */
.axe-battle-arena-v200 .axe-battle-arena-card-live{
  display:none!important;
}

@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center{
    min-height:110px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-columns-v223{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v223{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:66px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:62px!important;
    height:62px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
    font-size:18px!important;
  }
}


/* v2.3.1: Jetzt-Live wirklich volle Breite + Ticker schmaler, Seitenboxen breiter */
.axe-battle-arena-v200 .axe-battle-arena-live-stack{
  width:100%!important;
  max-width:none!important;
  justify-items:stretch!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-arena-card-featured{
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
  display:block!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel,
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-empty{
  width:100%!important;
  max-width:none!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
  grid-template-columns:minmax(0,1.15fr) 135px minmax(0,1.15fr)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  grid-template-columns:92px minmax(0,1fr)!important;
  min-height:132px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  width:86px!important;
  height:86px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:25px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:14px!important;
}

/* Unterer Bereich: links/rechts mehr Platz, Ticker etwas schmaler */
.axe-battle-arena-v200 .axe-battle-arena-columns-v223{
  grid-template-columns:1.08fr 1.28fr 1.08fr!important;
  gap:18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-column-left,
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-column-right{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-column-center{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-live-ticker{
  min-height:600px!important;
  max-height:600px!important;
}

/* Seitenboxen dürfen Inhalt besser nutzen */
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-public-card,
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-result-row,
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-ranking li{
  padding:12px 13px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-public-card strong,
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-arena-result-row strong{
  font-size:18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-public-card small,
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-public-card p{
  font-size:12px!important;
  line-height:1.35!important;
}

/* Ticker kompakter, damit er trotz schmalerer Mitte gut lesbar bleibt */
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-ticker-row{
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:8px 10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-ticker-row strong{
  font-size:15px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-columns-v223 .axe-battle-ticker-row small{
  font-size:11.5px!important;
}

/* Mittlerer Live-Bereich oben soll nicht durch ältere Grid-Area-Regeln eingezwängt werden */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-arena-zone-featured{
  grid-area:auto!important;
}

@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v223{
    grid-template-columns:1fr 1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-columns-v223{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:68px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:64px!important;
    height:64px!important;
  }
}


/* v2.3.1: Wurf/Gesamt/Ø rechtsbündig untereinander, kompaktere Live-Duellbox */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  grid-template-columns:86px minmax(0,1fr) auto!important;
  grid-template-rows:auto!important;
  align-items:center!important;
  min-height:112px!important;
  padding:11px 13px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  width:78px!important;
  height:78px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info{
  align-self:center!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:23px!important;
  line-height:1.05!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:15px!important;
  line-height:1.12!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:13px!important;
  line-height:1.12!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  grid-column:auto!important;
  grid-row:1!important;
  justify-self:end!important;
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:6px!important;
  margin:0!important;
  min-width:118px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  padding:5px 9px!important;
  font-size:13px!important;
  line-height:1!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics b{
  font-size:15px!important;
  min-width:28px!important;
  text-align:right!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center{
  min-height:112px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-last-points{
  font-size:48px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-leader{
  margin-top:8px!important;
  min-height:30px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-callout{
  margin-top:8px!important;
  min-height:34px!important;
}

/* Bei schmaleren Bildschirmen bleibt es lesbar und bricht erst dann untereinander */
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:74px minmax(0,1fr) auto!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:68px!important;
    height:68px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    min-width:108px!important;
  }
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:64px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    grid-column:1 / -1!important;
    grid-row:auto!important;
    justify-self:stretch!important;
    align-items:stretch!important;
    min-width:0!important;
    margin-top:8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
    width:100%!important;
  }
}


/* v2.3.1: Fix für verrutschte Wurf/Gesamt/Ø Werte in der Jetzt-Live-Duellbox */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr) 108px!important;
  column-gap:12px!important;
  row-gap:0!important;
  align-items:center!important;
  min-height:118px!important;
  padding:11px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:center!important;
  align-self:center!important;
  width:70px!important;
  height:70px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:stretch!important;
  align-self:center!important;
  min-width:0!important;
  overflow:hidden!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  width:108px!important;
  min-width:0!important;
  max-width:108px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  position:static!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
  width:100%!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  align-items:center!important;
  gap:5px!important;
  padding:5px 8px!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics b{
  justify-self:end!important;
  text-align:right!important;
  min-width:22px!important;
  font-size:14px!important;
  line-height:1!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:21px!important;
  line-height:1.05!important;
  white-space:normal!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:14px!important;
  line-height:1.12!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:12px!important;
  line-height:1.12!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:66px minmax(0,1fr) 98px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:62px!important;
    height:62px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    width:98px!important;
    max-width:98px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
    font-size:11px!important;
    padding:4px 7px!important;
  }
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:64px minmax(0,1fr)!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    grid-column:1 / -1!important;
    grid-row:auto!important;
    width:100%!important;
    max-width:none!important;
    margin-top:8px!important;
  }
}


/* v2.3.1: Fokus/Glow nur beim echten letzten Wurf, nicht bei Restore/AJAX-Refresh */
.axe-battle-arena-v200 .axe-battle-duel-player.is-last-thrower{
  border-color:rgba(255,177,0,.78)!important;
  box-shadow:0 0 0 2px rgba(255,177,0,.12),0 0 24px rgba(255,177,0,.13)!important;
}


/* v2.3.1: Live-Daten werden mit korrektem Nonce gespeichert + Fokus rechts/links eindeutig */
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-last-thrower,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-challenger .axe-battle-duel-player-challenger,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-opponent .axe-battle-duel-player-opponent{
  border-color:rgba(255,177,0,.92)!important;
  box-shadow:
    0 0 0 2px rgba(255,177,0,.22),
    0 0 30px rgba(255,177,0,.22),
    inset 0 0 22px rgba(255,177,0,.06)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-last-thrower .axe-battle-duel-avatar,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-challenger .axe-battle-duel-player-challenger .axe-battle-duel-avatar,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-opponent .axe-battle-duel-player-opponent .axe-battle-duel-avatar{
  border-color:#ffb100!important;
  box-shadow:0 0 0 5px rgba(255,177,0,.18), 0 0 24px rgba(255,177,0,.20)!important;
}


/* v2.3.1: Optik trennen - Gold = letzter Wurf, Grün nur in der Führungszeile */
.axe-battle-arena-v200 .axe-battle-featured-duel.is-challenger-leading .axe-battle-duel-player-challenger,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-opponent-leading .axe-battle-duel-player-opponent{
  border-color:rgba(255,255,255,.11)!important;
  box-shadow:none!important;
}

/* Der letzte Werfer hat immer Vorrang und wird gold markiert */
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-last-thrower,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-challenger .axe-battle-duel-player-challenger,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-last-throw-opponent .axe-battle-duel-player-opponent{
  border-color:#ffb100!important;
  box-shadow:
    0 0 0 2px rgba(255,177,0,.24),
    0 0 28px rgba(255,177,0,.22),
    inset 0 0 20px rgba(255,177,0,.07)!important;
}

/* Die Führung wird nur unten in der Leiste grün angezeigt, nicht als Kartenrahmen */
.axe-battle-arena-v200 .axe-battle-featured-duel.is-challenger-leading .axe-battle-featured-leader,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-opponent-leading .axe-battle-featured-leader{
  background:rgba(34,197,94,.16)!important;
  border-color:rgba(34,197,94,.34)!important;
  color:#86efac!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-draw-live .axe-battle-featured-leader{
  background:rgba(59,130,246,.16)!important;
  border-color:rgba(59,130,246,.34)!important;
  color:#93c5fd!important;
}

/* kleine Klarstellung im Zentrum: Der große Wert gehört zum letzten Wurf */
.axe-battle-arena-v200 .axe-battle-duel-center small{
  color:#fff!important;
  opacity:.95!important;
}


/* v2.3.1: Führungszeile wieder blau + Club im Text */
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-featured-leader,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-challenger-leading .axe-battle-featured-leader,
.axe-battle-arena-v200 .axe-battle-featured-duel.is-opponent-leading .axe-battle-featured-leader{
  background:rgba(59,130,246,.16)!important;
  border-color:rgba(59,130,246,.36)!important;
  color:#93c5fd!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-draw-live .axe-battle-featured-leader{
  background:rgba(148,163,184,.14)!important;
  border-color:rgba(148,163,184,.28)!important;
  color:#cbd5e1!important;
}


/* v2.3.1: Neues Battle-Punktesystem: Abbruch 0, Verloren 1, Remis 2, Gewonnen 3 */
.axe-battle-ranking-help{
  font-weight:700;
}


/* v2.3.23: Footer-Statusleiste besser lesbar */
.axe-battle-arena-v200 .axe-battle-arena-footer-strip{
  align-items:stretch!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip > div{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-height:58px!important;
  justify-content:center!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  color:#f8fafc!important;
  text-shadow:0 1px 2px rgba(0,0,0,.55)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip > div span{
  display:block!important;
  font-size:12px!important;
  line-height:1.1!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  color:#cbd5e1!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip > div strong{
  display:block!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:1000!important;
  color:#ffffff!important;
}
.axe-battle-arena-v200 .axe-battle-arena-footer-strip > div strong.is-online{
  color:#86efac!important;
  font-size:18px!important;
}
@media(max-width:860px){
  .axe-battle-arena-v200 .axe-battle-arena-footer-strip > div{
    min-height:unset!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-footer-strip > div strong{
    font-size:18px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-footer-strip > div strong.is-online{
    font-size:16px!important;
  }
}

/* v2.3.23: Server-Live-Historie speichert bis zu 200 Datensätze je Battle. */

/* v2.3.23: Trainingswürfe werden nicht als Battle-Live-Daten gewertet; kommende Battles sind keine Live-Match-Ziele mehr. */

/* v2.3.23: Alte Trainingsmodus-Live-Daten werden ignoriert; Battle-Live nur mit echter Battle-ID. */

/* v2.3.23: Zusage kurz nach Startzeit erlaubt; Live ohne battle_id wird serverseitig aktivem Battle zugeordnet. */

/* v2.3.23: Asset-Version mit filemtime gegen alte gecachte JS-Dateien. */

/* v2.3.23: Schnelleres Live-Update bei Payloads ohne battle_id durch sofortige Anzeige nach Server-Auflösung. */


/* v2.3.23: Fertige Live-Battles bleiben nach Admin-Zeit sichtbar */
.axe-battle-arena-v200 .axe-battle-featured-callout.is-finished-live{
  background:rgba(59,130,246,.14)!important;
  border-color:rgba(59,130,246,.32)!important;
  color:#bfdbfe!important;
  font-weight:900!important;
}


/* v2.3.23: Ergebnisse heute ruhiger und sauber formatiert */
.axe-battle-arena-v200 .axe-battle-arena-results-table{
  gap:12px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:12px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,rgba(8,18,35,.98),rgba(6,13,25,.99))!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-title{
  display:block!important;
  margin:0!important;
  color:#ffffff!important;
  font-size:16px!important;
  line-height:1.18!important;
  font-weight:900!important;
  flex:1 1 auto!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-time{
  display:block!important;
  margin:2px 0 0!important;
  color:#f59e0b!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-score{
  display:block!important;
  margin:0!important;
  color:#ffb100!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  border:1px solid transparent!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-badge.is-winner{
  background:#86efac!important;
  color:#064e3b!important;
  border-color:#86efac!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-badge.is-draw{
  background:#dbeafe!important;
  color:#1d4ed8!important;
  border-color:#bfdbfe!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-badge.is-aborted{
  background:#fee2e2!important;
  color:#991b1b!important;
  border-color:#fecaca!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row.is-battle-aborted-result .axe-battle-arena-result-score{
  color:#ff6b6b!important;
}
@media (max-width: 1180px){
  .axe-battle-arena-v200 .axe-battle-arena-result-head,
  .axe-battle-arena-v200 .axe-battle-arena-result-bottom{
    flex-wrap:wrap!important;
  }
}
@media (max-width: 640px){
  .axe-battle-arena-v200 .axe-battle-arena-result-row{
    padding:12px 14px!important;
    gap:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-result-title{
    font-size:15px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-result-time{
    font-size:11px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-result-score{
    font-size:28px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-result-badge{
    min-height:34px!important;
    padding:7px 12px!important;
    font-size:13px!important;
  }
}


/* v2.3.23: Ergebnisse heute Variante 2 - kompakt, zentriert, Live-Arena-Stil */
.axe-battle-arena-v200 .axe-battle-arena-results-table{
  gap:10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row.axe-battle-result-v2{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  padding:12px 13px!important;
  border-radius:15px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,177,0,.10),transparent 36%),
    linear-gradient(180deg,rgba(8,18,35,.98),rgba(5,12,23,.99))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#cbd5e1!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-label:before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:#ffb100!important;
  box-shadow:0 0 0 4px rgba(255,177,0,.13)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-meta time{
  color:#f59e0b!important;
  font-size:10.5px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-main{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-player{
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-player strong{
  display:block!important;
  color:#ffffff!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:950!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-player.is-left{
  text-align:left!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-player.is-right{
  text-align:right!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-score{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:96px!important;
  padding:7px 10px!important;
  border-radius:14px!important;
  background:rgba(255,177,0,.09)!important;
  border:1px solid rgba(255,177,0,.18)!important;
  color:#ffb100!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-score span{
  color:#ffb100!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:.015em!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-score em{
  color:#fbbf24!important;
  font-style:normal!important;
  font-size:18px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2-footer{
  display:flex!important;
  justify-content:center!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2 .axe-battle-arena-result-badge{
  min-height:28px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2 .axe-battle-arena-result-badge.is-winner{
  background:#86efac!important;
  color:#064e3b!important;
  border-color:#86efac!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2 .axe-battle-arena-result-badge.is-draw{
  background:#dbeafe!important;
  color:#1d4ed8!important;
  border-color:#bfdbfe!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2 .axe-battle-arena-result-badge.is-aborted{
  background:#fee2e2!important;
  color:#991b1b!important;
  border-color:#fecaca!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2.is-battle-aborted-result .axe-battle-result-v2-score{
  background:rgba(239,68,68,.08)!important;
  border-color:rgba(239,68,68,.20)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v2.is-battle-aborted-result .axe-battle-result-v2-score span,
.axe-battle-arena-v200 .axe-battle-result-v2.is-battle-aborted-result .axe-battle-result-v2-score em{
  color:#ff6b6b!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v2-main{
    grid-template-columns:1fr!important;
    gap:8px!important;
    text-align:center!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v2-player.is-left,
  .axe-battle-arena-v200 .axe-battle-result-v2-player.is-right{
    text-align:center!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v2-score{
    min-width:120px!important;
    justify-self:center!important;
  }
}


/* v2.3.23: Ergebnisse heute - ruhige kompakte Listenoptik, ohne bunte Groß-Kacheln */
.axe-battle-arena-v200 .axe-battle-arena-results-table{
  gap:8px!important;
  padding:10px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-result-row.axe-battle-result-v3{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  padding:10px 11px!important;
  border-radius:12px!important;
  background:rgba(8,18,35,.72)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:none!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-top strong{
  min-width:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:900!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-top strong span{
  color:#94a3b8!important;
  font-size:11px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-top time{
  flex:0 0 auto!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  font-weight:800!important;
  white-space:nowrap!important;
  margin-top:1px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-score{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#ffb100!important;
  font-size:22px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3-score span{
  color:#64748b!important;
  font-size:15px!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3 .axe-battle-arena-result-badge{
  flex:0 1 auto!important;
  max-width:52%!important;
  min-height:26px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:900!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  background:rgba(148,163,184,.12)!important;
  color:#dbeafe!important;
  border:1px solid rgba(148,163,184,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3 .axe-battle-arena-result-badge.is-winner{
  background:rgba(34,197,94,.14)!important;
  color:#86efac!important;
  border-color:rgba(34,197,94,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3 .axe-battle-arena-result-badge.is-draw{
  background:rgba(59,130,246,.14)!important;
  color:#93c5fd!important;
  border-color:rgba(59,130,246,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3 .axe-battle-arena-result-badge.is-aborted{
  background:rgba(239,68,68,.13)!important;
  color:#fecaca!important;
  border-color:rgba(239,68,68,.30)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v3.is-battle-aborted-result .axe-battle-result-v3-score{
  color:#f87171!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v3-top,
  .axe-battle-arena-v200 .axe-battle-result-v3-bottom{
    gap:8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v3-top strong{
    font-size:13px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v3-score{
    font-size:20px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v3 .axe-battle-arena-result-badge{
    max-width:46%!important;
    font-size:11px!important;
    padding:5px 9px!important;
  }
}


/* v2.3.23: Ergebnisse heute - sauber formatiert mit Sieger oben, lange Namen passend */
.axe-battle-arena-v200 .axe-battle-result-v4{
  display:grid!important;
  gap:8px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  background:rgba(8,18,35,.78)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:none!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  flex:0 0 auto!important;
  margin-left:auto!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-status{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0!important;
  max-width:58%!important;
  padding:4px 9px!important;
  border-radius:999px!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  color:#dbeafe!important;
  background:rgba(148,163,184,.12)!important;
  border:1px solid rgba(148,163,184,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-status.is-winner{
  color:#86efac!important;
  background:rgba(34,197,94,.14)!important;
  border-color:rgba(34,197,94,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-status.is-draw{
  color:#93c5fd!important;
  background:rgba(59,130,246,.14)!important;
  border-color:rgba(59,130,246,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-status.is-aborted{
  color:#fecaca!important;
  background:rgba(239,68,68,.13)!important;
  border-color:rgba(239,68,68,.30)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  display:grid!important;
  gap:6px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  padding:7px 9px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.02)!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-winner{
  background:linear-gradient(90deg, rgba(34,197,94,.18), rgba(34,197,94,.05))!important;
  border-color:rgba(34,197,94,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-draw{
  background:linear-gradient(90deg, rgba(59,130,246,.12), rgba(59,130,246,.04))!important;
  border-color:rgba(59,130,246,.22)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-aborted{
  background:linear-gradient(90deg, rgba(239,68,68,.10), rgba(239,68,68,.03))!important;
  border-color:rgba(239,68,68,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-loser{
  opacity:.94!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-score{
  display:block!important;
  text-align:right!important;
  color:#ffb100!important;
  font-size:31px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:-.02em!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-aborted .axe-battle-result-v4-score{
  color:#f87171!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-name{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.08!important;
  font-weight:950!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-winner .axe-battle-result-v4-name{
  color:#ffffff!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4{
    padding:9px 10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-top{
    gap:8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-status{
    max-width:48%!important;
    font-size:9.5px!important;
    padding:4px 8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-top time{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-row{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:9px!important;
    padding:7px 8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-score{
    font-size:27px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-name{
    font-size:16px!important;
  }
}


/* v2.3.23: Ergebnisse heute verfeinert – Datum rechts oben, Werte/Namen links */
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  justify-content:flex-end!important;
  min-height:14px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  margin-left:0!important;
  text-align:right!important;
  color:#f59e0b!important;
  font-size:11px!important;
  letter-spacing:.02em!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-status{
  display:none!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  gap:7px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  min-width:0!important;
  padding:8px 10px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-score{
  flex:0 0 58px!important;
  width:58px!important;
  text-align:left!important;
  font-size:34px!important;
  line-height:1!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-name{
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
  font-size:17px!important;
  line-height:1.08!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-winner .axe-battle-result-v4-name,
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-winner .axe-battle-result-v4-score{
  color:#ffb100!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-aborted .axe-battle-result-v4-name,
.axe-battle-arena-v200 .axe-battle-result-v4-row.is-aborted .axe-battle-result-v4-score{
  color:#fca5a5!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-top time{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-row{
    gap:10px!important;
    padding:8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-score{
    flex-basis:50px!important;
    width:50px!important;
    font-size:29px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-name{
    font-size:15px!important;
  }
}


/* v2.3.23: Ergebnisse heute - Datum/Uhrzeit links mittig */
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  display:none!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-body{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-time{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:100%!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-time time{
  display:block!important;
  width:100%!important;
  text-align:left!important;
  color:#f59e0b!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:900!important;
  white-space:normal!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  min-width:0!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-body{
    grid-template-columns:82px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-time time{
    font-size:10px!important;
  }
}


/* v2.3.23: Datum/Uhrzeit definitiv oben rechts, Werte und Namen links */
.axe-battle-arena-v200 .axe-battle-result-v4-body{
  display:block!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-time{
  display:none!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  width:100%!important;
  min-height:14px!important;
  margin:0 0 6px!important;
  padding:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  display:block!important;
  margin:0!important;
  text-align:right!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  min-width:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-score{
  flex:0 0 58px!important;
  width:58px!important;
  text-align:left!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-name{
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-top time{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-score{
    flex-basis:50px!important;
    width:50px!important;
  }
}


/* v2.3.23: Ergebnisse heute - Datum/Uhrzeit wirklich oben rechts */
.axe-battle-arena-v200 .axe-battle-result-v4{
  position:relative!important;
  padding:12px 12px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  position:absolute!important;
  top:10px!important;
  right:12px!important;
  left:auto!important;
  width:auto!important;
  display:block!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  z-index:3!important;
  justify-content:flex-end!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  display:block!important;
  margin:0!important;
  text-align:right!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  margin-top:18px!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-top{
    top:8px!important;
    right:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-top time{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-rows{
    margin-top:16px!important;
  }
}


/* v2.3.23: Ergebnisse-Datum zweizeilig oben rechts + Kommende Battles links über Öffentliche Battles */
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  position:absolute!important;
  top:10px!important;
  right:12px!important;
  left:auto!important;
  width:auto!important;
  display:block!important;
  text-align:right!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:2px!important;
  justify-items:end!important;
  align-items:end!important;
  text-align:right!important;
  line-height:1.05!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-date,
.axe-battle-arena-v200 .axe-battle-result-v4-clock{
  display:block!important;
  text-align:right!important;
  color:#f59e0b!important;
  font-weight:900!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-date{
  font-size:10.5px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-clock{
  font-size:10.5px!important;
  padding-right:2px!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  margin-top:25px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-column-left .axe-battle-arena-card-upcoming{
  order:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-column-left .axe-battle-arena-card-public{
  order:1!important;
}
.axe-battle-arena-v200 .axe-battle-arena-column-left .axe-battle-arena-card-highlights{
  order:2!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-top{
    top:8px!important;
    right:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-date,
  .axe-battle-arena-v200 .axe-battle-result-v4-clock{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-rows{
    margin-top:23px!important;
  }
}


/* v2.3.23: Datum/Uhrzeit wieder einzeilig wie vorher */
.axe-battle-arena-v200 .axe-battle-result-v4-top{
  position:absolute!important;
  top:10px!important;
  right:12px!important;
  left:auto!important;
  width:auto!important;
  display:block!important;
  text-align:right!important;
  margin:0!important;
  padding:0!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-top time{
  display:block!important;
  text-align:right!important;
  color:#f59e0b!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-date,
.axe-battle-arena-v200 .axe-battle-result-v4-clock{
  display:inline!important;
}
.axe-battle-arena-v200 .axe-battle-result-v4-rows{
  margin-top:18px!important;
}
@media(max-width:640px){
  .axe-battle-arena-v200 .axe-battle-result-v4-top{
    top:8px!important;
    right:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-top time{
    font-size:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-result-v4-rows{
    margin-top:16px!important;
  }
}

/* v2.3.23: Ergebnisse-heute Tageswechsel ist im Admin einstellbar, Standard 01:00 Uhr. */


/* v2.3.23: Öffentliche Battle-Anfragen ruhiger und klarer formatiert */
.axe-battle-public-card-v2321{
  align-items:center!important;
  gap:14px!important;
  padding:16px 18px!important;
}
.axe-battle-public-main-v2321{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-title{
  display:block!important;
  color:#ffffff!important;
  font-size:20px!important;
  line-height:1.05!important;
  font-weight:1000!important;
  letter-spacing:.01em!important;
  margin:0 0 2px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-creator{
  display:block!important;
  color:#ffb100!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-club{
  display:block!important;
  color:#cbd5e1!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:750!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-start{
  display:block!important;
  color:#f59e0b!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:900!important;
  margin-top:3px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-start em{
  color:#64748b!important;
  font-style:normal!important;
  padding:0 2px!important;
}
.axe-battle-public-main-v2321 p{
  margin:6px 0 0!important;
}
@media(max-width:640px){
  .axe-battle-public-card-v2321{
    align-items:flex-start!important;
    padding:14px!important;
  }
  .axe-battle-public-main-v2321 .axe-battle-public-title{
    font-size:18px!important;
  }
  .axe-battle-public-main-v2321 .axe-battle-public-creator,
  .axe-battle-public-main-v2321 .axe-battle-public-club,
  .axe-battle-public-main-v2321 .axe-battle-public-start{
    font-size:12.5px!important;
  }
}


/* v2.3.23: Öffentliche Battle-Anfrage zeigt Ende unter Start */
.axe-battle-public-main-v2321 .axe-battle-public-end{
  display:block!important;
  color:#94a3b8!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:850!important;
  margin-top:1px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.axe-battle-public-main-v2321 .axe-battle-public-end em{
  color:#64748b!important;
  font-style:normal!important;
  padding:0 2px!important;
}
@media(max-width:640px){
  .axe-battle-public-main-v2321 .axe-battle-public-end{
    font-size:12.5px!important;
  }
}

/* v2.3.23: Battle-Liveticker zeigt Uhrzeiten mit Sekunden. */

/* v2.3.47-clean: Avatar-Bild im Jetzt-Live-Duell wieder sichtbar, Initialen nur Fallback. */

/* v2.3.47-clean: Battle-Liveticker serverseitig persistent; Browser-Puffer nur noch Sofortanzeige. */

/* v2.3.47-clean: Automatischer Live-Refresh setzt aktive Suche/Filter in Meine Battle-Zentrale nicht mehr zurück. */

/* v2.3.47-clean: Battle-Zentrale aktualisiert alle Boxen live und stellt Suche/Filter danach wieder her. */

/* v2.3.47-clean: Battle-Anfrage senden schützt aktive Werfer-Suche vor automatischem Refresh. */

/* v2.3.47-clean: Neues-Battle-Fenster bleibt nach gesendeter Battle-Anfrage offen. */

/* v2.3.47-clean: Neues-Battle-Fenster schließt nach erfolgreich gesendeter Battle-Anfrage automatisch. */

/* 2.3.47-clean: saubere Trennung Training/Battle, keine Verarbeitung von Training-Scorecard-Werten in der Battle Arena. */

/* 2.3.47-clean: Bridge-Auswahl/Refresh stabilisiert, partial result_status für weiterwerfenden Gegner berücksichtigt. */

/* 2.3.47-clean: Live-Ticker dedupliziert wie Live Arena, nur ein Socket-Transportweg. */

/* 2.3.47-clean: Realtime-Dedupe fachlich stabilisiert und doppelte Refresh-Nachläufe bereinigt. */

/* 2.3.47-clean: Nur eigene Battle-Livewerte werden serverseitig gespeichert; Scorecard-Battle nur mit eindeutigem battle:<id>. */

/* 2.3.47-clean: Client-/Server-Ticker-Schlüssel normalisiert, damit Sofortanzeige und AJAX-Refresh nicht doppeln. */

/* 2.3.47-clean: gestartete/aktuelle Battles werden in Jetzt live angezeigt, auch vor dem ersten Live-Wurf. */

/* 2.3.47-clean: Scorecard-Livewerte aus axebook_message werden wieder in die Battle-Live-Verarbeitung geroutet. */

/* 2.3.47-clean: Bridge-Nonce für direktes Battle-Live-Relay erlaubt, History serverseitig dedupliziert. */

/* 2.3.47-clean: Scorecard-Live wird auch über update/socketio/update/inputData/playerData abgefangen. */

/* 2.3.47-clean: Battle Arena verarbeitet nur noch axebook_scorecard_battle_live, Training bleibt getrennt. */

/* 2.3.47-clean: Versionmarker korrigiert; Battle-Live bleibt getrennt über axebook_scorecard_battle_live. */


/* 2.3.47-clean: Battle-Anfrage Gegnerliste sauber darstellen
   Fix gegen überlappende Namen/Meta/Online-Status auf der Battle-Seite. */
.axe-battle-opponents,
.axe-battle-opponent-list,
.axebook-battle-opponents,
.axebook-battle-opponent-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.axe-battle-opponent-card,
.axe-battle-opponent-row,
.axe-battle-user-row,
.axebook-battle-opponent-card,
.axebook-battle-opponent-row,
.axebook-battle-user-row,
label.axe-battle-opponent-card,
label.axe-battle-opponent-row,
label.axe-battle-user-row {
  position: relative;
  display: grid !important;
  grid-template-columns: 24px 54px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 72px;
  height: auto !important;
  padding: 10px 14px !important;
  overflow: visible !important;
  line-height: 1.25 !important;
  box-sizing: border-box;
}

.axe-battle-opponent-card input[type="radio"],
.axe-battle-opponent-row input[type="radio"],
.axe-battle-user-row input[type="radio"],
.axebook-battle-opponent-card input[type="radio"],
.axebook-battle-opponent-row input[type="radio"],
.axebook-battle-user-row input[type="radio"] {
  position: static !important;
  margin: 0 !important;
  align-self: center;
  justify-self: center;
}

.axe-battle-opponent-card img,
.axe-battle-opponent-row img,
.axe-battle-user-row img,
.axebook-battle-opponent-card img,
.axebook-battle-opponent-row img,
.axebook-battle-user-row img,
.axe-battle-opponent-avatar img,
.axebook-battle-opponent-avatar img {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.axe-battle-opponent-card strong,
.axe-battle-opponent-row strong,
.axe-battle-user-row strong,
.axebook-battle-opponent-card strong,
.axebook-battle-opponent-row strong,
.axebook-battle-user-row strong {
  display: block !important;
  margin: 0 0 2px 0 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.axe-battle-opponent-card small,
.axe-battle-opponent-row small,
.axe-battle-user-row small,
.axebook-battle-opponent-card small,
.axebook-battle-opponent-row small,
.axebook-battle-user-row small,
.axe-battle-opponent-card span,
.axe-battle-opponent-row span,
.axe-battle-user-row span,
.axebook-battle-opponent-card span,
.axebook-battle-opponent-row span,
.axebook-battle-user-row span {
  display: block;
  line-height: 1.25 !important;
  margin: 0 !important;
  white-space: normal !important;
}

.axe-battle-opponent-card .axe-battle-online,
.axe-battle-opponent-row .axe-battle-online,
.axe-battle-user-row .axe-battle-online,
.axebook-battle-opponent-card .axe-battle-online,
.axebook-battle-opponent-row .axe-battle-online,
.axebook-battle-user-row .axe-battle-online {
  color: #047857;
  font-weight: 700;
  display: inline-block;
  margin-right: 4px !important;
}

.axe-battle-opponent-card.is-selected,
.axe-battle-opponent-row.is-selected,
.axe-battle-user-row.is-selected,
.axebook-battle-opponent-card.is-selected,
.axebook-battle-opponent-row.is-selected,
.axebook-battle-user-row.is-selected {
  outline: 1px solid rgba(37,99,235,.45);
  background: rgba(37,99,235,.04);
}

@media (max-width: 640px) {
  .axe-battle-opponent-card,
  .axe-battle-opponent-row,
  .axe-battle-user-row,
  .axebook-battle-opponent-card,
  .axebook-battle-opponent-row,
  .axebook-battle-user-row,
  label.axe-battle-opponent-card,
  label.axe-battle-opponent-row,
  label.axe-battle-user-row {
    grid-template-columns: 22px 46px minmax(0, 1fr);
    min-height: 76px;
    padding: 10px 11px !important;
    column-gap: 10px;
  }

  .axe-battle-opponent-card img,
  .axe-battle-opponent-row img,
  .axe-battle-user-row img,
  .axebook-battle-opponent-card img,
  .axebook-battle-opponent-row img,
  .axebook-battle-user-row img {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
}


/* 2.3.47-clean: Abbruch im Live-Battle eindeutig anzeigen */
.axe-battle-duel-player.is-aborted {
  opacity: .82;
  border-color: rgba(248,113,113,.55) !important;
  background: linear-gradient(135deg, rgba(127,29,29,.22), rgba(15,23,42,.62)) !important;
}

.axe-battle-duel-player.is-aborted [data-duel-field="gesamt"],
.axe-battle-duel-player.is-aborted [data-duel-field="avg"],
.axe-battle-duel-player.is-aborted [data-duel-field="wurf"] {
  color: #fecaca !important;
}

.axe-battle-abort-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(239,68,68,.18);
  border: 1px solid rgba(248,113,113,.45);
  color: #fecaca;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .02em;
}

.axe-battle-featured-callout.is-abort-live {
  background: rgba(239,68,68,.20) !important;
  border-color: rgba(248,113,113,.55) !important;
  color: #fee2e2 !important;
}

.axe-battle-featured-duel.has-aborted-player .axe-battle-duel-scorebar b {
  color: #fbbf24;
}

/* 2.3.47-clean: Battle Arena schreibt empfangene Live-Pakete nicht erneut per AJAX zurück; Scorecard speichert direkt. */

/* 2.3.47-clean: Abbruch-Zwischenstatus kurz als abort_waiting gespeichert, damit vorhandenes result_status VARCHAR(30) nicht scheitert. */


/* 2.3.47-clean: Battle-Anfrage Gegnerliste luftiger, 2-spaltig auf Desktop.
   Aktuell werden per PHP/Option pro Seite `opponent_list_limit` Gegner angezeigt
   (Standard neu: 12; bestehende Admin-Einstellung bleibt gültig).
   Die Liste scrollt erst, wenn mehr als ca. 6 Zeilen sichtbar wären. */
.axe-battle-create .axe-battle-user-list.axe-battle-user-list-v2347,
#axebook-battle-create .axe-battle-user-list.axe-battle-user-list-v2347 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px 8px 4px 2px;
  margin-top: 8px;
  scrollbar-width: thin;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row {
  display: grid !important;
  grid-template-columns: 26px 54px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 104px !important;
  height: auto !important;
  padding: 13px 14px !important;
  line-height: 1.25 !important;
  border-radius: 13px !important;
  box-sizing: border-box;
  overflow: visible !important;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card input[type="radio"],
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card input[type="radio"] {
  position: static !important;
  margin: 0 !important;
  justify-self: center;
  align-self: center;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-avatar,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-avatar {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  flex-basis: 48px !important;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info strong,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info strong {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  margin: 0 0 2px !important;
  color: #0f172a;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info small,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-info small {
  display: block !important;
  margin: 0 !important;
  line-height: 1.23 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-online,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-online {
  font-weight: 800 !important;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-scorecard,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-scorecard {
  color: #334155 !important;
}

.axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-lastbattle,
#axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-lastbattle {
  margin-top: 3px !important;
}

.axe-battle-create .axe-battle-user-pager-top,
#axebook-battle-create .axe-battle-user-pager-top {
  margin: 8px 0 6px !important;
}

@media (max-width: 680px) {
  .axe-battle-create .axe-battle-user-list.axe-battle-user-list-v2347,
  #axebook-battle-create .axe-battle-user-list.axe-battle-user-list-v2347 {
    grid-template-columns: 1fr !important;
    max-height: 560px;
    padding-right: 6px;
  }

  .axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
  #axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row {
    grid-template-columns: 24px 48px minmax(0, 1fr) !important;
    min-height: 98px !important;
    padding: 12px !important;
    gap: 10px !important;
  }
}


/* v2.3.48: Öffentliche Battles in der Battle-Zentrale kontrastreicher lesbar */

.axe-battle-center .axe-battle-public-panel{
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7fd 100%)!important;
  border-color:#bfd3ea!important;
}
.axe-battle-center .axe-battle-public-panel > h4{
  color:#10233f!important;
}
.axe-battle-center .axe-battle-public-card,
.axe-battle-center .axe-battle-public-card-v2321{
  background:#ffffff!important;
  border:1px solid #c9d7e8!important;
  box-shadow:0 2px 10px rgba(15,23,42,.05)!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-title{
  color:#10233f!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-creator{
  color:#c26a00!important;
  font-weight:900!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-club{
  color:#5b6f86!important;
  font-weight:800!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-start{
  color:#b45309!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-end{
  color:#46627f!important;
}
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-start em,
.axe-battle-center .axe-battle-public-main-v2321 .axe-battle-public-end em{
  color:#94a3b8!important;
}
.axe-battle-center .axe-battle-public-main-v2321 p,
.axe-battle-center .axe-battle-public-card small,
.axe-battle-center .axe-battle-public-card p{
  color:#334155!important;
}
.axe-battle-center .axe-battle-public-action .axe-battle-muted{
  color:#5b6f86!important;
}


/* v2.3.49: Letzte Ergebnisse direkt paginieren statt defektem "Alle anzeigen" */
.axe-battle-recent-results .axe-battle-card,
.axe-battle-recent-results .axe-battle-history-row {
  margin: 10px 0 !important;
}

.axe-battle-recent-list {
  display: grid;
  gap: 10px;
}

.axe-battle-recent-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.axe-battle-recent-pager .axe-battle-secondary {
  min-width: 92px;
  text-align: center;
  text-decoration: none !important;
}

.axe-battle-recent-pager .axe-battle-pager-info {
  color: #64748b;
  font-weight: 800;
  font-size: 13px;
}

.axe-battle-recent-pager .axe-battle-disabled {
  opacity: .45;
  pointer-events: none;
}

@media(max-width:520px){
  .axe-battle-recent-pager {
    justify-content: center;
  }
  .axe-battle-recent-pager .axe-battle-pager-info {
    width: 100%;
    text-align: center;
    order: -1;
  }
}

/* 2.3.52-clean: offene nicht zugesagte Battles können nach Startzeit + Admin-Minuten automatisch gelöscht werden. */

/* 2.3.52-clean: Öffentliche Battles bleiben bis Startzeit + Admin-Karenz sichtbar; erst danach werden sie ausgeblendet/gelöscht. */

/* 2.3.52-clean: Nicht angenommene offene Battles werden auch beim AJAX-/Live-Refresh aus Zentrale/Arena entfernt. */


/* v2.3.53-clean: bessere Lesbarkeit in der Battle-Zentrale (kein grau auf grau) */
.axe-battle-center-grid .axe-battle-panel,
.axe-battle-center-grid .axe-battle-card,
.axe-battle-center-grid .axe-battle-history-row{
  color:#0f172a;
}
.axe-battle-center-grid .axe-battle-panel h4,
.axe-battle-center-grid .axe-battle-panel h4 a,
.axe-battle-center-grid .axe-battle-card strong,
.axe-battle-center-grid .axe-battle-card-head,
.axe-battle-center-grid .axe-battle-history-row strong,
.axe-battle-center-grid .axe-battle-history-score,
.axe-battle-center-grid .axe-battle-stat-box strong{
  color:#0f172a !important;
}
.axe-battle-center-grid .axe-battle-meta,
.axe-battle-center-grid .axe-battle-muted,
.axe-battle-center-grid .axe-battle-card small,
.axe-battle-center-grid .axe-battle-card p,
.axe-battle-center-grid .axe-battle-history-row small,
.axe-battle-center-grid .axe-battle-history-score span,
.axe-battle-center-grid .axe-battle-stat-box span,
.axe-battle-center-grid .axe-battle-panel p,
.axe-battle-center-grid .axe-battle-panel li,
.axe-battle-center-grid .axe-battle-panel .axe-battle-live-info,
.axe-battle-center-grid .axe-battle-panel .axe-battle-live-info a{
  color:#334155 !important;
}
.axe-battle-center-grid .axe-battle-card,
.axe-battle-center-grid .axe-battle-history-row,
.axe-battle-center-grid .axe-battle-stat-box{
  background:#ffffff !important;
  border-color:#cbd5e1 !important;
}
.axe-battle-center-grid .axe-battle-panel{
  background:#ffffff !important;
  border-color:#d7dee8 !important;
}
.axe-battle-center-grid .axe-battle-card-head span{
  color:#1e293b !important;
}
.axe-battle-center-grid .axe-battle-status-open .axe-battle-card-head span{background:#fef3c7!important;}
.axe-battle-center-grid .axe-battle-status-accepted .axe-battle-card-head span{background:#dcfce7!important;}
.axe-battle-center-grid .axe-battle-status-declined .axe-battle-card-head span{background:#fee2e2!important;}
.axe-battle-center-grid .axe-battle-status-completed .axe-battle-card-head span{background:#dbeafe!important;}
.axe-battle-center-grid .axe-battle-panel a{color:#0284c7;}
.axe-battle-center-grid .axe-battle-panel a:hover{color:#0369a1;}


/* v2.3.83-clean: Schließen-X in Battle-Anfrage deutlich auffälliger */
.axe-battle-create-close{
  background:linear-gradient(135deg,#f97316 0%, #ef4444 100%) !important;
  color:#ffffff !important;
  box-shadow:0 6px 18px rgba(239,68,68,.28) !important;
  border:1px solid rgba(185,28,28,.18) !important;
}
.axe-battle-create-close:hover,
.axe-battle-create-close:focus{
  background:linear-gradient(135deg,#ea580c 0%, #dc2626 100%) !important;
  color:#ffffff !important;
  transform:scale(1.04);
  outline:none;
}

/* 2.3.83-clean: offene nicht angenommene Battles werden robust per PHP-Zeitstempel bereinigt und auch im Admin vor der Liste gelöscht. */

/* 2.3.83-clean: Wochenranking und Highlights nutzen die letzten 7 Arena-Tage passend zu Ergebnisse heute. */

/* 2.3.83-clean: Monatsranking nutzt die letzten 30 Arena-Tage passend zu Ergebnisse heute. */

/* 2.3.83-clean: Arena-Überschriften auf 7-Tage-Ranking und 30-Tage-Ranking angepasst. */

/* 2.3.83-clean: Admin kann Kalender-Ranking oder rollierendes 7-/30-Tage-Ranking wählen. */


/* 2.3.83-clean: Highlights zeigen klar, wer vorne lag, inklusive Ergebnislinie */
.axe-battle-highlight-pill strong {
  line-height: 1.32 !important;
}
.axe-battle-highlight-pill span {
  letter-spacing: .02em;
}


/* 2.3.83-clean: Highlights-Score lesbarer + größere Platzierungszahlen im Ranking */
.axe-battle-arena-v200 .axe-battle-highlight-pill strong{font-size:15px!important;line-height:1.48!important;word-spacing:.08em!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{width:48px!important;height:48px!important;min-width:48px!important;font-size:22px!important;font-weight:1000!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{width:48px!important;height:48px!important;min-width:48px!important;font-size:20px!important;font-weight:1000!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li strong{font-size:17px!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li small{font-size:12px!important;}


/* 2.3.83-clean: Ranking-Bubbles wieder normale Größe.
   Nur die Platzierungszahl im linken Bubble wird größer dargestellt. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  font-size:22px!important;
  font-weight:1000!important;
  line-height:1!important;
}

.axe-battle-arena-v200 .axe-battle-arena-ranking li b{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  font-size:18px!important;
  font-weight:1000!important;
  line-height:1!important;
}


/* 2.3.83-clean: Linker Platzierungs-Bubble wieder kleiner als Punkte-Bubble.
   Nur die Zahl darin wird etwas größer dargestellt. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li i{width:28px!important;height:28px!important;min-width:28px!important;font-size:17px!important;font-weight:1000!important;line-height:1!important;}
.axe-battle-arena-v200 .axe-battle-arena-ranking li b{width:38px!important;height:38px!important;min-width:38px!important;font-size:18px!important;font-weight:1000!important;line-height:1!important;}


/* 2.3.83-clean: Live-Verbindungsstatus wirklich farbig schalten */
.axe-battle-live-info {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.axe-battle-live-info .axe-battle-live-dot {
  width: 9px;
  height: 9px;
  min-width: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #94a3b8;
  box-shadow: 0 0 0 4px rgba(148,163,184,.14);
}

.axe-battle-live-info.is-connected {
  background: rgba(34,197,94,.16) !important;
  border-color: rgba(34,197,94,.45) !important;
  color: #bbf7d0 !important;
  box-shadow: 0 0 0 1px rgba(34,197,94,.10), 0 8px 22px rgba(34,197,94,.08) !important;
}

.axe-battle-live-info.is-connected .axe-battle-live-dot {
  background: #22c55e !important;
  box-shadow: 0 0 0 4px rgba(34,197,94,.18), 0 0 14px rgba(34,197,94,.55) !important;
}

.axe-battle-live-info.is-fallback,
.axe-battle-live-info.is-pending {
  background: rgba(245,158,11,.14) !important;
  border-color: rgba(245,158,11,.38) !important;
  color: #fde68a !important;
}

.axe-battle-live-info.is-fallback .axe-battle-live-dot,
.axe-battle-live-info.is-pending .axe-battle-live-dot {
  background: #f59e0b !important;
  box-shadow: 0 0 0 4px rgba(245,158,11,.18) !important;
}

.axe-battle-live-info.is-error {
  background: rgba(239,68,68,.16) !important;
  border-color: rgba(239,68,68,.45) !important;
  color: #fecaca !important;
}

.axe-battle-live-info.is-error .axe-battle-live-dot {
  background: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239,68,68,.18) !important;
}

/* 2.3.83-clean: Live-Status kurz: Live verbunden / AJAX-Fallback aktiv. */


/* 2.3.83-clean: GTranslate/Google-Translate Kontrast-Fix */
.axe-battle-arena-v200 font,
.axe-battle-arena-v200 .skiptranslate font,
.axe-battle-arena-v200 .translated-ltr font,
.axe-battle-arena-v200 .translated-rtl font {
  color: inherit !important;
  background: transparent !important;
  text-shadow: inherit !important;
}

.axe-battle-arena-v200 .axe-battle-arena-hero-main h3,
.axe-battle-arena-v200 .axe-battle-arena-hero-main h3 font {
  color: #f8e7b0 !important;
}

.axe-battle-arena-v200 .axe-battle-arena-hero-main p,
.axe-battle-arena-v200 .axe-battle-arena-hero-main p font,
.axe-battle-arena-v200 .axe-battle-muted,
.axe-battle-arena-v200 .axe-battle-muted font,
.axe-battle-arena-v200 .axe-battle-featured-empty-body p,
.axe-battle-arena-v200 .axe-battle-featured-empty-body p font {
  color: #cfe7ff !important;
}

.axe-battle-arena-v200 .axe-battle-arena-card h4,
.axe-battle-arena-v200 .axe-battle-arena-card h4 font,
.axe-battle-arena-v200 .axe-battle-featured-top h4,
.axe-battle-arena-v200 .axe-battle-featured-top h4 font,
.axe-battle-arena-v200 .axe-battle-featured-empty-body strong,
.axe-battle-arena-v200 .axe-battle-featured-empty-body strong font,
.axe-battle-arena-v200 .axe-battle-ticker-row strong,
.axe-battle-arena-v200 .axe-battle-ticker-row strong font,
.axe-battle-arena-v200 .axe-battle-arena-ranking strong,
.axe-battle-arena-v200 .axe-battle-arena-ranking strong font,
.axe-battle-arena-v200 .axe-battle-highlight-pill strong,
.axe-battle-arena-v200 .axe-battle-highlight-pill strong font {
  color: #ffffff !important;
}

.axe-battle-arena-v200 .axe-battle-arena-card,
.axe-battle-arena-v200 .axe-battle-arena-card p,
.axe-battle-arena-v200 .axe-battle-arena-card p font,
.axe-battle-arena-v200 .axe-battle-public-card,
.axe-battle-arena-v200 .axe-battle-public-card font,
.axe-battle-arena-v200 .axe-battle-ticker-row,
.axe-battle-arena-v200 .axe-battle-ticker-row font {
  color: #e5f0ff !important;
}

.axe-battle-arena-v200 .axe-battle-ticker-row span,
.axe-battle-arena-v200 .axe-battle-ticker-row span font {
  color: #8ecbff !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill span,
.axe-battle-arena-v200 .axe-battle-highlight-pill span font,
.axe-battle-arena-v200 .axe-battle-arena-ranking small,
.axe-battle-arena-v200 .axe-battle-arena-ranking small font,
.axe-battle-arena-v200 .axe-battle-public-main-v2321 .axe-battle-public-creator,
.axe-battle-arena-v200 .axe-battle-public-main-v2321 .axe-battle-public-creator font,
.axe-battle-arena-v200 .axe-battle-public-start,
.axe-battle-arena-v200 .axe-battle-public-start font {
  color: #ffb100 !important;
}

.axe-battle-arena-v200 .axe-battle-public-club,
.axe-battle-arena-v200 .axe-battle-public-club font,
.axe-battle-arena-v200 .axe-battle-public-end,
.axe-battle-arena-v200 .axe-battle-public-end font {
  color: #dbeafe !important;
}

.axe-battle-arena-v200 .axe-battle-primary,
.axe-battle-arena-v200 .axe-battle-primary font,
.axe-battle-arena-v200 .axe-battle-secondary,
.axe-battle-arena-v200 .axe-battle-secondary font,
.axe-battle-arena-v200 button,
.axe-battle-arena-v200 button font {
  color: #ffffff !important;
}

.axe-battle-arena-v200 .axe-battle-arena-ranking li i,
.axe-battle-arena-v200 .axe-battle-arena-ranking li i font,
.axe-battle-arena-v200 .axe-battle-arena-ranking li b,
.axe-battle-arena-v200 .axe-battle-arena-ranking li b font {
  color: #111827 !important;
}

.axe-battle-arena-v200 .axe-battle-live-info.is-connected,
.axe-battle-arena-v200 .axe-battle-live-info.is-connected font {
  color: #bbf7d0 !important;
}

/* 2.3.83-clean: Kein permanenter Komplettrefresh mehr; GTranslate-Flackern wird vermieden. */


/* 2.3.83-clean: Öffentliche Battles übersetzungssicheres Layout.
   Button unter die Infos, damit lange Übersetzungen wie "commitments" nichts zusammendrücken. */
.axe-battle-arena-v200 .axe-battle-public-card-v2321,
.axe-battle-arena-v200 .axe-battle-public-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.axe-battle-arena-v200 .axe-battle-public-main-v2321,
.axe-battle-arena-v200 .axe-battle-public-main {
  min-width: 0 !important;
  width: 100% !important;
}

.axe-battle-arena-v200 .axe-battle-public-action {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 4px !important;
}

.axe-battle-arena-v200 .axe-battle-public-join-button,
.axe-battle-arena-v200 .axe-battle-public-action .axe-battle-secondary,
.axe-battle-arena-v200 .axe-battle-public-action button {
  min-width: 92px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 9px 14px !important;
  line-height: 1.15 !important;
}

/* Start/Ende: nicht mehr neben Button quetschen; lange übersetzte Datumslabels sauber umbrechen. */
.axe-battle-arena-v200 .axe-battle-public-start,
.axe-battle-arena-v200 .axe-battle-public-end,
.axe-battle-arena-v200 .axe-battle-public-start font,
.axe-battle-arena-v200 .axe-battle-public-end font {
  display: block !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.35 !important;
}

.axe-battle-arena-v200 .axe-battle-public-start,
.axe-battle-arena-v200 .axe-battle-public-end {
  margin-top: 3px !important;
}

/* Auch in der hellen Battle-Zentrale dieselbe robuste Aufteilung. */
.axe-battle-center .axe-battle-public-card-v2321,
.axe-battle-center .axe-battle-public-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.axe-battle-center .axe-battle-public-action {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 4px !important;
}

.axe-battle-center .axe-battle-public-join-button,
.axe-battle-center .axe-battle-public-action .axe-battle-secondary,
.axe-battle-center .axe-battle-public-action button {
  min-width: 92px !important;
  white-space: nowrap !important;
}

@media (max-width: 680px) {
  .axe-battle-arena-v200 .axe-battle-public-action,
  .axe-battle-center .axe-battle-public-action {
    justify-content: stretch !important;
  }
  .axe-battle-arena-v200 .axe-battle-public-join-button,
  .axe-battle-arena-v200 .axe-battle-public-action .axe-battle-secondary,
  .axe-battle-arena-v200 .axe-battle-public-action button,
  .axe-battle-center .axe-battle-public-join-button,
  .axe-battle-center .axe-battle-public-action .axe-battle-secondary,
  .axe-battle-center .axe-battle-public-action button {
    width: 100% !important;
  }
}


/* 2.3.83-clean: Öffentliche Battle-Karte wieder kompakt und hübsch.
   Button bleibt unten, aber Start/Ende bleiben sauber lesbar in je einer Zeile. */
.axe-battle-arena-v200 .axe-battle-public-card-v2321,
.axe-battle-arena-v200 .axe-battle-public-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  text-align: center !important;
  padding: 18px 16px !important;
}

.axe-battle-arena-v200 .axe-battle-public-main-v2321,
.axe-battle-arena-v200 .axe-battle-public-main {
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
}

.axe-battle-arena-v200 .axe-battle-public-title,
.axe-battle-arena-v200 .axe-battle-public-title font {
  display: block !important;
  margin-bottom: 4px !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
}

.axe-battle-arena-v200 .axe-battle-public-creator,
.axe-battle-arena-v200 .axe-battle-public-creator font {
  display: block !important;
  line-height: 1.18 !important;
}

.axe-battle-arena-v200 .axe-battle-public-club,
.axe-battle-arena-v200 .axe-battle-public-club font {
  display: block !important;
  line-height: 1.18 !important;
  margin-bottom: 6px !important;
}

.axe-battle-arena-v200 .axe-battle-public-start,
.axe-battle-arena-v200 .axe-battle-public-end {
  display: block !important;
  width: 100% !important;
  max-width: 270px !important;
  margin: 2px auto 0 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-align: center !important;
}

/* GTranslate setzt oft font-Wrapper um Label/Datum/Uhrzeit.
   Hier verhindern wir, dass Datum und Uhrzeit als einzelne vertikale Blöcke auseinanderfallen. */
.axe-battle-arena-v200 .axe-battle-public-start font,
.axe-battle-arena-v200 .axe-battle-public-end font {
  display: inline !important;
  white-space: nowrap !important;
  line-height: inherit !important;
}

.axe-battle-arena-v200 .axe-battle-public-action {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 8px !important;
}

.axe-battle-arena-v200 .axe-battle-public-join-button,
.axe-battle-arena-v200 .axe-battle-public-action .axe-battle-secondary,
.axe-battle-arena-v200 .axe-battle-public-action button {
  width: auto !important;
  min-width: 112px !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  padding: 9px 16px !important;
  border-radius: 10px !important;
}

/* Helle Battle-Zentrale: gleiche Anordnung, aber ohne dunkle Arena-Annahmen. */
.axe-battle-center .axe-battle-public-card-v2321,
.axe-battle-center .axe-battle-public-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.axe-battle-center .axe-battle-public-start,
.axe-battle-center .axe-battle-public-end,
.axe-battle-center .axe-battle-public-start font,
.axe-battle-center .axe-battle-public-end font {
  display: inline !important;
  white-space: normal !important;
}

.axe-battle-center .axe-battle-public-action {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 8px !important;
}

.axe-battle-center .axe-battle-public-join-button,
.axe-battle-center .axe-battle-public-action .axe-battle-secondary,
.axe-battle-center .axe-battle-public-action button {
  width: auto !important;
  min-width: 112px !important;
}

@media (max-width: 520px) {
  .axe-battle-arena-v200 .axe-battle-public-start,
  .axe-battle-arena-v200 .axe-battle-public-end {
    white-space: normal !important;
    max-width: 100% !important;
  }

  .axe-battle-arena-v200 .axe-battle-public-action,
  .axe-battle-center .axe-battle-public-action {
    justify-content: stretch !important;
  }

  .axe-battle-arena-v200 .axe-battle-public-join-button,
  .axe-battle-arena-v200 .axe-battle-public-action .axe-battle-secondary,
  .axe-battle-arena-v200 .axe-battle-public-action button,
  .axe-battle-center .axe-battle-public-join-button,
  .axe-battle-center .axe-battle-public-action .axe-battle-secondary,
  .axe-battle-center .axe-battle-public-action button {
    width: 100% !important;
  }
}


/* 2.3.83-clean: Clubnamen niemals übersetzen */
.axe-battle-club-name.notranslate,
.axe-battle-club-name.notranslate font,
.notranslate.axe-battle-club-name {
  unicode-bidi: isolate;
}


/* 2.3.83-clean: Ranking-Clubzeile wieder klar sichtbar.
   Besonders wichtig mit GTranslate, weil translate/font-Wrapper sonst dunkle Farben erben können. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li small,
.axe-battle-arena-v200 .axe-battle-arena-ranking li small font,
.axe-battle-arena-v200 .axe-battle-arena-ranking li small .axe-battle-club-name,
.axe-battle-arena-v200 .axe-battle-arena-ranking li small .axe-battle-club-name font,
.axe-battle-arena-v200 .axe-battle-arena-ranking li small .notranslate,
.axe-battle-arena-v200 .axe-battle-arena-ranking li small .notranslate font {
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
  visibility: visible !important;
}

/* Die Anzahl "· 2 Battles" bleibt ebenfalls sichtbar und darf nicht abdunkeln. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li span small {
  display: block !important;
  margin-top: 4px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  font-style: italic !important;
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  opacity: 1 !important;
}

/* Name bleibt weiß, damit die Unterzeile sich sauber absetzt. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li span strong,
.axe-battle-arena-v200 .axe-battle-arena-ranking li span strong font {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* Sicherheit gegen globale Translate-/Theme-Regeln */
html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li small,
html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li small *,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li small,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li small * {
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  opacity: 1 !important;
}


/* 2.3.83-clean: Ranking-Unterzeile ruhiger formatieren.
   Club und Battle-Anzahl werden getrennt statt "Club · 2 Battles" in einer gequetschten Zeile. */
.axe-battle-arena-v200 .axe-battle-arena-ranking li > span {
  min-width: 0 !important;
}

.axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  margin-top: 5px !important;
  line-height: 1.15 !important;
  font-style: normal !important;
  opacity: 1 !important;
}

.axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club,
.axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club font {
  display: block !important;
  max-width: 210px !important;
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 1.18 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  opacity: 1 !important;
}

.axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches,
.axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches font {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  color: #ffe8a3 !important;
  -webkit-text-fill-color: #ffe8a3 !important;
  background: rgba(255,177,0,.12) !important;
  border: 1px solid rgba(255,177,0,.24) !important;
  border-radius: 999px !important;
  padding: 2px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 1.1 !important;
  opacity: 1 !important;
}

html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club,
html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club *,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-club * {
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  opacity: 1 !important;
}

html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches,
html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches *,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-ranking li .axe-battle-ranking-matches * {
  color: #ffe8a3 !important;
  -webkit-text-fill-color: #ffe8a3 !important;
  opacity: 1 !important;
}


/* 2.3.83-clean: Highlights Woche lesbarer strukturieren */
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-highlight-value{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  text-align:center !important;
  color:#fff !important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main *{
  display:block !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.28 !important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub *{
  display:block !important;
  color:#f8fafc !important;
  -webkit-text-fill-color:#f8fafc !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1.24 !important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-score,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-score *{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  width:fit-content !important;
  margin:0 auto !important;
  padding:4px 10px !important;
  border-radius:999px !important;
  background:rgba(255,177,0,.14) !important;
  border:1px solid rgba(255,177,0,.28) !important;
  color:#ffd86b !important;
  -webkit-text-fill-color:#ffd86b !important;
  font-size:16px !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-badge,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-badge *{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:fit-content !important;
  margin:0 auto !important;
  padding:3px 9px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
}
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted *{
  color:#d7e0ea !important;
  -webkit-text-fill-color:#d7e0ea !important;
  font-weight:800 !important;
}


/* 2.3.83-clean: Highlights kompakter.
   Die vorherige Darstellung war zu hoch: viele einzelne Zeilen mit wenig Inhalt.
   Jetzt fließt der Inhalt wieder natürlich, aber Score/Badge bleiben hervorgehoben. */
.axe-battle-arena-v200 .axe-battle-highlight-pill{
  padding: 10px 12px !important;
  min-height: 0 !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill > span:first-child{
  margin-bottom: 4px !important;
  line-height: 1.1 !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-highlight-value{
  display: block !important;
  text-align: center !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main *,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub *,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted *{
  display: inline !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-muted *{
  color: #d7e0ea !important;
  -webkit-text-fill-color: #d7e0ea !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-score,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-score *{
  display: inline-flex !important;
  vertical-align: middle !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 5px !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,177,0,.16) !important;
  border: 1px solid rgba(255,177,0,.30) !important;
  color: #ffd86b !important;
  -webkit-text-fill-color: #ffd86b !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: .03em !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-badge,
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-badge *{
  display: inline-flex !important;
  vertical-align: middle !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 0 0 5px !important;
  padding: 2px 7px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

/* Lange Clubnamen bei "Aktivster Club" nicht übermäßig aufblasen */
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-club-name{
  overflow-wrap: anywhere !important;
}

/* Handy: kompakt bleiben, aber nicht aus der Box laufen */
@media (max-width: 520px){
  .axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main,
  .axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main *,
  .axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub,
  .axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-sub *{
    font-size: 13px !important;
  }
}


/* 2.3.83-clean: Bei Gleichstand mehrere Namen/Clubs sauber auflisten */
.axe-battle-arena-v200 .axe-battle-highlight-pill .axe-battle-hl-main{
  overflow-wrap:anywhere !important;
}


/* 2.3.83-clean: Club in Aktive-Battles-Karten zusätzlich anzeigen */
.axe-battle-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.axe-battle-meta-line{
  display:block;
}


/* 2.3.83-clean: Aktive Battles kompakter mit Club-Zeile und Button rechts */
.axe-battle-card-active-compact{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  column-gap:16px;
  row-gap:8px;
  align-items:start;
}
.axe-battle-card-active-compact .axe-battle-card-head,
.axe-battle-card-active-compact .axe-battle-meta,
.axe-battle-card-active-compact .axe-battle-message,
.axe-battle-card-active-compact .axe-battle-result,
.axe-battle-card-active-compact .axe-battle-note,
.axe-battle-card-active-compact .axe-battle-warning,
.axe-battle-card-active-compact .axe-battle-notice,
.axe-battle-card-active-compact .axe-battle-muted{
  grid-column:1;
}
.axe-battle-card-active-compact .axe-battle-actions{
  grid-column:2;
  grid-row:2 / span 10;
  align-self:center;
  justify-self:end;
  margin-top:0;
  min-width:170px;
  flex-direction:column;
  align-items:stretch;
}
.axe-battle-card-active-compact .axe-battle-inline-form,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-primary,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-secondary,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-danger,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-small-btn{
  width:100%;
}
.axe-battle-card-active-compact .axe-battle-meta{
  margin:6px 0 0;
  gap:3px;
}
.axe-battle-card-active-compact .axe-battle-meta-line{
  line-height:1.35;
}
.axe-battle-card-active-compact .axe-battle-club-name{
  font-weight:600;
}
@media(max-width:760px){
  .axe-battle-card-active-compact{
    grid-template-columns:1fr;
  }
  .axe-battle-card-active-compact .axe-battle-actions{
    grid-column:1;
    grid-row:auto;
    justify-self:start;
    min-width:0;
    width:100%;
    margin-top:8px;
  }
}


/* 2.3.83-clean: Aktive Battles Layout-Fix.
   Die 2-Spalten-Grid-Variante hat bei schmaleren Karten die Textspalte zu stark gequetscht.
   Jetzt bleibt die Info links normal breit, Buttons werden rechts ausgerichtet ohne die Texte zu zerdrücken. */
.axe-battle-card-active-compact{
  display:block !important;
  position:relative !important;
  padding:14px 16px !important;
  min-height:0 !important;
}

.axe-battle-card-active-compact .axe-battle-card-head{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:12px !important;
  grid-column:auto !important;
}

.axe-battle-card-active-compact .axe-battle-card-head strong{
  min-width:0 !important;
  max-width:100% !important;
  white-space:normal !important;
  line-height:1.25 !important;
}

.axe-battle-card-active-compact .axe-battle-card-head span{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:160px !important;
  white-space:nowrap !important;
  line-height:1.1 !important;
  padding:5px 11px !important;
  text-align:center !important;
}

.axe-battle-card-active-compact .axe-battle-meta{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:3px !important;
  margin:8px 0 0 !important;
  max-width:100% !important;
}

.axe-battle-card-active-compact .axe-battle-meta-line{
  display:block !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.34 !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}

/* Vorherige Grid-Regeln für Inhalte vollständig neutralisieren */
.axe-battle-card-active-compact .axe-battle-card-head,
.axe-battle-card-active-compact .axe-battle-meta,
.axe-battle-card-active-compact .axe-battle-message,
.axe-battle-card-active-compact .axe-battle-result,
.axe-battle-card-active-compact .axe-battle-note,
.axe-battle-card-active-compact .axe-battle-warning,
.axe-battle-card-active-compact .axe-battle-notice,
.axe-battle-card-active-compact .axe-battle-muted{
  grid-column:auto !important;
}

/* Aktionen rechts nutzen den Platz, ohne die Metadaten-Spalte schmal zu machen. */
.axe-battle-card-active-compact .axe-battle-actions{
  display:block !important;
  min-width:0 !important;
  width:100% !important;
  margin-top:10px !important;
  grid-column:auto !important;
  grid-row:auto !important;
  align-self:auto !important;
  justify-self:auto !important;
}

.axe-battle-card-active-compact .axe-battle-actions::after{
  content:"";
  display:block;
  clear:both;
}

.axe-battle-card-active-compact .axe-battle-actions .axe-battle-inline-form,
.axe-battle-card-active-compact .axe-battle-actions details,
.axe-battle-card-active-compact .axe-battle-actions form.axe-battle-inline-form{
  float:right !important;
  width:170px !important;
  max-width:45% !important;
  margin:0 0 8px 12px !important;
}

.axe-battle-card-active-compact .axe-battle-actions .axe-battle-primary,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-secondary,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-danger,
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-small-btn,
.axe-battle-card-active-compact .axe-battle-actions button,
.axe-battle-card-active-compact .axe-battle-actions summary{
  width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  text-align:center !important;
  white-space:normal !important;
  line-height:1.15 !important;
  padding:10px 12px !important;
}

.axe-battle-card-active-compact .axe-battle-actions .axe-battle-muted{
  display:block !important;
  margin:0 0 6px 0 !important;
  line-height:1.35 !important;
  white-space:normal !important;
}

/* Bei längeren Hinweisen soll der Text links lesbar bleiben, der Button rechts. */
.axe-battle-card-active-compact .axe-battle-actions .axe-battle-muted + .axe-battle-inline-form{
  margin-top:-2px !important;
}

@media(max-width:680px){
  .axe-battle-card-active-compact .axe-battle-card-head{
    display:flex !important;
    align-items:flex-start !important;
  }

  .axe-battle-card-active-compact .axe-battle-actions .axe-battle-inline-form,
  .axe-battle-card-active-compact .axe-battle-actions details,
  .axe-battle-card-active-compact .axe-battle-actions form.axe-battle-inline-form{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    margin:8px 0 0 !important;
  }
}


/* 2.3.83-clean: Kommende Battles besser lesbar */
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-compact-list{
  gap: 12px !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-compact-row,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-row,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-card,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-compact-row{
  padding: 16px 18px !important;
  min-height: 78px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px !important;
  text-align: center !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-compact-row strong,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-row strong,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-card strong,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming strong {
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-compact-row small,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-row small,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-card small,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming small,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming em,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming span:not(.axe-battle-live-dot) {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  color: #ffb100 !important;
  -webkit-text-fill-color: #ffb100 !important;
  opacity: 1 !important;
}

/* GTranslate-Schutz für Kommende Battles */
html.translated-ltr .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming *,
html.translated-rtl .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming * {
  opacity: 1 !important;
}

@media (max-width: 520px){
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-compact-row strong,
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming strong{
    font-size: 17px !important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming small,
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming em,
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming span:not(.axe-battle-live-dot){
    font-size: 13px !important;
  }
}


/* 2.3.83-clean: Kommende Battles wieder ruhiger und besser lesbar.
   2.3.80 war zu fett/eng und der gelbe Dash rechts störte. */
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming{
  display:block !important;
  padding:13px 14px !important;
  min-height:0 !important;
  text-align:center !important;
  border-radius:12px !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main{
  display:block !important;
  width:100% !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main strong,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main strong font{
  display:block !important;
  font-size:17px !important;
  line-height:1.22 !important;
  font-weight:950 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  margin:0 0 6px !important;
  text-shadow:none !important;
}

.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main small,
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main small font{
  display:inline-block !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:850 !important;
  font-style:normal !important;
  letter-spacing:0 !important;
  color:#dbeafe !important;
  -webkit-text-fill-color:#dbeafe !important;
  background:rgba(37,99,235,.16) !important;
  border:1px solid rgba(147,197,253,.22) !important;
  border-radius:999px !important;
  padding:4px 9px !important;
  margin:0 auto !important;
  opacity:1 !important;
  text-shadow:none !important;
}

/* Der Score-/Dash-Platz rechts ist bei kommenden Battles unnötig und wird ausgeblendet. */
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-score{
  display:none !important;
}

/* Alte 2.3.80-Regeln neutralisieren: nicht jedes span in "Kommende Battles" gelb machen. */
.axe-battle-arena-v200 .axe-battle-arena-zone-upcoming span:not(.axe-battle-live-dot){
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
}

@media (max-width:520px){
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main strong{
    font-size:16px !important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-zone-upcoming .axe-battle-arena-row-upcoming .axe-battle-arena-row-main small{
    font-size:12.5px !important;
    white-space:normal !important;
  }
}


/* 2.3.83-clean: Ranking-Shortcode unterstützt year/month/show_filter/title Attribute. */


/* 2.3.83-clean: Battle-Ranking kompakter und ohne seitliche Tabellenränder.
   Shortcode bleibt in der vorhandenen Seite, aber die Tabelle nutzt die volle verfügbare Breite. */
.axe-battle-wrap.axe-battle-ranking{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.axe-battle-wrap.axe-battle-ranking > h3,
.axe-battle-wrap.axe-battle-ranking .axe-battle-ranking-filter,
.axe-battle-wrap.axe-battle-ranking .axe-battle-ranking-help,
.axe-battle-wrap.axe-battle-ranking > p{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:14px !important;
  padding-right:14px !important;
  box-sizing:border-box !important;
}

.axe-battle-ranking .axe-battle-ranking-scroll{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow-x:auto !important;
  box-sizing:border-box !important;
}

.axe-battle-ranking .axe-battle-ranking-table{
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  table-layout:auto !important;
  font-size:13px !important;
}

.axe-battle-ranking .axe-battle-ranking-table th,
.axe-battle-ranking .axe-battle-ranking-table td{
  padding:9px 8px !important;
  font-size:13px !important;
  white-space:nowrap !important;
}

.axe-battle-ranking .axe-battle-ranking-table th{
  font-size:12px !important;
}

/* Club darf umbrechen, damit die restlichen Spalten weniger nach rechts drücken. */
.axe-battle-ranking .axe-battle-ranking-table th:nth-child(3),
.axe-battle-ranking .axe-battle-ranking-table td:nth-child(3){
  white-space:normal !important;
  min-width:150px !important;
  max-width:260px !important;
}

/* Name/Score kompakt halten */
.axe-battle-ranking .axe-battle-ranking-table th:nth-child(2),
.axe-battle-ranking .axe-battle-ranking-table td:nth-child(2){
  min-width:86px !important;
}

.axe-battle-ranking .axe-battle-ranking-table th:nth-child(11),
.axe-battle-ranking .axe-battle-ranking-table td:nth-child(11){
  white-space:nowrap !important;
}

@media(max-width:900px){
  .axe-battle-wrap.axe-battle-ranking{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .axe-battle-wrap.axe-battle-ranking > h3,
  .axe-battle-wrap.axe-battle-ranking .axe-battle-ranking-filter,
  .axe-battle-wrap.axe-battle-ranking .axe-battle-ranking-help,
  .axe-battle-wrap.axe-battle-ranking > p{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .axe-battle-ranking .axe-battle-ranking-table th,
  .axe-battle-ranking .axe-battle-ranking-table td{
    padding:8px 7px !important;
    font-size:12.5px !important;
  }
  .axe-battle-ranking .axe-battle-ranking-table th{
    font-size:11.5px !important;
  }
}


/* v2.3.91: Mobile-Fix für Gegner-/Werferliste beim Battle-Erstellen.
   Auf Smartphone keine gequetschten Desktop-Karten mehr: Radio + Avatar + Textblock sauber getrennt. */
@media (max-width: 760px) {
  .axe-battle-create,
  #axebook-battle-create {
    box-sizing: border-box !important;
  }

  .axe-battle-create .axe-battle-user-list.axe-battle-user-list-v2347,
  #axebook-battle-create .axe-battle-user-list.axe-battle-user-list-v2347,
  .axe-battle-create .axe-battle-user-list,
  #axebook-battle-create .axe-battle-user-list {
    display: block !important;
    grid-template-columns: none !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    width: 100% !important;
  }

  .axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
  #axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
  .axe-battle-create .axe-battle-user-card.axe-battle-user-row,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row,
  label.axe-battle-user-card.axe-battle-user-row {
    display: grid !important;
    grid-template-columns: 28px 64px minmax(0, 1fr) !important;
    grid-template-areas: "radio avatar info" !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 132px !important;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 14px 12px !important;
    border-radius: 16px !important;
    line-height: 1.28 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row input[type="radio"],
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row input[type="radio"],
  label.axe-battle-user-card.axe-battle-user-row input[type="radio"] {
    grid-area: radio !important;
    position: static !important;
    display: block !important;
    justify-self: center !important;
    align-self: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar,
  label.axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar {
    grid-area: avatar !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    align-self: center !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    flex: 0 0 58px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar img,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar img,
  label.axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    border-radius: 999px !important;
    object-fit: cover !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info,
  label.axe-battle-user-card.axe-battle-user-row .axe-battle-user-info {
    grid-area: info !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
    gap: 3px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
    color: #334155 !important;
    line-height: 1.28 !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info strong,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info strong,
  label.axe-battle-user-card.axe-battle-user-row .axe-battle-user-info strong {
    display: block !important;
    margin: 0 0 1px !important;
    font-size: 16px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info small,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info small,
  label.axe-battle-user-card.axe-battle-user-row .axe-battle-user-info small {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.24 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-clubline,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-clubline {
    color: #475569 !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-online,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-online {
    color: #047857 !important;
    font-weight: 900 !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-scorecard,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-scorecard,
  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-lastbattle,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-lastbattle {
    color: #64748b !important;
  }
}

@media (max-width: 390px) {
  .axe-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
  #axebook-battle-create .axe-battle-user-list-v2347 .axe-battle-user-card.axe-battle-user-row,
  label.axe-battle-user-card.axe-battle-user-row {
    grid-template-columns: 24px 54px minmax(0, 1fr) !important;
    column-gap: 9px !important;
    padding: 13px 10px !important;
    min-height: 132px !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-avatar {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    flex-basis: 52px !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info strong,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info strong {
    font-size: 15px !important;
  }

  .axe-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info small,
  #axebook-battle-create .axe-battle-user-card.axe-battle-user-row .axe-battle-user-info small {
    font-size: 12.5px !important;
  }
}


/* v2.3.92: Jede Spielerkarte zeigt ihren eigenen letzten Wurfwert.
   Die Mitte bleibt ruhig, damit fast gleichzeitige Würfe sich nicht überschreiben. */
.axe-battle-arena-v200 .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  background:rgba(245,158,11,.18)!important;
  border-color:rgba(245,158,11,.42)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  color:#ffb100!important;
  font-size:18px!important;
  min-width:30px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm{
  background:linear-gradient(180deg,rgba(7,15,29,.88),rgba(2,8,18,.96))!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
  margin-top:0!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
  margin-top:10px!important;
  opacity:.88!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-live-updated .axe-battle-duel-player.is-last-thrower .axe-battle-duel-metric-last{
  animation:axeBattleLastThrowPulse .75s ease-out 1;
}
@keyframes axeBattleLastThrowPulse{
  0%{transform:scale(1);box-shadow:0 0 0 rgba(255,177,0,0)}
  35%{transform:scale(1.05);box-shadow:0 0 18px rgba(255,177,0,.35)}
  100%{transform:scale(1);box-shadow:0 0 0 rgba(255,177,0,0)}
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
    font-size:16px!important;
  }
}


/* v2.3.93: Wurf bleibt in den Spielerboxen, die beiden letzten Wurfwerte stehen in der Mitte als Paar. */
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastpair{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastval{
  min-width:44px!important;
  text-align:center!important;
  font-weight:900!important;
  font-size:34px!important;
  line-height:1!important;
  color:#ffb100!important;
  text-shadow:0 0 12px rgba(255,177,0,.18)!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
  margin-top:0!important;
  flex:0 0 auto!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
  margin-top:0!important;
  opacity:.9!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-live-updated.is-last-throw-challenger [data-live-hero-field="lastleft"],
.axe-battle-arena-v200 .axe-battle-featured-duel.is-live-updated.is-last-throw-opponent [data-live-hero-field="lastright"]{
  animation:axeBattleCenterLastPulse .75s ease-out 1;
}
@keyframes axeBattleCenterLastPulse{
  0%{transform:scale(1);opacity:1}
  35%{transform:scale(1.08);opacity:1}
  100%{transform:scale(1);opacity:1}
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-duel-lastval{font-size:28px!important;min-width:36px!important;}
  .axe-battle-arena-v200 .axe-battle-duel-lastpair{gap:8px!important;}
}


/* v2.3.94: Wurf ohne Pluszeichen, kompaktere Spielerboxen, schmalere Werte-Spalte. */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  grid-template-columns:70px minmax(0,1fr) 96px!important;
  min-height:108px!important;
  padding:10px 11px!important;
  border-radius:16px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  width:64px!important;
  height:64px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:18px!important;
  line-height:1.04!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:12px!important;
  line-height:1.1!important;
  margin-top:2px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:11px!important;
  line-height:1.08!important;
  margin-top:1px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  grid-column:3!important;
  width:96px!important;
  max-width:96px!important;
  gap:4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
  padding:4px 7px!important;
  font-size:11px!important;
  line-height:1!important;
  gap:4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics b{
  font-size:13px!important;
  min-width:20px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  padding:6px 8px!important;
  min-height:38px!important;
  border-color:rgba(255,177,0,.38)!important;
  background:rgba(255,177,0,.14)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  font-size:19px!important;
  min-width:24px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastval{
  min-width:34px!important;
  font-size:28px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastpair{
  gap:8px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
  font-size:11px!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:64px minmax(0,1fr) 90px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:58px!important;height:58px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    width:90px!important;max-width:90px!important;
  }
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-duel-lastval{font-size:24px!important;}
}


/* v2.3.95: professioneller Feinschliff für die Live-Battle-Arena */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel,
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-empty{
  padding:12px 14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-scorebar{
  margin-bottom:10px!important;
  padding:7px 12px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
  grid-template-columns:minmax(0,1fr) 136px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  grid-template-columns:68px minmax(0,1fr) 88px!important;
  min-height:102px!important;
  padding:10px 10px!important;
  border-radius:18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
  width:60px!important;
  height:60px!important;
  border-width:2px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  padding:0 4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:17px!important;
  line-height:1.05!important;
  letter-spacing:-.01em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:11.5px!important;
  line-height:1.12!important;
  margin-top:3px!important;
  max-width:100%!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:11px!important;
  line-height:1.1!important;
  margin-top:2px!important;
  opacity:.96!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  width:88px!important;
  max-width:88px!important;
  gap:4px!important;
  align-self:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
  padding:4px 7px!important;
  font-size:10.5px!important;
  line-height:1!important;
  border-radius:16px!important;
  background:rgba(255,177,0,.11)!important;
  border:1px solid rgba(255,177,0,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics b{
  font-size:12.5px!important;
  min-width:18px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  min-height:42px!important;
  padding:6px 8px!important;
  background:linear-gradient(180deg,rgba(255,177,0,.18),rgba(255,177,0,.12))!important;
  border-color:rgba(255,177,0,.42)!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  font-size:18px!important;
  min-width:22px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center{
  min-height:102px!important;
  border-radius:18px!important;
  padding:10px 8px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastpair{
  gap:9px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastval{
  min-width:30px!important;
  font-size:30px!important;
  font-weight:1000!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  font-size:19px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
  font-size:10px!important;
  letter-spacing:.08em!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-leader{
  margin-top:9px!important;
  min-height:28px!important;
  font-size:12.5px!important;
  border-radius:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel .axe-battle-featured-callout{
  margin-top:9px!important;
  min-height:34px!important;
  font-size:13px!important;
  border-radius:16px!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    grid-template-columns:minmax(0,1fr) 124px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:62px minmax(0,1fr) 84px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar{
    width:56px!important;height:56px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    width:84px!important;max-width:84px!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-lastval{font-size:27px!important;}
}
@media(max-width:720px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
    grid-template-columns:60px minmax(0,1fr)!important;
    min-height:0!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
    grid-column:1 / -1!important;
    width:100%!important;
    max-width:none!important;
    margin-top:8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    grid-template-columns:1fr!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center{
    order:2!important;
  }
}


/* v2.3.96: Premium-Polish, saubere Zentrierung und 5er-Effekt */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
  grid-template-columns:minmax(0,1fr) 152px minmax(0,1fr)!important;
  gap:14px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player{
  grid-template-columns:70px minmax(0,1fr) 90px!important;
  min-height:108px!important;
  padding:10px 11px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong{
  font-size:19px!important;
  line-height:1.06!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em{
  font-size:12.5px!important;
  line-height:1.13!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small{
  font-size:11.5px!important;
  line-height:1.12!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  width:90px!important;
  max-width:90px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  min-height:46px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  font-size:20px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center,
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  min-height:108px!important;
  padding:10px 10px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastpair{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  width:100%!important;
  margin:0 auto!important;
}
.axe-battle-arena-v200 .axe-battle-duel-lastval{
  min-width:36px!important;
  font-size:32px!important;
  text-align:center!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  margin:0!important;
  flex:0 0 44px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin-top:2px!important;
}
/* Bullseye / 5-Wurf Effekt */
.axe-battle-arena-v200 .axe-battle-featured-duel.is-bullseye-hit{
  position:relative!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-bullseye-hit::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:24px;
  background:radial-gradient(circle at center, rgba(255,215,0,.18) 0%, rgba(255,215,0,.08) 22%, rgba(255,215,0,0) 58%);
  animation:axeBullseyeFlash 1.2s ease-out 1;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-bullseye-thrower{
  box-shadow:0 0 0 1px rgba(255,215,0,.45), 0 0 24px rgba(255,215,0,.22)!important;
  animation:axeBullseyeCardPop 1s ease-out 1;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-bullseye-thrower .axe-battle-duel-avatar{
  box-shadow:0 0 0 3px rgba(255,215,0,.22), 0 0 26px rgba(255,215,0,.28)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel .axe-battle-duel-player.is-bullseye-thrower .axe-battle-duel-metric-last{
  background:linear-gradient(180deg,rgba(255,215,0,.28),rgba(255,177,0,.16))!important;
  border-color:rgba(255,215,0,.58)!important;
  box-shadow:0 0 18px rgba(255,215,0,.22)!important;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-bullseye-challenger [data-live-hero-field="lastleft"],
.axe-battle-arena-v200 .axe-battle-featured-duel.is-bullseye-opponent [data-live-hero-field="lastright"]{
  color:#ffd54a!important;
  text-shadow:0 0 18px rgba(255,215,0,.35)!important;
  animation:axeBullseyeNumberBurst 1s ease-out 1;
}
.axe-battle-arena-v200 .axe-battle-featured-duel.is-bullseye-hit .axe-battle-featured-callout{
  background:linear-gradient(90deg,rgba(22,101,52,.88),rgba(0,86,64,.82))!important;
  border-color:rgba(52,211,153,.58)!important;
  color:#e9fff3!important;
  box-shadow:0 0 18px rgba(34,197,94,.18)!important;
}
@keyframes axeBullseyeFlash{
  0%{opacity:0}
  20%{opacity:1}
  100%{opacity:0}
}
@keyframes axeBullseyeCardPop{
  0%{transform:scale(1)}
  35%{transform:scale(1.02)}
  100%{transform:scale(1)}
}
@keyframes axeBullseyeNumberBurst{
  0%{transform:scale(1);opacity:1}
  35%{transform:scale(1.14);opacity:1}
  100%{transform:scale(1);opacity:1}
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    grid-template-columns:minmax(0,1fr) 138px minmax(0,1fr)!important;
    gap:12px!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-lastval{font-size:29px!important;}
}


/* v2.3.98: Alle drei Metrik-Boxen sauber mittig, Wurf gleiche Schriftgröße wie Gesamt/Ø */
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:center!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span,
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:4px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span{
  min-height:34px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
  min-height:46px!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span b,
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin:0!important;
}
.axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
  font-size:12.5px!important;
  min-width:18px!important;
}


/* v2.3.99: Letzte-Würfe in der mittleren VS-Box exakt symmetrisch ausrichten */
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair{
  display:grid!important;
  grid-template-columns:1fr 44px 1fr!important;
  align-items:center!important;
  justify-items:center!important;
  column-gap:8px!important;
  row-gap:0!important;
  width:100%!important;
  max-width:124px!important;
  margin:0 auto!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair .axe-battle-duel-lastval{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  width:100%!important;
  line-height:1!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair .axe-battle-duel-lastval:first-child{
  justify-content:flex-end!important;
  text-align:right!important;
  padding-right:2px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair .axe-battle-duel-lastval:last-child{
  justify-content:flex-start!important;
  text-align:left!important;
  padding-left:2px!important;
}
.axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
  justify-self:center!important;
  align-self:center!important;
  margin:0!important;
}
@media(max-width:1180px){
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair{
    grid-template-columns:1fr 42px 1fr!important;
    max-width:116px!important;
    column-gap:6px!important;
  }
}


/* v2.4.00: Echte Mobile-Ansicht für Jetzt-live-Battle.
   Spielerboxen werden untereinander gestapelt, damit nichts mehr abgeschnitten oder überlagert wird. */
@media(max-width:820px){
  .axe-battle-arena-v200,
  .axe-battle-wrap.axe-battle-arena-v200{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:8px!important;
    padding-right:8px!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
  }
  .axe-battle-arena-v200 *,
  .axe-battle-arena-v200 *::before,
  .axe-battle-arena-v200 *::after{
    box-sizing:border-box!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-main,
  .axe-battle-arena-v200 .axe-battle-arena-live-stack,
  .axe-battle-arena-v200 .axe-battle-arena-card-featured{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-duel,
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-featured-empty{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:10px 8px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding:0 2px 8px!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-top h4{
    font-size:15px!important;
    line-height:1.1!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-top-note{
    font-size:10px!important;
    white-space:nowrap!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-scorebar{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    padding:8px 10px!important;
    margin:0 0 10px!important;
    border-radius:14px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-scorebar span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:13px!important;
    text-align:left!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-scorebar b{
    font-size:22px!important;
    line-height:1!important;
    text-align:right!important;
    white-space:nowrap!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-stage{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player,
  .axe-battle-arena-v200 .axe-battle-duel-player{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    row-gap:8px!important;
    align-items:center!important;
    padding:10px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    transform:none!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-player-opponent,
  .axe-battle-arena-v200 .axe-battle-duel-player-opponent{
    order:3!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-avatar,
  .axe-battle-arena-v200 .axe-battle-duel-avatar{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:center!important;
    align-self:center!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    min-height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info,
  .axe-battle-arena-v200 .axe-battle-duel-info{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    width:100%!important;
    align-self:center!important;
    justify-self:stretch!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
    overflow:hidden!important;
    padding:0!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info strong,
  .axe-battle-arena-v200 .axe-battle-duel-info strong{
    font-size:18px!important;
    line-height:1.08!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info em,
  .axe-battle-arena-v200 .axe-battle-duel-info em{
    font-size:12px!important;
    line-height:1.15!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-info small,
  .axe-battle-arena-v200 .axe-battle-duel-info small{
    font-size:11px!important;
    line-height:1.15!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics,
  .axe-battle-arena-v200 .axe-battle-duel-metrics{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    position:static!important;
    transform:none!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics span,
  .axe-battle-arena-v200 .axe-battle-duel-metrics span,
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:3px!important;
    padding:6px 5px!important;
    font-size:10px!important;
    line-height:1!important;
    white-space:normal!important;
    overflow:hidden!important;
    border-radius:14px!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics b,
  .axe-battle-arena-v200 .axe-battle-duel-metrics b,
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-metrics .axe-battle-duel-metric-last b{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1!important;
  }
  .axe-battle-arena-v200 .axe-battle-arena-live-stack .axe-battle-duel-center,
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm{
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:92px!important;
    padding:12px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastpair{
    display:grid!important;
    grid-template-columns:1fr 42px 1fr!important;
    width:160px!important;
    max-width:100%!important;
    column-gap:8px!important;
    margin:0 auto!important;
    align-items:center!important;
    justify-items:center!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastval{
    width:100%!important;
    min-width:0!important;
    font-size:26px!important;
    line-height:1!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastval:first-child{
    justify-content:flex-end!important;
    text-align:right!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-lastval:last-child{
    justify-content:flex-start!important;
    text-align:left!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm .axe-battle-duel-vs{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    font-size:18px!important;
    margin:0!important;
  }
  .axe-battle-arena-v200 .axe-battle-duel-center.axe-battle-duel-center-calm small{
    font-size:10.5px!important;
    margin-top:6px!important;
  }
  .axe-battle-arena-v200 .axe-battle-featured-leader,
  .axe-battle-arena-v200 .axe-battle-featured-callout{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:12px!important;
    line-height:1.2!important;
    padding:8px 9px!important;
    margin-top:9px!important;
    white-space:normal!important;
    overflow:visible!important;
  }
}
