@font-face {
    font-family: 'xits';
    src: url('../assects/font/xits-math.woff');
    font-weight: 400;
    font-style: normal;
}

math {
    font-family: "xits", math;
    white-space: nowrap;
}

section:not(section section) {
    width: min(50rem, 95vw);
}

.log {
}

section .wrapper {
    gap: inherit;
}

.version {
    display: flex;
    width: 100%;
}

.bar {
    display: flex;
    width: 2rem;
    position: relative;
}

.bar::before {
    content: "";
    display: block;
    position: absolute;
    width: .25rem;
    height: calc(100%);
    background: #5bfe7c;
    left: .875rem;
    overflow: visible;
}

.version:first-child .bar::before {
    border-radius: 1rem 1rem 0 0;
    top: 1.65rem;
}

.version:last-child .bar::before {
    border-radius: 0 0 1rem 1rem;
    bottom: 1rem;
}

.version:last-child .bar::after {
    content: "";
    width: 1rem;
    height: .3rem;
    position: absolute;
    background: #5bfe7c;
    right: .525rem;
    top: calc(100% - 1.2rem);
}

.version-warpper {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    width: calc(100% - 2rem);
}

.version-title {
    display: flex;
}

.version-title .major-circle {
    display: flex;
    position: relative;
}

.version-title .major-circle::before {
    content: "";
    width: .7rem;
    height: .7rem;
    position: absolute;
    background: #16171e;
    border-radius: 1rem;
    right: .525rem;
    top: .55rem;
    border: solid .15rem #5bfe7c;
}

.version-title .title-text {
    font-weight: 600;
    font-size: 1.25rem;
}

.version-desc {
}

.version-desc .change-date {
    min-width: unset;
    padding: 0 0 .5rem 0;
    font-size: .75rem;
    color: #aaa;
}

.version-desc .change-date .date-text {
}

.version-desc .change-item {
    min-width: unset;
    margin: 0 0 0 1.5rem;
    padding: .25rem 0;
    border: none;
    display: flex;
}

.version-desc .change-item .minor-circle {
    display: flex;
    position: relative;
}

.version-desc .change-item .minor-circle::before {
    content: "";
    display: block;
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: 0.725rem;
    top: .6rem;
    background: #898989;
    border-radius: 1rem;
}

.version-desc .change-item.sub {
    margin-left: 3.5rem;
    padding-top: 0;
}

.version-desc .change-item.sub .minor-circle {
}

.version-desc .change-item.sub .minor-circle::before {
    background: unset;
    border: solid .0625rem #898989;
    height: .225rem;
    width: .225rem;
    top: .5rem;
}

.version-desc .change-item .desc-text {
    line-height: 1.5;
}

.block {
    border-radius: 4px;
    font-family: monospace;
    margin: -.2em 0;
    font-size: 110%;
    padding: 0 .2em;
    text-indent: 0;
    background: #1e283a;
    border: 1px solid #465167;
    word-spacing: -0.15rem;
}

.number {
    font-size: 120%;
    font-family: monospace;
    color: #b495dc;
    word-spacing: -0.35rem;
}

.section {
    font-weight: 600;
    color: #dbdc95;
}

.math-container {
    display: block;
    overflow-x: auto;
    width: calc(min(50rem, 95vw) - 7rem);
    padding-bottom: .125rem;
}
