@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;
}.wpc-scope-174 .tc-wp-tool-root img, .wpc-scope-174 .tc-wp-tool-root video, .wpc-scope-174 .tc-wp-tool-root svg, .wpc-scope-174 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-online-tool-wrap, .wpc-scope-174 .tc-wp-tool-root .ttbg-online-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-online-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 42px 18px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(23, 32, 51, 0.055) 1px, transparent 1px) 0 0 / 18px 100%,
    radial-gradient(circle at 18% 12%, rgba(33, 150, 243, 0.18), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(15, 118, 110, 0.14), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #eef7f4 48%, #f8fafc 100%);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-online-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(15, 23, 42, 0.055) 8px 10px, transparent 10px 19px),
    linear-gradient(180deg, rgba(14, 165, 233, 0.08), transparent 46%);
  mask-image: linear-gradient(180deg, black, transparent 72%);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-hero{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 24px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid rgba(14, 116, 144, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-online-tool-wrap h1{
  margin: 13px 0 10px;
  color: #101827;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-subtitle{
  margin: 0 auto;
  max-width: 760px;
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-tool-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
  padding: 20px;
  overflow: hidden;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-panel-head{
  margin-bottom: 16px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-panel h2{
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-panel p{
  margin: 0;
  color: #64748b;
  font-size: 0.93rem;
  line-height: 1.55;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-form{
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-label{
  color: #172033;
  font-size: 0.9rem;
  font-weight: 800;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  padding: 13px 14px;
  font: inherit;
  font-size: 1rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.03);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-input:focus{
  border-color: #0891b2;
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.15);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-help{
  font-size: 0.84rem !important;
  color: #64748b !important;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-status{
  min-height: 22px;
  color: #b42318;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-status.ttbg-ok{
  color: #047857;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 4px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, opacity 0.18s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn:hover:not(:disabled){
  transform: translateY(-1px);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn:focus-visible{
  outline: 3px solid rgba(8, 145, 178, 0.28);
  outline-offset: 2px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e, #0891b2);
  box-shadow: 0 14px 28px rgba(8, 145, 178, 0.24);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn-soft{
  color: #0f172a;
  background: #eef8f7;
  border-color: rgba(15, 118, 110, 0.18);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn-ghost{
  color: #334155;
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.14);
}.wpc-scope-174 .tc-wp-tool-root .ttbg-btn:disabled, .wpc-scope-174 .tc-wp-tool-root .ttbg-btn[aria-disabled="true"]{
  cursor: not-allowed;
  opacity: 0.52;
  box-shadow: none;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  min-height: 180px;
  overflow: auto;
  border: 1px dashed rgba(8, 145, 178, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px) 0 0 / 14px 100%,
    linear-gradient(180deg, #ffffff, #f8fcfd);
  padding: 15px;
  scrollbar-width: thin;
  scrollbar-color: #0891b2 #e2e8f0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box::-webkit-scrollbar{
  height: 8px;
  width: 8px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box::-webkit-scrollbar-thumb{
  background: #0891b2;
  border-radius: 999px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box::-webkit-scrollbar-track{
  background: #e2e8f0;
  border-radius: 999px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  height: 98px;
  overflow: hidden;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span{
  display: block;
  width: var(--w, 8px);
  height: var(--h, 78px);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.78), rgba(15, 118, 110, 0.64));
  opacity: 0.28;
  animation: ttbgPulse 1.35s ease-in-out infinite;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(2){ --w: 3px; --h: 64px; animation-delay: 0.08s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(3){ --w: 11px; --h: 86px; animation-delay: 0.16s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(4){ --w: 5px; --h: 70px; animation-delay: 0.24s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(5){ --w: 14px; --h: 88px; animation-delay: 0.32s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(6){ --w: 4px; --h: 62px; animation-delay: 0.4s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(7){ --w: 10px; --h: 82px; animation-delay: 0.48s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(8){ --w: 6px; --h: 68px; animation-delay: 0.56s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(9){ --w: 12px; --h: 90px; animation-delay: 0.64s; }.wpc-scope-174 .tc-wp-tool-root .ttbg-skeleton span:nth-child(10){ --w: 4px; --h: 74px; animation-delay: 0.72s; }@keyframes ttbgPulse{
  0%, 100% { opacity: 0.2; transform: scaleY(0.86); }
  50% { opacity: 0.48; transform: scaleY(1); }
}.wpc-scope-174 .tc-wp-tool-root .ttbg-canvas{
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-width: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-value-text{
  display: none;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  color: #172033;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box.ttbg-has-barcode .ttbg-skeleton{
  display: none;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box.ttbg-has-barcode .ttbg-canvas, .wpc-scope-174 .tc-wp-tool-root .ttbg-preview-box.ttbg-has-barcode .ttbg-value-text{
  display: block;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 12px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-mini-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 10px;
  background: #ffffff;
  padding: 13px;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-mini-card h3{
  margin: 0 0 5px;
  color: #0f766e;
  font-size: 0.78rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-mini-card p{
  color: #334155;
  font-size: 0.9rem;
  font-weight: 750;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 24px 10px; }.tc-wp-tool-root .ttbg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .ttbg-grid{ grid-template-columns: 1fr; gap: 10px; padding: 10px; }.tc-wp-tool-root .ttbg-panel{ grid-column: 1 / -1; padding: 13px; }.tc-wp-tool-root .ttbg-input{ min-height: 44px; font-size: 0.92rem; padding: 11px 12px; }.tc-wp-tool-root .ttbg-actions{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .ttbg-btn{ min-height: 42px; font-size: 0.84rem; padding: 10px; }.tc-wp-tool-root .ttbg-mini-grid{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .ttbg-preview-box{ padding: 10px; }.tc-wp-tool-root .ttbg-value-text, .tc-wp-tool-root .ttbg-panel p{ font-size: 0.82rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .ttbg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-subtitle{ font-size: 0.91rem; }.tc-wp-tool-root .ttbg-grid{ grid-template-columns: 1fr; gap: 12px; padding: 12px; }.tc-wp-tool-root .ttbg-panel{ grid-column: 1 / -1; padding: 15px; }.tc-wp-tool-root .ttbg-input{ min-height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .ttbg-actions{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ttbg-btn{ min-height: 44px; font-size: 0.87rem; }.tc-wp-tool-root .ttbg-mini-grid{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .ttbg-preview-box{ padding: 12px; }.tc-wp-tool-root .ttbg-value-text, .tc-wp-tool-root .ttbg-panel p{ font-size: 0.84rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .ttbg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .ttbg-grid{ grid-template-columns: 1fr; gap: 14px; padding: 14px; }.tc-wp-tool-root .ttbg-panel{ grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .ttbg-input{ min-height: 48px; font-size: 0.96rem; }.tc-wp-tool-root .ttbg-actions{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ttbg-btn{ min-height: 45px; font-size: 0.9rem; }.tc-wp-tool-root .ttbg-mini-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .ttbg-preview-box{ padding: 13px; }.tc-wp-tool-root .ttbg-value-text, .tc-wp-tool-root .ttbg-panel p{ font-size: 0.87rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 38px 18px; }.tc-wp-tool-root .ttbg-shell{ width: 100%; max-width: 940px; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .ttbg-grid{ grid-template-columns: 1fr; gap: 16px; padding: 16px; }.tc-wp-tool-root .ttbg-panel{ grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .ttbg-input{ min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .ttbg-btn{ min-height: 46px; font-size: 0.92rem; }.tc-wp-tool-root .ttbg-mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .ttbg-preview-box{ padding: 14px; }.tc-wp-tool-root .ttbg-value-text, .tc-wp-tool-root .ttbg-panel p{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 44px 22px; }.tc-wp-tool-root .ttbg-shell{ width: 100%; max-width: 1120px; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-subtitle{ font-size: 1rem; }.tc-wp-tool-root .ttbg-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; padding: 18px; }.tc-wp-tool-root .ttbg-panel{ padding: 19px; }.tc-wp-tool-root .ttbg-input{ min-height: 50px; font-size: 1rem; }.tc-wp-tool-root .ttbg-btn{ min-height: 46px; font-size: 0.92rem; }.tc-wp-tool-root .ttbg-mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttbg-preview-box{ padding: 15px; }.tc-wp-tool-root .ttbg-value-text, .tc-wp-tool-root .ttbg-panel p{ font-size: 0.92rem; }}@media (min-width: 1200px){.tc-wp-tool-root .ttbg-online-tool-wrap{ padding: 50px 24px; }.tc-wp-tool-root .ttbg-shell{ max-width: 1200px; }.tc-wp-tool-root .ttbg-online-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .ttbg-grid{ gap: 20px; padding: 20px; }.tc-wp-tool-root .ttbg-panel{ padding: 22px; }}.wpc-scope-174 .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;
}.wpc-scope-174 .tc-wp-tool-root .ttbg-controls-panel{}.wpc-scope-174 .tc-wp-tool-root .ttbg-copy{}.wpc-scope-174 .tc-wp-tool-root .ttbg-download{}.wpc-scope-174 .tc-wp-tool-root .ttbg-mini-status{}.wpc-scope-174 .tc-wp-tool-root .ttbg-preview-panel{}.wpc-scope-174 .tc-wp-tool-root .ttbg-reset{}