.character-profile-link {
    color: #0f2b47 !important;
    font-weight: 700;
    text-decoration: none;
}

.character-profile-link:hover,
.character-profile-link:focus {
    color: #1f6fab !important;
    text-decoration: underline;
}

.notice-board {
    display: grid;
    gap: 16px;
    padding: 4px 0 10px;
}

.notice-board-header {
    padding: 18px 20px;
    border: 1px solid rgba(0, 204, 255, 0.2);
    border-radius: 10px;
    background: rgba(4, 12, 22, 0.72);
}

.notice-board-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 204, 255, 0.16);
    color: #9ee9ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.notice-board-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.notice-board-header p {
    margin: 10px 0 0;
    color: #cbeeff;
    line-height: 1.7;
}

.notice-board-list {
    display: grid;
    gap: 12px;
}

.notice-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: stretch;
    padding: 16px 18px;
    border: 1px solid rgba(0, 204, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #1a1d22;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.notice-card-index {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0d2137 0%, #163c62 100%);
    color: #c8f4ff;
    font-size: 24px;
    font-weight: 800;
}

.notice-card-body h4 {
    margin: 0 0 8px;
    color: #12283d;
    font-size: 18px;
    font-weight: 700;
}

.notice-card-body p {
    margin: 0;
    color: #314252;
    line-height: 1.8;
}

.notice-board-empty {
    padding: 18px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    color: #3d4955;
    line-height: 1.8;
}

.ranking-table-hint {
    margin-bottom: 12px;
    color: #607487;
    font-size: 13px;
    line-height: 1.7;
}

.site-ranking-table {
    margin-bottom: 0;
    background: #ffffff;
    color: #1f2732;
    border-radius: 10px;
    overflow: hidden;
}

.site-ranking-table thead th {
    border-bottom: 1px solid #dde6ee !important;
    background: #f6f8fb;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle !important;
}

.site-ranking-table tbody td {
    border-top: 1px solid #e8edf2 !important;
    background: #ffffff;
    color: #1f2732;
    text-align: center;
    vertical-align: middle !important;
    font-size: 15px;
}

.site-ranking-table tbody tr:nth-child(even) td {
    background: #fbfcfe;
}

.site-ranking-table tbody td:nth-child(2) {
    text-align: left;
}

.ranking-icon-cell img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
}

#modal-playtime .modal-content,
#modal-killers .modal-content,
#modal-honor .modal-content,
#modal-arena .modal-content,
#modal-teams .modal-content {
    background: #ffffff;
    color: #1f2732;
    border-radius: 12px;
    overflow: hidden;
}

#modal-playtime .modal-header,
#modal-killers .modal-header,
#modal-honor .modal-header,
#modal-arena .modal-header,
#modal-teams .modal-header {
    border-bottom: 1px solid #e5ebf0;
    background: #ffffff;
}

#modal-playtime .modal-title,
#modal-killers .modal-title,
#modal-honor .modal-title,
#modal-arena .modal-title,
#modal-teams .modal-title {
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#modal-playtime .close,
#modal-killers .close,
#modal-honor .close,
#modal-arena .close,
#modal-teams .close {
    color: #6b7280;
    opacity: 1;
}

#modal-playtime .modal-body,
#modal-killers .modal-body,
#modal-honor .modal-body,
#modal-arena .modal-body,
#modal-teams .modal-body {
    background: #ffffff;
}

#modal-playtime .modal-footer,
#modal-killers .modal-footer,
#modal-honor .modal-footer,
#modal-arena .modal-footer,
#modal-teams .modal-footer {
    border-top: 1px solid #e5ebf0;
    background: #ffffff;
}

@media (max-width: 767px) {
    .notice-card {
        grid-template-columns: 1fr;
    }

    .notice-card-index {
        min-height: 56px;
    }

    .site-ranking-table thead th,
    .site-ranking-table tbody td {
        font-size: 13px;
    }
}
