@font-face {
    font-family: 'commissioner';
    src: url("../fonts/Commissioner-VariableFont_wght.ttf") format("opentype");
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0f0f1a;
    color: #c8c8d8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    min-height: 100vh;
}

.page-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 24px 80px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #6060a0;
    text-decoration: none;
    margin-bottom: 48px;
    transition: color 0.2s;
}

.back-link:hover {
    color: #a0a0c8;
}

.back-link::before {
    content: '←';
}

.page-title {
    font-family: 'commissioner', system-ui, sans-serif;
    font-size: clamp(28px, 6vw, 42px);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.page-meta {
    font-size: 13px;
    color: #4a4a6a;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #1e1e30;
}

.legal-body p {
    margin-bottom: 20px;
    color: #b0b0c8;
}

.legal-body h2 {
    font-family: 'commissioner', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #e0e0f0;
    margin-top: 40px;
    margin-bottom: 12px;
}

.legal-body h3 {
    font-size: 15px;
    font-weight: 600;
    color: #d0d0e8;
    margin-top: 28px;
    margin-bottom: 10px;
}

.legal-body ul {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #b0b0c8;
}

.legal-body ul li {
    margin-bottom: 6px;
}

.legal-body a {
    color: #8060c8;
    text-decoration: none;
}

.legal-body a:hover {
    text-decoration: underline;
}

.page-footer {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid #1e1e30;
    font-size: 13px;
    color: #3a3a5a;
    display: flex;
    gap: 16px;
}

.page-footer a {
    color: #3a3a5a;
    text-decoration: none;
    transition: color 0.2s;
}

.page-footer a:hover {
    color: #8060c8;
}
