@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=Allura&family=Great+Vibes&family=Parisienne&family=Sacramento&family=Playfair+Display:ital,wght@0,500;0,700;1,600&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 #psg-wrap#psg-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 18px;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #392537;
  line-height: 1.5;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 214, 224, .92), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(221, 205, 255, .9), transparent 30%),
    linear-gradient(135deg, #fff7fb 0%, #f9eefc 48%, #fff6ef 100%);
}.tc-wp-tool-root #psg-wrap#psg-wrap *, .tc-wp-tool-root #psg-wrap#psg-wrap *::before, .tc-wp-tool-root #psg-wrap#psg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 16px;
  justify-items: center;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-hero{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 8px 0 4px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-title{
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #31152f;
  font-weight: 800;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-subtitle{
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #715a70;
  font-size: 15px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-results-wrap{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card{
  border: 1px solid rgba(190, 119, 164, .26);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 60px rgba(96, 42, 84, .12), 0 4px 18px rgba(159, 45, 98, .08);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 18px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-control-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-control-group{
  display: grid;
  gap: 8px;
  justify-items: stretch;
  align-content: start;
  min-width: 0;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-label{
  color: #4b3149;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-input, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-color, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-range, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.2;
  border-radius: 14px;
  border: 1px solid rgba(169, 93, 148, .28);
  color: #392537;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(96, 42, 84, .07);
  outline: none;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-input{
  min-height: 48px;
  padding: 12px 14px;
  font-size: 16px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-color{
  min-height: 48px;
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-range{
  min-height: 48px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #df477e, #8762d9);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #df477e, #8762d9);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #9f2d62;
  box-shadow: 0 6px 18px rgba(159, 45, 98, .28);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #9f2d62;
  box-shadow: 0 6px 18px rgba(159, 45, 98, .28);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-input:focus, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-color:focus, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-range:focus, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn:focus-visible{
  border-color: #9f2d62;
  box-shadow: 0 0 0 4px rgba(223, 71, 126, .18), 0 10px 26px rgba(96, 42, 84, .09);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn{
  min-height: 46px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  touch-action: manipulation;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 14px 28px rgba(96, 42, 84, .14);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn-main{
  color: #ffffff;
  border-color: rgba(255, 255, 255, .22);
  background: linear-gradient(135deg, #df477e 0%, #9f2d62 42%, #8762d9 100%);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-btn-soft, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-toggle{
  color: #7d2d58;
  background: linear-gradient(135deg, #fff 0%, #fff3f8 100%);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-toggle[aria-pressed="true"]{
  color: #ffffff;
  background: linear-gradient(135deg, #b93570 0%, #8762d9 100%);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card-head{
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
  margin-bottom: 14px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-section-title{
  margin: 0;
  color: #31152f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-section-note{
  margin: 0;
  color: #756073;
  font-size: 13px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-canvas-frame{
  width: 100%;
  display: grid;
  justify-items: center;
  border: 1px dashed rgba(159, 45, 98, .32);
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,246,251,.8));
  overflow: hidden;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-canvas{
  display: block;
  width: 100%;
  max-width: 900px;
  height: 220px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: inset 0 0 0 1px rgba(190, 119, 164, .18);
  touch-action: none;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-action-row{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  width: 100%;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-main-preview{
  width: 100%;
  min-height: 104px;
  display: grid;
  place-items: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-align: center;
  border-radius: 18px;
  padding: 18px;
  color: #9f2d62;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(190, 119, 164, .2);
  font-family: "Great Vibes", cursive;
  font-size: 42px;
  line-height: 1.15;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-results-grid{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid rgba(190, 119, 164, .24);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 38px rgba(96, 42, 84, .1);
  border-radius: 20px;
  padding: 16px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-result-label{
  margin: 0 0 10px;
  color: #382137;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-preview{
  flex: 1;
  min-height: 112px;
  display: grid;
  place-items: center;
  overflow: auto;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-align: center;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,247,251,.9));
  border: 1px solid rgba(190, 119, 164, .18);
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-placeholder{
  color: #806c7c;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-signature-text{
  display: inline-block;
  max-width: none;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card-actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card-actions .psg-btn{
  min-height: 42px;
  padding: 10px 12px;
  font-size: 13px;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 170px;
  max-width: min(88vw, 360px);
  padding: 14px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(49, 21, 47, .96);
  box-shadow: 0 22px 60px rgba(49, 21, 47, .28);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #psg-wrap#psg-wrap .psg-toast.psg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #psg-wrap#psg-wrap{
    padding: 24px 22px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-action-row, .tc-wp-tool-root #psg-wrap#psg-wrap .psg-card-actions{
    flex-direction: row;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-action-row .psg-btn{
    width: auto;
    min-width: 190px;
  }}@media (min-width: 768px) {.tc-wp-tool-root #psg-wrap#psg-wrap .psg-control-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-canvas{
    height: 250px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #psg-wrap#psg-wrap{
    padding: 36px 34px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-shell{
    gap: 22px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-card{
    padding: 24px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-control-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root #psg-wrap#psg-wrap{
    padding: 42px 44px;
  }.tc-wp-tool-root #psg-wrap#psg-wrap .psg-results-grid{
    grid-template-columns: repeat(4, 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 .psg-action-group {}
.tc-wp-tool-root .psg-draw-card {}
.tc-wp-tool-root .psg-generator-card {}
.tc-wp-tool-root .psg-main-preview-card {}
.tc-wp-tool-root .psg-toggle-group {}
.tc-wp-tool-root .psg-wrap {}