:root {
    --navy: #183b50;
    --navy-2: #22506b;
    --amber: #f5a83c;
    --amber-2: #e8912a;
    --bg: #fdfeff;
    --bg-2: #f2f6fa;
    --panel: #0e2130;
    --panel-2: #0a1926;
    --card: #ffffff;
    --ink: #10293a;
    --muted: #5a7488;
    --line: #e3ebf1;
    --chip: #ffffff;
    --glow: rgba(245, 168, 60, 0.22);
    --shadow: 0 24px 60px rgba(16, 41, 58, 0.12);
    --hero-a: #fdfeff;
    --hero-b: #edf4f9;
}
html[data-theme="dark"] {
    --bg: #0a141d;
    --bg-2: #0d1a26;
    --panel: #0d1b28;
    --panel-2: #0a1522;
    --card: #12222f;
    --ink: #eaf3fa;
    --muted: #93acbe;
    --line: #1e3444;
    --chip: #16293a;
    --glow: rgba(245, 168, 60, 0.15);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    --hero-a: #0a141d;
    --hero-b: #0f2233;
}
.page-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.page-content {
    line-height: 1.8;
    color: var(--muted);
    margin-top: 80px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 1.5rem 0 1rem;
    font-weight: 700;
}

.page-content p {
    margin-bottom: 1rem;
}

.page-content ul,
.page-content ol {
    margin: 0 0 1rem 1.5rem;
    padding-left: 1.5rem;
}

.page-content ul {
    list-style: disc;
}

.page-content ol {
    list-style: decimal;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content a {
    color: #0d6efd;
    text-decoration: underline;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.page-content table th,
.page-content table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.page-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 15px;
    margin: 1rem 0;
    color: #666;
}
