.vlx-badge-printing{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;box-sizing:border-box;position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;overflow:hidden}.vlx-badge-printing *,.vlx-badge-printing *::before,.vlx-badge-printing *::after{box-sizing:border-box}.vlx-bp-error{padding:15px 20px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;text-align:center}.vlx-bp-screen{width:100%;height:100%;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;animation:vlx-bp-fadeIn .4s ease-out}@keyframes vlx-bp-fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes vlx-bp-slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes vlx-bp-scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}@keyframes vlx-bp-bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}.vlx-bp-start-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5}.vlx-bp-start-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;box-sizing:border-box}.vlx-bp-start-label{margin:0 0 30px;font-size:28px;font-weight:600;color:#1a1a1a;text-align:center;animation:vlx-bp-slideUp .4s ease-out .1s both}.vlx-bp-start-btn{animation:vlx-bp-slideUp .4s ease-out .2s both}.vlx-bp-search-form{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.vlx-bp-search-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;box-sizing:border-box}.vlx-bp-search-container .vlx-bp-search-icon{animation:vlx-bp-scaleIn .5s ease-out}.vlx-bp-search-container .vlx-bp-search-title{animation:vlx-bp-slideUp .4s ease-out .1s both}.vlx-bp-search-container .vlx-bp-search-subtitle{animation:vlx-bp-slideUp .4s ease-out .15s both}.vlx-bp-search-container .vlx-bp-form{animation:vlx-bp-slideUp .4s ease-out .2s both}.vlx-bp-search-title{margin:0 0 30px;font-size:28px;font-weight:600;color:#1a1a1a;text-align:center}.vlx-bp-search-subtitle{margin:0 0 20px;font-size:16px;color:#666;text-align:center}.vlx-bp-form{width:100%}.vlx-bp-fields{display:flex;gap:15px;margin-bottom:25px}.vlx-bp-field{flex:1}.vlx-bp-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.vlx-bp-field input{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .2s , box-shadow .2s;background:#fff;color:#333}.vlx-bp-field input:focus{outline:none;border-color:#0073aa;box-shadow:0 0 0 3px rgba(0,115,170,.1)}.vlx-bp-field input::placeholder{color:#999}.vlx-bp-button{display:block;width:100%;padding:16px 24px;font-family:inherit;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);border:none;border-radius:8px;cursor:pointer;transition:opacity .2s;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vlx-bp-button:hover{opacity:.75}.vlx-bp-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.vlx-bp-search-btn{margin-top:25px}.vlx-bp-print-btn{background:linear-gradient(135deg,#28a745 0%,#1e7e34 100%)}.vlx-bp-startover-btn{margin-top:15px}.vlx-bp-tryagain-btn{background:linear-gradient(135deg,#6c757d 0%,#545b62 100%)}.vlx-bp-link{display:block;width:100%;padding:12px;margin-top:15px;font-family:inherit;font-size:14px;font-weight:400;color:#666;background:none;border:none;cursor:pointer;text-decoration:underline;text-align:center;transition:opacity .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vlx-bp-link:hover{opacity:.75;color:inherit;background:none;border:none;text-decoration:underline;box-shadow:none;transform:none}.vlx-bp-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.vlx-bp-btn-icon img{width:100%;height:100%;object-fit:contain}.vlx-bp-btn-text{display:inline-block}.vlx-bp-button.vlx-bp-btn-icon-left,.vlx-bp-button.vlx-bp-btn-icon-right,.vlx-bp-link.vlx-bp-btn-icon-left,.vlx-bp-link.vlx-bp-btn-icon-right{display:inline-flex;align-items:center;justify-content:center}.vlx-bp-button.vlx-bp-btn-icon-top,.vlx-bp-link.vlx-bp-btn-icon-top{display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.vlx-bp-result{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.vlx-bp-result-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;box-sizing:border-box}.vlx-bp-state{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.vlx-bp-state .vlx-bp-icon{animation:vlx-bp-bounceIn .5s ease-out}.vlx-bp-state .vlx-bp-result-title{animation:vlx-bp-slideUp .4s ease-out .1s both}.vlx-bp-state .vlx-bp-result-subtitle{animation:vlx-bp-slideUp .4s ease-out .2s both}.vlx-bp-state .vlx-bp-button{animation:vlx-bp-slideUp .4s ease-out .3s both}.vlx-bp-state .vlx-bp-link{animation:vlx-bp-fadeIn .4s ease-out .4s both}.vlx-bp-search-icon{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.vlx-bp-search-icon img{max-width:100%;height:auto;object-fit:contain}.vlx-bp-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.vlx-bp-icon svg{width:40px;height:40px}.vlx-bp-icon img{max-width:100%;max-height:100%;object-fit:contain}.vlx-bp-icon:has(img) {background:none!important;border-radius:0}.vlx-bp-icon-success{background:linear-gradient(135deg,#28a745 0%,#1e7e34 100%);color:#fff}.vlx-bp-icon-info{background:linear-gradient(135deg,#ffc107 0%,#e0a800 100%);color:#fff}.vlx-bp-icon-error{background:linear-gradient(135deg,#dc3545 0%,#bd2130 100%);color:#fff}.vlx-bp-result-title{width:100%;margin:0 0 15px;font-size:24px;font-weight:600;color:#1a1a1a}.vlx-bp-result-subtitle{width:100%;margin:0 0 25px;font-size:16px;color:#666;line-height:1.5}.vlx-bp-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;animation:vlx-bp-fadeInFast .2s ease-out}@keyframes vlx-bp-fadeInFast {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.vlx-bp-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#0073aa;border-radius:50%;animation:vlx-bp-spin 1s linear infinite , vlx-bp-scaleIn .3s ease-out}.vlx-bp-loading-text{margin-top:15px;font-size:16px;color:#666;animation:vlx-bp-fadeIn .3s ease-out .1s both}@keyframes vlx-bp-spin {
    to {
        transform: rotate(360deg);
    }
}.vlx-bp-printing .vlx-bp-spinner{width:80px;height:80px;border-width:6px;margin-bottom:20px}@media (max-width:600px){.vlx-bp-search-form,.vlx-bp-result{padding:25px}.vlx-bp-fields{flex-direction:column}.vlx-bp-search-title,.vlx-bp-result-title{font-size:22px}.vlx-bp-icon{width:60px;height:60px}.vlx-bp-icon svg{width:30px;height:30px}}.vlx-bp-field input:focus-visible,.vlx-bp-button:focus-visible,.vlx-bp-link:focus-visible{outline:2px solid #0073aa;outline-offset:2px}