@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 #ccg-wrap#ccg-wrap, .tc-wp-tool-root #ccg-wrap#ccg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap{
  --ccg-primary: #2f6df6;
  --ccg-primary-bright: #4f83ff;
  --ccg-secondary: #10213f;
  --ccg-accent: #d9902f;
  --ccg-soft-bg: #eef5ff;
  --ccg-card-bg: rgba(255, 255, 255, .92);
  --ccg-heading: #13213a;
  --ccg-body: #263653;
  --ccg-muted: #66738a;
  --ccg-border: #dbe5f3;
  --ccg-gradient: linear-gradient(135deg, #2f6df6 0%, #1f56d9 54%, #d9902f 125%);
  --ccg-shadow: 0 24px 70px rgba(27, 57, 108, .14);
  --ccg-soft-shadow: 0 12px 34px rgba(33, 68, 122, .1);
  --ccg-radius: 22px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 28px 14px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ccg-body);
  background:
    radial-gradient(circle at 12% 8%, rgba(47, 109, 246, .16), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(217, 144, 47, .16), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--ccg-soft-bg) 100%);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-shell, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-hero, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tool, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-panel{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-shell{
  display: flex;
  flex-direction: column;
  gap: 18px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-hero{
  text-align: center;
  max-width: 900px;
  padding: 6px 4px 4px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-title{
  margin: 0;
  color: var(--ccg-heading);
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--ccg-muted);
  font-size: 15px;
  line-height: 1.55;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tool{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-panel{
  border: 1px solid rgba(219, 229, 243, .9);
  background: var(--ccg-card-bg);
  box-shadow: var(--ccg-shadow);
  border-radius: var(--ccg-radius);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-form-panel{
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  padding: 16px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-output-panel{
  padding: 16px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-field{
  min-width: 0;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-label{
  display: block;
  margin: 0 0 7px;
  color: var(--ccg-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-input, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-textarea, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-select{
  appearance: none;
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--ccg-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ccg-body);
  box-shadow: inset 0 1px 0 rgba(16, 33, 63, .03);
  font: 500 14px/1.45 Inter, system-ui, sans-serif;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-input, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-select{
  padding: 0 13px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-select{
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #66738a 50%),
    linear-gradient(135deg, #66738a 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 19px,
    calc(100% - 14px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-textarea{
  min-height: 92px;
  resize: vertical;
  padding: 12px 13px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-large-textarea{
  min-height: 116px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-input::placeholder, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-textarea::placeholder{
  color: #9aa7b9;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-input:focus, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-textarea:focus, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-select:focus{
  border-color: rgba(47, 109, 246, .72);
  box-shadow: 0 0 0 4px rgba(47, 109, 246, .14);
  background: #fff;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-controls{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-toggles, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-style-tabs, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-btn, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip{
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  min-height: 44px;
  padding: 11px 15px;
  font: 800 13px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  text-align: center;
  touch-action: manipulation;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-btn:hover, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab:hover, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip:hover{
  transform: translateY(-2px);
  box-shadow: var(--ccg-soft-shadow);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-btn:active, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab:active, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip:active{
  transform: scale(.96);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-btn:focus-visible, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab:focus-visible, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip:focus-visible{
  outline: 3px solid rgba(47, 109, 246, .28);
  outline-offset: 3px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-primary-btn{
  color: #ffffff;
  background: var(--ccg-gradient);
  box-shadow: 0 14px 30px rgba(47, 109, 246, .28);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-primary-btn:hover{
  background: linear-gradient(135deg, var(--ccg-primary-bright) 0%, #2868f0 54%, #eda94a 125%);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-secondary-btn, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-copy-btn, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip{
  color: var(--ccg-secondary);
  border-color: var(--ccg-border);
  background: rgba(255, 255, 255, .82);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab-active, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip[aria-pressed="true"]{
  color: #ffffff;
  border-color: rgba(47, 109, 246, .3);
  background: linear-gradient(135deg, var(--ccg-secondary), var(--ccg-primary));
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-btn.ccg-success-state, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-chip.ccg-success-state, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tab.ccg-success-state{
  color: #ffffff;
  border-color: rgba(24, 139, 88, .45);
  background: linear-gradient(135deg, #188b58, #29a875);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-actions .ccg-btn{
  flex: 1 1 160px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results-head{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 13px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results-title{
  margin: 0;
  color: var(--ccg-heading);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results-note{
  margin: 0;
  color: var(--ccg-muted);
  font-size: 13px;
  line-height: 1.4;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-result-card{
  display: flex;
  flex-direction: column;
  height: 390px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ccg-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 12px 32px rgba(27, 57, 108, .08);
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-result-card[hidden]{
  display: none;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-card-head{
  min-height: 68px;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-card-title{
  margin: 0;
  color: var(--ccg-heading);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-card-meta{
  margin: 6px 0 0;
  color: var(--ccg-muted);
  font-size: 12px;
  line-height: 1.35;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-output{
  flex: 1 1 auto;
  min-height: 0;
  margin: 10px 0 12px;
  padding: 13px;
  border: 1px solid #e5edf8;
  border-radius: 14px;
  background: #fdfefe;
  color: var(--ccg-body);
  font-size: 13px;
  line-height: 1.58;
  word-break: normal;
  overflow-wrap: normal;
  white-space: pre-wrap;
  overflow: auto;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-copy-btn{
  width: 100%;
  flex: 0 0 auto;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  min-width: 180px;
  max-width: min(90vw, 420px);
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(16, 33, 63, .96);
  color: #ffffff;
  box-shadow: 0 24px 80px rgba(16, 33, 63, .38);
  font: 800 15px/1.25 Inter, system-ui, sans-serif;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-toast.ccg-toast-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #ccg-wrap#ccg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-form-panel{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-field, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-controls, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-toggles, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-style-tabs, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-actions{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-field-half{
    grid-column: auto;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #ccg-wrap#ccg-wrap{
    padding: 44px 22px;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-title{
    font-size: clamp(40px, 5vw, 58px);
    line-height: 1.02;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-result-card{
    height: 420px;
  }}@media (min-width: 1024px) {.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-tool{
    grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-form-panel, .tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-output-panel{
    max-width: none;
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-results{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root #ccg-wrap#ccg-wrap .ccg-result-card{
    height: 430px;
  }}.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 .ccg-toggle {}
.tc-wp-tool-root .ccg-tool-root {}