@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 .tscc-tool{
  --tscc-bg: #101318;
  --tscc-bg-2: #171c22;
  --tscc-card: rgba(24, 29, 36, 0.96);
  --tscc-panel: #202731;
  --tscc-panel-2: #151a20;
  --tscc-border: rgba(255, 255, 255, 0.14);
  --tscc-border-strong: rgba(250, 204, 21, 0.42);
  --tscc-text: #f8fafc;
  --tscc-muted: #b7c1ce;
  --tscc-soft: #7e8b9a;
  --tscc-accent: #facc15;
  --tscc-accent-2: #60a5fa;
  --tscc-danger: #fb7185;
  --tscc-success: #34d399;
  --tscc-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  position: relative;
  border-radius: 0;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tscc-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(115deg, rgba(250, 204, 21, 0.12) 0 2px, transparent 2px 84px),
    linear-gradient(65deg, rgba(96, 165, 250, 0.10) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(255, 255, 255, 0.035) 26px 28px, transparent 28px 54px),
    radial-gradient(circle at 18% 12%, rgba(96, 165, 250, 0.18), transparent 34%),
    linear-gradient(180deg, #0d1014 0%, var(--tscc-bg) 48%, #0b0d10 100%);
}.tc-wp-tool-root .tscc-tool *, .tc-wp-tool-root .tscc-tool *::before, .tc-wp-tool-root .tscc-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .tscc-shell{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 20px;
  min-width: 0;
}.tc-wp-tool-root .tscc-header{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
  max-width: 850px;
}.tc-wp-tool-root .tscc-header h1{
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(250, 204, 21, 0.18), 0 14px 42px rgba(0, 0, 0, 0.45);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-header p{
  margin: 0;
  color: #dce6f2;
  font-size: clamp(0.96rem, 1.5vw, 1.18rem);
  line-height: 1.55;
  max-width: 720px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--tscc-border);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(31, 38, 48, 0.98), rgba(17, 21, 27, 0.98));
  box-shadow: var(--tscc-shadow);
  overflow: hidden;
}.tc-wp-tool-root .tscc-input-panel, .tc-wp-tool-root .tscc-preview-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--tscc-border);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--tscc-panel), var(--tscc-panel-2));
  padding: 18px;
}.tc-wp-tool-root .tscc-input-panel{
  display: grid;
  gap: 18px;
  align-content: start;
}.tc-wp-tool-root .tscc-preview-panel{
  overflow-y: auto;
  scrollbar-color: var(--tscc-accent) #1a2028;
  scrollbar-width: thin;
}.tc-wp-tool-root .tscc-preview-panel::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .tscc-preview-panel::-webkit-scrollbar-track{
  background: #1a2028;
  border-radius: 999px;
}.tc-wp-tool-root .tscc-preview-panel::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--tscc-accent), var(--tscc-accent-2));
  border-radius: 999px;
}.tc-wp-tool-root .tscc-group{
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tscc-group-label{
  width: fit-content;
  max-width: 100%;
  color: #0d1014;
  background: linear-gradient(135deg, var(--tscc-accent), #ffe58a);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-input-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tscc-input-grid label, .tc-wp-tool-root .tscc-select-label{
  display: grid;
  gap: 7px;
  position: relative;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .tscc-input-grid span, .tc-wp-tool-root .tscc-select-label span{
  color: var(--tscc-muted);
  font-size: 0.86rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-input-grid input, .tc-wp-tool-root .tscc-select-label select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #0f141a;
  color: var(--tscc-text);
  padding: 12px 12px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tscc-input-grid input:focus, .tc-wp-tool-root .tscc-select-label select:focus, .tc-wp-tool-root .tscc-btn:focus-visible, .tc-wp-tool-root .tscc-popular button:focus-visible{
  border-color: var(--tscc-accent);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.18);
}.tc-wp-tool-root .tscc-input-grid input.tscc-invalid{
  border-color: var(--tscc-danger);
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.13);
}.tc-wp-tool-root .tscc-input-grid small{
  color: var(--tscc-soft);
  font-size: 0.76rem;
}.tc-wp-tool-root .tscc-input-grid em{
  min-height: 1.05em;
  color: var(--tscc-danger);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.35;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-divider{
  height: 8px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, var(--tscc-accent) 0 28px, transparent 28px 42px),
    #303743;
  opacity: 0.9;
}.tc-wp-tool-root .tscc-settings{
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tscc-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
  justify-content: flex-end;
}.tc-wp-tool-root .tscc-btn, .tc-wp-tool-root .tscc-popular button{
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-width: 0;
  max-width: 100%;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-btn{
  padding: 12px 14px;
}.tc-wp-tool-root .tscc-btn:hover, .tc-wp-tool-root .tscc-popular button:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .tscc-btn-primary{
  color: #111318;
  background: linear-gradient(135deg, var(--tscc-accent), #fff08a);
  border-color: rgba(250, 204, 21, 0.6);
}.tc-wp-tool-root .tscc-btn-secondary{
  color: var(--tscc-text);
  background: #141a22;
  border-color: rgba(255, 255, 255, 0.17);
}.tc-wp-tool-root .tscc-btn-secondary:hover{
  border-color: var(--tscc-accent-2);
}.tc-wp-tool-root .tscc-status, .tc-wp-tool-root .tscc-message{
  min-height: 1.3em;
  color: var(--tscc-success);
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-status.tscc-warning, .tc-wp-tool-root .tscc-message.tscc-warning{
  color: var(--tscc-accent);
}.tc-wp-tool-root .tscc-status.tscc-error, .tc-wp-tool-root .tscc-message.tscc-error{
  color: var(--tscc-danger);
}.tc-wp-tool-root .tscc-size-line{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  min-width: 0;
}.tc-wp-tool-root .tscc-size-line::before{
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 42px;
  height: 10px;
  border-top: 3px solid var(--tscc-accent);
  border-bottom: 3px solid var(--tscc-accent);
  transform: skewX(-18deg);
}.tc-wp-tool-root .tscc-size-line strong, .tc-wp-tool-root .tscc-size-line span{
  min-width: 0;
  width: 100%;
  border-radius: 14px;
  padding: 12px;
  text-align: center;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-size-line strong{
  color: #111318;
  background: var(--tscc-accent);
}.tc-wp-tool-root .tscc-size-line span{
  color: var(--tscc-text);
  background: #0f141a;
  border: 1px solid var(--tscc-border);
}.tc-wp-tool-root .tscc-results-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .tscc-result-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  gap: 7px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(96, 165, 250, 0.13), transparent 50%),
    #121820;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-result-box span{
  color: var(--tscc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}.tc-wp-tool-root .tscc-result-box strong{
  color: var(--tscc-text);
  font-size: 1.35rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-result-box small{
  color: var(--tscc-soft);
  line-height: 1.4;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tscc-compare-box{
  border-color: var(--tscc-border-strong);
}.tc-wp-tool-root .tscc-wide-result{
  grid-column: span 3;
}.tc-wp-tool-root .tscc-preview-panel .tscc-message{
  margin-top: 14px;
  color: var(--tscc-muted);
}.tc-wp-tool-root .tscc-popular{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 18px;
}.tc-wp-tool-root .tscc-popular button{
  width: 100%;
  color: var(--tscc-text);
  background:
    linear-gradient(135deg, rgba(250, 204, 21, 0.12), rgba(96, 165, 250, 0.10)),
    #171d25;
  border-color: rgba(255, 255, 255, 0.15);
  padding: 13px 12px;
  line-height: 1.3;
}.tc-wp-tool-root .tscc-popular button:hover{
  border-color: var(--tscc-accent);
  background:
    linear-gradient(135deg, rgba(250, 204, 21, 0.2), rgba(96, 165, 250, 0.16)),
    #1d2530;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tscc-shell{
    width: 100%;
    padding: 28px 10px;
  }.tc-wp-tool-root .tscc-header{
    gap: 9px;
    margin-bottom: 18px;
  }.tc-wp-tool-root .tscc-header h1{
    font-size: 1.65rem;
  }.tc-wp-tool-root .tscc-header p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .tscc-card{
    grid-template-columns: 1fr !important;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
  }.tc-wp-tool-root .tscc-input-panel, .tc-wp-tool-root .tscc-preview-panel{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
  }.tc-wp-tool-root .tscc-input-grid, .tc-wp-tool-root .tscc-results-grid, .tc-wp-tool-root .tscc-settings, .tc-wp-tool-root .tscc-popular{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .tscc-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .tscc-btn{
    width: 100%;
    padding: 11px 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .tscc-result-box{
    padding: 11px;
  }.tc-wp-tool-root .tscc-result-box strong{
    font-size: 1.08rem;
  }.tc-wp-tool-root .tscc-wide-result{
    grid-column: span 1;
  }.tc-wp-tool-root .tscc-size-line{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tscc-size-line::before{
    display: none;
  }.tc-wp-tool-root .tscc-popular button{
    font-size: 0.88rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tscc-shell{
    width: 100%;
    padding: 32px 12px;
  }.tc-wp-tool-root .tscc-header h1{
    font-size: 1.9rem;
  }.tc-wp-tool-root .tscc-card{
    grid-template-columns: 1fr !important;
    gap: 12px;
    padding: 12px;
  }.tc-wp-tool-root .tscc-input-panel, .tc-wp-tool-root .tscc-preview-panel{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .tscc-input-grid, .tc-wp-tool-root .tscc-results-grid, .tc-wp-tool-root .tscc-settings, .tc-wp-tool-root .tscc-popular{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .tscc-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .tscc-btn{
    flex: 1 1 100%;
  }.tc-wp-tool-root .tscc-wide-result{
    grid-column: span 1;
  }.tc-wp-tool-root .tscc-size-line{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tscc-size-line::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tscc-shell{
    padding: 36px 14px;
  }.tc-wp-tool-root .tscc-card{
    grid-template-columns: 1fr !important;
    gap: 14px;
    padding: 14px;
  }.tc-wp-tool-root .tscc-input-panel, .tc-wp-tool-root .tscc-preview-panel{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }.tc-wp-tool-root .tscc-input-grid, .tc-wp-tool-root .tscc-results-grid, .tc-wp-tool-root .tscc-settings, .tc-wp-tool-root .tscc-popular{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .tscc-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .tscc-btn{
    flex: 1 1 130px;
  }.tc-wp-tool-root .tscc-wide-result{
    grid-column: span 1;
  }.tc-wp-tool-root .tscc-size-line{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tscc-size-line::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tscc-shell{
    padding: 44px 18px;
  }.tc-wp-tool-root .tscc-card{
    grid-template-columns: 1fr !important;
    gap: 16px;
    padding: 16px;
  }.tc-wp-tool-root .tscc-input-panel, .tc-wp-tool-root .tscc-preview-panel{
    grid-column: 1 / -1;
    max-width: 100%;
    min-width: 0;
  }.tc-wp-tool-root .tscc-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tscc-wide-result{
    grid-column: span 2;
  }.tc-wp-tool-root .tscc-popular{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tscc-card{
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  }.tc-wp-tool-root .tscc-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .tscc-popular{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }}@media (min-width: 1200px) {.tc-wp-tool-root .tscc-shell{
    max-width: 1180px;
    padding: 56px 22px;
  }.tc-wp-tool-root .tscc-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .tscc-card{
    gap: 20px;
    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;
}