:root{color:#182230;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}main{width:min(760px,100%);margin:0 auto;padding:24px}header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}h1{margin:3px 0 0;font-size:25px;letter-spacing:-.02em}header p{max-width:360px;margin:0;color:#667085;font-size:14px;text-align:right}.eyebrow{color:#3370ff;font-size:12px;font-weight:700}.panel,.result{margin-bottom:12px;padding:16px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;box-shadow:0 1px 2px #1018280a}.step-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.step-title span{color:#667085;font-size:13px}.table-list,.field-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.choice{display:flex;min-height:42px;align-items:center;gap:9px;padding:9px 11px;border:1px solid #d0d5dd;border-radius:8px;color:#344054;cursor:pointer}.choice.selected{border-color:#85a5ff;background:#f0f4ff;color:#1f4eb5}.choice input{width:16px;height:16px;margin:0;accent-color:#3370ff}.name-input{display:grid;gap:7px;color:#475467;font-size:13px}.name-input input{width:100%;height:42px;padding:0 12px;border:1px solid #d0d5dd;border-radius:8px;color:#182230;outline:none}.name-input input:focus{border-color:#6691ff;box-shadow:0 0 0 3px #3370ff1f}.preview{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.preview span{padding:7px 10px;border-radius:999px;background:#f2f4f7;color:#475467;font-size:13px}.preview b{color:#182230}button.primary{width:100%;min-height:44px;border:0;border-radius:8px;background:#3370ff;color:#fff;font-weight:650;cursor:pointer}button.primary:disabled{background:#b9c8ec;cursor:not-allowed}.result{display:grid;gap:5px;border-color:#98d6ba;background:#f0faf5;color:#176b47}.result small{color:#438067}@media(max-width:560px){main{padding:16px}header{display:grid}header p{text-align:left}.table-list,.field-list{grid-template-columns:1fr}}
