@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Inter:wght@400;500;600;700&display=swap');

/* 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 #glg-wrap#glg-wrap{
  --glg-primary: #8f1226;
  --glg-secondary: #d5ad58;
  --glg-accent: #191223;
  --glg-bg: #070608;
  --glg-card: rgba(18, 13, 18, .82);
  --glg-heading: #fff6e7;
  --glg-body: #d8cdbb;
  --glg-muted: #91877e;
  --glg-border: rgba(213, 173, 88, .26);
  --glg-crimson-border: rgba(143, 18, 38, .36);
  --glg-shadow: 0 22px 70px rgba(0, 0, 0, .55), 0 0 38px rgba(143, 18, 38, .16);
  --glg-radius: 16px;
  --glg-btn-radius: 11px;
  position: relative;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 28px 14px;
  color: var(--glg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 12% 8%, rgba(143, 18, 38, .34), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(80, 57, 113, .26), transparent 30%),
    linear-gradient(135deg, #050405 0%, #12090e 42%, #07070a 100%);
  overflow-x: hidden;
}.tc-wp-tool-root #glg-wrap#glg-wrap *, .tc-wp-tool-root #glg-wrap#glg-wrap *::before, .tc-wp-tool-root #glg-wrap#glg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-hero, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-hero{
  text-align: center;
  padding: 8px 0 22px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-title{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 10px;
  padding: 0;
  border: 0;
  color: var(--glg-heading);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(32px, 6vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 3px 28px rgba(143, 18, 38, .48);
  overflow-wrap: normal;
  word-break: normal;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-subtitle{
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: var(--glg-body);
  font-size: clamp(15px, 2.8vw, 18px);
  line-height: 1.55;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-panel, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-card{
  width: 100%;
  min-height: 0;
  padding: 16px;
  border: 1px solid var(--glg-border);
  border-radius: var(--glg-radius);
  background: linear-gradient(145deg, rgba(24, 16, 23, .9), rgba(10, 8, 12, .88));
  box-shadow: var(--glg-shadow);
  color: var(--glg-body);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-label{
  display: block;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--glg-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-input{
  display: block;
  width: 100%;
  min-height: 118px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--glg-crimson-border);
  border-radius: 12px;
  background: rgba(3, 3, 5, .72);
  color: var(--glg-heading);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
  outline: none;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-input:focus, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-select:focus, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-color:focus, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-range:focus{
  border-color: var(--glg-secondary);
  box-shadow: 0 0 0 3px rgba(213, 173, 88, .22), inset 0 0 0 1px rgba(255, 255, 255, .04);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-help{
  margin: 8px 0 12px;
  padding: 0;
  border: 0;
  color: var(--glg-muted);
  font-size: 13px;
  line-height: 1.4;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-chip-row, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-action-row, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-export-row{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  margin: 0;
  padding: 0;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-action-row, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-export-row{
  margin-top: 13px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-btn, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-copy-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  margin: 0;
  padding: 11px 15px;
  border: 1px solid rgba(213, 173, 88, .32);
  border-radius: var(--glg-btn-radius);
  background: linear-gradient(135deg, var(--glg-primary), #25122f 72%, rgba(213, 173, 88, .22));
  color: #fff8e8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .32), 0 0 0 rgba(213, 173, 88, 0);
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab{
  min-height: 38px;
  padding: 9px 12px;
  background: rgba(13, 9, 14, .76);
  color: var(--glg-body);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-btn-ghost, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle{
  background: rgba(9, 8, 12, .82);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-btn:hover, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab:hover, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle:hover, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.12);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .42), 0 0 22px rgba(143, 18, 38, .22);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-btn:active, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab:active, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle:active, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-copy-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-btn:focus-visible, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab:focus-visible, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle:focus-visible, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-copy-btn:focus-visible{
  outline: 3px solid rgba(213, 173, 88, .7);
  outline-offset: 3px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-tab-active, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-success{
  border-color: var(--glg-secondary);
  color: #fff4d7;
  box-shadow: 0 0 0 2px rgba(213, 173, 88, .18), 0 0 24px rgba(143, 18, 38, .24);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 0 12px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-panel-title, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-title{
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--glg-heading);
  font-family: Cinzel, Georgia, serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-chip, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-category{
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(213, 173, 88, .26);
  border-radius: 999px;
  background: rgba(213, 173, 88, .09);
  color: var(--glg-secondary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-preview{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 245px;
  padding: 18px;
  border: 1px solid rgba(213, 173, 88, .28);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(213, 173, 88, .08), transparent 28%),
    linear-gradient(180deg, #12080d, #070507);
  color: var(--glg-heading);
  box-shadow: inset 0 0 42px rgba(0, 0, 0, .52);
  overflow: auto;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-preview-text{
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #f5ead2;
  font-family: Cinzel, Georgia, serif;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 2px;
  text-align: center;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow: 0 0 16px rgba(143, 18, 38, .85), 0 2px 0 rgba(0, 0, 0, .65);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  min-height: 0;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-card{
  display: flex;
  flex-direction: column;
  height: 232px;
  padding: 14px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0 0 10px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-output{
  flex: 1;
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(143, 18, 38, .3);
  border-radius: 12px;
  background: rgba(5, 5, 8, .66);
  color: var(--glg-heading);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, .38);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-copy-btn{
  width: 100%;
  margin-top: 11px;
  background: rgba(12, 9, 15, .88);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-toggle{
  width: 100%;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-options{
  width: 100%;
  margin-top: 13px;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-control-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  width: 100%;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-control{
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-select, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-range, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-color{
  width: 100%;
  min-height: 42px;
  margin: 0;
  border: 1px solid rgba(213, 173, 88, .24);
  border-radius: 11px;
  background: rgba(4, 4, 7, .76);
  color: var(--glg-heading);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.2;
  outline: none;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-select{
  padding: 10px 12px;
  appearance: auto;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-color{
  height: 44px;
  padding: 6px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-range{
  height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-range::-webkit-slider-runnable-track{
  height: 8px;
  border: 1px solid rgba(213, 173, 88, .25);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--glg-primary), #2a1735, var(--glg-secondary));
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .45);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-range::-moz-range-track{
  height: 8px;
  border: 1px solid rgba(213, 173, 88, .25);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--glg-primary), #2a1735, var(--glg-secondary));
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .45);
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-range::-webkit-slider-thumb{
  width: 22px;
  height: 22px;
  margin-top: -8px;
  border: 2px solid #fff1d0;
  border-radius: 50%;
  background: var(--glg-secondary);
  box-shadow: 0 0 18px rgba(213, 173, 88, .45);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 2px solid #fff1d0;
  border-radius: 50%;
  background: var(--glg-secondary);
  box-shadow: 0 0 18px rgba(213, 173, 88, .45);
  cursor: pointer;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: auto;
  max-width: min(92vw, 360px);
  min-height: 52px;
  margin: 0;
  padding: 15px 22px;
  border: 1px solid rgba(213, 173, 88, .65);
  border-radius: 14px;
  background: rgba(7, 5, 8, .96);
  color: #fff7e6;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .7), 0 0 32px rgba(143, 18, 38, .35);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #glg-wrap#glg-wrap .glg-toast.glg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #glg-wrap#glg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #glg-wrap#glg-wrap .glg-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.08;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-generator{
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-results, .tc-wp-tool-root #glg-wrap#glg-wrap .glg-more-panel{
    grid-column: 1 / -1;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #glg-wrap#glg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-results{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root #glg-wrap#glg-wrap .glg-result-card{
    height: 246px;
  }}.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 .glg-bg-color {}
.tc-wp-tool-root .glg-color-control {}
.tc-wp-tool-root .glg-copy-preview-btn {}
.tc-wp-tool-root .glg-generate-btn {}
.tc-wp-tool-root .glg-glow-range {}
.tc-wp-tool-root .glg-input-panel {}
.tc-wp-tool-root .glg-png-btn {}
.tc-wp-tool-root .glg-preview-panel {}
.tc-wp-tool-root .glg-reset-btn {}
.tc-wp-tool-root .glg-shell {}
.tc-wp-tool-root .glg-size-range {}
.tc-wp-tool-root .glg-spacing-range {}
.tc-wp-tool-root .glg-svg-btn {}
.tc-wp-tool-root .glg-text-color {}