@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 .yarn-palette-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #30242b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 205, 188, .52), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(166, 205, 221, .48), transparent 32%),
    linear-gradient(135deg, #fff8f3 0%, #f8eef0 42%, #edf6f5 100%);
}.tc-wp-tool-root .yarn-palette-tool-wrap, .tc-wp-tool-root .yarn-palette-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero{
  text-align: center;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{
  margin: 0;
  color: #241820;
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{
  max-width: 720px;
  margin: 14px auto 0;
  color: #6d5963;
  line-height: 1.6;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 45px rgba(98, 64, 70, .13), inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  animation: yptFadeIn .34s ease both;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(98, 64, 70, .18), inset 0 1px 0 rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .95);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card h2{
  margin: 0 0 16px;
  color: #33232b;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{
  display: grid;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-preview-panel{
  margin-bottom: 18px;
  padding: 12px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, outline-color .22s ease;
  outline: 3px solid transparent;
  outline-offset: -3px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block.ypt-active{
  z-index: 2;
  outline-color: rgba(255, 255, 255, .96);
  box-shadow: inset 0 0 0 3px rgba(48, 36, 43, .22), 0 0 28px rgba(255, 196, 156, .65);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hex{
  white-space: nowrap;
  font-weight: 850;
  letter-spacing: 0;
  font-size: 14px;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .23);
  backdrop-filter: blur(10px);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-lock{
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, .18);
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-slider-field{
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field span, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-slider-field span, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-count-control span, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-selected-preview span, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-contrast-box span{
  color: #725d68;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .04em;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(118, 85, 96, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: #2f2229;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  font: inherit;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea{
  resize: vertical;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input:focus, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select:focus, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea:focus, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input:focus, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select:focus{
  border-color: rgba(200, 104, 111, .75);
  box-shadow: 0 0 0 4px rgba(215, 128, 118, .18);
  background: rgba(255, 255, 255, .96);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{
  border: 1px solid rgba(118, 85, 96, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,246,242,.82));
  color: #3c2a33;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn:hover, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(200, 104, 111, .44);
  box-shadow: 0 12px 28px rgba(147, 83, 92, .18);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn:disabled, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn:disabled{
  opacity: .45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-primary{
  color: #fff;
  border-color: rgba(164, 82, 88, .45);
  background: linear-gradient(135deg, #a94f62, #dc8c69 56%, #d8a857);
  box-shadow: 0 14px 28px rgba(178, 88, 87, .25);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-full{
  width: 100%;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-count-control, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-selected-preview, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-contrast-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(118, 85, 96, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .46);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-count-control div{
  display: flex;
  align-items: center;
  gap: 10px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-count-control strong, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-selected-preview strong{
  white-space: nowrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-selected-preview > div:first-child{
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(70, 48, 55, .16);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-selected-preview > div:last-child{
  min-width: 0;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-panel-copy, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-inline-note{
  margin: 0;
  color: #725d68;
  line-height: 1.5;
  font-size: 13px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-slider-field > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-slider-field strong{
  color: #3b2a32;
  font-size: 13px;
  white-space: nowrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]{
  width: 100%;
  min-width: 0;
  height: 28px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: inset 0 1px 2px rgba(35,20,25,.18);
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #3a2a32;
  box-shadow: 0 7px 18px rgba(70,45,55,.35);
  cursor: pointer;
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: inset 0 1px 2px rgba(35,20,25,.18);
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #3a2a32;
  box-shadow: 0 7px 18px rgba(70,45,55,.35);
  cursor: pointer;
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]:hover::-webkit-slider-thumb, .tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 5px rgba(214, 127, 106, .2), 0 8px 18px rgba(70,45,55,.38);
}.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]:hover::-moz-range-thumb, .tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]:focus::-moz-range-thumb{
  box-shadow: 0 0 0 5px rgba(214, 127, 106, .2), 0 8px 18px rgba(70,45,55,.38);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hue-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #f43f5e, #f59e0b, #fde047, #22c55e, #06b6d4, #3b82f6, #a855f7, #f43f5e); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hue-slider::-moz-range-track{ background: linear-gradient(90deg, #f43f5e, #f59e0b, #fde047, #22c55e, #06b6d4, #3b82f6, #a855f7, #f43f5e); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-sat-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #a9a0a4, #de6f72); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-sat-slider::-moz-range-track{ background: linear-gradient(90deg, #a9a0a4, #de6f72); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-light-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #231820, #c47f79, #fff7ef); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-light-slider::-moz-range-track{ background: linear-gradient(90deg, #231820, #c47f79, #fff7ef); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-ui{
  padding: 14px;
  border-radius: 8px;
  transition: background .25s ease;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card{
  border-radius: 8px;
  border: 2px solid;
  padding: 18px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card h3{
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.2;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card p{
  margin: 0 0 14px;
  line-height: 1.5;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card button{
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-knot-row{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-knot-row i{
  width: 34px;
  height: 18px;
  border-radius: 999px;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.12);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-card{
  grid-column: 1 / -1;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-head{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-head h2{
  margin: 0;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{
  display: grid;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-item{
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(118, 85, 96, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .54);
  transition: transform .22s ease, opacity .22s ease;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-item:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-strip{
  display: flex;
  overflow: hidden;
  height: 46px;
  border-radius: 8px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-strip i{
  flex: 1;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-meta strong{
  min-width: 0;
  color: #33232b;
  font-size: 14px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-meta span{
  color: #7a5360;
  background: rgba(255, 230, 220, .72);
  border-radius: 999px;
  padding: 5px 8px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 850;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-actions{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-actions .ypt-btn{
  padding-left: 8px;
  padding-right: 8px;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-contrast-box strong{
  color: #2f2229;
  font-size: 24px;
  white-space: nowrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-contrast-box em{
  padding: 7px 10px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-pass{ color: #14532d; background: rgba(187, 247, 208, .78); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-fail{ color: #7f1d1d; background: rgba(254, 202, 202, .84); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-toast{
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(48, 34, 42, .92);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(48, 34, 42, .3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-toast.ypt-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes yptFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 22px 10px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 31px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: auto; min-height: 360px; flex-direction: column; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{ min-height: 72px; padding: 12px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ gap: 12px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 43px; padding: 10px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 43px; padding: 10px 12px; font-size: 13px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 38px; height: 38px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-slider-field{ gap: 7px; }.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]{ height: 30px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card h3{ font-size: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card p{ font-size: 13px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-head{ display: grid; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ gap: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 26px 12px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 35px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: auto; min-height: 385px; flex-direction: column; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{ min-height: 76px; padding: 13px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ gap: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 44px; padding: 11px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 44px; padding: 10px 13px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 40px; height: 40px; }.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]{ height: 31px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card h3{ font-size: 17px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card p{ font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-head{ display: grid; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ gap: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 30px 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 40px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: auto; min-height: 410px; flex-direction: column; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{ min-height: 80px; padding: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ gap: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 46px; padding: 11px 14px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 42px; height: 42px; }.tc-wp-tool-root .yarn-palette-tool-wrap input[type="range"]{ height: 32px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card h3{ font-size: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card p{ font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-head{ display: grid; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ gap: 15px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 38px 20px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 48px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: 300px; flex-direction: row; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{ padding: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 45px; padding: 11px 14px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 42px; height: 42px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card h3{ font-size: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-mini-card p{ font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-ui-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-import-card{ grid-column: span 1; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 44px 24px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 54px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 17px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: 330px; flex-direction: row; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-color-block{ padding: 16px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-controls-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-editor-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-card{ grid-column: span 2; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-harmony-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-card{ grid-column: span 3; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-ui-card{ grid-column: span 4; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-import-card{ grid-column: span 2; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 20px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 45px; padding: 11px 14px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 42px; height: 42px; }}@media (min-width: 1200px) {.tc-wp-tool-root .yarn-palette-tool-wrap{ padding: 52px 28px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-container{ width: 100%; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero h1{ font-size: 60px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-hero p{ font-size: 17px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-palette-preview{ height: 350px; flex-direction: row; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-controls-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-editor-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-harmony-card, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-card{ grid-column: span 4; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-ui-card{ grid-column: span 5; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-import-card{ grid-column: span 3; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-card{ padding: 22px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-button-row{ grid-template-columns: 1.4fr 1fr 1fr; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-export-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-access-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field select, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-field textarea, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools input, .tc-wp-tool-root .yarn-palette-tool-wrap .ypt-gallery-tools select{ min-height: 46px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-btn{ min-height: 45px; padding: 11px 14px; font-size: 14px; }.tc-wp-tool-root .yarn-palette-tool-wrap .ypt-icon-btn{ width: 42px; height: 42px; }}.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;
}