body { background: #2D3239; color: #C8CCD0; font-family: 'Courier New', monospace; max-width: 700px; margin: 0 auto; padding: 40px 20px; line-height: 1.8; }
h1 { color: #5FBA7D; font-size: 28px; margin-bottom: 0; text-align: center; }
.subtitle { color: #8C939A; font-size: 14px; margin-top: 4px; text-align: center; }
h2 { color: #5FBA7D; font-size: 18px; margin-top: 40px; border-bottom: 1px solid #5FBA7D; padding-bottom: 6px; }
h3 { color: #5FBA7D; font-size: 14px; margin-top: 24px; margin-bottom: 4px; }
p, li { font-size: 14px; text-align: justify; }
ul { padding-left: 20px; }
li { margin-bottom: 4px; }
a { color: #5FBA7D; text-decoration: none; }
.section { margin: 24px 0; }
.tag { display: inline-block; border: 1px solid #5FBA7D; color: #5FBA7D; padding: 2px 8px; font-size: 11px; margin-right: 6px; margin-bottom: 6px; }
.tags { margin: 16px 0; }
.version { color: #5FBA7D; font-weight: bold; }
.date { color: #8C939A; font-size: 12px; }
.nav { margin-bottom: 40px; border-bottom: 1px solid #4A9465; padding-bottom: 12px; display: flex; flex-wrap: nowrap; justify-content: center; gap: 0; }
.nav a { color: #8C939A; margin-right: 12px; text-decoration: none; font-size: 11px; letter-spacing: 0.5px; white-space: nowrap; }
.nav a:hover, .nav a.active { color: #5FBA7D; }
.feature-list { list-style: none; padding: 0; }
.feature-list li { padding: 4px 0; }
.feature-list li::before { content: "> "; color: #5FBA7D; }
.download-btn { display: inline-block; border: 2px solid #5FBA7D; color: #5FBA7D; padding: 10px 20px; text-decoration: none; font-weight: bold; letter-spacing: 2px; margin-top: 12px; font-size: 12px; text-align: center; box-sizing: border-box; margin-right: 8px; }
.download-row { text-align: center; }
.download-btn:hover { background: #5FBA7D; color: #2D3239; }
.footer { color: #8C939A; font-size: 11px; text-align: center; margin-top: 60px; border-top: 1px solid #4A9465; padding-top: 16px; }
