@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 .yt-shorts-hashtag-generator-tool, .tc-wp-tool-root .yt-shorts-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  padding: 56px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182033;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 102, 178, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(34, 126, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff7fb 0%, #f7f4ff 44%, #eef7ff 100%);
}.tc-wp-tool-root .yt-shorts-hashtag-generator-tool::before{
  content: "# # #";
  position: absolute;
  inset: 18px auto auto 7%;
  color: rgba(117, 73, 255, 0.09);
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 14px;
  pointer-events: none;
}.tc-wp-tool-root .yshg-shell{
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-tool-root .yshg-intro{
  width: 100%;
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root .yshg-intro h1{
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #161d32;
}.tc-wp-tool-root .yshg-intro p{
  margin: 0;
  color: #5b6478;
  font-size: 1.06rem;
  line-height: 1.6;
}.tc-wp-tool-root .yshg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(119, 91, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 70px rgba(70, 64, 125, 0.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(123, 111, 255, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  box-shadow: 0 12px 34px rgba(65, 74, 117, 0.08);
}.tc-wp-tool-root .yshg-controls{
  padding: 22px;
}.tc-wp-tool-root .yshg-preview{
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}.tc-wp-tool-root .yshg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .yshg-field label{
  display: block;
  margin: 0 0 8px;
  color: #28324a;
  font-size: 0.92rem;
  font-weight: 750;
}.tc-wp-tool-root .yshg-field textarea, .tc-wp-tool-root .yshg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid #d9def0;
  background: #fff;
  color: #182033;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.tc-wp-tool-root .yshg-field textarea{
  resize: vertical;
  min-height: 158px;
  padding: 14px 15px;
  line-height: 1.55;
}.tc-wp-tool-root .yshg-field select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .yshg-field textarea:focus, .tc-wp-tool-root .yshg-field select:focus, .tc-wp-tool-root .yshg-btn:focus-visible, .tc-wp-tool-root .yshg-tag button:focus-visible{
  border-color: #6c63ff;
  box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.18);
}.tc-wp-tool-root .yshg-options{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .yshg-actions{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .yshg-btn{
  border: 0;
  border-radius: 10px;
  min-height: 46px;
  padding: 0 18px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: normal;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .yshg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .yshg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #6c63ff 0%, #1d8cff 52%, #ff5cab 100%);
  box-shadow: 0 12px 24px rgba(67, 105, 255, 0.25);
}.tc-wp-tool-root .yshg-btn-secondary{
  color: #394056;
  background: #f3f6ff;
  border: 1px solid #dfe5f8;
}.tc-wp-tool-root .yshg-btn-copy{
  align-self: flex-start;
  color: #fff;
  background: linear-gradient(135deg, #7b61ff 0%, #f25bab 100%);
  box-shadow: 0 10px 22px rgba(148, 86, 229, 0.22);
}.tc-wp-tool-root .yshg-message{
  min-height: 24px;
  margin-top: 14px;
  color: #38425a;
  font-size: 0.9rem;
  line-height: 1.45;
}.tc-wp-tool-root .yshg-message.is-error{
  color: #8b2432;
}.tc-wp-tool-root .yshg-message.is-success{
  color: #16644b;
}.tc-wp-tool-root .yshg-preview-head{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .yshg-kicker{
  display: inline-block;
  margin-bottom: 5px;
  color: #6a55e8;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .yshg-preview h2{
  margin: 0;
  color: #182033;
  font-size: 1.2rem;
  line-height: 1.25;
}.tc-wp-tool-root .yshg-count{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  color: #5d4be0;
  background: #f0edff;
  font-size: 0.8rem;
  font-weight: 850;
}.tc-wp-tool-root .yshg-result-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  border: 1px solid #e4e8f7;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.96)),
    radial-gradient(circle at 90% 10%, rgba(255, 92, 171, 0.13), transparent 28%);
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: #b8a8ff #f2f4ff;
}.tc-wp-tool-root .yshg-result-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .yshg-result-panel::-webkit-scrollbar-track{
  background: #f2f4ff;
  border-radius: 999px;
}.tc-wp-tool-root .yshg-result-panel::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8e7dff, #ff7abb);
  border-radius: 999px;
  border: 2px solid #f2f4ff;
}.tc-wp-tool-root .yshg-skeleton, .tc-wp-tool-root .yshg-tags{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .yshg-skeleton span{
  display: block;
  width: calc(33.333% - 8px);
  min-width: 88px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef1ff 0%, #fff1fb 45%, #eaf5ff 80%);
  background-size: 220% 100%;
  animation: yshgPulse 1.35s ease-in-out infinite;
}.tc-wp-tool-root .yshg-skeleton span:nth-child(2n){
  width: calc(42% - 8px);
}.tc-wp-tool-root .yshg-skeleton span:nth-child(3n){
  width: calc(26% - 8px);
}@keyframes yshgPulse {
  0% { background-position: 0% 50%; opacity: 0.68; }
  50% { background-position: 100% 50%; opacity: 1; }
  100% { background-position: 0% 50%; opacity: 0.68; }
}.tc-wp-tool-root .yshg-tag{
  width: auto;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(99, 95, 255, 0.2);
  padding: 8px 9px 8px 12px;
  color: #25304c;
  background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 55%, #eef8ff 100%);
  box-shadow: 0 8px 18px rgba(82, 91, 143, 0.08);
  font-size: 0.92rem;
  font-weight: 750;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .yshg-tag span{
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .yshg-tag button{
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  color: #5c4add;
  background: #ebe8ff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{ padding: 30px 10px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-intro p{ font-size: 0.92rem; }.tc-wp-tool-root .yshg-card{ grid-template-columns: 1fr; gap: 10px; padding: 10px; }.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{ padding: 13px; }.tc-wp-tool-root .yshg-options{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .yshg-field textarea{ min-height: 132px; font-size: 0.92rem; padding: 12px; }.tc-wp-tool-root .yshg-field select{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .yshg-actions{ gap: 8px; }.tc-wp-tool-root .yshg-btn{ width: 100%; min-height: 42px; padding: 0 12px; font-size: 0.88rem; }.tc-wp-tool-root .yshg-preview-head{ flex-direction: column; }.tc-wp-tool-root .yshg-preview h2{ font-size: 1rem; }.tc-wp-tool-root .yshg-result-panel{ padding: 11px; }.tc-wp-tool-root .yshg-skeleton span{ width: 100%; min-width: 0; }.tc-wp-tool-root .yshg-tag{ font-size: 0.8rem; padding: 7px 8px 7px 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{ padding: 34px 12px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-intro p{ font-size: 0.95rem; }.tc-wp-tool-root .yshg-card{ grid-template-columns: 1fr; gap: 12px; padding: 12px; }.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{ padding: 15px; }.tc-wp-tool-root .yshg-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .yshg-field textarea{ min-height: 140px; font-size: 0.94rem; }.tc-wp-tool-root .yshg-field select{ min-height: 45px; font-size: 0.92rem; }.tc-wp-tool-root .yshg-btn{ min-height: 43px; padding: 0 13px; font-size: 0.9rem; }.tc-wp-tool-root .yshg-preview h2{ font-size: 1.04rem; }.tc-wp-tool-root .yshg-result-panel{ padding: 12px; }.tc-wp-tool-root .yshg-skeleton span{ width: calc(50% - 6px); min-width: 0; }.tc-wp-tool-root .yshg-tag{ font-size: 0.82rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{ padding: 38px 14px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-intro p{ font-size: 0.98rem; }.tc-wp-tool-root .yshg-card{ grid-template-columns: 1fr; gap: 14px; padding: 14px; }.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{ padding: 17px; }.tc-wp-tool-root .yshg-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .yshg-field textarea{ min-height: 145px; font-size: 0.96rem; }.tc-wp-tool-root .yshg-field select{ min-height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .yshg-btn{ min-height: 44px; padding: 0 14px; font-size: 0.91rem; }.tc-wp-tool-root .yshg-preview h2{ font-size: 1.08rem; }.tc-wp-tool-root .yshg-result-panel{ padding: 13px; }.tc-wp-tool-root .yshg-skeleton span{ width: calc(50% - 6px); min-width: 0; }.tc-wp-tool-root .yshg-tag{ font-size: 0.86rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{ padding: 46px 18px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-intro p{ font-size: 1.02rem; }.tc-wp-tool-root .yshg-card{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 15px; padding: 15px; }.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{ padding: 18px; }.tc-wp-tool-root .yshg-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .yshg-field textarea{ min-height: 152px; font-size: 0.97rem; }.tc-wp-tool-root .yshg-field select{ min-height: 47px; font-size: 0.95rem; }.tc-wp-tool-root .yshg-btn{ min-height: 44px; padding: 0 14px; font-size: 0.91rem; }.tc-wp-tool-root .yshg-preview h2{ font-size: 1.1rem; }.tc-wp-tool-root .yshg-result-panel{ padding: 14px; }.tc-wp-tool-root .yshg-skeleton span{ width: calc(50% - 6px); min-width: 0; }.tc-wp-tool-root .yshg-tag{ font-size: 0.87rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .yt-shorts-hashtag-generator-tool{ padding: 52px 20px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-intro p{ font-size: 1.04rem; }.tc-wp-tool-root .yshg-card{ gap: 17px; padding: 17px; }.tc-wp-tool-root .yshg-controls, .tc-wp-tool-root .yshg-preview{ padding: 20px; }.tc-wp-tool-root .yshg-field textarea{ font-size: 0.98rem; }.tc-wp-tool-root .yshg-field select{ font-size: 0.96rem; }.tc-wp-tool-root .yshg-btn{ font-size: 0.93rem; }.tc-wp-tool-root .yshg-preview h2{ font-size: 1.16rem; }.tc-wp-tool-root .yshg-result-panel{ padding: 15px; }.tc-wp-tool-root .yshg-tag{ font-size: 0.9rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .yshg-shell{ max-width: 1200px; }.tc-wp-tool-root .yshg-intro h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .yshg-card{ gap: 18px; }}.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;
}