.thxagechnew-wrapper{max-width:680px;margin:12px auto;font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;}
.thxagechnew-toolcard{padding:8px;border-radius:14px;}
.thxagechnew-brand{display:block;font-weight:700;color:#ffffff;background:linear-gradient(90deg,#ff6a88,#7c4dff);padding:6px 10px;border-radius:12px;width:max-content;margin-bottom:10px;box-shadow:0 6px 18px rgba(0,0,0,0.12);}
.thxagechnew-inputwrap{display:flex;flex-direction:column;align-items:center;gap:10px;}
.thxagechnew-input{width:90%;padding:14px 16px;border-radius:18px;border:2px solid rgba(0,0,0,0.06);box-shadow:0 6px 18px rgba(0,0,0,0.06);font-size:16px;outline:none;transition:transform .15s ease;}
.thxagechnew-input:focus{transform:translateY(-2px);}
.thxagechnew-checkbtn{margin-top:0;width:160px;padding:12px 18px;border-radius:999px;border:none;background:linear-gradient(90deg,#6ee7b7,#3b82f6);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(60,64,67,0.12);}
.thxagechnew-spinner{display:none;width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,0.08);border-top-color:transparent;border-right-color:transparent;animation:thxagechnew-spin 0.85s linear infinite;margin-top:6px;}
@keyframes thxagechnew-spin{to{transform:rotate(360deg);}}
.thxagechnew-resultwrap{margin-top:14px;}
.thxagechnew-error{padding:12px;border-radius:12px;background:#ffe6e6;color:#b00000;border:1px solid #ffcccc;}
.thxagechnew-profilecard{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:linear-gradient(90deg,#fef3c7,#fbcfe8);box-shadow:0 12px 30px rgba(0,0,0,0.06);}
.thxagechnew-avatar img{width:72px;height:72px;border-radius:999px;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 18px rgba(0,0,0,0.12);}
.thxagechnew-name{font-weight:800;font-size:18px;color:#111;}
.thxagechnew-followers{font-size:13px;color:#333;opacity:0.85;margin-top:6px;}
.thxagechnew-main{flex:1;}
.thxagechnew-labels{margin-top:12px;padding:12px;border-radius:12px;background:linear-gradient(90deg,#dbeafe,#f0f9ff);}
.thxagechnew-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.04);}
.thxagechnew-row:last-child{border-bottom:none;}
.thxagechnew-label{font-weight:700;color:#0f172a;min-width:140px;}
.thxagechnew-value{color:#0f172a;text-align:right;}
@media (max-width:480px){
  .thxagechnew-input{width:100%;padding:12px;border-radius:12px;}
  .thxagechnew-profilecard{flex-direction:row;gap:10px;}
  .thxagechnew-avatar img{width:56px;height:56px;}
  .thxagechnew-label{min-width:110px;font-size:13px;}
}