@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 .oklch-palette-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 42px 18px;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8fafc;
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, .38), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(244, 114, 182, .34), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(132, 204, 22, .18), transparent 34%),
    linear-gradient(135deg, #101827 0%, #20113b 43%, #092330 100%);
}.tc-wp-tool-root .oklch-palette-generator-tool, .tc-wp-tool-root .oklch-palette-generator-tool div, .tc-wp-tool-root .oklch-palette-generator-tool section, .tc-wp-tool-root .oklch-palette-generator-tool header, .tc-wp-tool-root .oklch-palette-generator-tool main, .tc-wp-tool-root .oklch-palette-generator-tool h1, .tc-wp-tool-root .oklch-palette-generator-tool h2, .tc-wp-tool-root .oklch-palette-generator-tool h3, .tc-wp-tool-root .oklch-palette-generator-tool p, .tc-wp-tool-root .oklch-palette-generator-tool span, .tc-wp-tool-root .oklch-palette-generator-tool label, .tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button, .tc-wp-tool-root .oklch-palette-generator-tool canvas{
  box-sizing: border-box;
}.tc-wp-tool-root .oklch-tool-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .oklch-tool-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 860px;
}.tc-wp-tool-root .oklch-tool-header h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .oklch-tool-header p{
  margin: 0;
  color: rgba(226, 232, 240, .88);
  font-size: 17px;
  line-height: 1.65;
}.tc-wp-tool-root .oklch-preview-panel{
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .oklch-palette-preview{
  width: 100%;
  min-width: 0;
  height: 230px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-tool-root .oklch-color-block{
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, .14);
  cursor: pointer;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, filter .24s ease;
}.tc-wp-tool-root .oklch-color-block:hover{
  transform: translateY(-2px);
  filter: saturate(1.05);
}.tc-wp-tool-root .oklch-color-block.is-selected{
  z-index: 2;
  border-color: rgba(255, 255, 255, .98);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .24), 0 0 34px rgba(125, 211, 252, .55);
}.tc-wp-tool-root .oklch-block-top{
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}.tc-wp-tool-root .oklch-lock-btn{
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: inherit;
  cursor: pointer;
  line-height: 1;
  font-size: 17px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root .oklch-lock-btn:hover, .tc-wp-tool-root .oklch-lock-btn:focus{
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}.tc-wp-tool-root .oklch-hex-label{
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .oklch-dashboard-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}.tc-wp-tool-root .oklch-card{
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.07));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
  animation: oklchFadeUp .38s ease both;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}.tc-wp-tool-root .oklch-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 22px 62px rgba(0, 0, 0, .28);
}.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card{
  grid-column: span 4;
}.tc-wp-tool-root .oklch-ui-card{
  grid-column: span 5;
}.tc-wp-tool-root .oklch-import-card{
  grid-column: span 3;
}.tc-wp-tool-root .oklch-gallery-section{
  grid-column: 1 / -1;
}.tc-wp-tool-root .oklch-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  min-width: 0;
}.tc-wp-tool-root .oklch-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .oklch-chip, .tc-wp-tool-root .oklch-muted{
  color: rgba(226, 232, 240, .86);
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}.tc-wp-tool-root .oklch-chip{
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(15, 23, 42, .32);
}.tc-wp-tool-root .oklch-field, .tc-wp-tool-root .oklch-slider-field{
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .oklch-field span, .tc-wp-tool-root .oklch-slider-label{
  color: rgba(226, 232, 240, .9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}.tc-wp-tool-root .oklch-slider-label{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .oklch-slider-label strong{
  color: #ffffff;
  font-size: 13px;
  white-space: nowrap;
}.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(15, 23, 42, .48);
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}.tc-wp-tool-root .oklch-palette-generator-tool textarea{
  resize: vertical;
  min-height: 132px;
}.tc-wp-tool-root .oklch-palette-generator-tool input::placeholder, .tc-wp-tool-root .oklch-palette-generator-tool textarea::placeholder{
  color: rgba(203, 213, 225, .58);
}.tc-wp-tool-root .oklch-palette-generator-tool input:focus, .tc-wp-tool-root .oklch-palette-generator-tool select:focus, .tc-wp-tool-root .oklch-palette-generator-tool textarea:focus{
  border-color: rgba(125, 211, 252, .9);
  background: rgba(15, 23, 42, .62);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .18);
}.tc-wp-tool-root .oklch-palette-generator-tool button{
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}.tc-wp-tool-root .oklch-palette-generator-tool button:disabled{
  cursor: not-allowed;
  opacity: .45;
  transform: none;
  box-shadow: none;
}.tc-wp-tool-root .oklch-primary-btn{
  color: #06121f;
  background: linear-gradient(135deg, #67e8f9, #a7f3d0 48%, #f0abfc);
  box-shadow: 0 14px 34px rgba(103, 232, 249, .22);
}.tc-wp-tool-root .oklch-secondary-btn, .tc-wp-tool-root .oklch-icon-btn{
  color: #f8fafc;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16) !important;
}.tc-wp-tool-root .oklch-primary-btn:hover, .tc-wp-tool-root .oklch-secondary-btn:hover, .tc-wp-tool-root .oklch-icon-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(125, 211, 252, .22);
}.tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid, .tc-wp-tool-root .oklch-history-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .oklch-export-grid{
  margin-top: 12px;
}.tc-wp-tool-root .oklch-control-row{
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}.tc-wp-tool-root .oklch-count-display{
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(15, 23, 42, .38);
  font-size: 22px;
  font-weight: 850;
}.tc-wp-tool-root .oklch-icon-btn{
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
}.tc-wp-tool-root .oklch-selected-preview{
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  margin-bottom: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  transition: background .25s ease;
}.tc-wp-tool-root .oklch-selected-preview span{
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{
  width: 100%;
  max-width: 100%;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-webkit-slider-runnable-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  -webkit-appearance: none;
  appearance: none;
  transition: box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-webkit-slider-thumb:hover, .tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]:focus::-webkit-slider-thumb{
  transform: scale(1.08);
  box-shadow: 0 0 0 7px rgba(125, 211, 252, .22), 0 8px 20px rgba(0,0,0,.36);
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-moz-range-track{
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.28);
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  transition: box-shadow .2s ease, transform .2s ease;
}.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]::-moz-range-thumb:hover, .tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]:focus::-moz-range-thumb{
  transform: scale(1.08);
  box-shadow: 0 0 0 7px rgba(125, 211, 252, .22), 0 8px 20px rgba(0,0,0,.36);
}.tc-wp-tool-root .oklch-hue-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #ef4444, #f97316, #eab308, #22c55e, #06b6d4, #3b82f6, #a855f7, #ef4444); }.tc-wp-tool-root .oklch-hue-slider::-moz-range-track{ background: linear-gradient(90deg, #ef4444, #f97316, #eab308, #22c55e, #06b6d4, #3b82f6, #a855f7, #ef4444); }.tc-wp-tool-root .oklch-sat-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #94a3b8, #38bdf8, #f472b6); }.tc-wp-tool-root .oklch-sat-slider::-moz-range-track{ background: linear-gradient(90deg, #94a3b8, #38bdf8, #f472b6); }.tc-wp-tool-root .oklch-light-slider::-webkit-slider-runnable-track{ background: linear-gradient(90deg, #020617, #64748b, #f8fafc); }.tc-wp-tool-root .oklch-light-slider::-moz-range-track{ background: linear-gradient(90deg, #020617, #64748b, #f8fafc); }.tc-wp-tool-root .oklch-a11y-selects{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .oklch-contrast-box{
  min-height: 122px;
  display: grid;
  align-content: center;
  gap: 8px;
  margin-top: 4px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  transition: background .25s ease, color .25s ease;
}.tc-wp-tool-root .oklch-contrast-box strong{
  font-size: 30px;
  line-height: 1;
}.tc-wp-tool-root .oklch-contrast-box span{
  font-size: 14px;
}.tc-wp-tool-root .oklch-mini-ui{
  min-height: 242px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  transition: background .25s ease;
}.tc-wp-tool-root .oklch-mini-card{
  width: 100%;
  max-width: 460px;
  padding: 20px;
  border-radius: 18px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}.tc-wp-tool-root .oklch-mini-kicker{
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}.tc-wp-tool-root .oklch-mini-card h3{
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}.tc-wp-tool-root .oklch-mini-card p{
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
}.tc-wp-tool-root .oklch-mini-card button{
  color: inherit;
}.tc-wp-tool-root .oklch-gallery-head{
  align-items: flex-end;
}.tc-wp-tool-root .oklch-gallery-head h2{
  margin-bottom: 4px;
}.tc-wp-tool-root .oklch-gallery-tools{
  width: min(100%, 470px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
}.tc-wp-tool-root .oklch-gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .oklch-gallery-card{
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(15, 23, 42, .34);
  animation: oklchFadeUp .28s ease both;
  transition: transform .22s ease, opacity .22s ease, border-color .22s ease;
}.tc-wp-tool-root .oklch-gallery-card:hover{
  transform: translateY(-3px);
  border-color: rgba(125, 211, 252, .38);
}.tc-wp-tool-root .oklch-small-preview{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 58px;
  overflow: hidden;
  border-radius: 13px;
  margin-bottom: 12px;
}.tc-wp-tool-root .oklch-gallery-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  min-width: 0;
}.tc-wp-tool-root .oklch-gallery-meta strong{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
}.tc-wp-tool-root .oklch-gallery-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}.tc-wp-tool-root .oklch-gallery-actions button{
  padding: 10px 8px;
  font-size: 12px;
}.tc-wp-tool-root .oklch-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  width: min(420px, calc(100% - 28px));
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(15, 23, 42, .92);
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(0,0,0,.36);
  text-align: center;
  font-size: 14px;
  transition: opacity .24s ease, transform .24s ease;
}.tc-wp-tool-root .oklch-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes oklchFadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 46px 20px; }.tc-wp-tool-root .oklch-tool-shell{ max-width: 1200px; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 46px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 17px; }.tc-wp-tool-root .oklch-palette-preview{ height: 230px; grid-auto-flow: column; grid-auto-columns: 1fr; }.tc-wp-tool-root .oklch-dashboard-grid{ grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-gallery-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-card{ padding: 22px; }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 14px; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 26px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; }.tc-wp-tool-root .oklch-hex-label{ font-size: 15px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 24px; }.tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 40px 18px; }.tc-wp-tool-root .oklch-tool-shell{ max-width: 100%; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 42px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 16px; }.tc-wp-tool-root .oklch-palette-preview{ height: 215px; grid-auto-flow: column; grid-auto-columns: 1fr; }.tc-wp-tool-root .oklch-dashboard-grid{ grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card, .tc-wp-tool-root .oklch-ui-card, .tc-wp-tool-root .oklch-import-card{ grid-column: span 3; }.tc-wp-tool-root .oklch-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .oklch-card{ padding: 20px; }.tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-gallery-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 14px; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 26px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; }.tc-wp-tool-root .oklch-hex-label{ font-size: 14px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 23px; }.tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 34px 16px; }.tc-wp-tool-root .oklch-tool-shell{ max-width: 100%; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 36px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 15px; }.tc-wp-tool-root .oklch-palette-preview{ height: 200px; grid-auto-flow: column; grid-auto-columns: 1fr; }.tc-wp-tool-root .oklch-dashboard-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card, .tc-wp-tool-root .oklch-ui-card, .tc-wp-tool-root .oklch-import-card, .tc-wp-tool-root .oklch-gallery-section{ grid-column: span 1; }.tc-wp-tool-root .oklch-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .oklch-card{ padding: 18px; }.tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-gallery-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .oklch-gallery-tools{ width: 100%; grid-template-columns: minmax(0, 1fr) 140px; }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 14px; min-height: 43px; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 27px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; }.tc-wp-tool-root .oklch-hex-label{ font-size: 13px; }.tc-wp-tool-root .oklch-mini-ui{ min-height: 220px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 22px; }.tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 28px 14px; }.tc-wp-tool-root .oklch-tool-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 31px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 14px; }.tc-wp-tool-root .oklch-preview-panel{ border-radius: 22px; padding: 8px; }.tc-wp-tool-root .oklch-palette-preview{ height: auto; min-height: 0; grid-template-columns: 1fr !important; grid-auto-flow: row; grid-auto-columns: auto; }.tc-wp-tool-root .oklch-color-block{ min-height: 82px; padding: 14px; flex-direction: row-reverse; align-items: center; }.tc-wp-tool-root .oklch-dashboard-grid, .tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid, .tc-wp-tool-root .oklch-gallery-grid, .tc-wp-tool-root .oklch-gallery-tools, .tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card, .tc-wp-tool-root .oklch-ui-card, .tc-wp-tool-root .oklch-import-card, .tc-wp-tool-root .oklch-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .oklch-dashboard-grid{ gap: 14px; }.tc-wp-tool-root .oklch-card{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .oklch-card-head{ align-items: flex-start; flex-direction: column; gap: 8px; }.tc-wp-tool-root .oklch-gallery-head{ align-items: stretch; }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 14px; min-height: 44px; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 30px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; }.tc-wp-tool-root .oklch-hex-label{ font-size: 14px; white-space: nowrap; }.tc-wp-tool-root .oklch-lock-btn{ width: 36px; height: 36px; min-width: 36px; }.tc-wp-tool-root .oklch-mini-ui{ min-height: 205px; padding: 14px; }.tc-wp-tool-root .oklch-mini-card{ padding: 16px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 21px; }.tc-wp-tool-root .oklch-mini-card p, .tc-wp-tool-root .oklch-contrast-box span{ font-size: 13px; }.tc-wp-tool-root .oklch-contrast-box{ min-height: 112px; padding: 15px; }.tc-wp-tool-root .oklch-contrast-box strong{ font-size: 26px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 24px 12px; }.tc-wp-tool-root .oklch-tool-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 28px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 13.5px; }.tc-wp-tool-root .oklch-preview-panel{ border-radius: 20px; padding: 7px; }.tc-wp-tool-root .oklch-palette-preview{ height: auto; grid-template-columns: 1fr !important; grid-auto-flow: row; grid-auto-columns: auto; }.tc-wp-tool-root .oklch-color-block{ min-height: 78px; padding: 13px; flex-direction: row-reverse; align-items: center; }.tc-wp-tool-root .oklch-dashboard-grid, .tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid, .tc-wp-tool-root .oklch-gallery-grid, .tc-wp-tool-root .oklch-gallery-tools, .tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card, .tc-wp-tool-root .oklch-ui-card, .tc-wp-tool-root .oklch-import-card, .tc-wp-tool-root .oklch-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .oklch-dashboard-grid{ gap: 12px; }.tc-wp-tool-root .oklch-card{ padding: 15px; border-radius: 18px; }.tc-wp-tool-root .oklch-card-head{ flex-direction: column; align-items: flex-start; gap: 8px; }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 13.5px; min-height: 43px; padding: 10px 11px; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 30px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; font-size: 12.5px; }.tc-wp-tool-root .oklch-hex-label{ font-size: 13px; white-space: nowrap; }.tc-wp-tool-root .oklch-lock-btn{ width: 34px; height: 34px; min-width: 34px; }.tc-wp-tool-root .oklch-mini-ui{ min-height: 198px; padding: 12px; }.tc-wp-tool-root .oklch-mini-card{ padding: 15px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 20px; }.tc-wp-tool-root .oklch-mini-card p, .tc-wp-tool-root .oklch-contrast-box span{ font-size: 13px; }.tc-wp-tool-root .oklch-contrast-box{ min-height: 108px; padding: 14px; }.tc-wp-tool-root .oklch-contrast-box strong{ font-size: 24px; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .oklch-palette-generator-tool{ padding: 20px 10px; }.tc-wp-tool-root .oklch-tool-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .oklch-tool-header{ margin-bottom: 20px; }.tc-wp-tool-root .oklch-tool-header h1{ font-size: 25px; }.tc-wp-tool-root .oklch-tool-header p{ font-size: 13px; line-height: 1.55; }.tc-wp-tool-root .oklch-preview-panel{ border-radius: 18px; padding: 6px; }.tc-wp-tool-root .oklch-palette-preview{ height: auto; grid-template-columns: 1fr !important; grid-auto-flow: row; grid-auto-columns: auto; }.tc-wp-tool-root .oklch-color-block{ min-height: 74px; padding: 12px; flex-direction: row-reverse; align-items: center; }.tc-wp-tool-root .oklch-dashboard-grid, .tc-wp-tool-root .oklch-button-grid, .tc-wp-tool-root .oklch-export-grid, .tc-wp-tool-root .oklch-gallery-grid, .tc-wp-tool-root .oklch-gallery-tools, .tc-wp-tool-root .oklch-a11y-selects{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .oklch-generator-card, .tc-wp-tool-root .oklch-editor-card, .tc-wp-tool-root .oklch-export-card, .tc-wp-tool-root .oklch-accessibility-card, .tc-wp-tool-root .oklch-ui-card, .tc-wp-tool-root .oklch-import-card, .tc-wp-tool-root .oklch-gallery-section{ grid-column: 1 / -1; }.tc-wp-tool-root .oklch-dashboard-grid{ gap: 11px; }.tc-wp-tool-root .oklch-card{ padding: 13px; border-radius: 17px; }.tc-wp-tool-root .oklch-card-head{ flex-direction: column; align-items: flex-start; gap: 7px; margin-bottom: 14px; }.tc-wp-tool-root .oklch-card-head h2{ font-size: 16px; }.tc-wp-tool-root .oklch-control-row{ grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }.tc-wp-tool-root .oklch-icon-btn{ width: 42px; height: 42px; font-size: 21px; }.tc-wp-tool-root .oklch-count-display{ min-height: 42px; font-size: 19px; }.tc-wp-tool-root .oklch-palette-generator-tool input, .tc-wp-tool-root .oklch-palette-generator-tool select, .tc-wp-tool-root .oklch-palette-generator-tool textarea, .tc-wp-tool-root .oklch-palette-generator-tool button{ font-size: 13px; min-height: 41px; padding: 9px 10px; }.tc-wp-tool-root .oklch-palette-generator-tool button{ white-space: normal; }.tc-wp-tool-root .oklch-palette-generator-tool input[type="range"]{ height: 30px; }.tc-wp-tool-root .oklch-slider-label{ flex-direction: row; font-size: 12px; }.tc-wp-tool-root .oklch-hex-label{ font-size: 12.5px; white-space: nowrap; }.tc-wp-tool-root .oklch-lock-btn{ width: 32px; height: 32px; min-width: 32px; font-size: 15px; }.tc-wp-tool-root .oklch-mini-ui{ min-height: 188px; padding: 10px; }.tc-wp-tool-root .oklch-mini-card{ padding: 13px; }.tc-wp-tool-root .oklch-mini-card h3{ font-size: 19px; }.tc-wp-tool-root .oklch-mini-card p, .tc-wp-tool-root .oklch-contrast-box span{ font-size: 12.5px; }.tc-wp-tool-root .oklch-contrast-box{ min-height: 104px; padding: 13px; }.tc-wp-tool-root .oklch-contrast-box strong{ font-size: 22px; }.tc-wp-tool-root .oklch-gallery-actions{ grid-template-columns: 1fr; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}