@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 #clg-wrap#clg-wrap{
  --clg-primary: #155eef;
  --clg-secondary: #0f172a;
  --clg-accent: #08c7e8;
  --clg-soft-bg: #eef6ff;
  --clg-card-bg: #ffffff;
  --clg-heading: #07111f;
  --clg-body: #1e293b;
  --clg-muted: #64748b;
  --clg-border: #d9e5f2;
  --clg-button-gradient: linear-gradient(135deg, #155eef 0%, #08c7e8 100%);
  --clg-shadow: 0 22px 70px rgba(15, 23, 42, .13);
  --clg-radius: 22px;
  position: relative;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(8, 199, 232, .2), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(21, 94, 239, .16), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, var(--clg-soft-bg) 100%);
  color: var(--clg-body);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 28px 14px;
}.tc-wp-tool-root #clg-wrap#clg-wrap *, .tc-wp-tool-root #clg-wrap#clg-wrap *::before, .tc-wp-tool-root #clg-wrap#clg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-shell, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tool, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-hero{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 8px 0 6px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
  margin: 0 auto 10px;
  max-width: 880px;
  color: var(--clg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
  margin: 0 auto;
  max-width: 700px;
  color: var(--clg-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-card{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--clg-border);
  border-radius: var(--clg-radius);
  box-shadow: var(--clg-shadow);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input-card{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 16px;
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-label{
  display: block;
  margin: 0 0 8px;
  color: var(--clg-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-search, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="text"], .tc-wp-tool-root #clg-wrap#clg-wrap textarea, .tc-wp-tool-root #clg-wrap#clg-wrap select{
  appearance: none;
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd9ea;
  border-radius: 16px;
  background: #fbfdff;
  color: var(--clg-body);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, .03);
  outline: none;
  resize: vertical;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input{
  min-height: 170px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input:focus, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-search:focus, .tc-wp-tool-root #clg-wrap#clg-wrap input[type="text"]:focus, .tc-wp-tool-root #clg-wrap#clg-wrap textarea:focus, .tc-wp-tool-root #clg-wrap#clg-wrap select:focus{
  border-color: var(--clg-primary);
  box-shadow: 0 0 0 4px rgba(21, 94, 239, .14);
  background: #ffffff;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-counts{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  color: var(--clg-muted);
  font-size: 13px;
  font-weight: 600;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-counts span{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--clg-border);
  border-radius: 999px;
  background: #f8fbff;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-counts strong{
  color: var(--clg-heading);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-control-area{
  display: grid;
  gap: 14px;
  align-content: start;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tabs{
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}.tc-wp-tool-root #clg-wrap#clg-wrap button, .tc-wp-tool-root #clg-wrap#clg-wrap button[type="button"], .tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab{
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--clg-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--clg-muted);
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:hover, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .14);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:active, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:active{
  transform: scale(.97);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn:focus-visible, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-check input:focus-visible{
  box-shadow: 0 0 0 4px rgba(8, 199, 232, .22);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-tab-active{
  border-color: rgba(21, 94, 239, .55);
  background: #eaf3ff;
  color: var(--clg-primary);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-primary{
  background: var(--clg-button-gradient);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(21, 94, 239, .28);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-secondary, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-toggle{
  border: 1px solid var(--clg-border);
  background: #ffffff;
  color: var(--clg-secondary);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-btn-success, .tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn.clg-btn-success{
  background: #0f9f6e;
  border-color: #0f9f6e;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 159, 110, .25);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-more-panel{
  padding: 12px;
  border: 1px solid var(--clg-border);
  border-radius: 18px;
  background: #f8fbff;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-check{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--clg-body);
  font-size: 13px;
  font-weight: 650;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-check input{
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #b8c8dc;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-check input:checked{
  border-color: var(--clg-primary);
  background:
    linear-gradient(135deg, transparent 45%, #ffffff 46% 54%, transparent 55%),
    var(--clg-primary);
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-output-card{
  display: flex;
  flex-direction: column;
  height: 270px;
  min-height: 270px;
  max-height: 270px;
  padding: 14px;
  border: 1px solid var(--clg-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .09);
  overflow: hidden;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-output-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-output-title{
  margin: 0;
  color: var(--clg-heading);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-meta{
  display: block;
  margin-top: 4px;
  color: var(--clg-muted);
  font-size: 11px;
  font-weight: 650;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-preview{
  flex: 1 1 auto;
  height: 138px;
  min-height: 138px;
  max-height: 138px;
  overflow: auto;
  padding: 13px;
  border: 1px solid #e2ebf5;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, .98), rgba(255, 255, 255, .98));
  color: #0f172a;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
  word-break: normal;
  overflow-wrap: normal;
  white-space: pre-wrap;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-output-actions{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 12px;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-copy-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid rgba(21, 94, 239, .25);
  border-radius: 13px;
  background: #eef6ff;
  color: var(--clg-primary);
  font-size: 13px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-empty-note{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border: 1px dashed var(--clg-border);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  color: var(--clg-muted);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  min-width: 150px;
  max-width: min(90vw, 360px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(7, 17, 31, .94);
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #clg-wrap#clg-wrap .clg-toast.clg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #clg-wrap#clg-wrap svg{
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
}@media (min-width: 640px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-actions{
    grid-template-columns: 1fr 1fr;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #clg-wrap#clg-wrap .clg-title{
    font-size: clamp(38px, 5vw, 58px);
    max-width: 960px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-input-card{
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    padding: 20px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    gap: 16px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #clg-wrap#clg-wrap{
    padding: 42px 24px;
  }.tc-wp-tool-root #clg-wrap#clg-wrap .clg-results{
    grid-template-columns: repeat(4, minmax(0, 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;
}

.tc-wp-tool-root .clg-char-count {}
.tc-wp-tool-root .clg-control-block {}
.tc-wp-tool-root .clg-copy-all-btn {}
.tc-wp-tool-root .clg-input-area {}
.tc-wp-tool-root .clg-preserve-option {}
.tc-wp-tool-root .clg-reset-btn {}
.tc-wp-tool-root .clg-word-count {}
.tc-wp-tool-root .clg-wrap {}