@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-hex-palette-generator{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 34px 18px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 206, 201, .35), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 118, 117, .28), transparent 30%),
    linear-gradient(135deg, #111827 0%, #24215f 45%, #102f3a 100%);
  border-radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .hcpg-hex-palette-generator, .tc-wp-tool-root .hcpg-hex-palette-generator div, .tc-wp-tool-root .hcpg-hex-palette-generator section, .tc-wp-tool-root .hcpg-hex-palette-generator header, .tc-wp-tool-root .hcpg-hex-palette-generator main, .tc-wp-tool-root .hcpg-hex-palette-generator h1, .tc-wp-tool-root .hcpg-hex-palette-generator h2, .tc-wp-tool-root .hcpg-hex-palette-generator h3, .tc-wp-tool-root .hcpg-hex-palette-generator p, .tc-wp-tool-root .hcpg-hex-palette-generator span, .tc-wp-tool-root .hcpg-hex-palette-generator button, .tc-wp-tool-root .hcpg-hex-palette-generator input, .tc-wp-tool-root .hcpg-hex-palette-generator select, .tc-wp-tool-root .hcpg-hex-palette-generator textarea, .tc-wp-tool-root .hcpg-hex-palette-generator label{
  box-sizing: border-box;
}.tc-wp-tool-root .hcpg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .hcpg-header{
  text-align: center;
  margin-bottom: 24px;
}.tc-wp-tool-root .hcpg-title{
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 34px rgba(0, 206, 201, .26);
}.tc-wp-tool-root .hcpg-subtitle{
  margin: 14px auto 0;
  max-width: 780px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(238, 245, 255, .84);
}.tc-wp-tool-root .hcpg-panel, .tc-wp-tool-root .hcpg-palette-panel{
  min-width: 0;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  animation: hcpgFade .35s ease both;
}.tc-wp-tool-root .hcpg-panel:hover, .tc-wp-tool-root .hcpg-palette-panel:hover{
  transform: translateY(-2px);
  border-color: rgba(0, 236, 218, .46);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34), 0 0 0 1px rgba(0, 236, 218, .08);
}.tc-wp-tool-root .hcpg-palette-panel{
  padding: 14px;
  margin-bottom: 18px;
}.tc-wp-tool-root .hcpg-palette-preview{
  display: flex;
  width: 100%;
  min-width: 0;
  height: 220px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
}.tc-wp-tool-root .hcpg-color-block{
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  cursor: pointer;
  transition: flex .24s ease, box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .hcpg-color-block:hover{
  flex-grow: 1.08;
}.tc-wp-tool-root .hcpg-color-block.hcpg-color-selected{
  z-index: 1;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .85), 0 0 34px rgba(255, 255, 255, .36);
}.tc-wp-tool-root .hcpg-hex-label{
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: calc(100% - 16px);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  background: rgba(255, 255, 255, .22);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
}.tc-wp-tool-root .hcpg-lock-btn{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 12px;
  background: rgba(0, 0, 0, .16);
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}.tc-wp-tool-root .hcpg-lock-btn:hover, .tc-wp-tool-root .hcpg-lock-btn:focus{
  transform: scale(1.06);
  background: rgba(255, 255, 255, .25);
  outline: none;
}.tc-wp-tool-root .hcpg-dashboard{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}.tc-wp-tool-root .hcpg-panel{
  padding: 20px;
}.tc-wp-tool-root .hcpg-panel-title{
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel{
  grid-column: span 4;
}.tc-wp-tool-root .hcpg-ui-panel{
  grid-column: span 5;
}.tc-wp-tool-root .hcpg-import-panel{
  grid-column: span 3;
}.tc-wp-tool-root .hcpg-gallery-panel{
  grid-column: 1 / -1;
}.tc-wp-tool-root .hcpg-control-grid, .tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid, .tc-wp-tool-root .hcpg-gallery-tools{
  display: grid;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .hcpg-control-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
}.tc-wp-tool-root .hcpg-export-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .hcpg-access-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .hcpg-field, .tc-wp-tool-root .hcpg-slider-field{
  display: grid;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 12px;
}.tc-wp-tool-root .hcpg-label, .tc-wp-tool-root .hcpg-slider-head{
  font-size: 13px;
  font-weight: 750;
  color: rgba(239, 246, 255, .8);
}.tc-wp-tool-root .hcpg-slider-head{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(12, 18, 32, .58);
  color: #ffffff;
  padding: 11px 13px;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.tc-wp-tool-root .hcpg-select{
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #dff 50%), linear-gradient(135deg, #dff 50%, transparent 50%);
  background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}.tc-wp-tool-root .hcpg-textarea{
  min-height: 124px;
  resize: vertical;
}.tc-wp-tool-root .hcpg-input:focus, .tc-wp-tool-root .hcpg-select:focus, .tc-wp-tool-root .hcpg-textarea:focus{
  border-color: rgba(0, 236, 218, .7);
  box-shadow: 0 0 0 4px rgba(0, 236, 218, .13);
  background: rgba(12, 18, 32, .72);
}.tc-wp-tool-root .hcpg-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
}.tc-wp-tool-root .hcpg-btn:hover, .tc-wp-tool-root .hcpg-btn:focus{
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 0 24px rgba(0, 236, 218, .18);
  outline: none;
}.tc-wp-tool-root .hcpg-btn:disabled{
  opacity: .42;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}.tc-wp-tool-root .hcpg-btn-primary{
  background: linear-gradient(135deg, #00cec9, #6c5ce7);
  border-color: rgba(255, 255, 255, .28);
}.tc-wp-tool-root .hcpg-btn-save{
  background: linear-gradient(135deg, #00b894, #0984e3);
}.tc-wp-tool-root .hcpg-full{
  grid-column: 1 / -1;
}.tc-wp-tool-root .hcpg-count{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .2);
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-selected-preview{
  min-height: 112px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  transition: background .2s ease, color .2s ease;
}.tc-wp-tool-root .hcpg-selected-preview span{
  white-space: nowrap;
  font-size: 22px;
  font-weight: 900;
}.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 28px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]::-webkit-slider-runnable-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
}.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #111827;
  box-shadow: 0 0 0 4px rgba(0, 236, 218, .22);
}.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]::-moz-range-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
}.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #111827;
  box-shadow: 0 0 0 4px rgba(0, 236, 218, .22);
}.tc-wp-tool-root .hcpg-hue-range::-webkit-slider-runnable-track{ background: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red); }.tc-wp-tool-root .hcpg-hue-range::-moz-range-track{ background: linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red); }.tc-wp-tool-root .hcpg-contrast-box{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .22);
}.tc-wp-tool-root .hcpg-contrast-box span, .tc-wp-tool-root .hcpg-contrast-box strong, .tc-wp-tool-root .hcpg-contrast-box b{
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-contrast-box strong{
  font-size: 28px;
}.tc-wp-tool-root .hcpg-contrast-box b{
  grid-column: 1 / -1;
  justify-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}.tc-wp-tool-root .hcpg-ui-preview{
  min-height: 250px;
  border-radius: 16px;
  padding: 22px;
  display: grid;
  place-items: center;
  transition: background .2s ease;
}.tc-wp-tool-root .hcpg-ui-card{
  width: min(100%, 390px);
  min-width: 0;
  padding: 20px;
  border-radius: 14px;
  border: 2px solid;
  transition: all .2s ease;
}.tc-wp-tool-root .hcpg-ui-tag{
  display: inline-flex;
  max-width: 100%;
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}.tc-wp-tool-root .hcpg-ui-card h3{
  margin: 14px 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}.tc-wp-tool-root .hcpg-ui-card p{
  margin: 0 0 16px;
  line-height: 1.5;
}.tc-wp-tool-root .hcpg-ui-card button{
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-gallery-head{
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root .hcpg-gallery-tools{
  grid-template-columns: 1fr 150px;
}.tc-wp-tool-root .hcpg-gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root .hcpg-saved-card{
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .18);
  transition: transform .2s ease, opacity .2s ease;
}.tc-wp-tool-root .hcpg-saved-card:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .hcpg-mini-swatches{
  display: flex;
  height: 58px;
  overflow: hidden;
  border-radius: 11px;
  margin-bottom: 11px;
}.tc-wp-tool-root .hcpg-mini-swatch{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .hcpg-saved-name{
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .hcpg-saved-category{
  display: inline-flex;
  margin: 8px 0 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-card-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}.tc-wp-tool-root .hcpg-card-actions .hcpg-btn{
  min-height: 36px;
  padding: 8px 7px;
  font-size: 12px;
}.tc-wp-tool-root .hcpg-toast{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(8, 13, 24, .92);
  color: #ffffff;
  border: 1px solid rgba(0, 236, 218, .45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
  transition: opacity .2s ease, transform .2s ease;
  font-weight: 900;
  white-space: nowrap;
}.tc-wp-tool-root .hcpg-toast.hcpg-toast-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes hcpgFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 38px 20px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 62px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 17px; }.tc-wp-tool-root .hcpg-palette-preview{ height: 230px; flex-direction: row; }.tc-wp-tool-root .hcpg-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hcpg-control-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-btn{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ height: 28px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: row; }.tc-wp-tool-root .hcpg-panel{ padding: 20px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 250px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 24px; }.tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 34px 18px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 52px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 16px; }.tc-wp-tool-root .hcpg-palette-preview{ height: 210px; flex-direction: row; }.tc-wp-tool-root .hcpg-dashboard{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel, .tc-wp-tool-root .hcpg-ui-panel, .tc-wp-tool-root .hcpg-import-panel{ grid-column: span 2; }.tc-wp-tool-root .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-control-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-btn{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ height: 28px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: row; }.tc-wp-tool-root .hcpg-panel{ padding: 18px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 235px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 22px; }.tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 30px 16px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 44px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 16px; }.tc-wp-tool-root .hcpg-palette-preview{ height: 190px; flex-direction: row; }.tc-wp-tool-root .hcpg-dashboard{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel, .tc-wp-tool-root .hcpg-ui-panel, .tc-wp-tool-root .hcpg-import-panel, .tc-wp-tool-root .hcpg-gallery-panel{ grid-column: span 1; }.tc-wp-tool-root .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-control-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .hcpg-gallery-head{ grid-template-columns: 1fr; }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-btn{ min-height: 44px; font-size: 14px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ height: 30px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: row; }.tc-wp-tool-root .hcpg-panel{ padding: 18px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 230px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 21px; }.tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 24px 12px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 34px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 15px; }.tc-wp-tool-root .hcpg-palette-preview{ height: auto; min-height: 360px; flex-direction: column; }.tc-wp-tool-root .hcpg-color-block{ min-height: 74px; }.tc-wp-tool-root .hcpg-dashboard, .tc-wp-tool-root .hcpg-control-grid, .tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel, .tc-wp-tool-root .hcpg-ui-panel, .tc-wp-tool-root .hcpg-import-panel, .tc-wp-tool-root .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-gallery-head, .tc-wp-tool-root .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ width: 100%; max-width: 100%; min-width: 0; min-height: 46px; font-size: 15px; }.tc-wp-tool-root .hcpg-btn{ width: 100%; max-width: 100%; min-width: 0; min-height: 46px; font-size: 14px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ width: 100%; max-width: 100%; height: 32px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: row; flex-wrap: wrap; }.tc-wp-tool-root .hcpg-panel{ padding: 16px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 220px; padding: 16px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 20px; }.tc-wp-tool-root .hcpg-ui-card p{ font-size: 14px; }.tc-wp-tool-root .hcpg-card-actions{ grid-template-columns: 1fr; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 22px 10px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 30px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 14px; }.tc-wp-tool-root .hcpg-palette-preview{ height: auto; min-height: 350px; flex-direction: column; }.tc-wp-tool-root .hcpg-color-block{ min-height: 70px; }.tc-wp-tool-root .hcpg-dashboard, .tc-wp-tool-root .hcpg-control-grid, .tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel, .tc-wp-tool-root .hcpg-ui-panel, .tc-wp-tool-root .hcpg-import-panel, .tc-wp-tool-root .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-gallery-head, .tc-wp-tool-root .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ width: 100%; max-width: 100%; min-width: 0; min-height: 46px; font-size: 14px; }.tc-wp-tool-root .hcpg-btn{ width: 100%; max-width: 100%; min-width: 0; min-height: 46px; font-size: 14px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ width: 100%; max-width: 100%; height: 34px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: column; align-items: flex-start; gap: 3px; }.tc-wp-tool-root .hcpg-panel{ padding: 14px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 210px; padding: 14px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 19px; }.tc-wp-tool-root .hcpg-ui-card p{ font-size: 14px; }.tc-wp-tool-root .hcpg-card-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .hcpg-hex-label{ font-size: 13px; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hcpg-hex-palette-generator{ padding: 18px 8px; border-radius: 14px; }.tc-wp-tool-root .hcpg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .hcpg-title{ font-size: 27px; }.tc-wp-tool-root .hcpg-subtitle{ font-size: 13px; }.tc-wp-tool-root .hcpg-palette-panel{ padding: 9px; }.tc-wp-tool-root .hcpg-palette-preview{ height: auto; min-height: 330px; flex-direction: column; }.tc-wp-tool-root .hcpg-color-block{ min-height: 66px; }.tc-wp-tool-root .hcpg-dashboard, .tc-wp-tool-root .hcpg-control-grid, .tc-wp-tool-root .hcpg-gallery-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .hcpg-generator-panel, .tc-wp-tool-root .hcpg-editor-panel, .tc-wp-tool-root .hcpg-export-panel, .tc-wp-tool-root .hcpg-access-panel, .tc-wp-tool-root .hcpg-ui-panel, .tc-wp-tool-root .hcpg-import-panel, .tc-wp-tool-root .hcpg-gallery-panel{ grid-column: 1 / -1; }.tc-wp-tool-root .hcpg-gallery-head, .tc-wp-tool-root .hcpg-gallery-tools, .tc-wp-tool-root .hcpg-export-grid, .tc-wp-tool-root .hcpg-access-grid{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .hcpg-input, .tc-wp-tool-root .hcpg-select, .tc-wp-tool-root .hcpg-textarea{ width: 100%; max-width: 100%; min-width: 0; min-height: 45px; font-size: 14px; }.tc-wp-tool-root .hcpg-btn{ width: 100%; max-width: 100%; min-width: 0; min-height: 45px; font-size: 13px; padding: 9px 10px; }.tc-wp-tool-root .hcpg-hex-palette-generator input[type="range"]{ width: 100%; max-width: 100%; height: 34px; }.tc-wp-tool-root .hcpg-slider-head{ flex-direction: column; align-items: flex-start; gap: 3px; }.tc-wp-tool-root .hcpg-panel{ padding: 12px; }.tc-wp-tool-root .hcpg-ui-preview{ min-height: 205px; padding: 12px; }.tc-wp-tool-root .hcpg-ui-card{ padding: 14px; }.tc-wp-tool-root .hcpg-ui-card h3{ font-size: 18px; }.tc-wp-tool-root .hcpg-ui-card p{ font-size: 13px; }.tc-wp-tool-root .hcpg-card-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .hcpg-hex-label{ font-size: 12px; padding: 7px 8px; }.tc-wp-tool-root .hcpg-lock-btn{ width: 34px; height: 34px; }}.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 .hcpg-light-range {}
.tc-wp-tool-root .hcpg-range {}
.tc-wp-tool-root .hcpg-sat-range {}