@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=Allura&family=Cormorant+Garamond:wght@500;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700;800&family=Parisienne&family=Sacramento&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 #csg-wrap#csg-wrap, .tc-wp-tool-root #csg-wrap#csg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #csg-wrap#csg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 28px 14px;
  overflow-x: hidden;
  color: #281a16;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(202, 151, 88, .28), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(91, 34, 58, .18), transparent 28%),
    linear-gradient(135deg, #fff9ee 0%, #f5ead7 42%, #ead0c7 100%);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-shell, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-hero, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-shell{
  position: relative;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-hero{
  text-align: center;
  padding: 10px 4px 20px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-title{
  margin: 0 auto;
  max-width: 900px;
  color: #2b1617;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  color: #63443a;
  font-size: 15px;
  line-height: 1.6;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-panel{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(116, 75, 48, .18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 252, 244, .88), rgba(255, 246, 232, .68));
  box-shadow: 0 22px 60px rgba(65, 39, 28, .16), inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-controls-panel, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-results-panel{
  padding: 16px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-panel-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-panel-title{
  margin: 0;
  color: #2b1718;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-panel-kicker{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(174, 132, 69, .3);
  border-radius: 999px;
  color: #56301f;
  background: rgba(238, 211, 164, .36);
  font-size: 12px;
  font-weight: 700;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-control{
  min-width: 0;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-label{
  display: block;
  margin-bottom: 7px;
  color: #3b2520;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-input, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-select{
  appearance: none;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(85, 49, 41, .22);
  border-radius: 8px;
  outline: none;
  padding: 12px 13px;
  color: #2b1718;
  background: rgba(255, 252, 246, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
  font: 600 15px/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-select{
  background-image: linear-gradient(45deg, transparent 50%, #5c273a 50%), linear-gradient(135deg, #5c273a 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-input:focus, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-select:focus{
  border-color: #8f6230;
  box-shadow: 0 0 0 4px rgba(190, 145, 74, .18), inset 0 1px 0 rgba(255, 255, 255, .8);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-color{
  appearance: none;
  width: 100%;
  height: 48px;
  border: 1px solid rgba(85, 49, 41, .22);
  border-radius: 8px;
  outline: none;
  padding: 5px;
  cursor: pointer;
  background: rgba(255, 252, 246, .94);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-color:focus{
  border-color: #8f6230;
  box-shadow: 0 0 0 4px rgba(190, 145, 74, .18);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-color::-webkit-color-swatch-wrapper{
  padding: 0;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-color::-webkit-color-swatch{
  border: 0;
  border-radius: 6px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-color::-moz-color-swatch{
  border: 0;
  border-radius: 6px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range-value{
  color: #5c273a;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range{
  appearance: none;
  width: 100%;
  height: 28px;
  margin: 2px 0 0;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range:focus{
  outline: none;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5c273a, #b78b48);
  box-shadow: inset 0 1px 2px rgba(38, 22, 18, .18);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5c273a, #b78b48);
  box-shadow: inset 0 1px 2px rgba(38, 22, 18, .18);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border: 3px solid #fff9ee;
  border-radius: 50%;
  background: #2b1718;
  box-shadow: 0 6px 16px rgba(43, 23, 24, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border: 3px solid #fff9ee;
  border-radius: 50%;
  background: #2b1718;
  box-shadow: 0 6px 16px rgba(43, 23, 24, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 4px rgba(190, 145, 74, .24), 0 6px 16px rgba(43, 23, 24, .28);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-range:focus::-moz-range-thumb{
  box-shadow: 0 0 0 4px rgba(190, 145, 74, .24), 0 6px 16px rgba(43, 23, 24, .28);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-draw-block{
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(96, 54, 44, .16);
  border-radius: 8px;
  background: rgba(255, 250, 241, .58);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-canvas-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-draw-title{
  margin: 0;
  color: #301b1b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-draw-note{
  margin: 4px 0 0;
  color: #68493e;
  font-size: 13px;
  line-height: 1.45;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-canvas{
  display: block;
  width: 100%;
  height: 210px;
  border: 1px solid rgba(49, 25, 32, .22);
  border-radius: 8px;
  background:
    linear-gradient(rgba(183, 139, 72, .08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(255, 245, 230, .72));
  background-size: 100% 52px, 100% 100%;
  box-shadow: inset 0 1px 14px rgba(49, 25, 32, .08);
  touch-action: none;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-actions-final{
  justify-content: flex-start;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 132px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 15px;
  cursor: pointer;
  font: 800 14px/1.1 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn:active{
  transform: scale(.96);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(190, 145, 74, .22), 0 12px 26px rgba(49, 25, 32, .2);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn-primary{
  color: #fffaf1;
  background: linear-gradient(135deg, #311920, #5c273a 46%, #9c6a32);
  box-shadow: 0 12px 26px rgba(49, 25, 32, .24);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn-secondary{
  color: #321d18;
  border-color: rgba(88, 55, 42, .22);
  background: linear-gradient(135deg, rgba(255, 250, 242, .95), rgba(230, 207, 177, .72));
  box-shadow: 0 10px 22px rgba(74, 43, 31, .12);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-btn.csg-btn-success{
  box-shadow: 0 0 0 4px rgba(183, 139, 72, .24), 0 16px 32px rgba(49, 25, 32, .24);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-preview-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 214px;
  border: 1px solid rgba(97, 57, 44, .16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(150deg, rgba(255, 253, 248, .94), rgba(246, 232, 210, .74)),
    radial-gradient(circle at 85% 12%, rgba(183, 139, 72, .2), transparent 34%);
  box-shadow: 0 14px 30px rgba(63, 37, 29, .11);
  overflow: hidden;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-label{
  margin: 0 0 8px;
  color: #40221d;
  font-size: 13px;
  font-weight: 900;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-preview{
  display: flex;
  align-items: center;
  min-height: 118px;
  height: 118px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(82, 48, 41, .12);
  border-radius: 8px;
  color: #311920;
  background: rgba(255, 252, 247, .76);
  white-space: nowrap;
  overflow: auto;
  word-break: normal;
  overflow-wrap: normal;
  scrollbar-width: thin;
  scrollbar-color: rgba(92, 39, 58, .45) rgba(255, 249, 238, .8);
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-preview::-webkit-scrollbar{
  height: 8px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-preview::-webkit-scrollbar-track{
  background: rgba(255, 249, 238, .8);
  border-radius: 999px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-preview::-webkit-scrollbar-thumb{
  background: rgba(92, 39, 58, .45);
  border-radius: 999px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-signature-text{
  display: inline-block;
  max-width: none;
  line-height: 1.05;
  letter-spacing: 0;
  transform-origin: left center;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-placeholder{
  color: #7a625b;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-actions{
  display: flex;
  margin-top: auto;
  padding-top: 10px;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-result-actions .csg-btn{
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  max-width: min(88vw, 360px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 241, 211, .26);
  border-radius: 8px;
  color: #fffaf1;
  background: linear-gradient(135deg, rgba(35, 19, 20, .97), rgba(78, 31, 51, .97));
  box-shadow: 0 24px 70px rgba(18, 10, 10, .42);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}.tc-wp-tool-root #csg-wrap#csg-wrap .csg-toast.csg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #csg-wrap#csg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-control:first-child, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-control:nth-child(4), .tc-wp-tool-root #csg-wrap#csg-wrap .csg-control:nth-child(5){
    grid-column: 1 / -1;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #csg-wrap#csg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-hero{
    padding-bottom: 26px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-title{
    font-size: clamp(40px, 5vw, 58px);
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-controls-panel, .tc-wp-tool-root #csg-wrap#csg-wrap .csg-results-panel{
    padding: 20px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-canvas{
    height: 245px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #csg-wrap#csg-wrap{
    padding: 52px 26px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-generator{
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: 18px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-controls-panel{
    position: sticky;
    top: 18px;
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #csg-wrap#csg-wrap .csg-title{
    max-width: 980px;
  }}.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 .csg-control-half {}
.tc-wp-tool-root .csg-tool-wrap {}