@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-54 .tc-wp-tool-root img, .wpc-scope-54 .tc-wp-tool-root video, .wpc-scope-54 .tc-wp-tool-root svg, .wpc-scope-54 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-54 .tc-wp-tool-root .c128-barcode-tool-wrap, .wpc-scope-54 .tc-wp-tool-root .c128-barcode-tool-wrap *{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-54 .tc-wp-tool-root .c128-barcode-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 34px 18px;
  color: #102033;
  background:
    linear-gradient(135deg, rgba(17, 95, 138, .10), rgba(52, 120, 246, .06)),
    repeating-linear-gradient(90deg, rgba(16, 32, 51, .045) 0 2px, transparent 2px 16px),
    #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-54 .tc-wp-tool-root .c128-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-54 .tc-wp-tool-root .c128-hero{
  text-align: center;
  margin: 0 auto 22px;
}.wpc-scope-54 .tc-wp-tool-root .c128-kicker{
  margin: 0 0 8px;
  color: #0b6b83;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wpc-scope-54 .tc-wp-tool-root .c128-hero h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.12;
  letter-spacing: 0;
  color: #0d2137;
}.wpc-scope-54 .tc-wp-tool-root .c128-subtitle{
  width: 100%;
  max-width: 760px;
  margin: 12px auto 0;
  color: #4b5c70;
  font-size: 1.03rem;
  line-height: 1.6;
}.wpc-scope-54 .tc-wp-tool-root .c128-tool-card, .wpc-scope-54 .tc-wp-tool-root .c128-panel{
  border-radius: 10px;
}.wpc-scope-54 .tc-wp-tool-root .c128-tool-card{
  width: 100%;
  margin: 0 auto;
  padding: 22px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(22, 58, 89, .12);
  box-shadow: 0 20px 55px rgba(16, 32, 51, .12);
  backdrop-filter: blur(8px);
}.wpc-scope-54 .tc-wp-tool-root .c128-description{
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(22, 58, 89, .10);
}.wpc-scope-54 .tc-wp-tool-root .c128-description h2, .wpc-scope-54 .tc-wp-tool-root .c128-preview-head h3{
  margin: 0;
  color: #102033;
  letter-spacing: 0;
}.wpc-scope-54 .tc-wp-tool-root .c128-description h2{
  font-size: 1.15rem;
  line-height: 1.3;
}.wpc-scope-54 .tc-wp-tool-root .c128-description p{
  margin: 7px 0 0;
  color: #526176;
  font-size: .95rem;
  line-height: 1.55;
}.wpc-scope-54 .tc-wp-tool-root .c128-grid{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
  margin-top: 18px;
}.wpc-scope-54 .tc-wp-tool-root .c128-panel{
  width: 100%;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(22, 58, 89, .12);
}.wpc-scope-54 .tc-wp-tool-root .c128-control-panel label{
  display: block;
  margin: 0 0 8px;
  color: #1d3148;
  font-size: .92rem;
  font-weight: 800;
}.wpc-scope-54 .tc-wp-tool-root .c128-input{
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: #102033;
  background: #fff;
  border: 1px solid rgba(28, 68, 101, .20);
  border-radius: 10px;
  outline: none;
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(16, 32, 51, .04);
}.wpc-scope-54 .tc-wp-tool-root .c128-input:focus{
  border-color: #147d99;
  box-shadow: 0 0 0 4px rgba(20, 125, 153, .14);
}.wpc-scope-54 .tc-wp-tool-root .c128-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}.wpc-scope-54 .tc-wp-tool-root .c128-btn{
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(20, 70, 103, .18);
  border-radius: 10px;
  background: #ffffff;
  color: #17324d;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, background .18s ease;
}.wpc-scope-54 .tc-wp-tool-root .c128-btn:hover:not(:disabled){
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16, 32, 51, .12);
}.wpc-scope-54 .tc-wp-tool-root .c128-btn:disabled{
  opacity: .48;
  cursor: not-allowed;
}.wpc-scope-54 .tc-wp-tool-root .c128-primary{
  border-color: #0b6b83;
  background: linear-gradient(135deg, #0b6b83, #2563eb);
  color: #ffffff;
}.wpc-scope-54 .tc-wp-tool-root .c128-ghost{
  background: #f3f7fb;
}.wpc-scope-54 .tc-wp-tool-root .c128-message{
  min-height: 22px;
  margin: 12px 0 0;
  color: #526176;
  font-size: .9rem;
  line-height: 1.45;
}.wpc-scope-54 .tc-wp-tool-root .c128-message.is-error{
  color: #b42318;
}.wpc-scope-54 .tc-wp-tool-root .c128-message.is-success{
  color: #087443;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-panel{
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-head{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-head h3{
  font-size: 1rem;
  line-height: 1.3;
}.wpc-scope-54 .tc-wp-tool-root .c128-status-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(11, 107, 131, .10);
  color: #0b6277;
  font-size: .75rem;
  font-weight: 900;
  white-space: normal;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-box{
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-height: 180px;
  min-height: 172px;
  overflow: auto;
  padding: 14px;
  border-radius: 10px;
  border: 1px dashed rgba(20, 70, 103, .24);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,249,253,.95)),
    repeating-linear-gradient(90deg, rgba(16,32,51,.05) 0 1px, transparent 1px 12px);
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-box::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-box::-webkit-scrollbar-thumb{
  background: rgba(11, 107, 131, .40);
  border-radius: 10px;
}.wpc-scope-54 .tc-wp-tool-root .c128-preview-box::-webkit-scrollbar-track{
  background: rgba(16, 32, 51, .06);
  border-radius: 10px;
}.wpc-scope-54 .tc-wp-tool-root .c128-canvas{
  display: none;
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}.wpc-scope-54 .tc-wp-tool-root .c128-skeleton{
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(2px, 1fr));
  align-items: end;
  gap: 5px;
  width: 100%;
  max-width: 520px;
  height: 112px;
  padding: 18px 18px 28px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(16, 32, 51, .08);
}.wpc-scope-54 .tc-wp-tool-root .c128-skeleton span{
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(16,32,51,.42), rgba(16,32,51,.16));
  border-radius: 2px;
}.wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(1), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(5), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(9){ height: 72px; }.wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(2), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(7), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(12){ height: 94px; }.wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(3), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(6), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(10){ height: 52px; }.wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(4), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(8), .wpc-scope-54 .tc-wp-tool-root .c128-skeleton span:nth-child(11){ height: 84px; }.wpc-scope-54 .tc-wp-tool-root .c128-skeleton i{
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 36px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .20), transparent);
  animation: c128Scan 1.8s ease-in-out infinite;
}@keyframes c128Scan{
  0% { left: -42px; }
  100% { left: calc(100% + 42px); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 22px 10px; }.tc-wp-tool-root .c128-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-subtitle{ font-size: .9rem; }.tc-wp-tool-root .c128-tool-card{ padding: 12px; }.tc-wp-tool-root .c128-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .c128-control-panel, .tc-wp-tool-root .c128-preview-panel{ grid-column: 1 / -1; padding: 12px; }.tc-wp-tool-root .c128-input{ min-height: 44px; font-size: .92rem; padding: 11px; }.tc-wp-tool-root .c128-actions{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .c128-btn{ min-height: 42px; font-size: .88rem; padding: 10px; }.tc-wp-tool-root .c128-preview-box{ padding: 10px; min-height: 156px; }.tc-wp-tool-root .c128-description p, .tc-wp-tool-root .c128-message{ font-size: .84rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 24px 12px; }.tc-wp-tool-root .c128-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-subtitle{ font-size: .94rem; }.tc-wp-tool-root .c128-tool-card{ padding: 14px; }.tc-wp-tool-root .c128-grid{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .c128-control-panel, .tc-wp-tool-root .c128-preview-panel{ grid-column: 1 / -1; padding: 13px; }.tc-wp-tool-root .c128-input{ min-height: 45px; font-size: .94rem; }.tc-wp-tool-root .c128-actions{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .c128-btn{ min-height: 43px; font-size: .9rem; }.tc-wp-tool-root .c128-preview-box{ padding: 11px; }.tc-wp-tool-root .c128-description p, .tc-wp-tool-root .c128-message{ font-size: .86rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 28px 14px; }.tc-wp-tool-root .c128-inner{ width: 100%; max-width: 100%; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-subtitle{ font-size: .98rem; }.tc-wp-tool-root .c128-tool-card{ padding: 16px; }.tc-wp-tool-root .c128-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .c128-control-panel, .tc-wp-tool-root .c128-preview-panel{ grid-column: 1 / -1; padding: 15px; }.tc-wp-tool-root .c128-input{ min-height: 46px; font-size: .96rem; }.tc-wp-tool-root .c128-actions{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .c128-btn{ min-height: 44px; font-size: .92rem; }.tc-wp-tool-root .c128-preview-box{ padding: 12px; }.tc-wp-tool-root .c128-description p, .tc-wp-tool-root .c128-message{ font-size: .88rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 32px 18px; }.tc-wp-tool-root .c128-inner{ width: 100%; max-width: 940px; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-subtitle{ font-size: 1rem; }.tc-wp-tool-root .c128-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .c128-panel{ padding: 16px; }.tc-wp-tool-root .c128-input{ font-size: .98rem; }.tc-wp-tool-root .c128-btn{ font-size: .92rem; }.tc-wp-tool-root .c128-description p, .tc-wp-tool-root .c128-message{ font-size: .9rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 36px 22px; }.tc-wp-tool-root .c128-inner{ width: 100%; max-width: 1120px; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .c128-grid{ grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 18px; }.tc-wp-tool-root .c128-panel{ padding: 18px; }.tc-wp-tool-root .c128-input{ font-size: 1rem; }.tc-wp-tool-root .c128-btn{ font-size: .94rem; }.tc-wp-tool-root .c128-description p, .tc-wp-tool-root .c128-message{ font-size: .92rem; }}@media (min-width: 1200px){.tc-wp-tool-root .c128-barcode-tool-wrap{ padding: 42px 24px; }.tc-wp-tool-root .c128-inner{ max-width: 1200px; }.tc-wp-tool-root .c128-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .c128-tool-card{ padding: 24px; }.tc-wp-tool-root .c128-grid{ gap: 20px; }.tc-wp-tool-root .c128-panel{ padding: 20px; }}.wpc-scope-54 .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;
}