@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=Inter:wght@400;500;600;700;800&family=Great+Vibes&family=Playfair+Display:wght@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 #gsg-wrap#gsg-wrap{
  --gsg-primary: #2563eb;
  --gsg-secondary: #0f766e;
  --gsg-accent: #f05a5a;
  --gsg-soft-bg: #eef5ff;
  --gsg-card-bg: #ffffff;
  --gsg-heading: #12213f;
  --gsg-body: #334155;
  --gsg-muted: #64748b;
  --gsg-border: #dbe7f6;
  --gsg-button-gradient: linear-gradient(135deg, #2563eb 0%, #448aff 52%, #f05a5a 100%);
  --gsg-shadow: 0 22px 60px rgba(37, 99, 235, .14);
  --gsg-radius: 24px;
  --gsg-section-gap: 18px;
  --gsg-card-gap: 16px;
  --gsg-control-gap: 14px;
  --gsg-button-height: 46px;
  --gsg-input-height: 48px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 14px;
  color: var(--gsg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(66, 133, 244, .16), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(240, 90, 90, .14), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--gsg-soft-bg) 100%);
  overflow-x: hidden;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap *, .tc-wp-tool-root #gsg-wrap#gsg-wrap *::before, .tc-wp-tool-root #gsg-wrap#gsg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-shell, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-generator, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-section{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-shell{
  display: grid;
  gap: var(--gsg-section-gap);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 14px 0 4px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--gsg-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  margin: 0 0 12px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .08);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-title{
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: var(--gsg-heading);
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  text-align: center;
  color: var(--gsg-muted);
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-generator{
  display: grid;
  gap: var(--gsg-section-gap);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-section{
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--gsg-border);
  border-radius: var(--gsg-radius);
  box-shadow: var(--gsg-shadow);
  padding: 16px;
  backdrop-filter: blur(12px);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card-head, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-head{
  display: grid;
  gap: 5px;
  margin: 0 0 var(--gsg-card-gap);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-centered-head, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-head{
  text-align: center;
  justify-items: center;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card-title{
  margin: 0;
  color: var(--gsg-heading);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card-note{
  margin: 0;
  color: var(--gsg-muted);
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-controls-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gsg-control-gap);
  width: 100%;
  justify-items: stretch;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-label{
  color: var(--gsg-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-label-spacer{
  display: none;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-input, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-color, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range{
  width: 100%;
  min-width: 0;
  font: inherit;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-input{
  height: var(--gsg-input-height);
  appearance: none;
  border: 1px solid var(--gsg-border);
  border-radius: 15px;
  background: #fbfdff;
  color: var(--gsg-heading);
  padding: 0 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-input::placeholder{
  color: #94a3b8;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-input:focus, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-color:focus, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range:focus{
  border-color: rgba(37, 99, 235, .72);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-color{
  height: var(--gsg-input-height);
  appearance: none;
  border: 1px solid var(--gsg-border);
  border-radius: 15px;
  background: #fbfdff;
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-color::-webkit-color-swatch{
  border: 0;
  border-radius: 10px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range{
  height: var(--gsg-input-height);
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--gsg-border);
  border-radius: 15px;
  background: #fbfdff;
  padding: 0 12px;
  outline: none;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .28), rgba(240, 90, 90, .28));
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .28), rgba(240, 90, 90, .28));
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--gsg-primary);
  box-shadow: 0 8px 18px rgba(37, 99, 235, .28);
  cursor: pointer;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--gsg-primary);
  box-shadow: 0 8px 18px rgba(37, 99, 235, .28);
  cursor: pointer;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-range-value{
  color: var(--gsg-primary);
  font-weight: 800;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn{
  min-height: var(--gsg-button-height);
  appearance: none;
  border: 0;
  border-radius: 15px;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn:active{
  transform: translateY(0) scale(.98);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn:focus-visible{
  outline: 3px solid rgba(37, 99, 235, .24);
  outline-offset: 3px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn-primary{
  color: #fff;
  background: var(--gsg-button-gradient);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .2);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn-secondary{
  color: var(--gsg-heading);
  background: #f8fbff;
  border: 1px solid var(--gsg-border);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-btn-success{
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #20b486);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-action-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: var(--gsg-card-gap);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-action-row .gsg-btn{
  width: 100%;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-canvas-wrap{
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 10px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-canvas-label{
  margin: 0;
  color: var(--gsg-muted);
  font-size: 13px;
  text-align: center;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-canvas{
  width: 100%;
  max-width: 920px;
  height: 220px;
  display: block;
  border: 1px solid var(--gsg-border);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, .32), rgba(240, 90, 90, .28)) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 26px rgba(15, 23, 42, .06);
  touch-action: none;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-card{
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--gsg-border);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-top{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid #edf3fb;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-avatar{
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  background: var(--gsg-button-gradient);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-meta{
  min-width: 0;
  display: grid;
  gap: 2px;
  color: var(--gsg-heading);
  font-size: 13px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-meta span, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-time{
  color: var(--gsg-muted);
  font-size: 12px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-time{
  margin-left: auto;
  white-space: nowrap;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-body{
  padding: 16px 14px 8px;
  color: var(--gsg-body);
  font-size: 14px;
  line-height: 1.6;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-email-body p{
  margin: 0 0 10px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-gmail-signature{
  margin: 0 14px 16px;
  padding: 14px 0 0 16px;
  border-left: 3px solid var(--gsg-primary);
  color: var(--gsg-body);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-name{
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gsg-primary);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-line{
  width: 148px;
  height: 2px;
  margin: 8px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gsg-primary), var(--gsg-accent));
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-role, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-contact{
  font-size: 13px;
  line-height: 1.5;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-role{
  color: var(--gsg-heading);
  font-weight: 700;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-signature-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--gsg-muted);
  margin-top: 5px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gsg-card-gap);
  width: 100%;
  justify-items: stretch;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-card{
  min-height: 245px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--gsg-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f9fcff);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .07);
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-label{
  margin: 0;
  color: var(--gsg-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-preview{
  min-height: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  padding: 12px;
  border: 1px solid #e8f0fb;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-text{
  display: inline-block;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  transform-origin: left center;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-actions .gsg-btn{
  flex: 1 1 130px;
  min-width: 0;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 156px;
  max-width: calc(100vw - 32px);
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(15, 23, 42, .94);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .38);
  transition: opacity .18s ease, transform .18s ease;
}.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-toast.gsg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #gsg-wrap#gsg-wrap{
    padding: 36px 18px;
    --gsg-section-gap: 22px;
    --gsg-card-gap: 18px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-section{
    padding: 20px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-controls-grid, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-action-row .gsg-btn{
    width: auto;
    min-width: 190px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #gsg-wrap#gsg-wrap{
    padding: 44px 22px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-title{
    font-size: clamp(38px, 5vw, 58px);
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-canvas{
    height: 250px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #gsg-wrap#gsg-wrap{
    padding: 54px 28px;
    --gsg-section-gap: 26px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-controls-grid, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-result-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-label-spacer{
    display: block;
    visibility: hidden;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-reset-field{
    align-self: end;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #gsg-wrap#gsg-wrap{
    padding: 64px 32px;
  }.tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-card, .tc-wp-tool-root #gsg-wrap#gsg-wrap .gsg-results-section{
    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;
}

.tc-wp-tool-root .gsg-color-field {}
.tc-wp-tool-root .gsg-controls-card {}
.tc-wp-tool-root .gsg-draw-card {}
.tc-wp-tool-root .gsg-preview-card {}
.tc-wp-tool-root .gsg-range-field {}
.tc-wp-tool-root .gsg-wrap {}