@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 .april-tag-generator-tool, .tc-wp-tool-root .april-tag-generator-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .april-tag-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 64px 18px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 220, 189, .28), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(170, 156, 255, .22), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #eefaf6 46%, #f9f7ff 100%);
}.tc-wp-tool-root .april-tag-generator-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 78, 216, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 78, 216, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.16));
  pointer-events: none;
}.tc-wp-tool-root .april-tag-generator-tool .atg-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item{
  position: absolute;
  z-index: 1;
  max-width: 190px;
  padding: 9px 13px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .62);
  color: rgba(31, 41, 55, .48);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(31, 45, 72, .08);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item-1{ top: 34px; left: 5%; transform: rotate(-7deg); }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item-2{ top: 116px; right: 6%; transform: rotate(6deg); }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item-3{ bottom: 74px; left: 4%; transform: rotate(5deg); }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item-4{ bottom: 38px; right: 9%; transform: rotate(-6deg); }.tc-wp-tool-root .april-tag-generator-tool .atg-hero{
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}.tc-wp-tool-root .april-tag-generator-tool .atg-hero h1{
  margin: 0 0 12px;
  color: #101827;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  font-weight: 860;
  letter-spacing: 0;
}.tc-wp-tool-root .april-tag-generator-tool .atg-hero p{
  margin: 0 auto;
  max-width: 780px;
  color: #475569;
  font-size: 1.03rem;
  line-height: 1.65;
  font-weight: 520;
}.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .32);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 28px 80px rgba(29, 48, 86, .16);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .april-tag-generator-tool .atg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-settings-panel{
  border-right: 1px solid rgba(148, 163, 184, .28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(248, 253, 251, .92)),
    radial-gradient(circle at 0 0, rgba(45, 212, 191, .14), transparent 32%);
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248, 250, 252, .92)),
    radial-gradient(circle at 100% 0, rgba(129, 140, 248, .14), transparent 34%);
}.tc-wp-tool-root .april-tag-generator-tool .atg-panel-head{
  margin-bottom: 20px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-kicker{
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 6px 9px;
  border: 1px solid rgba(20, 184, 166, .22);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(224, 255, 247, .9), rgba(240, 245, 255, .9));
  color: #0f766e;
  font-size: .76rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .april-tag-generator-tool h2{
  margin: 0;
  color: #14213d;
  font-size: 1.18rem;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: 0;
}.tc-wp-tool-root .april-tag-generator-tool .atg-field{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 16px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-field-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .april-tag-generator-tool label{
  display: block;
  margin-bottom: 8px;
  color: #263247;
  font-size: .9rem;
  font-weight: 760;
}.tc-wp-tool-root .april-tag-generator-tool label span{
  color: #b42318;
}.tc-wp-tool-root .april-tag-generator-tool input, .tc-wp-tool-root .april-tag-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(100, 116, 139, .25);
  border-radius: 10px;
  background: #ffffff;
  color: #172033;
  padding: 0 13px;
  font: inherit;
  font-size: .95rem;
  outline: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}.tc-wp-tool-root .april-tag-generator-tool input:focus, .tc-wp-tool-root .april-tag-generator-tool select:focus, .tc-wp-tool-root .april-tag-generator-tool button:focus-visible{
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .16);
}.tc-wp-tool-root .april-tag-generator-tool .atg-message{
  min-height: 22px;
  margin: 8px 0 14px;
  font-size: .9rem;
  font-weight: 680;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .april-tag-generator-tool .atg-validation{
  color: #9f1239;
}.tc-wp-tool-root .april-tag-generator-tool .atg-success{
  color: #0f766e;
}.tc-wp-tool-root .april-tag-generator-tool .atg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 11px 14px;
  cursor: pointer;
  font: inherit;
  font-size: .93rem;
  font-weight: 820;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn-primary{
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #fff;
  box-shadow: 0 15px 28px rgba(37, 99, 235, .2);
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn-primary span{
  display: inline-block;
  margin-right: 6px;
  opacity: .82;
  font-weight: 760;
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn-secondary{
  border: 1px solid rgba(37, 99, 235, .18);
  background: #eef7ff;
  color: #1d4ed8;
}.tc-wp-tool-root .april-tag-generator-tool .atg-btn-ghost{
  border: 1px solid rgba(100, 116, 139, .22);
  background: #ffffff;
  color: #334155;
}.tc-wp-tool-root .april-tag-generator-tool .atg-count{
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 10px;
  background: #eef2ff;
  color: #4338ca;
  font-size: .82rem;
  font-weight: 850;
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 450px;
  overflow: auto;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  padding: 18px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box::-webkit-scrollbar-track{
  background: #eef7ff;
  border-radius: 10px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #93c5fd, #5eead4);
  border-radius: 10px;
}.tc-wp-tool-root .april-tag-generator-tool .atg-empty-state{
  width: 100%;
}.tc-wp-tool-root .april-tag-generator-tool .atg-empty-label, .tc-wp-tool-root .april-tag-generator-tool .atg-result-label{
  margin-bottom: 14px;
  color: #475569;
  font-size: .9rem;
  font-weight: 820;
}.tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid span{
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(239, 246, 255, .95), rgba(236, 253, 245, .95), rgba(245, 243, 255, .95));
  background-size: 220% 100%;
  color: #64748b;
  font-size: .9rem;
  font-weight: 760;
  animation: atg-shimmer 2.2s infinite linear;
  overflow-wrap: anywhere;
}@keyframes atg-shimmer {
  0% { background-position: 0% 0; }
  100% { background-position: 220% 0; }
}.tc-wp-tool-root .april-tag-generator-tool .atg-chip-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(37, 99, 235, .13);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  padding: 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .april-tag-generator-tool .atg-chip-tag{
  display: block;
  margin-bottom: 10px;
  color: #1d4ed8;
  font-size: .98rem;
  font-weight: 860;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .april-tag-generator-tool .atg-meta{
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
  color: #475569;
  font-size: .82rem;
  line-height: 1.35;
}.tc-wp-tool-root .april-tag-generator-tool .atg-copy-one{
  min-height: 36px;
  padding: 8px 10px;
  font-size: .82rem;
}.tc-wp-tool-root .april-tag-generator-tool .atg-code-output{
  margin: 0;
  white-space: pre-wrap;
  color: #1e293b;
  font-size: .9rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .april-tag-generator-tool .atg-copy-all{
  margin-top: 14px;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .april-tag-generator-tool{ padding: 36px 10px; }.tc-wp-tool-root .april-tag-generator-tool .atg-hero p{ font-size: .88rem; }.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-panel{ grid-column: 1 / -1; padding: 16px; width: 100%; max-width: 100%; min-width: 0; }.tc-wp-tool-root .april-tag-generator-tool .atg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, .28); }.tc-wp-tool-root .april-tag-generator-tool input, .tc-wp-tool-root .april-tag-generator-tool select{ height: 42px; font-size: .88rem; }.tc-wp-tool-root .april-tag-generator-tool .atg-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box{ padding: 12px; }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-card{ padding: 11px; }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-tag, .tc-wp-tool-root .april-tag-generator-tool .atg-code-output{ font-size: .82rem; }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item{ display: none; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .april-tag-generator-tool{ padding: 42px 12px; }.tc-wp-tool-root .april-tag-generator-tool .atg-hero p{ font-size: .92rem; }.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-panel{ grid-column: 1 / -1; padding: 18px; width: 100%; max-width: 100%; min-width: 0; }.tc-wp-tool-root .april-tag-generator-tool .atg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, .28); }.tc-wp-tool-root .april-tag-generator-tool .atg-actions, .tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-preview-box{ padding: 13px; }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item{ display: none; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .april-tag-generator-tool{ padding: 48px 14px; }.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-panel{ grid-column: 1 / -1; padding: 22px; width: 100%; max-width: 100%; min-width: 0; }.tc-wp-tool-root .april-tag-generator-tool .atg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, .28); }.tc-wp-tool-root .april-tag-generator-tool .atg-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-bg-item{ opacity: .45; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: 1fr; }.tc-wp-tool-root .april-tag-generator-tool .atg-panel{ grid-column: 1 / -1; width: 100%; max-width: 100%; min-width: 0; }.tc-wp-tool-root .april-tag-generator-tool .atg-settings-panel{ border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, .28); }.tc-wp-tool-root .april-tag-generator-tool .atg-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }.tc-wp-tool-root .april-tag-generator-tool .atg-actions{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1200px) {.tc-wp-tool-root .april-tag-generator-tool .atg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); }.tc-wp-tool-root .april-tag-generator-tool .atg-chip-grid, .tc-wp-tool-root .april-tag-generator-tool .atg-skeleton-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }}.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 .atg-download {}
.tc-wp-tool-root .atg-format {}
.tc-wp-tool-root .atg-generate {}
.tc-wp-tool-root .atg-output-title {}
.tc-wp-tool-root .atg-platform {}
.tc-wp-tool-root .atg-quantity {}
.tc-wp-tool-root .atg-reset {}
.tc-wp-tool-root .atg-style {}
.tc-wp-tool-root .atg-topic {}