.post-notice-button {
    background: #fff4d6;
    color: #6b4f0b;
}

.post-spotlight-button {
    background: #fff7db;
    color: #8a5a00;
}

.post-spotlight-button:hover {
    background: #ffefb6;
    color: #714700;
}

.post-notice-button:hover {
    background: #fce8b2;
    color: #5a4207;
}

.dashboard-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 24px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dashboard-card {
    padding: 24px;
}

.dashboard-hero-card {
    border: none;
    background: linear-gradient(135deg, rgba(11, 79, 135, 0.96), rgba(23, 135, 214, 0.9));
    color: white;
}

.dashboard-hero-title {
    margin: 0 0 10px;
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.dashboard-schedule-card {
    padding: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #f7fbff, #ffffff);
    --dashboard-schedule-track-padding: 18px;
    --dashboard-schedule-nav-size: 34px;
    --dashboard-schedule-list-min: 260px;
    --dashboard-schedule-list-max: 320px;
    --dashboard-schedule-list-gap: 14px;
    --dashboard-schedule-item-gap: 14px;
    --dashboard-schedule-item-padding: 14px 16px;
    --dashboard-schedule-status-min-width: 52px;
    --dashboard-schedule-status-padding: 4px 8px;
    --dashboard-schedule-team-gap: 8px;
    --dashboard-schedule-matchup-gap: 12px;
    --dashboard-schedule-team-logo-size: 26px;
    --dashboard-schedule-team-logo-padding: 2px;
    --dashboard-schedule-score-size: 1rem;
    --dashboard-schedule-submeta-size: 0.92rem;
}

.dashboard-rank-card {
    padding: 24px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #fffdf7, #ffffff);
    --dashboard-rank-table-font-size: 0.9rem;
    --dashboard-rank-head-font-size: 0.84rem;
    --dashboard-rank-team-font-size: 0.9rem;
    --dashboard-rank-cell-padding: 9px 5px;
    --dashboard-rank-col-rank: 26px;
    --dashboard-rank-col-name: 52px;
    --dashboard-rank-col-team: 60px;
    --dashboard-rank-col-stat: 36px;
    --dashboard-rank-logo-size: 16px;
}

.dashboard-rank-meta {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.dashboard-rank-tabs {
    display: none;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.dashboard-rank-mobile-link {
    display: none;
}

.dashboard-rank-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dashboard-rank-tab {
    padding: 8px 14px;
    border: 1px solid #e5dcc5;
    border-radius: 999px;
    background: #fff9ef;
    color: #7c6640;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
}

.dashboard-rank-tab.is-active {
    border-color: #d1a453;
    background: #f4c15f;
    color: #573d0d;
}

.dashboard-rank-panel[hidden] {
    display: none;
}

.dashboard-rank-panel {
    padding: 14px 14px 10px;
    border: 1px solid #efe4cd;
    border-radius: 16px;
    background: rgba(255, 252, 244, 0.88);
    min-width: 0;
}

.dashboard-rank-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.dashboard-rank-panel-title {
    color: #6c552f;
    font-size: 0.95rem;
    font-weight: 800;
}

.dashboard-rank-panel-link {
    font-size: 0.84rem;
}

.dashboard-rank-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}

.dashboard-rank-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: var(--dashboard-rank-table-font-size);
    table-layout: fixed;
}

.dashboard-rank-table th,
.dashboard-rank-table td {
    padding: var(--dashboard-rank-cell-padding);
    border-bottom: 1px solid #f1ead8;
    text-align: center;
    white-space: nowrap;
}

.dashboard-rank-table th:nth-child(1),
.dashboard-rank-table td:nth-child(1) {
    width: var(--dashboard-rank-col-rank);
}

.dashboard-rank-table th:nth-child(2),
.dashboard-rank-table td:nth-child(2) {
    width: var(--dashboard-rank-col-name);
}

.dashboard-rank-table:not(.dashboard-player-rank-table) th:nth-child(n+3),
.dashboard-rank-table:not(.dashboard-player-rank-table) td:nth-child(n+3) {
    width: var(--dashboard-rank-col-stat);
}

.dashboard-player-rank-table th:nth-child(3),
.dashboard-player-rank-table td:nth-child(3) {
    width: var(--dashboard-rank-col-team);
}

.dashboard-player-rank-table th:nth-child(n+4),
.dashboard-player-rank-table td:nth-child(n+4) {
    width: var(--dashboard-rank-col-stat);
}

.dashboard-rank-table thead th {
    color: #7c6640;
    font-size: var(--dashboard-rank-head-font-size);
    font-weight: 800;
    background: #fffaf0;
}

.dashboard-rank-logo {
    width: var(--dashboard-rank-logo-size);
    height: var(--dashboard-rank-logo-size);
    padding: 1px;
    border: 1px solid #e8dfc8;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.dashboard-rank-team-cell {
    display: flex;
    align-items: center;
    gap: 3px;
    text-align: left !important;
}

.dashboard-rank-team {
    color: var(--text-color);
    font-weight: 700;
    font-size: var(--dashboard-rank-team-font-size);
}

.dashboard-player-rank-table thead th {
    letter-spacing: -0.01em;
}

.dashboard-schedule-head {
    margin-bottom: 18px;
}

.dashboard-schedule-track {
    position: relative;
    padding: 0 var(--dashboard-schedule-track-padding);
}

.dashboard-schedule-nav-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: var(--dashboard-schedule-nav-size);
    height: var(--dashboard-schedule-nav-size);
    border: 1px solid #cfe0ef;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(6px);
    color: var(--yaguya-dark);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transform: translateY(-50%);
}

.dashboard-schedule-nav-button:hover {
    background: rgba(243, 248, 252, 0.95);
}

.dashboard-schedule-nav-button:disabled {
    opacity: 0.35;
    cursor: default;
}

.dashboard-schedule-nav-button.is-prev {
    left: -2px;
}

.dashboard-schedule-nav-button.is-next {
    right: -2px;
}

.dashboard-schedule-meta {
    margin-top: 6px;
    margin-bottom: 0;
}

.dashboard-schedule-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(
        var(--dashboard-schedule-list-min),
        var(--dashboard-schedule-list-max)
    );
    flex: 1 1 auto;
    gap: var(--dashboard-schedule-list-gap);
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
}

.dashboard-schedule-item {
    display: grid;
    gap: var(--dashboard-schedule-item-gap);
    padding: var(--dashboard-schedule-item-padding);
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    background: #fff;
    align-content: start;
    scroll-snap-align: start;
}

.dashboard-schedule-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dashboard-schedule-side-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.dashboard-schedule-time {
    color: var(--yaguya-dark);
    font-weight: 800;
    flex-shrink: 0;
}

.dashboard-schedule-stadium {
    min-width: 0;
    color: var(--muted-text);
    font-size: 0.88rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-schedule-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: var(--dashboard-schedule-status-min-width);
    padding: var(--dashboard-schedule-status-padding);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.dashboard-schedule-status.is-scheduled {
    background: #e8f3ff;
    color: #0f6fb3;
}

.dashboard-schedule-status.is-final {
    background: #eef2f6;
    color: #475569;
}

.dashboard-schedule-status.is-live {
    background: #fff7ed;
    color: #c2410c;
}

.dashboard-schedule-status.is-canceled {
    background: #fff1f2;
    color: #be123c;
}

.dashboard-schedule-main {
    min-width: 0;
}

.dashboard-schedule-matchup {
    color: var(--text-color);
    font-weight: 700;
    word-break: keep-all;
}

.dashboard-schedule-matchup-with-logos {
    display: flex;
    align-items: center;
    gap: var(--dashboard-schedule-matchup-gap);
    flex-wrap: nowrap;
    white-space: nowrap;
}

.dashboard-schedule-team {
    display: inline-flex;
    align-items: center;
    gap: var(--dashboard-schedule-team-gap);
    white-space: nowrap;
    flex-wrap: nowrap;
}

.dashboard-schedule-team span {
    white-space: nowrap;
    word-break: keep-all;
}

.dashboard-schedule-team-logo {
    width: var(--dashboard-schedule-team-logo-size);
    height: var(--dashboard-schedule-team-logo-size);
    padding: var(--dashboard-schedule-team-logo-padding);
    border: 1px solid #dbe7f3;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.dashboard-schedule-versus {
    color: #94a3b8;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dashboard-schedule-score {
    color: var(--yaguya-dark);
    font-size: var(--dashboard-schedule-score-size);
}

.dashboard-schedule-submeta {
    display: flex;
    gap: 8px 14px;
    flex-wrap: nowrap;
    margin-top: 6px;
    color: var(--muted-text);
    font-size: var(--dashboard-schedule-submeta-size);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dashboard-schedule-submeta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-schedule-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.dashboard-prediction-card {
    margin-top: 16px;
}

.dashboard-prediction-head {
    margin-bottom: 18px;
}

.dashboard-prediction-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    background: #eef2f6;
    color: #475569;
}

.dashboard-prediction-status.is-won {
    background: #ecfdf5;
    color: #047857;
}

.dashboard-prediction-status.is-lost {
    background: #fff1f2;
    color: #be123c;
}

.dashboard-prediction-status.is-refunded,
.dashboard-prediction-status.is-locked {
    background: #eff6ff;
    color: #0f6fb3;
}

.dashboard-prediction-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 18px;
    color: var(--muted-text);
    font-size: 0.92rem;
}

.dashboard-prediction-form {
    display: grid;
    gap: 16px;
}

.dashboard-prediction-bet-row {
    display: grid;
    gap: 8px;
}

.dashboard-prediction-label {
    font-weight: 700;
    color: var(--text-color);
}

.dashboard-prediction-wager {
    width: min(220px, 100%);
}

.dashboard-prediction-help {
    color: var(--muted-text);
    font-size: 0.9rem;
}

.dashboard-prediction-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-prediction-item {
    padding: 14px 16px;
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    background: #fff;
}

.dashboard-prediction-game-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--muted-text);
    font-size: 0.92rem;
}

.dashboard-prediction-game-head strong {
    color: var(--text-color);
    font-size: 1rem;
}

.dashboard-prediction-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dashboard-prediction-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #dbe7f3;
    border-radius: 999px;
    background: #f8fbff;
    color: var(--text-color);
    font-weight: 700;
}

.dashboard-prediction-option input {
    margin: 0;
}

.dashboard-prediction-submit {
    display: flex;
    justify-content: flex-end;
}

.dashboard-prediction-matchup {
    color: var(--text-color);
    font-weight: 800;
}

.dashboard-prediction-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 8px;
    color: var(--muted-text);
    font-size: 0.92rem;
}

.prediction-page-shell {
    display: grid;
    gap: 18px;
}

.prediction-page-hero {
    padding: 24px 28px;
}

.prediction-page-hero-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.prediction-page-title {
    margin-bottom: 4px;
}

.prediction-page-submeta {
    margin: 0;
}

.prediction-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 18px;
}

.prediction-page-main,
.prediction-page-side {
    display: grid;
    gap: 18px;
}

.prediction-page-card {
    padding: 22px 24px;
}

.prediction-info-card-mobile {
    display: none;
}

.prediction-section-head {
    margin-bottom: 16px;
}

.prediction-info-list,
.prediction-history-list,
.prediction-ranking-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prediction-info-list li,
.prediction-history-item,
.prediction-ranking-item {
    padding: 14px 16px;
    border: 1px solid #dbe7f3;
    border-radius: 14px;
    background: #fff;
}

.prediction-ranking-item,
.prediction-history-top,
.prediction-history-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.prediction-ranking-item div {
    display: grid;
    gap: 4px;
}

.prediction-ranking-item span,
.prediction-history-meta,
.prediction-history-top span,
.prediction-info-list li {
    color: var(--muted-text);
    font-size: 0.92rem;
}

@media (max-width: 900px) {
    .prediction-page-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .prediction-page-main {
        order: 1;
    }

    .prediction-page-side {
        display: grid;
        order: 2;
        gap: 12px;
    }

    .prediction-page-hero-head,
    .dashboard-schedule-links {
        align-items: flex-start;
    }

    .prediction-ranking-item,
    .prediction-history-top,
    .prediction-history-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .prediction-page-shell {
        gap: 14px;
    }

    .prediction-page-hero {
        padding: 18px 18px 16px;
    }

    .prediction-page-hero-head {
        gap: 12px;
    }

    .prediction-page-title {
        margin-bottom: 2px;
        font-size: 1.55rem;
    }

    .prediction-page-submeta {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .prediction-page-card {
        padding: 16px;
    }

    .prediction-info-card-mobile {
        display: block;
    }

    .prediction-info-card-desktop {
        display: none;
    }

    .prediction-section-head {
        margin-bottom: 12px;
        padding-bottom: 10px;
    }

    .dashboard-prediction-status {
        min-width: 0;
        padding: 6px 10px;
        font-size: 0.76rem;
    }

    .dashboard-prediction-summary {
        display: grid;
        gap: 8px;
        margin-bottom: 14px;
        font-size: 0.88rem;
    }

    .dashboard-prediction-bet-row {
        gap: 6px;
    }

    .dashboard-prediction-wager {
        width: 100%;
    }

    .dashboard-prediction-help {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .dashboard-prediction-item {
        padding: 12px 13px;
        border-radius: 12px;
    }

    .dashboard-prediction-game-head {
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 8px;
        font-size: 0.84rem;
    }

    .dashboard-prediction-game-head strong {
        min-width: 0;
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .dashboard-prediction-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dashboard-prediction-option {
        justify-content: center;
        width: 100%;
        padding: 9px 10px;
        border-radius: 12px;
        font-size: 0.86rem;
    }

    .dashboard-prediction-submit {
        justify-content: stretch;
    }

    .dashboard-prediction-submit .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .dashboard-prediction-meta {
        display: grid;
        gap: 6px;
        margin-top: 8px;
        font-size: 0.86rem;
    }

    .prediction-info-list,
    .prediction-history-list,
    .prediction-ranking-list {
        gap: 10px;
    }

    .prediction-info-list li,
    .prediction-history-item,
    .prediction-ranking-item {
        padding: 12px 13px;
        border-radius: 12px;
    }

    .prediction-ranking-item {
        gap: 8px;
    }

    .prediction-ranking-item div {
        width: 100%;
    }

    .prediction-ranking-item > span,
    .prediction-history-top > span {
        align-self: flex-end;
    }
}

.dashboard-section-card {
    border-top: 4px solid transparent;
}

.dashboard-section-kbo {
    border-top-color: var(--yaguya-dark);
}

.dashboard-section-mlb {
    border-top-color: #1a365d;
}

.dashboard-section-clubhouse {
    border-top-color: #e67e22;
}

.dashboard-section-dongne {
    border-top-color: #138a72;
}

.dashboard-section-news {
    border-top-color: #27ae60;
}

.dashboard-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}

.dashboard-section-title {
    margin: 0;
}

.dashboard-section-subtitle {
    margin: 6px 0 0;
    font-size: 0.88rem;
    font-weight: 600;
}

.dashboard-title-kbo {
    color: var(--yaguya-dark);
}

.dashboard-title-mlb {
    color: #1a365d;
}

.dashboard-title-clubhouse {
    color: #e67e22;
}

.dashboard-title-dongne {
    color: #138a72;
}

.dashboard-section-subtitle-dongne {
    color: #5b7f76;
}

.dashboard-title-news {
    color: #27ae60;
}

.dashboard-more-link {
    color: #888;
    font-size: 0.9em;
    font-weight: 700;
    text-decoration: none;
}

.dashboard-post-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
}

.dashboard-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.dashboard-post-main {
    overflow: hidden;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dashboard-post-topic {
    margin-right: 5px;
    font-size: 0.9em;
}

.dashboard-post-topic-kbo {
    color: var(--yaguya-mid);
}

.dashboard-post-topic-mlb {
    color: #1a365d;
}

.dashboard-post-topic-clubhouse {
    color: #e67e22;
}

.dashboard-post-topic-dongne {
    color: #138a72;
}

.dashboard-post-link {
    color: var(--text-color);
    text-decoration: none;
}

.dashboard-post-comment-count {
    margin-left: 5px;
    color: #e74c3c;
    font-size: 0.85em;
    font-weight: 700;
}

.dashboard-post-date {
    flex-shrink: 0;
    color: #aaa;
    font-size: 0.85em;
}

.dashboard-post-empty {
    padding: 10px 0;
    color: #999;
    font-size: 0.9em;
}

.dashboard-meta {
    margin: 0 0 8px;
    color: var(--muted-text);
    font-size: 0.95rem;
}

.post-detail-shell {
    display: grid;
    gap: 20px;
}

.post-detail-card {
    padding: 28px;
}

.post-detail-header {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line-color);
}

.post-body {
    min-width: 0;
    overflow-wrap: break-word;
}

.post-content {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    word-break: break-word;
}

.post-content img,
.post-content video,
.post-content iframe {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.post-content pre,
.post-content code,
.post-content blockquote {
    max-width: 100%;
}

.post-category-label {
    margin-bottom: 10px;
    color: var(--yaguya-mid);
    font-weight: 700;
}

.post-title {
    margin: 0 0 16px;
    color: var(--text-color);
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.post-secret-label {
    color: #ff4c4c;
    font-size: 0.8em;
}

.post-topic-label {
    color: var(--yaguya-dark);
}

.user-info-modal[hidden] {
    display: none;
}

.user-info-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.user-info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.user-info-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 360px);
    margin: 12vh auto 0;
    padding: 22px;
    border: 1px solid #d9e4ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.user-info-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.user-info-modal-title {
    margin: 0;
    font-size: 1.05rem;
}

.user-info-modal-close {
    padding: 0;
    border: 0;
    background: none;
    color: #6b7280;
    font: inherit;
    cursor: pointer;
}

.user-info-modal-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.user-info-modal-item {
    display: grid;
    gap: 6px;
}

.user-info-modal-item dt {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 700;
}

.user-info-modal-item dd {
    margin: 0;
    color: #111827;
    font-weight: 600;
}

body.user-info-modal-open {
    overflow: hidden;
}

.post-source-wrap {
    margin-bottom: 15px;
}

.post-source-link {
    border-color: #bfe1ca;
    background: #f4fff7;
    color: #1f7a42;
}

.post-author-name {
    font-weight: 700;
    color: var(--yaguya-dark);
}

.comment-author,
.reply-author {
    color: var(--yaguya-dark);
    font-weight: 700;
}

.board-user-trigger {
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    color: var(--yaguya-dark);
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

.board-user-trigger:hover {
    text-decoration: underline;
}

.post-author-team {
    color: var(--muted-text);
    font-size: 0.88rem;
}

.post-meta-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.post-image-wrap {
    margin-bottom: 24px;
    text-align: center;
}

.post-image {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.post-like-box {
    margin: 38px 0 26px;
    text-align: center;
}

.post-like-button {
    font-size: 1.05rem;
}

.post-like-button.is-outline {
    border: 2px solid var(--yaguya-dark);
    background: white;
    color: var(--yaguya-dark);
    box-shadow: none;
}

.post-like-count {
    padding: 2px 10px;
    border-radius: 999px;
}

.post-like-count.is-filled {
    background: white;
    color: var(--yaguya-light);
}

.post-like-count.is-outline {
    background: var(--bg-color);
    color: var(--text-color);
}

.post-action-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.post-action-clusters {
    display: flex;
    gap: 10px 12px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.post-action-group-points {
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.post-action-group .btn-primary {
    min-height: 38px;
    padding: 0.62rem 0.9rem;
    font-size: 0.95rem;
    white-space: nowrap;
    box-shadow: none;
}

.post-action-group-points .btn-primary {
    min-height: 34px;
    padding: 0.5rem 0.72rem;
    font-size: 0.86rem;
    opacity: 0.92;
    box-shadow: none;
}

.post-delete-button {
    background-color: #e85d5d;
}

.comment-section-card {
    padding: 24px;
}

.comment-section-title {
    margin-top: 0;
    margin-bottom: 18px;
    color: var(--yaguya-dark);
}

.post-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: var(--muted-text);
    font-size: 0.95rem;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-author img,
.comment-avatar {
    border-radius: 999px;
    border: 1px solid #d8e1ea;
    background: #fff;
    padding: 2px;
    object-fit: contain;
    object-position: center;
}

.post-body {
    padding: 8px 0 2px;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-color);
}

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

.comment-thread {
    display: grid;
    gap: 14px;
}

.comment-card {
    padding: 16px 0;
    border-bottom: 1px solid #e8eef5;
}

.comment-anchor-target {
    scroll-margin-top: 24px;
}

.comment-row {
    display: flex;
    gap: 12px;
}

.comment-body {
    flex: 1;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.comment-author {
    color: var(--yaguya-dark);
    font-weight: 700;
}

.comment-date {
    color: #999;
    font-size: 0.85rem;
}

.comment-content {
    color: var(--text-color);
    line-height: 1.65;
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.comment-action-button {
    padding: 0;
    border: none;
    background: none;
    color: var(--muted-text);
    font-size: 0.85rem;
    cursor: pointer;
    text-decoration: underline;
}

.comment-delete-button {
    color: #d9534f;
}

.reply-list {
    margin-left: 44px;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fbfe;
    border: 1px solid #e3edf7;
}

.reply-list-more {
    margin-left: 44px;
    margin-top: 10px;
}

.reply-form {
    display: none;
    margin-left: 44px;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 14px;
    border-radius: 14px;
    background: #f8fbfe;
    border: 1px solid #d9e6f2;
}

.reply-form.is-visible {
    display: block;
}

.reply-form-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reply-form-label {
    color: var(--yaguya-dark);
    font-size: 0.85rem;
    font-weight: 700;
}

.reply-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}

.reply-cancel-button {
    cursor: pointer;
}

.reply-row {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.reply-row + .reply-row {
    border-top: 1px dashed #d7e1ea;
}

.reply-arrow {
    padding-top: 3px;
    color: #9fb0c0;
    font-size: 1.1rem;
}

.reply-body {
    flex: 1;
}

.reply-meta {
    margin-bottom: 3px;
    font-size: 0.85rem;
}

.reply-author {
    color: #444;
    font-weight: 700;
}

.reply-date {
    margin-left: 8px;
    color: #999;
}

.reply-content {
    color: #333;
    font-size: 0.92rem;
    line-height: 1.5;
}

.reply-actions {
    margin-top: 6px;
}

.reply-action-button {
    padding: 0;
    border: none;
    background: none;
    color: var(--yaguya-light);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.reply-delete-button {
    color: #d9534f;
    text-decoration: underline;
}

.comment-empty {
    padding: 30px 0;
    color: #888;
    text-align: center;
}

.comment-create-box {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #dfeaf5;
    border-radius: 16px;
    background-color: #f8fbfe;
}

.comment-create-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-create-title {
    color: var(--yaguya-dark);
    font-weight: 700;
}

.comment-create-actions {
    text-align: right;
}

.comment-login-placeholder {
    cursor: not-allowed;
    background-color: #eef3f8;
}

.rules-shell {
    max-width: 800px;
    margin: 40px auto;
}

.rules-card {
    padding: 40px 50px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.rules-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--yaguya-dark);
    text-align: center;
}

.rules-title {
    margin: 0 0 10px;
    color: var(--yaguya-dark);
    font-size: 2em;
}

.rules-subtitle {
    margin: 0;
    color: #666;
    font-size: 0.95em;
}

.rules-body {
    color: var(--text-color);
    font-size: 1.05em;
}

.rules-section-title {
    margin-top: 35px;
    padding-left: 10px;
    border-left: 4px solid var(--yaguya-mid);
    color: var(--yaguya-mid);
}

.rules-section-title-danger {
    border-left-color: #e74c3c;
    color: #e74c3c;
}

.rules-section-note {
    margin-bottom: 15px;
    color: #555;
    font-size: 0.95em;
}

.rules-section-copy {
    margin-bottom: 15px;
}

.rules-list {
    margin-bottom: 20px;
}

.rules-list-ordered {
    padding-left: 22px;
}

.rules-list-item {
    margin-bottom: 8px;
}

.rules-list-block {
    margin-bottom: 12px;
}

.rules-sublist {
    margin-top: 5px;
    color: #444;
    font-size: 0.95em;
}

.rules-danger-text {
    color: #e74c3c;
    font-weight: 700;
}

.rules-sanction-box {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.rules-sanction-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
}

.rules-sanction-item {
    margin-bottom: 8px;
}

.rules-sanction-item-warning {
    color: #f39c12;
}

.rules-sanction-item-orange {
    color: #e67e22;
}

.rules-sanction-item-brown {
    color: #d35400;
}

.rules-sanction-item-danger {
    color: #c0392b;
}

.rules-sanction-note {
    margin: 15px 0 0;
    color: #7f8c8d;
    font-size: 0.9em;
    font-weight: 400;
}

.rules-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #888;
    font-size: 0.9em;
    text-align: center;
}

.form-stack {
    display: grid;
    gap: 18px;
}

.field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--text-color);
}

.file-dropzone {
    padding: 18px;
    background: linear-gradient(180deg, #f8fbfe, #ffffff);
    border: 1px dashed #bfd0e0;
    border-radius: 16px;
}

.file-dropzone-label {
    color: var(--yaguya-dark);
}

.file-dropzone-note {
    margin-top: 8px;
    color: var(--muted-text);
    font-size: 0.88rem;
}

.editor-guide-box {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fbff, #ffffff);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.editor-guide-header {
    display: grid;
    gap: 4px;
}

.editor-guide-title {
    color: var(--yaguya-dark);
    font-size: 1rem;
    font-weight: 800;
}

.editor-guide-note {
    color: #6b7280;
    font-size: 0.9rem;
}

.editor-guide-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}

.editor-guide-item {
    color: #425466;
}

.editor-guide-item strong {
    color: #1f4f78;
    font-size: 0.93rem;
}

.editor-guide-example {
    color: #738396;
    font-size: 0.86rem;
    font-weight: 600;
}

.editor-post-options {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.secret-post-box {
    display: flex;
    justify-content: flex-end;
}

.secret-post-label {
    display: inline-flex;
    padding: 10px 14px;
    border: 1px solid #c9d9e8;
    border-radius: 999px;
    background: linear-gradient(180deg, #eef5fb, #dfeefa);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    cursor: pointer;
    color: #1f4f78;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.secret-post-label input[type="checkbox"] {
    margin: 0;
    accent-color: var(--yaguya-dark);
}

.secret-post-label-notice {
    background: linear-gradient(180deg, #fff7df, #f7e8b1);
    border-color: #e4c768;
    color: #6f5310;
}

.locker-pagination {
    margin-top: 16px;
    text-align: center;
}

.locker-points-panel {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e6edf4;
}

.locker-points-header,
.profile-points-header {
    margin-bottom: 14px;
}

.locker-points-title,
.profile-points-title {
    margin: 0;
    color: var(--yaguya-dark);
    font-size: 1.05rem;
}

.locker-points-list,
.profile-points-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.locker-points-item,
.profile-points-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid #eef3f7;
}

.locker-points-main,
.profile-points-main {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.locker-points-note,
.profile-points-note {
    color: #6b7280;
    font-size: 0.9rem;
    word-break: break-word;
}

.locker-points-meta,
.profile-points-meta {
    display: grid;
    gap: 4px;
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 0.85rem;
    text-align: right;
}

.locker-points-delta,
.profile-points-delta {
    font-weight: 700;
}

.locker-points-delta.is-positive,
.profile-points-delta.is-positive {
    color: #1f7a42;
}

.locker-points-delta.is-negative,
.profile-points-delta.is-negative {
    color: #c0392b;
}

.locker-points-status {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.locker-points-status.is-pending {
    color: #b45309;
}

.profile-status {
    margin: 8px 0 0;
    color: #475569;
    font-size: 0.95rem;
    font-weight: 700;
}

.profile-status.is-restricted {
    color: #c0392b;
}

.profile-points-panel {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e6edf4;
    border-radius: 12px;
    background: #fbfdff;
}

.profile-points-empty {
    padding: 12px 0 0;
    color: #94a3b8;
    font-size: 0.92rem;
}

.ops-shell {
    display: grid;
    gap: 20px;
}

.ops-card {
    padding: 28px;
}

.ops-title {
    margin: 0 0 18px;
    color: var(--yaguya-dark);
}

.ops-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ops-panel {
    padding: 18px;
    border: 1px solid #e7eef5;
    border-radius: 14px;
    background: #fbfdff;
}

.ops-panel-full {
    margin-top: 18px;
}

.ops-panel-title {
    margin: 0 0 12px;
    color: var(--yaguya-dark);
    font-size: 1rem;
}

.ops-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ops-list-item {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-bottom: 1px solid #eef3f7;
}

.ops-list-item span {
    color: #64748b;
    font-size: 0.92rem;
}

.ops-list-empty {
    padding: 8px 0 0;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .board-shell {
        gap: 16px;
    }

    .board-primary-stack {
        gap: 10px;
    }

    .board-page-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        min-height: 72px;
        padding: 18px 16px;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .board-header-actions {
        width: auto;
        justify-content: flex-end;
    }

    .board-page-title-wrap {
        display: grid;
        align-items: start;
        min-width: 0;
        flex: 1 1 auto;
        gap: 4px;
    }

    .board-page-title {
        display: block;
        width: 100%;
        line-height: 1.2;
        font-size: 1.45rem;
        text-align: left;
    }

    .board-page-description {
        width: 100%;
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .board-page-guide {
        gap: 6px;
    }

    .board-topic-list {
        flex-wrap: nowrap;
        gap: 5px;
        margin-bottom: 0;
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .board-topic-list::-webkit-scrollbar {
        display: none;
    }

    .board-topic-list .pill-link {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 5px 10px;
        font-size: 0.82rem;
    }

    .board-page-guide-item {
        min-height: 30px;
        padding: 0 10px;
        font-size: 0.82rem;
    }

    .board-search {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: stretch;
    }

    .board-search-topic-select,
    .board-search-type-select {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .board-search-input {
        flex: 1 1 100%;
        max-width: none;
    }

    .board-search .btn-primary {
        width: 100%;
    }

    .board-mobile-head {
        display: flex !important;
    }

    .board-table thead {
        display: table-header-group;
    }

    .board-table-head-row {
        display: none;
    }

    .board-table tbody tr {
        display: block;
        padding: 12px 0;
    }

    .board-table tbody td {
        display: block;
        border: 0;
    }

    .board-cell-left {
        padding: 0 14px;
    }

    .board-post-link {
        display: block;
        font-size: 1rem;
        line-height: 1.5;
    }

    .board-best-tabs {
        display: flex;
        justify-content: space-around;
        background: white;
        border-radius: 12px;
        margin-bottom: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .board-best-grid {
        display: block;
    }

    .board-best-panel {
        display: none !important;
        padding: 0;
        min-height: 1.8em;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .board-best-panel.is-active {
        display: block !important;
    }

    .board-best-panel .board-best-list {
        padding-top: 0;
        margin-top: 0;
        min-height: 1.8em;
    }

    .board-best-panel .board-best-heading {
        display: none;
    }

    .board-best-panel .board-best-empty {
        padding-top: 0;
        margin-top: -2px;
        line-height: 1.6;
    }

    .board-best-panel .board-best-item:first-child {
        margin-top: -2px;
    }

    .dashboard-hero,
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-schedule-item {
        gap: 10px;
    }

    .dashboard-schedule-side {
        align-items: center;
        justify-content: space-between;
    }

    .dashboard-schedule-side-meta {
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .dashboard-schedule-stadium {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .dashboard-schedule-card {
        --dashboard-schedule-track-padding: 14px;
        --dashboard-schedule-nav-size: 30px;
        --dashboard-schedule-list-min: 220px;
        --dashboard-schedule-list-max: 86vw;
        --dashboard-schedule-item-gap: 10px;
    }

    .dashboard-schedule-submeta {
        flex-wrap: wrap;
        white-space: normal;
        overflow: visible;
    }

    .dashboard-schedule-submeta span {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .dashboard-rank-tabs {
        display: flex;
        gap: 6px;
    }

    .dashboard-rank-mobile-link {
        display: inline-flex;
    }

    .dashboard-rank-panels {
        display: block;
        overflow: visible;
        padding-bottom: 0;
    }

    .dashboard-rank-panel {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .dashboard-rank-panel-head {
        display: none;
    }

    .dashboard-rank-tab {
        padding: 7px 12px;
        font-size: 0.88rem;
    }

    .dashboard-rank-card {
        --dashboard-rank-table-font-size: 0.86rem;
        --dashboard-rank-head-font-size: 0.78rem;
        --dashboard-rank-team-font-size: 0.86rem;
        --dashboard-rank-cell-padding: 8px 4px;
        --dashboard-rank-col-rank: 22px;
        --dashboard-rank-col-name: 44px;
        --dashboard-rank-col-team: 50px;
        --dashboard-rank-col-stat: 32px;
        --dashboard-rank-logo-size: 14px;
    }

    .dashboard-player-rank-table th:nth-child(5),
    .dashboard-player-rank-table td:nth-child(5),
    .dashboard-player-rank-table th:nth-child(6),
    .dashboard-player-rank-table td:nth-child(6) {
        display: none;
    }

    .dashboard-post-item {
        align-items: flex-start;
    }

    .dashboard-post-main {
        max-width: none;
        white-space: normal;
    }

    .board-mobile-meta {
        justify-content: space-between;
        gap: 10px;
    }

    .board-mobile-author-line,
    .board-mobile-stats {
        min-width: 0;
    }

    .board-mobile-stats {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .locker-shell {
        padding: 20px 16px;
    }

    .locker-list-item-row {
        align-items: flex-start;
    }

    .locker-list-main-nowrap {
        white-space: normal;
    }

    .locker-comment-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .locker-points-item,
    .profile-points-item {
        flex-direction: column;
        gap: 8px;
    }

    .locker-points-meta,
    .profile-points-meta {
        text-align: left;
    }

    .profile-card {
        padding: 22px 16px;
    }

    .ops-grid {
        grid-template-columns: 1fr;
    }

    .rules-card {
        padding: 26px 18px;
    }

    .rules-title {
        font-size: 1.6em;
    }

    .post-meta-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-actions {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 8px;
        flex-wrap: wrap;
    }

    .post-action-clusters {
        width: 100%;
        min-width: 0;
        flex: 0 0 100%;
        justify-content: flex-end;
        gap: 8px;
        order: 1;
    }

    .post-action-group {
        gap: 6px;
        flex-wrap: nowrap;
        min-width: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .post-action-group::-webkit-scrollbar {
        display: none;
    }

    .post-action-group .btn-primary {
        min-height: 34px;
        padding: 0.48rem 0.72rem;
        font-size: 0.86rem;
        flex: 0 0 auto;
    }

    .post-action-clusters > .pill-link {
        min-height: 34px;
        padding: 0.48rem 0.72rem;
        font-size: 0.86rem;
        line-height: 1.2;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .post-action-group-points {
        width: 100%;
        justify-content: flex-end;
        order: 2;
        gap: 6px;
    }

    .post-action-group-points .btn-primary {
        min-height: 32px;
        padding: 0.42rem 0.66rem;
        font-size: 0.8rem;
    }

    .post-detail-card,
    .comment-section-card {
        padding: 20px;
    }

.reply-list,
.reply-form {
    margin-left: 0;
}

}

.user-name-with-badges {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    flex-wrap: wrap;
}

.user-badge-list {
    display: inline-flex;
    align-items: center;
    gap: 0.22em;
    margin-top: 0;
    vertical-align: middle;
}

.user-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    border-radius: 999px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    box-sizing: border-box;
    vertical-align: middle;
}

.user-badge-level {
    border: 1px solid transparent;
}

.user-badge-level.is-level-1 {
    background: #f2f5f7;
    color: #5d6c78;
}

.user-badge-level.is-level-2 {
    background: #e9f4ff;
    color: #135a93;
}

.user-badge-level.is-level-3 {
    background: #eaf8f1;
    color: #176447;
}

.user-badge-level.is-level-4 {
    background: #fff4e7;
    color: #8e5314;
}

.user-badge-level.is-level-5 {
    background: #fff1d6;
    color: #8f5f05;
}

.user-badge-level.is-level-6 {
    background: #ffe7cf;
    color: #9e4d15;
}

.user-badge-level.is-level-7 {
    background: #ffeec2;
    color: #8f5a00;
}

.user-badge-level.is-level-8 {
    background: #efe8ff;
    color: #5c42a5;
}

.user-badge-level.is-level-9 {
    background: #fff6d6;
    color: #7d5200;
}

.user-badge-special {
    border: 1px solid transparent;
}

.user-badge-special.is-navy {
    background: rgba(24, 79, 120, 0.12);
    color: #184f78;
    border-color: rgba(24, 79, 120, 0.16);
}

.user-badge-special.is-gold {
    background: rgba(198, 146, 20, 0.12);
    color: #8a5d00;
    border-color: rgba(198, 146, 20, 0.18);
}

.user-badge-special.is-green {
    background: rgba(36, 129, 84, 0.12);
    color: #1d6b47;
    border-color: rgba(36, 129, 84, 0.18);
}

.user-badge-special.is-red {
    background: rgba(188, 60, 60, 0.12);
    color: #9b2323;
    border-color: rgba(188, 60, 60, 0.18);
}

.user-badge-special.is-gray {
    background: rgba(94, 106, 118, 0.12);
    color: #52606c;
    border-color: rgba(94, 106, 118, 0.18);
}

.user-badge-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92em;
}
