@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .hg-twitter-tool-wrap, .tc-wp-tool-root .hg-twitter-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .hg-twitter-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 82, 160, 0.18), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(56, 119, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7f3ff 46%, #eef6ff 100%);
  padding: 54px 18px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg span{
  position: absolute;
  color: rgba(105, 76, 255, 0.1);
  font-weight: 800;
  line-height: 1;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg span:nth-child(1){
  top: 10%;
  left: 5%;
  font-size: 88px;
  transform: rotate(-12deg);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg span:nth-child(2){
  top: 18%;
  right: 9%;
  font-size: 64px;
  color: rgba(24, 128, 255, 0.1);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg span:nth-child(3){
  bottom: 10%;
  left: 12%;
  font-size: 58px;
  color: rgba(255, 67, 151, 0.11);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-bg span:nth-child(4){
  right: 14%;
  bottom: 16%;
  font-size: 96px;
  transform: rotate(10deg);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-header{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-kicker{
  display: inline-flex;
  margin: 0 0 10px;
  padding: 8px 12px;
  border: 1px solid rgba(113, 84, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #5d43df;
  font-size: 0.82rem;
  font-weight: 700;
}.tc-wp-tool-root .hg-twitter-tool-wrap h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #11182b;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{
  margin: 12px auto 0;
  color: #526078;
  font-size: 1.02rem;
  line-height: 1.55;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  align-items: stretch;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-card{
  min-width: 0;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(120, 105, 255, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(56, 73, 122, 0.13);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{
  padding: 24px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-field{
  min-width: 0;
}.tc-wp-tool-root .hg-twitter-tool-wrap label, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-actions-label{
  display: block;
  margin: 0 0 8px;
  color: #2b3650;
  font-size: 0.9rem;
  font-weight: 800;
}.tc-wp-tool-root .hg-twitter-tool-wrap textarea, .tc-wp-tool-root .hg-twitter-tool-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(97, 111, 143, 0.28);
  border-radius: 10px;
  background: #fff;
  color: #172033;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .hg-twitter-tool-wrap textarea{
  resize: vertical;
  min-height: 146px;
  padding: 15px;
  line-height: 1.5;
}.tc-wp-tool-root .hg-twitter-tool-wrap select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .hg-twitter-tool-wrap textarea:focus, .tc-wp-tool-root .hg-twitter-tool-wrap select:focus, .tc-wp-tool-root .hg-twitter-tool-wrap button:focus-visible{
  border-color: #6556ff;
  box-shadow: 0 0 0 4px rgba(101, 86, 255, 0.16);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-select-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-actions{
  margin-top: 18px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  min-width: 0;
  max-width: 100%;
  padding: 14px 17px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #3b82ff 0%, #7257ff 52%, #ff4ca8 100%);
  box-shadow: 0 14px 26px rgba(97, 86, 255, 0.28);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn-secondary{
  color: #4937c9;
  background: #f3f0ff;
  border: 1px solid rgba(104, 83, 255, 0.16);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn-copy{
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #1b8bff 0%, #7457ff 100%);
  box-shadow: 0 12px 24px rgba(42, 117, 255, 0.24);
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-message{
  min-height: 24px;
  margin-top: 16px;
  color: #47556f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-message.hg-error{
  color: #a82852;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-message.hg-success{
  color: #176348;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-result-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-result-label{
  margin: 0 0 5px;
  color: #6c54ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}.tc-wp-tool-root .hg-twitter-tool-wrap h2{
  margin: 0;
  color: #172033;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-count-badge{
  flex: 0 0 auto;
  border-radius: 10px;
  padding: 8px 10px;
  background: #eef6ff;
  color: #1d62c5;
  font-size: 0.82rem;
  font-weight: 900;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  border: 1px solid rgba(119, 105, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.94)),
    repeating-linear-gradient(135deg, rgba(110, 86, 255, 0.05) 0 10px, transparent 10px 22px);
  padding: 18px;
  scrollbar-width: thin;
  scrollbar-color: #9d8cff #edf1ff;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview::-webkit-scrollbar-track{
  background: #edf1ff;
  border-radius: 10px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #6d59ff, #ff5aa8);
  border-radius: 10px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-empty-state p{
  margin: 0 0 16px;
  color: #59677f;
  font-size: 0.95rem;
  line-height: 1.45;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton{
  display: block;
  border-radius: 10px;
  background: linear-gradient(90deg, #ebe8ff 0%, #f8ecff 42%, #eaf4ff 72%, #ebe8ff 100%);
  background-size: 240% 100%;
  animation: hgTwitterShimmer 1.6s ease-in-out infinite;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton.pill{
  width: 116px;
  height: 36px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton.pill.wide{
  width: 154px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton.pill.long{
  width: 190px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton.pill.short{
  width: 84px;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-skeleton.card{
  width: 100%;
  height: 72px;
}@keyframes hgTwitterShimmer {
  0% { background-position: 180% 0; }
  100% { background-position: -180% 0; }
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(98, 86, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f2ff 100%);
  color: #24304a;
  box-shadow: 0 8px 18px rgba(49, 72, 128, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.25;
  padding: 10px 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag:hover{
  border-color: rgba(45, 126, 255, 0.35);
  background: #eef6ff;
}.tc-wp-tool-root .hg-twitter-tool-wrap .hg-copy-all-wrap{
  margin-top: 14px;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 34px 10px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 100%; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 14px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-select-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 126px; padding: 12px; font-size: 0.92rem; }.tc-wp-tool-root .hg-twitter-tool-wrap select{ min-height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-button-row{ display: grid; grid-template-columns: 1fr; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ width: 100%; padding: 13px 12px; font-size: 0.9rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.82rem; padding: 9px 10px; }.tc-wp-tool-root .hg-twitter-tool-wrap h2{ font-size: 1rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 38px 12px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 100%; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 0.93rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 16px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-select-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 132px; padding: 13px; font-size: 0.94rem; }.tc-wp-tool-root .hg-twitter-tool-wrap select{ min-height: 45px; font-size: 0.94rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ padding: 13px 14px; font-size: 0.92rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 14px; font-size: 0.92rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.86rem; padding: 9px 10px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 42px 14px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 100%; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 18px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-select-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 138px; padding: 14px; font-size: 0.96rem; }.tc-wp-tool-root .hg-twitter-tool-wrap select{ min-height: 46px; font-size: 0.96rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ padding: 13px 15px; font-size: 0.94rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 15px; font-size: 0.94rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.9rem; padding: 10px 11px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 48px 18px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 100%; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-card{ grid-column: 1 / -1; max-width: 100%; min-width: 0; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 22px; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 140px; font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ padding: 14px 17px; font-size: 0.96rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 17px; font-size: 0.96rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 54px 22px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 1120px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ gap: 20px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 24px; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 148px; font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ padding: 14px 17px; font-size: 0.98rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 18px; font-size: 0.98rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.93rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-tool{ padding: 62px 24px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-container{ max-width: 1200px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-grid{ gap: 22px; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-controls, .tc-wp-tool-root .hg-twitter-tool-wrap .hg-twitter-results{ padding: 26px; }.tc-wp-tool-root .hg-twitter-tool-wrap textarea{ min-height: 154px; font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-btn{ padding: 14px 18px; font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-preview{ padding: 20px; font-size: 1rem; }.tc-wp-tool-root .hg-twitter-tool-wrap .hg-tag{ font-size: 0.95rem; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}