@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-bachelorette-hashtag-tool, .tc-wp-tool-root .bhg-bachelorette-hashtag-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 54px 18px;
  color: #29233f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 108, 181, 0.2), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(42, 132, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f7f1ff 48%, #eef7ff 100%);
}.tc-wp-tool-root .bhg-bachelorette-hashtag-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(128, 91, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(128, 91, 255, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 90%);
  pointer-events: none;
}.tc-wp-tool-root .bhg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
}.tc-wp-tool-root .bhg-intro{
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root .bhg-intro h1{
  margin: 0 0 10px;
  color: #23173f;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 850;
}.tc-wp-tool-root .bhg-intro p{
  margin: 0 auto;
  max-width: 720px;
  color: #675b84;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .bhg-bg-accent{
  position: absolute;
  z-index: 0;
  color: rgba(113, 80, 255, 0.12);
  font-weight: 900;
  pointer-events: none;
  user-select: none;
}.tc-wp-tool-root .bhg-bg-accent-one{
  top: 26px;
  left: 5%;
  font-size: 5.4rem;
  transform: rotate(-12deg);
}.tc-wp-tool-root .bhg-bg-accent-two{
  right: 6%;
  bottom: 30px;
  font-size: 7rem;
  color: rgba(255, 85, 166, 0.12);
  transform: rotate(14deg);
}.tc-wp-tool-root .bhg-bg-accent-three{
  top: 44%;
  right: 3%;
  padding: 10px 18px;
  border: 1px solid rgba(45, 132, 255, 0.18);
  border-radius: 10px;
  color: rgba(45, 132, 255, 0.14);
  background: rgba(255,255,255,0.48);
  font-size: 1.05rem;
}.tc-wp-tool-root .bhg-tool-card{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(132, 94, 247, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(87, 61, 139, 0.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(151, 128, 224, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  box-shadow: 0 14px 34px rgba(67, 49, 104, 0.08);
}.tc-wp-tool-root .bhg-controls{
  padding: 20px;
}.tc-wp-tool-root .bhg-preview-wrap{
  padding: 20px;
}.tc-wp-tool-root .bhg-field{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .bhg-field label{
  color: #41365f;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
}.tc-wp-tool-root .bhg-field textarea, .tc-wp-tool-root .bhg-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(122, 104, 176, 0.28);
  border-radius: 10px;
  background: #fff;
  color: #2a2240;
  font: inherit;
  font-size: 0.96rem;
  line-height: 1.45;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .bhg-field textarea{
  resize: vertical;
  min-height: 142px;
  padding: 14px;
}.tc-wp-tool-root .bhg-field select{
  min-height: 48px;
  padding: 11px 38px 11px 13px;
}.tc-wp-tool-root .bhg-field textarea:focus, .tc-wp-tool-root .bhg-field select:focus, .tc-wp-tool-root .bhg-btn:focus-visible, .tc-wp-tool-root .bhg-preview:focus{
  border-color: #2a84ff;
  box-shadow: 0 0 0 4px rgba(42, 132, 255, 0.18);
}.tc-wp-tool-root .bhg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 15px;
  min-width: 0;
}.tc-wp-tool-root .bhg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.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: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .bhg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .bhg-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, #ff5aa8 0%, #865cff 52%, #2a84ff 100%);
  box-shadow: 0 12px 24px rgba(134, 92, 255, 0.28);
}.tc-wp-tool-root .bhg-btn-secondary{
  color: #4c357f;
  background: #f3edff;
  border-color: rgba(134, 92, 255, 0.2);
}.tc-wp-tool-root .bhg-btn-ghost{
  color: #5f536f;
  background: #fff;
  border-color: rgba(122, 104, 176, 0.24);
}.tc-wp-tool-root .bhg-btn-copy-all{
  width: 100%;
  margin-top: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2a84ff 0%, #7b61ff 100%);
  box-shadow: 0 12px 22px rgba(42, 132, 255, 0.22);
}.tc-wp-tool-root .bhg-status{
  min-height: 24px;
  margin-top: 12px;
  color: #5f536f;
  font-size: 0.9rem;
  line-height: 1.45;
}.tc-wp-tool-root .bhg-status.bhg-error{
  color: #9b214f;
}.tc-wp-tool-root .bhg-status.bhg-success{
  color: #236b56;
}.tc-wp-tool-root .bhg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .bhg-preview-label{
  color: #332752;
  font-size: 0.94rem;
  font-weight: 850;
}.tc-wp-tool-root .bhg-count{
  flex: 0 0 auto;
  color: #765df1;
  font-size: 0.84rem;
  font-weight: 800;
}.tc-wp-tool-root .bhg-preview{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(132, 94, 247, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(248, 244, 255, 0.86), rgba(255,255,255,0.96)),
    radial-gradient(circle at top right, rgba(255, 90, 168, 0.1), transparent 36%);
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar-track{
  background: #f4efff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff72b6, #7b61ff);
  border: 2px solid #f4efff;
  border-radius: 999px;
}.tc-wp-tool-root .bhg-skeleton, .tc-wp-tool-root .bhg-output{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .bhg-skeleton span{
  display: block;
  height: 38px;
  width: clamp(88px, 28%, 178px);
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #eee8ff 0%, #fff 45%, #eaf3ff 80%);
  background-size: 220% 100%;
  animation: bhgShimmer 1.35s ease-in-out infinite;
}.tc-wp-tool-root .bhg-skeleton span:nth-child(2n){
  width: clamp(112px, 34%, 220px);
}.tc-wp-tool-root .bhg-skeleton span:nth-child(3n){
  width: clamp(76px, 22%, 150px);
}@keyframes bhgShimmer {
  0% { background-position: 120% 0; }
  100% { background-position: -120% 0; }
}.tc-wp-tool-root .bhg-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  padding: 8px 9px 8px 13px;
  border: 1px solid rgba(134, 92, 255, 0.22);
  border-radius: 999px;
  color: #332752;
  background: linear-gradient(135deg, #ffffff 0%, #f5eeff 62%, #eef7ff 100%);
  box-shadow: 0 8px 18px rgba(77, 54, 132, 0.08);
}.tc-wp-tool-root .bhg-pill-text{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1.25;
}.tc-wp-tool-root .bhg-pill-copy{
  flex: 0 0 auto;
  min-height: 28px;
  padding: 5px 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #7b61ff;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}.tc-wp-tool-root .bhg-pill-copy:focus-visible{
  outline: 3px solid rgba(42, 132, 255, 0.28);
  outline-offset: 2px;
}@media (min-width: 768px) {.tc-wp-tool-root .bhg-tool-card{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    padding: 20px;
  }.tc-wp-tool-root .bhg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 30px 10px;
  }.tc-wp-tool-root .bhg-intro{
    margin-bottom: 16px;
  }.tc-wp-tool-root .bhg-intro p{
    font-size: 0.9rem;
    line-height: 1.5;
  }.tc-wp-tool-root .bhg-tool-card, .tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 12px;
  }.tc-wp-tool-root .bhg-tool-card{
    gap: 12px;
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .bhg-field textarea, .tc-wp-tool-root .bhg-field select, .tc-wp-tool-root .bhg-btn{
    font-size: 0.88rem;
  }.tc-wp-tool-root .bhg-button-row{
    gap: 8px;
  }.tc-wp-tool-root .bhg-button-row .bhg-btn{
    width: 100%;
  }.tc-wp-tool-root .bhg-preview{
    padding: 10px;
  }.tc-wp-tool-root .bhg-preview-label, .tc-wp-tool-root .bhg-pill-text{
    font-size: 0.82rem;
  }.tc-wp-tool-root .bhg-pill{
    gap: 6px;
    padding: 7px 8px 7px 10px;
  }.tc-wp-tool-root .bhg-pill-copy{
    font-size: 0.7rem;
    padding: 5px 8px;
  }.tc-wp-tool-root .bhg-skeleton, .tc-wp-tool-root .bhg-output{
    gap: 7px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 36px 12px;
  }.tc-wp-tool-root .bhg-intro p{
    font-size: 0.93rem;
  }.tc-wp-tool-root .bhg-tool-card, .tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 14px;
  }.tc-wp-tool-root .bhg-tool-card{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .bhg-field textarea, .tc-wp-tool-root .bhg-field select, .tc-wp-tool-root .bhg-btn{
    font-size: 0.9rem;
  }.tc-wp-tool-root .bhg-button-row .bhg-btn{
    flex: 1 1 100%;
  }.tc-wp-tool-root .bhg-preview{
    padding: 11px;
  }.tc-wp-tool-root .bhg-preview-label, .tc-wp-tool-root .bhg-pill-text{
    font-size: 0.84rem;
  }.tc-wp-tool-root .bhg-skeleton, .tc-wp-tool-root .bhg-output{
    gap: 8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 42px 16px;
  }.tc-wp-tool-root .bhg-tool-card{
    grid-template-columns: 1fr;
    padding: 16px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 16px;
  }.tc-wp-tool-root .bhg-button-row .bhg-btn{
    flex: 1 1 150px;
  }.tc-wp-tool-root .bhg-preview{
    padding: 13px;
  }.tc-wp-tool-root .bhg-pill-text{
    font-size: 0.87rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 50px 18px;
  }.tc-wp-tool-root .bhg-tool-card{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 18px;
  }.tc-wp-tool-root .bhg-button-row .bhg-btn{
    flex: 1 1 132px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 58px 22px;
  }.tc-wp-tool-root .bhg-tool-card{
    gap: 22px;
    padding: 22px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 22px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .bhg-bachelorette-hashtag-tool{
    padding: 64px 24px;
  }.tc-wp-tool-root .bhg-tool-card{
    gap: 24px;
    padding: 24px;
  }.tc-wp-tool-root .bhg-controls, .tc-wp-tool-root .bhg-preview-wrap{
    padding: 24px;
  }}.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;
}