.center-span {
    margin: auto;
}

.recap-shell {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.recap-card {
    background: #101728;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
}

.recap-search form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.recap-search label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c1;
}

.recap-search input[type="text"] {
    flex: 1;
    min-width: 220px;
}

.recap-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.recap-overview__title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin: 8px 0;
}

.recap-overview__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #c8d5f5;
}

.recap-overview__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.recap-overview__meta dl {
    margin: 0;
}

.recap-overview__meta dt {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c1;
}

.recap-overview__meta dd {
    margin: 4px 0 0;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.recap-overview__name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reveal-button {
    background: rgba(255, 255, 255, 0.08);
    color: #c8d5f5;
    border: none;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    cursor: pointer;
}

.reveal-button:focus-visible {
    outline: 2px solid #7dbbff;
}

.recap-alerts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.recap-alert {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
}

.recap-alert--warning {
    background: rgba(255, 188, 66, 0.16);
    color: #ffbe55;
    border: 1px solid rgba(255, 188, 66, 0.4);
}

.recap-alert--error {
    background: rgba(255, 99, 132, 0.16);
    color: #ff6384;
    border: 1px solid rgba(255, 99, 132, 0.4);
}

.recap-alert--success {
    background: rgba(46, 213, 115, 0.16);
    color: #5fe0a7;
    border: 1px solid rgba(46, 213, 115, 0.4);
}

.recap-alert--info {
    background: rgba(66, 153, 255, 0.16);
    color: #7dbbff;
    border: 1px solid rgba(66, 153, 255, 0.4);
}

.recap-limit {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recap-limit__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recap-limit__captcha {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.recap-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.recap-summary-cell {
    padding: 18px;
    border-radius: 14px;
    background: rgba(9, 14, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.recap-summary-cell span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c1;
}

.recap-summary-cell strong {
    display: block;
    margin-top: 6px;
    font-size: 1.6rem;
    color: #fff;
}

.recap-share__control {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.recap-share__control input {
    flex: 1;
    min-width: 200px;
}

.recap-share__control button {
    min-width: 120px;
}

.recap-leaderboard {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.recap-player-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    background: rgba(12, 18, 36, 0.7);
}

.recap-player-card h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

.recap-player-card__rank {
    font-size: 0.9rem;
    font-weight: 600;
    color: #7dbbff;
}

.recap-player-card__stats {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.recap-player-card__stats span {
    color: #8ea2c1;
}

.recap-player-panel {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 18px;
    background: rgba(7, 11, 24, 0.8);
}

.recap-player-panel__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.recap-player-panel__section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recap-player-panel__section h4 {
    margin: 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c1;
}

.recap-player-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kill-log-list,
.death-log-list {
    max-height: 260px;
    overflow: auto;
    padding-right: 8px;
}

.recap-player-panel li {
    font-size: 0.9rem;
    color: #d6def7;
}

.player-empty {
    font-size: 0.85rem;
    color: #7384a4;
}

.recap-player-card__toggle {
    align-self: flex-start;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge--verified {
    background: rgba(46, 213, 115, 0.16);
    color: #5fe0a7;
}

.badge--unverified {
    background: rgba(255, 188, 66, 0.16);
    color: #ffbe55;
}

.badge--encoded {
    background: rgba(66, 153, 255, 0.16);
    color: #7dbbff;
}

.badge--encrypted {
    background: rgba(255, 99, 132, 0.16);
    color: #ff6384;
    /*
    background: rgb(103 58 183 / 18%);
    color: #673AB7;
    */
}

.fight-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.fight-toolbar__select {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 240px;
}

.fight-toolbar__actions {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.fight-toolbar label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8ea2c1;
}

.fight-toolbar select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #060a16;
    color: #fff;
    font-size: 0.95rem;
}

.fight-toolbar button {
    height: 42px;
    min-width: 140px;
}

.fight-loadmore {
    margin-top: 16px;
    width: 100%;
}

.server-checks {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.server-checks img {
    width: 16px;
    height: 16px;
}

.server-checks__label {
    font-size: 0.8rem;
    color: #8ea2c1;
}

.fight-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    background: rgba(10, 15, 32, 0.9);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fight-card--animating {
    will-change: height;
    overflow: hidden;
}

.fight-card__header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.fight-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fight-card__players {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.fight-player {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 12px;
}

.fight-player span {
    display: block;
    font-size: 0.85rem;
    color: #8ea2c1;
}

.fight-player strong {
    display: block;
    color: #fff;
    font-size: 1.1rem;
}

.fight-card__timeline {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 12px;
}

.fight-card__timeline ol {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fight-card__timeline li {
    color: #d6def7;
    font-size: 0.9rem;
}

.fight-card__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.fight-card__back {
    font-size: 0.85rem;
}

.fight-card__toggle {
    min-width: 140px;
}

[hidden] {
    display: none !important;
}

.link-button {
    background: none;
    border: none;
    color: #7dbbff;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.link-button:focus-visible {
    outline: 2px solid #7dbbff;
}

.recap-comments h2 {
    margin-top: 0;
}

.input-highlight {
    color: aqua !important;
}

.text-small {
    font-size: 0.9em !important;
}

.accuracy-emphasize {
    background-color: #bce0ff1a;
    padding: 5px;
    border-radius: 17px;
    position: relative;
    right: 6px;
}
