body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0f172a;
    color: #e5e7eb;
}

header {
    background-color: #020617;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    color: #38bdf8;
}

nav {
    margin-top: 10px;
}

nav a {
    color: #e5e7eb;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #38bdf8;
}

main {
    padding: 30px;
    max-width: 900px;
    margin: auto;
}

h2 {
    color: #facc15;
}

section {
    background-color: #020617;
    padding: 20px;
    border-radius: 8px;
}

ul {
    line-height: 1.8;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #020617;
    margin-top: 40px;
    font-size: 0.9em;
    color: #94a3b8;
}

.page-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.page-buttons a {
    background-color: #1e293b;
    color: #e5e7eb;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s, transform 0.2s;
}

.page-buttons a:hover {
    background-color: #38bdf8;
    color: #020617;
    transform: translateY(-2px);
}

.page-buttons-top {
    display: flex;
    gap: 15px;
}

.page-buttons-top a {
    background-color: #1e293b;
    color: #e5e7eb;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s, transform 0.2s;
}

.page-buttons-top a:hover {
    background-color: #38bdf8;
    color: #020617;
    transform: translateY(-2px);
}

.changelog-version {
    margin-bottom: 40px;
}

.changelog-version h3 {
    font-size: 1.4em;
    margin-bottom: 14px;
    color: #38bdf8;
}

.changelog-block {
    margin-bottom: 20px;
}

.changelog-block h4 {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #38bdf8;
}

.changelog-block p {
    margin-bottom: 10px;
    color: #cbd5f5;
}

.changelog-block ul li {
    margin-bottom: 6px;
}

nav a.btn-livemap {
    background-color: #facc15;
    color: #020617;
    padding: 8px 14px;
    border-radius: 999px;
    margin-left: 10px;
    font-weight: bold;
}

nav a.btn-livemap:hover {
    background-color: #d3ac10;
    color: #ecfeff;
}

nav a.btn-update {
    background-color: #1dfa15;
    color: #020617;
    padding: 8px 14px;
    border-radius: 999px;
    margin-left: 10px;
    font-weight: bold;
}

nav a.btn-update:hover {
    background-color: #17ce10;
    color: #ecfeff;
}

nav a.btn-update-2 {
    background-color: #fa1515;
    color: #020617;
    padding: 8px 14px;
    border-radius: 999px;
    margin-left: 10px;
    font-weight: bold;
}

nav a.btn-update-2:hover {
    background-color: #aa0d0d;
    color: #ecfeff;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-family: system-ui, sans-serif;
}

.alert-danger    { background-color: #f8d7da; color: #842029; border-color: #f5c2c7; }

.align-center {
    text-align: center;
}

.img {
    width: 50%
}

.container {
    display: flex;
    justify-content: space-between;
}


.page-buttons-download {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.page-buttons-download a {
    background-color: #1e293b;
    color: #e5e7eb;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s, transform 0.2s;
}

.page-buttons-download a:hover {
    background-color: #38bdf8;
    color: #020617;
    transform: translateY(-2px);
}