.tfp-form-wrap{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px;box-shadow:0 1px 2px rgba(0,0,0,.04);max-width:960px;margin:16px auto}
.tfp-title{margin:0 0 8px 0;color:#333}
.tfp-alert{padding:10px 12px;border-radius:8px;margin-bottom:10px;border:1px solid #e6e6e6}
.tfp-success{background:#eaf7ef;border-color:#d0ebd8;color:#225b2a}
.tfp-form-grid{display:flex;flex-direction:column;gap:12px}
.tfp-row{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}
.tfp-row label{font-weight:600;color:#333}
.tfp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tfp-grid-3{display:grid;grid-template-columns:1fr 140px 1fr;gap:12px}
.tfp-col{display:flex;flex-direction:column;gap:6px}
.tfp-form-grid input,.tfp-form-grid select,.tfp-form-grid textarea{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:10px;font:inherit;color:#333}
.tfp-form-grid input:focus,.tfp-form-grid select:focus,.tfp-form-grid textarea:focus{outline:none;border-color:#c7c7c7;background:#fff}
.tfp-btn{display:inline-block;background:#444;color:#fff;border:none;border-radius:10px;padding:10px 16px;cursor:pointer}
.tfp-btn:hover{background:#222}
@media (max-width: 768px){.tfp-grid-2,.tfp-grid-3{grid-template-columns:1fr}}
/* Simple list fallback */
.tfp-table{width:100%;border-collapse:collapse;margin-top:20px}
.tfp-table th,.tfp-table td{border:1px solid #eee;padding:8px;text-align:left}
