@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* 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 #colg-wrap#colg-wrap, .tc-wp-tool-root #colg-wrap#colg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #colg-wrap#colg-wrap{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 22px 14px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #26364f;
  background:
    radial-gradient(circle at 18% 8%, rgba(34, 211, 238, .22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(129, 140, 248, .22), transparent 30%),
    linear-gradient(135deg, #f6f9ff 0%, #edf4ff 52%, #f8fbff 100%);
  overflow-x: hidden;
}.tc-wp-tool-root #colg-wrap#colg-wrap button, .tc-wp-tool-root #colg-wrap#colg-wrap textarea, .tc-wp-tool-root #colg-wrap#colg-wrap input{
  font: inherit;
}.tc-wp-tool-root #colg-wrap#colg-wrap button{
  appearance: none;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-hero{
  width: 100%;
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-title{
  margin: 0;
  color: #081a3a;
  font-size: clamp(1.75rem, 7vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-subtitle{
  max-width: 720px;
  margin: 10px auto 0;
  color: #50627d;
  font-size: clamp(.96rem, 2.6vw, 1.08rem);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-generator{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-panel, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-result-card{
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(166, 185, 214, .64);
  box-shadow: 0 18px 50px rgba(15, 35, 75, .12);
  backdrop-filter: blur(14px);
  border-radius: 22px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-input-panel, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-panel{
  padding: 16px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-label, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-range-label{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 8px;
  color: #14284f;
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-textarea{
  appearance: none;
  display: block;
  width: 100%;
  min-height: 154px;
  resize: vertical;
  padding: 14px;
  color: #0c1d3d;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #b9c8dc;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(20, 57, 110, .06);
  outline: none;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-textarea:focus{
  border-color: #1d72f3;
  box-shadow: 0 0 0 4px rgba(29, 114, 243, .14), 0 12px 26px rgba(20, 57, 110, .08);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-toolbar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-count{
  margin-right: auto;
  color: #64748b;
  font-size: .88rem;
  font-weight: 600;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-btn, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn{
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 13px;
  font-size: .9rem;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, border-color .16s ease, background .16s ease;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-btn:hover, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn:hover, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle:hover, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-btn:active, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn:active, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle:active, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn:active, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-is-pressed{
  transform: scale(.97);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-btn:focus-visible, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn:focus-visible, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle:focus-visible, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn:focus-visible, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-range:focus-visible, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-spacing-toggle:focus-visible{
  outline: 3px solid rgba(34, 211, 238, .48);
  outline-offset: 3px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-primary-btn, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn{
  color: #ffffff;
  background: linear-gradient(135deg, #1f3fb8 0%, #1474f5 55%, #16c9de 100%);
  box-shadow: 0 12px 24px rgba(20, 92, 210, .22);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-secondary-btn, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle{
  color: #17315b;
  background: #ffffff;
  border: 1px solid #c2d0e4;
  box-shadow: 0 8px 18px rgba(25, 48, 84, .07);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn{
  color: #38506f;
  background: rgba(255,255,255,.8);
  border: 1px solid #c5d2e5;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-filter-btn.is-active{
  color: #ffffff;
  background: linear-gradient(135deg, #102a73, #1a74f0);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(21, 86, 200, .24);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle{
  width: 100%;
  margin-top: 12px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-options{
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d5dfef;
  border-radius: 16px;
  background: rgba(245, 249, 255, .82);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-check{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344966;
  font-size: .9rem;
  font-weight: 650;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-spacing-toggle{
  appearance: none;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid #aebed2;
  background: #dbe5f3;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.12);
  position: relative;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-spacing-toggle::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(0,0,0,.18);
  transition: transform .18s ease;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-spacing-toggle:checked{
  background: linear-gradient(135deg, #1d4ed8, #22d3ee);
  border-color: transparent;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-spacing-toggle:checked::before{
  transform: translateX(17px);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range-label{
  margin-top: 14px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range{
  appearance: none;
  width: 100%;
  height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #22d3ee);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range::-moz-range-track{
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #22d3ee);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range::-webkit-slider-thumb{
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #156df0;
  box-shadow: 0 5px 14px rgba(18, 65, 150, .28);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-range::-moz-range-thumb{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #156df0;
  box-shadow: 0 5px 14px rgba(18, 65, 150, .28);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-panel{
  display: flex;
  flex-direction: column;
  min-height: 260px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-head{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-kicker, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-style, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-card-meta{
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview{
  flex: 1;
  min-height: 150px;
  max-height: 240px;
  overflow: auto;
  padding: 16px;
  color: #0a1b3b;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,247,255,.9)),
    repeating-linear-gradient(-8deg, transparent 0 25px, rgba(248, 113, 113, .15) 26px 28px);
  border: 1px solid #cbd8ea;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-copy-btn{
  margin-top: 12px;
  width: 100%;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-results-grid{
  width: 100%;
  max-width: 1200px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-result-card{
  height: 260px;
  padding: 14px;
  display: flex;
  flex-direction: column;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-card-title{
  margin: 0;
  color: #10203f;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-card-meta{
  margin-top: 3px;
  color: #5d708c;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-result-output{
  height: 108px;
  margin: 12px 0;
  padding: 12px;
  overflow: auto;
  color: #10203f;
  background: #f8fbff;
  border: 1px solid #d4deec;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 650;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-copy-btn{
  width: 100%;
  margin-top: auto;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-success{
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .22), 0 12px 24px rgba(20, 92, 210, .22);
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  pointer-events: none;
  min-width: 150px;
  max-width: calc(100vw - 36px);
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  background: rgba(8, 20, 45, .94);
  border: 1px solid rgba(125, 211, 252, .35);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(2, 8, 23, .38);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #colg-wrap#colg-wrap .colg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #colg-wrap#colg-wrap{
    padding: 30px 18px;
  }.tc-wp-tool-root #colg-wrap#colg-wrap .colg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #colg-wrap#colg-wrap .colg-generator{
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    align-items: stretch;
  }.tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-toggle{
    display: none;
  }.tc-wp-tool-root #colg-wrap#colg-wrap .colg-more-options{
    display: block;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #colg-wrap#colg-wrap{
    padding: 38px 24px;
  }.tc-wp-tool-root #colg-wrap#colg-wrap .colg-results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root #colg-wrap#colg-wrap .colg-input-panel, .tc-wp-tool-root #colg-wrap#colg-wrap .colg-preview-panel{
    padding: 20px;
  }}.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 .colg-char-count {}
.tc-wp-tool-root .colg-clear-btn {}
.tc-wp-tool-root .colg-copy-all-btn {}
.tc-wp-tool-root .colg-size-value {}
.tc-wp-tool-root .colg-tool-root {}