/* Activate license — Distyl language */
.act-main {
    max-width: 520px;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.act-head {
    text-align: left;
    margin-bottom: 2rem;
}

.act-head h1 {
    font-family: var(--lp-serif);
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 300;
    margin: 0.5rem 0 0.85rem;
    letter-spacing: -0.025em;
    color: var(--lp-navy);
}

.act-head p {
    color: var(--lp-muted);
    margin: 0;
    line-height: 1.7;
}

.act-head code {
    font-size: 0.9em;
    background: color-mix(in srgb, var(--lp-navy) 6%, transparent);
    padding: 0.1rem 0.35rem;
    border-radius: 2px;
}

.act-card {
    background: var(--lp-card);
    border: 1px solid var(--lp-card-border);
    border-radius: 2px;
    padding: 1.85rem;
    box-shadow: none;
}

.act-steps {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.act-step {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.88rem;
    color: var(--lp-muted);
}

.act-step span {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 2px;
    border: 1px solid var(--lp-card-border);
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 600;
    flex-shrink: 0;
}

.act-step-current {
    color: var(--lp-ink);
    font-weight: 600;
}

.act-step-current span {
    background: var(--lp-ink);
    color: var(--lp-cream);
    border-color: var(--lp-ink);
}

.act-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lp-faint);
    margin-bottom: 0.45rem;
}

.act-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 2px;
    border: 1px solid var(--lp-card-border);
    font-family: ui-monospace, monospace;
    font-size: 0.9rem;
    background: var(--lp-parchment);
    color: var(--lp-navy);
}

.act-input:focus {
    outline: 2px solid color-mix(in srgb, var(--lp-navy) 18%, transparent);
    border-color: var(--lp-ink);
}

.act-hint {
    font-size: 0.82rem;
    color: var(--lp-muted);
    margin: 0.55rem 0 1.25rem;
    line-height: 1.45;
}

.act-btn {
    width: 100%;
}

.act-btn:disabled {
    opacity: 0.65;
    cursor: wait;
}

.act-status {
    min-height: 1.25rem;
    margin: 0.85rem 0 0;
    font-size: 0.88rem;
    text-align: left;
}

.act-status.ok { color: #3a7a5a; }
.act-status.err { color: #a33b32; }

.act-foot {
    text-align: left;
    margin-top: 1.5rem;
    font-size: 0.88rem;
    color: var(--lp-muted);
}

.act-foot a { color: var(--lp-ink); font-weight: 500; }

.lp-eyebrow {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lp-faint);
}
