.app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 1rem;color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:1rem}.app-header>div:first-child{text-align:left;flex:1}.app-header h1{margin:0;font-size:1.75rem;font-weight:600}.app-header p{margin:.5rem 0 0;opacity:.9;font-size:.875rem}.user-info{display:flex;align-items:center;gap:1rem;font-size:.9rem}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.app-main{flex:1;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-footer{background:#0003;padding:1rem;text-align:center;color:#ffffffb3;font-size:.75rem}.app-footer p{margin:0}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s;background:#fff;color:#1a202c}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{min-height:100px;resize:vertical}.btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f3f4f6;color:#374151}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.items-list{margin-top:1rem}.item-card{background:#f9fafb;border-radius:8px;padding:1rem;margin-bottom:.75rem;border:1px solid #e5e7eb}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.item-code{font-weight:600;color:#1a202c}.item-remove{background:#fee2e2;color:#dc2626;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:1.25rem;line-height:1}.item-details{font-size:.875rem;color:#6b7280}.status{padding:.5rem 1rem;border-radius:6px;font-weight:500;text-align:center;margin-bottom:1rem}.status-waiting{background:#fef3c7;color:#92400e}.status-active{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.empty-state{text-align:center;padding:2rem;color:#6b7280}.empty-state svg{width:64px;height:64px;margin-bottom:1rem;opacity:.5}.voice-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.voice-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.voice-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.voice-modal-header h2{margin:0;font-size:1.25rem;color:#1a202c}.voice-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.voice-close:hover{color:#1a202c}.voice-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.voice-modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem}.voice-modal-footer .btn{width:auto;flex:1}.voice-indicator{text-align:center;padding:2rem 1rem;margin-bottom:1.5rem}.voice-pulse{width:80px;height:80px;border-radius:50%;background:#e5e7eb;margin:0 auto 1rem;position:relative;transition:all .3s}.voice-indicator.listening .voice-pulse{background:linear-gradient(135deg,#667eea,#764ba2);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #667eeab3}50%{transform:scale(1.05);box-shadow:0 0 0 20px #667eea00}}.voice-pulse:before{content:"🎤";font-size:2.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.voice-status{font-size:1rem;font-weight:600;color:#374151}.voice-indicator.listening .voice-status{color:#667eea}.voice-transcript{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;min-height:100px;max-height:200px;overflow-y:auto;font-size:1rem;line-height:1.6;color:#1a202c;margin-bottom:1rem;white-space:pre-wrap;word-wrap:break-word}.voice-transcript:empty:before{content:"Inizia a parlare...";color:#9ca3af}.voice-error{background:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;border-left:4px solid #dc2626}.voice-suggestions{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-bottom:1rem}.voice-suggestions-title{font-weight:600;color:#1e40af;margin-bottom:.5rem;font-size:.875rem}.voice-suggestion{color:#1e40af;font-size:.875rem;margin:.25rem 0;padding-left:.5rem}.voice-example{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:1rem;font-size:.875rem;color:#92400e;line-height:1.6}.voice-example strong{display:block;margin-bottom:.5rem;color:#78350f}.voice-commands-legend{background:#e0f2fe;border:1px solid #38bdf8;border-radius:8px;padding:1rem;margin-top:1rem;font-size:.875rem}.voice-commands-legend strong{display:block;margin-bottom:.75rem;color:#075985;font-size:.9rem}.voice-commands-grid{display:flex;flex-direction:column;gap:.5rem}.voice-command-group{display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.command-label{color:#0c4a6e;font-weight:600;min-width:80px;flex-shrink:0}.command-keywords{color:#0369a1;font-style:italic}.confidence-meter{margin-bottom:1.5rem}.confidence-meter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.confidence-label{font-size:.875rem;font-weight:600;color:#374151}.confidence-percentage{font-size:.875rem;font-weight:700;color:#1a202c}.confidence-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.confidence-fill{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:4px}.confidence-low{background-color:#f44336}.confidence-medium{background-color:#ffc107}.confidence-high{background-color:#4caf50}.entity-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600;margin:0 .25rem;transition:all .2s ease}.entity-customer{background-color:#2196f326;color:#1976d2}.entity-article{background-color:#4caf5026;color:#388e3c}.entity-quantity{background-color:#ff980026;color:#f57c00}.entity-price{background-color:#9c27b026;color:#7b1fa2}.entity-low-confidence{opacity:.7;border:1px dashed currentColor}.entity-clickable{cursor:pointer}.entity-clickable:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.entity-clickable:focus{outline:2px solid currentColor;outline-offset:2px}.confidence-icon{font-size:.75rem;margin-left:.125rem}.transcript-display{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.8;min-height:60px;color:#1a202c}.transcript-interim{font-style:italic;color:#6b7280}.validation-status{margin-bottom:1.5rem;padding:1rem;border-radius:8px;font-size:.875rem}.validation-validating{background:#eff6ff;border:1px solid #bfdbfe}.validation-success{background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;gap:.5rem;color:#15803d}.validation-error{background:#fef2f2;border:1px solid #fecaca;display:flex;align-items:flex-start;gap:.5rem;color:#dc2626}.validation-spinner{display:flex;align-items:center;gap:.5rem;color:#1d4ed8}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #bfdbfe;border-top-color:#1d4ed8;border-radius:50%;animation:spin .8s linear infinite}.validation-icon{font-size:1.25rem;font-weight:700;flex-shrink:0}.validation-message{font-weight:600}.validation-content{flex:1}.validation-errors{margin:.5rem 0 0;padding-left:1.25rem;list-style:disc}.validation-errors li{margin:.25rem 0}.validation-suggestions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #fecaca}.validation-suggestions ul{margin:.25rem 0 0;padding-left:1.25rem;list-style:circle}.validation-suggestions li{margin:.25rem 0}.smart-suggestions{border-radius:8px;padding:1rem;margin-bottom:1.5rem}.suggestions-high{background:#fef2f2;border:2px solid #fca5a5}.suggestions-medium{background:#fef3c7;border:2px solid #fcd34d}.suggestions-low{background:#f3f4f6;border:1px solid #d1d5db}.validation-result{margin-bottom:1rem}.result-exact{display:flex;align-items:center;gap:.5rem;color:#15803d;font-weight:600}.result-base-pattern,.result-fuzzy,.result-not-found{display:flex;align-items:flex-start;gap:.5rem}.result-base-pattern{color:#d97706}.result-fuzzy{color:#ea580c}.result-not-found{color:#dc2626}.result-icon{font-size:1.25rem;flex-shrink:0}.result-content{flex:1}.result-message{font-weight:600;margin-bottom:.5rem}.result-hint{font-size:.875rem;margin-top:.25rem;opacity:.9}.result-suggestions-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.suggestion-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.suggestion-item:hover{border-color:#6366f1;box-shadow:0 2px 4px #6366f11a}.suggestion-info{display:flex;flex-direction:column;gap:.25rem}.suggestion-package,.suggestion-confidence{font-size:.875rem;color:#6b7280}.suggestion-action{color:#6366f1;font-weight:600;font-size:.875rem}.suggestions-list{list-style:none;padding:0;margin:0}.suggestion-text{padding:.5rem 0;color:#374151;font-size:.875rem}.disambiguation-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.disambiguation-modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.disambiguation-modal h2{margin:0 0 1rem;font-size:1.5rem;color:#1a202c}.disambiguation-modal p{color:#4b5563;margin-bottom:1rem;line-height:1.6}.solutions-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.solution-option{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.solution-option:hover{border-color:#6366f1;box-shadow:0 4px 6px #6366f11a}.solution-option.optimal{border-color:#10b981;background:#f0fdf4}.solution-option.optimal:hover{border-color:#059669;box-shadow:0 4px 6px #10b98133}.solution-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.package-count{font-weight:600;color:#1a202c;font-size:1rem}.optimal-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.solution-breakdown{color:#6b7280;font-size:.875rem}.cancel-btn{width:100%;padding:.75rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#e5e7eb;border-color:#9ca3af}.btn-voice{background:linear-gradient(135deg,#10b981,#059669);color:#fff;margin-bottom:1rem;font-size:1rem}.btn-voice:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-voice:active{transform:translateY(0)}.autocomplete-container{position:relative}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #667eea;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 12px #00000026}.autocomplete-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f3f4f6}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background-color:#f3f4f6}.autocomplete-item-name{font-weight:600;color:#1a202c;margin-bottom:.25rem}.autocomplete-item-id{font-size:.75rem;color:#6b7280}.product-price-badge{display:inline-block;margin-left:.75rem;padding:.25rem .625rem;background-color:#10b981;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;white-space:nowrap}.package-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:500;border-radius:4px;white-space:nowrap}.customer-selected{background:#d1fae5;color:#065f46;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:1rem}.voice-badge-container{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem}.voice-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;transition:all .2s}.voice-badge-high{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.voice-badge-medium{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.voice-badge-edit{background:transparent;border:none;cursor:pointer;padding:.125rem;font-size:1rem;line-height:1;opacity:.7;transition:opacity .2s}.voice-badge-edit:hover{opacity:1}.voice-badge-edit:active{transform:scale(.95)}.voice-summary{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.voice-summary-item{display:inline-flex;align-items:center;background:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;color:#1e3a8a;font-weight:500;box-shadow:0 1px 2px #0000000d}.confirm-modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.confirm-modal h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1a202c}.confirm-modal-body{margin-bottom:1.5rem}.confirm-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.confirm-section:last-child{border-bottom:none;margin-bottom:0}.confirm-section strong{display:block;margin-bottom:.5rem;color:#374151;font-size:.875rem}.confirm-items-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.confirm-item{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;padding:.75rem;border-radius:6px;font-size:.875rem}.confirm-item-name{flex:1;font-weight:500;color:#1a202c}.confirm-item-qty{color:#6b7280;margin:0 1rem}.confirm-item-price{font-weight:600;color:#059669}.confirm-total{display:flex;justify-content:space-between;padding:1rem;background:#f0f9ff;border-radius:8px;font-size:1.125rem;margin-top:1rem}.confirm-total strong{color:#1e3a8a}.confirm-modal-footer{display:flex;gap:.75rem;justify-content:flex-end}.multi-item-list{display:flex;flex-direction:column;gap:.75rem}.multi-item-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.multi-item-card:hover{background:#f3f4f6;border-color:#d1d5db}.multi-item-info{flex:1}.multi-item-code{font-weight:600;color:#1a202c;font-size:1rem;margin-bottom:.25rem}.multi-item-details{font-size:.875rem;color:#6b7280}.multi-item-confidence{color:#3b82f6;font-weight:500}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.onboarding-hint{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:.75rem 1rem;color:#78350f;font-size:.875rem;line-height:1.5;animation:slideIn .3s ease-out}.onboarding-hint strong{color:#92400e;font-weight:600}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.customer-suggestions{margin:1rem 0;padding:1rem;background:#f9fafb;border-radius:8px}.customer-validation-result{display:flex;gap:.75rem;align-items:flex-start}.customer-suggestions-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.customer-suggestion-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.customer-suggestion-item:hover{border-color:#6366f1;box-shadow:0 2px 4px #6366f11a;transform:translateY(-1px)}.suggestion-vat{font-size:.75rem;color:#9ca3af;margin-top:.125rem}.result-alternative-suggestions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.result-alternative-suggestions .result-hint{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.suggestion-item-alt{background:#f9fafb;border:1px dashed #d1d5db}.suggestion-item-alt:hover{background:#fff;border-style:solid;border-color:#9ca3af}.confirm-pricing{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-top:1rem}.pricing-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.pricing-row:last-child{border-bottom:none}.pricing-row.pricing-discount{color:#10b981;font-weight:600}.pricing-row.pricing-total{margin-top:.5rem;padding-top:.75rem;border-top:2px solid #374151;font-size:1.125rem}.pricing-target-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.login-modal-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.login-modal{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:20px;max-width:440px;width:100%;box-shadow:0 8px 32px #0000001a,0 0 0 1px #fff3 inset;border:1px solid rgba(255,255,255,.3);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-modal-logo{width:100%;max-width:300px;height:auto;margin:0 auto 2rem;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.login-modal h1{margin:0 0 .5rem;font-size:1.75rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.login-modal .subtitle{text-align:center;color:#4a5568;margin-bottom:2rem;font-size:.95rem;font-weight:500}.login-modal .help-text{text-align:center;color:#718096;margin-top:1.25rem;font-size:.875rem;line-height:1.5}.error-message{background:#fee;border:1px solid #fcc;color:#c00;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.login-modal .form-group{margin-bottom:1.5rem}.login-modal .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.9rem;letter-spacing:.3px}.login-modal .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:all .2s ease;background:#ffffffe6;color:#1a202c}.login-modal .form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.login-modal .form-group input:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.remember-credentials{margin:1.25rem 0;text-align:left}.remember-credentials label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.925rem;color:#4a5568;font-weight:500;transition:color .2s;-webkit-user-select:none;user-select:none}.remember-credentials label:hover{color:#2d3748}.remember-credentials input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#667eea;border-radius:4px}.login-modal .btn-primary{margin-top:.5rem;padding:1rem;font-size:1.05rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.login-modal .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.login-modal .btn-primary:active:not(:disabled){transform:translateY(0)}.login-modal .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.pin-input{display:flex;gap:.5rem;justify-content:center;margin:2rem 0}.pin-digit{width:3rem;height:3.5rem;font-size:1.5rem;text-align:center;border:2px solid #ddd;border-radius:8px;outline:none;transition:border-color .2s}.pin-digit:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.pin-setup-wizard-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.pin-setup-wizard{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;position:relative;box-shadow:0 4px 20px #00000026}.wizard-header{text-align:center;margin-bottom:2rem}.wizard-header h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.wizard-subtitle{color:#666;font-size:.95rem;margin:0}.wizard-body{display:flex;flex-direction:column;align-items:center}.wizard-actions{display:flex;gap:1rem;margin-top:1.5rem}.wizard-button-primary,.wizard-button-secondary{padding:.75rem 2rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.wizard-button-primary{background-color:#007bff;color:#fff;min-width:120px}.wizard-button-primary:hover:not(:disabled){background-color:#0056b3}.wizard-button-primary:disabled{background-color:#ccc;cursor:not-allowed}.wizard-button-secondary{background-color:#f0f0f0;color:#333}.wizard-button-secondary:hover{background-color:#e0e0e0}.wizard-error{color:#dc3545;font-size:.9rem;margin-top:1rem;text-align:center}.wizard-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:#999;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.wizard-close:hover{background-color:#f0f0f0;color:#333}.biometric-setup-info{text-align:center;padding:1.5rem 0}.biometric-icon{font-size:3rem;margin-bottom:1rem}.biometric-description{color:#666;font-size:.95rem;line-height:1.5;max-width:350px;margin:0 auto}.wizard-actions-vertical{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;width:100%;max-width:300px}.wizard-actions-vertical .wizard-button-primary,.wizard-actions-vertical .wizard-button-secondary{width:100%}.unlock-screen{position:fixed;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.unlock-container{background:#fff;border-radius:20px;padding:3rem 2rem;max-width:450px;width:90%;box-shadow:0 10px 40px #0003;text-align:center}.unlock-logo{margin-bottom:2rem}.logo-circle{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;margin:0 auto}.unlock-greeting h2{font-size:1.8rem;margin:0 0 .5rem;color:#333}.unlock-subtitle{color:#666;font-size:1rem;margin:0}.unlock-pin-area{margin:2rem 0}.unlock-error{color:#dc3545;font-size:.9rem;margin-top:1rem;min-height:1.5rem}.unlock-loading{color:#007bff;font-size:.9rem;margin-top:1rem}.unlock-actions{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.unlock-link{background:transparent;border:none;color:#007bff;font-size:.95rem;cursor:pointer;padding:.5rem;transition:color .2s}.unlock-link:hover:not(:disabled){color:#0056b3;text-decoration:underline}.unlock-link:disabled{color:#ccc;cursor:not-allowed}.biometric-area{margin:2rem 0;text-align:center}.biometric-button{width:100%;padding:1rem;font-size:1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea4d}.biometric-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.biometric-button:disabled{opacity:.6;cursor:not-allowed}.unlock-divider{margin:1.5rem 0;display:flex;align-items:center;gap:1rem;color:#999;font-size:.9rem}.unlock-divider:before,.unlock-divider:after{content:"";flex:1;height:1px;background:#ddd}.use-pin-button{background:transparent;border:2px solid #667eea;color:#667eea;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s,color .2s}.use-pin-button:hover:not(:disabled){background-color:#667eea;color:#fff}.use-pin-button:disabled{opacity:.6;cursor:not-allowed}.liquid-loader{display:flex;flex-direction:column;align-items:center;gap:5px;padding:20px;font-family:system-ui,sans-serif}.loader-track{position:relative;width:180px;height:32px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:16px;overflow:hidden;box-shadow:inset 0 2px 4px #0009,0 1px 3px #ffffff1a}.liquid-fill{position:absolute;top:2px;left:2px;height:calc(100% - 4px);background:linear-gradient(90deg,#4f46e5,#7c3aed,#ec4899,#f59e0b);border-radius:14px;animation:fillProgress 4s ease-out infinite,colorShift 3s linear infinite;box-shadow:0 0 12px #7c3aed66,inset 0 1px 2px #fff3}.loading-text{color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;animation:textGlow 1s ease-in-out infinite}.dot{margin-left:3px;animation:blink 1.5s infinite}.dot:nth-of-type(1){animation-delay:0s}.dot:nth-of-type(2){animation-delay:.3s}.dot:nth-of-type(3){animation-delay:.6s}@keyframes fillProgress{0%{width:4px}25%{width:25%}50%{width:50%}75%{width:75%}to{width:calc(100% - 4px)}}@keyframes colorShift{0%{filter:hue-rotate(0deg) brightness(1)}33%{filter:hue-rotate(120deg) brightness(1.1)}66%{filter:hue-rotate(240deg) brightness(.9)}to{filter:hue-rotate(360deg) brightness(1)}}@keyframes textGlow{0%,to{opacity:.7;text-shadow:0 0 8px rgba(139,92,246,.3)}50%{opacity:1;text-shadow:0 0 16px rgba(139,92,246,.6)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.sync-bars-container{display:flex;flex-direction:column;gap:8px;width:100%;max-width:600px;margin:0 auto}.sync-bar{position:relative;height:36px;border-radius:8px;cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:0 2px 4px #0000001a}.sync-bar:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.sync-bar.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sync-bar.active{box-shadow:0 4px 12px #0003}.sync-bar.customers .sync-bar-background{background:linear-gradient(135deg,#c8e6c9,#a5d6a7)}.sync-bar.customers.syncing .sync-bar-fill{background:linear-gradient(135deg,#66bb6a,#43a047)}.sync-bar.customers.completed .sync-bar-fill{background:linear-gradient(135deg,#4caf50,#388e3c)}.sync-bar.customers.error .sync-bar-background{background:linear-gradient(135deg,#ffcdd2,#ef9a9a)}.sync-bar.products .sync-bar-background{background:linear-gradient(135deg,#fff9c4,#fff59d)}.sync-bar.products.syncing .sync-bar-fill{background:linear-gradient(135deg,#ffeb3b,#fdd835)}.sync-bar.products.completed .sync-bar-fill{background:linear-gradient(135deg,#fbc02d,#f9a825)}.sync-bar.products.error .sync-bar-background{background:linear-gradient(135deg,#ffcdd2,#ef9a9a)}.sync-bar.prices .sync-bar-background{background:linear-gradient(135deg,#ffccbc,#ffab91)}.sync-bar.prices.syncing .sync-bar-fill{background:linear-gradient(135deg,#ff7043,#f4511e)}.sync-bar.prices.completed .sync-bar-fill{background:linear-gradient(135deg,#e64a19,#d84315)}.sync-bar.prices.error .sync-bar-background{background:linear-gradient(135deg,#ffcdd2,#ef9a9a)}.sync-bar-background{position:absolute;inset:0;transition:background .3s ease}.sync-bar-fill{position:absolute;top:0;left:0;bottom:0;width:0%;transition:width .5s ease,background .3s ease}.sync-bar-content{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:100%;z-index:1}.sync-bar-label{font-weight:600;font-size:14px;color:#333;text-shadow:0 1px 2px rgba(255,255,255,.8)}.sync-bar-info{font-size:12px;color:#555;text-shadow:0 1px 2px rgba(255,255,255,.8);font-weight:500}@keyframes pulse{0%,to{opacity:1}50%{opacity:.9}}.sync-bar.syncing{animation:pulse 2s ease-in-out infinite}.sync-bar.error .sync-bar-label,.sync-bar.error .sync-bar-info{color:#c62828}.sync-bar.completed .sync-bar-label,.sync-bar.completed .sync-bar-info{color:#1b5e20;font-weight:600}.excel-price-manager{max-width:1200px;margin:0 auto;padding:24px}.manager-header{margin-bottom:32px}.manager-header h2{font-size:28px;color:#1a1a1a;margin-bottom:8px}.manager-header p{color:#666;font-size:15px}.card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.card h3{font-size:20px;color:#1a1a1a;margin-bottom:20px;display:flex;align-items:center;gap:8px}.upload-controls{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{position:absolute;opacity:0;width:0;height:0}.file-input-label{display:inline-block;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:transform .2s,box-shadow .2s;border:none}.file-input-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.file-input-label:active{transform:translateY(0)}.file-size{margin-left:8px;opacity:.9;font-size:14px}.option-checkbox{display:flex;align-items:center;gap:8px}.option-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.option-checkbox label{font-weight:600;cursor:pointer}.option-help{color:#666;font-size:13px;margin-left:4px}.upload-actions{display:flex;gap:12px;align-items:center}.btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:15px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover:not(:disabled){background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover:not(:disabled){background:#667eea;color:#fff}.btn-sm{padding:8px 16px;font-size:14px}.btn-warning{background:#ff9800;color:#fff}.btn-warning:hover:not(:disabled){background:#fb8c00}.upload-progress{margin-top:16px;display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);transition:width .3s ease;border-radius:4px}.progress-text{font-weight:600;color:#4caf50;min-width:40px}.import-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat{display:flex;flex-direction:column;padding:16px;background:#f5f5f5;border-radius:8px;border-left:4px solid #9e9e9e}.stat.success{border-left-color:#4caf50;background:#e8f5e9}.stat.warning{border-left-color:#ff9800;background:#fff3e0}.stat-label{font-size:13px;color:#666;margin-bottom:4px}.stat-value{font-size:24px;font-weight:700;color:#1a1a1a}.unmatched-section{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.unmatched-list{margin-top:16px;max-height:400px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px}.unmatched-list table{width:100%;border-collapse:collapse}.unmatched-list th{background:#f5f5f5;padding:12px;text-align:left;font-weight:600;position:sticky;top:0;z-index:10}.unmatched-list td{padding:12px;border-bottom:1px solid #e0e0e0}.unmatched-list td.reason{color:#f44336;font-size:13px}.import-history table{width:100%;border-collapse:collapse}.import-history th{background:#f5f5f5;padding:12px;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.import-history td{padding:12px;border-bottom:1px solid #f0f0f0}.import-history .filename{font-family:Courier New,monospace;font-size:13px;color:#667eea}.unmatched-badge{display:inline-block;margin-left:4px;padding:2px 6px;background:#ff9800;color:#fff;border-radius:4px;font-size:11px;font-weight:600}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-completed{background:#e8f5e9;color:#2e7d32}.status-failed{background:#ffebee;color:#c62828}.status-processing{background:#fff3e0;color:#ef6c00}.no-history{text-align:center;color:#999;padding:40px;font-style:italic}.help-section ol{margin:0;padding-left:24px}.help-section li{margin-bottom:12px;line-height:1.6}.help-section strong{color:#1a1a1a}.priority-info{margin-top:20px;padding:16px;background:#f5f7fa;border-radius:8px;border-left:4px solid #667eea}.priority-info strong{display:block;margin-bottom:12px;color:#1a1a1a}.priority-badge{display:inline-block;padding:8px 16px;border-radius:6px;font-weight:600;margin-right:8px;margin-bottom:8px}.priority-high{background:linear-gradient(135deg,#4caf50,#8bc34a);color:#fff}.priority-low{background:#e0e0e0;color:#666}@media(max-width:768px){.excel-price-manager{padding:16px}.import-stats{grid-template-columns:1fr}.upload-actions{flex-direction:column}.btn{width:100%}.import-history table{font-size:13px}.import-history th,.import-history td{padding:8px}}.admin-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.admin-header{background:#fffffff2;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;border-bottom:3px solid #667eea}.admin-header-left h1{margin:0;font-size:1.8rem;color:#667eea;display:flex;align-items:center;gap:.5rem}.admin-header-left p{margin:.25rem 0 0;color:#666;font-size:.9rem}.admin-header-right{display:flex;gap:1rem;align-items:center}.admin-main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.admin-section{background:#fffffff2;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px #0000001a}.admin-section h2{margin:0 0 .5rem;color:#333;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.admin-description{color:#666;margin:0 0 1.5rem;line-height:1.6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.info-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;padding:1.5rem;border-left:4px solid #667eea}.info-card h3{margin:0 0 .5rem;color:#333;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.info-card p{margin:0;color:#555;font-size:.9rem;line-height:1.5}.admin-footer{background:#0003;color:#fff;text-align:center;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-footer p{margin:0;font-size:.9rem;opacity:.9}.admin-section .sync-bars-container{margin-top:1.5rem}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-header-right{flex-direction:column;align-items:flex-start;width:100%}.admin-main{padding:1rem}.admin-section{padding:1.5rem}.info-grid{grid-template-columns:1fr}}.unified-sync-progress.banner{position:fixed;top:0;left:0;right:0;z-index:10000;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;box-shadow:0 4px 12px #0000004d;animation:slideDown .3s ease-out}.unified-sync-progress.banner.error{background:linear-gradient(135deg,#fc4a1a,#f7b733)}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.sync-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sync-title{display:flex;align-items:center;gap:12px}.sync-icon{font-size:24px}.sync-title strong{display:block;font-size:16px;font-weight:600}.sync-mode{display:inline-block;margin-left:8px;padding:2px 8px;background:#fff3;border-radius:4px;font-size:12px;font-weight:400}.dismiss-btn{background:#fff3;border:none;color:#fff;font-size:24px;width:32px;height:32px;border-radius:4px;cursor:pointer;transition:background .2s}.dismiss-btn:hover{background:#ffffff4d}.progress-bar-container{width:100%;height:8px;background:#fff3;border-radius:4px;overflow:hidden;margin-bottom:12px}.progress-bar-fill{height:100%;background:#fff;border-radius:4px;transition:width .3s ease-out;box-shadow:0 0 10px #ffffff80}.sync-details{display:flex;gap:16px;align-items:center;font-size:14px;opacity:.95}.percentage{font-weight:600;font-size:16px}.pages,.items,.eta{opacity:.85}.completed{color:#4ade80;font-weight:600}.error-message{padding:12px;background:#ffffff26;border-radius:6px;font-weight:500}.unified-sync-progress.badge{position:fixed;bottom:80px;right:20px;z-index:9999;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:12px 16px;min-width:140px;animation:fadeInUp .3s ease-out}.unified-sync-progress.badge.error{background:#fef2f2;border:1px solid #fca5a5}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.badge-content{display:flex;align-items:center;gap:12px}.badge-progress{display:flex;align-items:center;gap:8px}.badge-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.badge-percentage{font-size:13px;font-weight:600;color:#374151}.badge-completed{font-size:18px;color:#10b981;animation:checkmark .5s ease-out}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.badge-error{font-size:18px;color:#ef4444}.badge-label{margin-top:4px;font-size:11px;color:#6b7280;text-align:center}@media(max-width:768px){.unified-sync-progress.banner{padding:12px 16px}.sync-title strong{font-size:14px}.sync-details{font-size:12px;gap:12px;flex-wrap:wrap}.unified-sync-progress.badge{bottom:70px;right:16px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a202c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100dvh;overscroll-behavior:none}#root{width:100%;min-height:100vh;min-height:100dvh}h1{font-size:2rem;line-height:1.1;font-weight:600}h2{font-size:1.5rem;line-height:1.2;font-weight:500}button{min-height:44px;font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}button:active{transform:scale(.98)}input,select,textarea{min-height:44px;font-size:16px;font-family:inherit}.loading{opacity:.6;pointer-events:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}.package-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background-color:#646cff26;color:#646cff;font-size:.75rem;font-weight:600;border-radius:4px;border:1px solid rgba(100,108,255,.3)}.package-hint{margin-top:.5rem;padding:.5rem .75rem;background-color:#646cff14;border-left:3px solid #646cff;border-radius:4px;font-size:.875rem;color:#fffc;line-height:1.4}@media(prefers-color-scheme:light){.package-badge{background-color:#646cff1f;color:#4854d6;border-color:#646cff40}.package-hint{background-color:#646cff0f;color:#000000bf}}.package-info-single{margin-top:1rem;padding:.75rem;background-color:#ffffff0d;border-radius:8px;border-left:3px solid #646cff}.package-info-single .package-label{font-size:.875rem;font-weight:600;color:#ffffffb3;margin-bottom:.25rem}.package-info-single .package-content{font-size:1rem;font-weight:500;margin-bottom:.25rem}.package-info-single .package-rules{font-size:.875rem;color:#fff9}.package-info{margin-top:1rem;padding:1rem;background-color:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.package-info .package-label{font-size:.875rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem}.package-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.package-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background-color:#ffffff08;border-radius:6px;border:1px solid rgba(255,255,255,.08);transition:all .2s ease}.package-item:hover{background-color:#ffffff0d;border-color:#ffffff26}.package-item.selected{background-color:#646cff1a;border-color:#646cff;border-width:2px}.package-content{font-size:1rem;font-weight:600;color:#ffffffe6}.package-rules{font-size:.875rem;color:#fff9}.selected-badge{display:inline-block;margin-top:.25rem;padding:.25rem .5rem;background-color:#646cff;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.package-info,.package-info-single{margin-top:.75rem;padding:.75rem}.package-item{padding:.5rem}.package-content{font-size:.9375rem}.package-rules{font-size:.8125rem}}@media(prefers-color-scheme:light){.package-info-single,.package-info{background-color:#00000008;border-color:#0000001a}.package-info-single .package-label,.package-info .package-label{color:#0009}.package-info-single .package-rules{color:#00000080}.package-item{background-color:#00000005;border-color:#00000014}.package-item:hover{background-color:#0000000a;border-color:#00000026}.package-item.selected{background-color:#646cff14;border-color:#646cff}.package-content{color:#000000e6}.package-rules{color:#0009}}
