@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 .photo-hashtag-generator-tool, .tc-wp-tool-root .photo-hashtag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .photo-hashtag-generator-tool{
  --phg-white: #ffffff;
  --phg-ink: #172033;
  --phg-muted: #64708a;
  --phg-lavender: #f3efff;
  --phg-lavender-2: #ebe6ff;
  --phg-purple: #7657ff;
  --phg-purple-dark: #5239d8;
  --phg-blue: #166bff;
  --phg-pink: #ff5fa8;
  --phg-border: rgba(118, 87, 255, 0.18);
  --phg-shadow: 0 24px 70px rgba(65, 50, 140, 0.16);
  --phg-soft-shadow: 0 14px 34px rgba(63, 74, 123, 0.12);
  --phg-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 64px 20px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 95, 168, 0.18), transparent 31%),
    radial-gradient(circle at 88% 8%, rgba(22, 107, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f3ff 48%, #eef6ff 100%);
  color: var(--phg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .photo-hashtag-generator-tool::before{
  content: "# # #";
  position: absolute;
  top: 28px;
  left: max(16px, calc(50% - 560px));
  color: rgba(118, 87, 255, 0.13);
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 18px;
  transform: rotate(-8deg);
  pointer-events: none;
}.tc-wp-tool-root .photo-hashtag-generator-tool::after{
  content: "";
  position: absolute;
  right: max(18px, calc(50% - 560px));
  bottom: 42px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(22, 107, 255, 0.16);
  border-radius: 10px;
  background-image:
    linear-gradient(rgba(118, 87, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 87, 255, 0.12) 1px, transparent 1px);
  background-size: 36px 36px;
  transform: rotate(8deg);
  pointer-events: none;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-bg-shape{
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-bg-shape-one{
  width: 180px;
  height: 180px;
  left: 5%;
  bottom: 12%;
  background: linear-gradient(135deg, rgba(255, 95, 168, 0.22), rgba(118, 87, 255, 0.08));
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-bg-shape-two{
  width: 130px;
  height: 130px;
  right: 9%;
  top: 26%;
  background: linear-gradient(135deg, rgba(22, 107, 255, 0.18), rgba(255, 255, 255, 0.24));
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-header{
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-kicker{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 8px 13px;
  border: 1px solid rgba(118, 87, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--phg-purple-dark);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgba(118, 87, 255, 0.09);
}.tc-wp-tool-root .photo-hashtag-generator-tool h1{
  margin: 0;
  color: var(--phg-ink);
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78));
  box-shadow: var(--phg-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-panel{
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--phg-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--phg-soft-shadow);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-controls{
  display: grid;
  gap: 16px;
  padding: 22px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-field{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool label{
  color: #26304a;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}.tc-wp-tool-root .photo-hashtag-generator-tool textarea, .tc-wp-tool-root .photo-hashtag-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(118, 87, 255, 0.22);
  border-radius: 10px;
  background: #ffffff;
  color: var(--phg-ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .photo-hashtag-generator-tool textarea{
  resize: vertical;
  min-height: 168px;
  padding: 15px 16px;
}.tc-wp-tool-root .photo-hashtag-generator-tool select{
  min-height: 48px;
  padding: 0 14px;
  appearance: auto;
}.tc-wp-tool-root .photo-hashtag-generator-tool textarea:focus, .tc-wp-tool-root .photo-hashtag-generator-tool select:focus, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box:focus, .tc-wp-tool-root .photo-hashtag-generator-tool button:focus-visible{
  border-color: var(--phg-blue);
  box-shadow: 0 0 0 4px rgba(22, 107, 255, 0.16);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-actions{
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.8fr;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  max-width: 100%;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn:hover:not(:disabled){
  transform: translateY(-1px);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn-primary{
  background: linear-gradient(135deg, var(--phg-purple), var(--phg-blue));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(84, 85, 232, 0.26);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn-secondary{
  border-color: rgba(118, 87, 255, 0.22);
  background: linear-gradient(180deg, #ffffff, #f7f5ff);
  color: var(--phg-purple-dark);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn:disabled, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn[aria-disabled="true"]{
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-status{
  min-height: 42px;
  padding: 11px 13px;
  border: 1px dashed rgba(118, 87, 255, 0.22);
  border-radius: 10px;
  background: rgba(246, 243, 255, 0.72);
  color: var(--phg-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-status.is-error{
  border-color: rgba(206, 48, 95, 0.34);
  background: rgba(255, 240, 247, 0.88);
  color: #9b214f;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-status.is-success{
  border-color: rgba(24, 141, 102, 0.3);
  background: rgba(235, 255, 248, 0.88);
  color: #167252;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-panel{
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  min-width: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-label{
  display: block;
  color: var(--phg-purple-dark);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.25;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-generated-count{
  display: block;
  margin-top: 3px;
  color: var(--phg-ink);
  font-size: 1rem;
  line-height: 1.25;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box{
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  min-height: 286px;
  overflow: auto;
  border: 1px solid rgba(118, 87, 255, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(243, 239, 255, 0.78), rgba(238, 246, 255, 0.78)),
    #ffffff;
  padding: 16px;
  outline: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(118, 87, 255, 0.56) rgba(243, 239, 255, 0.8);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box::-webkit-scrollbar-track{
  background: rgba(243, 239, 255, 0.9);
  border-radius: 10px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--phg-purple), var(--phg-blue));
  border: 2px solid rgba(243, 239, 255, 0.9);
  border-radius: 10px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-results{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span{
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(118,87,255,0.16), rgba(255,255,255,0.78));
  background-size: 220% 100%;
  animation: phgShimmer 1.4s ease-in-out infinite;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(1){ width: 138px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(2){ width: 118px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(3){ width: 164px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(4){ width: 102px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(5){ width: 148px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(6){ width: 126px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(7){ width: 170px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(8){ width: 110px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(9){ width: 152px; }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-skeleton span:nth-child(10){ width: 132px; }@keyframes phgShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid rgba(118, 87, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #27314d;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 8px 18px rgba(87, 74, 160, 0.09);
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill-copy{
  max-width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 850;
  line-height: inherit;
  cursor: pointer;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill-copy:focus-visible{
  outline: 2px solid var(--phg-blue);
  outline-offset: 3px;
  border-radius: 999px;
}.tc-wp-tool-root .photo-hashtag-generator-tool .phg-btn-copy{
  width: 100%;
  border-color: rgba(255, 95, 168, 0.28);
  background: linear-gradient(135deg, rgba(255, 95, 168, 0.13), rgba(118, 87, 255, 0.13));
  color: #7a2554;
}@media (max-width: 374px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 34px 10px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-kicker{
    font-size: 0.8rem;
    padding: 7px 10px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-row, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-actions{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-controls, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-panel{
    grid-column: 1 / -1;
    padding: 14px;
    gap: 12px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid{
    padding: 10px;
    gap: 10px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool textarea, .tc-wp-tool-root .photo-hashtag-generator-tool select{
    font-size: 0.92rem;
  }.tc-wp-tool-root .photo-hashtag-generator-tool textarea{
    padding: 12px;
    min-height: 142px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box{
    min-height: 240px;
    padding: 11px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill{
    font-size: 0.78rem;
    padding: 8px 9px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 40px 12px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-kicker{
    font-size: 0.84rem;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-row, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-actions{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-controls, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-panel{
    grid-column: 1 / -1;
    padding: 16px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid{
    padding: 12px;
    gap: 12px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-box{
    padding: 12px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill{
    font-size: 0.84rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 46px 14px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid{
    grid-template-columns: 1fr;
    padding: 14px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-controls, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-panel{
    grid-column: 1 / -1;
    padding: 18px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-actions{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-pill{
    font-size: 0.88rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 56px 18px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-actions{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-controls, .tc-wp-tool-root .photo-hashtag-generator-tool .phg-preview-panel{
    padding: 20px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 62px 22px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .photo-hashtag-generator-tool{
    padding: 72px 24px;
  }.tc-wp-tool-root .photo-hashtag-generator-tool h1{
    font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  }.tc-wp-tool-root .photo-hashtag-generator-tool .phg-container{
    max-width: 1200px;
  }}.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 .phg-copy-all {}
.tc-wp-tool-root .phg-download {}
.tc-wp-tool-root .phg-generate {}
.tc-wp-tool-root .phg-platform {}
.tc-wp-tool-root .phg-quantity {}
.tc-wp-tool-root .phg-reset {}
.tc-wp-tool-root .phg-topic {}