﻿body {
    background-color: #000000;
    color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #ffffff;
    border-bottom: 2px solid #444;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.info-section {
    background-color: #111;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    border-left: 3px solid #666;
}

.version-entry {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #0a0a0a;
    border-radius: 5px;
    border: 1px solid #222;
}

.version-header {
    color: #4da6ff;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

a {
    color: #4da6ff;
}

ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

li {
    margin-bottom: 5px;
    position: relative;
}

li::before {
    content: "*";
    color: #666;
    position: absolute;
    left: -15px;
}

.date {
    color: #888;
    font-size: 0.9em;
}
