/* =========================
   Integrated Banlist
   ========================= */
.banlist-page-shell { min-height: 100vh; background: #090b08; color: var(--white); }
.banlist-hero { position: relative; padding: 132px 0 50px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.07); }
.banlist-hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,6,.98), rgba(7,9,6,.83) 56%, rgba(7,9,6,.96)), url('/images/background3.jpg') center 42% / cover; filter: saturate(.72); }
.banlist-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); align-items: end; gap: 70px; }
.banlist-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.banlist-hero h1 { max-width: 690px; margin: 17px 0 14px; font-size: clamp(42px, 5vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.banlist-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.72; font-weight: 560; }
.banlist-search { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 8px 9px 8px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(15,18,13,.94); box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.banlist-search svg { color: var(--lime); flex: 0 0 auto; }
.banlist-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-weight: 700; }
.banlist-search input::placeholder { color: rgba(255,255,255,.38); }
.banlist-search button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 10px; background: var(--lime); color: #0b0d08; font-weight: 900; cursor: pointer; }
.banlist-content { padding: 38px 0 100px; }
.banlist-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; padding: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: #10130e; }
.banlist-tabs button { min-height: 43px; padding: 0 21px; border: 0; border-radius: 9px; color: rgba(255,255,255,.62); background: transparent; font-weight: 850; cursor: pointer; }
.banlist-tabs button:hover { color: #fff; background: rgba(255,255,255,.05); }
.banlist-tabs button.active { color: #0c0e09; background: var(--lime); }
.banlist-error { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; padding: 15px 17px; border: 1px solid rgba(255,103,0,.34); border-radius: 12px; color: #ffd3b6; background: rgba(255,103,0,.09); }
.banlist-error span { flex: 1; font-weight: 700; }
.banlist-error button { border: 0; color: inherit; background: transparent; cursor: pointer; }
.banlist-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.banlist-stat-card { display: flex; align-items: center; gap: 15px; min-height: 116px; padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; color: #fff; background: #11140f; text-align: left; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.banlist-stat-card:hover { transform: translateY(-2px); border-color: rgba(241,255,0,.22); background: #141811; }
.banlist-stat-card > svg { width: 43px; height: 43px; padding: 10px; border-radius: 11px; color: var(--lime); background: rgba(241,255,0,.09); }
.banlist-stat-card.is-mute > svg { color: #ffad66; background: rgba(255,103,0,.09); }
.banlist-stat-card.is-warn > svg { color: #ffd45e; background: rgba(255,205,66,.09); }
.banlist-stat-card.is-kick > svg { color: #c7d1c2; background: rgba(255,255,255,.07); }
.banlist-stat-card span { display: grid; gap: 5px; flex: 1; }
.banlist-stat-card small { color: rgba(255,255,255,.53); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.banlist-stat-card strong { font-size: 30px; line-height: 1; }
.banlist-stat-card > .lucide-chevron-right { width: 18px; height: 18px; padding: 0; color: rgba(255,255,255,.32); background: none; }
.banlist-overview-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 18px; margin-bottom: 18px; }
.banlist-panel { border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: #10130e; }
.banlist-activity-panel, .banlist-summary-panel, .banlist-recent-panel, .banlist-records-panel { padding: 25px; }
.banlist-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.banlist-panel-heading span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.banlist-panel-heading h2 { margin: 7px 0 0; font-size: 25px; letter-spacing: -.035em; }
.banlist-panel-heading > svg { color: rgba(255,255,255,.36); }
.banlist-panel-heading > strong { color: rgba(255,255,255,.58); font-size: 13px; }
.banlist-weekly-chart { height: 220px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 13px; align-items: end; }
.banlist-week-day { height: 100%; display: grid; grid-template-rows: 24px 1fr 20px 18px; gap: 5px; text-align: center; }
.banlist-week-day > strong { font-size: 12px; }
.banlist-week-day > div { position: relative; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.045); }
.banlist-week-day i { position: absolute; inset: auto 0 0; display: block; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, var(--lime), #8b9500); }
.banlist-week-day span { font-size: 12px; font-weight: 900; }
.banlist-week-day small { color: rgba(255,255,255,.38); font-size: 10px; }
.banlist-summary-list { display: grid; gap: 10px; }
.banlist-summary-list span { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 11px; background: rgba(255,255,255,.025); }
.banlist-summary-list b { font-size: 24px; }
.banlist-summary-list small { color: rgba(255,255,255,.48); font-weight: 700; }
.banlist-recent-panel { margin-top: 0; }
.banlist-list { display: grid; gap: 8px; }
.banlist-row { width: 100%; display: grid; grid-template-columns: 112px minmax(190px,.8fr) minmax(250px,1.4fr) 175px 22px; align-items: center; gap: 16px; min-height: 82px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 11px; color: #fff; background: rgba(255,255,255,.022); text-align: left; cursor: pointer; transition: background .16s ease, border-color .16s ease; }
.banlist-row:hover { border-color: rgba(241,255,0,.2); background: rgba(255,255,255,.045); }
.banlist-row-type { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.banlist-row.is-mute .banlist-row-type { color: #ff9d50; }
.banlist-row.is-warn .banlist-row-type { color: #ffd45e; }
.banlist-row.is-kick .banlist-row-type { color: #c8d0c5; }
.banlist-player-cell { display: flex; align-items: center; gap: 12px; min-width: 0; }
.banlist-player-cell img { width: 42px; height: 42px; border-radius: 8px; image-rendering: pixelated; background: #20251c; }
.banlist-player-cell span, .banlist-reason-cell, .banlist-date-cell { min-width: 0; display: grid; gap: 5px; }
.banlist-player-cell strong, .banlist-reason-cell strong, .banlist-date-cell strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.banlist-player-cell small, .banlist-reason-cell small, .banlist-date-cell small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 650; }
.banlist-date-cell { text-align: right; }
.banlist-row-arrow { color: rgba(255,255,255,.25); }
.banlist-empty { padding: 35px 20px; color: rgba(255,255,255,.45); text-align: center; font-weight: 700; }
.banlist-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.banlist-pagination button { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: #fff; background: rgba(255,255,255,.04); font-weight: 800; cursor: pointer; }
.banlist-pagination button:disabled { opacity: .35; cursor: not-allowed; }
.banlist-pagination span { color: rgba(255,255,255,.53); font-size: 13px; }
.banlist-player-result { padding: 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: #10130e; }
.banlist-player-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 20px; }
.banlist-player-heading img { width: 68px; height: 68px; border-radius: 12px; image-rendering: pixelated; }
.banlist-player-heading div { flex: 1; }
.banlist-player-heading span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.banlist-player-heading h2 { margin: 5px 0 4px; font-size: 28px; }
.banlist-player-heading p { margin: 0; color: rgba(255,255,255,.46); }
.banlist-player-heading button { min-height: 41px; padding: 0 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: #fff; background: transparent; font-weight: 800; cursor: pointer; }
.banlist-mini-counts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; }
.banlist-mini-counts span { display: grid; gap: 3px; padding: 15px; border-radius: 10px; background: rgba(255,255,255,.035); }
.banlist-mini-counts b { font-size: 20px; }
.banlist-mini-counts { color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; }
.banlist-modal-backdrop { position: fixed; z-index: 12000; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(0,0,0,.76); backdrop-filter: blur(6px); }
.banlist-modal { position: relative; width: min(570px, 100%); padding: 28px; border: 1px solid rgba(241,255,0,.26); border-radius: 16px; background: #11140f; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.banlist-modal.is-mute { border-color: rgba(255,103,0,.28); }
.banlist-modal.is-warn { border-color: rgba(255,212,94,.28); }
.banlist-modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; color: #fff; background: rgba(255,255,255,.04); cursor: pointer; }
.banlist-modal-player { display: flex; align-items: center; gap: 15px; padding-right: 45px; }
.banlist-modal-player img { width: 70px; height: 70px; border-radius: 12px; image-rendering: pixelated; }
.banlist-modal-player span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.banlist-modal-player h2 { margin: 5px 0 3px; font-size: 28px; }
.banlist-modal-player p { margin: 0; color: rgba(255,255,255,.46); }
.banlist-detail-list { display: grid; gap: 9px; margin: 24px 0 0; }
.banlist-detail-list > div { display: grid; grid-template-columns: 135px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.07); }
.banlist-detail-list dt { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.46); font-size: 12px; font-weight: 800; }
.banlist-detail-list dd { margin: 0; font-size: 13px; font-weight: 750; }

.banlist-insight-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 18px; }
.banlist-insight-card { min-height: 126px; display: flex; align-items: flex-start; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.085); border-radius: 14px; background: #10130e; }
.banlist-insight-card > svg, .banlist-insight-card > b { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; padding: 10px; border-radius: 10px; color: var(--lime); background: rgba(241,255,0,.08); font-size: 18px; }
.banlist-insight-card.is-calm { border-color: rgba(241,255,0,.17); background: linear-gradient(135deg, rgba(241,255,0,.045), #10130e 55%); }
.banlist-insight-card div { min-width: 0; display: grid; gap: 6px; }
.banlist-insight-card span { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.banlist-insight-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; line-height: 1.05; }
.banlist-insight-card small { overflow: hidden; display: -webkit-box; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 650; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.banlist-fact-list { display: grid; gap: 0; margin-top: 15px; border-top: 1px solid rgba(255,255,255,.07); }
.banlist-fact-list span { display: grid; gap: 5px; padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.06); }
.banlist-fact-list small { color: rgba(255,255,255,.43); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.banlist-fact-list b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }

@media (max-width: 980px) {
  .banlist-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .banlist-stat-grid, .banlist-insight-grid { grid-template-columns: repeat(2, 1fr); }
  .banlist-overview-grid { grid-template-columns: 1fr; }
  .banlist-row { grid-template-columns: 95px minmax(160px,1fr) minmax(220px,1.25fr) 22px; }
  .banlist-date-cell { display: none; }
}
@media (max-width: 680px) {
  .banlist-hero { padding: 125px 0 48px; }
  .banlist-hero h1 { font-size: 43px; }
  .banlist-search { flex-wrap: wrap; }
  .banlist-search button { width: 100%; }
  .banlist-stat-grid, .banlist-mini-counts, .banlist-insight-grid { grid-template-columns: 1fr 1fr; }
  .banlist-row { grid-template-columns: 82px minmax(0,1fr) 20px; gap: 10px; }
  .banlist-reason-cell { grid-column: 2; }
  .banlist-row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .banlist-player-heading { align-items: flex-start; flex-wrap: wrap; }
  .banlist-player-heading button { width: 100%; }
  .banlist-weekly-chart { gap: 6px; }
  .banlist-activity-panel, .banlist-summary-panel, .banlist-recent-panel, .banlist-records-panel, .banlist-player-result { padding: 18px; }
  .banlist-detail-list > div { grid-template-columns: 1fr; gap: 7px; }
}

@media (max-width: 480px) { .banlist-insight-grid { grid-template-columns: 1fr; } }


/* v12.3 standalone safety layer — no Next/React required. */
html.ax-banlist-standalone,html.ax-banlist-standalone body{min-height:100%;background:#080a07}
html.ax-banlist-standalone body{margin:0}
html.ax-banlist-standalone .site-header{position:fixed}
html.ax-banlist-standalone .header-inner{position:relative}
@media (min-width:921px){
  html.ax-banlist-standalone .site-header .desktop-nav{position:absolute;left:50%;top:50%;margin:0;gap:22px;transform:translate(-50%,-50%)}
  html.ax-banlist-standalone .site-header .header-actions{margin-left:auto}
}
#banlist-feedback:empty{display:none}
#banlist-view{min-height:360px}
.banlist-component-skeleton{display:grid;gap:18px}
.banlist-component-skeleton .async-skeleton-card{display:flex;align-items:center;gap:15px;border-radius:14px}
.banlist-component-skeleton .banlist-insight-grid .async-skeleton-card{display:grid;align-content:start}
.banlist-skeleton-panel{display:grid;gap:22px;padding:25px}
.banlist-skeleton-chart{display:block;min-height:220px;border-radius:12px}
.banlist-skeleton-rows{display:grid;gap:8px}
.banlist-component-skeleton .async-skeleton-row{border-radius:11px}
.banlist-count-up{font-variant-numeric:tabular-nums;white-space:nowrap}
.banlist-insight-card strong .banlist-count-up{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-transform:none}
.ax-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ax-icon{width:22px;height:22px;display:grid;place-items:center;font-size:17px;font-weight:900;line-height:1}
.banlist-row .ax-icon{width:18px;height:18px;font-size:14px}
.banlist-error{margin:18px 0}
.banlist-error button{margin-left:auto;color:inherit;background:transparent;border:0;cursor:pointer;font-weight:900}
.banlist-row{width:100%;text-align:left}
.banlist-modal-backdrop{z-index:1000}
body.ax-modal-open{overflow:hidden}
.ax-retry{border:1px solid #f1ff0050;background:#f1ff0010;color:var(--lime);padding:10px 14px;border-radius:10px;font-weight:850;cursor:pointer}
@media (max-width:920px){
  html.ax-banlist-standalone .site-header .desktop-nav{position:static;transform:none}
}


/* v12.3.1 icon/layout polish: no emoji/font fallback icons */
.ax-svg-icon,
.ax-card-svg,
.ax-card-arrow,
.ax-row-svg,
.ax-row-arrow,
.ax-insight-svg,
.ax-panel-svg,
.ax-error-svg {
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.banlist-stat-card > .ax-card-svg {
  width: 43px;
  height: 43px;
  padding: 10px;
  border-radius: 11px;
  color: var(--lime);
  background: rgba(241,255,0,.09);
}
.banlist-stat-card.is-mute > .ax-card-svg { color: #ffad66; background: rgba(255,103,0,.09); }
.banlist-stat-card.is-warn > .ax-card-svg { color: #ffd45e; background: rgba(255,205,66,.09); }
.banlist-stat-card.is-kick > .ax-card-svg { color: #c7d1c2; background: rgba(255,255,255,.07); }
.banlist-stat-card > .ax-card-arrow {
  width: 18px;
  height: 18px;
  padding: 0;
  color: rgba(255,255,255,.38);
  background: none;
  margin-left: auto;
}
.banlist-insight-card > .ax-insight-svg,
.banlist-panel-heading > .ax-panel-svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  color: var(--lime);
  background: rgba(241,255,0,.08);
}
.banlist-panel-heading > .ax-panel-svg {
  width: 40px;
  height: 40px;
  color: rgba(241,255,0,.78);
  background: rgba(241,255,0,.07);
}
.banlist-row-type .ax-row-svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 7px;
  color: var(--lime);
  background: rgba(241,255,0,.08);
}
.banlist-row.is-mute .banlist-row-type .ax-row-svg { color: #ffad66; background: rgba(255,103,0,.08); }
.banlist-row.is-warn .banlist-row-type .ax-row-svg { color: #ffd45e; background: rgba(255,205,66,.08); }
.banlist-row.is-kick .banlist-row-type .ax-row-svg { color: #c7d1c2; background: rgba(255,255,255,.06); }
.banlist-row-arrow .ax-row-arrow {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,.36);
}
.banlist-error .ax-error-svg {
  width: 22px;
  height: 22px;
  color: #ffd45e;
}
.banlist-stat-card > span:not(.banlist-row-arrow) { min-width: 0; }
