:root{--fondo: #020511;--superficie: #0d182b;--texto: #f6f9fc;--texto-suave: #969fab;--borde: #1d293d;--acento: #f6f9fc;--acento-texto: #020511;--exito: #69d6aa;--exito-fondo: rgb(105 214 170 / .15);--error: #ff6467;--error-fondo: rgb(255 100 103 / .15);--aviso: #edbb64;--aviso-fondo: rgb(237 187 100 / .15);--radius: .625rem}*{box-sizing:border-box}html,body,#raiz{height:100%}body{margin:0;background:var(--fondo);color:var(--texto);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}.pantalla{min-height:100dvh;display:flex;flex-direction:column;padding:20px;max-width:560px;margin:0 auto}.centrado{justify-content:center}.encabezado{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--borde);font-size:.9375rem}.encabezado .quien{color:var(--texto-suave)}h1{font-size:1.75rem;margin:0 0 8px;letter-spacing:-.01em}.subtitulo{color:var(--texto-suave);margin:0 0 28px}button{width:100%;min-height:64px;padding:16px 20px;font-size:1.125rem;font-family:inherit;font-weight:500;color:var(--acento-texto);background:var(--acento);border:none;border-radius:12px;cursor:pointer}button:active{transform:scale(.99)}button:disabled{opacity:.5;cursor:not-allowed}button.secundario{background:transparent;color:var(--texto);border:1px solid var(--borde)}button.peligro{background:var(--error-fondo);color:var(--error)}input{width:100%;min-height:60px;padding:14px 16px;font-size:1.25rem;font-family:inherit;color:var(--texto);background:var(--superficie);border:1px solid var(--borde);border-radius:12px;-webkit-user-select:text;user-select:text}input:focus-visible{outline:2px solid var(--acento);outline-offset:2px}.campo{margin-bottom:18px}label{display:block;font-size:.9375rem;color:var(--texto-suave);margin-bottom:8px}.aviso{padding:14px 16px;border-radius:12px;margin-bottom:18px;font-size:1rem}.aviso.error{background:var(--error-fondo);color:var(--error)}.aviso.exito{background:var(--exito-fondo);color:var(--exito)}.aviso.atencion{background:var(--aviso-fondo);color:var(--aviso)}.empleados{display:grid;gap:12px}.teclado{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.teclado button{font-size:1.75rem;min-height:72px;background:var(--superficie);color:var(--texto);border:1px solid var(--borde)}.puntos{display:flex;justify-content:center;gap:14px;margin:28px 0 8px}.punto{width:18px;height:18px;border-radius:50%;border:2px solid var(--borde)}.punto.lleno{background:var(--acento);border-color:var(--acento)}.camara{position:relative;width:100%;aspect-ratio:1;background:#000;border-radius:16px;overflow:hidden;margin-bottom:20px}.camara video{width:100%;height:100%;object-fit:cover}.mira{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:3px solid rgba(255,255,255,.85);border-radius:16px;pointer-events:none}.ficha{background:var(--superficie);border:1px solid var(--borde);border-radius:16px;padding:22px;margin-bottom:20px;text-align:center}.ficha .nombre{font-size:1.5rem;font-weight:500;margin-bottom:4px}.ficha .meta{color:var(--texto-suave);font-size:.9375rem;margin-bottom:18px}.ficha .saldo{font-size:3rem;font-weight:500;line-height:1}.ficha .de{color:var(--texto-suave);font-size:1rem}.botones{display:grid;gap:12px}.exito-grande{text-align:center;padding:30px 0}.exito-grande .marca{font-size:4rem;line-height:1;margin-bottom:12px}.exito-grande .saldo{font-size:3.5rem;font-weight:500;line-height:1;margin-bottom:6px}.pie-enlace{margin-top:auto;padding-top:24px;text-align:center}.pie-enlace button{background:none;color:var(--texto-suave);border:none;min-height:0;padding:8px;font-size:.9375rem;text-decoration:underline;text-underline-offset:3px}
