.simple-editor { max-width: 900px; margin: 0 auto; }
.form-intro { margin: -10px 0 20px; color: var(--muted); font-size: 11px; }
.advanced-settings { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.advanced-settings summary { display: inline-flex; align-items: center; min-height: 36px; color: var(--green); font-size: 11px; font-weight: 700; cursor: pointer; }
.advanced-settings[open] summary { margin-bottom: 15px; }
.mine-label { display: inline-flex; width: max-content; margin-top: 14px; padding: 4px 7px; background: #e7f1ec; color: var(--green); font-size: 9px; font-weight: 700; }
.mine-label.owned { background: #f7efdf; color: #94641e; }
.skill-card .primary:disabled { border-color: #cdd5d1; background: #e8ecea; color: #7d8681; cursor: default; }
.token-explainer { margin: 18px 20px; padding: 14px 16px; border-left: 3px solid var(--green); background: #f2f6f4; }
.token-explainer strong { font-size: 11px; }
.token-explainer p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.api-guide ol { padding-left: 20px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.api-guide h3 { margin: 22px 0 8px; font-size: 12px; }
.endpoint-list { margin-top: 18px; border-top: 1px solid var(--line); }
.endpoint-list p { display: grid; grid-template-columns: 190px 1fr; gap: 10px; margin: 0; padding: 11px 0; border-bottom: 1px solid #edf0ee; }
.endpoint-list span { color: var(--muted); }
.account-toggle { margin-left: 10px; }
.account-toggle:disabled { color: #b8bfbb; cursor: not-allowed; }
.auth-switch { margin-top: 10px; }
.login-panel label small { display: block; margin-top: 5px; color: #87908b; font-size: 9px; }
@media (max-width: 760px) { .endpoint-list p { grid-template-columns: 1fr; } }
