/* assets/style.css - simple elegant styling */
.tpm-card{max-width:920px;margin:20px auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(2,6,23,0.08);padding:28px;font-family:Inter,system-ui,Arial}
.tpm-card label{display:block;margin-bottom:10px;font-size:14px;color:#0f172a}
.tpm-card input[type=text], .tpm-card input[type=email], .tpm-card input[type=tel], .tpm-card textarea, .tpm-card select{width:100%;padding:10px;border-radius:8px;border:1px solid #e6eef2;margin-top:6px;font-size:14px}
.tpm-row{display:flex;gap:12px}
.tpm-row label{flex:1}
.tpm-actions{margin-top:12px;display:flex;gap:10px;align-items:center}
.tpm-btn{padding:10px 14px;border-radius:10px;background:#0f766e;color:#fff;border:none;cursor:pointer;font-weight:600}
.tpm-btn.ghost{background:transparent;color:#0f766e;border:1px solid rgba(15,118,110,0.12)}
#tpmResult{margin-top:12px;font-size:14px}
.tpm-success{background:#ecfdf5;padding:12px;border-radius:8px;color:#065f46}
.tpm-error{background:#fff1f2;padding:12px;border-radius:8px;color:#991b1b}
@media(max-width:800px){.tpm-row{flex-direction:column}}
