h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.2;
}
h1 .highlight { color: #f97316; }
.lead {
    font-size: 1.15rem;
    color: #b0b0b0;
    margin-bottom: 40px;
    border-left: 4px solid #f97316;
    padding-left: 20px;
    line-height: 1.7;
}
h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    margin: 48px 0 16px;
}
h2 .highlight { color: #f97316; }
h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f97316;
    margin: 28px 0 10px;
}
p {
    color: #c0c0c0;
    margin-bottom: 16px;
    font-size: 1rem;
}
p strong { color: #ffffff; }

.table-wrap {
    overflow-x: auto;
    margin: 16px 0 20px;
}
.content-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    color: #c0c0c0;
}
.content-table th {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #f97316;
    color: #ffffff;
    font-weight: 600;
    background: #151515;
}
.content-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #2a2a2a;
    vertical-align: top;
}
.content-table .badge {
    display: inline-block;
    background: #2a2a2a;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #aaa;
}

.result-block {
    background: #151515;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 16px 0;
    border-left: 4px solid #f97316;
}
.result-block p { margin: 0; font-size: 1.05rem; color: #e0e0e0; }
.result-block .highlight { color: #f97316; font-weight: 600; }
.result-block.green { border-left-color: #51cf66; }
.result-block.green .highlight { color: #51cf66; }
.result-block.red { border-left-color: #ff6b6b; }
.result-block.red .highlight { color: #ff6b6b; }

.nav-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.nav-links a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    font-size: 0.9rem;
}
.nav-links a:hover {
    border-bottom-color: #f97316;
    color: #e0e0e0;
}

@media (max-width: 768px) {
    .container { padding: 30px 16px; }
    h1 { font-size: 1.8rem; }
}
