@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 .bdh-hashtag-generator-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #18223c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 105, 180, 0.22), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(45, 121, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #fbf9ff 0%, #f1f5ff 46%, #fff7fb 100%);
}.tc-wp-tool-root .bdh-hashtag-generator-wrap, .tc-wp-tool-root .bdh-hashtag-generator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .bdh-hashtag-generator-wrap::before{
  content: "#  #post  #birthday  #reels  #party  #social";
  position: absolute;
  inset: 18px 0 auto 0;
  z-index: 0;
  color: rgba(98, 78, 210, 0.08);
  font-size: clamp(1rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  pointer-events: none;
  white-space: normal;
}.tc-wp-tool-root .bdh-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .bdh-hero{
  width: 100%;
  max-width: 920px;
  min-width: 0;
  margin: 0 auto 26px;
  text-align: center;
}.tc-wp-tool-root .bdh-hero h1{
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #171b3f;
  font-weight: 850;
}.tc-wp-tool-root .bdh-hero p{
  width: 100%;
  max-width: 820px;
  min-width: 0;
  margin: 0 auto;
  color: #555f82;
  font-size: 1.05rem;
  line-height: 1.65;
}.tc-wp-tool-root .bdh-tool-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  padding: 18px;
  border: 1px solid rgba(125, 105, 236, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(61, 75, 140, 0.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .bdh-controls, .tc-wp-tool-root .bdh-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(174, 183, 232, 0.55);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  padding: 20px;
}.tc-wp-tool-root .bdh-field, .tc-wp-tool-root .bdh-control-grid, .tc-wp-tool-root .bdh-actions, .tc-wp-tool-root .bdh-output, .tc-wp-tool-root .bdh-preview-head{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bdh-field{
  margin: 0 0 16px;
}.tc-wp-tool-root .bdh-field label{
  display: block;
  margin: 0 0 8px;
  color: #263057;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-tool-root .bdh-field textarea, .tc-wp-tool-root .bdh-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #cfd7fa;
  border-radius: 10px;
  background: #ffffff;
  color: #17203d;
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.5;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .bdh-field textarea{
  resize: vertical;
  min-height: 162px;
  padding: 15px;
}.tc-wp-tool-root .bdh-field select{
  min-height: 48px;
  padding: 0 13px;
  appearance: auto;
}.tc-wp-tool-root .bdh-field textarea:focus-visible, .tc-wp-tool-root .bdh-field select:focus-visible, .tc-wp-tool-root .bdh-btn:focus-visible, .tc-wp-tool-root .bdh-pill:focus-visible{
  border-color: #5a7cff;
  box-shadow: 0 0 0 4px rgba(90, 124, 255, 0.18);
}.tc-wp-tool-root .bdh-control-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .bdh-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}.tc-wp-tool-root .bdh-btn{
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 16px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .bdh-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bdh-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #7457ff 0%, #2478ff 48%, #ff5ca8 100%);
  box-shadow: 0 12px 26px rgba(78, 99, 236, 0.28);
}.tc-wp-tool-root .bdh-btn-secondary{
  color: #33406f;
  background: #ffffff;
  border-color: #d9def8;
  box-shadow: 0 8px 18px rgba(68, 79, 130, 0.08);
}.tc-wp-tool-root .bdh-status{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 24px;
  margin-top: 14px;
  color: #3d4670;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bdh-status.bdh-error{
  color: #a32255;
  font-weight: 750;
}.tc-wp-tool-root .bdh-status.bdh-success{
  color: #23624d;
  font-weight: 750;
}.tc-wp-tool-root .bdh-preview-panel{
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(250,251,255,0.96)),
    repeating-linear-gradient(90deg, rgba(116,87,255,0.08) 0 1px, transparent 1px 46px);
}.tc-wp-tool-root .bdh-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}.tc-wp-tool-root .bdh-kicker{
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 5px;
  color: #6b4fff;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}.tc-wp-tool-root .bdh-preview-head h2{
  margin: 0;
  color: #20294f;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-tool-root .bdh-count-badge{
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  padding: 7px 10px;
  color: #25406f;
  background: #eef4ff;
  border: 1px solid #dbe5ff;
  font-size: 0.82rem;
  font-weight: 800;
}.tc-wp-tool-root .bdh-output{
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
  border: 1px solid #dfe4fb;
  background: #ffffff;
  padding: 16px;
  scrollbar-color: #8b9cff #edf1ff;
  scrollbar-width: thin;
}.tc-wp-tool-root .bdh-output::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bdh-output::-webkit-scrollbar-track{
  background: #edf1ff;
  border-radius: 999px;
}.tc-wp-tool-root .bdh-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7457ff, #ff68ab);
  border-radius: 999px;
  border: 2px solid #edf1ff;
}.tc-wp-tool-root .bdh-skeleton, .tc-wp-tool-root .bdh-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .bdh-skeleton span{
  width: min(100%, 138px);
  max-width: 100%;
  min-width: 0;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f0edff 0%, #e8f1ff 42%, #ffeaf4 72%, #f0edff 100%);
  background-size: 240% 100%;
  animation: bdhShimmer 1.5s ease-in-out infinite;
}.tc-wp-tool-root .bdh-skeleton span:nth-child(2n){
  width: min(100%, 104px);
}.tc-wp-tool-root .bdh-skeleton span:nth-child(3n){
  width: min(100%, 168px);
}@keyframes bdhShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}.tc-wp-tool-root .bdh-pill{
  width: auto;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(116, 87, 255, 0.2);
  border-radius: 10px;
  padding: 9px 11px;
  color: #26315e;
  background: linear-gradient(135deg, #f8f6ff 0%, #eef5ff 52%, #fff0f7 100%);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}.tc-wp-tool-root .bdh-pill:hover{
  border-color: rgba(255, 92, 168, 0.42);
  box-shadow: 0 8px 18px rgba(80, 95, 180, 0.12);
}.tc-wp-tool-root .bdh-output-helper{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #636d93;
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .bdh-copy-all{
  display: none;
  align-self: flex-start;
}.tc-wp-tool-root .bdh-copy-all.bdh-show{
  display: inline-flex;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 32px 10px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bdh-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .bdh-tool-card{ grid-template-columns: 1fr; padding: 10px; gap: 10px; }.tc-wp-tool-root .bdh-controls, .tc-wp-tool-root .bdh-preview-panel{ padding: 12px; }.tc-wp-tool-root .bdh-control-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .bdh-field textarea{ min-height: 138px; padding: 12px; font-size: 0.92rem; }.tc-wp-tool-root .bdh-btn{ width: 100%; min-height: 43px; padding: 10px 12px; font-size: 0.9rem; }.tc-wp-tool-root .bdh-output{ padding: 10px; }.tc-wp-tool-root .bdh-preview-head h2{ font-size: 0.98rem; }.tc-wp-tool-root .bdh-skeleton, .tc-wp-tool-root .bdh-results{ gap: 7px; }.tc-wp-tool-root .bdh-pill{ font-size: 0.82rem; padding: 8px 9px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 38px 12px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bdh-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .bdh-tool-card{ grid-template-columns: 1fr; padding: 12px; gap: 12px; }.tc-wp-tool-root .bdh-controls, .tc-wp-tool-root .bdh-preview-panel{ padding: 14px; }.tc-wp-tool-root .bdh-control-grid{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .bdh-field textarea{ min-height: 148px; font-size: 0.94rem; }.tc-wp-tool-root .bdh-btn{ min-height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .bdh-output{ padding: 12px; }.tc-wp-tool-root .bdh-skeleton, .tc-wp-tool-root .bdh-results{ gap: 8px; }.tc-wp-tool-root .bdh-pill{ font-size: 0.86rem; padding: 8px 10px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 44px 14px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bdh-tool-card{ grid-template-columns: 1fr; padding: 14px; }.tc-wp-tool-root .bdh-controls, .tc-wp-tool-root .bdh-preview-panel{ padding: 16px; }.tc-wp-tool-root .bdh-control-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .bdh-btn{ flex: 1 1 150px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 52px 18px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bdh-tool-card{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 60px 22px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }}@media (min-width: 1200px) {.tc-wp-tool-root .bdh-hashtag-generator-wrap{ padding: 68px 24px; }.tc-wp-tool-root .bdh-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .bdh-tool-card{ gap: 22px; padding: 20px; }}.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;
}