@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 .ccpg-character-palette-tool{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #f9fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 185, 143, 0.38), transparent 31%),
    radial-gradient(circle at 86% 18%, rgba(135, 108, 255, 0.34), transparent 33%),
    radial-gradient(circle at 50% 92%, rgba(47, 209, 177, 0.22), transparent 36%),
    linear-gradient(135deg, #21172f 0%, #372044 28%, #112e43 61%, #141827 100%);
}.tc-wp-tool-root .ccpg-character-palette-tool, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell, .tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea, .tc-wp-tool-root .ccpg-character-palette-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-bg-orb{
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.42;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-bg-orb-a{
  width: 280px;
  height: 280px;
  top: 72px;
  left: 5%;
  background: radial-gradient(circle, rgba(255, 139, 171, 0.45), transparent 66%);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-bg-orb-b{
  width: 320px;
  height: 320px;
  right: 4%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(86, 221, 207, 0.34), transparent 68%);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header{
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}.tc-wp-tool-root .ccpg-character-palette-tool h1, .tc-wp-tool-root .ccpg-character-palette-tool h2, .tc-wp-tool-root .ccpg-character-palette-tool h3, .tc-wp-tool-root .ccpg-character-palette-tool p{
  margin: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool h1{
  color: #ffffff;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(255, 137, 173, 0.28);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{
  color: rgba(244, 247, 255, 0.78);
  line-height: 1.65;
  margin-top: 14px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card{
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.145), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 80px rgba(2, 8, 23, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card{
  min-width: 0;
  max-width: 100%;
  padding: 22px;
  animation: ccpgFadeUp 520ms ease both;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 217, 128, 0.38);
  box-shadow: 0 28px 90px rgba(2, 8, 23, 0.42), 0 0 34px rgba(255, 129, 168, 0.12);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-title{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head h2, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title h2{
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head span, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title span, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-preview span{
  display: block;
  margin-top: 5px;
  color: rgba(236, 242, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 10, 20, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block{
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, filter 200ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block:hover{
  filter: saturate(1.08);
  transform: translateY(-2px);
  z-index: 2;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block.ccpg-active{
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 0 2px rgba(12, 16, 28, 0.34), 0 0 28px rgba(255, 255, 255, 0.24);
  z-index: 3;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-hex-label{
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-lock-btn, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-icon-btn{
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-lock-btn{
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  backdrop-filter: blur(8px);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-icon-btn{
  width: 38px;
  height: 38px;
  color: #ffffff;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-lock-btn:hover, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-icon-btn:hover{
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{
  display: grid;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool label, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-count-row span{
  display: block;
  color: rgba(246, 248, 255, 0.84);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 8px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-field{
  min-width: 0;
  margin-top: 16px;
}.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 12, 24, 0.46);
  color: #ffffff;
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool textarea{
  resize: vertical;
  min-height: 132px;
  line-height: 1.5;
}.tc-wp-tool-root .ccpg-character-palette-tool input::placeholder, .tc-wp-tool-root .ccpg-character-palette-tool textarea::placeholder{
  color: rgba(232, 238, 255, 0.42);
}.tc-wp-tool-root .ccpg-character-palette-tool input:focus, .tc-wp-tool-root .ccpg-character-palette-tool select:focus, .tc-wp-tool-root .ccpg-character-palette-tool textarea:focus{
  border-color: rgba(255, 203, 118, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 203, 118, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background: rgba(7, 12, 24, 0.58);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-inline, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-action-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-save-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-export-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-access-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools{
  display: grid;
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-inline{
  grid-template-columns: minmax(0, 1fr) auto;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-action-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-save-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-access-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-export-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
  box-shadow: 0 12px 28px rgba(2, 8, 23, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 215, 128, 0.48);
  box-shadow: 0 18px 36px rgba(2, 8, 23, 0.28), 0 0 24px rgba(255, 130, 174, 0.16);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn:focus-visible, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-icon-btn:focus-visible, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-lock-btn:focus-visible{
  outline: 3px solid rgba(255, 223, 145, 0.62);
  outline-offset: 2px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn-primary{
  background: linear-gradient(135deg, #ff6f9f, #ffb05f 52%, #68e0cf);
  color: #111827;
  border-color: rgba(255, 255, 255, 0.32);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn-soft{
  background: linear-gradient(135deg, rgba(122, 105, 255, 0.34), rgba(255, 119, 166, 0.22));
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn-ghost{
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-count-row{
  margin: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-count-row span{
  margin: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-stepper{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-stepper strong{
  min-width: 28px;
  text-align: center;
  font-size: 18px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-preview{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(5, 10, 20, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.13);
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-chip{
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  flex: 0 0 auto;
  transition: background 180ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-preview strong{
  display: block;
  color: #ffffff;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-wrap{
  margin-top: 17px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head label{
  margin: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head span{
  color: rgba(245, 248, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 100%;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 5px rgba(2, 8, 23, 0.26);
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: linear-gradient(135deg, #ffdf8f, #ff6f9f);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 5px rgba(2, 8, 23, 0.26);
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: linear-gradient(135deg, #ffdf8f, #ff6f9f);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]:hover::-webkit-slider-thumb, .tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]:focus::-webkit-slider-thumb{
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 0 0 7px rgba(255, 203, 118, 0.18);
}.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]:hover::-moz-range-thumb, .tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]:focus::-moz-range-thumb{
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 0 0 7px rgba(255, 203, 118, 0.18);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-hue-range::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #ff3b3b, #ffe65a, #45e66f, #34d5ff, #695cff, #ff4ed2, #ff3b3b);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-hue-range::-moz-range-track{
  background: linear-gradient(90deg, #ff3b3b, #ffe65a, #45e66f, #34d5ff, #695cff, #ff4ed2, #ff3b3b);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-sat-range::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #9aa3b2, #ff6f9f);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-sat-range::-moz-range-track{
  background: linear-gradient(90deg, #9aa3b2, #ff6f9f);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-light-range::-webkit-slider-runnable-track{
  background: linear-gradient(90deg, #111827, #8da0b8, #ffffff);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-light-range::-moz-range-track{
  background: linear-gradient(90deg, #111827, #8da0b8, #ffffff);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-contrast-box{
  margin-top: 18px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-contrast-box strong{
  font-size: 24px;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-contrast-box span{
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-ui{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 112px;
  gap: 14px;
  border-radius: 22px;
  padding: 16px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-sidebar{
  border-radius: 17px;
  min-height: 164px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content{
  min-width: 0;
  padding: 6px 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-kicker, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-card span{
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0.72;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content h3{
  margin-top: 8px;
  font-size: 23px;
  line-height: 1.12;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content p{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.78;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content button{
  margin-top: 16px;
  border: 0;
  border-radius: 13px;
  padding: 12px 15px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-card{
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  padding: 14px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-card strong{
  font-size: 27px;
  line-height: 1;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-section{
  grid-column: 1 / -1;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools{
  grid-template-columns: minmax(180px, 1fr) 150px;
  align-items: end;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid{
  display: grid;
  gap: 16px;
  margin-top: 20px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-card{
  min-width: 0;
  max-width: 100%;
  padding: 15px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 12, 24, 0.31);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 215, 128, 0.36);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-card.ccpg-filtered{
  opacity: 0;
  transform: scale(0.98);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-swatches{
  display: grid;
  grid-template-columns: repeat(var(--ccpg-swatch-count, 5), minmax(0, 1fr));
  overflow: hidden;
  border-radius: 13px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-meta{
  margin-top: 13px;
  min-width: 0;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-meta strong{
  display: block;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-meta span{
  display: inline-flex;
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(246, 248, 255, 0.74);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-actions .ccpg-btn{
  padding-left: 8px;
  padding-right: 8px;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-toast{
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  max-width: min(360px, calc(100% - 44px));
  padding: 13px 16px;
  border-radius: 16px;
  background: rgba(9, 13, 26, 0.92);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 14px;
  font-weight: 750;
}.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-toast.ccpg-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes ccpgFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 56px 28px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 1200px; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 54px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 17px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 24px; margin-top: 32px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: 238px; margin-top: 18px; flex-direction: row; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-generator{ grid-column: span 4; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-editor{ grid-column: span 4; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-export{ grid-column: span 4; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access{ grid-column: span 4; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui{ grid-column: span 5; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import{ grid-column: span 3; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 46px; padding: 12px 13px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ min-height: 46px; padding: 12px 16px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card{ padding: 22px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content p{ font-size: 13px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 48px 22px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 47px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 16px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 22px; margin-top: 30px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: 220px; margin-top: 18px; flex-direction: row; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-generator, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-editor, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-export, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access{ grid-column: span 3; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui{ grid-column: span 4; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import{ grid-column: span 2; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 45px; padding: 12px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ min-height: 45px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card{ padding: 21px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 42px 18px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 40px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 15px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 20px; margin-top: 26px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: 200px; margin-top: 16px; flex-direction: row; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 15px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access{ grid-column: span 1; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools{ grid-template-columns: minmax(0, 1fr) 150px; }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 44px; padding: 11px 12px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ min-height: 44px; padding: 11px 13px; font-size: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card{ padding: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-ui{ grid-template-columns: 62px minmax(0, 1fr) 104px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 32px 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 33px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 16px; margin-top: 22px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: auto; min-height: 280px; margin-top: 15px; flex-direction: column; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block{ min-height: 64px; width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-action-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-save-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-export-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-access-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-inline, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-actions, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-ui{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ gap: 14px; margin-top: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-generator, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-editor, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-export, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-section{ grid-column: 1 / -1; width: 100%; padding: 17px; }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 44px; padding: 11px 12px; font-size: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ width: 100%; min-height: 44px; padding: 11px 12px; font-size: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head{ align-items: flex-start; flex-direction: column; gap: 3px; }.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]{ height: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-title{ flex-direction: column; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-sidebar{ min-height: 58px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content h3{ font-size: 21px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-toast{ right: 14px; bottom: 14px; max-width: calc(100% - 28px); }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 28px 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 29px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 14px; margin-top: 20px; border-radius: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: auto; min-height: 270px; margin-top: 14px; flex-direction: column; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block{ min-height: 62px; width: 100%; padding: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-action-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-save-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-export-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-access-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-inline, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-actions, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-ui{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ gap: 13px; margin-top: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-generator, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-editor, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-export, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-section{ grid-column: 1 / -1; width: 100%; padding: 15px; border-radius: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 43px; padding: 10px 11px; font-size: 13px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ width: 100%; min-height: 43px; padding: 10px 11px; font-size: 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-hex-label, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-preview strong{ font-size: 13px; white-space: nowrap; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head{ align-items: flex-start; flex-direction: column; gap: 3px; }.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]{ height: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-title{ flex-direction: column; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 9px; width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-sidebar{ min-height: 54px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content h3{ font-size: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-contrast-box{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-toast{ right: 12px; bottom: 12px; max-width: calc(100% - 24px); }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ccpg-character-palette-tool{ padding: 24px 10px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-container{ max-width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool h1{ font-size: 26px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-header p{ font-size: 12.5px; line-height: 1.55; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-shell{ padding: 12px; margin-top: 18px; border-radius: 18px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-palette-preview{ height: auto; min-height: 260px; margin-top: 12px; flex-direction: column; border-radius: 16px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-color-block{ min-height: 60px; width: 100%; padding: 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-action-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-save-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-export-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-access-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-tools, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-grid, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-inline, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-actions, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-ui{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-dashboard{ gap: 12px; margin-top: 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-generator, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-editor, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-export, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-access, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-ui, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-import, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-section{ grid-column: 1 / -1; width: 100%; padding: 13px; border-radius: 18px; }.tc-wp-tool-root .ccpg-character-palette-tool input, .tc-wp-tool-root .ccpg-character-palette-tool select, .tc-wp-tool-root .ccpg-character-palette-tool textarea{ min-height: 42px; padding: 9px 10px; font-size: 12.5px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-btn{ width: 100%; min-height: 42px; padding: 9px 10px; font-size: 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-lock-btn, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-icon-btn{ width: 34px; height: 34px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-hex-label, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-preview strong{ font-size: 12px; white-space: nowrap; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-slider-head{ align-items: flex-start; flex-direction: column; gap: 3px; }.tc-wp-tool-root .ccpg-character-palette-tool input[type="range"]{ height: 20px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-section-head, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-card-title, .tc-wp-tool-root .ccpg-character-palette-tool .ccpg-gallery-title{ flex-direction: column; gap: 11px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-preview-actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-selected-chip{ width: 50px; height: 50px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-sidebar{ min-height: 50px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content h3{ font-size: 18px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-mini-content p{ font-size: 12px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-contrast-box{ flex-direction: column; align-items: flex-start; padding: 14px; }.tc-wp-tool-root .ccpg-character-palette-tool .ccpg-toast{ right: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 12.5px; }}.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 .ccpg-full-btn {}
.tc-wp-tool-root .ccpg-range {}