html {
    background: #101112;
    color: #f4f0ea;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(198, 243, 91, 0.08), transparent 34rem),
        linear-gradient(135deg, #121314 0%, #17191c 48%, #0f1011 100%);
}

a {
    color: #d8ff72;
}

.page {
    width: min(860px, calc(100% - 32px));
    margin: 0 auto;
    padding: 40px 0 56px;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 48px;
}

.brand__name {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand__back {
    border: 1px solid rgba(244, 240, 234, 0.16);
    border-radius: 999px;
    padding: 10px 14px;
    color: #f4f0ea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
}

.hero {
    margin-bottom: 28px;
}

.eyebrow {
    color: #d8ff72;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(2rem, 6vw, 4.4rem);
    line-height: 0.96;
    margin: 0;
    letter-spacing: 0;
}

h2 {
    font-size: 1.1rem;
    margin: 28px 0 10px;
}

p,
li {
    color: rgba(244, 240, 234, 0.82);
    font-size: 1rem;
    line-height: 1.72;
}

ul {
    padding-left: 1.2rem;
}

.panel {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 18px;
    margin: 18px 0;
}

.meta {
    color: rgba(244, 240, 234, 0.58);
    font-size: 0.9rem;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 36px;
    padding-top: 18px;
}
