@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 .sixty-thirty-ten-palette-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #f8fafc;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 122, 198, 0.35), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(58, 190, 255, 0.32), transparent 28%),
    linear-gradient(135deg, #141528 0%, #201a3d 42%, #102a33 100%);
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool, .tc-wp-tool-root .sixty-thirty-ten-palette-tool div, .tc-wp-tool-root .sixty-thirty-ten-palette-tool section, .tc-wp-tool-root .sixty-thirty-ten-palette-tool header, .tc-wp-tool-root .sixty-thirty-ten-palette-tool main, .tc-wp-tool-root .sixty-thirty-ten-palette-tool h1, .tc-wp-tool-root .sixty-thirty-ten-palette-tool h2, .tc-wp-tool-root .sixty-thirty-ten-palette-tool h3, .tc-wp-tool-root .sixty-thirty-ten-palette-tool p, .tc-wp-tool-root .sixty-thirty-ten-palette-tool span, .tc-wp-tool-root .sixty-thirty-ten-palette-tool label, .tc-wp-tool-root .sixty-thirty-ten-palette-tool input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool button{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{
  width: min(760px, 100%);
  margin: 0 auto;
  color: rgba(236, 244, 255, 0.84);
  line-height: 1.6;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32), 0 0 34px rgba(123, 92, 255, 0.12);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head h2, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head p, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-head p{
  margin: 6px 0 0;
  color: rgba(236, 244, 255, 0.68);
  font-size: 13px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-chip, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-badge, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #eaf2ff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block{
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  cursor: pointer;
  overflow: hidden;
  transition: flex 220ms ease, transform 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block.stt-active{
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.92), inset 0 0 28px rgba(255, 255, 255, 0.28);
  z-index: 2;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block:hover{
  flex-grow: 1.15;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-block-content{
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-lock-btn{
  align-self: flex-end;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid currentColor;
  color: inherit;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{
  display: block;
  white-space: nowrap;
  font-weight: 850;
  line-height: 1.05;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-role{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid currentColor;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-preview{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field{
  display: grid;
  gap: 8px;
  width: 100%;
  color: rgba(236, 244, 255, 0.86);
  font-size: 13px;
  font-weight: 750;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(7, 12, 28, 0.46);
  color: #ffffff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea{
  min-height: 122px;
  resize: vertical;
  line-height: 1.5;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input:focus, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select:focus, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea:focus, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input:focus, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select:focus{
  border-color: rgba(148, 218, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(60, 180, 255, 0.16), 0 0 26px rgba(120, 90, 255, 0.16);
  background: rgba(7, 12, 28, 0.62);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-icon-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-stepper button, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-action{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn{
  color: #08111f;
  background: linear-gradient(135deg, #ffffff, #99e7ff 48%, #ffd0f0);
  box-shadow: 0 15px 30px rgba(80, 210, 255, 0.24);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-icon-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-action{
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn:hover, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn:hover, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-icon-btn:hover, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-action:hover, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-stepper button:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(97, 215, 255, 0.22), 0 0 24px rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn:disabled, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn:disabled, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-icon-btn:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-mini-actions{
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-mini-actions .stt-icon-btn{
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: 20px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-stepper{
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-stepper strong{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 14px;
  background: rgba(7, 12, 28, 0.46);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-stepper button{
  height: 42px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 22px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-selected-swatch{
  width: 100%;
  min-height: 80px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-stack{
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field em{
  font-style: normal;
  color: rgba(236, 244, 255, 0.72);
  white-space: nowrap;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool input[type="range"]{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool input[type="range"]::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--stt-track, linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red));
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool input[type="range"]::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -8px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #111827;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool input[type="range"]::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--stt-track, linear-gradient(90deg, red, yellow, lime, cyan, blue, magenta, red));
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool input[type="range"]::-moz-range-thumb{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #111827;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(7, 12, 28, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box strong{
  color: #ffffff;
  font-size: 30px;
  white-space: nowrap;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-badge.stt-pass-aaa{
  color: #062015;
  background: #9ff2c4;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-badge.stt-pass-aa{
  color: #10210a;
  background: #d6f58d;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-badge.stt-fail{
  color: #330b0b;
  background: #ffb4b4;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-preview{
  border-radius: 20px;
  padding: 18px;
  background: var(--stt-dom);
  border: 1px solid rgba(255, 255, 255, 0.16);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-shell{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 18px;
  background: var(--stt-sec);
  border: 1px solid var(--stt-border);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-accent{
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--stt-acc);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content{
  display: grid;
  gap: 10px;
  padding-left: 10px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{
  margin: 0;
  color: var(--stt-text);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content a{
  color: var(--stt-acc);
  font-weight: 800;
  text-decoration: none;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content button{
  width: fit-content;
  max-width: 100%;
  min-width: 140px;
  white-space: nowrap;
  border: 0;
  border-radius: 14px;
  padding: 12px 16px;
  color: var(--stt-btn-text);
  background: var(--stt-acc);
  font-weight: 850;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-item{
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(7, 12, 28, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.13);
  opacity: 1;
  transform: scale(1);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-item.stt-hidden{
  display: none;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-item:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.25);
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-small-palette{
  display: flex;
  width: 100%;
  height: 58px;
  overflow: hidden;
  border-radius: 14px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-small-palette span{
  flex: 1 1 0;
  min-width: 0;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-meta{
  display: grid;
  gap: 5px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-meta strong{
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-meta span{
  color: rgba(236, 244, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-actions{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-action{
  padding: 10px 8px;
  font-size: 12px;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-toast{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  width: min(360px, calc(100vw - 36px));
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  color: #07111e;
  background: linear-gradient(135deg, #ffffff, #aceeff);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
  font-weight: 850;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-toast.stt-show{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1200px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 56px 32px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 1200px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 54px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 18px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 24px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: 300px; flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 22px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 18px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-generator-card{ grid-column: span 4; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-card{ grid-column: span 4; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-card{ grid-column: span 4; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-card{ grid-column: span 4; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-card{ grid-column: span 5; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-import-card{ grid-column: span 3; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-card{ grid-column: 1 / -1; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid{ grid-template-columns: repeat(4, 1fr); gap: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools{ grid-template-columns: 220px 150px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 46px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 46px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 24px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{ font-size: 14px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 48px 24px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 100%; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 46px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 17px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 22px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: 280px; flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 20px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 16px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-generator-card, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-card, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-card, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-card{ grid-column: span 3; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-card{ grid-column: span 4; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-import-card{ grid-column: span 2; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-card{ grid-column: 1 / -1; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid{ grid-template-columns: repeat(3, 1fr); gap: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools{ grid-template-columns: 1fr 150px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 46px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 46px; padding: 12px 14px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 23px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 42px 20px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 100%; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 40px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 16px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 20px; border-radius: 22px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: 250px; flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-block-content{ padding: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 17px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-role{ font-size: 11px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 16px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-card{ grid-column: 1 / -1; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 46px; padding: 12px 13px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 46px; padding: 12px 13px; font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: row; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 22px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{ font-size: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 34px 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 100%; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 32px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 15px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 17px; border-radius: 20px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: auto; min-height: 420px; flex-direction: column; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block{ min-height: 84px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-block-content{ padding: 13px; flex-direction: row; align-items: center; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 18px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-preview{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ margin-top: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-head{ flex-direction: column; align-items: stretch; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 46px; padding: 12px 13px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 46px; padding: 12px 13px; font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box{ grid-template-columns: 1fr; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 21px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{ font-size: 14px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 30px 12px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 100%; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 29px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 15px; border-radius: 18px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: auto; min-height: 400px; flex-direction: column; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block{ min-height: 78px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-block-content{ padding: 12px; flex-direction: row; align-items: center; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 16px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-role{ font-size: 10px; padding: 6px 8px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-preview{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ margin-top: 12px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-head{ flex-direction: column; align-items: stretch; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 44px; padding: 11px 12px; font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 44px; padding: 11px 12px; font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box{ grid-template-columns: 1fr; padding: 15px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 20px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{ font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-actions{ grid-template-columns: 1fr; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .sixty-thirty-ten-palette-tool{ padding: 26px 10px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-container{ width: 100%; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero h1{ font-size: 25px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hero p{ font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-preview-panel, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card{ padding: 13px; border-radius: 16px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-palette-preview{ height: auto; min-height: 372px; flex-direction: column; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-color-block{ min-height: 74px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-block-content{ padding: 10px; flex-direction: row; align-items: center; gap: 8px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-lock-btn{ width: 32px; height: 32px; border-radius: 10px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-hex{ font-size: 14px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-role{ font-size: 9px; padding: 5px 7px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-control-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-export-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-access-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-grid, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-editor-preview{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-dashboard{ margin-top: 10px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-section-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-card-head, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-head{ flex-direction: column; align-items: stretch; gap: 10px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field select, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-field textarea, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools input, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-gallery-tools select{ min-height: 42px; padding: 10px 11px; font-size: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-primary-btn, .tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-secondary-btn{ min-height: 42px; padding: 10px 11px; font-size: 12px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-slider-field > span{ flex-direction: column; align-items: flex-start; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box{ grid-template-columns: 1fr; padding: 13px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-contrast-box strong{ font-size: 24px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content h3{ font-size: 18px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-ui-content p{ font-size: 12px; }.tc-wp-tool-root .sixty-thirty-ten-palette-tool .stt-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;
}