@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 .css-palette-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.34), transparent 30%),
    radial-gradient(circle at 85% 16%, rgba(168, 85, 247, 0.28), transparent 34%),
    radial-gradient(circle at 55% 90%, rgba(34, 197, 94, 0.18), transparent 38%),
    linear-gradient(135deg, #07111f 0%, #101827 44%, #172033 100%);
}.tc-wp-tool-root .css-palette-generator-tool, .tc-wp-tool-root .css-palette-generator-tool div, .tc-wp-tool-root .css-palette-generator-tool section, .tc-wp-tool-root .css-palette-generator-tool header, .tc-wp-tool-root .css-palette-generator-tool main, .tc-wp-tool-root .css-palette-generator-tool h1, .tc-wp-tool-root .css-palette-generator-tool h2, .tc-wp-tool-root .css-palette-generator-tool h3, .tc-wp-tool-root .css-palette-generator-tool p, .tc-wp-tool-root .css-palette-generator-tool span, .tc-wp-tool-root .css-palette-generator-tool label, .tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select, .tc-wp-tool-root .css-palette-generator-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hero{
  text-align: center;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{
  margin: 14px auto 0;
  max-width: 640px;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.65;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{
  width: 100%;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 18px;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block:hover{
  filter: brightness(1.05);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block.cpg-active{
  z-index: 2;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.88), 0 0 32px rgba(255, 255, 255, 0.34);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hex{
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.24);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-lock{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  line-height: 1;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  animation: cpgFade 0.45s ease both;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-panel:hover{
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, 0.38);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(125, 211, 252, 0.08);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  margin-bottom: 18px;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-panel-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-panel-head span{
  min-width: 0;
  color: rgba(226, 232, 240, 0.84);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-field, .tc-wp-tool-root .css-palette-generator-tool .cpg-slider-field{
  display: grid;
  gap: 8px;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-field + .cpg-field, .tc-wp-tool-root .css-palette-generator-tool .cpg-slider-field + .cpg-slider-field, .tc-wp-tool-root .css-palette-generator-tool .cpg-count-row, .tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-save-box, .tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid{
  margin-top: 14px;
}.tc-wp-tool-root .css-palette-generator-tool label{
  color: rgba(226, 232, 240, 0.86);
  font-size: 13px;
  font-weight: 780;
}.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 14px;
  outline: none;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.tc-wp-tool-root .css-palette-generator-tool input:focus, .tc-wp-tool-root .css-palette-generator-tool textarea:focus, .tc-wp-tool-root .css-palette-generator-tool select:focus{
  border-color: rgba(56, 189, 248, 0.82);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.76);
}.tc-wp-tool-root .css-palette-generator-tool textarea{
  min-height: 126px;
  resize: vertical;
  line-height: 1.5;
}.tc-wp-tool-root .css-palette-generator-tool select{
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #93c5fd 50%), linear-gradient(135deg, #93c5fd 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root .css-palette-generator-tool button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.11);
  font-weight: 850;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}.tc-wp-tool-root .css-palette-generator-tool button:hover:not(:disabled){
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(56, 189, 248, 0.18);
}.tc-wp-tool-root .css-palette-generator-tool button:disabled{
  opacity: 0.45;
  cursor: not-allowed;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-primary{
  border-color: rgba(125, 211, 252, 0.46);
  color: #06111f;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 52%, #f0abfc);
  box-shadow: 0 16px 36px rgba(56, 189, 248, 0.22);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-history, .tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons, .tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid{
  display: grid;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-history{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .css-palette-generator-tool .cpg-count-row{
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-count-row span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 48px;
  border-radius: 14px;
  color: rgba(248, 250, 252, 0.9);
  background: rgba(15, 23, 42, 0.42);
  white-space: nowrap;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-save-box{
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.22);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  transition: background 0.25s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label span{
  color: #dbeafe;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}.tc-wp-tool-root .css-palette-generator-tool input[type="range"]::-webkit-slider-runnable-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, #334155, #38bdf8);
}.tc-wp-tool-root .css-palette-generator-tool input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #0f172a;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.20), 0 8px 18px rgba(0, 0, 0, 0.35);
}.tc-wp-tool-root .css-palette-generator-tool input[type="range"]::-moz-range-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, #334155, #38bdf8);
}.tc-wp-tool-root .css-palette-generator-tool input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #0f172a;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.20), 0 8px 18px rgba(0, 0, 0, 0.35);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hue-slider::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #ef4444, #f97316, #eab308, #22c55e, #06b6d4, #3b82f6, #8b5cf6, #ec4899, #ef4444);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-hue-slider::-moz-range-track{
  background: linear-gradient(90deg, #ef4444, #f97316, #eab308, #22c55e, #06b6d4, #3b82f6, #8b5cf6, #ec4899, #ef4444);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-sat-slider::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #94a3b8, #38bdf8, #a78bfa);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-sat-slider::-moz-range-track{
  background: linear-gradient(90deg, #94a3b8, #38bdf8, #a78bfa);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-light-slider::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #020617, #64748b, #ffffff);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-light-slider::-moz-range-track{
  background: linear-gradient(90deg, #020617, #64748b, #ffffff);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 10px;
  color: #052e16;
  background: #86efac;
  white-space: nowrap;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{
  margin-top: 16px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-demo{
  margin-top: 16px;
  width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 20px;
  font-weight: 850;
  line-height: 1.45;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{
  min-width: 0;
  width: 100%;
  border-radius: 22px;
  padding: 20px;
  transition: background 0.25s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{
  width: 100%;
  min-width: 0;
  border-radius: 20px;
  padding: 22px;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-kicker{
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card p{
  margin: 0 0 18px;
  line-height: 1.55;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-head{
  align-items: flex-start;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{
  width: 100%;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{
  display: grid;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-card{
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 14px;
  background: rgba(15, 23, 42, 0.40);
  animation: cpgFade 0.25s ease both;
  transition: transform 0.2s ease, opacity 0.2s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-card:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mini-palette{
  display: flex;
  width: 100%;
  height: 58px;
  overflow: hidden;
  border-radius: 14px;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-mini-palette span{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-card-meta{
  display: grid;
  gap: 4px;
  margin-top: 12px;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-card-meta strong{
  min-width: 0;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-card-meta small{
  color: rgba(226, 232, 240, 0.72);
  font-weight: 800;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-card-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-card-actions button{
  min-height: 38px;
  padding: 9px 8px;
  font-size: 12px;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-toast{
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  max-width: calc(100% - 44px);
  padding: 13px 16px;
  border: 1px solid rgba(125, 211, 252, 0.38);
  border-radius: 999px;
  color: #06111f;
  background: linear-gradient(135deg, #67e8f9, #c4b5fd);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .css-palette-generator-tool .cpg-toast.cpg-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes cpgFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 28px 12px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 30px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 420px; flex-direction: column; border-radius: 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 78px; width: 100%; padding: 13px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 14px; border-radius: 20px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 44px; padding: 10px 12px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 44px; padding: 10px 12px; font-size: 13px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label{ display: grid; gap: 2px; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 88px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 30px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 12px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 20px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: 1fr !important; gap: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 34px 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 15px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 24px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 430px; flex-direction: column; border-radius: 24px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 80px; width: 100%; padding: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 15px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 16px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 46px; padding: 11px 13px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 46px; padding: 11px 13px; font-size: 13px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label{ display: grid; gap: 2px; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 96px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 32px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 17px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 21px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: 1fr !important; gap: 13px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 42px 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 40px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 28px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 440px; flex-direction: column; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 82px; width: 100%; padding: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 18px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 48px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 48px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label{ display: flex; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 105px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 18px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: 1fr !important; gap: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 56px 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 50px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 17px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 34px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 330px; flex-direction: row; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 330px; padding: 16px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ui-preview, .tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 20px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 48px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 48px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1.3fr 0.7fr; }.tc-wp-tool-root .css-palette-generator-tool .cpg-slider-label{ display: flex; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 32px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 118px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 36px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 20px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 24px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 25px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 68px 28px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 58px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 18px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 38px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 355px; flex-direction: row; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 355px; padding: 18px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-controls, .tc-wp-tool-root .css-palette-generator-tool .cpg-editor, .tc-wp-tool-root .css-palette-generator-tool .cpg-export{ grid-column: span 2; }.tc-wp-tool-root .css-palette-generator-tool .cpg-contrast{ grid-column: span 2; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ui-preview{ grid-column: span 3; }.tc-wp-tool-root .css-palette-generator-tool .cpg-import{ grid-column: span 1; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 22px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 48px; padding: 12px 14px; font-size: 15px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 48px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1.5fr 0.7fr; max-width: 500px; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 32px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 124px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 38px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 26px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 26px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }}@media (min-width: 1200px) {.tc-wp-tool-root .css-palette-generator-tool{ padding: 78px 32px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-container{ width: 100%; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero h1{ font-size: 64px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-hero p{ font-size: 18px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-preview-section{ margin-top: 42px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-palette-preview{ min-height: 380px; flex-direction: row; }.tc-wp-tool-root .css-palette-generator-tool .cpg-color-block{ min-height: 380px; padding: 20px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; margin-top: 22px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-controls{ grid-column: span 4; }.tc-wp-tool-root .css-palette-generator-tool .cpg-editor{ grid-column: span 4; }.tc-wp-tool-root .css-palette-generator-tool .cpg-export{ grid-column: span 4; }.tc-wp-tool-root .css-palette-generator-tool .cpg-contrast{ grid-column: span 4; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ui-preview{ grid-column: span 5; }.tc-wp-tool-root .css-palette-generator-tool .cpg-import{ grid-column: span 3; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .css-palette-generator-tool .cpg-panel{ padding: 24px; }.tc-wp-tool-root .css-palette-generator-tool input, .tc-wp-tool-root .css-palette-generator-tool textarea, .tc-wp-tool-root .css-palette-generator-tool select{ min-height: 50px; padding: 13px 15px; font-size: 15px; }.tc-wp-tool-root .css-palette-generator-tool button{ min-height: 50px; padding: 13px 15px; font-size: 14px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-button-grid, .tc-wp-tool-root .css-palette-generator-tool .cpg-contrast-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-export-buttons{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery-tools{ grid-template-columns: 1.5fr 0.7fr; max-width: 520px; }.tc-wp-tool-root .css-palette-generator-tool input[type="range"]{ height: 32px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-selected-preview{ height: 130px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-ratio{ font-size: 40px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock{ padding: 24px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card{ padding: 28px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-mock-card h3{ font-size: 28px; }.tc-wp-tool-root .css-palette-generator-tool .cpg-gallery{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }}.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;
}