body { background: var(--bg-light); }

.ml-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.ml-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--purple);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 36px;
    transition: opacity .2s;
}
.ml-back:hover { opacity: .7; }

.ml-header {
    margin-bottom: 40px;
    border-bottom: 2px solid var(--purple);
    padding-bottom: 20px;
}
.ml-header .ml-brand {
    font-size: 13px;
    font-weight: 700;
    color: var(--purple);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ml-header h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.ml-header .ml-sub {
    font-size: 14px;
    color: var(--text-mid);
}

.ml-section {
    margin-bottom: 36px;
}
.ml-section h2 {
    font-size: 17px;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0e8f0;
}
.ml-section h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 16px 0 6px;
}
.ml-section p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.ml-section ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.ml-section ul li {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 4px;
}
.ml-section a {
    color: var(--purple);
    text-decoration: none;
}
.ml-section a:hover { text-decoration: underline; }

.ml-update {
    font-size: 12px;
    color: var(--text-mid);
    font-style: italic;
    margin-top: 20px;
}
