/* ── About ───────────────────────────────────────────────
   What the site is, what players add to it, and how to add to it. One column of prose at reading
   width: nothing here is looked up, it is read once. */

.about {
    max-width: 68ch;
    padding: 12px 0 48px;
}

.about-head {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.about-head h2 {
    margin-bottom: 0;
}

.about-lede {
    margin: 10px 0 0;
    color: var(--text-dim);
    line-height: 1.6;
}

.about-section {
    scroll-margin-top: 18px;
}

.about-section h3 {
    margin: 28px 0 8px;
    font-size: 1.2rem;
}

.about-section h4 {
    margin: 26px 0 6px;
    font-size: 1rem;
}

.about-section p,
.about-steps {
    margin: 0 0 10px;
    line-height: 1.6;
    color: var(--text);
}

/* The one call to action on the page, dressed like a home card: the left edge carries the gold
   rather than the whole block, so it stands out from the prose without shouting. */
.about-download {
    display: inline-block;
    margin: 6px 0 14px;
    padding: 10px 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold);
    border-radius: 4px;
    text-decoration: none;
}

.about-download:hover {
    background: var(--surface-lift);
    text-decoration: none;
}

.about-download-name {
    display: block;
    font-family: var(--display);
    font-size: 1.05rem;
    color: var(--gold-lit);
}

.about-download-note {
    display: block;
    margin-top: 2px;
    font-size: 0.76rem;
    color: var(--text-faint);
}

.about-section .about-unavailable {
    color: var(--text-faint);
    font-style: italic;
}

.about-steps {
    padding-left: 1.4em;
}

.about-steps li {
    margin-bottom: 4px;
}

.about-section .about-small {
    font-size: 0.85rem;
    color: var(--text-dim);
}

.about-facts {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.88rem;
}

.about-facts th {
    width: 1%;
    padding: 7px 18px 7px 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: normal;
    color: var(--text-dim);
}

.about-facts td {
    padding: 7px 0;
    border-bottom: 1px solid var(--line);
    line-height: 1.5;
    color: var(--text);
}

.about-facts tr:last-child th,
.about-facts tr:last-child td {
    border-bottom: none;
}

.about-fine {
    margin: 36px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 0.76rem;
    color: var(--text-faint);
}
