@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 .hcpg-home-palette-tool{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 42px 18px;
  color: #251d19;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 211, 174, .54), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(148, 116, 91, .24), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #ecd7c4 48%, #d8b99f 100%);
}.tc-wp-tool-root .hcpg-home-palette-tool, .tc-wp-tool-root .hcpg-home-palette-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header{
  text-align: center;
  margin: 0 auto 24px;
  max-width: 850px;
}.tc-wp-tool-root .hcpg-home-palette-tool h1, .tc-wp-tool-root .hcpg-home-palette-tool h2, .tc-wp-tool-root .hcpg-home-palette-tool h3, .tc-wp-tool-root .hcpg-home-palette-tool p{
  margin: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool h1{
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  color: #2e211b;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.6;
  color: #6b5548;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-preview-panel, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .58);
  background: rgba(255, 250, 245, .62);
  box-shadow: 0 22px 58px rgba(84, 55, 36, .16);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  animation: hcpgFade .36s ease both;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-preview-panel{
  padding: 16px;
  margin-bottom: 18px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{
  display: flex;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.36);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block{
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 18px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block:hover{
  filter: saturate(1.05);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block.is-active{
  border-color: rgba(255,255,255,.92);
  box-shadow: inset 0 0 0 3px rgba(46, 33, 27, .25), 0 0 26px rgba(255,255,255,.6);
  z-index: 2;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-hex{
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 18px rgba(0,0,0,.16);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-lock{
  border: 1px solid currentColor;
  background: rgba(255,255,255,.16);
  color: inherit;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1;
  min-width: 42px;
  white-space: nowrap;
  cursor: pointer;
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel{
  padding: 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel:hover{
  transform: translateY(-2px);
  box-shadow: 0 28px 68px rgba(84, 55, 36, .2);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export{
  grid-column: span 4;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility{
  grid-column: span 4;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview{
  grid-column: span 5;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import{
  grid-column: span 3;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-panel{
  grid-column: 1 / -1;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel-head h2{
  font-size: 18px;
  line-height: 1.2;
  color: #30231e;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-pill, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #5a3b2c;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(139, 94, 60, .18);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-badge.hcpg-fail{
  color: #8c1d1d;
  background: rgba(255, 228, 228, .82);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-badge.hcpg-aaa{
  color: #1d6840;
  background: rgba(218, 248, 229, .86);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-control-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-access-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-field{
  display: grid;
  gap: 8px;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-field span, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row label{
  font-size: 12px;
  font-weight: 850;
  color: #6a4a3a;
  text-transform: uppercase;
  letter-spacing: .04em;
}.tc-wp-tool-root .hcpg-home-palette-tool input, .tc-wp-tool-root .hcpg-home-palette-tool select, .tc-wp-tool-root .hcpg-home-palette-tool textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(139, 94, 60, .22);
  background: rgba(255,255,255,.68);
  color: #2b211d;
  border-radius: 14px;
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  line-height: 1.25;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool textarea{
  min-height: 120px;
  resize: vertical;
}.tc-wp-tool-root .hcpg-home-palette-tool input:focus, .tc-wp-tool-root .hcpg-home-palette-tool select:focus, .tc-wp-tool-root .hcpg-home-palette-tool textarea:focus{
  border-color: rgba(169, 94, 57, .72);
  background: rgba(255,255,255,.88);
  box-shadow: 0 0 0 4px rgba(199, 125, 90, .16);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-actions, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-history-actions{
  margin-top: 10px;
}.tc-wp-tool-root .hcpg-home-palette-tool button{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(117, 78, 53, .2);
  background: rgba(255,255,255,.62);
  color: #3b2b24;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool button:hover:not(:disabled){
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(133, 80, 48, .18);
  background: rgba(255,255,255,.82);
}.tc-wp-tool-root .hcpg-home-palette-tool button:disabled{
  cursor: not-allowed;
  opacity: .45;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-primary{
  border-color: rgba(109, 59, 37, .28);
  color: #fff;
  background: linear-gradient(135deg, #9c5d3e, #c77d5a);
  box-shadow: 0 16px 32px rgba(156, 93, 62, .22);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-primary:hover:not(:disabled){
  background: linear-gradient(135deg, #8d5236, #bf714d);
  box-shadow: 0 18px 38px rgba(156, 93, 62, .3);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-stepper{
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 8px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-stepper strong{
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.58);
  color: #2f231d;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-save-box{
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(139, 94, 60, .16);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
  margin-top: 15px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row output{
  text-align: right;
  font-weight: 850;
  font-size: 13px;
  color: #5e4336;
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  overflow: visible;
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 1px 2px rgba(50,30,18,.18);
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #7b4a35;
  box-shadow: 0 5px 15px rgba(70, 42, 28, .28);
  cursor: pointer;
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]:focus::-webkit-slider-thumb, .tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]:hover::-webkit-slider-thumb{
  box-shadow: 0 0 0 6px rgba(199,125,90,.18), 0 5px 15px rgba(70,42,28,.28);
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: inset 0 1px 2px rgba(50,30,18,.18);
}.tc-wp-tool-root .hcpg-home-palette-tool input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #7b4a35;
  box-shadow: 0 5px 15px rgba(70, 42, 28, .28);
  cursor: pointer;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-hue-row input[type="range"]::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-hue-row input[type="range"]::-moz-range-track{
  background: linear-gradient(90deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-sat-row input[type="range"]::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #b9ada6, #c77d5a);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-sat-row input[type="range"]::-moz-range-track{
  background: linear-gradient(90deg, #b9ada6, #c77d5a);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-light-row input[type="range"]::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #17120f, #8e7568, #fff5ec);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-light-row input[type="range"]::-moz-range-track{
  background: linear-gradient(90deg, #17120f, #8e7568, #fff5ec);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-contrast-result{
  margin-top: 15px;
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 112px;
  border-radius: 18px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(139, 94, 60, .14);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-contrast-result strong{
  font-size: 36px;
  line-height: 1;
  color: #30231e;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-contrast-result span{
  color: #6a5144;
  font-weight: 750;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-ui{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 14px;
  align-items: stretch;
  min-width: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card{
  min-width: 0;
  padding: 20px;
  border-radius: 18px;
  border: 2px solid;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-kicker{
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card h3{
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 8px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card p{
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card button{
  max-width: 170px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-swatches{
  display: grid;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-swatch{
  min-height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.55);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-head{
  align-items: start;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-tools{
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 150px);
  gap: 10px;
  width: auto;
  min-width: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-card{
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(139, 94, 60, .16);
  background: rgba(255,255,255,.5);
  box-shadow: 0 12px 28px rgba(84, 55, 36, .1);
  transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(84, 55, 36, .16);
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-swatches{
  display: flex;
  height: 58px;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 12px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-swatches span{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-card h3{
  font-size: 16px;
  line-height: 1.25;
  color: #30231e;
  margin-bottom: 5px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-category{
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 850;
  color: #765340;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-card-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-card-actions button{
  padding: 10px 8px;
  font-size: 12px;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 20;
  transform: translate(-50%, 18px);
  max-width: min(92vw, 420px);
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(46, 33, 27, .94);
  color: #fffaf5;
  box-shadow: 0 18px 40px rgba(37, 29, 25, .28);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  font-size: 14px;
  font-weight: 760;
  text-align: center;
}.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes hcpgFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 26px 10px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-container{ max-width: 100%; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 29px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 14px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: auto; min-height: 430px; flex-direction: column; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block{ min-height: 82px; width: 100%; padding: 13px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-control-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-access-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-ui, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-actions, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel{ padding: 14px; border-radius: 18px; }.tc-wp-tool-root .hcpg-home-palette-tool input, .tc-wp-tool-root .hcpg-home-palette-tool select, .tc-wp-tool-root .hcpg-home-palette-tool textarea, .tc-wp-tool-root .hcpg-home-palette-tool button{ font-size: 13px; padding: 11px 12px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{ grid-template-columns: 1fr; gap: 7px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row output{ text-align: left; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card h3{ font-size: 18px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-card-actions{ grid-template-columns: 1fr; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 30px 12px; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 33px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 15px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: auto; min-height: 440px; flex-direction: column; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block{ min-height: 84px; width: 100%; padding: 14px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-control-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-access-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-ui, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-actions, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel{ padding: 16px; }.tc-wp-tool-root .hcpg-home-palette-tool input, .tc-wp-tool-root .hcpg-home-palette-tool select, .tc-wp-tool-root .hcpg-home-palette-tool textarea, .tc-wp-tool-root .hcpg-home-palette-tool button{ font-size: 14px; padding: 12px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{ grid-template-columns: 1fr; gap: 7px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row output{ text-align: left; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card h3{ font-size: 19px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-card-actions{ grid-template-columns: 1fr; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 34px 14px; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 38px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 15px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: auto; min-height: 460px; flex-direction: column; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-color-block{ min-height: 86px; width: 100%; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-control-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-access-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-ui, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-actions, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-panel{ padding: 18px; }.tc-wp-tool-root .hcpg-home-palette-tool input, .tc-wp-tool-root .hcpg-home-palette-tool select, .tc-wp-tool-root .hcpg-home-palette-tool textarea, .tc-wp-tool-root .hcpg-home-palette-tool button{ font-size: 14px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row output{ text-align: left; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card h3{ font-size: 20px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-card-actions{ grid-template-columns: 1fr; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 40px 18px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-container{ max-width: 920px; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 46px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 16px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: 260px; flex-direction: row; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import{ grid-column: span 3; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-control-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-access-grid, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{ grid-template-columns: 76px minmax(0, 1fr) 38px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-ui{ grid-template-columns: 1fr; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-mini-card h3{ font-size: 21px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 44px 20px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-container{ max-width: 1080px; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 52px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 17px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: 290px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-controls, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-editor, .tc-wp-tool-root .hcpg-home-palette-tool .hcpg-export{ grid-column: span 4; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-accessibility{ grid-column: span 4; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-ui-preview{ grid-column: span 5; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-import{ grid-column: span 3; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-slider-row{ grid-template-columns: 82px minmax(0, 1fr) 42px; }}@media (min-width: 1200px) {.tc-wp-tool-root .hcpg-home-palette-tool{ padding: 48px 24px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-container{ max-width: 1200px; }.tc-wp-tool-root .hcpg-home-palette-tool h1{ font-size: 58px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-header p{ font-size: 17px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-large-preview{ height: 310px; }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-home-palette-tool .hcpg-gallery{ 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;
}