.th-wrap{max-width:760px;margin:20px auto;font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;padding:22px;border-radius:12px;border:1px solid #eee;box-shadow:0 6px 16px rgba(0,0,0,0.06)}
.th-brand{text-align:center;margin-bottom:18px}
.th-logo{max-height:84px;display:inline-block}
.th-row{display:flex;gap:12px;align-items:center}
.th-input{flex:1;padding:12px 14px;border:1px solid #ddd;border-radius:10px;font-size:15px}
.th-btn{background:#0b74de;color:#fff;border:none;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:700;letter-spacing:0.6px}
.th-card{margin-top:16px;padding:18px;border-radius:12px;background:#fafafa;border:1px solid #f0f0f0;overflow:hidden}
.th-line{margin:10px 0;font-size:15px;color:#222;text-align:left;word-break:break-word}
.th-avatar{width:160px;height:160px;object-fit:cover;border-radius:12px;display:block;margin:14px auto}
.th-error{color:#b00020;background:#fff6f6;padding:10px;border-radius:8px;border:1px solid #f2c6c6;text-align:center}
.th-loading{color:#666;text-align:center}
@media(max-width:700px){.th-row{flex-direction:column}.th-avatar{width:120px;height:120px}}