.th-card{max-width:760px;background:#fff;border-radius:14px;padding:20px;border:1px solid #eee;box-shadow:0 4px 16px rgba(0,0,0,0.06);font-family:Inter,system-ui,Segoe UI,Roboto,'Helvetica Neue',Arial}
.th-header{text-align:center;margin-bottom:12px}
.th-logo-img{max-width:180px;height:auto}
.th-input{width:100%;padding:12px;border-radius:10px;border:1px solid rgba(11,92,255,0.2);margin-bottom:8px;font-size:15px;box-sizing:border-box}
.th-row{display:flex;gap:8px}
.th-row .th-input{flex:1}
.th-actions{display:flex;gap:8px;align-items:center}
.th-btn{padding:10px 14px;border-radius:10px;border:none;background:#0b5cff;color:#fff;cursor:pointer;font-weight:700}
.th-go{display:inline-block;padding:10px 14px;border-radius:10px;background:#28a745;color:#fff;text-decoration:none;font-weight:700}
.th-status{margin-top:12px;color:#234;font-style:italic}
.th-footer{margin-top:14px;font-size:13px;color:#555;text-align:center;font-weight:600}
@media (max-width:520px){.th-row{flex-direction:column}.th-logo-img{max-width:140px}}