.terms-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--bg)}
.terms-summary h2,.terms-summary p{margin-bottom:0}
.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border:1px solid var(--primary);border-radius:9px;white-space:nowrap;font-weight:750}
.terms-editor-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:start}
.terms-editor{min-height:520px;line-height:1.6}
.terms-guidance{padding:16px;border-radius:10px;background:var(--soft);font-size:14px}
.terms-guidance ul{margin:8px 0 0;padding-left:20px}
.terms-preview{position:sticky;top:22px}
.terms-document{white-space:pre-wrap;color:var(--muted);font-size:14px}
.notice-success{padding:12px 14px;margin-bottom:18px;border-radius:9px;background:#e5f7ef;color:var(--success);font-weight:700}
@media(max-width:900px){.terms-editor-layout{grid-template-columns:1fr}.terms-preview{position:static}}
@media(max-width:520px){.terms-summary{align-items:stretch;flex-direction:column}}
