/* tb-style.css */
.tb-form-wrap{max-width:540px;margin:28px auto;background:#fff;padding:22px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.06);font-family:Arial,Helvetica,sans-serif}
.tb-title{color:#005EB8;text-align:center;margin-bottom:12px}
.tb-form label{display:block;margin:6px 0 4px;font-weight:600}
.tb-form input,.tb-form select{width:100%;padding:10px;border:1px solid #e6eef8;border-radius:8px;margin-bottom:10px;box-sizing:border-box}
.tb-actions{display:flex;gap:10px}
.tb-btn{padding:10px 14px;border-radius:8px;border:0;font-weight:700;cursor:pointer}
.tb-btn-primary{background:linear-gradient(90deg,#1e88e5,#1565c0);color:#fff;box-shadow:0 8px 20px rgba(30,136,229,0.12)}
.tb-btn-accept{background:linear-gradient(90deg,#00b894,#00a56a);color:#fff}
.tb-result{margin:10px 0}
.tb-alert{padding:10px;border-radius:6px}
.tb-alert-success{background:#e9f7ef;border-left:4px solid #00b894;color:#0a6b3a}
.tb-alert-error{background:#fff4f4;border-left:4px solid #e53935;color:#7a1f1f}
.tb-info{background:#f7fbff;border-left:4px solid #1e88e5;padding:10px;border-radius:6px}

