@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-176 .tc-wp-tool-root img, .wpc-scope-176 .tc-wp-tool-root video, .wpc-scope-176 .tc-wp-tool-root svg, .wpc-scope-176 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap, .wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #102033;
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(90deg, rgba(12, 26, 43, 0.08) 1px, transparent 1px) 0 0 / 18px 100%,
    radial-gradient(circle at 12% 16%, rgba(39, 129, 246, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(27, 198, 163, 0.18), transparent 28%),
    linear-gradient(135deg, #f6f9ff 0%, #edf6f7 50%, #f8fbff 100%);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(16, 32, 51, 0.05) 0 3px, transparent 3px 12px),
    linear-gradient(180deg, transparent 0%, rgba(22, 113, 238, 0.08) 48%, transparent 56%);
  opacity: 0.55;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-hero{
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-kicker{
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 12px;
  border: 1px solid rgba(32, 104, 202, 0.2);
  border-radius: 999px;
  color: #1558b0;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap h1{
  margin: 0;
  color: #0c1c2f;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: #42566f;
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(23, 67, 112, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(16, 35, 58, 0.14);
  backdrop-filter: blur(14px);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(18, 46, 78, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head{
  margin-bottom: 20px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head h2{
  margin: 0 0 8px;
  color: #102033;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p{
  margin: 0;
  color: #5b6f86;
  font-size: 0.95rem;
  line-height: 1.55;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-form{
  display: grid;
  gap: 12px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap label{
  color: #213650;
  font-size: 0.9rem;
  font-weight: 700;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 1px solid #c9d8e8;
  border-radius: 10px;
  padding: 14px 15px;
  color: #102033;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input:focus{
  border-color: #1f73e0;
  box-shadow: 0 0 0 4px rgba(31, 115, 224, 0.14);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-top: 4px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn:hover:not(:disabled){
  transform: translateY(-1px);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(31, 115, 224, 0.18);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.52;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn-primary{
  color: #ffffff;
  background: linear-gradient(135deg, #1267d8, #13a78d);
  box-shadow: 0 12px 28px rgba(18, 103, 216, 0.24);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn-soft{
  color: #123457;
  border-color: rgba(31, 115, 224, 0.2);
  background: #edf5ff;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn-ghost{
  color: #344a62;
  border-color: rgba(18, 46, 78, 0.14);
  background: #ffffff;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-message{
  min-height: 20px;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-validation{
  color: #b42318;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-status{
  color: #176b57;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  min-height: 180px;
  overflow: auto;
  border: 1px solid rgba(18, 46, 78, 0.13);
  border-radius: 10px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.035) 1px, transparent 1px) 0 0 / 12px 100%,
    linear-gradient(180deg, #fbfdff, #f3f8fb);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(31, 115, 224, 0.14);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box::-webkit-scrollbar-track{
  background: #e7f0f8;
  border-radius: 999px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(135deg, #1267d8, #13a78d);
  border-radius: 999px;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  width: min(470px, 100%);
  height: 112px;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span{
  display: block;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(20, 49, 82, 0.18), rgba(20, 49, 82, 0.06));
  animation: rbgPulse 1.35s ease-in-out infinite;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span:nth-child(1){ height: 86px; }.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span:nth-child(2){ height: 58px; animation-delay: 0.12s; }.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span:nth-child(3){ height: 98px; animation-delay: 0.24s; }.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span:nth-child(4){ height: 68px; animation-delay: 0.36s; }.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton span:nth-child(5){ height: 90px; animation-delay: 0.48s; }.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-skeleton em{
  grid-column: 1 / -1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(19, 167, 141, 0.75), transparent);
  animation: rbgScan 1.6s ease-in-out infinite;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-canvas{
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap.rbg-has-barcode .rbg-skeleton{
  display: none;
}.wpc-scope-176 .tc-wp-tool-root .rbg-barcode-tool-wrap.rbg-has-barcode .rbg-canvas{
  display: block;
}@keyframes rbgPulse{
  0%, 100% { opacity: 0.5; transform: scaleY(0.94); }
  50% { opacity: 1; transform: scaleY(1); }
}@keyframes rbgScan{
  0% { transform: translateY(-86px); opacity: 0; }
  35%, 70% { opacity: 1; }
  100% { transform: translateY(2px); opacity: 0; }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 30px 10px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 100%; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ width: 100%; max-width: 100%; grid-column: 1 / -1; padding: 14px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{ min-height: 46px; font-size: 0.92rem; padding: 11px 12px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{ width: 100%; padding: 11px 12px; font-size: 0.88rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{ padding: 12px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p, .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-message{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 100%; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ width: 100%; max-width: 100%; grid-column: 1 / -1; padding: 16px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{ min-height: 48px; font-size: 0.94rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{ width: 100%; padding: 12px; font-size: 0.9rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{ padding: 14px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p, .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-message{ font-size: 0.86rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 40px 14px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 100%; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ width: 100%; max-width: 100%; grid-column: 1 / -1; padding: 18px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{ min-height: 50px; font-size: 0.96rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{ flex: 1 1 100%; padding: 12px 13px; font-size: 0.91rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{ padding: 15px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p, .tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-message{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 48px 18px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 920px; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{ font-size: 1rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ padding: 20px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{ font-size: 0.98rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{ flex: 1 1 calc(50% - 10px); font-size: 0.91rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{ padding: 16px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 54px 20px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 1120px; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ gap: 20px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ padding: 22px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-input{ font-size: 1rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-btn{ flex: 1 1 auto; font-size: 0.92rem; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-preview-box{ padding: 18px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel-head p{ font-size: 0.94rem; }}@media (min-width: 1200px){.tc-wp-tool-root .rbg-barcode-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-shell{ max-width: 1200px; }.tc-wp-tool-root .rbg-barcode-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-tool-card{ gap: 24px; }.tc-wp-tool-root .rbg-barcode-tool-wrap .rbg-panel{ padding: 26px; }}.wpc-scope-176 .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-176 .tc-wp-tool-root .rbg-control-panel{}.wpc-scope-176 .tc-wp-tool-root .rbg-copy{}.wpc-scope-176 .tc-wp-tool-root .rbg-download{}.wpc-scope-176 .tc-wp-tool-root .rbg-preview-panel{}.wpc-scope-176 .tc-wp-tool-root .rbg-reset{}