@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 .bhg-wedding-hashtag-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 54px 18px;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 190, 220, 0.42), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(77, 139, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #fff7fb 0%, #f7f2ff 42%, #eef7ff 100%);
  color: #332a45;
  box-sizing: border-box;
}.tc-wp-tool-root .bhg-wedding-hashtag-tool *, .tc-wp-tool-root .bhg-wedding-hashtag-tool *::before, .tc-wp-tool-root .bhg-wedding-hashtag-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .bhg-wedding-hashtag-tool::before{
  content: "#";
  position: absolute;
  top: 32px;
  right: 7%;
  font-size: 9rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(155, 118, 255, 0.08);
  pointer-events: none;
}.tc-wp-tool-root .bhg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-tool-root .bhg-hero{
  text-align: center;
  max-width: 850px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .bhg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  padding: 7px 13px;
  border: 1px solid rgba(172, 132, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #7657c8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-tool-root .bhg-hero h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  color: #2b2440;
  font-weight: 850;
}.tc-wp-tool-root .bhg-subtitle{
  margin: 14px auto 0;
  max-width: 720px;
  color: #665d76;
  font-size: 1.04rem;
  line-height: 1.6;
}.tc-wp-tool-root .bhg-card{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(187, 156, 255, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 252, 0.84)),
    repeating-linear-gradient(45deg, rgba(91, 141, 255, 0.04) 0 1px, transparent 1px 16px);
  box-shadow: 0 24px 70px rgba(122, 100, 172, 0.22);
}.tc-wp-tool-root .bhg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid rgba(202, 181, 255, 0.38);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 38px rgba(99, 82, 140, 0.1);
}.tc-wp-tool-root .bhg-controls{
  padding: 22px;
}.tc-wp-tool-root .bhg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}.tc-wp-tool-root .bhg-field label{
  display: block;
  margin: 0 0 8px;
  color: #3c3350;
  font-size: 0.9rem;
  font-weight: 800;
}.tc-wp-tool-root .bhg-topic, .tc-wp-tool-root .bhg-platform, .tc-wp-tool-root .bhg-quantity{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(163, 137, 223, 0.38);
  border-radius: 10px;
  background: #ffffff;
  color: #312945;
  font-size: 0.98rem;
  line-height: 1.45;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.tc-wp-tool-root .bhg-topic{
  resize: vertical;
  min-height: 160px;
  padding: 15px 16px;
}.tc-wp-tool-root .bhg-platform, .tc-wp-tool-root .bhg-quantity{
  min-height: 48px;
  padding: 0 14px;
  appearance: auto;
}.tc-wp-tool-root .bhg-topic:focus, .tc-wp-tool-root .bhg-platform:focus, .tc-wp-tool-root .bhg-quantity:focus, .tc-wp-tool-root .bhg-btn:focus-visible, .tc-wp-tool-root .bhg-pill:focus-visible{
  border-color: #517cff;
  box-shadow: 0 0 0 4px rgba(81, 124, 255, 0.18);
}.tc-wp-tool-root .bhg-select-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .bhg-message, .tc-wp-tool-root .bhg-status{
  width: 100%;
  max-width: 100%;
  min-height: 24px;
  margin-top: 14px;
  color: #675f72;
  font-size: 0.92rem;
  line-height: 1.45;
}.tc-wp-tool-root .bhg-message.bhg-error{
  padding: 10px 12px;
  border: 1px solid rgba(206, 74, 107, 0.26);
  border-radius: 10px;
  background: #fff2f6;
  color: #8b2443;
}.tc-wp-tool-root .bhg-message.bhg-success, .tc-wp-tool-root .bhg-status.bhg-success{
  color: #256d58;
}.tc-wp-tool-root .bhg-button-wrap{
  margin-top: 18px;
}.tc-wp-tool-root .bhg-button-label{
  display: block;
  margin-bottom: 9px;
  color: #756b84;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}.tc-wp-tool-root .bhg-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bhg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}.tc-wp-tool-root .bhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bhg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #ff6fb1 0%, #8c6dff 52%, #3f82ff 100%);
  box-shadow: 0 14px 30px rgba(112, 102, 255, 0.3);
}.tc-wp-tool-root .bhg-btn-secondary{
  color: #4f3c75;
  background: #ffffff;
  border-color: rgba(161, 132, 226, 0.34);
  box-shadow: 0 8px 22px rgba(101, 84, 140, 0.09);
}.tc-wp-tool-root .bhg-output-panel{
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 247, 255, 0.86)),
    radial-gradient(circle at 92% 12%, rgba(255, 125, 180, 0.15), transparent 26%);
}.tc-wp-tool-root .bhg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root .bhg-label{
  margin: 0 0 4px;
  color: #785ec8;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}.tc-wp-tool-root .bhg-output-head h2{
  margin: 0;
  color: #302741;
  font-size: 1.25rem;
  line-height: 1.2;
}.tc-wp-tool-root .bhg-count{
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3166d9;
  font-size: 0.8rem;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .bhg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  min-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(173, 146, 230, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 255, 0.9)),
    repeating-linear-gradient(90deg, rgba(71, 129, 255, 0.04) 0 1px, transparent 1px 34px);
  scrollbar-width: thin;
  scrollbar-color: #b09aff #f5efff;
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar-track{
  background: #f5efff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff95c7, #8d79ff);
  border: 2px solid #f5efff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-empty{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bhg-social-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 178px;
  border-radius: 10px;
  border: 1px solid rgba(255, 151, 199, 0.28);
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 139, 192, 0.22), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(75, 134, 255, 0.2), transparent 26%),
    linear-gradient(135deg, #fff6fa, #f3f0ff);
  padding: 16px;
  display: grid;
  align-content: end;
  gap: 8px;
}.tc-wp-tool-root .bhg-social-card span, .tc-wp-tool-root .bhg-skeleton-pills span{
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 203, 255, 0.55), rgba(255, 205, 228, 0.82), rgba(216, 203, 255, 0.55));
  background-size: 220% 100%;
  animation: bhgShimmer 1.35s ease-in-out infinite;
}.tc-wp-tool-root .bhg-social-card span{
  height: 12px;
}.tc-wp-tool-root .bhg-social-card span:nth-child(1){
  width: 78%;
}.tc-wp-tool-root .bhg-social-card span:nth-child(2){
  width: 54%;
}.tc-wp-tool-root .bhg-social-card span:nth-child(3){
  width: 66%;
}.tc-wp-tool-root .bhg-skeleton-pills{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
}.tc-wp-tool-root .bhg-skeleton-pills span{
  width: 132px;
  max-width: 100%;
  height: 36px;
}.tc-wp-tool-root .bhg-skeleton-pills span:nth-child(2n){
  width: 104px;
}.tc-wp-tool-root .bhg-skeleton-pills span:nth-child(3n){
  width: 158px;
}@keyframes bhgShimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}.tc-wp-tool-root .bhg-results{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root .bhg-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid rgba(139, 113, 255, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #fff4fa);
  color: #44325f;
  font-size: 0.91rem;
  font-weight: 800;
  line-height: 1.25;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(126, 92, 170, 0.1);
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}.tc-wp-tool-root .bhg-pill::after{
  content: "Copy";
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: #edf4ff;
  color: #386bea;
  font-size: 0.68rem;
  font-weight: 850;
}.tc-wp-tool-root .bhg-output-actions{
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bhg-copy-all{
  color: #ffffff;
  background: linear-gradient(135deg, #4f82ff, #9a75ff);
  box-shadow: 0 12px 26px rgba(74, 116, 255, 0.24);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 30px 10px;
  }.tc-wp-tool-root .bhg-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .bhg-card{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-output-panel{
    padding: 12px;
  }.tc-wp-tool-root .bhg-topic{
    min-height: 132px;
    font-size: 0.9rem;
    padding: 12px;
  }.tc-wp-tool-root .bhg-select-grid, .tc-wp-tool-root .bhg-empty{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .bhg-buttons{
    display: grid;
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-btn{
    width: 100%;
    font-size: 0.88rem;
    padding: 10px 12px;
  }.tc-wp-tool-root .bhg-preview{
    min-height: 230px;
    padding: 10px;
  }.tc-wp-tool-root .bhg-output-head h2{
    font-size: 1.05rem;
  }.tc-wp-tool-root .bhg-pill{
    font-size: 0.8rem;
    padding: 8px 9px;
  }.tc-wp-tool-root .bhg-skeleton-pills{
    gap: 8px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 34px 12px;
  }.tc-wp-tool-root .bhg-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .bhg-card{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-output-panel{
    padding: 14px;
  }.tc-wp-tool-root .bhg-topic{
    min-height: 140px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .bhg-select-grid, .tc-wp-tool-root .bhg-empty{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-buttons{
    display: grid;
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-preview{
    padding: 11px;
  }.tc-wp-tool-root .bhg-pill{
    font-size: 0.84rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 40px 14px;
  }.tc-wp-tool-root .bhg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .bhg-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-output-panel{
    padding: 16px;
  }.tc-wp-tool-root .bhg-select-grid, .tc-wp-tool-root .bhg-empty{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-buttons{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .bhg-btn{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .bhg-preview{
    padding: 12px;
  }.tc-wp-tool-root .bhg-pill{
    font-size: 0.86rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 46px 18px;
  }.tc-wp-tool-root .bhg-card{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }.tc-wp-tool-root .bhg-card > *{
    min-width: 0;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-output-panel{
    padding: 18px;
  }.tc-wp-tool-root .bhg-empty{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-buttons{
    display: grid;
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-btn{
    width: 100%;
  }.tc-wp-tool-root .bhg-pill{
    font-size: 0.86rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 54px 20px;
  }.tc-wp-tool-root .bhg-card{
    gap: 16px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-output-panel{
    padding: 20px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bhg-wedding-hashtag-tool{
    padding: 64px 22px;
  }.tc-wp-tool-root .bhg-card{
    max-width: 1200px;
    margin: 0 auto;
  }}.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;
}

.tc-wp-tool-root .bhg-download {}
.tc-wp-tool-root .bhg-generate {}
.tc-wp-tool-root .bhg-reset {}
.tc-wp-tool-root .bhg-social-card-large {}