:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5}.header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.logo-section img{max-height:60px;height:auto;width:auto}.content{display:flex;gap:2rem;padding:2rem;min-height:calc(100vh - 120px)}.search-section{flex:1;max-width:400px;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:fit-content}.search-title{font-size:1.5rem;margin-bottom:1.5rem;color:#333;font-weight:600}.input-container{background:#f8f9fa;padding:.8rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid transparent;transition:border-color .3s ease}.input-container:focus-within{border-color:#007bff}input{width:100%;border:none;background:transparent;padding:.8rem;font-size:1rem;outline:none;color:#333}.search-button{width:100%;background:#007bff;color:#fff;border:none;padding:1rem;font-size:1rem;border-radius:12px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.search-button:hover{background:#0056b3}.results-section{flex:2;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#666;font-size:1.1rem;text-align:center}.search-icon{font-size:3rem;margin-bottom:1rem}.producto-header{padding:2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.producto-nombre{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.5rem}.producto-codigo{color:#666;font-size:.9rem}.producto-content{padding:0}.precio-section{padding:2rem;text-align:center;border-bottom:1px solid #e0e0e0}.precio-valor{font-size:2rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.precio-label{color:#666;font-size:.9rem}.metodos-pago{padding:0}.metodos-titulo{padding:1.5rem 2rem .5rem;font-weight:600;color:#333;font-size:1rem}.metodo-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.metodo-item:hover{background-color:#f8f9fa}.metodo-item.destacado{background-color:#e3f2fd;border-left:4px solid #007bff}.metodo-left{display:flex;align-items:center;gap:1rem}.metodo-iconos{display:flex;gap:.5rem}.metodo-iconos img{width:30px;height:30px;object-fit:contain}.metodo-texto{font-weight:500;color:#333}.metodo-descuento{display:block;font-size:.8rem;color:#28a745;font-weight:600;margin-top:.2rem}.metodo-precio{font-size:1.2rem;font-weight:600;color:#333}.error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-top:1rem;border:1px solid #f5c6cb}.admin-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.admin-section h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.admin-form,.admin-panel{display:flex;flex-direction:column;gap:.8rem}.admin-form input{background:#fff;border:1px solid #d0d7de;border-radius:8px;padding:.75rem;font-size:.95rem;transition:border-color .3s ease,box-shadow .3s ease}.admin-form input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff26}.admin-form .search-button{margin-top:.5rem}.admin-panel{gap:1rem}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-weight:500;color:#333}.admin-header button{background:#dc3545;padding:.5rem 1rem;margin-bottom:0}.admin-header button:hover{background:#b52a37}.admin-search{margin-bottom:.5rem}.admin-search .input-container{background:#f8f9fa;padding:.8rem;border-radius:12px;margin-bottom:1rem;border:2px solid transparent}.admin-search .input-container:focus-within{border-color:#007bff}.admin-search input{background:transparent;border:none;padding:0;width:100%}.admin-loading,.admin-sin-resultados{font-size:.9rem;color:#555}.admin-sugerencias{list-style:none;padding:0;margin:0;border:1px solid #e0e0e0;border-radius:8px;background:#fff;max-height:240px;overflow-y:auto}.admin-sugerencias li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.admin-sugerencias li:last-child{border-bottom:none}.admin-sugerencias li:hover{background-color:#f3f6ff}.sugerencia-nombre{font-weight:500;color:#333;margin-right:1rem}.sugerencia-codigo{font-size:.85rem;color:#6c757d;font-family:Roboto Mono,Courier New,monospace}button{background:#6c757d;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;margin-bottom:1rem;font-size:.9rem;transition:background-color .3s ease}button:hover{background:#545b62}button.search-button{background:#007bff}button.search-button:hover{background:#0056b3}@media (max-width: 768px){.content{flex-direction:column;padding:1rem;gap:1rem}.search-section{max-width:none;padding:1.5rem}.header{padding:1rem}.precio-valor{font-size:1.8rem}.producto-header,.precio-section{padding:1.5rem}.metodo-item{padding:1.2rem 1.5rem}.metodos-titulo{padding:1.2rem 1.5rem .5rem}.admin-section{margin-top:1.5rem;padding-top:1rem}.admin-header{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.App{min-height:100vh}.header{padding:.8rem;border-bottom-width:2px}.logo-section img{max-height:40px}.content{flex-direction:column;padding:.8rem;gap:.8rem;min-height:unset}.search-section{max-width:none;padding:1rem;border-radius:8px}.search-title{font-size:1.2rem;margin-bottom:1rem}.input-container{padding:.6rem;margin-bottom:1rem;border-radius:8px}input{padding:.8rem;font-size:1rem}.search-button{padding:1rem;font-size:1rem;border-radius:8px}.results-section{border-radius:8px;padding:0}.producto-header{padding:1rem;font-size:.98rem}.producto-nombre{font-size:1.1rem}.precio-section{padding:1rem}.precio-valor{font-size:1.6rem}.precio-label{font-size:.85rem}.metodos-titulo{padding:1rem 1rem .3rem;font-size:.9rem}.metodo-item{padding:1rem;gap:.8rem;flex-direction:column;align-items:flex-start}.metodo-left{width:100%;margin-bottom:.5rem}.metodo-iconos img{width:24px;height:24px}.metodo-precio{font-size:1.1rem;align-self:flex-end;font-weight:700}.empty-state{font-size:1rem;padding:2rem 1rem}.search-icon{font-size:2.5rem}.scanner-container{position:relative;width:100%;max-width:300px;margin:1rem auto}button{width:100%;margin-bottom:.8rem}.admin-form,.admin-panel{gap:.6rem}.admin-header{gap:.4rem}.admin-header button{width:100%;text-align:center}}@media (max-width: 360px){.content{padding:.5rem}.search-section,.producto-header,.precio-section,.metodo-item{padding:.8rem}.metodos-titulo{padding:.8rem .8rem .3rem}.precio-valor{font-size:1.4rem}}@media (max-height: 500px) and (orientation: landscape){.content{min-height:unset}.empty-state{padding:1rem}.search-icon{font-size:1.5rem;margin-bottom:.5rem}}
