@charset "UTF-8";
.page-changelog {
    min-height: 100vh;
}

.page-changelog .section.section-md.bg-default {
    background: transparent !important;
}

.page-changelog .section-title {
    margin-bottom: 10px !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    color: #ffffff !important;
    letter-spacing: -0.03em;
}

.page-changelog .section-title + h6 {
    margin-top: 0 !important;
    margin-bottom: 26px !important;
    color: rgba(255, 255, 255, .55) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.page-changelog .change-log {
    position: relative;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, #101e30 0%, #0d1b2c 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32),
    0 4px 12px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.page-changelog .change-log::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 54px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(0, 207, 255, 0.45), rgba(37, 99, 235, 0.22));
    pointer-events: none;
}

.page-changelog .change-entry {
    position: relative;
    padding: 18px 18px 18px 18px;
    margin-bottom: 14px !important;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.04), transparent 24%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.03), transparent 26%),
    linear-gradient(180deg, #101e30 0%, #0d1b2c 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28),
    0 3px 10px rgba(0, 0, 0, .22);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.page-changelog .change-entry:last-child {
    margin-bottom: 0 !important;
}

.page-changelog .change-entry:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 241, 217, .30);
    box-shadow: 0 18px 34px rgba(20, 241, 217, .15),
    0 5px 14px rgba(0, 0, 0, .25);
}

.page-changelog .box-icon-3.unit {
    margin: 0 !important;
    align-items: flex-start;
    gap: 18px;
}

.page-changelog .box-icon-3 .unit-left {
    position: relative;
    flex: 0 0 auto;
    padding-top: 2px;
}

.page-changelog .box-icon-3 .icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px !important;
    color: #14f1d9 !important;
    background: radial-gradient(circle at top right, rgba(0, 210, 255, 0.08), transparent 35%),
    linear-gradient(180deg, #101e30 0%, rgba(20, 241, 217, .08) 100%);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05),
    0 8px 18px rgba(20, 241, 217, .12);
}

.page-changelog .box-icon-3 .unit-body {
    flex: 1 1 auto;
    min-width: 0;
}

.page-changelog .box-icon-3 .title {
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: -0.01em;
}

.page-changelog .box-icon-3 .text {
    margin: 0 !important;
    color: rgba(255, 255, 255, .70) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}

.page-changelog .change-meta {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.page-changelog .change-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(255, 255, 255, .70);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.page-changelog .change-date i {
    color: #14f1d9;
    font-size: 12px;
}

@media (max-width: 991px) {
    .page-changelog .section-title {
        font-size: 40px !important;
    }

    .page-changelog .change-log::before {
        left: 46px;
    }

    .page-changelog .box-icon-3 .icon {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        font-size: 28px !important;
    }

}

@media (max-width: 767px) {
    .page-changelog .section-title {
        font-size: 30px !important;
    }

    .page-changelog .section-title + h6 {
        font-size: 15px !important;
    }

    .page-changelog .change-log {
        padding: 14px;
        border-radius: 20px;
    }

    .page-changelog .change-log::before {
        display: none;
    }

    .page-changelog .change-entry {
        padding: 16px;
        border-radius: 18px;
    }

    .page-changelog .box-icon-3.unit {
        gap: 14px;
    }

    .page-changelog .box-icon-3 .icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 24px !important;
    }

    .page-changelog .box-icon-3 .title {
        font-size: 17px !important;
    }

    .page-changelog .box-icon-3 .text {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .page-changelog .change-meta {
        justify-content: flex-start;
        margin-top: 12px;
    }

}

.page-changelog .change-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.page-changelog .change-title-wrap {
    flex: 1 1 auto;
    min-width: 0;
}

.page-changelog .change-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55),
    0 4px 10px rgba(0, 0, 0, .25);
}

.page-changelog .change-badge i {
    font-size: 11px;
    opacity: .95;
}

/* NEW */
.page-changelog .change-badge.badge-new {
    color: #4ade80;
    background: linear-gradient(180deg, rgba(34, 197, 94, .14) 0%, rgba(34, 197, 94, .09) 100%);
    border-color: rgba(34, 197, 94, .35);
}

/* FIX */
.page-changelog .change-badge.badge-fix {
    color: #fbbf24;
    background: linear-gradient(180deg, rgba(250, 204, 21, .14) 0%, rgba(250, 204, 21, .09) 100%);
    border-color: rgba(250, 204, 21, .35);
}

/* UPDATE */
.page-changelog .change-badge.badge-update {
    color: #7ab5ff;
    background: linear-gradient(180deg, rgba(20, 241, 217, .12) 0%, rgba(20, 241, 217, .08) 100%);
    border-color: rgba(20, 241, 217, .35);
}

/* SYSTEM */
.page-changelog .change-badge.badge-system {
    color: #c4a6ff;
    background: linear-gradient(180deg, rgba(167, 139, 250, .14) 0%, rgba(167, 139, 250, .09) 100%);
    border-color: rgba(167, 139, 250, .35);
}

@media (max-width: 767px) {
    .page-changelog .change-topbar {
        gap: 8px;
        margin-bottom: 8px;
    }

    .page-changelog .change-badge {
        padding: 6px 10px;
        font-size: 10px;
    }

}

