.tgd-generator{max-width:740px;padding:20px;border-radius:18px;background:linear-gradient(#fff,#f8fafc);box-shadow:0 8px 24px rgba(0,0,0,.06);font-family:system-ui}
label{margin-top:12px;display:block;font-weight:600}
input,select,textarea{width:100%;padding:10px;border-radius:10px;border:1px solid #cbd5e1;margin-bottom:6px}
textarea{min-height:120px}
.surface-picker{display:flex;gap:8px}
.surface-picker button{flex:1;padding:10px;border-radius:12px;border:1px solid #cbd5e1;background:#f1f5f9;color:#0f172a;font-weight:600}
.surface-picker button.active{background:#2563eb;color:#fff}
.tgd-segment{display:flex;background:#f1f5f9;border-radius:14px;overflow:hidden;margin-bottom:14px}
.tgd-segment .seg{flex:1;padding:12px;border:none;background:transparent;font-weight:700;color:#334155;border-radius:0}
.tgd-segment .seg.active{background:#2563eb;color:white}
.tgd-buttons{display:flex;gap:8px;margin-top:16px;margin-bottom:18px}
.btn{padding:10px 14px;border-radius:12px;border:none;font-weight:600;background:#2563eb;color:#fff}
.btn.secondary{background:#e5e7eb;color:#111827}
.tgd-sfa{margin-top:12px;padding:12px;border-radius:12px;background:#eef2ff;font-weight:700;color:#1e3a8a}